/* Start fonts style */
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Anago';
    src: url('Anago-Medium.eot');
    src: url('../fonts/Anago-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anago-Medium.woff2') format('woff2'),
        url('../fonts/Anago-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anago';
    src: url('../fonts/Anago-Bold.eot');
    src: url('../fonts/Anago-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anago-Bold.woff2') format('woff2'),
        url('../fonts/Anago-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anago-Book';
    src: url('../fonts/Anago-Book.eot');
    src: url('../fonts/Anago-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anago-Book.woff2') format('woff2'),
        url('../fonts/Anago-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

input[type="date"],
input[type="time"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* end fonts style */
.dropdown-check-list {
    display: inline-block;
    width: 100%;
}

.dropdown-check-list .anchor {
    position: relative;
    padding: 9px 50px 6px 8px;
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid #5e5d5d;
    border-top: 2px solid #5d5d5d;
    padding: 2.5px;
    right: 10px;
    top: calc((100% - 8px) / 2);
    transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
}

.dropdown-check-list ul.items {
    padding: 2px;
    display: none;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
}

.dropdown-check-list ul.items li {
    list-style: none;
    display: flex;
    padding: 4px 6px;
}

.dropdown-check-list ul.items li>input {
    margin-right: 6px;
}

.dropdown-check-list.visible .anchor {
    color: #0094ff;
}

.dropdown-check-list.visible .items {
    display: block;
}

/* Start common css */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

body,
.body {
    font-family: 'Montserrat-Regular';
    width: 100%;
    float: left;
    min-height: 100vh;
    position: relative;
    letter-spacing: 1px;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0px;
    padding: 0px;
}

label {
    font-weight: normal;
}

.pull-right {
    float: right;
}

.wrapper {
    float: left;
    display: inline-block;
    width: 100%;
}

.inn_container {
    float: left;
    display: inline-block;
    width: 90%;
    margin: 0px calc((100% - 90%) / 2);
}

.overley-box {
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0;
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.3, 0.47, 0.81);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.3, 0.47, 0.81);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.3, 0.47, 0.81);
    transition: all 0.2s cubic-bezier(0.5, 0.3, 0.47, 0.81);
}

.overley-box.side-menu-open {
    visibility: visible;
    z-index: 1;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.bg_blue {
    background: #5da0d9;
}

.bg_lgray {
    background: #f5f5f5;
}

.main_ttl {
    position: relative;
}

.cusrow {
    display: flex;
    flex-flow: row;
}

.cuscol {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.main_ttl>h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.main_ttl>h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}

.main_ttl>h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
}

.main_ttl>h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
}

