#divLoading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: none;
}

#divLoading>img {
    width: 900pt;
    height: 90px;
}

/*
    Sin bordes redondos
*/
.bordes,
input[type=search] {
    border-radius: 0px !important;
}

/*
    Tamaño de iconos en los inputs
*/
.tam_input {
    width: 38px;
    border: solid rgba(52, 143, 226, 1) 1px;
    text-align: center;
}

.tam_button {
    width: 141px;
}

.tam_accion {
    width: 38px;
    height: 35px;
}

/*
    Marcar campos obligatorios
*/
.obligatorio {
    font-size: 8px;
    color: rgba(255, 0, 0, 1);
    font-weight: bold;
}

/*
    Alinear objeto al centro
*/
.centro {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
    Alineacion de parrafos en notificaciones
*/
.parrafo {
    margin-top: 19px;
    margin-bottom: 0rem;
    font-size: 12px;
}

/*
    Imagenes para mostar
*/
.img_user {
    margin: 4px -188px 0px -186px;
}

.user_foto {
    width: 50px;
    height: 35px;
    border-radius: 10%;
}

.profile-img {
    width: 350px;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin: -4px -7px -12px 0px;
}

.profile-img img {
    width: 100%;
    height: 93%;
}

.profile-img .file {
    position: absolute;
    text-align: center;
    bottom: 0;
    font-size: 10px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
    padding: 13px 0 13px 0;
    margin: 0px 0px 12px 1px;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.note {
    border-left: 0px solid !important;
}

.widget-list .widget-list-item .widget-list-media img {
    width: 150px;
    height: 150px;
}

/*
    Select sin bordes redondos
*/
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
    z-index: 1060;
}

/*
    Imagen de listado
*/
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b,
.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
    color: #ffffff;
}

/*
    Tamaño de select para ajustar al 100%
*/
.input-group> :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    width: calc(100% - 38px) !important;
    border-radius: 0px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true],
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background: #dee2e6;
    color: #000000;
}

/*
    Tamaño de tarjeta informacion de sesion
*/
.app-header .navbar-nav .navbar-item.dropdown .dropdown-menu {
    margin: 0;
    top: 3px !important;
    left: -86 !important;
}

/*
    Colores para indicar la accion
*/
.color_new {
    background-color: rgba(52, 143, 226, 1) !important;
    border-color: rgba(52, 143, 226, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.color_edit {
    background-color: rgba(245, 156, 26, 1) !important;
    border-color: rgba(245, 156, 26, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.color_view {
    background-color: rgba(135, 83, 222, 1) !important;
    border-color: rgba(135, 83, 222, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

/*
    Eliminar fitros de encabezados de las tablas
*/
#id,
#Foto,
#Estatus,
#Sesion,
#Acciones {
    display: none;
}

/*
    Tablas
*/
.htbl {
    height: 30px;
    background-color: #374850;
    margin: 0px;
}

@media screen and (max-width: 1173px) {
    .table>tbody>tr>td {
        padding: 10px 0px !important;
        border-top: 0px solid;
        text-transform: capitalize;
        min-width: 100% !important;
    }

    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        border-top: 0px solid grey !important;
    }

    .table>thead>tr>th {
        border-bottom: 0px solid grey !important;
    }

    .table {
        text-align: center;
        color: #fff;
    }

    thead {
        display: none;
    }

    tr:nth-of-type(3n) {
        background-color: inherit;
    }

    tr td:first-child {
        background: #374850;
        font-weight: bold;
        font-size: 1.3em;
    }

    tbody tr td {
        display: block;
        text-align: center;
    }

    tbody tr td:before {
        content: attr(data-th);
        text-align: center;
    }

    tfoot {
        display: none;
    }
}

table {
    width: 100% !important;
}

/*
    Modificaciones para notificacion de validacion de datos
*/
.txt_fb {
    font-weight: bold !important;
    margin-top: 2px !important;
}

.valido {
    padding-left: 40px;
    margin-top: 0.25rem;
    font-size: .7125rem;
    color: #00acac;
}

.novalido {
    padding-left: 40px;
    margin-top: 0.25rem;
    font-size: .7125rem;
    color: #ff5b57;
}

.is-invalid {
    border: solid 2px red !important;
}

.is-valid {
    border: solid 2px #00acac !important;
}

.form-control,
.form-select {
    border: solid 2px rgba(205, 202, 218, 1);
}

textarea:read-only,
input:read-only {
    background-color: rgba(131, 145, 146, .8);
    color: rgba(255, 255, 255, 1);
}

.card {
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 0;
    background-color: rgba(0, 0, 0, .1);
}

/* ************ */
/* Notas */
.note .note-content {
    padding: 15px;
    flex: 1;
    text-align: left;
}