﻿:root {
    --dark_palet_A: #1d1c1c;
    --dark_palet_B: #222222;
    --dark_palet_C: #101111;

    --dark_leter_A: gray;
    --dark_leter_B: #087dca; /*azul*/
    --dark_leter_C: #dedcdc;
}

body {
    background-color:#f5f5f5;
}
    body.dark {
        background-color: inherit;
    }

.headerWhite {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}


i {
    color: #07215b;
}

h1, h2 {
    color: #0050aa;
    font-size: 28px;
    font-weight: 400;
}

h3 {
    color: #0050aa;
    font-size: 25px;
    font-weight: 400;
}

h4 {
    color: #0050aa;
    font-size: 22px;
    font-weight: 400;
}

h5 {
    color: #0050aa;
    font-size: 18px;
    font-weight: 400;
}
h6 {
    color: #0050aa;
    font-size: 14px;
    font-weight: 400;
    padding-bottom:1px;
}

.readMore {
    display: inline;
    max-width: 300px;
    background-color: #FFF;
}

.image_grid {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
}

.modal_scrolable {
    width: 100%;
    height: 700px;
    overflow: auto;
    text-align: justify;
}

.active_color {
    color: green;
}

.inactive_color {
    color: orange;
}

#fromDate, #toDate {
    cursor: pointer;
}

/* PROGRESS BAR */
.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f1f2f3;
    opacity: .9;
}

.overlayContent {
    z-index: 99;
    margin-top: 20%;
    margin-left: 40%;
    opacity: 1;
}

    .overlayContent img {
        margin-top: 0px;
        width: 200px;
        height: 200px;
        border: none;
        opacity: 1;
    }


.grid_header_left {
    height: 30px;
    font-weight: 500;
    font-size: 23px;
    vertical-align: top;
    color: #211e1e;
    line-height: 30px;
    text-align: left;
}

.grid_table {
    height: 30px;
    font-weight: 500;
    font-size: 23px;
    vertical-align: top;
    color: #211e1e;
    text-align: center;
    line-height: 30px;
}

.grid_item_table_left {
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #FFF;
    text-align: left;
    align-content: flex-start;
    line-height: 30px;
}

.grid_item_table {
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #FFF;
    text-align: center;
    align-content: flex-start;
    line-height: 30px;
}

    .grid_item_table div i {
        text-align: center;
        font-size: 20px;
        color: #0050aa;
        cursor: pointer;
    }

/*SEARCH DATE*/
.search-date {
    background-color: #FFF;
    color: #000;
    /*height: 36px;*/
    width: -webkit-fill-available;
    margin: 10px 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #b5b5b5;
    line-height: 22px;
    display: block;
}

