/* 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;
}

/* end fonts style */

/* 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;
}


.head_litem .dropdown-backdrop {
  z-index: 9;
}

/* input.form-control::-webkit-inner-spin-button,
input.form-control::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */
input[type="date"],
input[type="time"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* input::-ms-expand {
  display: none;
} */

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0px;
  padding: 0px;
}


input:focus-visible {
  outline-color: #000;
}

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;
  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;

}

/* .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;
  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;
}

.list_Foot {
  background-color: rgb(93, 160, 217);
  color: white;
}

.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: 19px;
  left: 22px;
  font-size: 20px;
  display: inline-block;
  color: #449dd7;
  z-index: 3;
  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 manage timesheet page */
.ae_hrtbl table thead tr:nth-child(1),
.msrep_tbl th.fixf_clm,
.ae_hrtbl.msrep_tbl table thead tr:nth-child(1) {
  background: #5da0d9;
  color: #fff;
}

.ae_hrtbl table thead tr:nth-child(1) td {
  background: #3d74a3;
}

.mtsp_sec {
  position: relative;
}

/*--------------------------------------*/

.trs_hsrcbtn {
  margin-top: 15px;
}


/*--------------------------------------*/
.mtsp_srchlist {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}

.mtsp_srchlist>div {
  width: calc(50% - 15px);
  margin: 0px 30px 0px 0px;
}

.mtsp_srchlist>div:last-child {
  margin-right: 0px;
}

.mtsp_srbtn {
  margin-top: 15px;
}

.mtsp_srbtn>button {
  margin-right: 10px;
}

.mtsp_srbtn>button:last-child {
  margin-right: 0px;
}

.mtsp_sec table td {
  text-align: center;
}

.mtsp_trow>div {
  width: calc(50% - 5px);
  margin-right: 10px;
  justify-content: flex-start;
}

.mtsp_selopt .cusmgn {
  margin-top: 60px;
}

.mtsp_trow>div:nth-child(2n + 2) {
  margin-right: 0px;
  margin-bottom: 0px;
}

.srch_mlbl {
  display: flex;
  align-items: inherit;
  margin-bottom: 5px;
}

.srch_mlbl>input {
  margin-right: 6px;
}

.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 {
  display: flex;
  flex-direction: row;
  width: calc(100% - 230px);
  background: #fff;
  padding: 10px 20px;
}

.suser>.alp_srchbox>.alp_srch {
  width: calc(60% - 10px);
  ;
  margin: 0px 20px 0px 0px;
}

.suser>.alp_srchbox>.ap_actrow {
  width: calc(40% - 10px);
  margin-right: 0px;
}

.suser>.alp_srchbox>.ap_actrow>div,
.suser>.alp_srchbox>.ap_actrow>select {
  width: calc(50% - 10px);
  position: relative;
}

.suser>.alp_srchbox>.ap_actrow>select {
  margin-right: 0px;
}

.suser>.alp_srchbox>.ap_actrow>select.form-control.input_contractSts {
  margin-left: 20px;
}

.mts_hdrop.suser>.head_litem {
  width: 230px;
  padding: 10px;
  background: #ddd;
  text-align: center;
  position: relative;
}

.suser .head_litem>button {
  width: 100%;
}

.mtsm>.alp_srchbox {
  display: flex;
  flex-direction: row;
  width: calc(100% - 230px);
  background: #fff;
  padding: 10px 20px;
}

.mts_hdrop.mtsm>.head_litem {
  width: 230px;
  padding: 10px;
  background: #ddd;
  text-align: center;
  position: relative;
}

.mtsm>.alp_srchbox>.alp_srch {
  width: calc(75% - 20px);
  margin-right: 20px;
}

.mtsm>.alp_srchbox>.cusrow {
  flex: 0 1 25%;
}

.mtsm>.alp_srchbox>.ap_actrow>.input_contractSts {
  margin-left: 20px;
}

.mtsm>.alp_srchbox>select {
  width: 170px;
}



.ap_actrow>.head_litem>.head_dropdown {
  top: 42px;
  right: 4px;
}

.ap_actrow>.head_litem>button {
  padding: 8px 26px 8px 8px;
}

.ap_actrow>.head_litem>button>i {
  margin-right: 6px;
}

.mts_hdrop {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  align-items: center;
  background: #ddd;
}

.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;
}

.mtsp_sec table>thead {
  background: #5da0d9;
  color: #fff;
}

.mtsp_sec table>thead>tr>th {
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.mtsp_sec table>thead>tr>th>a {
  position: absolute;
  padding-left: 4px;
  right: 5px;
  top: calc((100% - 20px) / 2);
  transition: .5s;
}

.mtsp_sec table>thead>tr>th>a:hover {
  color: #333;
}

.view {
  display: block;
  text-align: Center;
  color: #111;
  transition: .5s;
}

.view:hover {
  color: #5da0d9;
}

/* End manage timesheet page */

/* Start Admin Timeheet view page */
.head_links {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.alp_srchbox>.head_litem {
  float: left;
  position: relative;
  width: 160px;
}

.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;
}

.head_litem:not(:last-child) {
  margin-right: 20px;
}

.head_litem>button {
  font-size: 16px;
  background: #5da0d9;
  padding: 8px 30px 8px 12px;
  border-radius: 4px;
  color: #fff;
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  font-family: 'Montserrat-Medium';
}

.head_litem>button: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>button>i {
  margin-right: 10px;
}

.AdminAvailable>i {
  margin-right: 10px;
}

.AdminAvailable {
  font-size: 16px;
  background: #5da0d9;
  padding: 8px 30px 8px 12px;
  border-radius: 4px;
  color: #fff;
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  font-family: 'Montserrat-Medium';
}

.AdminAvailableDrop {

  top: 41px;
}

.Head_AdminAvailable {
  display: none;
}

span.Head_AdminAvailable {
  width: 230px;
  position: relative;
}

.AdminAvailable: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;
}

