﻿/*
@font-face {
    font-family: 'Oxygen';
    src: url('Font/2sDcZG1Wl4LcnbuCJW8zaGW5.woff2') format('woff2');
    src: url('2sDcZG1Wl4LcnbuCNWgzaGW5.woff2') format('woff2');
    src: url('../font/2sDfZG1Wl4LcnbuKjk0m.woff2') format('woff2');
    font-display: swap;
}
*/
.highcharts-contextbutton {
    display: none;
}

.highcharts-credits {
    display: none;
}
.comments {
    width: 100%;
    height: 570px;
}
body {
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
}

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: 20px;
    font-weight: 400;
}

h6 {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}
.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 {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}
.grid_header_right {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-align:right;
}
.grid_header_center {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-align:center;
}


.grid_table {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}

.grid_item_table_left {
    background-color: #FFF;
    color: #4f4d4d;
    height: 30px;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid lightgray;
}
.grid_item_table_right {
    background-color: #FFF;
    color: #4f4d4d;
    height: 30px;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid lightgray;
    text-align:right;
}
.grid_item_table_center {
    background-color: #FFF;
    color: #4f4d4d;
    height: 30px;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid lightgray;
    text-align:center;
}
.grid_item_table_footer {
    background-color: #FFF;
    color: #4f4d4d;
    height: 30px;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-bottom: none;
    text-align:center;
    
}

.grid_item_table {
    background-color: #FFF;
    color: #4f4d4d;
    height: 30px;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid lightgray;
}

    .grid_item_table div i {
        text-align: center;
        font-size: 20px;
        color: #0050aa;
        cursor: pointer;
    }
.modal_info {
    font-weight: 500;
    font-size: 20px;
    color: #0050aa;
    text-align: left;
}
#inst_button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.05);
}


/* DASHBOARD */
.cardBox4 {
    position: relative;
    width: 100%;
    padding: 5px 20px 20px 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

    .cardBox4 .card {
        position: relative;
        background: #FFF;
        padding: 8px;
        display: flex;
        justify-content: space-between;
        border: none;
    }
    .cardBox4 .card table{        
        margin-top:10px;
    }
        .cardBox4 .card .header {
            position: relative;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
        }

        .cardBox4 .card .info {
            text-align: center;
            color: #0050aa;
            font-size: 18px;
            font-weight: 400;
        }

        .cardBox4 .card .dashboard_icon {
            font-size: 35px;
            text-align: center;
            width: 30%;
            vertical-align: top;
        }

            .cardBox4 .card .dashboard_icon i {
                color: #0050aa;
            }

/* CLIENT INFO */
.cardBox2 {
    position: relative;
    width: 100%;
    padding: 5px 20px 10px 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}

    .cardBox2 .card {
        position: relative;
        background: #FFF;
        padding: 10px 20px 20px 20px;
        display: flex;
        justify-content: space-between;
        border: none;
    }

    .cardBox2 .empty_card {
        position: relative;
        background: #FFF;
        padding: 10px 20px 20px 20px;
        display: flex;
        justify-content: space-between;
    }

    .cardBox2 .card .header {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        text-align: left;
    }

    .cardBox2 .card .info {
        font-weight: 400;
        text-align: left;
        color: #0050aa;
        font-size: 16px;
    }

    .cardBox2 .card .dashboard_icon {
        font-size: 40px;
        text-align: center;
        width: 30%;
    }

        .cardBox2 .card .dashboard_icon i:not(#i_status) {
            color: #0050aa;
        }

    .cardBox2 .card .row {
        padding: 2px;
    }

        .cardBox2 .card .row .text_label {
            padding: 0px;
        }

        .cardBox2 .card .row table {
            width: 100%;
        }

            .cardBox2 .card .row table thead {
                background-color: #FFF;
                font-weight: bold;
                color: #414b72;
            }

                .cardBox2 .card .row table thead tr th {
                    text-align: center;
                    border-bottom: 1px solid #b5b5b5;
                }

            .cardBox2 .card .row table tbody tr td {
                text-align: center;
            }

    .cardBox2 .card .active_color {
        color: green;
    }

    .cardBox2 .card .inactive_color {
        color: orange;
    }

    .cardBox2 .card .white_color {
        color: #FFF;
    }

/* 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;
}

    .cardBoxLeft .card {
        position: relative;
        background: #FFF;
        padding: 10px 20px 20px 20px;
        display: flex;
        /*justify-content: space-between;*/
        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;
        /*justify-content: space-between; cuando esta vacia se recorre hacia abajo */
        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: 16px;
            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;
        width:100%;
    }

        .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: 16px;
            width: 20%;
            justify-content: space-between;
            padding: 1px 20px 1px 20px;
            border:none;
        }