.form-control {
    display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.def_btn {
    display: inline-block;
    padding: 0px 12px;
    width: 200px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    cursor: pointer;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.umrt_btn {
    width: 200px;
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}

.mtop20 {
    margin-top: 20px;
}

.umrt_btn>a {
    width: 150px;
}

.ernapbox.srfc_control {
    margin-bottom: 0px;
}

/* .def_btn.bg_lgray {
    color: #ececec;
  } */

.def_btn.bg_blue {
    color: #fff;
}

.def_btn:hover,
.def_btn.bg_lgray:hover,
.cpas_btns .def_btn:hover {
    background: #377db9;
    color: #fff;
}

/* End common css */

/* start login page */
.loginsec_bg {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: normal;
    /* padding: 15px; */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 31%;
    background-image: url('../images/topleftbg.png');
}

.loginsquarbox_bg {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: normal;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 15%;
    background-image: url('../images/bottomleftbg.png');
}

.trslogo {
    position: absolute;
    left: 106px;
    top: 56px;
}

.trslogo img {
    width: 170px;
}


.login_box {
    width: 48%;
    background: #449dd7;
    /* border-radius: 10px; */
    overflow: hidden;
    padding: 50px 8%;
}

.logpage_frm {
    /* position: relative; */
    font-family: 'Anago';
    font-style: normal;
    font-weight: 500;
}

.sqqlogo {
    margin-right: -36px;
    text-align: right;
}

.logo {
    display: block;
    text-align: center;
    padding-bottom: 27px;
}

.logpage_frm>h2 {
    display: block;
    font-family: 'Anago', Montserrat-SemiBold;
    font-size: 31px;
    margin-top: 48px;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1.2;

}

.lfrm_control {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border-bottom: none;
}

.lfrm_control>.text-danger,
.srfc_control>.text-danger {
    position: absolute;
    color: #fd4646;
    bottom: -24px;
    font-size: 12px;
    padding: 2px 4px;
    font-weight: 600;
    line-height: 12px;

}

.cms-awitm>.text-danger,
.cusrow.chlist .text-danger {
    color: #fd4646 !important;
    margin-top: 2px;
    font-size: 10.5px;
}

.disabled {
 /* cursor: no-drop ! important; */
    /* pointer-events: auto! important; */
         background: #f9f9f9 !important; 
}

.detailsCollaps {
    cursor: pointer;
}

/* .autocomplete:hover{
  cursor: no-drop ! important;
} */


.remdiv {
    display: flex;
    align-items: left;
    color: #FFF;
    padding-left: 20px;
    font-family: 'Anago-Book';
    font-weight: normal;
    font-style: normal;
}

.remdiv>input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 0;
}

.lfrm_lbl {
    font-family: 'Anago', 'Montserrat-Regular';
    font-size: 14px;
    color: #FFF;
    line-height: 1.5;
    padding-left: 7px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 6px;
    padding-left: 0;
}

label.lfrm_lbl>sup {
    color: #cd1313;
}

.lfrm_control>input {
    font-family: 'Anago', 'Montserrat-Regular';
    font-size: 14px;
    color: #449dd7;
    line-height: 1.2;
    display: block;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    height: 55px;
    border-radius: 30px;
    background: #FFF;
    padding: 0 7px 0 56px;
    outline: none;
    border: none;
    position: relative;
    z-index: 2;
}

.lfrm_control>input::placeholder {
    color: #449dd7;
}

.lfrm_control>input:focus {
    border-color: transparent !important;
}

.lusr:after,
.lpass:after,
.lmail:after {
    position: absolute;
    bottom: 10px;
    left: 22px;
    font-size: 20px;
    display: inline-block;
    color: #449dd7;
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
}

.lusr:after {
    content: '\f007';
    font-weight: 600;
}

.lpass:after {
    content: '\f13e';
    font-weight: 600;
}

.lmail:after {
    content: '\f0e0';
    font-weight: 600;
}

.lfrm-fcusline {
    bottom: -2px;
    position: absolute;
    width: 0%;
    height: 47px;
    background: #0471bf;
    transition: all .5s;
    border-radius: 26px;
    left: 0;
}

.input100:focus+.lfrm-fcusline {
    width: 100%;
}

.lfrm-actrow {
    display: block;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
    font-family: 'Anago-Book';
    font-weight: normal;
    font-style: normal;

}

.lfrm-actrow>button {
    display: inline-block;
    padding: 10px 20px;
    width: auto;
    border: solid 1px #FFF;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat-Medium';
    transition: all .4s;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: transparent;

}

.lfrm-actrow>button:hover {
    background: #377db9;
}

.lfrm-actrow>a {
    font-size: 14px;
    transition: 0.5s;
    text-decoration: underline;
    margin-left: 10px;
    color: #FFF;
}

.lfrm-actrow>a:hover {
    color: #1677c0;
}

/* End login page */

/* Start header section */
.md_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.head-logo {
    background: #fff;
    width: 120px;
    padding: 10px 7px 14px 22px;
}

.head-logo>a {
    display: block;
}

.head_acts {
    position: relative;
    margin-right: 20px;
}

.head_actlinks {
    position: relative;
}

.head_acts>ul {
    display: list-item;
    list-style-type: none;
}

.head_acts>ul>li {
    float: left;
    display: inline-block;
    position: relative;
}

.head_acts>ul>li>a,
.head_acts>ul>li>p {
    color: #000;
    font-size: 17px;
    line-height: 36px;
}

.head_acts>ul>li:nth-last-child(2)>a,
.head_acts>ul>li:last-child>a {
    background: #5da0d9;
    width: 36px;
    height: 36px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    transition: .5s;
}

.head_acts>ul>li:not(:first-child)>a:hover {
    background: #116fbb;
}

.head_acts>ul>li:not(:last-child) {
    margin-right: 20px;
}

/* End header section */

/* Start bottom section */
/* .pagination {
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
}

.pagination>.mtsp_psize {
    margin-left: 10px;
}

.pagination>ul {
    display: inline-block;
    list-style-type: none;
}

.pagination>ul>li {
    float: left;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background: #f9f9f9;
    transition: .5s;
    border: 1px solid #ddd;
}

.pagination a:hover,
.pagination a.active {
    background: #5da0d9;
    border: 1px solid #5da0d9;
    color: #fff;
} */
.suser>.alp_srchbox>.ap_actrow>select.form-control.input_contractSts {
    margin-left: 20px;
}

.mtsm>.alp_srchbox>.cusrow {
    flex: 0 1 25%;
}

.mtsm>.alp_srchbox>.ap_actrow>.input_contractSts {
    margin-left: 20px;
}

.fgmd_body .field-group input::placeholder {
    color: #c3bebe;
}

/* Start bottom section */
.pagination {
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
    position: relative;
}

.pagination>a:first-child,
.pagination>a:last-child {
    position: absolute;
    z-index: 1;
}

.pagination>a:first-child {
    top: 10px;
    left: 10px;
}

.pagination>a:last-child {
    top: 10px;
    right: 10px;
}

.pagination>.mtsp_psize {
    margin-left: 10px;
}

.pagination ul {
    display: inline-block;
    list-style-type: none;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.pagination ul li {
    float: left;
    display: inline-flex;
    background: #f9f9f9;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    justify-content: center;
    padding: 0px !important;
    border-right: 1px solid #ddd;
}

.pagination ul li:nth-child(4)>a>span:last-child {
    padding: 0px 12px;
}

.pagination ul li:last-child {
    border-right: 0px;
}

.pagination ul li a {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.pagination-previous>span,
.pagination-next>a {
    text-align: center;
}

.pagination li.pagination-previous:before {
    display: none;
}

.pagination li.pagination-next:after {
    right: 36px;
}

li.pagination-previous>a::after,
li.pagination-next>a::after {
    margin-left: 15px !important;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    height: 38px;
    /* background: #f9f9f9; */
    line-height: 26px;
    transition: 1;
}

.pagination>li:first-child>a:hover,
.pagination>li:last-child>a:hover {
    background: #2199e8;
    color: #fff;
}

.pagination>li:first-child>a {
    border-right: 0px;
}

/*.pagination a{color: black;float:left;padding:8px 16px;text-decoration:none; background:#f9f9f9; transition:.5s; border:1px solid #ddd;}*/
.pagination a:hover,
.pagination a.active {
    background: #2199e8 !important;
    border: 1px solid #2199e8;
    color: #fff;
}

.mtsp_btmpart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 15px;
}

.mtsp_pgebox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mtsp_psize {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mtsp_psize>label {
    color: #000;
    font-weight: 600;
}

.mtsp_psize>select {
    width: 100px;
    margin-left: 5px;
}

.mtsp_recbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
}

.mtsp_recbox>p {
    display: flex;
    flex-direction: row;
}

.mtsp_recbox>p>span {
    margin: 0px 5px;
}

.mtsp_recbox>label {
    color: #000;
    margin-right: 10px;
    font-weight: 600;
}

/* End bottom section */

/* Start dropdown sec */
.head_dropdown {
    display: none;
    background-color: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 2px;
    overflow: visible;
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 20px;
    list-style-type: none;
    transform-origin: top;
    transition: transform 0.76s ease;
    width: 300px;
    box-shadow: 0px 0px 1px 1px rgb(171 170 170 / 50%);
}

.headact_link>.head_dropdown {
    right: 0px;
    left: auto;
}

ul.head_dropdown>li {
    padding: 0px;
    border-bottom: 2px solid #ddd;
}

ul.head_dropdown>li>a {
    padding: 8px 10px;
    display: block;
    font-size: 15px;
    position: relative;
    color: #333;
    text-align: left;
    transition: .5s;
}

ul.head_dropdown>li>a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2px;
    left: 0px;
    background: #5da0d9;
    transition: all .5s;
}

ul.head_dropdown>li>a:hover:before {
    width: 100%;
}

ul.head_dropdown>li>a:hover {
    color: #5da0d9;
}

/* End dropdown sec */

/* Start Emp Timesheet view page */
.ae_crmtsec {
    position: relative;
    display: flex;
    padding: 10px 0px;
    background: #5da0d9;
}

.ae_crmtsec>.inn_container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.ae_crmtsec .main_ttl {
    color: #fff;
}

.ae_crmtsec ol.breadcrumb {
    display: flex;
    flex-direction: row;
    background: transparent;
    list-style-type: none;
    align-items: center;
    padding: 0px;
    margin-bottom: 0px;
}

.ae_crmtsec ol.breadcrumb>li:not(:last-child) {
    margin-right: 0px;
}

.ae_crmtsec ol.breadcrumb>li+li:before {
    padding: 0px;
    color: #ccc;
    content: "/";
}

.ae_crmtsec ol.breadcrumb>li>a {
    color: #fff;
    font-weight: 600;
}

.ae_crmtsec ol.breadcrumb>li.active {
    color: #fff;
    font-weight: 600;
}

.ae_innbox {
    display: flex;
    position: relative;
    padding: 48px 0px;
}

.ae_tshead {
    display: flex;
    padding: 12px 10px;
    background: #f8f8f8;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.ae_ddownlist {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.empview .ae_ddownitem {
    width: calc(33.33% - 20px);
    margin: 0px 30px 0px 0px;
}

.ae_ddownitem:last-child {
    margin-right: 0px;
}

.ae_ddownitem .form-control {
    display: inline-block;
}

.ae_detbox {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
}

.ae_dettl {
    width: 100%;
    padding: 12px 0px;
    color: #020202;
    font-size: 24px;
    font-weight: 800;
}

.ae_tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 15px;
}

