.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 {
    background: #46a349;
}

.c-sidebar .c-sidebar-nav-link.c-active {
    background: #a2bd16;    
}

.c-sidebar .c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-link {
    color: white;
    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: rgba(255, 255, 255, .5);
    color: white;
}

.c-sidebar .c-sidebar-nav-link:hover {
    background: #388E3C;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    background: #388E3C;
}


.c-sidebar-nav-dropdown-items .c-sidebar-nav-item {
    margin-left: 10px;
}

.c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link:hover {
    background: rgb(134, 134, 134);
}

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

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

.card-header {
    background-color: #46a349;
    color: white;
}

.verde-icono {
    color: rgb(1, 155, 70);
}

.icono-3em {
    font-size: 1.3em;
}

.margen-5porc {
    margin-right: 15%;
}

.buttons-excel {
    background-color: none;
    color: rgb(1, 155, 70);
    /* Color del texto */
}

.buttons-excel:hover {
    background-color: none;
    color: rgb(1, 131, 59);
    /* Color del texto */
    text-decoration: underline;
}

.buttons-pdf {
    background-color: none;
    color: rgb(180, 0, 0);
    /* Color del texto */
}

.buttons-pdf:hover {
    background-color: none;
    color: rgb(117, 1, 1);
    /* Color del texto */
    text-decoration: underline;
}

div.dt-buttons {
    float: right;
}

.btn-delete {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: #dc3545;
    /* Color de enlace */
}

input[type=checkbox] {
    height: 25px;
}

input[type=checkbox]:focus {
    border: none;
    box-shadow: none;
}

.dropzone {
    min-height: 120px;
}

.legend {
    border-bottom: 1px solid #d8dbe0;
    font-size: 1.1em;
}

.login-bg {
    background-image: url('/img/loginBg.jpg');
    background-size: cover;
}

.fc-today-button {
    padding-top: 1% !important;
}

.fc-prev-button {
    padding-top: 1% !important;
}

.fc-next-button {
    padding-top: 1% !important;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.enfasis {
    font-weight: bold;
    font-size: 1.2em;
}

.ancho-70{
    width: 70px;
}

.link{
    color: #2d7a2f;
    cursor:pointer;
}

.link:hover{
    color: #46a349;
    text-decoration: underline;
}

input:read-only {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
  }

a{color: #007bff;}

.calendar-date{
    background: #99e89b;
    padding: 10px;
    border-bottom: 1px solid #357f37;
}

.celda-seleccionada {
    background-color: #c6ffd4 !important;
}

.select2{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 2px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-selection{
    border:none !important;
    color: #768192 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #768192 !important;
}

.c-main{
    background-color: #f3f3f3;
}

.icono-clicable{
    padding:1px;
}

.icono-clicable:hover{
    cursor: pointer;
}

.checkbox-group-horizontal {
    display: flex;
    gap: 20px; /* Espacio entre los checkboxes */
}
.checkbox-group-horizontal label {
    display: flex;
    align-items: center; /* Alinea el texto con el checkbox */
}

.checkbox-item input {
    margin-right: 10px; /* Espacio entre el checkbox y el texto */
}


.menu_slide {
    box-shadow: inset 0 0 0 0 #a2bd16;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
  }

 .slide_right:hover {
    box-shadow: inset 400px 0 0 0 #a2bd16;    
  }
