.detailsTableContainer {
  display: block !important;
  overflow: hidden;
  font-size: 90%;
  border-collapse: collapse;
}

.detailsTableContainerMobile {
  display: none !important;
}

.filterList {
  background-color: #eeeeee;
  color: #808080;
  font-size: 85%;
  height: 42px;
  border-radius: 21px;
}

.editableTblRows {
  background-color: #eeeeee;
  color: #808080;
  padding: 1px;
}

/* The checkbox switch input */
.custom-table-filters-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

  .custom-table-filters-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #044d66;
}

input:focus + .slider {
  box-shadow: 0 0 1px #044d66;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.slider.round {
  border-radius: 17px;
}

  .slider.round:before {
    border-radius: 50%;
  }

/* The checkbox switch input */

.detailsTable {
  overflow-x: scroll;
}

.modalOverlap {
  border-left: 5px solid #044d66;
  min-height: 60px;
}

.multiSeletDropdownToggle {
  cursor: pointer;
}

.multiselectOption {
  cursor: pointer;
}

.multiSeletDropdown {
  position: absolute;
  top: 45px;
  z-index: 1;
}

.paginationResult {
  display: none;
}

.mobile-inactive {
  display: block;
}

.desktop-inactive {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .detailsTableContainer {
    display: none !important;
    overflow: hidden;
  }

  .detailsTable {
    display: none !important;
    overflow: hidden;
  }

  .paginationResult {
    display: block;
  }

  .mobile-inactive {
    display: none !important;
  }

  .desktop-inactive {
    display: block !important;
  }

  .detailsTableContainerMobile {
    display: block !important;
    font-size: 85%;
  }

  .detailsTableMobile input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
  }

  .detailsTableMobile:nth-child(even) {
    background-color: white;
  }

  .detailsTableMobile:nth-child(odd) {
    background-color: #eeeeee;
  }

  .mobileRowCollapse {
    font-size: 90%;
  }

  .mobileRowCollapse h6 {
    font-size: 0.85rem;
  }
}

.detailsTableMobile-collapsed {
  display: none;
}
/**/