.ae_tbhead>button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    font-size: 17px;
    width: 33.33%;
    font-family: 'Montserrat-Medium';
    background: #f5f5f5;
    color: #333;
}

.ae_tbhead {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.ae_tbhead>button.active,
.ae_tbhead>button:hover {
    background-color: #5da0d9;
    color: #fff;
}

.ae_tbdesc {
    float: left;
    display: inline-block;
    width: 100%;
}

.ae_detrow {
    display: flex;
    flex-direction: column;
}

.emp_listview {
    position: relative;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.ae_detitem {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4px;
}

.ae_tbcontent {
    display: none;
    border-top: none;
}

.ae_detitem>div {
    display: flex;
    flex-direction: row;
    padding: 4px 6px;
    background: #ffffff;
    font-size: 13px;
}

.ae_detitem>div>label {
    font-weight: 400;
    color: #1679c0;
    margin-right: 12px;
}

.ae_detinitem>label {
    font-weight: 600;
    color: #1679c0;
    margin-right: 12px;
}

.ae_detinitem {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 25%;
    padding-right: 10px;
}

.ae_detinitem:last-child {
    margin-right: 0px;
}

.ae_custbl {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.ae_hrtbl {
    width: 100%;
}

.ae_hrtbl>.tbl-responsive {
    border: 1px solid #ddd;
}

.ae_hrtbl table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    margin: 0px;
}

.ae_hrtbl table thead {
    background: #5da0d9;
    color: #fff;
}

.ae_hrtbl table thead tr:first-child>th:last-child {
    width: 227px;
}

.ae_hrtbl table thead tr:nth-child(1) {
    background: #5da0d9;
    color: #fff;
}

.ae_hrtbl table thead tr:nth-child(1)>th {
    width: 100%;
    text-align: center;
}

.ae_hrtbl table>thead>tr>th {
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 3px 4px;
}

.ae_hrtbl table>thead>tr>th:nth-child(10) {
    width: 95px;
}

.ae_hrtbl table thead tr:nth-child(1) th a {
    position: absolute;
    color: #fff;
    transition: .5s;
}

.ae_hrtbl table thead tr:nth-child(1) th a:hover {
    color: #333;
}

a.dall {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: bold;
    transition: .5s;
}

a.dall:hover {
    color: #000;
}

.ae_hrtbl table thead tr th a:nth-child(1) {
    left: 7px;
}

.ae_hrtbl table thead tr th a:nth-child(2) {
    right: 7px;
}

.ae_hrtbl table>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
    word-break: break-all;
    padding: 4px 2px;
}

.le_type {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.le_type>span {
    display: block;
    padding: 2px;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #ddd;
    width: 96px;
    margin: 0px auto 5px auto;
}

.ae_hrtbl table>tbody>tr>td>p>input,
.ae_hrtbl p>input {
    margin-right: 6px;
}

.ae_hrtbl table>tbody>tr>td:first-child {
    width: 112px;
}

.ae_hrtbl table>tbody>tr>td:nth-child(12) {
    width: 50px;
}

.ae_hrtbl table>tbody>tr>td>select {
    padding: 6px;
}

.ae_hrtbl table>tbody>tr>td>span {
    width: 100%;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.ae_hrtbl table>tbody>tr>td>input {
    width: 70px;
    display: block;
    margin: 0px auto 5px auto;
}

.ae_hrtbl table>tbody>tr>td>a.delico {
    display: block;
    margin: 0px auto;
    width: 50px;
    color: #5da0d9;
    transition: .5s;
}

.ae_hrtbl table>tbody>tr>td>a:hover {
    color: #333;
}

.hrt_fname {
    display: block;
    min-width: 100px;
    max-width: 100px;
    margin: 0px auto;
    padding: 2px;
}

.rwhr_sec {
    display: flex;
    width: 100%;
    position: relative;
}

.reghr_sec {
    width: calc(100% - 250px);
    margin-right: 20px;
}

.reghr_row {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    flex-wrap: nowrap;
    background: #f8f8f8;
    justify-content: space-between;
}

.reghr_row.admin>.reghr_item {
    width: 25%;
}

.reghr_item {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: end;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.reghr_item:not(:last-child) {
    border-right: 1px solid #ddd;
}

.reghr_item>label {
    padding: 4px 2px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.reghr_item>p {
    padding: 4px;
}

.exhr_sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px;
}

.exhr_clm {
    width: calc(25% - 7.5px);
    margin-right: 10px;
}

label.exhr_ttl {
    display: block;
    margin-bottom: 5px;
}

.exhr_clm.btkey>p {
    background: #fff;
    padding: 10px 4px;
    margin-top: 23px;
    text-align: center;
    border: 1px solid #ddd;
    font-family: 'Montserrat-Medium';
}

.exhr_clm:last-child {
    margin-right: 0px;
}

.exhr_clm .srfc_control {
    margin-bottom: 0px;
}

.cusrow.cmtsec {
    margin-top: 30px;
}

.cmtbox {
    width: calc(100% - 60px);
    margin-right: 20px;
}

.cmtnofic {
    width: 40px;
}

.cmtnofic>a {
    width: 40px;
    height: 40px;
    background: #f8f8f8;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #ddd;
    transition: .5s;
}

.cmtnofic>a:hover {
    background: #127da6;
    border-color: #127da6;
    color: #fff;
}

.cmtbox .faq_head {
    padding: 10px;
}

.cmtbox .faq_head h4 {
    font-size: 17px;
}

.cmtbox .faq_head:after {
    top: 3px;
}

.tv_cmtbox {
    display: block;
    background: #f8f8f8;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #ddd;
}

.reght_cmtsec {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.regcmt_box {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
    margin-top: 30px;
}

.regcmt_box>input {
    width: calc(85% - 15px);
    margin-right: 30px;
}

.regcmt_box>a {
    width: calc(15% - 15px);
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    font-size: 15px;
    transition: .5s;
    font-family: 'Montserrat-Medium';
    border: 1px solid #ddd;
}

.regcmt_box>a>i {
    margin-right: 6px;
}

.regcmt_box>a:hover {
    color: #fff;
    background: #127da6;
}

.regcmt_plist {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #ffffff;
}

.regcmt_pitem {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.regcmt_pitem:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.regcmt_pitem:nth-child(even) {
    padding-left: 60px;
}

.regcmt_pintro {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.regcmt_picna {
    display: flex;
    align-items: center;
}

.regcmt_picna>img {
    float: left;
    width: 50px;
}

h4.regcmt_name {
    float: left;
    padding: 0px 0px 0px 8px;
    font-size: 22px;
    font-weight: bold;
}

p.regcmt_date {
    display: inline-block;
    color: #5da0d9;
    font-size: 16px;
    margin-left: 12px;
}

.regcmt_ptxts {
    display: flex;
    color: #666;
    margin-top: 5px;
}

.regcmt_act {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
}

.regcmt_act>a {
    margin-right: 6px;
    font-size: 12px;
    width: 80px;
    color: #5da0d9;
    border: 1px solid #ddd;
    text-align: center;
    padding: 4px 0px;
    font-weight: bold;
    transition: .5s;
}

.regcmt_act>a:hover {
    background: #5da0d9;
    border-color: #5da0d9;
    color: #fff;
}

.regcmt_act>a>i {
    margin-right: 3px;
}

.ae_upsec {
    display: flex;
    position: relative;
    padding: 20px 0px;
    background: #f5f5f5;
    color: #fff;
    margin-bottom: 20px;
}

label.upt_ttl {
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
}

.whr_sec {
    width: 230px;
}

.whr_row {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.whr_ttl {
    display: block;
    padding: 6px;
    font-family: 'Montserrat-Semibold';
}

.whr_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.whr_item:last-child {
    border-bottom: 0px;
}

.whr_item>label {
    width: 75%;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin: 0px;
    border-right: 1px solid #ddd;
    font-family: 'Montserrat-Medium';
}

.whr_item>p {
    padding: 5px;
    width: 25%;
}

.whr_sec>.def_btn {
    width: 100%;
    margin-top: 8px;
}

.ae_updbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ae_upditem {
    width: calc(25% - 22.5px);
    margin-right: 30px;
}

.ae_upditem h5 {
    color: #111;
}

.ae_upditem:last-child {
    margin-right: 0px;
}

.uploadfrm {
    justify-content: end;
    display: flex;
}

.ae_upbtn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 8px 33px;
    color: #5da0d9;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 4px;
    transition: .5s;
    font-family: 'Montserrat-Medium';
    border: 1px solid #ddd;
    background: #fff;
}

button.ae_upbtn:hover {
    background: #5da0d9;
    color: #fff;
}

.ae_upbtn>i {
    margin-right: 10px;
}

.ae_upbtn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-group.date {
    position: relative;
    display: flex;
    border-collapse: separate;
}

.input-group.date>.form-control {
    width: 100%;
    border-radius: 4px;
}

input[type="date"].form-control {
    line-height: 22px;
}

.input-group.date>.input-group-addon {
    font-size: 19px;
    font-weight: 400;
    padding: 9px;
    color: #666;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    transition: .5s;
}

.input-group.date>.input-group-addon:hover {
    background: #5da0d9;
    color: #fff;
    cursor: pointer;
}

.ae_avtsheet {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 20px 0px;
    margin-top: 20px;
}

.ae_avtsheet .main_ttl h5 {
    color: #111;
}

.ae_avtsheet table thead tr {
    background: #5da0d9;
    color: #fff;
}

.ae_avtsheet .tbl-responsive {
    margin-top: 15px;
}

/* End Emp Timesheet view page */

/* start change password screen */
.cpas_btns {
    padding-top: 10px;
}

.cpas_btns.cusrow {
    justify-content: left;
}

.cpas_btns>button {
    border-radius: 30px;
    padding: 3px;
}

.cpas_btns .def_btn {
    background-color: #449dd7;
    border-color: #fff;
}

.cpas_btns .bg_lgray {
    background-color: transparent;
    /* border-color: #ececec;
    color: #ececec; */
    border-color: #fff;
    color: #fff;
}


.cpas_btns>button:first-child {
    margin-right: 10px;
}

/* end change password screen */

.main_innbox {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
}

.toolimg {
    width: 100%;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* Start CMS Landing page */
.umin_sec {
    position: relative;
}

.umtp_act {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.umacts {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.umacts.editrole>a.def_btn {
    width: auto;
}

.umacts>a:last-child {
    margin: 0px 0px 0px 10px;
}

.umlp_srsec {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    border-radius: 4px;
    margin: 15px 0px 25px 0px;
}

.cusrow.mwo_tbtn {
    position: relative;
    column-gap: 10px;
}

.umlp_srsec .faq_item {
    margin-bottom: 0px;
}

.umlp_srsec .faq_head {
    padding: 15px;
    color: #fff;
    background: #5da0d9;
}

.umlp_srsec .faq_head:after {
    color: #fff;
}

.umlp_srsec .faq_desc form {
    padding: 20px 15px;
}

.umlp_srsec>h5 {
    display: block;
    font-size: 20px;
    margin: 0px 0px 8px 0px;
    color: #5da0d9;
    font-weight: 600;
}

.umlp_srrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.umlp_sritm {
    width: calc(25% - 15px);
    margin: 0px 20px 20px 0px;
}

.umlp_sritm:nth-child(4n + 4) {
    margin: 0px;
}

.umlp_frbtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.umlp_frbtn>button:nth-child(1) {
    margin-right: 10px;
}

.umact_cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0px;
}

.umact_cont>label {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    padding: 0px 10px 0px 0px;
}

.umact_selcont {
    display: flex;
    flex-direction: row;
}

.umact_cont>.umact_selcont>select {
    width: 300px;
    margin: 0px 10px 0px 0px;
}

.smgbtn {
    width: 50px;
    height: 40px;
    background: #5da0d9;
    border: 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
}

.ums_mbtbl table>thead {
    background: #5da0d9;
    color: #fff;
}

.ums_mbtbl thead>tr>th:nth-child(2) {
    padding-right: 18px;
}

.ums_mbtbl thead>tr>th>a {
    position: absolute;
    right: 3px;
    top: calc((100% - 20px) / 2);
    transition: .5s;
}

.ums_mbtbl table>thead>tr>th>a>i {
    color: #ddd;
}

.ums_mbtbl table tbody td,
.ums_mbtbl table thead th {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
}

.ums_mbtbl table tbody td:nth-child(5) span {
    min-width: 140px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ums_mbtbl table tbody td:nth-child(2) span {
    min-width: 140px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.ums_mbtbl table thead th:first-child {
    padding-right: 20px;
}

.ums_mbtbl table tbody td>a[title="Delete"] {
    color: #df1e30;
}

.ums_mbtbl table tbody td>a[title="Delete"].blue_col,
.ums_mbtbl table tbody td>a[title="View"],
.ums_mbtbl table tbody td>a[title="Edit"] {
    color: #5da0d9;
}

.ums_mbtbl table tbody td>a[title="Check"] {
    color: #24e700;
}

.ums_mbtbl table tbody td>a>i {
    font-size: 18px;
}

/* End CMS Landing page */

/* Start dropdown theme */
.head_litem {
    position: relative;
}

.head_litem>a {
    font-size: 16px;
    background: #5da0d9;
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    font-family: 'Montserrat-Medium';
    transition: .5s;
}

.head_litem>a:hover {
    background-color: #116fbb;
}

.umacts.cms>.head_litem>a.cms_smenu {
    padding: 8px 30px 8px 12px;
}

.umacts.cms>.head_litem>a.cms_smenu:after {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    content: "\f078";
    right: 8px;
    font-size: 12px;
    line-height: 12px;
    top: calc((100% - 12px) / 2);
    font-weight: 600;
}

.head_litem>a>i {
    margin-right: 10px;
}

.head_litem:not(:last-child) {
    margin-right: 20px;
}

.head_dropdown {
    display: none;
    background-color: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 2px;
    overflow: visible;
    position: absolute;
    z-index: 10;
    top: 37px;
    right: 2px;
    list-style-type: none;
    transform-origin: top;
    transition: transform 0.76s ease;
    width: 300px;
    box-shadow: 0px 0px 1px 1px rgb(171 170 170 / 50%);
}

.headact_link>.head_dropdown {
    right: 0px;
    left: auto;
}

ul.head_dropdown>li {
    padding: 0px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

ul.head_dropdown>li>a {
    padding: 8px 10px;
    display: block;
    font-size: 15px;
    position: relative;
    color: #333;
    text-align: left;
    transition: .5s;
}

ul.head_dropdown>li.subdlink>a {
    width: calc(100% - 30px);
    transition: .5s;
}

ul.head_dropdown>li>a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2px;
    left: 0px;
    background: #5da0d9;
    transition: all .5s;
}

ul.head_dropdown>li>a:hover:before {
    width: 100%;
}

ul.head_dropdown>li>a:hover {
    color: #5da0d9;
}

a.subdmenu {
    position: absolute !important;
    right: 4px;
    top: 0px;
    display: inline-block !important;
    width: auto !important;
    padding: 8px 6px !important;
}

ul.subnavs {
    display: none;
    background-color: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 2px;
    overflow: visible;
    position: relative;
    z-index: 10;
    top: 0px;
    right: 0px;
    list-style-type: none;
    transform-origin: top;
    transition: transform 0.76s ease;
    width: 300px;
    box-shadow: 0px 0px 1px 1px rgb(171 170 170 / 50%);
}

ul.subnavs>li {
    display: block;
    text-align: left;
}

ul.subnavs>li>a {
    color: #555;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    transition: .5s;
}

ul.subnavs>li>a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2px;
    left: 0px;
    background: #5da0d9;
    transition: all .5s;
}

ul.subnavs>li>a:hover,
ul.subnavs>li>a:hover:before {
    width: 100%;
    color: #5da0d9;
}

ul.subnavs>li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.subdlink>a {
    position: relative;
}

/* End dropdown theme */

/* start send reminder page modal */
.srem_modbox {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.sremod_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.sremod_header>.close {
    color: white;
    float: right;
    font-size: 28px;
    line-height: 25px;
    font-weight: bold;
    opacity: 1;
}

.sremod_header>.close:hover,
.fgmd_header>.close:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.sremod_header {
    padding: 12px 10px;
    background-color: #5da0d9;
    color: white;
    font-family: 'Montserrat-Medium'
}

.sremod_body {
    padding: 30px;
    /* max-height: 500px;
    overflow-y: auto; */
}

.sremod_frm {
    position: relative;
}

.tlogsup_frm>h2 {
    display: block;
    font-size: 39px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}

.srfc_control {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 25px !important;
}

.srfc_control:nth-last-child(2) {
    margin-bottom: 0px;
}



label.agpass_lbl {
    display: flex;
    margin: 0px 0px 15px 0px;
    align-items: center;
}

label.agpass_lbl>input {
    margin: 0px 6px 0px 0px;
}

.srfc_lbl {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding-left: 0px;
}

.srfc_control>input::placeholder {
    color: #c3bebe;
}

.input100:focus+.lfrm-fcusline {
    width: 100%;
}

.srfc-actrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px !important;
}

.srfc-actrow>button {
    width: auto;
}

#avenmodal .srfc-actrow>button,
#clmodal .srfc-actrow>button {
    width: 100px;
}

.srfc-actrow>button:first-child {
    margin-right: 10px;
}

#fgotmodal .form-control {
    width: 100%;
}

/* end send reminder modal */


/* Start FAQ page */
.faq_page {
    display: block;
    position: relative;
    padding: 0px 10%;
}

.faq_srchbox {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.csrch_box {
    position: relative;
}

.csrch_box>.btn {
    position: absolute;
    background: #5da0d9;
    color: #fff;
    top: 0px;
    right: 0px;
    padding: 9px 13px;
    transition: .5s;
}

.csrch_box>.btn:hover {
    background: #4388c3;
}

.faq_itlist {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.faq_ilink {
    width: 100%;
    height: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9ebfdb;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: .5s;
}

.faq_ilink:not(:last-child) {
    border-right: 1px solid #ddd;
}

.faq_ilink:hover,
.faq_ilink.active {
    background: #5da0d9;
}

.faq_ilink>h5 {
    font-size: 20px;
    display: inline;
    font-family: 'Montserrat-Medium';
    word-break: break-word;
}

.faq_conlist {
    display: block;
    position: relative;
}

.faq_conlist>div {
    display: none;
}

.faq_conlist>div:first-child {
    display: block;
}

.faq_item {
    display: block;
    margin-bottom: 20px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.faq_head {
    background-color: #f8f8f8;
    position: relative;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
}

.faq_head>h4 {
    font-weight: bold;
}

.faq_head.active,
.faq_head:hover {
    background-color: #5da0d9;
    color: #fff;
}

.faq_head:hover:after {
    color: #fff;
}

.faq_head:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 12px;
    transition: .5s;
    font-family: 'Font Awesome 5 Free';
}

.faq_head.active:after {
    transform: rotate(180deg);
    color: #fff;
}

.faq_desc {
    display: block;
    background-color: white;
    color: #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq_desc>p {
    padding: 18px;
    font-size: 16px;
    line-height: 20px;
}

/* End FAQ page */


/*--- Start header ---*/
.header {
    display: flex;
    width: 100%;
    padding: 4px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px #ddd;
    position: relative;
}

.htop_line {
    float: left;
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: #95bfe5;
    position: relative;
}

.htop_line:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 50%;
    height: 8px;
    background-color: #ea9d97;
}

.hl_logo {
    float: left;
    display: inline-block;
    transition: .5s;
}

.hl_logo>a>img {
    width: 160px;
    transition: all 0.3s ease-in;
}

.hr_navigation {
    float: right;
    display: inline-block;
    padding-top: 56px;
    transition: .5s;
}

.hr_navlist {
    float: left;
    display: inline-block;
}

.hr_navlist>li {
    float: left;
    display: inline-block;
    margin-right: 40px;
}

.hr_navlist>li:last-child {
    margin-right: 0px;
}

.hr_navlist>li>a {
    font-size: 20px;
    color: #444;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in;
}

.hr_navlist>li>a.active {
    color: #ea9d97;
    border-bottom: 2px solid #95bfe5;
}

.cont_navitem {
    background-color: #ea9d97;
    padding: 8px 15px;
    color: #fff !important;
}

.header.stickyHeader {
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease-in;
    padding: 3px 0px;
}

.header.stickyHeader .hl_logo>a>img {
    width: 130px;
    transition: all 0.3s ease-in;
}

.header.stickyHeader .hr_navigation {
    padding-top: 45px;
}

.header.stickyHeader .hr_navlist>li>a {
    font-size: 18px;
    transition: all 0.3s ease-in;
}

/*--- End header ---*/
.side-box-close-btn {
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px;
    color: #ccc;
    color: #fff;
    background: #93bee4;
    cursor: pointer;
    display: none;
}

/*--- start responsive navigation ---*/
.res-menu-icon-box {
    display: none;
}

.res-menu-icon {
    width: 68px;
    cursor: pointer;
    position: relative;
    float: left;
    height: 38px;
    z-index: 1;
}

.res-menu-icon span {
    margin-bottom: 10px;
    display: block;
    float: left;
    position: absolute;
    clear: both;
    border-radius: 20px;
    height: 5px;
    width: 100%;
    background-color: #95c0e5;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.res-menu-icon span:nth-child(1) {
    margin-top: 0;
    z-index: 9;
}

.res-menu-icon span:nth-child(2) {
    top: 14px;
}

.res-menu-icon span:nth-child(3) {
    top: 28px;
}

/*--- end responsive navigation ---*/

/* Start Add Work Order page */
.cms_awsec {
    position: relative;
}

.cms_defbox {
    position: relative;
    display: flex;
    flex-direction: column;
}

.awclps_box {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    position: relative;
}

.awclps_itm {
    position: relative;
    padding: 0px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.awclps_head {
    background: #f8f8f8;
    padding: 18px;
    position: relative;
    transition: 0.5s;
    color: #333;
    font-weight: bold;
}

.awclps_head>h4 {
    display: block;
    font-weight: bold;
}

.awclps_head:hover {
    color: #fff;
}

.client:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc((100% - 20px) / 2);
    transition: .5s;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Free';
}

.client.active:after {
    transform: rotate(180deg);
    color: #fff;
}

.client:hover:after {
    color: #fff;
}

.client.active,
.client:hover {
    background-color: #5da0d9;
    color: #fff;
}


.invoice:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc((100% - 20px) / 2);
    transition: .5s;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Free';
}

.invoice.active:after {
    transform: rotate(180deg);
    color: #fff;
}

.invoice:hover:after {
    color: #fff;
}

.invoice.active,
.invoice:hover {
    background-color: #5da0d9;
    color: #fff;
}

.vendorexpand:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc((100% - 20px) / 2);
    transition: .5s;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Free';
}

.vendorexpand.active:after {
    transform: rotate(180deg);
    color: #fff;
}

.vendorexpand:hover:after {
    color: #fff;
}

.vendorexpand.active,
.vendorexpand:hover {
    background-color: #5da0d9;
    color: #fff;
}

.primevendorexpand:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc((100% - 20px) / 2);
    transition: .5s;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Free';
}

.primevendorexpand.active:after {
    transform: rotate(180deg);
    color: #fff;
}

.primevendorexpand:hover:after {
    color: #fff;
}

.primevendorexpand.active,
.primevendorexpand:hover {
    background-color: #5da0d9;
    color: #fff;
}

.documentexpand:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc((100% - 20px) / 2);
    transition: .5s;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Free';
}

.documentexpand.active:after {
    transform: rotate(180deg);
    color: #fff;
}

.documentexpand:hover:after {
    color: #fff;
}

.documentexpand.active,
.documentexpand:hover {
    background-color: #5da0d9;
    color: #fff;
}

.sendnotificationexpand:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: calc((100% - 20px) / 2);
    transition: .5s;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Free';
}

.sendnotificationexpand.active:after {
    transform: rotate(180deg);
    color: #fff;
}

.sendnotificationexpand:hover:after {
    color: #fff;
}

.sendnotificationexpand.active,
.sendnotificationexpand:hover {
    background-color: #5da0d9;
    color: #fff;
}

.awclps_indet {
    display: block;
    background-color: white;
    color: #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.cms_awbox {
    display: flex;
    flex-direction: column;
}

.cms-awrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* .awclps_head.active{
    max-height: 100% !important;
} */

.cms-awitm {
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: wrap;
}

.cms-awitm>label {
    width: 150px;
    margin: 0px 10px 0px 0px;
    font-weight: 600;
}

.cms-awitm>label>sup {
    color: #cd1313;
}


.cms-awitm>div,
.cms-awitm>input,
.cms-awitm>select,
.cms-awitm>textarea {
    width: calc(100% - 160px);
}

.cms-awitm.vpl_fld>select {
    width: calc(100% - 190px);
}

a.vpl_addbtn {
    font-size: 24px;
    margin-left: 10px;
    color: #5da0d9;
    transition: .5s;
}

a.vpl_addbtn:hover {
    color: #116fbb;
}

.cusrow.chlist {
    position: relative;
    padding: 6px 0px;
    flex-flow: wrap;
}



.cusrow.chlist .text-danger {

    margin-left: 0;
    width: 100%;
}

.ch_item {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Montserrat-Regular';
}

.ch_item {
    margin-right: 10px;
    line-height: 24px;
}



.ch_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
}

.ch_item:hover input~.checkmark {
    background-color: #ccc;
}

.ch_item input:checked~.checkmark {
    background-color: #5da0d9;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ch_item input:checked~.checkmark:after {
    display: block;
}

.ch_item .checkmark:after {
    height: 14px;
    width: 8px;
    top: 4px;
    left: 8px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
}

.ccnt_item {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}

label.ch_item>input[type="text"] {
    display: inline-block;
    width: 100px;
    height: 26px;
    border: 1px solid #ddd;
    position: relative;
    opacity: 1;
}

.cusrow.mwo_dbtn {
    justify-content: flex-end;
    margin-bottom: 15px;
}

div[formgroupname="documentupdated"] .cms-awitm {
    width: 100%;
}

div[formgroupname="contractendnotification"] .text-danger {
    padding-bottom: 5px;
}

div[formgroupname="clientinformation"] .cms-awrow .cms-awitm:last-child .text-danger {
    padding-bottom: 5px !important;
}

/* End Add Work Order page */

/* Toaster message css start */
.toast-container {
    right: calc((100% - 600px) / 2) !important;
    position: absolute;
    transform: translate(-50%, 10px);
    z-index: 9999;
    top: 10% !important;
}

/* toaster css ends*/
label.srfc_lbl>sup {
    color: #cd1313;
}

/* no record found  */
.norecordfound {
    text-align: center;
    color: #FF0000;
}

.ngx-pagination .pagination-previous a::before,

.ngx-pagination .pagination-previous.disabled::before,

.ngx-pagination .pagination-next a::after,

.ngx-pagination .pagination-next.disabled::after {

    content: '' !important;
}

.autocomplete-container>.input-container>input {
    display: block !important;
    height: 40px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    resize: none !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    /* Please Don't remove for background color */
    /* background-color: transparent !important; */
}

.plain-bg .autocomplete-container>.input-container>input {
    background-color: transparent !important;

}

.plain-disable .autocomplete-container>.input-container>input {
    background-color: transparent !important;
    cursor: not-allowed !important;
}

.input-container {
    position: relative;
    z-index: 1;
}

.autocomplete-container>.input-container>input:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.autocomplete-container {
    box-shadow: none !important;
}

.autocomplete-container .suggestions-container ul li:hover,
.autocomplete-container .suggestions-container .complete-selected {
    background-color: #5da0d9 !important;

}

.autocomplete-container .suggestions-container ul li:hover a,
.autocomplete-container .suggestions-container .complete-selected {
    color: #fff !important;
}

.autocomplete-container {
    position: relative;
    width: 100%;
}

.autocomplete-container:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: 5px;
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 1;
}

.text-danger {
    width: calc(100% - 160px);
    margin-left: 160px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;

}

.input-group.date>.form-control::before {
    color: #5da0d9 !important;
    font-family: 'FontAwesome';
    content: "\f073";
    font-size: 22px;
    right: 10px;
    position: absolute;
}



.text-danger {
    color: #fd4646 !important;
    margin-top: 2px;
    font-size: 12px;
}

.logpage_frm .text-danger {
    margin-left: 0;
    width: 100%;
}

.srem_modbox .text-danger {
    margin-left: 0;
}

/* .logpage_frm .text-danger {
    margin-left: 0;
    width: 100%;
    bottom: 0;
    top: 100%;
} */
.lfrm_control>.text-danger {

    bottom: auto;
    margin-top: 2px;
}

form.sremod_frm .text-danger {
    margin-bottom: 5px;
    width: 100%;
}

.ng-autocomplete {
    width: 100% !important;
}

.sremod_frm .srfc-actrow {
    margin-top: 30px;
}

form.sremod_frm .ng-invalid .text-danger {
    margin-bottom: -5px !important;
}

.selctFle {
    background: #5da0d9;
    padding: 3px 10px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.selctFleDrop div br {
    display: none;
}

.selctFleDrop {
    display: inline-block;
    margin: 5px 0px;
}