/* Minification failed. Returning unminified contents.
(89,1): run-time error CSS1019: Unexpected token, found '@import'
(89,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap')'
(90,1): run-time error CSS1019: Unexpected token, found '@import'
(90,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Sarabun:700&display=swap')'
 */
table.calendar {
	font-size:12px;
	border-collapse: collapse;
	background-color: white;
    border: solid #999999 1px;
	background-color: white;
	text-align: center;
    /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input  {
    padding:2px;
}
table.calendar td {
	border: 0;
	text-align: center;
}

div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
    padding:5px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sarabun:700&display=swap');

#gridTbl select {width: 120px !important;}
#gridTbl input[type=date] {width: 130px !important;}
#gridTbl input[type=file] {width: 26px !important; background: url(../Images/btnUploadPDF.png) center center no-repeat; text-indent: 100px; overflow: hidden; border: 0px !important; margin-top: 20px; cursor: pointer;}
.addGrid {width: 26px !important; background: url(../Images/addRow.png) center center no-repeat; text-indent: 100px; overflow: hidden; border: 0px !important; margin-top: 0px; cursor: pointer;}
.removeGrid {width: 18px !important; background: url(../Images/removeRow.png) center center no-repeat; text-indent: 100px; overflow: hidden; border: 0px !important; margin-top: 0px; cursor: pointer;}

abbr:hover::after {
    content: attr(title);
    display: block;
    position: absolute;
    z-index:1000;
    margin: 34px 0px 0px 0px;
    background-color: white;
    color: red;
    padding: 5px;
    border-radius: 3px;
    font-size: 0.8em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    width:auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#divLoading {
    position: fixed;
    z-index: 999;
    text-align: center;
    width: 100%;
    background: #0000004f;
    top: 0;
    right: 0;
    min-height:850px;
    Padding:200px;
    width:100%;
}
#divLoading  label{margin-top:200px;}

body {
    font-size: 13px;
    font-family: 'Verdana', Hind, sans-serif !important;
    margin: 0;
    padding: 0;
    background-image: url('../Images/diagonal_striped_brick.png');
}

div:after {
    content: '';
    display: block;
    clear: both;
}

i {
    margin-right: 5px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.custom-container {
    width: 90%;
    margin: 0 auto;
}

.main-container {
    height: 100vh;
}

.header {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 47px;
    left: 0;
}

.left-content {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
    width: 67%;
    float: left;
    height: 100vh;
}

.left-content-inner {
    padding:154px 50px 0 77px;

}

.process {
    padding:0 !important;
    background-color:rgba(255,255,255,0.9) !important;box-shadow: 9px 10px 4px -3px #32374f;

}
 
.process .col-lg-6 p{
  color: #333 !important;
    font-size: small !important;
    margin: 0 !important;
    padding:20px 10px !important;

}
    .left-content-inner h2 {
        font-size: 59px;
        color: #fff;
        font-weight: 800;
        max-width: 480px;
    }
    .right-content-inner .span1 {
    font-size: 15px !important;
    padding: 10px 0 0;
}
    .right-content-inner .span2 {
    font-size: 13px !important;
}

    .left-content-inner p {
        font-size: 15px;
        color: #fff;
        max-width: 480px;
    }

.right-content {
    width: 33%;
    float: right;
}

.right-content-inner {
    background-color: #32374f;
    height: 100vh;
    padding: 50px;
}

    .right-content-inner h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .right-content-inner .span1 {
        color: #fff;
        display: block;
        font-size: 20px;
        padding: 10px 0 0;
    }

    .right-content-inner .span2 {
        color: #fff;
        display: block;
        font-size: 14px;
    }

.loginFields {
    padding: 10px 0;
}

    .loginFields label {
        color: #fff;
        margin-bottom:0;
    }
    .loginOther_Links .notReg {
        background-color:lightgrey;font-size:14px; display:block; width:100%; color:#485bbd; padding:3px 0 3px 10px;

    }
  .loginLinks {
      background-color:rgba(255,255,255,0.1); padding:5px;
  }
    .loginFields input[type="text"], .loginFields input[type="password"] {
        width: 100%;
        padding: 10px;
        margin: 5px 0 10px;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        display: block;
    }

    .loginFields .loginButton {
        color: #fff;
        background: #eb782c;
        border: none;
        padding: 12px 0;
        margin-top: 1.3em;
        outline: none;
        width: 100%;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 1px;
        border-radius: 4px;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

    .loginFields button:hover {
        background: #a6125a;
    }

.copyright {
    background-color: #142a5b;
    color: #fff;
    position: relative;
}

.divFooter div {
    float: left;
    width: 33% !important;
}
.divFooter div a{color: #FFF !important;}

.loginOther_Links {
    color: #fff;
}

    .loginOther_Links a {
        color: #6a9fff;
    }

        .loginOther_Links a:hover {
            color: #c61a6e;
        }

@media only screen and (max-width:999px) {
    .material {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .left-content {
        width: 100% !important;
        display: block;
        order: 2;
        float: none;
        height:100% !important;
    }
    .header {
    top: 15px;
}

    .right-content {
        width: 100% !important;
        display: block;
        order: 1;
        float: none;
    }

    .right-content-inner {
        padding: 123px 10px 0;
        background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
   height:625px !important;

    
    }
    .left-content-inner {
        padding:0 !important;
    }

    .row.process {
    margin:10px !important;
}
}

/* Body Attriburtes */

header {
    background-image: url("../images/header.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-bottom: 2px solid rgb(43,28,155);
    z-index: 10000;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12),0 7px 10px -5px rgba(0,0,0,.15);
}

/* Tab css Inside */

div.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 0 20px 20px !important;
}

    div.card.card-plain {
        background: transparent;
        box-shadow: none;
    }

    div.card .card-header {
        border-radius: 3px;
        padding: 1rem 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        border: 0;
        background: linear-gradient(60deg,#eee,#bdbdbd);
    }

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}

.div.card .card-body {
    padding: 15px 30px;
}

div.card .card-header-primary {
    background: linear-gradient(60deg,#5c7abb,#3e5c9f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(98, 98, 98, 0.6);
}

div.card .card-header-danger {
    background: linear-gradient(60deg,#ef5350,#d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}


.card-nav-tabs .card-header {
    margin-top: -30px !important;
}

.card .card-header .nav-tabs {
    padding: 0;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

    .nav-tabs .nav-item .nav-link.active {
        background-color: hsla(0,0%,100%,.2);
        transition: background-color .3s .2s;
    }

    .nav-tabs .nav-item .nav-link {
        border: 0 !important;
        color: #fff !important;
        font-weight: 500;
    }

    .nav-tabs .nav-item .nav-link {
        color: #fff;
        border: 0;
        margin: 0;
        border-radius: 3px;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 12px;
        padding: 10px 13px;
        background-color: transparent;
        transition: background-color .3s 0s;
    }

.nav-link {
    display: block;
}

    .nav-link i {
        font-size: 18px;
    }

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item {
    position: relative;
}

.tab-content h1 {
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;
}

.tab-pane p {
    text-align: left;
}

.col-5auto {
    width: 50%;
    margin: 0 auto;
}

.form-control {
    width: 100%;
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table4 td {
    width: 25%;
}

.table tr {
    background-color: #fff;
}

.pageHead {
    border: 0;
    border-radius: 3px;
    padding: .625rem 0;
    margin-bottom: 20px;
    color: #555;
    background-color: #fff !important;
    box-shadow: 0 0 6px #DDE;
}

    .pageHead h2 {
        font-size: 20px;
        margin: 0;
    }

.form-group {
    margin-bottom: 0;
}

.form-control {
    float: left;
}

.table td, .table th {
    padding: 7px;
}

.table td, .table th {
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

.main-HeadTable {
    padding: 10px;
    background-color: #7a9ff0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.btn-shell {
    margin: 10px 0;
}

.configurePageCheck .form-group {
    margin-bottom: 5px;
    background-color: #e0edf7;
    padding: 10px;
    box-shadow: 2px 2px 2px -2px rgba(0,0,0,.3);
}

.nav a {
    color: #fff;
    margin: 10px;
    border: 0 !important;
    color: #fff !important;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 13px;
}

    .nav a:hover {
        text-decoration: none;
    }

.active {
    /*background-color: hsla(0,0%,100%,.2);*/
    background-color: #142A5B;
    transition: background-color .3s .2s;
    border-radius: 3px;
}

.lead {
    margin-top: 10px;
    padding: 0 20px;
}

.card-body {
    padding: 20px;
}

.navbar {
    background-color: #142a5b;
}

.navbar-button {
    background-color: #e9772a;
    display: inline-block;
    display: inline-block;
    padding: 2px 10px;
    border-radius: .25rem;
}

.body-content {
    min-height: 80vh;
}

.table td .col-lg-1, td .col-lg-3, .table td .col-lg-2, td .col-lg-4, .table td .col-lg-6, .table td .col-lg-8, .table td .col-lg-9, .table td .col-lg-12 {
    padding: 7px;
}

.table td .row {
    margin-right: 0;
    margin-left: 0;
}


.serverName {
    position: absolute;
    right: 70px;
    bottom: 6px;
}



.visiTrue {
    display: block;
}

.visiFalse {
    display: none;
}

.table .col-lg-3, .table .col-lg-5, .table .col-lg-4, .table .col-lg-5, .table .col-lg-6, .table .col-lg-7, .table .col-lg-8, .table .col-lg-9 {
    /*border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-right: -1px;*/
}




/* For Popup Message Box*/

.HrftableMsg {
    border-collapse: collapse;
    font-family: calibri;
    width: 25%;
    font-size: 14px;
    border: 2px solid #437E9D;
}

    .HrftableMsg th {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 5px;
        text-align: left;
        color: #fff;
        background: #437E9D;
        border: 2px solid #437E9D;
        border-radius: 10px 10px 0px 0px !important;
        moz-border-radius: 10px 10px 0px 0px !important;
    }

    .HrftableMsg tr:last-child td {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .HrftableMsg td {
        color: #373737 !important;
        padding: 5px;
    }

    .HrftableMsg tr {
        background: #fafafa;
    }

.btnMsg {
    border-style: none;
    border-color: inherit;
    color: #1F1E60 !important;
    border-width: medium;
    border: 2px double #437E9D;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 4px 4px;
    padding: 4px 4px;
    margin: 2px;
}

    .btnMsg:hover {
        /* background-color: #186CA3;*/
        border: 2px solid #437E9D;
        cursor: pointer;
        color: #1F1E60 !important;
        background-color: #FFF;
        border-radius: 4px 4px;
        padding: 4px 4px;
        margin: 2px;
    }


.blue_link {
    color: #186CA3 !important;
    text-decoration: none;
}

    .blue_link:hover {
        color: #186CA3 !important;
        text-decoration: underline;
    }




/* 09.09.2019 */
.col-50 {
    float: left;
    width: 50%;
}

.g2gLogin {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px #ddd;
    min-height: 400px;
    border-radius: 10px;
}

.loginInfo {
    height: 450px;
    background: #485bbd;
    border-radius: 10px 0 0 10px;
    position: relative;
    background-image: url('../images/iformsg2gLogin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

    .loginInfo:after {
        content: "";
        position: absolute;
        border: 150px solid #f7e1e1;
        height: 0;
        width: 0;
        right: 0;
        top: 50px;
        bottom: 0;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
        opacity: .1;
    }

.g2gLoginForm {
    height: 441px;
    position: relative;
}

.g2gLoginForm-inner {
    padding: 30px 50px 50px;
    background-color: #fbfbfb;
    height: 383px;
    border-radius: 0 0 10px;
}

.g2gLoginForm h4 {
    text-align: center;
    margin: 0;
    padding: 15px;
    background-color: #ddd;
    border-radius: 0 10px 0 0;
}

.g2gLoginForm label {
    font-size: 15px;
    margin: 10px 0 0 0;
}

.g2gLoginForm-inner input[type="text"],
.g2gLoginForm-inner input[type="password"] {
    width: 100%;
    padding: 8px 8px 8px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 20px;
}

    .g2gLoginForm-inner input[type="text"]:hover,
    .g2gLoginForm-inner input[type="password"]:hover {
        box-shadow: 0 0 4px #ddd;
    }

.g2gLoginButton {
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 8px;
    background-color: #485bbd;
    border-radius: 20px;
    border: none;
    color: #fff;
}

    .g2gLoginButton:hover {
        background-color: #283991;
        border-radius: 20px;
        cursor: pointer;
    }

.g2gLoginCircle {
    width: 70px;
    height: 70px;
    background-color: #c8eefb;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

    .g2gLoginCircle i {
        font-size: 30px;
        line-height: 70px;
    }


/*message box*/


.btnMsg {
    border-style: none;
    border-color: inherit;
    color: #1F1E60 !important;
    border-width: medium;
    border: 2px double #437E9D;
    background-color: #FFF;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px 4px;
    padding: 4px 4px;
    margin: 2px;
    width: 50px;
}

    .btnMsg:hover {
        /* background-color: #186CA3;*/
        border: 2px solid #437E9D;
        cursor: pointer;
        color: #1F1E60 !important;
        background-color: #FFF;
        border-radius: 4px 4px;
        padding: 4px 4px;
        margin: 2px;
    }
/*end*/

@media only screen and (max-width:999px) {
    .loginInfo {
        display: none;
    }

    .col-50 {
        width: 100%;
    }

    .g2gLogin {
        width: 90%;
        margin: 0 auto;
    }
}

