.blTbl {
	padding: 4px 15px;
	font-size: 14px;
}

@media only screen and (max-width:1100px) {
	.blTbl {
		font-size: 12px!important;
	}
}
@media only screen and (min-width: 1300px) {
	.blTbl {
		font-size: 13px!important;
	}
}


/* Bl Table Header */
.blTableHead {
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
	color: #182A3D;
}

/* Bl Table header */
.blTableHr {
	border-bottom: 1px solid #333;
	margin: 2px 15px 5px 15px;
}
/* st:2 */
.blTableHrSt2 {
	border-bottom: 1px solid rgb(67,67,67);
	margin: 2px 15px 5px 15px;
}
.blTableHrSt3 {
    border-bottom: 2px solid #f1f1f1;
}
.blTableHrSt4 {
    border-bottom: 1.5px solid #f1f1f1;
}

/* Bl Table Body */
#blTableBody {
	width: 100%;
	/*height: 14vh;*/
    height: 15.5vh;

	overflow-y: scroll;
	overflow-x: hidden;
	/*background: #fff;*/
	cursor: pointer;
}
/* st:2 */
#blTableStyle2 {
	width: 100%;
	height: 16vh;

	overflow-y: scroll;
	overflow-x: hidden;
	/*background: #fff;*/
	cursor: pointer;
    z-index: auto;
}
/* Address */
.addrTable.active {
	font-weight: 500!important;
    /*border: 1px solid #333;*/
    margin: 0px;
    padding: 5px 0;
    background: #e2e2e2;
}
/* Location */
.locTable.active {
	font-weight: 500!important;
    margin: 0px;
    padding: 5px 0;
    font-size: 12px!important;
    background: #e2e2e2;
}
/* SiteVist */
.svTable.active {
	font-weight: 600!important;
    margin: 0px;
    padding: 5px 0;
    background: #e2e2e2;
}
/* Other */
.blTableOnBtn {
	cursor: pointer;
}
.addrTable,
.locTable,
.svTable {
	color: #182A3D!important;
	font-size: 12px!important;
}

/* Scrollbar */
#blTableBody::-webkit-scrollbar {
	width: 15px;
}
#blTableBody::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 25px;
}
#blTableBody::-webkit-scrollbar-thumb {
	background: rgb(208,208,208); 
	border-radius: 25px;
}
#blTableBody::-webkit-scrollbar-thumb:hover {
	background: rgb(67,67,67);
	border-radius: 25px;
}
/* BL:tbl2 */
#blTableStyle2::-webkit-scrollbar {
	width: 15px;
}
#blTableStyle2::-webkit-scrollbar-track {
	background: rgb(208,208,208); 
	border-radius: 25px;
}
#blTableStyle2::-webkit-scrollbar-thumb {
	background: #f8f5f5; 
	border-radius: 25px;
}
#blTableStyle2::-webkit-scrollbar-thumb:hover {
	background: rgb(67,67,67);
	border-radius: 25px;
}
/********************** BOARD*******************/
/*.boardBLtableHead {
	padding: 20px 10px 25px 10px;
    margin: -15px 0px;
    background: rgb(235,235,235);
}*/
.boardBLtableHead {
    padding: 0px 10px 15px 10px;
    margin: 0;
    background: rgb(235,235,235);
}
.bTblBitno {
    color: #182A3D;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
.bTblMBitno {
	color: #182A3D;
	font-size: 12px;
	text-align: center;
}

.boardBLtableBody {
	padding: 2px 10px;
	margin: 0;
	background: #fff;
}

.blTblInput {
    border: none;
    border-bottom: 0.5px solid rgb(67,67,67);
    margin: 0;
    padding: 2px;
    background: transparent;
    width: 100%;
    color: #182A3D;
    outline: none;
    z-index: 999999;
    display: block;
    position: relative;
    margin-left: 10px;
    font-size: 13px;
	text-align: left;
}

.tblImgCheckIcon {
	margin-top: 3px;
    text-align: center;
}
.tblImgCheckIconBg {
	width: 17px;
    height: 16px;
    cursor: pointer;
    background: url(/assets/img/i/tabs/check/no-check.png?v1) no-repeat center;
    background-size: cover;
    margin: 5px 25px;
    position: absolute;
}
.checkInpTbl {
    position: absolute;
    opacity: 0;
    z-index: 9999;
    /*margin: 5px -10px;*/
    left: 39px;
    top: 8px;
}
.checkInpTbl:checked ~ .tblImgCheckIconBg {
	width: 17px;
    height: 16px;
    margin-top: 5px;
	background: url(/assets/img/i/tabs/check/check.png?v1) no-repeat;
    background-size: cover;
}

.checkTblIcn {
	margin-left: -2%;
}
/* Furher popup */
#furtherPopup {
	background: #83B1DF;
    width: 38vw;
    position: absolute;
    z-index: 99999999;
    display: block;
    margin: 0 8%;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    display: none;
}
.furtherPopup {
    padding: 15px;
}
.furtherPopup h3 {
	padding: 4px 0px 14px 0px;
}
.furtherPopup h5 {
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
}

