body.authentication-bg {
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
.overlay-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.account-card-box .card {
  border: 1px solid #000000;
}
#sidebar-menu .menu-title {
  padding: 10px 20px;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: .46875rem;
  /* text-decoration: underline; */
  text-transform: uppercase;
  color: red;
  font-weight: 600;
}
.notification-list .noti-title {
  background-color: #2b3d51;
}
.alert p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.btn-active {
    box-shadow: 0px 4px 9px -2px #2b3d51;

}
.custom-control.dr.custom-radio {
    display: inline;
    margin-left: 14px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #64b0f2;
    color: #fff;
}
td.sorting_1 {
    text-align: left;
}

ul.files-list {
    margin: 0px;
    padding: 1px 3px;
}
ul.files-list li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
input#autoCreateTaskId {
  background-color: #64b0f2;
  color: #fff;
  font-weight: 600;
  cursor: not-allowed;
}
.card-box.smesg-te h4.header-title {
  background-color: #f1b53d;
  padding: 10px 2px;
}
.scrol-mail {
/* background: #0000000d; */
margin: 0 auto;
padding: 0.74rem;
border: 1px solid #ced4da;
overflow: hidden;
border-radius: 0.25rem;
}
.t-ids {
  display: none;
}
.per-details {
  border: 1px solid #3db9dc;
  padding: 18px 20px;
  border-radius: 2em;
}
a#inline-sex {
  width: 50%;
  display: inline-block;
}
/* #opp_code option.not-selected {  background-color: red;}
#opp_code option.selected {  background-color: green;}
select#opp_code {
  color: #fff;
  background-color: #2b3d51;
} */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
      width: 20%;
      float: left;
  }
}

.card-border-bottem{
    background: linear-gradient(to left, #e9422f, blue), linear-gradient(to left, red, blue);
    background-size: 100% 2px;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff;
 }

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 12;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  color:darkred;
}

.form-feedback{
color: red;
font-size: 12px;
}
/* .progress.mt-1.pro-center .progress-bar {
  text-align: center;
  display: block;
  margin: auto;
  color: #2b3d51;
  font-weight: 700;
} */
td.table-child {
  padding: 0 !important;
  margin: 0 !important;
  border: 0px;
}
td.table-child>table.table {
  margin-bottom: 0px;
  margin-top: -1px;
}
td.table-child>.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th
td.table-child>.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th
td.table-child>.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th
{
  /* border: 1px solid #e9ecef; */
  border-bottom: 0px !important;
}
td.btp-info p+p {
  border-top: 1px dashed #2b3d51;
}
td.btp-info p {
  margin-bottom: 0px;
}
table.table.table-sm p {
  margin: 0px;
}
hr.dashed-1 {
  border-top: 1px dashed #e9ecef;
  margin: 2px 0px;
}
.txtedit{
display: none;
width: 98%;
}
span#job_role_title {
  font-weight: 700;
  color: #ed1f29;
}
.txtedit {
width: 100%;
/* padding: 12px; */
/* border: 1px solid #ccc; */
/* border-radius: 4px;
box-sizing: border-box;
resize: vertical; */
}


/* span.edit {
    width: 100%;
    border: 1px solid red;
    display: block;
    line-height: 20px;
} */
/* #fullscreen{
    /* width:100%;
    height: 100%;
    background-color: red;
    overflow-y: scroll;
} */


/*October 18 2020 code*/

.load {
position: relative;
margin: 50px auto;
width: 100px;
height: 80px;
}

.gear {
position: absolute;
z-index: -10;
width: 40px;
height: 40px;
animation: spin 5s infinite;
}

.two {
left: 40px;
width: 80px;
height: 80px;
animation: spin-reverse 5s infinite;
}

.three {
top: 45px;
left: -10px;
width: 60px;
height: 60px;
}

@keyframes spin {
50% {
  transform: rotate(360deg);
}
}

@keyframes spin-reverse {
50% {
  transform: rotate(-360deg);
}
}

.lil-circle {
position: absolute;
border-radius: 50%;
box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
width: 100px;
height: 100px;
opacity: .65;
}