/*LOGIN*/
.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}
.login-left {
    left: 0;
    /*background: white;*/
}
.login-right {
    right: 0;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.row_icon {
    color: #0050aa;
    font-size: 22px;
    padding: 2px;
    cursor: pointer;
}


/* Iinvoicing */
.cardBox4 {
    position: relative;
    width: 100%;
    padding: 20px 20px 20px 20px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px; border:1px solid red;
}

    .cardBox4 .card {
        position: relative;
        background: #FFF;
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        border: none;
    }

        .cardBox4 .card .header {
            position: relative;
            font-size: 2em;
            font-weight: 500;
            text-align: center;
        }

        .cardBox4 .card .info {
            font-weight: 400;
            text-align: center;
            color: #0050aa;
            font-size: 16px;
        }

        .cardBox4 .card .dashboard_icon {
            font-size: 40px;
            text-align: center;
            width: 30%;
            vertical-align: top;
        }

            .cardBox4 .card .dashboard_icon i {
                color: #0050aa;
            }




/* ASSIGNMENT */
.contenedor {
    margin: auto;
    display: flex;
}

.cardBoxLeft {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 15px;
    border: none;
    height: 650px;
}

    .cardBoxLeft .card {
        position: relative;
        background: #FFF;
        padding: 20px 20px 20px 20px;
        display: flex;        
        border: none;
    }

.cardBoxRight {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 15px;
    border: none;
}

    .cardBoxRight .card {
        position: relative;
        background: #FFF;
        padding: 10px 20px 20px 20px;
        display: flex;
        height: 650px;
        border: none;
    }

        .cardBoxRight .card .dashboard_icon {
            font-size: 40px;
            text-align: center;
            width: 30%;
        }

            .cardBoxRight .card .dashboard_icon i {
                color: #0050aa;
            }


.cardBoxLeft .card .header {
    position: relative;
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
}

.cardBoxLeft .card .info {
    font-weight: 400;
    text-align: left;
    color: #0050aa;
    font-size: 16px;
}

.cardBoxLeft .card .dashboard_icon {
    font-size: 40px;
    text-align: center;
    width: 30%;
}

    .cardBoxLeft .card .dashboard_icon i {
        color: #0050aa;
    }

.cardBoxLeft .card .row {
    padding: 2px;
}

    .cardBoxLeft .card .row .text_label {
        padding: 0px;
    }





/*REPORTES*/
.searchBox3 {
    position: relative;
    width: 100%;
    padding: 5px 20px 10px 20px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}

    .searchBox3 .card {
        position: relative;
        background: #FFF;
        padding: 10px 20px 20px 20px;
        display: flex;
        justify-content: space-between;
        border: none;
    }

        .searchBox3 .card .header {
            position: relative;
            font-size: 1.5em;
            font-weight: 500;
            text-align: left;
        }

        .searchBox3 .card .info {
            font-weight: 400;
            text-align: left;
            color: #0050aa;
            font-size: 16px;
        }

        .searchBox3 .card .dashboard_icon {
            font-size: 40px;
            text-align: center;
            width: 30%;
            vertical-align: top;
        }

            .searchBox3 .card .dashboard_icon i {
                color: #0050aa;
                vertical-align: middle;
            }

            .searchBox3 .card .dashboard_icon div {
                height: 20px;
                padding-top: 12px;
            }

        .searchBox3 .card .row {
            padding: 2px;
        }

            .searchBox3 .card .row .text_label {
                padding: 0px;
            }

            .searchBox3 .card .row table {
                width: 100%;
            }

                .searchBox3 .card .row table thead {
                    background-color: #FFF;
                    font-weight: bold;
                    color: #414b72;
                }

                    .searchBox3 .card .row table thead tr th {
                        text-align: center;
                        border-bottom: 1px solid #b5b5b5;
                    }

                .searchBox3 .card .row table tbody tr td {
                    text-align: center;
                }

        /*buscadores en reportes*/
        .searchBox3 .card table td div .row {
            padding-left: 10%;
        }

        .searchBox3 .card table tr td div .row .a, .b, .c {
            color: #211e1e;
            font-weight: 400;
            font-size: 18px;
            width: 30%;
            justify-content: space-between;
            padding: 1px 20px 1px 20px;
        }



.searchBox4 {
    position: relative;
    width: 100%;
    padding: 5px 20px 10px 20px;
        /*display: flex;
        justify-content: space-between;*/
}

    .searchBox4 .card {
        position: relative;
        background: #FFF;
        padding: 10px 20px 20px 20px;
        /*display: flex;
        justify-content: space-between;*/
        border: none;
    }

        .searchBox4 .card .header {
            position: relative;
            font-size: 1.5em;
            font-weight: 500;
            text-align: left;
        }

        .searchBox4 .card .info {
            font-weight: 400;
            text-align: left;
            color: #0050aa;
            font-size: 16px;
        }

        .searchBox4 .card .dashboard_icon {
            font-size: 40px;
            text-align: center;
            width: 30%;
            vertical-align: top;
        }

            .searchBox4 .card .dashboard_icon i {
                color: #0050aa;
                vertical-align: middle;
            }

            .searchBox4 .card .dashboard_icon div {
                height: 20px;
                padding-top: 12px;
            }

        .searchBox4 .card .row {
            padding: 2px;
        }

            .searchBox4 .card .row .text_label {
                padding: 0px;
            }

            .searchBox4 .card .row table {
                width: 100%;
            }

                .searchBox4 .card .row table thead {
                    background-color: #FFF;
                    font-weight: bold;
                    color: #414b72;
                }

                    .searchBox4 .card .row table thead tr th {
                        text-align: center;
                        border-bottom: 1px solid #b5b5b5;
                    }

                .searchBox4 .card .row table tbody tr td {
                    text-align: center;
                }

        /*buscadores en reportes*/

        .searchBox4 .card table td div .row {
            padding-left: 15%;
        }

        .searchBox4 .card table tr td div .row .w, .x, .y, .z {
            color: #211e1e;
            font-weight: 400;
            font-size: 18px;
            width: 20%;
            justify-content: space-between;
            padding: 1px 20px 1px 20px;
        }








.cardHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 15%;
    padding-top: 10px;
}

    .cardHeader h2 {
        font-weight: 400;
    }