.AdminManagerUi {
  background: transparent;
}

.AdminManagerUi .alp_srchbox {
  width: 100%;
}

.ae_ddownlist.adview>.ae_ddownitem {
  width: calc(33.33% - 20px);
  margin: 0px 30px 0px 0px;
}

.ae_ddownlist.adview>.ae_ddownitem:last-child {
  margin-right: 0px;
}

.adview>.ae_detitem {
  padding: 0px;
}

.adview>.ae_detitem>div {
  padding: 6px;
}

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;
  padding: 5px 10px;
  text-align: left;
}

ul.subnavs>li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.subdlink>a {
  position: relative;
}

.subdlink>a:after {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  content: "\f078";
  right: 8px;
  font-weight: 600;
}

input.verfyd {
  width: 40px !important;
  text-align: center;
}

.monrep_tbl>table>thead>tr>th.fixf_clm>table>tbody>tr {
  background-color: #3d74a3;
}


.month-tim-reprt .table-striped>tbody>tr:last-child {
  background: #5da0d9;
  color: #fff;
}

/* .table-striped>tbody>tr:last-child {
  background: none;
  color: inherit;
} */

/* End admin timesheet view page */

/* Start monthly timesheet page */
.ae_hrtbl table thead tr:nth-child(1) {
  background: #5da0d9;
  color: #fff;
}

.mts_sec {
  position: relative;
}

.mts_htbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* margin-bottom: 20px; */
}

.mcus {
  width: 114px;
}

.mts_sec table>thead>tr>th,
.mts_sec table>tbody>tr>td,
.mts_sec table>tfoot>tr>td {
  text-align: center;
  vertical-align: middle;
}

.mts_sec table>tbody>tr>td:nth-child(1),
.mts_sec table>tfoot>tr>td:nth-child(1) {
  text-align: center;
}

.mts_mrow {
  display: flex;
  flex-direction: row;
  padding: 6px 0px 30px 0px;
}

.mts_trow {
  display: flex;
  flex-flow: row;
  width: calc(75% - 15px);
  margin-right: 30px;
}

.mts_trow>div {
  width: calc(50% - 15px);
  margin: 0px 30px 0px 0px;
  justify-content: flex-start;
}

.mts_trow>div:last-child {
  margin-right: 0px;
}

.mts_shrbtn {
  display: flex;
  flex-direction: row;
  width: calc(25% - 15px);
  margin-right: 0px;
  align-items: flex-end;
}

.mts_shrbtn>a:first-child {
  margin-right: 10px;
}

.mts_htbox.conview {
  display: flex;
  flex-direction: row;
  /* margin-bottom: 24px; */
  align-items: center;
}

.mtscv_item:first-child {
  width: 380px;
}

.mtscv_item:last-child {
  width: calc(100% - 410px);
  margin-left: 30px;
}

.mtscv_item>h6 {
  display: block;
  background: #f9f9f9;
  padding: 10px;
  font: 17px bold;
  font-family: 'Montserrat-semibold';
}

/* .mtscv_item>h6>span {
  display: block;
  margin-top: 4px;
  font-size: 30px;
  font-family: 'Montserrat-Semibold';
} */

.mts_sec table thead tr,
.mts_sec table tfoot tr {
  background: #5da0d9;
  color: #fff;
}

.mts_sec table tbody tr td:nth-child(1) a {
  display: block;
}

.upts_rbox {
  width: 280px;
  height: 100%;
  position: fixed;
  right: -10px;
  top: 0;
  background: #fff;
  z-index: 100;
  transform: translate3d(280px, 0px, 0px);
  box-shadow: 0 0 6px rgb(0 0 0 / 50%);
  transition: all 0.3s cubic-bezier(0.5, 0.3, 0.47, 0.81);
}

.upts_rbox.open {
  transform: translate3d(-8px, 0px, 0px);
}

.side-box-close-btn {
  width: 100%;
  height: auto;
  display: inline;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #fff;
  background: #008779;
  cursor: pointer;
}

.side-box-close-btn>i {
  display: inline-block;
}

.right-inner-box {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 45px);
  position: relative;
  z-index: 1;
}

.upts_box {
  display: none;
  position: fixed;
  z-index: 1;
  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);
}

.upts_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: 'Montserrat-Regular';
}

.upts_header>.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
}