.blur-circle {
position: absolute;
top: -19px;
left: -19px;
}



/* @import url(https://fonts.googleapis.com/css?family=Open+Sans); */


.blink {
-webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
animation: 3s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
0% {
  visibility: hidden;
}
50% {
  visibility: hidden;
}
100% {
  visibility: visible;
}
}

@keyframes condemned_blink_effect {
0% {
  visibility: hidden;
}
50% {
  visibility: hidden;
}
100% {
  visibility: visible;
}
}
.dot {
height: 15px;
width: 15px;
background-color: #63c963;
border-radius: 50%;
display: inline-block;
margin-bottom: -2px;
margin-left: 2px;
}
.radio-inline{
  padding: 0px 10px 0px 5px !important;
}.error{
color: red;
font-family: sans-serif;
}
.previous_activities{
width: 150px !important;
}

.field-icon {
float: right;
/* margin-left: -25px; */
margin-right: 5px;
margin-top: -25px;
position: relative;
z-index: 2;
cursor: help;
}
/* span.edit {
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid red;
} */
.checkbox label {
  cursor: pointer;
}
.account-card-box img {
max-width: 100%;
}
span.logo-lg img {
width: 100%;
}
/* email box  */
#mailbox tr.even:hover, #mailbox tr.odd:hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  z-index: 1;
}
h5.mail-subj {
  margin: 0px;
  padding: 0px;
}

/* table#mailbox td.sorting_1, table#mailbox .table th { */
td.single-mail-box {
  padding: 2px 3px !important;
  position: relative;
}
span.mail-time {
  color: #6c757d;
  font-size: .6875rem;
  /* position: absolute; */
  right: 5px;
  top: 5px;
}
@media only screen and (max-width: 700px) {
span.mail-time {
  display: none;
}
}
small.mail-from{
color: #2b3d51!important;
  font-weight: bolder;
}
a.get-mails {
  width: auto;
  margin: auto;
  vertical-align: -webkit-baseline-middle;
}
h6.mail-subj {
  margin: 0px;
}
p.inbox-item-date {
  color: #6c757d;
  font-size: .6875rem;
  right: 5px;
  top: 10px;
}
table#records_table td {
  padding: .275rem;
}
/* UI elements  */
.spinner-border, .spinner-grow {
  display: block !important;
  margin: auto !important;
}

/* Custom Table  */
/* table#user_task_details td {
  padding: 3px 4px;
  vertical-align: middle;
} */
.toast-message p {
  margin: 0px;
}
table#sub_task_list td {
  vertical-align: middle;
}

/* table.dataTable tbody td:focus { */
table#employee_grid tbody td:focus {
  outline: 2px solid #039137 !important;
  outline-offset: -1px;
  background-color: #fded1e0d !important;
}
td.empty_cell:before {
  content: "Error !";
  color: red;
  left: 10px;
  top: 100px;
}
td.empty_cell:after {
  /* content: "Value Required"; */
  color: #ff5d48!important;
}
table#employee_grid tbody  td, table#employee_grid tbody  th {
  border: 1px solid #e9ecef;
  white-space: nowrap;
  overflow: hidden;
  min-width: 299px;
  max-width: 300px;
}
tr.missing_info, tr.duplicate_con {
  background: #dddddd !important;
  cursor: not-allowed;
}

.change_hover_class i{
  /* visibility:hidden; */
  display: none;
}
.change_hover_class:focus i ,
.change_hover_class:hover i {
 /* visibility:visible; */
 display: inline;
}
span.date_of_stask {
  color: #8a8f92;
  font-size: 10px;
}
.v-middle{
  margin-top: auto;
  margin-bottom: auto;
}
table#tasksData td {
    vertical-align: middle;
}
span.text-status {
    text-transform: capitalize;
}
.disabled-link {
    pointer-events: none;
    background-color: #2b3d51;
    color: white;
    border-color: #ffffff;
}
select.estab-statuses option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/* option:(:checked) {
  background-color: red;
} */

