body {
    height: auto;
}

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

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

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.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;
}

.dataTables_length label select {
    width: 65px!important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}

.alert-info, .bg-info, .label-info {
    /*background-color: #17a2b8!important;*/
    margin: 0 5px !important;
    padding: 0 3px !important;
    border-radius: 3px !important;
}


.img-circle {
    width: 40px;
    height: auto;
    border-radius: 50em;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    padding:3px;
}
.custom-select-sm {
    min-width: 80px;
    max-width: 80px;
}

.td-mx-action {
    width: 40px;
}

.td-action {
    width: 180px;
}

.td-checkbox {
    width: 12px;
}

/*
.td-checkbox {
    min-width: 12px !important;
    max-width: 12px !important;
}

.td-action {
    min-width: 180px !important;
    max-width: 180px !important;
}
*/
.btn-datatable-action {
    min-width:100px !important;
    /* max-width: 100px !important; */
    border-radius: 3px !important;
}

.dt-buttons .btn {
    margin-left: 0.5em !important;
    border-radius: 5px !important;
    padding : 2px 10px !important;
}

.btn-action {
    min-width: 60px !important;
    max-width: 60px !important;
    text-align: left !important;
}

.select2-results__option {
    padding: 3px;
    user-select: none;
    -webkit-user-select: none;
    margin-left: 8px;
}

.select2-selection__rendered {
    padding-bottom: 0px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #aaa 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d8dbe0;
    border-radius: 4px;
    cursor: text;
}

.label-info {
    background-color: #17a2b8!important;
    padding: 0 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
