body#login-form-cont {
  background: #000;
}

.log-container{
  height: 60px;
  overflow-y: scroll;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.btn-google {
  color: white !important;
  background-color: #ea4335;
}

.btn-facebook {
  color: white !important;
  background-color: #3b5998;
}

.navbar-header .logo img{
  width: 90%;
  height: auto;
}
body[data-sidebar="dark"] .vertical-menu,
body[data-sidebar="dark"] .navbar-brand-box{
  background:#000;
}
body table th,
body table td{
  font-size: 14px;
}

table,
.panel-body.table-responsive{
        padding-bottom:1em;
}
table.timesheet.table{
  border-collapse: separate!important;
}
table.timesheet .top-row th{
  background-color: #f5f0ea;
}
table.timesheet .mid-row th{
  background-color: #fbf8f4;
  border-top:none!important;
}
table.timesheet .third-row th{
  background-color: #fff;
  border-bottom: 1px solid #111;
}
table.timesheet .with-border{
  border: 1px solid #787878;
}
table.timesheet thead .with-border:not(last-child){
  border-right: none!important;
}
/*  table.timesheet td.select-checkbox::before,
table.timesheet .select-checkbox {
    display: none!important;
}*/
table.timesheet .sticky-col,
table.timesheet .third-row,
table.timesheet .top-row,
table.timesheet .mid-row {
  position: -webkit-sticky;
  position: sticky!important;

}

table.timesheet th.sticky-col{
/*  background-color: #fff!important;*/
}
table.timesheet.table-striped > tbody > tr:nth-of-type(2n+1) > *,
table.timesheet.table-striped  tbody  tr td{
  --bs-table-accent-bg: #f8f9fa!important;
 background-color: #f8f9fa !important;
}
table.timesheet.table-striped > tbody > tr:nth-of-type(2n) > * {
  --bs-table-accent-bg: #fff !important;
  background-color: #fff !important;
}
table.timesheet .sticky-col.first-col{
  left: 0px;
  z-index: 999;
  
}
table.timesheet .sticky-col.second-col{
/*  left:71px;*/
  left: 85px;
  width:80px;
  z-index: 999;
}
table.timesheet .sticky-col.third-col{
/*  left:156px;*/
  left: 190px;
  z-index: 999;
}
table.timesheet .sticky-col.fourth-col{
/*  left:233px;*/
  left: 247px;
  z-index: 999;
}
table.timesheet .nt-section{
    background-color: #fbf8f4!important;
}
table.timesheet .nt-header{
    border-left-color: #7d7d7d;
}
table.time-sheet .nt-header-last{
    border-right-color: #7d7d7d!important;
}

.time-edit-table .day-name{
    display: table-cell;
    vertical-align: middle;
}
.time-edit-table .day-name h6{
    margin-bottom:0!important;
}
.time-edit-table tbody td,
.time-edit-table tbody td input,
.time-edit-table thead td{
    padding:.25rem;
}
.main-content .content{
  margin-top: 0px!important;
}
.bshadow{
  box-shadow: rgba(0, 0, 0, 0.15) 1px 0px .95px!important;
}
#warning-notif.hide{
  display: none;
}
#warning-notif.show{
  display: block;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

#regForm button {
  background-color: #fff8f5;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}

#regForm button:hover {
  opacity: 0.8;
}