.upts_header>.close:hover,
.fgmd_header>.close:focus {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.upts_header>h4 {
  font-weight: bold;
}

.upts_header {
  padding: 13px 10px;
  background-color: #5da0d9;
  color: white;
  font-family: 'Montserrat-Medium';
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.upts_body {
  padding: 2px 16px;
}

.upts_body form {
  padding: 30px 0px;
}

span.fgmd_emltxt {
  font-size: 18px;
  display: block;
  line-height: 20px;
  color: #000;
}

.ortxt {
  display: block;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0px;
  font-weight: bold;
  line-height: 20px;
}

p.note {
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}

p.note strong {
  display: block;
  font-size: 14px;
  color: #5da0d9;
}

p.disclaimernote {
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}

p.disclaimernote strong {
  /* display: block; */
  font-size: 14px;
  color: #5da0d9;
}

.upts_body .field-group {
  display: flex;
  flex-flow: column;
  margin-bottom: 24px;
  position: relative;
}

.upts_body .field-group:last-child {
  margin-bottom: 0px;
}

.upts_body .field-group label {
  font-size: 16px;
  margin-bottom: 8px;
}

.fgmd_body .field-group input::placeholder {
  color: #c3bebe;
}

.cusrow.cptimg {
  align-items: center;
}

.cusrow.cptimg>label {
  margin: 0px 6px 0px 0px;
}

.cusrow.cptimg>a {
  display: inline-block;
  width: 40px;
  color: #666;
  height: 40px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  transition: .5s;
}

.cusrow.cptimg>a:hover {
  background-color: #5da0d9;
  color: #fff;
}

.bro_sendbtn {
  align-items: center;
}

.bro_sendbtn>button:first-child {
  margin-bottom: 15px;
}

.field-group input[type=file] {
  border: 1px solid #ddd;
}

.field-group input[type=file]::file-selector-button {
  border: 0px;
  outline: 0px;
  color: #fff;
  padding: 8px 6px;
  border-radius: 4px;
  background-color: #5da0d9;
  transition: 1s;
}

.field-group input[type=file]::file-selector-button:hover {
  background-color: #3684c7;
}

/* End monthly timesheet page */

/* 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: 10px;
}

.ae_crmtsec ol.breadcrumb>li+li:before {
  padding: 0 8px 0px 2px;
  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;
  color: #fff;
  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: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;
  text-align: center;
}

.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;
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.hrt_fname.disabled {
  cursor: not-allowed;
  pointer-events: none;
}



.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: 15px 10px 40px;
}

.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_sec.wid-adbtn {
  align-items: flex-end;
}

.wid-adbtn .exhr_clm:last-child .def_btn {
  background: #5da0d9;
  color: #fff;
  width: 130px;
}

.wid-adbtn .exhr_clm:last-child {
  margin-right: 0px;
  width: auto;
}

.wid-adbtn .exhr_clm:last-child .def_btn:hover {
  background-color: #377db9;
}


.wid-adbtn .exhr_clm {
  width: calc(28% - 10px);
  margin-right: 10px;
}

.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;
  height: 500px;
  overflow: auto;
}

.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;
  width: 100%;
}

.input-group.date>.form-control {
  width: 100%;
  border-radius: 4px;
}

.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: 3;
  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;
}

.rep_colrow {
  display: flex;
  flex-direction: row;
  margin: 0px 0px 20px 0px;
}

.rep_colrow>div {
  margin-right: 20px;
  position: relative;
  padding-left: 30px;
}

.rep_colrow>div:before {
  position: absolute;
  content: "";
  display: inline;
  width: 22px;
  height: 22px;
  left: 0px;
  top: 0px;
}

.rep_colitm.bg_yel:before {
  background: #edfb12;
}

.rep_colitm.bg_green:before {
  background: #67cd1a;
}

.rep_colitm.bg_red:before {
  background: #f52828;
}

.rep_colitm.bg_khaki:before {
  background: rgb(150, 75, 0);
}

.rep_colitm.bg_bluee:before {
  background: rgb(0, 0, 255);
}

.rep_colitm.bg_orange:before {
  background: rgb(255, 165, 0);
}

/* End Emp Timesheet view page */

/* start change password screen */
.cpas_btns {
  padding-top: 10px;
}

.cpas_btns.cusrow {
  justify-content: center;
}

.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 */

/* 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 payroll & calenar page */
.paycal_sec.cusrow {
  position: relative;
}

.paycal_sec>div {
  width: calc(50% - 15px);
  margin: 0px 30px 0px 0px;
}

.paycal_sec>div:last-child {
  margin-right: 0px;
}

.hol_note {
  position: relative;
  background: #ffff;
  color: #5da0d9;
  font-size: 18px;
  text-align: center;
  border: 1px solid #5da0d9;
  font-family: 'Montserrat-Medium';
  margin-bottom: 20px;
  padding: 10px;
}

/* End payroll & calendar page */
/* start send reminder page modal */
.srem_modbox {
  display: none;
  position: fixed;
  z-index: 1;
  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: 40%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.sremod_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40%;
  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;
  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;
}

.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;
}

.remdiv {
  display: flex;
  align-items: left;
  color: #FFF;
  padding-left: 20px;
}

.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;
}

.srfc-actrow>button {
  width: auto;
}

.srfc-actrow>button:first-child {
  margin-right: 10px;
}

#fgotmodal .form-control {
  width: 100%;
}

/* end send reminder modal */
/* start send payroll modal */
.sproll_mod button:first-child {
  margin-right: 0px;
}

label.ifde_txt {
  display: flex;
  margin-top: 10px;
}

label.ifde_txt>input {
  margin: 0px 10px 0px 0px;
}

.srfc_control.clrcont>.input-group {
  float: left;
  width: calc(100% - 80px);
  margin-right: 8px;
}

.srfc_control.clrcont>div {
  float: left;
}

.srfc_control.clrcont .def_btn {
  width: 72px;
}

/* end send payroll modal */
.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 report table */
.rep-tbl>div>table>thead>tr>th:nth-child(1),
.rep-tbl>div>table>thead>tr>th:nth-child(2) {
  min-width: 178px;
}

.rep-tbl>div>table>thead>tr>th:last-child {
  background: #3d74a3;
}



/* .ae_hrtbl.rep-tbl table>tbody>tr>td:nth-child(2) {
  color: #5da0d9;
} */

.rep-tbl>div>table>thead table.inntbl {
  width: 100%;
  min-height: 22px;
}

table.inntbl {
  width: 100%;
  min-height: 45px;
}

table.inntbl>tbody>tr>th:not(:last-child) {
  border-right: 1px solid #fff;
}