.dailyOverviewTbl {
	background: transparent!important;
	height: 28vh!important;
    border-top: 1px solid rgb(67,67,67);
}
.daily_overviewTbl {
	height: 20vh!important;
}


.ajA > .card .card-header:active, .ajA > .card .card-header:focus, .ajA > .card .card-header:hover {
    background: #d0d0d0!important;
    color: #182A3D!important;
}

/* Time sheet */
.tSheet {
    text-align: center;
}
.tSheet p {
    text-align: center;
    margin-top: -8%;
    font-size: 14px;
}
.tSheet p strong {

}
.blTblTS {

}
.blTblTS div {
    width: 92px;
    margin: 0 auto;
    font-size: 14px;
}

.blTblTS1 div {
    width: 103px;
    margin: 0 auto;
    font-size: 14px;
}

#tStable {

}
#tStable th {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    width: 10%;
    border-bottom: 4px solid #fff;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid rgb(67,67,67);
    border-left: 1px solid rgb(67,67,67);
    font-size: 13px;
}
#tStable th span {
    font-size: 11px;
    margin: 0;
    padding: 0;	
}
.chColorTbl {
	background: #A8A8A8!important;
}

#tStable2 {

}
#tStable2 .emP {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    width: 12.4%;
    border-bottom: 2px solid #fff;
    text-align: left;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
    font-size: 13px;
}
#tStable2 th {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    width: 7.54%;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    font-size: 13px;
}
#tStable2 th span {
    font-size: 11px;
    margin: 0;
    padding: 0;	
}
#tStable2 td {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    width: 7.54%;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    font-size: 13px;
}
#tStable2 .emP2 {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    width: 12.4%;
    text-align: left;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
    font-size: 13px;
}
.tr2TS {
    border-top: 2px solid #fff;
}
.tr2TS td {
    padding: 10px 5px!important;
}

#tStable3 {

}
#tStable3 .emP {
    background: #D0D0D0;
    padding: 10px 15px;
    position: relative;
    width: 0.5%;
    border-bottom: 2px solid #fff;
    text-align: left;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
    font-size: 13px;
}
#tStable3 th {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    font-size: 13px;
}
#tStable3 th span {
    font-size: 11px;
    margin: 0;
    padding: 0; 
}
#tStable3 td {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    font-size: 13px;
}
#tStable3 .emP2 {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    text-align: left;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
    font-size: 13px;
}


#tStable4 .emP {
    background: #D0D0D0;
    padding: 10px 15px;
    position: relative;
    width: 0.5%;
    border-bottom: 4px solid #fff;
    text-align: left;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
    font-size: 13px;
}
#tStable4 th {
    background: #D0D0D0;
    padding: 10px 5px;
    position: relative;
    width: 7.54%;
    border-bottom: 4px solid #fff;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    font-size: 13px;
}
#tStable4 th span {
    font-size: 11px;
    margin: 0;
    padding: 0; 
}
#tStable4 td {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    width: 7.54%;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    font-size: 13px;
}
#tStable4 .emP2 {
    background: #D0D0D0;
    padding: 5px 15px;
    position: relative;
    width: 12.4%;
    text-align: left;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
    font-size: 13px;
}

/* chTSfType */
.chTSfType {
    position: absolute;
    width: 107.5%;
    margin: -9% -3.7%;
    overflow: hidden;
}
.chTSfType .cc_ {
    min-height: 101px;
    background: #F8F8F8;
    height: 101px;
    overflow-x: hidden;
    z-index: 9999999;
    position: relative;
}
.chTSfTypeHead {
    background: #A8A8A8;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    color: rgb(67,67,67);
}
.chTSfTypeHead li {
    display: inline-block;
    margin: -5px 5px;
}
.chTSfTypeHead li input {
    width: 15px;
}