#regForm #prevBtn {
  background-color: #fff8f5;
}
.show-mobile{
    display:none!important;
}
.hide-mobile{
    display:block!important;
}
.class-row .select2-container{
    width:100%!important;
}
@media(max-width:767px){
    .hide-mobile{
        display:none!important;
    }
    .show-mobile{
        display:block!important;
    }
}
/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}
.dt-buttons,
.reports-table .actions{
    display:none;
}
.reports-table .dt-buttons{
    display:block;
    margin-left:20px;
    margin-top: -3px;
}
.reports-table .dt-buttons:before{
    content:"Export: ";
    display:inline-block;
    margin-right: 5px;
    height: 55px;
    vertical-align: middle;
    font-weight:500;
}
.reports-table .dt-buttons .buttons-csv,
.reports-table .dt-buttons .buttons-csv:hover{
    background: #34c38f;
border-color: #34c38f;
color: #fff;
font-size: 14px;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #fa5e04;
}
input[type="file"],
input[type=file]{
    display: none;
}
.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 18px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
@media(max-width:767px){
  .main-content .content{
    margin-top:50px!important;
  }
  .navbar-brand-box{
    display: block;
  }
  .navbar-header .logo img {
    width: 60%;
  }
  .navbar-header{
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 10px;
    height:100px;
  }
  #vertical-menu-btn i::before{
    color:#fff;
  }
  #sidebar-menu{
    padding-top: 30px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .main-header#page-topbar{
    background: #000;
  }
  .navbar-header .logo img {
    width: 28%;
  }
}
/*Staff Mobile View Stlying*/
#login-form-cont .mobile-title{
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.role-2 .select2-selection__choice{
    padding-left: 25px;
    padding-right: 10px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance textfield:
}
@media(max-width:767px){
  
  #login-form-cont .mobile-title{
    display: block;
    text-align: center;
    color:#fff;
    font-weight: 600!important;
    margin-top: 10px!important;
  }
  #login-form-cont .card-body,
  #login-form-cont input{
    background:#000;
  }
  #login-form-cont h5{
    color:#fff;
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  #login-form-cont input,
  #login-form-cont label{
      color:#fff;
  }
  #login-form-cont button{
    margin-right: 0px!important;
  }

  body.role-2,
  body.role-2 .card-body{
    background-color: #000;
  }
  body.role-2 .card-body{
    color:#fff;
  }
  .role-2 h4.staff-name{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 70px;
  }
  .role-2 .tab{
    padding:0 20px;
  }
  .role-2 .first-tab{
    text-align: center;
  }
  
  .role-2 .week-section-title{
    font-size: 20px;
  }
  .role-2 .week-section{
    padding: 10px 30px;
    background: #fff;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    border-radius: 10px;
  }
  .role-2 p{
    font-size: 19px;
  }
    .role-2 .alert-danger{
        margin-top:-30px!important;
        margin-bottom:40px!important;
    }
  .role-2 .tab-2-label{
    font-size: 18px;
  }
  .role-2 input::placeholder{
       background: transparent;
     color:#fff;
    /*padding: 15px 20px;*/
    font-size: 17px;
  }
  .role-2 .second-tab input{
  /*.role-2 .second-tab input::placeholder{*/
    background: transparent;
    color:#fff;
    padding: 15px 20px;
    font-size: 17px;
  }
  .role-2 #select2-jobs-dd-container,
  .role-2 #select2-sites-dd-container,
  .role-2 #select2-class_code-container{
    background: transparent;
    color: #fff;
    padding: 15px 20px;
    font-size: 17px;
  }
  .role-2 .second-tab .select2-container .select2-selection--single,
  .role-2 .third-tab .select2-container .select2-selection--single{
    background: transparent;
  }
  .role-2 .second-tab .select2-container .select2-selection--single,
  .role-2 .second-tab .select2-container--default .select2-selection--single .select2-selection__arrow,
  .role-2 .third-tab .select2-container .select2-selection--single,
  .role-2 .third-tab .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 60px;
  }

  .role-2 .button-section{
    float: none!important;
    text-align: center;
  }
  .role-2 .finish-btn{
    background-color: #fa5e04!important;
    color:#fff!important;
  }
  .role-2 #prevBtn,
  .role-2 #nextBtn{
    border-radius: 10px;
    width:40%;
  }
  .role-2 #prevBtn{
      margin-right:10px;
  }
  .role-2 #nextBtn{
      margin-left:10px;
  }
  .role-2 .fourth-tab p{
    text-align: center;
  }
  body.role-2 .card-body{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  body.role-2 #nextBtn.btn-4{
  /*body.role-2 .third-tab ul.checkbox li:nth-child(7){*/
      display:none;
  }
  body.role-2 .select2-selection__rendered .select2-selection__choice{
    padding-left: 25px;
    padding-right: 10px;
    color:#000;
  }
  body.role-2 .select2-selection__rendered .select2-selection__choice button{
        padding: 0px 5px 0px 1px!important;
        width: 15px;
        margin-bottom: 10px;
        margin-top: -3px;
  }
  body.role-2 .select2-selection__clear{
      padding:0px!important;
      width:15px;
  }
  body.role-2 .select2-selection--multiple .select2-search__field{
      color:#000;
      padding-left:10px;
  }
  body.role-2 .select2-selection--multiple .select2-search{
      margin-top: -19px;
  }
  body.role-2 .second-tab .select2-container{
      margin-top:15px;
  }
    body.role-2 .third-tab.tab{
        padding:0px;
    }
}
/*  .role-2 input{*/
/*      -moz-appearance: none;*/
/*appearance: none;*/
/*-webkit-appearance: none;*/
/*}*/

ul.checkbox  { 
  margin: 0; 
  padding: 0; 
  /*margin-left: 20px; */
  list-style: none; 
} 

ul.checkbox li input { 
  margin-right: .25em; 
} 

ul.checkbox li { 
  border: 1px transparent solid; 
  display:inline-block;
  /*width: 7em;*/
  width:100%;
font-size: 17px;
} 

ul.checkbox li label { 
  margin-left: ; 
} 
/*ul.checkbox li:hover, */
/*ul.checkbox li.focus  { */
/*  background-color: lightyellow; */
/*  border: 1px gray solid; */
/*  width: 9em; */
/*} */
ul.checkbox li:first-child{
    /*display:none!important;*/
}