.details {
    position: relative;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    padding-top: 0;
    vertical-align: top;
}

    .details .detail_content {
        position: relative;
        padding: 20px;
        grid-gap: 20px;
        min-height: 530px;
        background: #FFF;
    }

/*.detail_content_prices {
    position: relative;
    width: 100%;
    padding-left: 10px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto;
    padding-top: 0;
    vertical-align: top;    
}

.details .detail_content_prices .card_price {
    position: relative;
    background: #FFF;
    padding: 10px 20px 20px 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;    
}

.detail_content_prices .card_price .header {
    position: relative;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
}

.detail_content_prices .card_price .info {
    font-weight: 400;
    text-align: center;
    color: #0050aa;
    font-size: 16px;    
}

.detail_content_prices .card_price .dashboard_icon {
    text-align: right;
    vertical-align: middle;    
}

    .detail_content_prices .card_price .dashboard_icon i {
        color: #0050aa;
        font-size: 40px;        
    }
*/


.cardHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 15%;
    padding-top: 10px;
}

    .cardHeader h2 {
        font-size: 22px;
        font-weight: 400;
        text-align: left;
        color: #0050aa;
        max-height: 50px;
    }

.btn {
    position: relative;
    padding: 2px 8px;
    background: #20359c;
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    width: 100%;
}

    .btn:hover {
        color: #FFF;
    }

.cardHeader div a:hover {
    color: #FFF;
}

.cardHeader .export_btn {
    max-height: 15%;
    /*background: #21c60e;*/
    background-color: #2C61CB;
    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%;
}

.cardHeader .export_disable {
    max-height: 15%;
    /*background: #21c60e;*/
    background-color: lightgray;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    cursor: default;
    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;
}


/* para desplegar una sola lista en pantalla */
.gridview_single {
    position: relative;
    width: 100%;
    padding: 20px;
    /*display: grid;   solo cuando tengas varias tablas */
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

    .gridview_single .grid_content_single {
        position: relative;
        /*display: grid;  solo cuando tengas varias tablas */
        min-height: 300px;
        background: #FFF;
        padding: 20px;
        width: 100%;
    }

.paymentTotal_form {
    vertical-align: middle;
    width: 100%;
    display: block;
    position: relative;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    outline: none;
    border: none;
}

.paymentDebit_form {
    vertical-align: middle;
    width: 100%;
    display: block;
    position: relative;
    font-size: 2em;
    font-weight: 500;
    text-align: right;
    outline: none;
    border: none;
    border-bottom: 1px solid gray;
    padding: 0;
}

.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: #f7f5f5;
    border: 1px solid gray;
    font-size: 10px;
}

.row_ticket {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 220px;
    max-height: 110px;
}

.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;
}
.row_icon {
    text-align: center;
    color: #2C61CB;
    font-size: 16px;
    cursor: pointer;
}

