.container-fluid {
    background-color: transparent;
}

.c-body {
    margin-left: 10px;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.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 {
    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 .nav-item {
    cursor: pointer;
}

.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;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}

.c-sidebar .c-sidebar-brand, .c-sidebar .c-sidebar-header {
    background: rgb(0 0 21 / 0%);
}

.c-sidebar .c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link {
    color: #212529;
    background: 0 0;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon, .c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon {
    color: rgb(0 0 0);
}

.c-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 56px;
    background: #fff;
    border-bottom: 0px solid #d8dbe0;
}

.lab-header {
    height: 200px;
    background-color: white;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid;
    background-color: #fff;
    border-color: #d8dbe0;
}

.floatright {
    float:right;
    width: 75%;
    background-color: #EEE;
    position: relative;
    text-align: center;
}

.inner {
    color: white;
    position: absolute;
    text-align: center;
    padding: 100%;
    padding-top: 300px;
    padding-bottom: 10px;
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
    left: 0;
}

.c-app {
    color: #3c4b64;
    background-color: #E4E9F7;
    --color: #3c4b64;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.floatright {
    float: right;
    width: 75%;
    margin-top: -4rem;
    margin-bottom: 5rem;
    background-color: #EEE;
    position: absolute;
    text-align: center;
}
.dropdown a:hover {
    background-color: #f1f1f100;
}

.c-header-nav-link:focus, .c-header .c-header-nav .c-header-nav-link:hover {
    color: rgb(255 255 255);
}

.c-header .c-header-nav .c-header-nav-btn:focus, .c-header .c-header-nav .c-header-nav-btn:hover, .c-header .c-header-nav .c-header-nav-link:focus, .c-header .c-header-nav .c-header-nav-link:hover {
      color: rgb(255 255 255);
}

.c-header .c-header-nav .c-header-nav-btn, .c-header .c-header-nav .c-header-nav-link {
    color: rgb(255 255 255);
}

.c-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 56px;
    background: #0000001c;
    border-bottom: 0px solid #d8dbe0;
}

.c-header .c-header-brand:focus, .c-header .c-header-brand:hover {
    color: #f8f9fa;
}

.c-header .c-header-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.c-header .c-header-brand {
    color: #f8f9fa;
    background-color: transparent;
}

.dropdown a:hover {
    background-color: #f1f1f100 !important;
}

.c-sidebar {
    background: #fff;
}

.c-header.c-header-fixed[data-ativo='open'] {
    position: fixed;
    right: 0;
    top: 0;
    left: 260px;
    z-index: 1029;
    transition: all 0.5s ease;
}

.c-header.c-header-fixed[data-ativo='close'] {
    position: fixed;
    right: 0;
    top: 0;
    left: 77px;
    z-index: 1029;
    transition: all 0.5s ease;
}

ul.c-header-nav.ml-auto {
    margin-right: 0px;
    margin-left: 0px;
}

.c-header-title {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

a.btn.buttons-select-all.btn-primary, a.btn.buttons-select-none.btn-primary.disabled, a.btn.buttons-copy.buttons-html5.btn-default,
a.btn.buttons-csv.buttons-html5.btn-default, a.btn.buttons-excel.buttons-html5.btn-default, a.btn.buttons-pdf.buttons-html5.btn-default,
a.btn.buttons-print.btn-default, a.btn.buttons-collection.buttons-colvis.btn-default, a.btn.btn-danger
 {
    margin-bottom: 10px;
    border-radius: 0.175rem;
}

.c-body {
    width: 100%;
}

.sidebar[data-ativo='open'] {
    position: relative;
    top: 0;
    left: 0;
    width: 260px;
    background: #11101d;
    z-index: 100;
    transition: all 0.5s ease;
}

.sidebar[data-ativo='close'] {
    position: relative;
    top: 0;
    left: 0;
    width: 260px;
    background: #11101d;
    z-index: 100;
    transition: all 0.5s ease;
}

html:not([dir=rtl]) .c-sidebar-nav-icon:first-child {
    margin-left: 0.5rem;
}

/* responsive */

@media (max-width: 820px) {

.c-header-title[data-ativo='open'] {
    display: none;
    transition: all 0.5s ease;
}

.c-header-title[data-ativo='close'] {
    display: block;
    transition: all 0.5s ease;
}

  .sidebar[data-ativo='close'] {
      display: none;
      transition: all 0.5s ease;
  }

  .sidebar[data-ativo='open'] {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #11101d;
    z-index: 100;
    transition: all 0.5s ease;
}

.c-header.c-header-fixed[data-ativo='close'] {
    position: fixed;
    right: 0;
    left: 0px;
    z-index: 1029;
    transition: all 0.5s ease;
}

.sidebar .profile-details {
    position: relative;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
    transition: all 0.5s ease;
}

 }


 /* container-fluid */

 .container-fluid {
     position: relative;
     left: 0;
     right: 0;
 }