table.inntbl>tbody>tr>td:not(:last-child) {
  border-right: 1px solid #ddd;
}

.ae_hrtbl.rep-tbl>div>table>tbody>tr:last-child>td:nth-child(1),
.ae_hrtbl.rep-tbl>div>table>tbody>tr:last-child>td:last-child {
  background: #5da0d9;
  color: #fff;
}


.cusrow.chlist {
  margin-top: 6px;
}

.chitm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'anagobook';
}

.chitm:first-child {
  margin-right: 15px;
}

.chitm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.chitm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffe12b;
}

.chitm:nth-child(1) .checkmark {
  background-color: #ffe12b;
}

.chitm:nth-child(2) .checkmark {
  background-color: #23e564;
}

.chitm:nth-child(3) .checkmark {
  background-color: #f15d49;
}

.chitm:hover input~.checkmark {
  color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chitm input:checked~.checkmark:after {
  display: block;
}

.chitm .checkmark:after {
  top: 6px;
  left: 10px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* End resport table */
/*--- 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;
}

/*.res-menu-icon.open span:nth-child(1){-webkit-transform:rotate(45deg) translateY(18px) translateX(4px);-moz-transform:rotate(45deg) translateY(18px) translateX(4px);-ms-transform:rotate(45deg) translateY(18px) translateX(4px);-o-transform:rotate(45deg) translateY(18px) translateX(4px);transform:rotate(45deg) translateY(18px) translateX(4px);}
    .res-menu-icon.open span:nth-child(2){display:none;}
    .res-menu-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-17px) translateX(2px);-moz-transform:rotate(-45deg) translateY(-17px) translateX(2px);-ms-transform:rotate(-45deg) translateY(-17px) translateX(2px);-o-transform:rotate(-45deg) translateY(-17px) translateX(2px);transform:rotate(-45deg) translateY(-17px) translateX(2px);}
   */
/*--- end responsive navigation ---*/

/* 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*/

.khaki {
  color: rgb(150, 75, 0);
  text-align: center;
  font-weight: bold;
}

.blue {
  color: rgb(0, 0, 255);
  text-align: center;
  font-weight: bold;
}

.yellow {
  color: rgb(255, 165, 0);
  text-align: center;
  font-weight: bold;
}

.red {
  color: rgb(255, 0, 0);
  text-align: center;
  font-weight: bold;
}

.green {
  /* color: rgb(154, 205, 50); */
  color: #67cd1a;
  text-align: center;
  font-weight: bold;
}

.timesheet {
  text-align: center;
  font-weight: bold;
  color: #000000;
}

a.anchor-disable {
  color: #eee;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.anchor-employeedisable {
  color: #337ab7;
  cursor: not-allowed !important;
  /*pointer-events: none;
  text-decoration: none; */
}

/* .anchor-employeedisable:hover {
  cursor: not-allowed !important;
} */

.disable-pagination {
  color: #eee;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.disable-pagination .pagination-next {
  pointer-events: none;
  opacity: 0.5;
}


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;
}

.additionalrequired {
  color: #cd1313
}

/* admin dailyreport css */

.YellowBg {
  background-color: #edfb12;
}

.GreenBg {
  background-color: #67cd1a;
}

.RedBg {
  background-color: #f52828;
}

.brownBg {
  background: rgb(150, 75, 0);
}

/* admin dailyreport css */

/*---------------danger-txt-------------------------*/
.text-danger {
  position: absolute;
  color: #fd4646;
  /* bottom: -20px; */
  font-size: 12px;
  line-height: 12px;
  padding: 2px 4px;
  font-weight: 600;
}

.lfrm_control>.text-danger {
  bottom: auto;
  margin-top: 4px;
}

form.sremod_frm .text-danger {
  bottom: -24px;
  margin-bottom: 5px;
}

.uld-chos-fil {
  margin-top: 34px;
  z-index: 100;
  bottom: -15px;
}

.mtsp_sec table>thead>tr>th>a>i {
  color: #ddd;
}

.mtsp_sec table thead th:nth-child(2) {
  padding-right: 18px
}

.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;
}

.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;
}

/* no record found  */
.norecordfound {
  text-align: center;
  color: #FF0000;
}

.Verifiedrowcolor {
  color: #333;
  ;
}

/* 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: flex-start;
  padding: 0px;
  margin-bottom: 0px;

}

.ae_crmtsec ol.breadcrumb>li:not(:last-child) {
  margin-right: 10px;
}

.ae_crmtsec ol.breadcrumb>li+li:before {
  padding: 0 8px 0px 2px;
  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;
  justify-content: 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: 600;
  color: #1679c0;
  margin-right: 12px;
}

.ae_detinitem>label {
  font-weight: 600;
  color: #1679c0;
  margin-right: 12px;
  white-space: nowrap;
}

.ae_detinitem {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 25%;
  padding-right: 10px;

}

.ae_detinitem span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ContrctD {
  word-break: break-word;
}

.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;
}

.atvint-tbl>table>thead>tr:last-child>th:nth-child(9) {
  width: 124px;
}

a.dall {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  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;
  font-size: 13px;
  padding: 4px;
  /* line-height: 1.44; */
}

.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:first-child {
  width: 112px;
} */

.newclstmst.ae_hrtbl table>tbody>tr>td:nth-child(13) {
  width: 50px;
}

.ae_hrtbl table>tbody>tr>td:nth-child(12) {
  width: 50px;
}

.newclstmst.ae_hrtbl table>tbody>tr>td:nth-child(12) {
  width: auto;
}

.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>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;
}

