﻿html, body, form{
    line-height:1.5;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,'Ubuntu','Roboto','Cantarell',"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.15em;
    background-color: #efefef;
}
p{
    margin: 0 0 5px 0;
}
.container{
    max-width: 1000px;
    margin: auto;
}

.headerFixed{
    position: fixed;
    width: 100%;
    max-width: 1000px;
    height: 10%;
    max-height: 37px;
}

.menuDashboard{
    text-align: center;
    overflow: auto;
    position: fixed;
    width: 100%;
    height: 78%;
    max-width: 1000px;
    top: 12%;
}

.menu{
    display: inline-block;
    width: 100%;
    margin: 10px;
    max-width: 144px;
    padding: 20px 5px 0 5px;
    cursor: pointer;
    box-shadow: 0 10px 30px #eaeaea;
}

.menuImageContainer{
    position: relative;
    height: 100px;
}

.menuIcon{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100px;
}

.menuTitle{
    display: block;
    padding: 7px;
    font-size: 14px;
    color: #808080;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu a{
    text-decoration: none;
}

.gvCSS{
    width: 100%;
}

.gvHeaderCSS{
    background-color: darkgrey;
    color: white;
    font-size: 14px;
}

.gvHeaderCSS th{
    padding: 5px 10px;
    border-color: #dedede;
}

.gvRowCSS td{
    border-color: #dedede;
}

