@font-face {
    font-family: "Roboto Slab";
    font-weight: 400;
    src: url("../fonts/RobotoSlab-Regular.ttf");
}
@font-face {
    font-family: "Roboto Slab";
    font-weight: 700;
    src: url("../fonts/RobotoSlab-Bold.ttf");
}
:root {
    --menubg: #1e293b;
    --menuhor: #0073aa;
    --maingray: #f1f5f9;
}
html{
    scrollbar-color:#888888 #e6e6e6;
    font-size: 16px;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track{
    background-color: #e6e6e6; 
}
::-webkit-scrollbar-thumb{
    background-color: #888888; 
}
::-webkit-scrollbar-button, ::-webkit-scrollbar-corner{
    background-color: #e6e6e6;
    height: 0px;
    width: 0px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #545454;
}
.body{
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
	font-family: 'Roboto Slab', 'Times New Roman', serif;
    font-weight: 400;
    color: #000000;
    box-sizing: border-box;
    overflow: hidden;
}
.mp0{
    margin: 0px;
    padding: 0px;
}
.flx_row, .flx_row_center{
    display: flex;
    flex-direction: row;
}
.flx_col, .flx_col_center{
    display: flex;
    flex-direction: column;
}
.flxgrow1{
    flex-grow: 1;
}
.bg_white{
    background-color: #ffffff;
}
.pad10{
    padding: 10px;
}
.topgridpad , .pad6{
    padding: 6px;
}
.curptr, .selbx{
    cursor: pointer;
}
.topgrid, .btmleft_menu, .txselnone{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.alcen, .topgrid, .noti, .usrac, .menu_link, .topgridpad, .acmnulitem, .ham_cont, .brand{
    align-items: center;
}
.brand{
    justify-content: space-between;
}
.bottomgrid, .btmright_menu{
    overflow: auto;
} 
.hambe{
    width: 25px;
    height: 25px;
}
.logo{
    position: absolute;
    margin-right: 10px;
    top: 4px;
    left: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
}
.hambe{
    margin-left: 5px;
}
.brand_name{
    position: relative;
    top: 5px;
    box-sizing : border-box;
    margin-left: 55px;
    /* max-width: 140px; */
    max-width: 115px;
    width: 140px;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: width 0.6s ease-in 0.2s;
}
.topleft_menu, .btmleft_menu{
    width: 200px;
    min-width: 200px;
    background-color: var(--menubg);
    transition: width 0.6s ease-in 0.2s, min-width 0.6s ease-in 0.2s;
}
.topleft_menu{
    height: 100%;
}
.topright_menu{
    justify-content: space-between;
    overflow: auto;
    border-bottom: solid black 1px;
    line-height: 1em;
}
.btmleft_menu{
    overflow: hidden;
    height: calc(100% - 65px );
}
.weefix_brand ,.weefix_brand * { box-sizing: border-box; }
.weefix_brand { padding: 0px; position: fixed; height: 65px; background-color: inherit; width: inherit; overflow: hidden; bottom: 0px; color: #fff; }
.weefix_brand img { width: 100%; height: 100%; max-width: inherit; max-height: inherit; }
.btmleft_menu:hover{
    overflow-y: auto;
}
.wh28{
    width: 28px;
    height: 28px;
}
.wh23{
    width: 23px;
    height: 23px;
}
.wh30{
    width: 30px;
    height: 30px;
}
.mnunoti{
    justify-content: space-between;
    align-items: center;
    padding-right: 6px;
}
.arrdwn{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    cursor: pointer;
}
.arrwclr{
    border-top: 11px solid #ffffff;
}
.arrbclr{
    border-top: 11px solid #545454;
}
.apearnull, .selbx{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.bonone, .selbx{
    border: none;
    outline: none;
}
.mcountry, .selctbox1, .selbx{
    /*max-width: 170px;*/
    /* position: relative; */
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cpath fill='none' vector-effect='non-scaling-stroke' stroke='%2342435A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M1 1l8 8 8-8'/%3E%3C/svg%3E") transparent top 50% right 5px no-repeat;
    background-size: 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1rem;
    padding-block: 0px;
    padding: 3px 5px;
    border-radius: 4px;
    padding-inline-start: 5px;
    padding-inline-end: 30px;
}
.mobinbx{
    padding: 2px 4px;
    border: solid #757575 1px;
    text-indent: 2px;
    font-size: 1rem;
    outline: none;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 6px;
    letter-spacing: 0.5px;
}
.selbxfocus:focus{
    border:  solid #66b1ee 1px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
/*.notinum{
    background-color: red;
    position: absolute;
    right: 0%;
    bottom: 0%;
    border-radius: 29%;
    font-size: 13px;
    color: white;
    padding-block: 0px;
    padding-inline: 0px;
    padding: 3px 4px;
    line-height: 1em;
}*/
.notimnucont{
    position: absolute;
    z-index: 999;
}
.notinum{
    background-color: red;
    /*position: relative;
    right: 20%;
    bottom: 0%;*/
    position: absolute;
    left: 14px;
    bottom: 4px;
    border-radius: 29%;
    font-size: 0.8rem;
    color: white;
    padding-block: 0px;
    padding-inline: 0px;
    padding: 3px 4px;
    line-height: 1em;
}
.notimnu{
    position: absolute;
    color: black;
    width: 250px;
    left: -200px;
    border: solid #9c9999 1px;
    border-radius: 6px;
    top: 9.3px;
}
/* .notimnu div.notimnuitem:last-child{
    margin-bottom: 8px;
}   */
.notimnuitem{
    padding: 8px 8px 0px 8px;
    border-bottom: solid #bbbbbb 1px;
    /* text-align: center; */
}
.noti_head {
    padding: 12px 8px;
    background-color: #d5e9ff;
    border-radius: 6px 6px 0px 0px;
}
.noti_head div{   
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #464646;
}
.notimnuitem > div:first-child{
    color: #404040;
    line-height: 1.3rem;
    font-size: 0.97rem;
    overflow-wrap: break-word;
    word-break: break-word;
    word-break: break-all;
}
.notimnuitem .noti_date{
    color: #707070;
    font-size: 0.82rem;
    margin: 5px 0px 8px 8px;
}
.sendtextbtn{
    font-family: inherit;
    font-weight: inherit;
    font-size: 1rem;
    background-color: #2b3a71;
    color: white;
    padding-block: 0px;
    padding-inline: 0px;
    line-height: 1em;
    padding: 3px 5px;
    border-radius: 4px;
}
.topmnudis{
    /*margin-right: 1.2rem;*/
    margin-right: 20px;
}
.mr10{
    margin-right: 10px;
}
.menu_link{
    text-decoration: none;
    color: white;
    padding: 9px 5px;
    cursor: pointer;
}
.menu:hover, .submenu_item:hover{
    background-color: var(--menuhor);
}
.menu_iname{
    max-width: 100%;
    font-size: 15px;
    overflow: hidden;
    text-indent: 15px;
    transition: max-width 0.6s linear 0.2s;
}
.submenu_item .menu_iname{
    font-size: 1rem;
}
.ml15, .submenu{
    margin-left: 15px;
}
.submenu{
    overflow: hidden;
    height: 270px;
    transition: height 0.6s, min-height 0.6s;
    -webkit-transition: height 0.6s, min-height 0.6s;
    -moz-transition: height 0.6s, min-height 0.6s;
    -o-transition: height 0.6s, min-height 0.6s;
}
.arrwclr:hover{
    border-top: 11px solid #4970ff;
    transform: scale(1.3);
    transform-origin: center;
}
.acmnulist{
    position: absolute;
    z-index: 1000;
    top: 45px;
    right: 8px;
    background-color: white;
    border: solid #9c9999 1px;
    border-radius: 6px;
    color: #1c1c1c;
}
.acmnulitem{
    padding: 8px 25px;
    fill: #1c1c1c;
    stroke: #1c1c1c;
}
.mlbb{
    border-bottom: solid #585555 1px;
}
.acmnulitem:hover{
    background-color: #111d48;
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
}
.acmnulist::after , .notimnucont::after{
    content: "";
    border-width: 10.4px;
    border-style: solid;
    border-color: transparent transparent #8e8e8e transparent;
    position: absolute;
    border-top: 0px;
}
.acmnulist::after{
    bottom: 100%;
    /*right: 40px;*/
    right: 30px;
    z-index: 1000;
}
.notimnucont::after{
    left: 5px;
    bottom: 0px;
    z-index: 999;
    top: -1px
}
.notmaxwt{
    /*max-width: 40px;*/
    position: relative;
}
.gonext{
    text-decoration: none;
    color: #000000;
}
.btmright_menu{
    background-color: var(--maingray);
    padding: 13px 0px;
}
.mainarea{
    width: 96%;
    padding: 0% 2%;
}
/*
input:in-range {
border: 1px solid blue;
}
*/
.flarea{
    z-index: 1001;
    position: absolute;
}
.flx1divt{
    position: absolute;
    background-color: #262525f2;
    animation: scl01 0.5s 1;
    /*transition: transform 0.5s;*/
}
.center, .flx_row_center, .flx_col_center{
    justify-content: center;
    align-items: center;
}
.jscen{
    justify-content: center;
}
.wh100{
    width: 100%;
    height: 100%;
}
.wh1002{
    width: 100vw;
    height: 100vh;
}
.flxwrap{
    flex-wrap: wrap;    
}
.conselcont, .mnocont, .usrnm, .acarr {
    display: block;
}
/*.topmnudis.noticonta{
    margin-right: 8px;
}*/
.selctboxbgwh{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cpath fill='none' vector-effect='non-scaling-stroke' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M1 1l8 8 8-8'/%3E%3C/svg%3E") transparent top 50% right 2px no-repeat;
    background-size: 12px;
    color: #ffffff;
    font-size: 1.1rem;
    padding-inline-end: 50px;
}
.mcountry2 option{
    color: #000000;
}
.sucbg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #19c40b;
}
.sucln1, .sucln2 {
    position: absolute;
    height: 4.5px;
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: width 1s;
    width: 0px;
}
.sucln1 {
    /*width: 19px;*/
    transform-origin: 9.5px;
    transform: translate(13px, 36.5px) rotate(40deg);
    border-top-left-radius: 3px;
    animation: sucel 0.5s 0.5s 1 forwards;
}
.sucln2 {
    /*width: 36px;*/
    transform-origin: 18px;
    transform: translate(19px, 28px) rotate(303deg);
    border-top-right-radius: 3px;
    animation: sucel2 0.5s 0.9s 1 forwards;
}
@keyframes sucel {
    from { width: 0px; }
    to { width: 19px; }
}
@keyframes sucel2 {
    from { width: 0px; }
    to { width: 36px; }
}
.selboxbdr{
    border: solid #bbbbbb 1px;
	box-shadow: 0.5px 0.5px #888888;
}
.textbox1{
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 1rem;
}
.bonan{
    border: none;
    outline: none;
}
.btmleft_menu .menu { white-space: nowrap; }
.btmleft_menu .invmenu { justify-content: space-between;width: 100%; }
.btmleft_menu .invmenu2 {  margin-left: 15px; height: 0px; overflow: hidden; transition: 1s height; height: 95px; }
.mnunoti .wh28, .menu .menu_icont .wh28 { width: 21px; height: 21px; }

.loader1 {
    border:  solid transparent 2px;
    border-radius: 50%;
    position: absolute;
}
.load_1, .load_2, .load_3, .load_4   {
    border-right-color: white;
    border-left-color: white;
}
.load_1 {
    width: 65px;
    height: 65px;
    animation: loan1i1 1s linear 0.2s infinite;
}
.load_2 {
    width: 50px;
    height: 50px;
    animation: loan1i2 1s linear 0.2s infinite;
}
.load_3 {
    width: 35px;
    height: 35px;
    animation: loan1i1 1s ease-in 0.2s infinite;
}
.load_4 {
    width: 20px;
    height: 20px;
    animation: loan1i2 1s linear 0.2s infinite;
}
@keyframes loan1i1{
	from{
        transform:rotate(0deg);
    }
    to{
		transform:rotate(360deg);
	}
}
@keyframes loan1i2{
    from{
        transform:rotate(0deg);
    }
	to{
		transform:rotate(-360deg);
	}
}

.loader3{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.load3i1{
    transform: rotate(0deg);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    transform-origin: center;
    animation: loan1i1 1s linear infinite;
}
.load3j1{
    width: 9px;
    height: 4px;
    border-radius: 50%;
    background-color: #09a3ec;
}

.terr1tit1, .terr1tit2, .terr1tit3{
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.terr1btn{
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #e61b2e;
    font-size: 1rem;
    border-radius: 6px;
    line-height: 1em;
    width: 125px;
    height: 2rem;
}
.uselnon, .bootbtn{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootbtn{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    font-size: 1rem;
    border-radius: .25rem;
    cursor: pointer;
    padding: 5px;
    border-color: transparent;
    outline: none;
    border-style: solid;
}
.btndark {
    color: #ffffff;
    background-color: #343a40;
}
.btngrn {
    color: #ffffff;
    background-color: #28a745;
}
.btnpri{
    color: #ffffff;
    background-color: #007bff;
}
.btnred{
    color: #ffffff;
    background-color: #dc3545;
}
.btndark2{
    color: #ffffff;
    background-color: #6c757d;
}
.terror1{
    border-radius: 15px;
}
.inptxtbot{
    padding: 0px 0px 3px 0px;
    margin: 0px;
    border: none;
    outline: none;
    border-bottom: solid #a7a7a7 1.5px;
    text-indent: 2px;
    font-size: 1rem;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: 0.5px;
}
.inptxtbot:focus{
    border-color: #2e7fef;
    border-width: 2px;
}
.txtwrap{
    /* overflow-wrap: anywhere;  */
    overflow-wrap: break-word; 
    word-break: break-word;
    word-break: break-all;
}
select .addoption { color: #0000ff; }

@keyframes scl01{
	from{
        transform:scale(0);
    }
    to{
		transform:scale(1);
	}
}
#terrmsg{
    color:#cc1515; 
    font-size: 0.95rem;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
}
#sucboxmsg{
    font-size: 1rem; 
    color: #153fbd;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
}
.txelips{
    overflow: hidden;
    text-overflow: ellipsis;
}
#councode,#councode2{
    border: solid transparent 1px;
    box-sizing: border-box;
}

.pxt { padding-top: 12px;  } .pxt label { margin: 0px 15px 5px 5px; user-select: none; }
.pxt .wh17i2 { width: 17px; height: 17px; }
.btmleft_menu, .topleft_menu{
    min-width: 168px;
    width: 168px;
}
* {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Roboto Slab" !important;
}

.trackjob_cnt { padding: 10px; border-radius: 8px; width: 900px; max-width: 90%; min-height: 80%; max-height: 80%; }
.track_job_dots {
    margin-top: 10px;
    visibility: hidden;
    overflow: auto;
}
.track_job_dots table {
    font-weight: 400;
    border-collapse: collapse;
    overflow: visible;
    margin-bottom: 10px;
    min-width: 100%;
}
.track_job_dots table thead {
    border: solid #9d9797 1px;
}
.track_job_dots table td:not(.track_job_dots table td:last-child), .track_job_dots table th:not(.track_job_dots table th:last-child) {
    white-space: nowrap;
    /* text-align: center; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.track_job_dots table td{
    padding: 5px 4px;
    max-width: 165px;
    white-space: nowrap;
    /* white-space: break-spaces !important; */
}
.track_job_dots table th{
    padding: 4px;
    text-align: center;
    font-weight: normal;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
}
.track_job_dots table tbody tr { cursor: pointer; }
.track_job_dots table tbody tr:nth-child(even) {
	background-color: #4d6a8852;
}
.track_job_dots .job_mob_tit1 { display: none; }
.track_job_dots tbody td[data-record="none"] { width: 100%; max-width: 100%; min-width: 90%; }
#trackjob .sjk{ padding: 4px; width: 75px; margin-left: 14px; }
#trackjob .trjsug{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
    border: solid #c7c7c7 1px;
    border-radius: 6px;
    min-height: 50px;
    max-height: 242px;
    overflow: auto;
}
#trackjob .trjsug > div { cursor: pointer;  max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 5px 7px 5px 4px;}
.track_job_dots .dks { white-space: nowrap; background-color: #ededed; border: solid #949494 1px; border-radius: 4px; padding: 4px 5px; font-size: 0.9rem; }
.track_job_dots tbody { display: table-row-group !important; }
.track_job_error { color: #bd3434; margin: 4px 0px; height: 17px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.trackjob_cnt .sricn { box-sizing: border-box; justify-content: center; align-items: flex-start; }
.trackjob_cnt .sricn input { min-height: 25px; margin-bottom: 10px; }
.trackjob_title { font-weight: 700; margin-bottom: 10px; justify-content: space-between; user-select: none; }
.trackjob_cnt select[data-var="branch"] { display: none !important;  }
.trackjob_title div:first-child { font-size: 1.2rem; }
#oerror { z-index: 100; }
.popup_item { position: absolute; background-color: #121212b0; top: 0px; justify-content: center; box-sizing: border-box; }
.popup_item * { box-sizing: border-box; }
.popup_item_data {  max-width: 800px; width: 95%; margin: 0 auto; border: solid #bbbbbb 1px; border-radius: 8px; padding: 10px; }
.popup_item_title { font-size: 1.2rem; background-color: var(--menuhor); color: #ffffff; border-radius: 6px; justify-content: space-between; margin: -11px -11px  10px -11px; }
.popup_item_cnt { position: absolute; background-color: #121212b0; top: 0px; }
.popup_item_cnt * { box-sizing: border-box; }
label { font-weight: 400; }

@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 1024px) {
    
}
@media only screen and (min-width: 1366px) {

}
@media only screen and (max-width: 885px) {
    
}
@media only screen and (max-width: 768px) {
    .conselcont, .mnocont, .usrnm, .acarr {
        display: none;
    }
    .btmleft_menu{
        overflow: auto;
    }
    .acmnulist::after{
        right: 14px;
    }
    .topleft_menu, .btmleft_menu{
        width: 70px;
        min-width: 70px;
    }
    .brand_name{
        width: 0px;
    }
    .menu_iname{
        max-width: 0px;
    }
}
@media only screen and (max-width: 365px) {
    .brand_name{ 
        display: none;
    }
    .trackjob_cnt .sricn { justify-content: flex-start; max-width: 100%;  }
    .trackjob_cnt .sricn .mobinbx { width: 100%; }
    /* .track_job_dots .xpt { font-size: 0.8rem; } */
}
@media only screen and (max-width: 425px) {
    /*.topmnudis.noticonta{
        margin-right: 4px;
    }*/
    .proicont{
        margin-right: 0px !important;
    }
    .brand_name{
        font-size: 1.05rem; 
    }
    .track_job_dots .job_mob_tit1 { display: none; }
    .track_job_dots div:first-child { max-height: 300px; }
    .track_job_dots table thead { display: none; }
    .track_job_dots table tbody tr { color: #2c2c2c; font-size: 0.94rem; display: flex; flex-wrap: wrap; border: solid #bbbbbb 1px; border-radius: 4px; margin: 10px 0px; box-shadow: 3px 2px 7px #808080; }
    .track_job_dots table tbody tr td:nth-child(even) { width: 45%; }
    .track_job_dots table tbody tr td:nth-child(odd) { width: 45%; }
    /* .track_job_dots table tbody tr td:last-child { max-width: 90px; } */
    /* .track_job_dots table tbody tr td:nth-child(5) { max-width: calc(100% - 105px); } */
    .track_job_dots table tbody tr td[data-loader="dge"] { max-width: 100%; flex: 1;  }
    .trackjob_cnt .sricn div { width: 95%; max-width: 95%; }
    .trackjob_cnt .sricn input { width: 100%; }
    .trackjob_title div:first-child { text-align: center; flex: 1; font-size: 1.2rem; }
    .track_job_dots .dks { white-space: nowrap;  padding: 4px 5px; font-size: 0.9rem; font-weight: 550; text-decoration: underline; background-color: transparent; border: none; }
}


/*input[type=date]::-webkit-clear-button, */ /* blue cross */
/*input[type=date]::-webkit-inner-spin-button, */ /* up */
/*input[type=date]::-webkit-outer-spin-button, */ /* down */
/*input[type=date]::-webkit-calendar-picker-indicator */ /* datepicker*/ /*{ */
/*    display: none;*/
/*}*/