p.hrt_timedate {
  display: block;
  min-width: 90px;
  max-width: 90px;
  margin: 0px auto;
  padding: 2px;
  word-break: normal;
}

.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: 20px;
}

.regcmt_box>a {
  width: calc(20% - 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;
  width: 100% !important;
}

.input-group.date>.form-control {
  width: 100% !important;
  border-radius: 4px;
  /* padding-bottom: 8px; */
}

input[type="date"].form-control {
  line-height: 24px;
}

.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: 3;
  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.cusrow {
  justify-content: left;
}

.cpas_btns>button:first-child {
  margin-right: 10px;
}

/* end change password screen */

/* 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 payroll & calenar page */
.paycal_sec.cusrow {
  position: relative;
}

.paycal_sec>div {
  width: calc(50% - 15px);
  margin: 0px 30px 0px 0px;
}

.paycal_sec>div:last-child {
  margin-right: 0px;
}

.hol_note {
  position: relative;
  background: #ffff;
  color: #5da0d9;
  font-size: 18px;
  text-align: center;
  border: 1px solid #5da0d9;
  font-family: 'Montserrat-Medium';
  margin-bottom: 20px;
  padding: 10px;
}

/* End payroll & calendar page */
/* 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: 40%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.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;
}

.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;
}

.remdiv {
  display: flex;
  font-family: 'Anago-Book';
  font-weight: normal;
  font-style: normal;

}

.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;
}

.srfc-actrow>button {
  width: auto;
}

.srfc-actrow>button:first-child {
  margin-right: 10px;
}

#fgotmodal .form-control {
  width: 100%;
}

/* end send reminder modal */
/* start send payroll modal */
.sproll_mod button:first-child {
  margin-right: 0px;
}

label.ifde_txt {
  display: flex;
  margin-top: 10px;
}

label.ifde_txt>input {
  margin: 0px 10px 0px 0px;
}

.srfc_control.clrcont>.input-group {
  float: left;
  width: calc(100% - 80px);
  margin-right: 8px;
}

.srfc_control.clrcont>div {
  float: left;
}

.srfc_control.clrcont .def_btn {
  width: 72px;
}
.modal-header .close {
  margin-top: 0px;
  font-size: 28px;
  color: #fff;
  opacity: 1;
  display: inline-block;
}
.modal-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.42857143;
  display: inline;
}
.modal-header{
  background: #5da0d9;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  color: #fff;
  font-size: 22px;
}

/* end send payroll modal */
.main_innbox {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
}
.modal-backdrop
{
    opacity:0.5 !important;
}
.modal-content {
  border-radius: 0 !important;
}

.toolimg {
  width: 100%;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* Start monthly report table */

.ae_hrtbl.rep-tbl table>tbody>tr>td {
  word-break: initial;
  padding: 2px;
  font-size: 13px;
}

.rep-tbl>div>table>thead table.inntbl {
  width: 100%;
  min-height: 22px;
}

/* changed css 8-4-23 */
table.inntbl {
  width: 100%;
  min-height: 45px;
  position: relative;
    z-index: 0;
}
/* end changed css 8-4-23 */

table.inntbl>tbody>tr>th {
  width: 33.33% !important;
}

/* table.inntbl > tbody > tr > td{width:33.33% !important; min-width:70px;} */
table.inntbl>tbody>tr>th:not(:last-child) {
  border-right: 1px solid #fff;
}

table.inntbl>tbody>tr>td:not(:last-child) {
  border-right: 1px solid #ddd;
}

.ae_hrtbl.rep-tbl>div>table>tbody>tr:last-child>td:nth-child(1) {
  background: #246faf;
  color: #fff;
}

.ae_hrtbl.rep-tbl>div>table>tbody>tr:last-child>td:last-child {
  /* background: #cd1f1f; */
  color: #fff;
}

/* .table-striped>tbody>tr:last-child {
  background: #5da0d9;
  color: #fff;
} */

/* .fixl_clm table.inntbl > tbody > tr > td {
    min-width: 55px;
} */

.cusrow.chlist {
  margin-top: 6px;
}

.chitm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'anagobook';
}

.chitm:first-child {
  margin-right: 15px;
}

.chitm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.chitm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffe12b;
}

.chitm:nth-child(1) .checkmark {
  background-color: #ffe12b;
}

.chitm:nth-child(2) .checkmark {
  background-color: #23e564;
}

.chitm:nth-child(3) .checkmark {
  background-color: #f15d49;
}