.btn {
    position: relative;
    padding: 2px 8px;
    background: #20359c;
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    width: 100%;
}
.btn_disable {
    position: relative;
    padding: 2px 8px;
    background: lightgray;
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    width: 100%;
    border:none;
}

    .btn:hover {
        color: #FFF;
    }

.cardHeader div a:hover {
    color: #FFF;
}

.cardHeader .export_btn {
    max-height: 15%;    
    background-color: #0050aa;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    max-height: 15%;
    position: relative;
    padding: 5px 10px;
    display: inline;
    justify-content: space-between;
    grid-template-columns: repeat(1,1fr);
    width: 100%;
}

.grid_btn {
    position: relative;
    padding: 2px 2px;
    background: #516cb1;
    color: #fff1ff;
    text-decoration: none;
    text-align: center;
    width: 80px;
    border-radius: 0;
    cursor: pointer;
}

.header_modal_form_left {
    vertical-align: middle;
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.header_modal_form {
    vertical-align: middle;
    text-align: right;
    width: 100%;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    outline: none;
    /*    font-size: 20px;
    font-weight: 400;
    line-height: 20px;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.textbox_form {
    vertical-align: middle;
    width: 100%;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    border: 1px solid #b5b5b5;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}


.dropdown_form {
    vertical-align: middle;
    width: 100%;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    border: 1px solid #b5b5b5;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    height: 28px;
    font-family: inherit;
}

.select_form {
    vertical-align: middle;
    width: 100%;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    border: 1px solid #b5b5b5;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    /* height: 35px;*/
}

.radio_form {
    padding: 5px;
    border: 1px solid #b5b5b5;
    outline: none;
    height: 30px;
    width: 30px;
}

div .ticket {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    font-family: Lucida Console;
    color: black;
    background-color: #FFF;    
    font-size: 12px;
}

.row_ticket {
    /*    margin-left: 30%;
    margin-right: 25%;*/
    min-width: 230px;
    max-width: 250px;
    width: 240px;
    min-height: 600px;
    max-height: 620px;
    height: 590px;
}
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;400&display=swap');
.row_document {
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    font-family: Lucida Console;
    color: black;
    background-color: #FFF;
    text-align: center;
    font-size: 11px;
    font-family: 'Outfit';
    font-weight: 400;
    min-height: 600px;
    max-height: 620px;
    height: 590px;
    min-width: 520px;
    max-width: 540px;
    width: 525px;
}
.consumpReviewHeader {
    font-size: 12px;
    font-family: 'Outfit';
    font-weight: bold;
    color: #0050aa;
    border-bottom:1px solid black;
    border-top:none;
    border-left:none;
    border-right:none;
}
    
    .consumpReviewItem {
        font-size: 12px;
        font-family: 'Outfit';
        font-weight: 400;
        border: none;
    }
.hds {
    text-align: right;
    font-weight: bold;
    color: #0050aa;
    font-size: 13px;
}

.vals {
    font-weight: 300;
    text-align: left;
    color: black;
    font-size: 12px;
}

.img_ticket {
    width: 130px;
    height: 110px;
    text-align: center;
}

.grid-row {
    border: 1px solid lightgray;
    min-height: 100px;
}

.params_arrow {
    display: none;
}
.toggle_form {
    vertical-align: top;
}

/*  RESPONSIVE  */
@media (max-width:992px) {
    .cardBox4 {
        grid-template-columns: repeat(2,1fr);
    }

    .cardBox2 {
        grid-template-columns: repeat(2,1fr);
    }

    .contenedor {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .contenedor .cardBoxLeft .cardBoxRight {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }


    

    /*buscadores en reportes*/
    .searchBox3 .card table td div .row {
        padding-left: 0px;
    }

    .searchBox3 .card table tr td div .row .a, .b, .c {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        width: 100%;
    }

    .searchBox4 .card table td div .row {
        padding-left: 0px;
    }

    .searchBox4 .card table tr td div .row .w, .x, .y, .z {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        width: 100%;
    }

    .radio_form {
        padding: 5px;
        border: 1px solid #b5b5b5;
        outline: none;
        height: 30px;
        width: 30px;
    }

    /* GRID : PARA OCULTAR COLUMNAS POR NUMERO */
    /* cambiar el tamaño de la letra en los headers del grid */

    #GridCards th:nth-child(4),
    #GridCards td:nth-child(4)
    {
        display: none;
    }

    #GridUsers th:nth-child(3), #GridUsers td:nth-child(3), #GridUsers th:nth-child(4), #GridUsers td:nth-child(4) {
        display: none;
    }


    #GridStatement {
        grid-column:auto;
    }

    .btn {
        width: auto;
        height: auto;
    }

    .media_hide {
        display: none;
    }

    .gridview td {
        display: inline !important;
    }

}