.chTSfTypeBody {
    /*background: #F8F8F8;*/
    font-size: 13px;
    padding: 5px 10px;
    color: rgb(67,67,67);
    cursor: pointer;
}
.chTSfTypeBody.active {
    font-weight: bold;
}

.tSheet1 p {
    margin-top: -8%;
    margin-left: -65%;
    font-size: 14px;
    text-align: center;
}
.tSheet1 p strong {

}

/* Accouting */
.gtAcctn {
    width: 85.2vw;
    margin-top: 1.5%;
    z-index: 99999;
    position: relative;
}
.tblAcctn {
    padding: 15px 0 0 0;
    margin-bottom: -7px;
    user-select: none;
}
/* Board Address info popup */
.bAddrInfo_all {
    display: none;
    position: relative;
    z-index: 9999999;
}
/* Accounting Head */
.accountingBLtableHead {
    padding: 5px 8px;
    margin: 0;
    background: rgb(235,235,235);
    text-align: left;
    font-weight: 600;
    font-size: 11px;
}
/* Body */
.accountingBLtableBody {
    padding: 5px 8px 8px 8px;
    margin: 0 5px;
    background: #fff;
    text-align: left;
    font-weight: normal;
    border-bottom: 0.5px solid #333;
}
.accountingBLtableBody p {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    font-size: 11px;
}

.accountingPencilIcon {
    margin-left: -5px;
    font-weight: bold;
    font-size: 12px;
    margin-top: -2px;
    cursor: pointer;
    z-index: 999;
    margin-right: -10px;
}
.accountingRightStrelica {
    float: right;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    z-index: 999;
    margin-right: -20px;
    margin-top: -5px;
}
.accTotalCalculator {
    border: none;
    padding: 0;
    margin: 10px 0;
}
.accTotalCcolor {
    background: #C8C8C8;
    padding: 5px 0;
    border-bottom: 1px solid #707070;
}
.accCleancolor {
    background: #E3E3E3;
    padding: 5px 0;
    border-bottom: 1px solid #707070;    
}
.tblWeekN {
    /*position: absolute!important;*/
    font-size: 12px!important;
    font-weight: normal!important;
    /*margin: 2.5px -25px!important;*/
    overflow: hidden;
}
/* Employee hover on image */
.emP2info {
    cursor: pointer;
}
.emP2info_e {
    display: none;
    width: auto;
    min-width: 200px;
    height: auto;
    height: auto;
    background: #9AC8EC;
    border-radius: 10px;
    position: absolute;
    left: 75%;
    top: -20%;
    z-index: 999;
    border: 2px solid #fff;
    border-left: 8px solid #333;
}
.emP2info_e::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 100%;
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #83B1DF transparent transparent;
}
.emP2info_eImg {
    margin: 10px auto;
    text-align: center;
}
.emP2info_eImg img {
    width: 95px;
    height: 95px;
    box-shadow: 1px 1px 5px #3333;
    border-radius: 50%;
}
.emP2info_eName h2 {
    text-align: center;
    color: #182A3D;
    font-size: 20px;
}
/* Year Tracker */
.yearTrackerOkvir {
    position: relative;
    border: 1px solid #333;
    padding-top: 37px;
    background: #000;
    height: 0;
}
.llTypeYT_ {
    font-size: 11px;
    color: #fff;
    margin: 0 8px;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    user-select: none;
}
/* Table scrool */
.yearTrackerTable {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 80vh;
    /*height: 58vh;*/
    margin-right: -1px;
}
.yearTrackerTable::-webkit-scrollbar {
    width: 10px;
}
.yearTrackerTable::-webkit-scrollbar-track {
    background: rgb(208,208,208);
}
.yearTrackerTable::-webkit-scrollbar-thumb {
    background: #f8f5f5;
}
.yearTrackerTable::-webkit-scrollbar-thumb:hover {
    background: rgb(67,67,67);
}
/* Table parm */
.yearTrackerOkvir table {
    border-spacing: 0;
    width: 100%;
    font-size: 12px;
}
.yThead {
    font-size: 12px!important;
    background: #e2e2e2!important;
    color: #000!important;
    text-align: center!important;
}
.yearTrackerOkvir td,
.yearTrackerOkvir th {
    border: 1px solid #333;
    background: #fff;
    color: #000;
    padding: 0 1.5px;
    margin: 0;
    font-size: 11px;
    text-align: center;
}
.yearTrackerOkvir th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
.yearTrackerOkvir th > div {
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 9px 0;
    top: 0;
    margin-left: -10px;
    line-height: normal;
    left: 50%;
    right: 50%;
    font-weight: bold;
}
.yearTrackerOkvir th:first-child div{
    border: none;
}