.chitm:hover input~.checkmark {
  color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chitm input:checked~.checkmark:after {
  display: block;
}

.chitm .checkmark:after {
  top: 6px;
  left: 10px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trs_hbtnrow {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.trs_hsrchbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.trs_hsrchbox>.cusrow {
  width: 100%;
  column-gap: 30px;
}

.trs_hsclm {
  /* display: flex; */
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd;
  /* flex-direction:column; */
  position: relative;

}

.trs_hsclm:last-child {
  width: 66.66%;
}

.trs_hsclm:first-child {
  width: 33.33%;
}

.dlrepsec>.trs_hsclm {
  padding-top: 40px;
}

.trs_hsclm>.mrep_srlist {
  margin-bottom: 20px;
}

.trs_hsclm>.mrep_srlist:last-child {
  margin-bottom: 0px;
}

.mrep_srlist {
  display: flex;
  /* flex-direction: row;
    flex-wrap: wrap; */
  width: 100%;
}

.mrep_sritm {
  width: calc(25% - 15px);
  margin-right: 20px;
}

.daly-timsit-vw .mrep_srlist .mrep_sritm:last-child {
  margin-right: 0;
}

.mtr .mrep_sritm {

  width: calc(100% - 15px);
  margin-right: 30px;
}

.mtr .mrep_sritm:last-child {
  margin-right: 0;
}

.trs_hsclm>.mrep_srlist>.mrep_sritm:last-child {
  margin-right: 0px;
}

/* .mrep_sritm:nth-child(even){margin-right:0px;} */
.mrep_sritm>label.slbl_rep {
  display: flex;
}

.mrep_sritm>label.slbl_rep>input {
  margin-right: 6px;
}

.rep_tbl {
  width: calc(100vw - 50px);
}

.monrep_tbl>table {
  display: table;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}

.monrep_tbl .fixf_clm {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #e2f2ff;
}

.monrep_tbl .fixl_clm {
  position: sticky;
  right: 0;
  z-index: 1;
  background-color: #e2f2ff;
}

.monrep_tbl .fixf_side {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #e2f2ff;
}

.monrep_tbl>table>thead>tr:first-child>th:nth-child(1) {
  min-width: 320px;
}

.monrep_tbl .fixf_clm>table>tbody>tr>td:nth-child(1) {
  width: 160px;
  border-right: 1px solid #ddd;
}

.rep-tbl>div>table>thead>tr>th:last-child {
  background: #3d74a3;
}

.monrep_tbl>table>thead>tr>th.fixf_clm {
  background-color: #3d74a3;
}

.monrep_tbl>table>thead>tr>th.fixf_clm>table>tbody>tr {
  background-color: #3d74a3;
}

/* End monthly resport table */
/* Start daily reports */
.mrep_srlist.mb0 {
  position: absolute;
  top: 10px;
  margin-bottom: 6px;
}

.rep_colrow {
  display: flex;
  flex-direction: row;
  margin: 20px 0px 0px 0px;
}

.rep_colrow.clrs {
  margin: 0 0 20px;
}

.rep_colrow>div {
  margin-right: 20px;
  position: relative;
  padding-left: 30px;
}

.rep_colrow>div:before {
  position: absolute;
  content: "";
  display: inline;
  width: 22px;
  height: 22px;
  left: 0px;
  top: 0px;
}

.rep_colitm.bg_yel:before {
  background: #edfb12;
}

.rep_colitm.bg_green:before {
  background: #67cd1a;
}

.rep_colitm.bg_red:before {
  background: #f52828;
}

.ae_hrtbl table>tbody>tr>td {
  min-width: 55px;
}

.month-tim-reprt .ae_hrtbl table>tbody>tr>td {
  min-width: 70px;
}

.mtr .ae_hrtbl table>tbody>tr>th {
  min-width: 70px;
}

.wrapper.month-tim-reprt td.fixf_clm table tbody tr td {
  /* min-width: 175px; */
  width: 175px;
  word-break: break-all;

}

.wrapper.month-tim-reprt th.fixf_clm table tbody tr td {

  min-width: 175px;
}

.drep_tbl>div>table>thead>tr:first-child>th {
  background: #ddd;
  color: #222;
}

.drep_tbl .fixf_clm {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #e2f2ff;
}

.drep_tbl .fixl_clm {
  position: sticky;
  right: -1px;
  z-index: 1;
  background-color: #e2f2ff;
}

.drep_tbl .fixf_side {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #e2f2ff;
}

.drep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th:nth-child(1),
.drep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th:nth-child(2) {
  min-width: 175px;
}

.drep_tbl table>tbody tr>td.fixf_clm>table>tbody>tr>td:nth-child(1) {
  min-width: 175px;
  border-right: 1px solid #ddd;
}

.drep_tbl .fixf_clm>table>tbody>tr>td:nth-child(1) {
  width: 160px;
}

.drep_tbl th.fixf_clm,
.ae_hrtbl.drep_tbl table thead tr:nth-child(1) {
  background: #3d74a3;
}

.drep_tbl>div>table>tbody>tr:last-child td.fixf_clm,
.drep_tbl>div>table>tbody>tr:last-child td.fixl_clm {
  background: #3d74a3;
}

.rep-tbl>div>table>tbody>tr:last-child td.fixl_clm {
  background: #3d74a3 !important;
}

.drep_tbl th.fixl_clm {
  background: #3d74a3;
}

.drep_tbl th.fixl_clm>table>tbody>tr>th {
  min-width: 77px;
}

/* .ae_hrtbl.drep_tbl table > tbody > tr > td:first-child{width:auto !important;min-width: 75px;} */
.drep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th,
.drep_tbl table thead tr:nth-child(2)>th.fixl_clm>table>tbody>tr>th {
  border-right: 1px solid #ddd;
}

.drep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th:last-child,
.drep_tbl table thead tr:nth-child(2)>th.fixl_clm>table>tbody>tr>th:last-child {
  border-right: 0px;
}

.daly-timsit-vw table.inntbl>tbody>tr>td:not(:last-child) {

  width: auto;
}

/* End daily reports */
/* Start missing report sec */
.cusrow.trsmsrep_row {
  padding: 20px;
  border: 1px solid #ddd;
}

.msrep_tbl>div>table>thead>tr:nth-child(2)>th:nth-child(1) {
  min-width: 178px;
}

/* complete for Monthly timeshee report issue Payal patel */
.msrep_tbl>div>table>thead>tr:first-child>th {
  /* background: #ddd;
  color: #222; */
}

/* start changed css 8-4-23 */
.msrep_tbl .fixf_clm {
  position: sticky;
  left: -1px;
  z-index: 1;
  background-color: #e2f2ff;
}

.msrep_tbl .fixl_clm {
  position: sticky;
  right: -1px;
  z-index: 3;
  background-color: #e2f2ff;
  border: 1px solid #ddd;
}

.fixl_clm:before {
  content: "";
  /* background: #e2f2ff; */
    background-size: cover;
    position: absolute;
    width: 100%;
    height: calc(100%);
    top: -1px;
    z-index: 0;
    left: 0;
    border-top: 1px solid #ddd;
}
.ae_hrtbl.msrep_tbl table thead tr:nth-child(2)> th {
  border-bottom: 2px solid #ddd;
}
/* end changed css 8-4-23 */
.ae_hrtbl.msrep_tbl table thead tr:nth-child(2) th.fixl_clm:before,.ae_hrtbl.msrep_tbl table thead tr:nth-child(3) th.fixl_clm:before,.ae_hrtbl.msrep_tbl table tbody tr:last-child td.fixl_clm:before {
  content: '';
  display: none;
}

.msrep_tbl .fixf_side {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #e2f2ff;
}

.msrep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th:nth-child(1),
.msrep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th:nth-child(2) {
  min-width: 175px;
}

.msrep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th:nth-child(3) {
  min-width: 150px;
}

.msrep_tbl table tbody tr>td.fixf_clm>table>tbody>tr>td:nth-child(3) {
  min-width: 150px;
}

.msrep_tbl table>tbody tr>td.fixf_clm>table>tbody>tr>td {
  min-width: 175px;
  border-right: 1px solid #ddd;
}

.msrep_tbl table>tbody tr>td.fixf_clm>table>tbody>tr>td:last-child {
  border-right: 0px;
}

.msrep_tbl .fixf_clm>table>tbody>tr>td:nth-child(1) {
  width: 160px;
  min-width: 174px !important;
}

.msrep_tbl th.fixf_clm {
  background: #3d74a3;
}

.ae_hrtbl.msrep_tbl table thead tr:nth-child(1) {
  background: #5da0d9;
}

.msrep_tbl>div>table>tbody>tr:last-child td.fixf_clm,
.msrep_tbl>div>table>tbody>tr:last-child td.fixl_clm {
  background: #3d74a3;
}

.msrep_tbl th.fixl_clm {
  background: #3d74a3;
}

.msrep_tbl th.fixl_clm>table>tbody>tr>th {
  min-width: 73px;
}

.ae_hrtbl.msrep_tbl table>tbody>tr>td:first-child {
  /* width: auto !important; */
  /* min-width: 75px; */
}

/* .mtr .ae_hrtbl.msrep_tbl table>tbody>tr>td:first-child {
  min-width: 55px;
} */

.ADR .table-striped>tbody>tr:last-child {
  background: #5da0d9;
  color: #fff;
}

.approval table thead {
  background: #3d74a3;
  color: #fff;
}

.approval_hrtbl table>tbody>tr>td {
  vertical-align: middle;
  text-align: center;
}

.approval_hrtbl table>thead>tr>th {
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.daly-timsit-vw .table-striped>tbody>tr:last-child {
  background: #5da0d9;
  color: #fff;
}

/* .AdmnTim .table-striped > tbody > tr:last-child{

} */
/* .ae_hrtbl table > tbody > tr > td:first-child {
    min-width: 55px !important;
} */


.ae_hrtbl.msrep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th,
.ae_hrtbl.msrep_tbl table thead tr:nth-child(2)>th.fixl_clm>table>tbody>tr>th {
  border-right: 1px solid #ddd;
}

.ae_hrtbl.msrep_tbl table thead tr:nth-child(2)>th.fixf_clm>table>tbody>tr>th:last-child,
.ae_hrtbl.msrep_tbl table thead tr:nth-child(2)>th.fixl_clm>table>tbody>tr>th:last-child {
  border-right: 0px;
}

/* End missing report sec */

/*--- 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;
}

/*.res-menu-icon.open span:nth-child(1){-webkit-transform:rotate(45deg) translateY(18px) translateX(4px);-moz-transform:rotate(45deg) translateY(18px) translateX(4px);-ms-transform:rotate(45deg) translateY(18px) translateX(4px);-o-transform:rotate(45deg) translateY(18px) translateX(4px);transform:rotate(45deg) translateY(18px) translateX(4px);}
    .res-menu-icon.open span:nth-child(2){display:none;}
    .res-menu-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-17px) translateX(2px);-moz-transform:rotate(-45deg) translateY(-17px) translateX(2px);-ms-transform:rotate(-45deg) translateY(-17px) translateX(2px);-o-transform:rotate(-45deg) translateY(-17px) translateX(2px);transform:rotate(-45deg) translateY(-17px) translateX(2px);}
   */
/*--- end responsive navigation ---*/
.div1 {
  width: calc(100vw - 50px);
  height: calc(100vh - 250px);
  overflow: scroll;
  border: 1px solid #777777;
}

table {
  display: table;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  width: 100%;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.div1 th:nth-child(1),
.div1 td:nth-child(1) {
  position: sticky;
  left: 0;
  width: 150px;
  min-width: 150px;
}

.div1 th {
  border: 1px solid #bbbbbb;
  padding: 5px;
  width: 80px;
  min-width: 80px;
  position: sticky;
  top: 0;
  background: #727272;
  color: #e0e0e0;
  font-weight: normal;
}

.div1 th:nth-child(1),
.div1 th:nth-child(2) {
  z-index: 2;
}

.div1 th:nth-child(1),
.div1 td:nth-child(1) {
  position: sticky;
  left: 0;
  width: 150px;
  min-width: 150px;
}

.div1 td:nth-child(1),
.div1 td:nth-child(2) {
  background: #ffebb5;
}

.div1 td {
  border: 1px solid #bbbbbb;
  padding: 5px;
  width: 80px;
  min-width: 80px;
}

.umrt_btn {
  width: 200px;
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}

.ernapbox.srfc_control {
  margin-bottom: 0px;
}

.mtop20 {
  margin-top: 20px;
}

/* .multiselect-dropdown[_ngcontent-vkj-c68] .dropdown-btn[_ngcontent-vkj-c68] .selected-item-container[_ngcontent-vkj-c68] .selected-item[_ngcontent-vkj-c68] {
  max-width: none !important;
} */
span.selected-item {
  max-width: 100% !important;
}

.multiselect-dropdown>div:focus {
  border: none;
  outline: none;
}

td.ContractIDS a {
  width: 235px;
  word-break: break-all;
  text-align: center;
  display: block;
  margin: 0 auto;
}



/* New CSS 26-04-2023 */
.mtstagesdesign {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
}

.mtsdatescus {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.mtsdatescus .ae_detitem>div {
  justify-content: space-between;
}

.mtsdatescus .ae_detitem>div .ae_detinitem {
  width: auto;
}

.stage {
  display: flex;
  border: 2px solid;
  border-radius: 12px;
  padding: 10px;
  align-items: center;
  margin-right: 50px;
  position: relative;
  border-color: #979797;
}

.stageIcon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #979797;
}

.stageIcon img {
  width: 16px;
}

.stage p {
  font-size: 14px;
  font-weight: 900;
  margin-left: 15px;
  margin-right: 40px;
  max-width: calc(100% - 50px);
  color: #979797;
}

.stage:after {
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: -2px;
  top: 14px;
  z-index: 10;
}


.long-arrow-right {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: #979797;
  position: absolute;
  right: -31px;
  top: 21px;
}

.long-arrow-right {
  transform: rotate(135deg);
}

.long-arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 27px;
  transform: rotate(-45deg) translate(9px, 7px);
  left: 0;
  top: 0;
  background: #979797;
}

.stagesWrapper {
  display: flex;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.stage:last-child .long-arrow-right {
  display: none;
}

.stage:last-child:after {
  display: none;
}

.stage:last-child {
  margin-right: 0;
}


.Icns_Detals a i {
  font-size: 18px;
  margin-right: 3px;
  color: #979797;
}

.Icns_Detals .greenColr {
  color: #6DBC28;
}

.Icns_Detals .greyColor {
  color: #979797;
}

.Icns_Detals .red-color {
  color: #E80000;
}

.Icns_Detals a .LitBlue {
  color: #5DA0D9 !important;
}

.ADDcommntMdl .srfc_control {
  margin-bottom: 15px;
}

.ADDcommntMdl .srfc-actrow {
  justify-content: flex-start;
  margin: 0 0 20px;
}

.ADDcommntMdl .srfc-actrow>button:first-child {
  margin-right: 0;
}

.prevHead {
  font-size: 14px;
  color: #5DA0D9;
  font-weight: bold;
  margin-bottom: 15px;
}

.Dte_hed {
  font-weight: 600;
  color: #979797;
  margin-bottom: 5px;
}

.ADD_commnt p {
  color: #3E3E3E;
}

.ADD_commnt {
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
  margin: 15px 0 !important;
}

a.AllshwCommnt {
  text-decoration: underline;
  font-weight: 600;
}

/* .stageGrey .stageIcon {
  background: #979797;
}

.stageGrey {
  border-color: #979797;
}

.stageGrey .long-arrow-right {
  border-color: #979797;
}

.stageGrey .long-arrow-right::after {
  background-color: #979797;
}

.stage.stageGrey p {
  color: #979797;
} */

.stageRed .stageIcon {
  background: #FE0000;
}

.stageRed {
  border-color: #fe0000;
}

.stageRed .long-arrow-right {
  border-color: #fe0000;
}

.stageRed .long-arrow-right::after {
  background-color: #fe0000;
}

.stageYellow .stageIcon {
  background: #F3E82B;
}

.stageYellow {
  border-color: #f3e82b;
}

.stageYellow .long-arrow-right {
  border-color: #f3e82b;
}

.stageYellow .long-arrow-right::after {
  background-color: #f3e82b;
}


.stageGreen .stageIcon {
  background: #93CF5D;
}

.stageGreen {
  border-color: #93cf5d;
}

.stageGreen .long-arrow-right {
  border-color: #93cf5d;
}

.stageGreen .long-arrow-right::after {
  background-color: #93cf5d;
}

.stage.stageGreen p,
.stage.stageYellow p,
.stage.stageRed p {
  color: #333;
}


.stagesLegends {
  display: flex;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

.stagesLegends>div>span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
}

.stagesLegends>div {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.stagesLegends>div p {
  font-size: 10px;
  margin-left: 8px;
  font-weight: 600;
  width: calc(100% - 12px);
}

.stagesLegends>div:last-child {
  margin-right: 0;
}

.stagesLegends>div.slRed>span {
  background: #fe0000;
}

.stagesLegends>div.slYellow>span {
  background: #f3e82b;
}

.stagesLegends>div.slGreen>span {
  background: #93cf5d;
}

/* End New CSS 26-04-2023 */
.rep-tbl>div>table>thead table.inntbl tr th {
  background: #5da0d9;
}

/*Common Css*/
.border-right {
  border-right: solid 1px #ccc;
}


.border-left {
  border-left: solid 1px #ccc;
}
.modal-header{
    background: #5da0d9;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    color: #fff;
    font-size: 22px;
}

.modal-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.42857143;
  display: inline;
}

.modal-header .close {
  margin-top: -2px;
  font-size: 28px;
  color: #fff;
  opacity: 1;
  display: inline-block;
}