label
{
  text-transform: capitalize;
}
body
{
  background-color:#f7e1cb;
;
}
.logoForm, .site-info img{
  width: 250px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 576px)
{
    .bgSquare {
        max-width: 540px;
    }
}

@media (min-width: 768px)
{
    .bgSquare {
        max-width: 920px;
    }
}
@media (min-width: 992px)
{
    .bgSquare {
        max-width: 1200px;
    }
}
@media (min-width: 1200px){
    .bgSquare {
        max-width: 1340px;
    }
}
.entry-form-sec{
  background-color: #f7e1cb;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-form h2{
  color: #000;
  padding-bottom: 30px;
}
.entry-form{
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
}
.bgSquare{
  background: #ee6e2b;
  height: 680px;
  width: 80%;
  /* display: flex; */
  position: absolute;
  z-index: -1;
  top: 168px;
  left: 0;
  transform: skewY(-11deg);
  margin: 0 auto;
  right: 0;
}
.entry-form .form-control:focus,.entry-form .form-select:focus{
  box-shadow: none;
   border-color: #8fd6b0;
  background-color: #fff;
}
.entry-form .form-control,.entry-form select{
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border: 1px solid #8fd6b0;
  height: 40px;
}
.entry-form label{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
}
.entry-form button, .btn:focus{
  background-color: #566696;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
line-height: 20px;
  border: 0;
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
}
.btn:active:focus{
  box-shadow: none;
}
.btn:active,.btn:hover{
  background-color: #566696;
}
.customer-panel,.job-select-panel,.select-order-panel,.other-job-select-panel{
  display: none;
}
#date-picker{
  left: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
  max-width: unset;
}
.select2-hidden-accessible{
  display: none;
}
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single{
    border: 1px solid #8fd6b0;
}
.select2-container,
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  height: 100%;
  border-radius: 0.375rem;
  margin: -1px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: calc(2.4375rem + 1px) !important;
    font-size:  16px;
    color: black;
    border-color: black;
}
.bb-1{
    border-bottom: 2px solid #8fd6b0;
}
.bt-1{
    border-top: 2px solid #8fd6b0;
}
.add-more{
    width: auto !important;
    float: right;
    background: #8fd6b0 !important;
    color: #454444ed !important;
}
.remove-item{
    background: red;
    position: absolute;
right: 0px;
top: -10px;
    padding: 0px 6px;
    font-size: 1.3rem;
    margin-top: 7px;
    color: #fff;
    border-radius: 6px;
    cursor: context-menu;
}
.item{
  position: relative;
}
h3, h4{
    color:#009ee2;
}
.alert-danger{
    color:red !important;
}
.danger{
    border:1px solid red !important;
}
.table-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.table-checkbox label {
  position: relative;
  cursor: pointer;
}

.table-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #8fd6b0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.table-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.entry-form table{
    width: 100%;
}
.form-tabel{
    border:1px solid black;
}
.form-tabel tr:nth-child(even){background-color: #f2f2f2;}
.entry-form td,.entry-form table th{
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
.form-tabel td:last-child{
    width: 49%;
}
.form-tabel td:last-child input{
    text-align: center;
    /*margin-bottom: 20px;*/
}
.form-tabel td label{
    /*margin-bottom: 20px;*/
    padding: 0;
}
.form-tabel thead{
  position: sticky;
  top: -1px;
  color:#fff;
  z-index: 9;
}
.form-tabel thead tr:nth-child(1){
  background-color: #566696 !important;
}
.form-tabel thead tr:nth-child(2){
  background-color: #7181af !important;
}

.entry-form button.bootstrap-touchspin-down,.entry-form button.bootstrap-touchspin-up{
  border-radius: 0;
}
footer{
  background-color: #f7e1cb;
}
.site-info{
  text-align: center;
  padding: 20px;
}
.site-info p{
  font-size: 14px;
color: #000;
  margin: 0;
}
.site-info p a{
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 776px){
  .entry-form{
    width: 100%;
    padding: 10px;
  }
  .bgSquare{
    display: none;
  }
  .entry-form table td:last-child{
    width: 30%;
  }
}
@media only screen and (max-width: 576px){
  .entry-form-sec{
    padding: 10px 0;
  }
  .entry-form button.bootstrap-touchspin-down, .entry-form button.bootstrap-touchspin-up{
    display: none;
  }
}

select.first-opt-hidden option:first-of-type {
  display:none;
  height: 40px;
}
/* ------------------------ */
.checkbox {
  height: 22px;
  width: 22px;
}

.dropify-wrapper .dropify-message p {
  font-size: 32px !important;
}

.dropify {
  height: 100% !important;
}

.logoForm {
  width: 40%;
}

.iti--allow-dropdown {
  width: 100%;
}
h1 {
  font-size: 4rem;
  text-align: center;
  color: #009ee2;
}
.loader-overlay{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.8);
  z-index: -1;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.loader-overlay img{
  margin: 35vh auto;
  display: block;
}
.loader-overlay.show{
  visibility: visible;
  opacity: 1;
  z-index: 20;
}
.select2-container, .select2-container--default .select2-selection--single, .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow
{
  height: 41px;
  background: none;
  margin-top: 0.1px;
}
.table th{
vertical-align: middle !important;
/* border-bottom: 2px solid #dee2e6; */
justify-content: center !important;
text-align: center;
    /* justify-content: center; */
}

.table tbody tr td{
    justify-content: center;
    padding: 0%;
    padding-left: 5px;
    text-align: center;
}
.table table
{
    border: 1px solid black;
    border-left: 1px solid black;
}
.table  tr th
{
    color: white;
    justify-content: center;
    align-items: center;
}
.table tbody tr td
{  
  align-items: center;
  justify-content: center;
}
.table tbody tr{
    padding: 10px 0px;
    /* border-bottom: 0.1px solid rgb(160, 150, 150); */
}
.table tbody tr:nth-child(even)
{
    
    background-color: #f2f2f2;   
}
.table table thead th .select2-container--default .select2-selection--single .select2-selection__rendered
{
  color: white;
  font-weight: bold;
}
#tableHead 
{
    background-color: #666699;
}
.day_input_div
{
    position: relative;
}
.day_input
{
    position: relative;
}
.chbx_hide_show
{
    position: absolute;
    right: 11px;
    top: 14px;
    z-index: 1;
}
.entry-form .form-control, .entry-form select
{
  min-width: 124px;
}
.text-danger
{
   margin: 4px 0;
}
.fa-plus
{
  background-color: green;
  border-radius: 10px;
  padding: 5px;
  margin-top: 40px;
}
.fa-trash
{
  color: red;
  border-radius: 10px;
  padding: 5px;
  margin-top: 40px;
}