
/*Centrar thead datatables*/
table thead th{vertical-align: middle !important; text-align: center !important;}
table tbody td{vertical-align: middle !important; text-align: center !important; color: #2B313D;}

table {
    background-color: white !important;
}
div.dataTables_wrapper {
  width:100%;
  margin: 0 auto;
}

.table-bordered td, .table-bordered th{
  border: 0px solid #dee2e6;
}

.table td, .table th {
  padding: .50rem .50rem .50rem .50rem;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*Estilos Buscador de datatable*/
div.dataTables_filter[id*="_filter"] {
    display: none !important;
}
.tableContainer table.dataTable td th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  padding: .0rem .20rem;
  /* min-width: 200px; */
}
.search-custom{
    border-radius: 20px;
    border-right: none;
    outline: none;
    margin-bottom: 20px;
    max-width: 420px;
}
.search-custom-w60{
  border-radius: 20px;
  border-right: none;
  outline: none;
  margin-bottom: 20px;
  max-width: 60%;
}

.search-custom,.search-custom-w60:focus{
    /*border: solid 1px #ccc;*/
    outline: none;
    border-right: none;
}

.search-img{
    border-radius: 0px 40px 40px 0px;
    background-color: white;
    border-left: none;
}

.border-grey{
    border-bottom: solid 1px #ccc;
}

.thead-black{
    background-color: #373940;
    color: #FDFDFD;
}

.thead-black th{
  border: 0;
}

.thead-black{
    background-color: #373940;
    color: #FDFDFD;
}

.thead-black th{
  border: 0;
}

.td-no-border td{
  border: 0;
}

.table-bordered{
  border: 1px solid #dee2e6 !important;
}

.iconImage{
    width: 2.3rem;
    height: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}

.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: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.checked {
  background-color: var(--primary-color);
  box-shadow: 0 0 1px var(--primary-color);
}

.slider.checked:before {
  left: 28px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

/*.dataTables_scrollHeadInner, .table{
  width:100% !important;
};*/

.page-item.active .page-link {
  color: var(--primary-color);
  background-color: #fff;
  border-color: #dee2e6;
}
.page-item .page-link {
  color: #6c757d;
}