﻿.button_short {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font: bold 12px/25px Arial, sans-serif;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 22%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 1px rgb(0 0 0 / 32%), inset 1px 1px 1px rgb(255 255 255 / 44%);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 32%), inset 1px 1px 1px rgb(255 255 255 / 44%);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border: solid 1px #e4e4e4;
}
html, body, form{
    line-height:1.5;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}
html{
    position: relative;    
}
body, form{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
}
body {
    margin: 0;
    /*font-family: 'Roboto', sans-serif;*/
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 15px;
    color: #459eec;
    font-weight: bold;
}
p{
    margin: 0 0 5px 0;
}
a, a:hover, .a, .a:hover {
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
}
.mainMenuBox{
    float:left;
    display:block;
    width: 200px;    
    box-shadow: 0 2px 10px #e2e1e1;
    border-right: 1px solid #e0e0e0;
    overflow: auto;
    color: white;
    height:100%;
    background-color:white;
}
.menu-icon {
    cursor: pointer;
    /* background-color: white; */
    display: inline-block;
    /* padding: 3px 6px; */
    /* border-radius: 4px; */
    box-sizing: border-box;
    /* box-shadow: 0 2px 15px #dadada; */
    z-index: 1;
    color: blue;
    text-align: center;
    width: 180px;
}
.menu-line {
    width: 15px;
    height: 1px;
    background-color: #ffffff;
    margin: 4px 0;
}
.menuText{
    margin: 5px 0;
    font-weight: normal;
    text-align: center;
}

.menuBox{
    padding: 20px
}

.menuLink{
    display: block;
    width:100%;
    box-sizing:border-box;
    text-align: left;
    padding: 10px 0;
    margin: 20px 0;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
    transition:all 0.5s linear;
    user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
    color: #3e3e3e;
    background-color: transparent;
    border: none;
    outline: none
}

.menuLink:hover{
    color: black;
    opacity: 1;
    text-decoration:none
}

.menuLinkActive{
    opacity: 1;
    background-color: white;
    border-radius: 5px;
    font-weight: bold;
    color: black;
}

.menuLinkActive:hover{
    color:black

}

.panelAbs{
    position:absolute;
    top: 0px;
    left:0;
    border-top: 1px solid #e0e0e0;
    width:100%;
    bottom: 0;
}

.mainContainer{
    display:block;
    overflow: auto;
    height:100%
}

.mainContentBody{
    padding: 10px 20px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px
}
::-webkit-scrollbar-thumb {
  background: #484848;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.smallImg, .small-ctrl{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: white;
    color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    margin: 0 4px 4px 0;
    text-align: center
}
.posImg{
    background-image: url('/img/position-20-1.1.png');
}
.jobImg{
    background-image: url('/img/job-default-20.png');
}
.downloadImg{
    background-image: url('/img/download-20.png');
}
.logoutImg{
    background-image: url('/img/logout-20.png');
}
.userImg{
    background-image: url('/img/user-20.png');
}
.viewImg{
    background-image: url('/img/view-20.png');
}
.locImg{
    background-image: url('/img/location-20-1.1.png');
}
.deadlineImg{
    background-image: url('/img/deadline-20-1.1.png');
}
.logoImg{
    width: 80px;
}
.fltL{
    float: left;
}
.fltR{
    float: right;
}
.clrFlt{
    clear: both;
}
.bk-end-header{
    padding: 15px 15px 0 15px;
    box-sizing: border-box
}
.gvCSS{
    width: 100%;
    min-width: 500px;
    border: none;
}
.gvContainer{
    overflow: auto
}
.gvHeaderCSS{
    text-align: left;
}

.gvHeaderCSS th{
    padding: 7px 5px;
    border: none;
    vertical-align: top;
}

.gvRowCSS td{
    border: none;
    padding: 7px 5px;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: top;
}

.selectedRow{
    font-weight: bold;
    color: #00539c;
}

.selectedRow td{
    padding: 7px 5px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
}

.gvEmptyCSS{
    border-color: transparent;
}

.gvSelectCSS .gvRowCSS td:first-child{
    width: 45px;
}

.gvSelectCSS .gvRowCSS td:first-child a{
    user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
    text-decoration: none;
    color: #00539c;
}

