/*Inputs*/

input {
    height: 37px;
}

button {
    height: 37px;
}


/*Auth*/
.auth-card .auth-title-box .auth-title-box-img {
    width: 60%;
    height: 60%;
}


/*Loader*/
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 9999;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 14.1px solid;
    border-color: #dbdcef;
    border-right-color: #0057b8;
    animation: spinner-d3wgkg 1.4s infinite linear;
}

.spinner-loader-texto {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3.8px solid;
    border-color: #dbdcef;
    border-right-color: #0057b8;
    animation: spinner-d3wgkg 1.4s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

.loader-texto-spinner {
    color: #0057b8;
    margin-left: 5px;
    margin-right: 5px;
}


/*Tablas*/

.table-sm > tbody > tr > td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.columna-nombre {
    min-width: 150px;
    width: 150px;
    text-align: left;
}

.columna-codigo {
    min-width: 50px;
    width: 50px;
    text-align: center;
}

.columna-mw300 {
    min-width: 300px;
}

.columna-mw150 {
    min-width: 150px;
}

.columna-acciones-2 {
    width: 95px;
    min-width: 95px;
}

.columna-acciones-3 {
    width: 110px;
    min-width: 110px;
    text-align: center;
}

.columna-estado {
    width: 110px;
    min-width: 110px;
    text-align: center;
}

.columna-numero-documento {
    min-width: 145px;
    width: 145px;
    text-align: left;
}

.columna-fecha {
    min-width: 110px;
    width: 110px;
    text-align: center;
}

.columna-importe {
    width: 120px;
    min-width: 120px;
    text-align: right;
}

.columna-imagen {
    width: 50px;
    min-width: 50px;
}

.tr-h50 {
    min-height: 50px !important;
    height: 50px !important;
}

/*Botones*/

.boton-acciones {
    padding: 0 5px;
}


/*Fuentes*/
.font-15 {
    font-size: 20px !important;
}

.font-20 {
    font-size: 20px !important;
}


/*Artículos*/
.img-cover-emo {
    object-fit: cover;
}

.backdrop-faded-emo {
    padding: 0.5rem 1.0rem !important;

}

.backdrop-faded-emo.backdrop-secondary-dark {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.5) 100%) !important;
}


.search-box-clear-icon {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin-right: 1rem !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

/*Ratio personalizado para las previews de los PDF*/
.ratio-A4 {
    aspect-ratio: 1 / 1.4142;
}

.ratio-A4 img, .emo-cover-imagenes {
    object-fit: cover;
}


.choices__item.choices__item--selectable {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 -7px 0;
}

/**/
.dropdown-menu {
    --phoenix-dropdown-padding-y: 0.5rem !important;
}

/*Clases para hacer iframe responsive*/
.responsive-iframe-container {
    margin: 0;
}

.responsive-iframe {
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
}

/*Tamaño iconos barra vertial lateral*/
.EMOIconosBarraVertical {
    font-size: 1.3rem;
}


.card-img-top-border
{
    border-bottom: rgba(203, 208, 221, 0.54) 1px solid;
}