.ytt_1 {
    width: 100px;
}
.ytt_2 {
    width: 120px;
}
.ytt_3 {
    width: 200px;
}
.ytt_4 {
    width: 80px;
}
.ytt_5 {
    width: 80px;
}
.ytt_6 {
    width: 65px;
}
.ytt_11 {
    width: 65px;
}
.ytt_12 {
    width: 70px;
}
.ytt_7 {
    width: 65px;
}
.ytt_7_ {
    width: 150px;
}
.ytt_8 {
    width: 80px;
}
.ytt_9 {
    width: 80px;
}
.ytt_10 {
    width: 250px;
}
.ytt_5.ytrS_,
.ytt_6.ytrS_,
.ytt_7.ytrS_
{
    font-size: 10px!important;
}
/* Year Tracker Table Legend */
.tblLegned {
    height: 40px;
    margin-top: -2px;
    /*margin-left: 10px;*/
    width: 100.1%;
}
.tblLegned table tbody tr td {
    cursor: pointer;
}
/* Year Tracker */
.yTrackerComm {
    padding: 2px;
    font-size: 13px;
}
/* Year tracker sticky */
.yT_head_Sticky {
    position: absolute;
    width: 101%;
    z-index: 9;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.btn__ {
    text-align: right;
    cursor: pointer;
}


.fa-folder {
    color: #1f84d6;
}
.fa-file {
    color: #7bbdf3;
}


.loc_pID {
    position: absolute;
    font-size: 11px;
    margin: 0 -8px;
}

.locTypes_ {
    font-size: 11px;
}
.locTypes_._1 {
    margin: -3px -6.5px;
}
.locTypes_._2 {
    margin: -3px -11px;
}
.locTypes_Sy {
    position: absolute;
    right: 8%;
    width: 8%;
}
.locTypes_Sy select {
    padding: 2px;
}
/* Documents folder action */
.docFadd {
    position: absolute;
    width: 50px;
    margin-left: -14px;
}
.docFadd li {
    display: inline-block;
    padding: 0 3.5px;
}
.dII___ {
    position: absolute;
    margin-left: -16px;
    width: 50px;
}
.dI_ {
    display: inline-block;
    padding: 1px 5px;
}
#chTRyear {
    cursor: pointer;
}
.trackerYears {
    cursor: pointer;
    display: none;
    text-transform: uppercase;
}
.trackerYears.a {
    display: inline-block;
}
._yearTrackerReadMore {
    font-size: 11px;
    font-size: bold;
    cursor: pointer;
}
._yearTrackerReadMore:hover > ._ytrm {
    background: #e2e2e2;
}
._ytrm.a {
    background: #e2e2e2;
}
.yt__hideAll,
.ytread_ {
    display: none;
}
._ytrm {
    display: block;
}
._ytrm:hover {
    /*background: #e2e2e2;*/
}
.boardTableSticky_ {
    position: sticky;
    top: -2px;
    z-index: 99999999;
}
/* Shgow location meni */
._shMen_c {
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: -3px;
}
._shMen_c:hover {
    background: #eeeeee;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: -3px;
    border-radius: 10px;
}
.jobShowMeni {
    display: none;
    background: #fff;
    position: absolute;
    width: 100px;
    padding: 5px;
    float: right;
    margin-left: -100px;
    box-shadow: 0px 0px 1px #333;
    z-index: 99999;
}
.jobShowMeni li {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px;
    font-size: 12px!important;
    color: #000;
    text-align: left;
    font-weight: normal!important;
    border-radius: 5px;
}
.jobShowMeni li:hover {
    background: #e2e2e2;
}
._lTbl_ {
    margin-left: -10px;
    margin-right: -15px;
}
._lTbl_1 {
    border-left: 1px solid #333;
}
/* Accounting Table */
.accountingTableInf_ {
    height: 62vh;
    overflow-x: hidden;
}