/*                                                 

Theme URI:
Author: 	Zlink Inc.
Version:	1.0
Date:		03-06-2020

*/


/* ==========================================================================
   Reset
   ========================================================================== */

 ::-moz-selection {
    background: #000;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #000;
    text-shadow: none;
    color: #fff;
}

html,
body {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

body {
    font: 16px "Siemens Sans Roman";
    line-height: 1.25;
    color: #2d373c;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

ul {
    list-style: none;
}

a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:link,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

*:focus,
a:focus,
a:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

figure {
    line-height: 0;
}

p {
    margin: 0 0 9px;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
}

address {
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: #2d373c;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #2d373c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #2d373c;
}

:-ms-input-placeholder {
    color: #2d373c;
}


/* -----------------------------------------
   Font Imports
----------------------------------------- */

@font-face {
    font-family: "Siemens Sans Roman";
    src: url("fonts/SiemensSans-Roman.eot");
    src: url("fonts/SiemensSans-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/SiemensSans-Roman.woff") format("woff"), url("fonts/SiemensSans-Roman.ttf") format("truetype"), url("fonts/SiemensSans-Roman.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Siemens Sans Roman";
    src: url("fonts/SiemensSans-Italic.eot");
    src: url("fonts/SiemensSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/SiemensSans-Italic.woff") format("woff"), url("fonts/SiemensSans-Italic.ttf") format("truetype"), url("fonts/SiemensSans-Italic.svg") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Siemens Sans Roman";
    src: url("fonts/SiemensSans-Bold.eot");
    src: url("fonts/SiemensSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SiemensSans-Bold.woff") format("woff"), url("fonts/SiemensSans-Bold.ttf") format("truetype"), url("fonts/SiemensSans-Bold.svg") format("svg");
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: "Siemens Sans Roman";
    src: url("fonts/SiemensSans-BoldItalic.eot");
    src: url("fonts/SiemensSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/SiemensSans-BoldItalic.woff") format("woff"), url("fonts/SiemensSans-BoldItalic.ttf") format("truetype"), url("fonts/SiemensSans-BoldItalic.svg") format("svg");
    font-weight: 700;
    font-style: italic;
}


/* -----------------------------------------
   TYPOGRAPHY
----------------------------------------- */

html,
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
    font-family: "Siemens Sans Roman";
}

body,
p {
    font-family: "Siemens Sans Roman";
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Siemens Sans Roman";
    text-rendering: optimizeLegibility;
    margin: 0;
    color: #009999;
    font-weight: 700;
}

h1 {
    font-size: 3.25em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.75em;
}

h5 {
    font-size: 1.313em;
}

h6 {
    font-size: 1em;
}

em,
i {
    font-family: "Siemens Sans Roman";
    font-style: italic;
}

strong,
b {
    font-family: "Siemens Sans Roman";
    font-weight: 700;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    font-family: "Siemens Sans Roman";
    font-style: italic;
}

address {
    font-family: "Siemens Sans Roman";
}


/*  ==========================================================================
	Form Controls
	========================================================================== */

input,
select,
textarea {
    font-size: 14px;
    color: #4c4c4c;
    padding: 8px 12px;
    border: solid 1px #cdcdcd;
}

textarea {
    height: auto;
    padding: 12px;
    resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    display: block;
    width: 100%;
    min-height: 40px;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
    position: relative;
    outline: none;
    border: solid 1px #d7d7d7;
    margin: 0 5px 0;
    background: #fff;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

input[type="checkbox"]:hover:before,
input[type="checkbox"]:checked:before {
    content: "\2714";
    font-size: 14px;
    line-height: 18px;
    left: 1px;
    text-align: center;
    width: 20px;
    color: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

input[type="checkbox"]:checked:before {
    color: #00a79d;
}

input[type="radio"] {
    width: auto;
    height: auto;
    position: relative;
    outline: none;
    border: solid 1px #d7d7d7;
    margin: 0 5px 0;
    background: #fff;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

input[type="radio"]:hover:before,
input[type="radio"]:checked:before {
    content: "\2022";
    font-size: 17px;
    line-height: 18px;
    left: 1px;
    text-align: center;
    width: 20px;
    color: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

input[type="radio"]:checked:before {
    color: #00a79d;
}

input[type="file"] {
    height: auto;
    padding: 12px;
}


/*input.button[type="submit"],
input.button[type="button"]{
	width:auto;
}
*/

label {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #2d373c;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.nopadding {
    padding: 0;
}

.formRow {
    margin-bottom: 18px;
    position: relative;
}

.formRow label {
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 10px;
    line-height: 1;
}

.formRow.formSubmit {
    margin-bottom: 0;
}

.formRow.error:before,
.formRow .error:before,
.formRow.success:before,
.formRow .success:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 3px;
    top: 3px;
    z-index: 10;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-family: "fontname" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.formRow.error label,
.formRow .error label {
    color: #dd5044;
}

.formRow.error:before,
.formRow .error:before {
    content: "\e905";
    color: #dd5044;
}

.formRow.success label,
.formRow .success label {
    color: #1bb261;
}

.formRow.success:before,
.formRow .success:before {
    content: "\e904";
}

.form-control {
    color: #444;
    border: 1px solid #cbc6c9;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px;
    height: 44px;
    border-radius: 0;
}

.form-control:focus {
    border: 1px solid #cbc6c9;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/*  ==========================================================================
	CTA
	========================================================================== */

.cta {
    font-family: "Siemens Sans Roman";
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 180px;
    width: auto;
    min-height: 40px;
    height: auto;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.cta i {
    margin-right: 6px;
}

.cta.inline {
    padding: 8px 20px !important;
    min-width: 0;
}

.cta.login {
    background: #faa50a;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-transition: 0.2s, 0.3s;
    transition: 0.2s, 0.3s;
}

.login-section .login-form .input-group .login:disabled {
    background-color: rgb(223, 220, 220);
    color: white;
    cursor: auto;
}

.cta.login:hover {
    background: #fddb9d;
}

.cta.login:focus {
    outline: none;
}


/*  Custom Upload  */

.upload {
    position: relative;
}

.upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 50;
    opacity: 0;
}


/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */


/* -- Common Layout elements -- */


/* -----------------------------------------
   Bootstrap Overrides
----------------------------------------- */

.container {
    padding-left: 9px;
    padding-right: 9px;
}

.row {
    margin-left: -9px;
    margin-right: -9px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    vertical-align: text-top;
    background-repeat: no-repeat;
}


/* -----------------------------------------
   Header
----------------------------------------- */


/* -----------------------------------------
   Footer
----------------------------------------- */


/* -----------------------------------------
   Navigation
----------------------------------------- */


/* -----------------------------------------
  Elements appears in general
----------------------------------------- */

.clearfix:before,
.clearfix:after,
.home-navigation:before {
    content: " ";
    display: table;
    clear: both;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    vertical-align: text-top;
    background-repeat: no-repeat;
}


/* Elements using icon font */

.container.headerBot .nav>ul>li>a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tfgowners" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loader {
    background: #002e5a url(img/loader.svg) center center no-repeat;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    display: block;
    margin: 15px auto;
}

.content p {
    margin-bottom: 18px;
}

.content h1 {
    font-size: 24px;
    color: #000;
    padding: 0 0 12px 0;
    text-transform: uppercase;
}

.content h1:first-child {
    padding-top: 0;
}

.content h2 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.content h3 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.content h4,
.content h5,
.content h6 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.content p,
.content li {
    color: #2d373c;
    margin-bottom: 25px;
    padding: 0;
    line-height: 1.4;
}

.content ul {
    overflow: hidden;
}

.content ul li {
    padding-left: 16px;
    position: relative;
    border: none !important;
}

.content ul li:before {
    content: "";
    background: blue;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.content ol li {
    margin-left: 20px;
}

.content table {
    border-color: #c8e4df;
    margin-bottom: 20px;
}

.content table tr:nth-child(even) {
    background: #ecf5f3;
}

.content table tr th {
    padding: 10px;
    border-bottom: solid 1px #e0f1ee;
    background: #d3e0de;
}

.content table tr td {
    padding: 5px 10px;
    border-bottom: solid 1px #c8e4df;
}


/* -- Common Components -- */


/* -- Pages -- */

.login-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-section .login-background {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(80, 190, 190, 0.7)), color-stop(53%, rgba(0, 153, 153, 0.7)), color-stop(80%, rgba(0, 153, 176, 0.7)), to(rgba(0, 153, 203, 0.7))), url("img/login-bg.jpg");
    background-image: linear-gradient(to right, rgba(80, 190, 190, 0.7) 0, rgba(0, 153, 153, 0.7) 53%, rgba(0, 153, 176, 0.7) 80%, rgba(0, 153, 203, 0.7) 100%), url("img/login-bg.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    min-height: 100vh;
    width: calc(100vw - 940px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 72px;
    position: relative;
}

.login-section .login-background .logo {
    width: 200px;
    background: #fff;
    height: 100px;
    padding: 0 32px  ;
    display: flex;
    align-items: center;
}

.login-section .login-background .logo img {
    height: auto;
}

.login-section .login-background .text {
    color: #fff;
    position: relative;
    display: inline-block;
}

.login-section .login-background .text h1 {
    color: #fff;
    line-height: 64px;
}

.login-section .login-background .text span.material-icons {
    height: 52px;
    width: 52px;
    font-size: 3.188em;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: -52px;
    margin: auto;
}

.login-section .login-form {
    width: 420px;
    margin: calc((100vh - 470px) / 2) 72px 72px 72px;
}

.login-section .login-form .input-group {
    margin-bottom: 36px;
}

.login-section .login-form .input-group .error {
    color: #af235f;
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding-top: 8px;
}

.login-section .login-form .input-group a.link {
    color: #879baa;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding-left: 32px;
}

.login-section .login-form .input-group a.link:hover {
    color: #becdd7;
}

.login-section .login-form .input-group a.link i.material-icons {
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 19px;
}

.login-section .login-form .login-footer span {
    color: #a0b6c0;
    font-size: 8px;
}

.login-section h2 {
    margin-bottom: 36px;
}

/* notice message */
.login-section .notice_mesage-wrapper{
    width: 420px;
    margin: calc((100vh - 470px) / 2) 0 0 40px;
}

.login-section .notice_mesage-wrapper .main_title{
    padding: 0 0 12px 8px;
    border-bottom: 1px solid #44444452;
    font-size: 18px;
}

.login-section .notice_mesage-wrapper .notice__message{
    height: calc(100% - 106px);
    max-height: 377px;
    overflow: auto;
    margin-top: 32px;
    padding-right: 4px;
}

.login-section .notice_mesage-wrapper .notice__message a{
    color: #009999;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

/* ol style */
.login-section .notice_mesage-wrapper .notice__message ol{
    margin-top: 16px;
    padding-left: 16px;
}

.login-section .notice_mesage-wrapper .notice__message ol li{
    padding-top:4px;
    font-size: 14px;
}

/* ul style */
.login-section .notice_mesage-wrapper .notice__message ul{
    margin-top: 16px;
    padding-left: 16px;
}

.login-section .notice_mesage-wrapper .notice__message ul li{
    padding-top:4px;
    font-size: 14px;
}

.login-section .notice_mesage-wrapper .notice__message table{
    margin-top: 16px;
}

.login-section .notice_mesage-wrapper .notice__message table tbody{
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.login-section .notice_mesage-wrapper .notice__message table tbody tr{
    height: 30px;
}

.login-section .notice_mesage-wrapper .notice__message table tbody tr:hover{
    background-color: #eef2ff;
}

.login-section .notice_mesage-wrapper .notice__message table tbody tr td{
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 500;
}

.login-section .notice_mesage-wrapper .notice__message .item-col{
    margin-top: 32px;
}

.login-section .notice_mesage-wrapper .notice__message .item-col:first-child{
    margin-top: 0;
}

.login-section .notice_mesage-wrapper .notice__message .item-col .title{
    font-size: 18px;
    margin-bottom: 8px;
}

.login-section .notice_mesage-wrapper .notice__message .item-col p{
    font-size: 14px;
    line-height: 20px;
}

.login-section .notice_mesage-wrapper footer{
    display: flex;
    margin-top: 24px;
}
.login-section .notice_mesage-wrapper footer p{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.login-section .notice_mesage-wrapper footer .form-check{
    padding-left: 0;
    margin-right: 8px;
}

.login-section .notice_mesage-wrapper footer .form-check .form-check-input{
    cursor: pointer;
}

.partial-modal .modal-footer .btn.btn-light.cancel
{
    border-color: #099;
    background: #fff;
    color: #0f1923;        
}

.partial-modal .modal-footer .btn.submit-btn
 {
    background: #099;
    border-color: #099;
    color: #fff;
 }

 .partial-modal .modal-footer .btn.btn-light.cancel,
 .partial-modal .modal-footer .btn.submit-btn {
    padding: 0 40px;
    height: 35px;
    margin: 0 1rem 0 0;
 }
 .partial-modal .confirm
 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #343a40;
 }
 .partial-modal .modal-body
 {
    color: #495057;
    padding: 0 1rem 1rem;
 }
 .partial-modal .modal-footer{
       border:none;
 }
 .partial-modal .modal-header{
    border:none;
    padding: 1rem;
}


/* responsive */
/* media screen 1199.98 */
@media (min-width: 992px) and (max-width: 1299.98px) {
    .login-section .login-background{
        width: calc(100vw - 500px);
    }
    .login-section .notice_mesage-wrapper{
        width: 250px;
    }
    .login-section .login-form{
        width: 250px;
    }
    .login-section .notice_mesage-wrapper footer p{
        font-size: 13px;
    }
}
/* media screen 1500px */
@media (min-width: 1300px) and (max-width: 1500px) {
    .login-section .login-background{
        width: calc(100vw - 600px);
    }
    .login-section .notice_mesage-wrapper{
        width: 300px;
    }
    .login-section .login-form{
        width: 300px;
    }
}

/* login page scroll */

::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(241, 241, 241); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d3d2d2; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9; 
    cursor: pointer;
  }

  ::-webkit-scrollbar {
    height: 4px;              /* height of horizontal scrollbar ← You're missing this */
    width: 4px;               /* width of vertical scrollbar */
  }

/*# sourceMappingURL=main.css.map */