@media (max-width:768px) {
    
    .details {
        grid-template-columns: repeat(1,1fr);
    }

    .cardHeader h2 {
        font-weight: 400;
        font-size: 22px;
    }

    .cardBox2 {
        grid-template-columns: repeat(1,1fr);
    }

        .cardBox2 .empty_card {
            display: none;
        }

    .radio_form {
        width: 100%;
        padding: 5px;
        border: 1px solid #b5b5b5;
        outline: none;
        height: 30px;
        width: 30px;
    }


    .params_arrow {
        display: inline;
    } 
}

@media screen and (max-width:480px) {
    .cardBox4 {
        grid-template-columns: repeat(1,1fr);
    }

    .cardBox2 {
        grid-template-columns: repeat(1,1fr);
    }

        .cardBox2 .empty_card {
            display: none;
        }

    .radio_form {
        width: 100%;
        padding: 5px;
        border: 1px solid #b5b5b5;
        outline: none;
        height: 30px;
        width: 30px;
    }

    .split {
        width: 100%;
    }
    .login-left {
        top: 520px;
    }
    .btn_descargar{
        width: 50%;
    }
    .cardBox_Pymnt{
        display:grid;
    }
  
}

/* Nav Bar Facturas */
.clear {
    clear: both;
}


.slide-toggle {
    display: none;
}

.slidemenu {
    font-family: arial, sans-serif;
    max-width: 1000px;
    width: 800px;
    min-width: 400px;
    margin: 10px auto;
    overflow: hidden;
}

/*linea verde*/
    .slidemenu label {
        width: 25%;
        text-align: center;
        display: block;
        float: left;
        color: #0050aa;
        opacity: 0.2;
        border-bottom: 5px solid #0cb61f;
        transition: all 0.4s ease;
        
    }
    /*circulo*/
        .slidemenu label span {
            display: block;
            padding: 10px;
        }

        .slidemenu label .icon {
            font-size: 20px;
            font-weight: bold;
            /*color: #FFF;
            background-color: #0050aa;*/
            border: solid 4px #0050aa;
            color: #0050aa;
            text-align: center;
            height: 40px;
            width: 40px;
            display: block;
            margin: 0 auto;
            line-height: 28px;
            border-radius: 50%;
            padding-top: 3px;
        }


