.ck-editor__editable,
textarea {
    min-height: 60px;
}
.nav-link i{
    margin-right: 3px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}
.form-control {
    border: 1px solid #333;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #333;
}
.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar{
    background-color: #000;
}

.sidebar .nav-item {
    cursor: pointer;
}

.sidebar .nav-link .nav-icon {
    color: #ffffff;
    margin-right: 0;
    width: 18px;
    text-align: left;
}
.sidebar .nav-link.active .nav-icon {
    color: #fff;
}
.sidebar .nav-link.active {
    color: #fff;
    background: #222;
}


.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}


.card{
    border:none;
    margin-bottom: 0;
}

.card-body {
    border-radius: 5px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #999;
}

.table.datatable {
    border-radius: 5px;
}

.lab-container h2{
    font-size: 1.5rem;
    background-color: #d5d5d5;
    padding: 7px 10px;
    text-align: left;
    position: relative;
    top: 47px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    height: 35px;
}

.bdp-block {
    padding: 0px 3px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 1px;
}

.test_form_div{
    border-top: 1px solid #888;
    padding-top: 20px;
    padding-bottom: 20px;
}
.report_detail{
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto;
    padding:5px 10px;
    border: 1px solid #888;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}


@media print {

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left!important;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666666666666%;
    }
    .col-sm-10 {
      width: 83.33333333333334%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666666666666%;
    }
    .col-sm-7 {
      width: 58.333333333333336%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666666666667%;
    }
    .col-sm-4 {
      width: 33.33333333333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.666666666666664%;
    }
    .col-sm-1 {
      width: 8.333333333333332%;
    }
    
}

@media print {
    .newpage-print {page-break-after: always;}
  }