﻿

@media (min-width: 576px) {
    .dxbs-textbox .input-group input.form-control {
        width: 100%;
    }
}

.my-textbox {
    width: 100%;
}

    .my-textbox .input-group input.form-control {
        width: 100%;
    }


/*selected row */
.dxbs-gridview .table-active {
    background-color: white !important;
}

/*menu lateral izquierda*/

.menu .nav .dropdown-menu .nav-link:hover, .menu .nav .dropdown-menu .nav-link.active, .menu .submenu .nav-link.active, .menu .submenu .nav-link:hover, .cascade .dropdown-item:hover, .cascade .dropdown-item.active, .cascade .nav .nav-link:hover, .cascade .nav .nav-link.active {
    background-color: #A04646 !important;
}

.tamanioMenuIzquierdo {
    width: 1000px;
    min-width: 500px;
}

/*estatus*/
.my-style {
    min-width: 1000px;
}

.rechazadaRow {
    background-color: #EA002A;
    color: white;
}

.canceladaRow {
    background-color: #84888B;
    color: white;
}


/*Notificaciones*/
.badge.bg-success {
    background-color: #f8e16c !important;
    color: black;
}

.badge.bg-warning {
    background-color: #f8e16c !important;
    color: black;
}


/*Tabs color text y fondo*/
.tabs-item-text {
    color: black;
    font-weight: bold;
}

.my-CaptionRed {
    font-weight: bold;
    color: red;
}

.dxbs-time-edit .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.dxbs-date-edit .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

/*Botones Opciones*/
.Boton-Opciones {
    background-color: #ffffff !important;
    border: none !important;
    color: black !important;
    display: block !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
}

    .Boton-Opciones:hover {
        opacity: 0.75;
    }

.Boton-Opciones-Icono {
    color: black;
    height: 24px;
    width: 26px;
}
/*Botones Opciones*/

/*Botones Modulos*/
.Boton-Modulos {
    background-color: #ffffff !important;
    border: none !important;
    color: black !important;
    display: block !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}

    .Boton-Modulos:hover {
        opacity: 0.75;
    }

.Boton-Modulos-Icono {
    color: black;
    height: 33px;
    width: 33px;
}

.ModulosMedida {
    flex-direction: row-reverse;
}
/*Botones Modulos*/

/*Botones con icono en Grid*/
.btn-icono {
    background-color: #ffffff !important;
    border: none !important;
    width: 30px;
    height: 30px;
}

    .btn-icono > img {
        width: 30px;
        height: 30px;
    }
/*Botones con icono en Grid*/

/*Espesifica tamaño de Grid*/
.grid-height {
    width: 100% !important;
    height: 572px !important;
}
/*Espesifica tamaño de Grid*/

/*Espesifica tamaño de Grid Adeudos*/
.grid-height2 {
    width: 100% !important;
    height: 525px !important;
}
/*Espesifica tamaño de Grid Adeudos*/

/*Estilo para SpinEdit para Importes*/
.SpinEdit-right {
    text-align: right
}
/*Estilo para SpinEdit para Importes*/

/*Altura ListBox Select Plantel*/
.Plantel-style {
    width: 100% !important;
    height: 100px !important;
}

/*Estilos botones en compones*/
.ComboBox {
    position: relative;
    background-color: transparent;
}

    .ComboBox .buttonAdd {
        position: absolute;
        right: 29.8px;
        top: 0.90px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0px;
        border-left: 1px solid #c2c4c6;
        background-color: #ffffff;
        color: #212529;
        height: 27.99px;
        width: 28.8px;
    }

        .ComboBox .buttonAdd:hover {
            background-color: #dfdfe0;
        }

        .ComboBox .buttonAdd img {
            padding: 1px;
            height: 14px;
            width: 14px;
        }
/*Estilos botones en compones*/


/*Estilos botones en Form*/
.btn-iconoForm {
    background-color: transparent !important;
    border: none !important;
    width: 30px;
    height: 30px;
}
    .btn-iconoForm > img {
        padding: 1px;
        width: 25px;
        height: 25px;
    }
/*Estilos botones en Form*/

/*Aliniacion SpinEdit*/
.spinEditInput {
    text-align: right;
}
/*Aliniacion SpinEdit*/

/*Spinner carga*/
.spinner {
    display: flex;
    flex-direction: column;
    border: 16px solid silver;
    border-top: 16px solid #cc0623;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fondospinner {
    background: #000000;
    width: 100%;
    height: 100vh;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999999;
}
/*Spinner carga*/

/*Validaciones Formularios*/
.validation-message {
    color: red;
    margin-left: 5px;
}
/*Validaciones Formularios*/

.dxbl-pager-active-page-btn {
    background: #cc0623 !important;
    color: white !important;
}

.form-controlCotRea, .dataTables_filter input {
    width: 100px;
    height: 30px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.simbolo-table {
    margin-top: 8px;
}

/*Carga Archivos*/
.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover {
        border-style: solid;
    }

    .custom-drop-zone svg {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton) {
        pointer-events: none;
    }

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../Imagenes/Iconos/cargar.svg");
    mask-image: url("../Imagenes/Iconos/cargar.svg");
}

.drop-file-label {
    font-weight: 500;
    font-size: 1rem;
}