.selectedRow td:first-child a{
    text-decoration: none;
    color: #00539c;
}
.btnCSS{
    padding: 5px 15px;
    outline: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    background-color: #1766a9;
    color: white;
    margin: 5px !important;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block
}
.btnCSS:hover{
    color: white
}
.txtCSS{
    outline: none;
    border: 1px solid #9a9a9a;
    border-radius: 3px;
    padding: 5px 10px;
    box-shadow: 0 1px 12px #d6d4d4;
    box-sizing: border-box;
    width: 213px !important;
}
select.txtCSS{
    padding: 7px 5px
}
.txtCSS, .btnCSS{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.controlBox{
    margin: 10px 0;
}
.gvPageCSS td{
    border-color: transparent;
    padding-top: 5px;
}

.gvPageCSS table td{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.gvPageCSS table td a{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-decoration: none;
    color: black;
    vertical-align: top;
    margin-top: 10px;
}

.gvPageCSS table span{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: black;
    color: white;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 10px;
}
.no-margin{
    margin: 0 !important
}
.fieldBox{
    padding: 8px 0;
    box-sizing: border-box;
}
.fieldLabel{
    margin-right: 12px;
    display: inline-block;
    width: 100%;
    max-width: 130px;
    vertical-align: top;
}
.fieldBox-lbl, .fieldBox-lbl-v{
    margin-right: 12px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.fieldBox-lbl-v{
    color: #6f6f6f;
}
.fieldBox-v{
    border-bottom: 1px solid #b7b7b7;
    padding: 3px 0
}
.block-body .fieldBox-v:last-child{
    border-bottom: none
}
.fieldBox-group{
    margin-bottom: 15px
}
.fb-group-idx{
    display: inline-block;
    border-radius: 4px;
    background: #777d82;
    color: white;
    text-align: center;
    padding: 3px 8px;
}
.block-body .fieldBox-group:last-child{
    margin-bottom: 0
}
.mw-130{
    max-width: 130px
}
.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%
    }
}
.uploadInfo{
    color: green;
}
.error{
    color: red;
}
.fs-small{
    font-size: small;
}
.fieldBoxIn-Block{
    display: inline-block;
    width: 33%;
    min-width: 250px;
    vertical-align: top;
}
.datepicker{
    border: 1px solid black;
    box-shadow: 0 2px 12px #bdbdbd;
}
.chk label{
    display: inline
}
input[type=checkbox], input[type=radio] {
    margin-right: 7px;
}
.btnSign {
    display: inline-block;
    background-color: white;
    color: black;
    display: inline-block;    
    padding: 0
}
.btnSign:hover{
    color: black
}
.sign,.icon{
	display: inline-block;
	margin: 0 5px 5px 0;
    line-height: 20px;
	width: 20px;
    height: 20px;
}
.greenCircle{
    background-color: green;
    color: white;
    text-align: center;
    border-radius: 50%
}
.icon{
	vertical-align: middle
}
.lbl{
    margin: 0 5px 0 0;
}
.groupBox{
    padding: 10px;
    position: relative;
    border-radius: 5px;
    margin: 30px 0;
    box-shadow: 0 4px 15px #e0e0e0;
    border: 1px solid #bdbdbd;
}
.groupBox-in-block{
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px 30px 0
}
.groupBoxName{
    position: absolute;
    top: -16px;
    left: 22px;
    background-color: white;
    padding: 5px;
    box-sizing: border-box;
    color: #7d4101;
    font-size: 0.9em;
}
.no-size{
    width: 0;
    height: 0;
	opacity: 0
}
.halfAutoWidth{
    vertical-align: top;
    width: 48%
}
@media screen and (max-width: 760px){
    .halfAutoWidth{
        width: 100%
    }
}
.divImgItem{
    position: relative;
    display: inline-block;
    margin: 10px 20px 10px 0;
    vertical-align: top;
    max-width: 120px;
    cursor: pointer;
    transition: all 0.3s linear;
    word-break: break-all;
    font-size: 0.85em;
}
.divImgItem:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}
.imgItemDel{
    position: absolute;
    top: -6px;
    z-index: 1;
    right: -6px;
    border-radius: 50%;
    background-color: #d01212;
    padding: 6px;
    box-sizing: content-box;
    width: 6px;
    box-shadow: 0 2px 10px #616161;
    height: 6px;
    text-align: center;
    line-height: 6px;
    font-size: 0.7em;
    cursor: pointer;
    color: white;
    user-select: none
}
.imgItem{
    max-width: 100%;
    user-select: none
}
.imgItemSrc{
    display: block
}
.notificationBox,.popupBox{
    position: fixed;
    box-sizing: border-box;
    width: 90%;
    border-radius: 5px;
    background-color: #2ba4bf;
    background: linear-gradient(to bottom right, #2ba4bf 5%, #0190c7);
    padding: 10px;
    z-index: 2;
    color: white;
    max-height: 90%;
    overflow: auto
}
.popupBox{
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.notificationBox{
    bottom: 10px;
    right: 10px;
    max-width: 350px;
}
.notificationTitle{
    display: block;
    margin: 7px 10px 0 10px;
}
.notificationText{
    padding: 10px 20px;
    font-size: 0.9em;
    overflow: auto;
}
.notificationWarningBox{
    background-color: #f18361;
    background: linear-gradient(to bottom right, #f18361 5%, #bb812a);
    color: white;
}
.popupPanel{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6d6d6d;
    z-index: 2;
    opacity: 0.6
}
.no-display{
    display: none
}
.align-right{
    text-align: right
}
.block{
    display: block
}
.btnPopupYes, .btnPopupYes:hover{
    background: white;
    color: #106679

}
.btnPopupNo, .btnPopupNo:hover{
    background-color: white;
    color: #8a1307
}
.mw-700{
    max-width: 700px
}
.bg-white{
    background: white;
}
.popupHeader, .popupFooter{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1100px;
    overflow: auto;
    width: 90%;
    background-color: white;
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
}
.popupHeader{
    height: 80%;
    top: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.popupFooter{
    top: 85%;
    height: 65px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    user-select: none
}
.imgItemSelect{
    box-shadow: 0 4px 15px #e0e0e0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}
.imgItemSelect:before{
    content: '\2714';
    position: absolute;
    top: -6px;
    z-index: 1;
    right: -6px;
    border-radius: 50%;
    background-color: #1a8aa2;
    padding: 6px;
    box-sizing: content-box;
    width: 6px;
    box-shadow: 0 2px 10px #616161;
    height: 6px;
    text-align: center;
    line-height: 6px;
    font-size: 0.7em;
    cursor: pointer;
    color: white;
    user-select: none
}
.infoImgBox{
    display: inline-block;
    width: 96%;
    max-width: 340px;
    box-sizing: border-box;
    margin: 10px 7px;
    min-height: 212px;
    padding: 2px;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 3px 15px #b3b1b1;
    transition: all linear 0.3s;
}
.infoImgBox:hover{
    transform: translateY(-5px);
}
.infoImg{
    width: 70px;
    padding: 11px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.infoDesBox{
    position: absolute;
    left: 75px;
    overflow: auto;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #1f7dbf;
    color: white;
    padding: 10px 15px;
    box-sizing: border-box;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.infoDes{
    margin-bottom: 5px;
}
.infoDesLbl{
    display: block;
    margin-bottom: 12px;
    padding: 2px;
    border-bottom: 1px solid;
}
.block-box{
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #00000005;
    box-shadow: 0 4px 15px #d2cfcf;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto
}
.block-head{
    font-weight: bold;
    border-bottom: 1px solid #757575;
    position: relative;
    padding: 0 20px 5px 0
}
.block-body{
    padding-left: 10px;
    font-size: .9em;
    box-sizing: border-box;
    margin-top: 10px;
}
.block-head-ctrl{
    position: absolute;
    top: 0;
    right: 0;
}
.small-ctrl{
    margin: 0 3px;
    background: #459eec;
    line-height: 20px;
    color: white;
    cursor: pointer;
    transform: scale(0.75);
}
.fieldValue-v{
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
}
.panelLoader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    opacity: 0.35;

}
.loader{
    border-radius: 50%;
    box-shadow: 0 -13px 0 16px rgba(9, 116, 181, 0.8) inset;
    animation: loader 1.5s linear infinite;
    -webkit-animation: loader 1.5s linear infinite;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: fixed;
	background-color: white;
    left: 50%;
}
@-webkit-keyframes loader {
    0% { 
        -webkit-transform: translate(-50%, -50%) rotate(0);
    }
    100% { 
        -webkit-transform: translate(-50%, -50%) rotate(360deg); 
    }
}

@keyframes loader {
    0% { 
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.small-info{
    display: inline-block;
    padding: 3px 6px;
    margin: 5px
}
.chkListBox{
    display: inline-block;
    vertical-align: middle
}
.chkBox, .chkListBox td {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px
}
.chkBox label, .chkListBox label{
    cursor: pointer
}
.chkBox input, .chkListBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chkBox label:before, .chkListBox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #efefef;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
}

.chkBox input:checked ~ label:before, .chkListBox input:checked ~ label:before {
    background-color: #2a96ec;
    border: none
}

.chkBox input:checked ~ label:after, .chkListBox input:checked ~ label:after {
    position: absolute;
    content: '';
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}