/* Cambios sobre el App.CSS - Transparent */
.app-header-fixed {
    padding-top: 30px;
}

/* Cambios sobre el Bootstrap.CSS + App.CSS */
.form-label {
    font-weight: 400;
}

.fw-bold {
    font-weight: 600;
}

.badge {
    font-size: 11px;
}

.form-control, .form-label, .form-select, .form-check-label, .btn {
    font-size: 16px;
    font-weight: 400;
}

.form-select {
    min-height: 34px;
    font-weight: 400;
}

    .form-select:disabled {
        background-color: var(--bs-component-disabled-bg);
        opacity: 1;
    }
/* Cambios sobre datatables.js */
.dt-processing {
    background-color: white;
    color: black;
}

div.dt-container div.dt-length label {
    font-size: 16px;
}

#tabla-tareas > :not(caption) > * > * {
    padding: 2px 2px;
}

/* Cambios sobre sweetalert */
.swal-overlay .swal-modal {
    background: var(--bs-component-dropdown-bg);
}

/* Cambios sobre select2 */
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered,
.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 6px;
}

.select2-container--bootstrap-5 .select2-dropdown {
    background-color: var(--bs-component-dropdown-bg);
}

.select2-container--bootstrap-5 .select2-selection {
    border: none;
}

.select2-container--bootstrap-5 .select2-selection {
    padding-right: 6px;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
    padding-right: 6px;
}

.select2-selection__rendered, .select2-results__option {
    font-size: 16px;
    font-weight: 400;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    box-shadow: 0 0 0 .25rem rgba(255,255,255,.25);
}

.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
}
.select2-selection__choice__remove, .select2-selection__choice__remove :hover {
    color: white !important;
}
/* Estilos QUERQUS */
.error-campo {
    outline: 2px solid red !important;
}

label.fkO::after {
    content: " *";
    color: var(--bs-card-color);
}

/*.choicesIniciales {
    border: 1px solid red;
}
*/
.form-check-input {
    margin-top: 4px;
}

body .picker > .pc-element {
    background: rgba(var(--bs-component-border-color-rgb),.25);
    /*color: var(--bs-component-color);*/
    color: white;
}

    body .picker > .pc-element:hover {
        background: rgba(var(--bs-component-border-color-rgb),1);
        color: black;
    }

.picker {
    flex-grow:1;
}

.login.login-v1 .login-container .login-body .login-content {
    padding: 0;
    max-width: 450px;
    margin: 0 auto
}

/* Seleccionar un input con name="miNombre" */
input[name="miNombre"] {
    background-color: yellow;
    border: 2px solid red;
    padding: 5px;
}

/* El selector de número de filas */
#dt-length-0 {
    margin-left: 5px;
}

/*.tagify {
    height:34px;
    border:0px solid transparent
}*/

/* Summer note*/
.note-form-label {
    font-size:16px;
}
.note-form-group {
    margin-bottom:10px;
}

.modal-header .btn-close {
    color: white !important;
}