/*  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;
        }


    .details .detail_content .details_grid {
        /*margin-top: 100px;*/
    }

    /*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_item_table_footer {
        background-color: #FFF;
        color: #4f4d4d;
        height: 30px;
        padding-left: 0px;
        padding-bottom: 7px;
        padding-top: 7px;
        font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        border-bottom: none;
        text-align: center;
    }

    /* GRID : PARA OCULTAR COLUMNAS POR NUMERO */
    /* cambiar el tamaño de la letra en los headers del grid */

    #GridCards th:nth-child(3),
    #GridCards td:nth-child(3),
    #GridCards th:nth-child(4),
    #GridCards td:nth-child(4),
    #GridCards th:nth-child(5),
    #GridCards td:nth-child(5),
    #GridCards th:nth-child(7),
    #GridCards td:nth-child(7),
    #GridCards th:nth-child(8),
    #GridCards td:nth-child(8),
    #GridCards th:nth-child(9),
    #GridCards td:nth-child(9) {
        display: none;
    }

    #GridUsers th:nth-child(1), #GridUsers td:nth-child(1), #GridUsers th:nth-child(2), #GridUsers td:nth-child(2), #GridUsers th:nth-child(4), #GridUsers td:nth-child(4), #GridUsers th:nth-child(5), #GridUsers td:nth-child(5) {
        display: none;
    }

    #GridPayments th:nth-child(2), #GridPayments td:nth-child(2) {
        display: none;
    }
    #GridStatementReport th:nth-child(2), #GridStatementReport td:nth-child(2),
    #GridStatementReport th:nth-child(3), #GridStatementReport td:nth-child(3),
    #GridStatementReport th:nth-child(4), #GridStatementReport td:nth-child(4),
    #GridStatementReport th:nth-child(5), #GridStatementReport td:nth-child(5),
    #GridStatementReport th:nth-child(6), #GridStatementReport td:nth-child(6)
    {
        display: none;
    }

    #GridStatement {
        grid-column:auto;
    }
    #GridStatement th:nth-child(1), #GridStatement td:nth-child(1)
    ,#GridStatement th:nth-child(4), #GridStatement td:nth-child(4) {
        display: none;
    }

    #GridConsumption th:nth-child(2), #GridConsumption td:nth-child(2),
    #GridConsumption th:nth-child(3), #GridConsumption td:nth-child(3),
    #GridConsumption th:nth-child(4), #GridConsumption td:nth-child(4),
    #GridConsumption th:nth-child(5), #GridConsumption td:nth-child(5),
    #GridConsumption th:nth-child(6), #GridConsumption td:nth-child(6),
    #GridConsumption th:nth-child(7), #GridConsumption td:nth-child(7),
    #GridConsumption th:nth-child(8), #GridConsumption td:nth-child(8),
    #GridConsumption th:nth-child(9), #GridConsumption td:nth-child(9),
    #GridConsumption th:nth-child(10), #GridConsumption td:nth-child(10),
    #GridConsumption th:nth-child(11), #GridConsumption td:nth-child(11),
    #GridConsumption th:nth-child(14), #GridConsumption td:nth-child(14),
    #GridConsumption th:nth-child(16), #GridConsumption td:nth-child(16) 
    {
        display: none;
    }

    #GridConsumptionT th:nth-child(1), #GridConsumptionT td:nth-child(1),
    #GridConsumptionT th:nth-child(2), #GridConsumptionT td:nth-child(2),
    #GridConsumptionT th:nth-child(3), #GridConsumptionT td:nth-child(3),
    #GridConsumptionT th:nth-child(6), #GridConsumptionT td:nth-child(6),
    #GridConsumptionT th:nth-child(7), #GridConsumptionT td:nth-child(7),
    #GridConsumptionT th:nth-child(8), #GridConsumptionT td:nth-child(8) {
        display: none;
    }


    #GridSignedConsumption th:nth-child(2), #GridSignedConsumption td:nth-child(2), #GridSignedConsumption th:nth-child(3), #GridSignedConsumption td:nth-child(3), #GridSignedConsumption th:nth-child(4), #GridSignedConsumption td:nth-child(4), #GridSignedConsumption th:nth-child(5), #GridSignedConsumption td:nth-child(5) {
        display: none;
    }

    #GridInvoiceToPay th:nth-child(2), #GridInvoiceToPay td:nth-child(2), #GridInvoiceToPay th:nth-child(3), #GridInvoiceToPay td:nth-child(3) {
        display: none;
    }

    #GridPayment th:nth-child(3), #GridPayment td:nth-child(3), #GridPayment th:nth-child(5), #GridPayment td:nth-child(5) {
        display: none;
    }

    #GridVoucher th:nth-child(2), #GridVoucher td:nth-child(2), #GridVoucher th:nth-child(3), #GridVoucher td:nth-child(3) {
        display: none;
    }

   /* #GridBinnacle th:nth-child(1), #GridBinnacle td:nth-child(1), #GridBinnacle th:nth-child(2), #GridBinnacle td:nth-child(2), #GridBinnacle th:nth-child(3), #GridBinnacle td:nth-child(3) {
        display: none;
    }*/

    .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;
    }


    .detail_content_prices {
        position: relative;
        width: 100%;
        padding-left: 10px;
        display: grid;
        grid-gap: 12px;
        grid-template-columns: auto;
        padding-top: 0;
        vertical-align: top;
    }

    .details .detail_content_prices .card_price {
        position: relative;
        background: #FFF;
        padding: 6px 14px 14px 14px;
        display: grid;
        grid-template-columns: 3fr 1fr;
        justify-items: center;
    }

    .detail_content_prices .card_price .header {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    .detail_content_prices .card_price .info {
        color: #0050aa;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    .detail_content_prices .card_price .dashboard_icon {
        text-align: right;
        vertical-align: middle;
    }

        .detail_content_prices .card_price .dashboard_icon i {
            color: #0050aa;
            font-size: 32px;
        }
    .params_arrow {
        display: inline;
    } 
}

@media (max-width:480px) {
    .cardBox4 {
        grid-template-columns: repeat(1,1fr);
    }

    .cardBox2 {
        grid-template-columns: repeat(1,1fr);
    }

        .cardBox2 .empty_card {
            display: none;
        }

/*    .details .detail_content {
        overflow-x: auto;
    }

        .details .detail_content table {
            width: 600px;
        }*/

    .radio_form {
        width: 100%;
        padding: 5px;
        border: 1px solid #b5b5b5;
        outline: none;
        height: 30px;
        width: 30px;
    }

    .grid_table, .grid_header_left {
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
        height: 18px;
        font-weight: bold;
    }

    .grid_item_table_left, .grid_item_table {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }
    
  
}
