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

.datatable {
    width: 100% !important;
}

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


.main-green-color {
    background-color: #71d4cb;
}
.primary-color {
    background-color: #71d4cb;
  }


/* CHECKBOX TOGGLE SWITCH */
/* @apply rules for documentation, these do not work as inline style */
.toggle-checkbox:checked {
    right: 0;
    border-color: #68D391;
}
.toggle-checkbox:checked + .toggle-label {
    background-color: #68D391;
}
.select2 {
    height: auto !important;
}
.select2-container .select2-selection--single {
    height: 100%;
}
.select2-container .select2-selection--multiple {
    height: auto!important;
    margin: 0;
    padding: 0;
    line-height:inherit;
    border-radius:0;
    }
    .select2-container .select2-search--inline .select2-search__field {
    margin:0;
    padding:0;
    min-height:0;
    }
    .select2-container .select2-search--inline {
    line-height:inherit;
    }