/*Toggle*/
.slidemenu .slide-toggle:checked + label {
    opacity: 1;
    transition: all 0.4s ease;
}

/* FACTURACION (CreditPayment) */
.cardBox_Pymnt {
    width: 40%;
    display: inline-grid;
    text-align: left;
    margin: 10px;
}

.cardBox_Pymnt .h5 {
    font-size: 16px;
}

/*Informacion Cliente*/
.btn_InfoCliente {
    width: auto;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 20px;
    background: #fff;
    color: #20359c;
    cursor: pointer;
    transition: 0.4s ease;
}
    .btn_InfoCliente:hover {
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }

/*FACTURA*/
.content_Factura {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.btn_Factura {
    width: auto;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 20px;
    background: #20359c;
    color: #fff;
    cursor: pointer;
    transition: 0.4s ease;
    font-family: 'Bootstrap-icons';
}
    .active, .btn_Factura:hover {
        background-color: #16256d;
    }

    .btn_Factura:after {
        content: '\f282';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\f286";
}

.bi-plus {
    font-size: 20px;
    color: #fff;
    float: right;
    position: relative;
}
    .bi-plus::before {
        vertical-align: text-top;
        background: #20359c;
        border-radius: 4px;
    }

.bi-chevron-down {
    font-size: 12px;
    color: #fff;
    position: relative;
}

/*Boton Descargar*/
.btn_descargar {
    padding: 4px 8px;
    background: #20359c;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    width: 120px;
    text-align: center;
    margin: auto;
    display: grid;
    border: 0px;
    font-size: 14px;
}

.textBox_Correo {
    width: 70%;
}


#FacturasGenerar {
    transition: all 1s;
}
    #FacturasGenerar.hide {
        /*visibility: hidden;*/
        opacity: 0;
    }
    #FacturasGenerar.show {
        /*visibility: visible;*/
        opacity: 1;
    }

#DatosFacturar {
    transition: all 1s;
}
    #DatosFacturar.hide {
        visibility: hidden;
        opacity: 0;
    }


/*Tablas Factura*/
.tablaFactura {
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    border: solid black 1px;
    border-radius: 6px;
}
    .tablaFactura td, th {
        border-left: solid black 1px;
        border-top: solid black 1px;
    }
    td:first-child, th:first-child {
        border-left: none;
    }

.pruebaFactura {
    width: 100%;
    height: 100%;
    border: solid 1px black;
    font-weight: 400;
    overflow: hidden;
}

.hiddencol {
    display: none;
}

.grid_reportes {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF;
    min-height: 600px;
    max-height: 700px;
    height:650px;
    vertical-align: top;
    grid-gap: 20px;
    

}

    .grid_reportes .headers {
        font-size: 30px;
        font-weight: 500;
        text-align: left;
        color: #0050aa;
        font-family: 'Raleway', Helvetica;
        max-height: 50px;
    }

        .grid_reportes .headers .export_btn {
            max-height: 15%;            
            background-color: #21c60e;
            color: #ffffff;
            text-decoration: none;
            border-radius: 0;
            cursor: pointer;
            max-height: 15%;
            position: relative;
            padding: 5px 10px;
            display: inline;
            justify-content: space-between;
            grid-template-columns: repeat(1,1fr);
            width: 10%;
        }

        .search_panel {
        background: white;
        border-radius: 5px;
        grid-gap: 10px;
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
        margin: 10px 10px 10px 10px;
        min-height: 50px;
    }


/*@media (max-width:480px) {

    .grid_reportes .headers {
        font-size: 22px;
        font-weight: 700;
    }*/

    /*.headerWhite {
        padding-left: 5px;
        font-size: 14px;
    }*/
/*}*/

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 2px 10px;
    }
    .right-inner-addon a {
        position: absolute;
        right: 0px;
        padding: 2px 10px;
    }
    