.selectedRow{
    background: linear-gradient(180deg, #f5f5f5 5%, rgba(145, 31, 35, 0.52));
}

.selectedRow td{
    border-color: #dedede;
}

.gvEmptyCSS{
    border-color: transparent;
}

.mainContainer{
    width: 100%;
    margin: auto;
    padding: 7px;
    background-color: white;
}

.containerHeader{
    padding: 0 10px;
    border-bottom: 1px solid lightgrey;
}

.containerTitle{
    font-size: 18px;
    margin: 0;
}

.containerBody{
    padding: 20px 10px;
}

.controlBox{
    float: left;
}

.searchBox{
    float: right;
    margin-top: 20px;
}

.btnCSS{
    padding: 5px 15px;
    outline: none;
    border: none;
    text-decoration: none;
    border-radius: 2px;
    background-color: #3b96d6;
    color: #fff;
    margin: 5px!important;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    width: 77px;
    text-align: center
}

.btnCSS:hover {
    text-decoration: none;
    color: #fff
}
.formContainer{
    padding: 20px;
    max-width: 555px;
    margin: auto;
}

.fieldBox{
    padding: 7px 0;
}

.fieldLabel{
    display: inline-block;
    width: 37%;
    margin-right: 10px;
    vertical-align: top;
}

.formButtonBox{
    text-align: center;
    padding: 10px 0;
}

.pageTitlePanel{
    background-color: #e8e8e8;
    box-shadow: 0 0 15px lightgrey;
    padding: 10px;
}

.pageTitle{
    font-size: 16px;
    font-weight: bold;
}

.btnCSS{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.popupBox{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    box-shadow: 0 0px 20px #eaeaea;
    max-width: 700px;
}

.popupHeader, .popupFooter{
    padding: 20px;
    background-color: #e8eaea;
}

.popupBody{
    padding: 20px;
    background-color: #dadada;
    text-align: center;
}

.popupControlBox{
    text-align: center;
}

.popupTitle{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.popupContent{
    text-align: center;
}

.popupYes, .popupNo{
    border: none;
    outline: none;
    padding: 10px 25px;
    margin: 0 10px;
    box-shadow: 0 5px 10px lightgrey;
    color: white;
    transition: box-shadow 0.7s;
    cursor: pointer;
}

.popupYes{
    background-color: #2d94d4;
}

.popupNo{
    background-color: #d28d2a;
}

.popupYes:hover, .popupNo:hover{
    box-shadow: 0 5px 10px #adadad;    
}

.loginContainer{
    width: 95%;
    max-width: 400px;
    border: 1px solid #c3c3c3;
    margin: 2% auto;
    border-radius: 4px;
    background-color: white;
    padding: 25px 0 0;
    box-sizing: border-box;
    box-shadow: 0 2px 43px -4px rgba(152,152,152,.19);
}
.btnPopupYes, .btnPopupYes:hover{
    background: white;
    color: #106679

}
.btnPopupNo, .btnPopupNo:hover{
    background-color: white;
    color: #8a1307
}

.loginHeader{
    padding: 10px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}
.loginBody{
    padding: 0px 25px;
}

.loginFooter{
    padding: 15px 25px;
    text-align: right;
}

.fieldBoxLogin{
    padding: 7px 0;
    max-width: 369px;
    margin: auto;
}

.fieldLabelLogin{
    display: inline-block;
    width: 40%;
}

.btnLogin{
    border-radius: 10px;
}

.loginMsg{
    color: red;
}

.logoImg{
    width: 80px;
}

.btnLogout{
    float: right;
    border-left: none;
    border-right: none;
    outline: none;
    padding: 10px 15px;
    cursor: pointer;
    min-width: 80px;
    background-color: inherit;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: transparent;
    border-radius: 10px;
    transition: border-color 0.7s;
}

.btnLogout:hover{
    border-color: #409ff3;
}

.menuImage{
    min-width: 150px;
    height: 150px;
    max-width: 200px;
    display: block;
    width: 100%;
}

.divMenuInfo{
    width: 60%;
    float: left;
}

.divMenuImage{
    width: 30%;
    float: left;
    margin-right: 30px;
}

@media screen and (max-width: 599px){
    .divMenuInfo, .divMenuImage{
        width: 100%;
    }

    .divMenuImage{
        text-align: center;
        margin-bottom: 7px;
    }

    .menuImage{
        margin: auto;
    }
}

.containerFooter{
    position: fixed;
    background-color: lightgrey;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    opacity: 0.9;
    max-height: 40px;
}

.copyright{
    text-align: center;
}

@media screen and (max-width: 404px){
    .fieldLabel{
        width: 100%;
        margin-bottom: 5px;
    }
}

.gvCheck tr td:first-child{
    text-align: center;
}

table tr td:first-child a{
    text-decoration: none;
    font-style: italic;
    color: #4a78a0;
}

@media screen and (max-width: 625px){
    .formContainer, #divGvUser{
        width: 100% !important;
    }
}

.detailBox{
    width: 95%;
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px white;
    border-radius: 7px;
    display: none;
    background-color: white;
}

.detailHeader{
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid lightgrey;
    font-weight: bold;
    background-color: #f1f1f1;
    box-shadow: 0 2px 20px #e4e4e4;
}

.detailBody{
    max-height: 400px;
    overflow: auto;
    padding: 20px;
    text-align: center;
}

.detailHalfBox{
    display: inline-block;
    width: 100%;
    max-width: 363px;
    vertical-align: top;
    text-align: left;
}

.btnCloseInfo{
    float: right;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 15px;
    color: #aba49f;
    transition: color 0.7s;
}

.btnCloseInfo:hover{
    color: red;
}

.detailLabel{
    display: inline-block;
    width: 100%;
    max-width: 120px;
    margin-right: 7px;
    vertical-align: top;
}

.detailValue{
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin-left: 7px;
    vertical-align: top;
    font-weight: bold;
}

.loader{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #94c6f1;
    border-bottom: 3px solid #94c6f1;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 20px #d3dfe0;
}

.popupPanel, .popupPanelLoader{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #989797;
    opacity: 0.6;
}

.popupPanelLoader{
    display: block;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); }
    100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.txtCSS {
    font-family: inherit;
    outline: none;
    border: 1px solid #9a9a9a;
    border-radius: 3px;
    padding: 5px 10px;
    box-shadow: 0 1px 12px #d6d4d4;
	font-size: inherit;
    width: 213px!important
}

select.txtCSS {
    padding: 7px 5px
}

.in-block,.autoCompleteBox {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.fieldBox-v {
    border-bottom: 1px solid #b7b7b7;
    padding: 3px 0
}

.block-body .fieldBox-v:last-child {
    border-bottom: none
}

.in-block,.autoCompleteBox,.in-block-v {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.in-block-v {
    width: 31%;
    min-width: 230px;
    margin-right: 20px;
    vertical-align: top
}

@media screen and (max-width: 1024px) {
    .in-block-v {
        width:46%
    }
}

@media screen and (max-width: 768px) {
    .in-block-v {
        width:100%
    }
}

.block-box {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #cecece;
    box-shadow: 0 2px 43px -4px rgba(0,0,0,.19);
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
    overflow-y: hidden
}

.block-head {
    font-weight: 600;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
    padding: 0 20px 5px 0
}

.block-body {
    padding-left: 10px;
    font-size: .9em;
    box-sizing: border-box;
    margin-top: 10px
}

.block-body {
    padding: 0 10px
}

.fieldBox-v {
    float: left;
    width: 45%;
    margin-right: 5%;
    border-bottom: none;
    padding: 12px 0 20px 0
}

.lblIn {
    position: absolute;
    font-size: .82em;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #6f6f6f;
    transition: all cubic-bezier(.65,.05,.36,1) .3s
}

.box-txtInActive .lblIn {
    top: 0
}

.box-txtIn {
    position: relative;
    padding-top: 10px
}

.box-txtIn:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0e5c8a;
    transition: all cubic-bezier(.65,.05,.36,1) .4s
}

.box-focus:before {
    width: 100%
}

.box-focus .lblIn {
    color: #337ab7
}

.fieldBox-v-b {
    display: block;
    width: 100%;
    margin-right: 0
}

.fieldBox-v-b .box-txtIn {
    padding-top: 15px
}

select.txtCSS {
    padding: 4px 0
}

.txtCSS {
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 0;
    box-shadow: none;
    width: 100%!important;
    background-color: transparent;
    position: relative;
    z-index: 1
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display:auto;src: url("/webfonts/fa-solid-900.eot");
    src: url("/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/webfonts/fa-solid-900.woff2") format("woff2"),url("/webfonts/fa-solid-900.woff") format("woff"),url("/webfonts/fa-solid-900.ttf") format("truetype"),url("/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display:auto;src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.woff") format("woff"),url("../webfonts/fa-regular-400.ttf") format("truetype"),url("../webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.fa,.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.fas,.far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-key:before {
    content: "\f084"
}

.fa-envelope:before {
    content: "\f0e0"
}

.mar-right-7{
    margin-right: 7px;
}

.fs-09{
    font-size: 0.9em;
}

.fw-500{
    font-weight: 500;
}

.fs-072{
    font-size: 0.72em;
}

.clrFlt{
    clear: both;
}

.btn-round {
    background-color: #3e96e2;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all cubic-bezier(.65,.05,.36,1) .5s;
}

.btn-round:hover:not(:disabled){
    text-decoration: none;
    color: #000;
    background-color: white;
    border-color: #1d75b5;
}