/**************************************************************
 * Custom Style
 **************************************************************/

:focus {
  overflow : hidden;
  outline: none;
}

/* Background
 -------------------------------------------------------------*/
.bg-warning, .bg-warning > a {
  color: #fff !important;
}

/* Box
 -------------------------------------------------------------*/
.info-box-content span {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.small-box input {
  max-width: 100%;
  height: auto;
}
.small-box p {
  font-size: 1.2rem;
  line-height: 1.1;
}
.small-box p strong {
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .small-box h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .small-box h3 {
    font-size: 1.6rem;
  }
}

/* Card
 -------------------------------------------------------------*/
.card-title.small {
  font-size: .8rem;
  line-height: 1.5rem;
}

/* Chart
 -------------------------------------------------------------*/

@media (max-width: 991.98px) {
  .card-body .chart-width-sm {
    padding-right: 1.25rem;
    width: 576px;
  }
  .card-body .chart-width-md {
    padding-right: 1.25rem;
    width: 768px;
  }
  .card-body .chart-width-lg {
    padding-right: 1.25rem;
    width: 992px;
  }
  .card-body .chart-width-xl {
    padding-right: 1.25rem;
    width: 1200px;
  }
}

/* DataTables
 -------------------------------------------------------------*/
.dataTables_length,
.dataTables_filter {
  margin: 0 10px;
  display: inline-block;
}
/* .dataTables_length {
  float: right;
} */
div.dataTables_wrapper div.dataTables_filter {
  float: right;
}
div.dataTables_wrapper div.dataTables_length select {
  padding-right: 1rem !important;
}

/* @media (max-width: 991.98px) {
  .dataTables_length,
  .dataTables_filter {
    margin: 10px 0;
    display: block;
  }
}
*/

/* Footer
 -------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .main-footer {
    font-size: .8rem;
  }
}

/* Form
 -------------------------------------------------------------*/
label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  label {
    margin-bottom: 0;
  }
}

.search-form {
  padding-left: 7.5px;
}
.form-group {
  margin-bottom: 7.5px;
}
.form-group .small {
  font-size: 10px;
}
.form-control {
  padding: .375rem !important;
  font-size: .8rem !important;
}
.info-label {
  vertical-align: middle;
  font-size: .7rem !important;
  font-weight: 700 !important;
  background-color: #d9edf7;
  line-height: 1.5rem;
}
@media (max-width: 575.98px) {
  .info-label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    vertical-align: middle;
  }
}

#UDNDTMIN, #UDNDTMAX {
  max-width: 5rem;
}

/* Navbar
 -------------------------------------------------------------*/
.dropdown-header.user-name {
  font-size: 1rem;
}

/* Pagination
 -------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .pagination {
    display: block;
  }
  .pagination .page-item {
    display: inline-block;
  }
}

/* Sidebar
 -------------------------------------------------------------*/
.sidebar .user-panel .user-name {
  margin-bottom: 0;
  color: #d0d4db;
}

/* Menu */
.sidebar .nav-sidebar .nav-link {
  font-size: .9rem;
}

/* Table
 -------------------------------------------------------------*/
 .table {
   white-space:nowrap;
 }
.table th, .table td {
  font-size: .9rem;
}
.table thead th {
  background-color: #d9edf7;
}
.table-responsive>.table-bordered {
  border: 1px solid #dee2e6;
}
.active-border {
  border-top-style: double;
}
.table-info.active-border {
  border-top-color: #86cfda;
}

@media (max-width: 991.98px) {
    .table {
      white-space:nowrap;
    }
 .card-body .table-width-sm {
    padding-right: 1.25rem;
    width: 1200px;
  }
  .card-body .table-width-md {
    padding-right: 1.25rem;
    width: 1200px;
  }
  .card-body .table-width-lg {
    padding-right: 1.25rem;
    width: 1200px;
  }
  .card-body .table-width-xl {
    padding-right: 1.25rem;
    width: 1200px;
  }
}

/* Text
 -------------------------------------------------------------*/
h1, .content-header h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h16 {
  font-size: 1rem;
}

.content-header .breadcrumb {
  font-size: .8rem;
}
.page-header {
  padding-bottom: .25rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.card p {
  font-size: .9rem;
}

/* Timeline
 -------------------------------------------------------------*/
.timeline.no-line {
  margin: 0;
}
.timeline.no-line::before {
  display: none;
}
.timeline.no-line>div>.timeline-item {
  margin-left: 0;
  margin-right: 0;
}