/* // +++++++++++++++++++++++++++++++++
  +++++++++++++ Button States =========
  // ++++++++++++++++++++++++++++++++++
*/
select.estab-statuses option[value="0"],
.status_inactive {
  background: #f1b53d;
  color: #fff;
}
select.estab-statuses option[value="1"] ,
.status_active
{
  background: #51c5aa;
  color: #fff;
}

select.estab-statuses option[value="2"],
.status_dead {
  background: #ee5c49;
  color: #fff;
}
select#multiple >  input::placeholder {
      padding: 2px 5px;
  }

/* == +++++++++++++++++++++  File manager ||  Icons  extensions */

ul.mail_attachements {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 576px) {
  ul.mail_attachements {
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 20px;
  }
 }
@media (min-width: 768px) {
  ul.mail_attachements {
      -moz-column-count: 3;
      -moz-column-gap: 20px;
      -webkit-column-count: 3;
      -webkit-column-gap: 20px;
      column-count: 3;
      column-gap: 20px;
  }
 }


ul.mail_attachements li>a:before {
    display:inline-block;
    height:25px;
    width:25px;
    margin-right: 5px;
    content: "";
    background:url(../../assets/images/file_extensions/green-file-100.png) no-repeat 0 0;
    background-size: 25px 25px !important;
    vertical-align:middle
}
ul.mail_attachements li > a[href$="xlsx"]:before,
ul.mail_attachements li > a[href$="xls"]:before
 {
  background:url(../../assets/images/file_extensions/xls-100.png) no-repeat 0 0;
}
ul.mail_attachements li > a[href$="pdf"]:before {
  background:url(../../assets/images/file_extensions/pdf-100.png) no-repeat 0 0;
}
ul.mail_attachements li > a[href$="jpg"]:before {
  background:url(../../assets/images/file_extensions/image-100.png) no-repeat 0 0;
}
ul.mail_attachements li > a[href$="png"]:before {
  background:url(../../assets/images/file_extensions/png-100.png) no-repeat 0 0;
}
/* Dashboard AM Status Wise CSS*/


td.details-control {
  background: url('../images/plugins/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('../images/plugins/details_close.png') no-repeat center center;
}
/*Dashboard Estab Wise CSS*/

.est-name-th {
    min-width: 200px !important;
}
.est-am-th {
    min-width: 150px !important;
}
.est-status {
    min-width: 150px !important; 
}
.header-tr{
    background-color: lightgray;
}
.estab-wise-stndg thead th {
    vertical-align: inherit !important;
}
#establishment_wise_standing_processing {
  background-color: #82f5b5;
}
#clear_filters{
  margin-top: 20px;
}
.l_c_r_d_div{
  margin-top: -5px !important;
}
.option-heading:after           { content: "\25bc"; }
.option-heading.is-active:after { content: "\25b2"; }
.option-heading { margin-left: 12px; color: crimson; padding: 10px;}
.option-content { margin-left: 20px; padding-bottom: 10px;}
/* Helpers */
.is-hidden { display: none; }
.timeline-div {
    background-color: wheat;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 3px;
}
.timeline-date{
    font-size: 13px;
    color: black;
}
.timeline-text{
    font-weight: 400;
    font-family: sans-serif;
}
.account-card-box.payslip-card {
  padding: 0;
}
.account-card-box.payslip-card .card.mb-0 {
  border: 0;
}
#select_year_label, #select_month_label {
  display: none;
}
.bg-black-6 {
  overflow-x: hidden;
}
a.sess-remove {
  float: right;
  color: #ee5c49;
}
.recaptcha-cnt {
  margin: 0 auto;
  width: 304px;
}

.reg-lable {
  font-size: 10px;
  padding: 0px;
  margin: 0px 0px;
  color: grey;
}

span.border-rounded {
  border: 1px solid #00ff4e;
  padding: 5px;
  border-radius: 5px;
}

/* Red for NAPS */
.navbar-custom.naps {
    background-color: #FF5733;
}

/* Green for NATS */
.navbar-custom.nats {
    background-color: #0e3a16;
}

/* Blue for NAPS & NATS */
.navbar-custom.naps_nats {
    background-color: #3357FF;
}