.common_buttonn {
  background-color: white;
  border: none;
  color: #000;
  border-bottom: 3px solid #029a19ed;
  border-radius: 2px;
  padding: 5px 14px !important;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
    0 5px 14px 0 rgba(0, 0, 0, 0.18);
}
.buttons-html5 {
  background-color: white;
  border: none;
  color: #000;
  border-bottom: 3px solid #029a19ed;
  border-radius: 2px;
  padding: 5px 14px !important;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
    0 5px 14px 0 rgba(0, 0, 0, 0.18);
}
.common_button_table {
  background-color: white;
  border: none;
  color: #000;
  border-bottom: 3px solid #2a3f54;
  border-radius: 2px;
  padding: 5px 14px !important;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
    0 5px 14px 0 rgba(0, 0, 0, 0.18);
}
.common_button_table-red {
  background-color: white;
  border: none;
  color: #000;
  border-bottom: 3px solid red;
  border-radius: 2px;
  padding: 5px 14px !important;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
    0 5px 14px 0 rgba(0, 0, 0, 0.18);
}
.btn-success {
  color: #3d9730 !important;
  background-color: #fff !important;
  border-color: #3d9730 !important;
}
.select2-container .select2-choice {
  padding: 1px 9px !important;
  height: 34px !important;
}
.button-cover-90 {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover-90:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.form-control {
  min-width: 95% !important;
}
.button-cover-90,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
table.dataTable thead .sorting {
  padding: 0 13px !important;
}
.button-90 {
  position: relative;
  /* top: 50%; */
  width: 74px;
  height: 36px;
  /* margin: -20px auto 0 auto; */
  overflow: hidden;
}

.checkbox-90 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

.button-90.r,
.button-90.r .layer {
  border-radius: 100px;
}

#button-3-90 .knobs:before {
  content: "NO";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 28px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3-90 .checkbox-90:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#button-3 .checkbox-90:checked:active + .knobs:before {
  margin-left: -26px;
}

#button-3-90 .checkbox-90:checked + .knobs:before {
  content: "YES";
  left: 42px;
  background-color: #f44336;
}

#button-3-90 .checkbox-90:checked ~ .layer {
  background-color: #fcebeb;
}
table {
  font-family: "Poppins", sans-serif !important;
}
td {
  font-weight: 600 !important;
}
.bg-lobidisable {
  background-color: #2a3f54;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 2px solid #2a3f54 !important;
  border-top: 2px solid #2a3f54 !important;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #2a3f54 !important;
}
.bg-lobidisable label {
  color: white;
  margin: 0 !important;
  font-weight: 600;
  margin-bottom: 2px !important;
}
#button-3-90 .checkbox-90:checked ~ .layer {
  background-color: #ebf7fc !important;
}
#button-3-90 .knobs:before {
  background-color: #03a9f4 !important;
}
#button-3-90 .checkbox-90:not(:checked) + .knobs:before {
  background-color: #f40303 !important;
}

#button-3-90 .checkbox-90:not(:checked) ~ .layer {
  background-color: #ff000027 !important;
}
.digitToLetter {
  text-transform: capitalize;
  width: 100%;
  text-align: right;
  color: #000 !important;
  padding-top: 3px;
  font-weight: 700;
}
.select2-container,
.form-control {
  font-weight: 600 !important;
}

@media only screen and (max-width: 760px) {
  .panel-control-icon {
    display: none !important;
  }
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 0px 6px !important;
}
.Workslist .form-control,
.Workslist .select2-container .select2-choice,
.panel-body .select2-container-multi .select2-choices {
  height: 28px !important;
}
.button_height {
  height: 28px !important;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    overflow-y: scroll !important;
  }
}
table.dataTable, table.dataTable th{
  color: #000 !important;
}
.table thead th{
  background-color: #ffffff !important;
}