
    @import url('https://fonts.googleapis.com/css?family=Mukta');
    @import url(https://fonts.googleapis.com/css?family=Raleway:300,700);

body {
    background-color:#F5F5F5;
}
h3 {
    color: #0050aa;
    font-size: 25px;
    font-weight: 400;
}
.input_text {
    background-color: #FFF;
    color: #000;
    height: 36px;
    width: 200px;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-top: 5px;    
    border: 1px solid #b5b5b5;
    outline: none;
}

.search-date {
    background-color: #FFF;
    color: #000;
    height: 36px;
    width: 200px;
    padding-left: 10px;
    font-family: 'Mukta', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-top: 5px;
    cursor: pointer;
    border: 1px solid #b5b5b5;
}
    .search-item{        
        font-family: 'Raleway', Helvetica, Arial, sans-serif;
        font-size: 18px;
        text-align:right; 
        font-weight: 700; 
        vertical-align:middle; 
        text-align:right;             
    }
    .select_form {

        vertical-align: middle;
        width: 200px;
        display: inline;
        padding-top: 1px;
        padding-bottom: 1px;      
        border: 1px solid #b5b5b5;
        outline: none;                
        padding-left: 2px;
        font-family: 'Raleway', Helvetica, Arial, sans-serif;

        font-size: 16px;
        font-weight: 300;
        height: 36px;
    }
    .numeric_textbox_form {
        width: 100%;
        display: block;            
        padding: 5px;
        border: 1px solid #b5b5b5;
        outline: none;
        font-family: 'Mukta', sans-serif;

        font-size:20px;
        font-weight: 300;
        height:36px;
    }
    .textbox_form {

        width: 100%;
        display: block;                    
        padding: 1px;
        border: 1px solid #b5b5b5;
        outline: none;
        font-family: 'Raleway', Helvetica, Arial, sans-serif;

        height:36px;
        font-size: 16px;
    }
    .textbox_form_radio {
        width: 10%;
        display: block;
        padding: 1px;
        border: 1px solid #b5b5b5;
        outline: none;
        font-family: 'Raleway', Helvetica, Arial, sans-serif;
        height: 36px;
        font-size: 16px;
    }
    .header_modal_form {
        color: #000;
        text-align: right;
        vertical-align: top;
            
    }
    .textbox_form_modal {
        width: 100%;
        display: block;
        margin: 5px 0; 
              
        
        padding-left: 2px;

        border: 1px solid #b5b5b5;
        outline: none;
        font-family: 'Raleway', Helvetica, Arial, sans-serif;
        font-size: 16px;
        height: 32px;

        vertical-align:top;
    }


div .ticket {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 26px 20px 0 rgba(0, 0, 0, 0.01);
    text-align: center;
    font-family: Lucida Console;
    color: black;
    background-color: white;
    font-size: 10px;
    max-width: 250px;
}


.row_ticket {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 250px;
    max-height: 200px;
    margin-top: -250px;
}

.row_ticket_ {
   /* margin-left: 10px;*/
    
}

    .img_ticket {
        width: 130px;height: 110px;text-align: center;
    }
    .grid-row {
        border:1px solid lightgray;
        min-height:600px;
        
    }
.grid-row {
    border: 1px solid lightgray;
    min-height: 600px;

}
    .input-group-addon {
        display:none;
    }
    .row_space{
        margin-top:3px;
    }    
    .row_space_btn{
        margin-top:20px;
    }
    .input-group {
        color: red;        
        font-family: 'Raleway', Helvetica, Arial, sans-serif;
        font-size: 12px;
        text-align:right;
        color:blue;
        
    }
    .input-group-addon {
        display:none;
    }


.headerWhite {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}
.headerWhiteCenter {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-align:center;
}
.headerWhiteRight {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-align: right;
}
._headerWhite {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    border-bottom: 2px dotted lightgray;
}

._headerWhiteCenter {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    border-bottom: 2px dotted lightgray;
}

._headerWhiteRight {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-align: right;
    border-bottom: 2px dotted lightgray;
}

._item {
    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;
}
._itemCenter {
    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;
}
._itemRight {
    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;
}
.__item {
    background-color: #FFF;
    color: #4f4d4d;
    height: 25px;
    padding-left: 12px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 300;
    border-bottom: 1px solid lightgray;
}
.__itemCenter {
    background-color: #FFF;
    color: #4f4d4d;
    height: 25px;
    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;
}
.__itemRight {
    background-color: #FFF;
    color: #4f4d4d;
    height: 25px;
    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;
}


    .button_form {
                max-width: 100%;
                width: 100%;
                   
                background-color:#007bff;
                color: #f9f9f9;
                border: none;
                padding: 5px;
                text-transform: uppercase;                                                            
                float:right;
                cursor:pointer;
                text-align:center;
                color: #fff;
                font-family: 'Raleway', Helvetica, Arial, sans-serif;
                font-size: 12px;
                font-weight: 300;            
                outline: none; 
                height:36px;
    }    
    .button_form_content {
                max-width: 100%;
                width: 150px;
                background-color:#007bff;                    
                border: none;
                padding: 5px;                                                                                 
                float:right;
                cursor:pointer;
                text-align:center;
                color: #fff;
                font-family: 'Raleway', Helvetica, Arial, sans-serif;
                font-size: 16px;
                font-weight: 700;
                outline: none;
                height:36px;
                vertical-align:baseline;
                
    }


        .export_disable {
                    max-width: 100%;
                    width: 150px;
                    background-color: lightgray;
                    border: none;
                    padding: 5px;
                    float: right;
                    cursor: default;
                    text-align: center;
                    color: #fff;
                    font-family: 'Raleway', Helvetica, Arial, sans-serif;
                    font-size: 16px;
                    font-weight: 700;
                    outline: none;
                    height: 36px;
                    vertical-align: baseline;
        }
    .export_btn {
            max-width: 100%;
            width: 150px;
            background-color: #007bff;
            border: none;
            padding: 5px;
            float: right;
            cursor: pointer;
            text-align: center;
            color: #fff;
            font-family: 'Raleway', Helvetica, Arial, sans-serif;
            font-size: 16px;
            font-weight: 700;
            outline: none;
            height: 36px;
            vertical-align: baseline;
    }

    .button_form_disabled {

                max-width: 100%;
                width: 100%;
                background-color:#007bff;                    
                border: none;
                padding: 5px;                                                                                 
                float:right;                    
                text-align:center;
                color: #fff;
                font-family: 'Raleway', Helvetica, Arial, sans-serif;
                font-size: 12px;
                font-weight: 300;
                outline: none;

                opacity: .5;
                cursor:default;
                    
    }
    .button_form:active {
                outline:none;            
    }



#annual_chart, #balance_chart, #monthly_chart, #weekly_chart {
    height: 250px;
    width: 100%;
    text-align: center;
}












/*dashboard superior*/
.contenedor_4 {        
    padding:5px 5px 5px 5px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem), 1fr));    
    grid-gap:20px;
    grid-auto-flow:dense;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
}

._card {
    display: grid;
    grid-template-columns: 1fr 3fr;
    border-radius: 5px;
    padding: 20px;
    grid-gap: 20px;
    background-color:#FFF;
    vertical-align:middle;
}

    ._card ._card_info {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #0f164e;
        text-align: center;
    }

    ._card ._card_description {
        font-family: Arial;
        font-size: 20px;
        color: #0050aa;
        text-align: center;
    }

    ._card ._card_icon {
        font-family: Arial;
        font-size: 40px;
        color: #0050aa;
        text-align: center;
        vertical-align: middle;
    }

/*dashoboard seccion inf*/
._card2 {
    display: grid;
    grid-template-columns: 2fr;
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF;
    max-height:500px;
    min-height:500px;
    vertical-align:top;
}
    ._card2 .header {        
        font-size: 30px;
        font-weight: 500;
        text-align: left;
        color: #0050aa;
        font-family: 'Raleway', Helvetica;
        max-height:50px;
    }



/*mi perfil*/
.contenedor_2 {
    padding: 5px 5px 5px 5px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(700px, 2fr));
    grid-auto-flow: dense;
    grid-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
._card_2 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF;
    vertical-align: top;
}
    ._card_2 ._card_info {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #0f164e;
        text-align: left;
    }
    ._card_2 ._card_description {
        font-family: Arial;
        font-size: 22px;
        color: #0050aa;
        text-align: left;
    }
    ._card_2 ._card_icon {
        font-family: Arial;
        font-size: 40px;
        color: #0050aa;
        /*color: #006ebf;*/
        text-align: center;
        vertical-align: middle;
    }



/*REPORTES*/
.buscadores {
    background: white;
    border-radius: 5px;
    display: grid;
    grid-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: repeat(5, 1fr);
    margin: 10px 10px 10px 10px;
    padding: 30px;
    min-height: 140px;    
}
    .elements {
        background-color: #FFF;            
        max-height:36px;
        text-align:right;          
    }

.grid_reportes {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF;
    min-height: 600px;
  /*  max-height: 700px;*/
    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 .grid_content_single {
        position: relative;
        /*display: grid;  solo cuando tengas varias tablas */
        min-height: 530px;
        background: #FFF;
        padding: 20px;
        width: 100%;
    }
.row_icon {
    color: #006ebf;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}


/* 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: 120px;
        height: 100px;
        border: none;
        opacity: 1;
    }





/*BUSCADORES*/
     
.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: 120px;
}
    
    /*.search_panel table td div .row {
        padding-left: 15%;
        padding: 5px;
    }*/

    .search_panel table tr td .row .w, .x, .y, .z {
        color: #211e1e;
        font-weight: 400;
        font-size: 18px;
        width: 20%;
        /*justify-content: space-between;*/
        padding: 1px 20px 1px 20px;
        max-height: 100px;
        text-align: left;
    }

    .search_panel table td .row {
        padding-left: 5%;
        padding: 5px;
    }

    .search_panel table tr td .row .a, .b, .c {
        color: #211e1e;
        font-weight: 400;
        font-size: 18px;
        width: 30%;
        justify-content: space-between;
        padding: 1px 20px 1px 20px;
        max-height: 72px;
        text-align: left;
    }

    .dashboard_icon {
    font-size: 40px;
    text-align: center;
    width: 30%;
    vertical-align: top;    
}

    .dashboard_icon i {
        padding: 5px;
        color: #007bff;
    }





/*  RESPONSIVE  */
@media (max-width:1470px) {
    .search_panel table tr td .row .a, .b, .c {
        max-height: 72px;        
    }

    .grid_reportes .headers {
        font-size: 30px;
        font-weight: 500;
    }

    .grid_reportes .grid_content_single {
        min-height: calc(530px - var(--min_height));
        padding: calc(20px - 5px);
    }

    #GridConsumption th:nth-child(13), #GridConsumption td:nth-child(13),
    #GridConsumption th:nth-child(17), #GridConsumption td:nth-child(17) {
        display: none;
    }

    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(13),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(17) {
        display: inline;
    }

/*
    #Grid {
        background-color: aqua;
        display: grid;
        gap: 100px;
        grid-template-columns: repeat( auto-fit,minmax(150px, 1fr));
    }*/
}
@media (max-width:1300px) {

    .search_panel table tr td .row .a, .b, .c {        
        max-height: 72px;
        vertical-align: top;
    }

    .grid_reportes .headers {
        font-size: 30px;
        font-weight: 500;
    }

    #GridDashboard {
        width: 100%;
    }

    #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(13), #GridConsumption td:nth-child(13),
    #GridConsumption th:nth-child(17), #GridConsumption td:nth-child(17) {
        display: none;
    }

    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(9), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(10),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(11), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(13),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(17) {
        display: inline;
    }

    #GridCardList th:nth-child(4), #GridCardList td:nth-child(4) {
        display: none;
    }

    #GridCardList .pagination-ys table > tbody > tr > td:nth-child(4) {
        display: inline;
    }

}
@media (max-width:1150px) {

    .search_panel table tr td .row .a, .b, .c {        
        max-height: 72px;
        vertical-align: top;
        width: 50%;
    }
    .a {
        display:none;
    }

    .grid_reportes .headers {
        font-size: 24px;
        font-weight: 700;
    }

    #GridCardList th:nth-child(4), #GridCardList td:nth-child(4)     
    {
        display: none;
    }

    #GridCardList .pagination-ys table > tbody > tr > td:nth-child(4) {
        display: inline;
    }

    #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(13), #GridConsumption td:nth-child(13),
    #GridConsumption th:nth-child(17), #GridConsumption td:nth-child(17) {
        display: none;
    }

    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(7), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(8),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(9), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(10),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(11), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(13),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(17) {
        display: inline;
    }

}
@media (max-width:768px) {

    .search_panel table td .row {
        padding-left: 5%;
        padding: 5px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .search_panel table tr td .row .a, .b, .c {                
        max-height: 72px;
        vertical-align: top;        
        color: #211e1e;
        font-weight: 400;
        font-size: 18px;
        justify-content: space-between;
        padding: 1px 20px 1px 20px;        
    }
    .a {
        display: none;
    }

    .grid_reportes .headers {
        font-size: 22px;
        font-weight: 700;
    }

    .headerWhite {
        font-size: 14px;
    }

    .headerWhiteCenter {
        font-size: 14px;
    }

    ._item {
        font-size: 10px;
    }
    ._itemCenter {
        font-size: 11px;
    }


    #GridUsers th:nth-child(1), #GridUsers td:nth-child(1)
    , #GridUsers th:nth-child(2), #GridUsers td:nth-child(2)
    {
        display: none;
    }

    #GridCardList th:nth-child(2), #GridCardList td:nth-child(2), #GridCardList th:nth-child(3), #GridCardList td:nth-child(3), 
    #GridCardList th:nth-child(4), #GridCardList td:nth-child(4), #GridCardList th:nth-child(5), #GridCardList td:nth-child(5) {
        display: none;
    }

    #GridCardList .pagination-ys table > tbody > tr > td:nth-child(2), #GridCardList .pagination-ys table > tbody > tr > td:nth-child(3),
    #GridCardList .pagination-ys table > tbody > tr > td:nth-child(4), #GridCardList .pagination-ys table > tbody > tr > td:nth-child(5) {
        display: inline;
    }

    #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(13), #GridConsumption td:nth-child(13),
    #GridConsumption th:nth-child(17), #GridConsumption td:nth-child(17) {
        display: none;
    }

    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(5), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(6),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(7), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(8),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(9), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(10),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(11), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(13),
    #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(17) {
        display: inline;
    }


    #GridPayments th:nth-child(7), #GridPayments td:nth-child(7) {
        display: none;
    }
    #GridPayments .pagination-ys table > tbody > tr > td:nth-child(7) {
        display: inline;
    }


    #GridConsumptionInvoice th:nth-child(1), #GridConsumptionInvoice td:nth-child(1),
    #GridConsumptionInvoice th:nth-child(4), #GridConsumptionInvoice td:nth-child(4)
    {
        display: none;
    }
    #GridConsumptionInvoice .pagination-ys table > tbody > tr > td:nth-child(1), #GridConsumptionInvoice .pagination-ys table > tbody > tr > td:nth-child(4) {
        display: inline;
    }
    

    #GridBinnacle th:nth-child(3), #GridBinnacle td:nth-child(3)
    ,#GridBinnacle th:nth-child(4), #GridBinnacle td:nth-child(4)
    {
        display: none;
    }

    #GridBinnacle .pagination-ys table > tbody > tr > td:nth-child(3), #GridBinnacle .pagination-ys table > tbody > tr > td:nth-child(4) {
        display: inline;
    }


}
@media (max-width:480px) {

        .grid_reportes .headers {
            font-size: 20px;
            font-weight:700;
        }

    .headerWhite {
        padding-left: 5px;
        font-size: 10px;
    }

    .headerWhiteCenter {
        font-size: 10px;
    }

    .button_form_content {
        width: 100px;
    }

    #GridDashboard {
        width: 50%;
    }
    #GridDashboard th:nth-child(1), #GridDashboard td:nth-child(1), #GridDashboard th:nth-child(4), #GridDashboard td:nth-child(4) {
        display: none;
    }
    #GridDashboard .pagination-ys table > tbody > tr > td:nth-child(1), #GridDashboard .pagination-ys table > tbody > tr > td:nth-child(4),
    #GridDashboard .pagination-ys table > tbody > tr > td:nth-child(2) {
        display: inline;
    }

    #dashboardChart {
        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(3), #GridUsers td:nth-child(3), #GridUsers th:nth-child(5), #GridUsers td:nth-child(5) {
        display: none;
    }
    #GridUsers, #GridCardList, #GridConsumption, #GridPayments, #GridConsumptionInvoice, #GridBinnacle, #GridDashboard {
        margin-top: 10px;
    }


    #GridCardList th:nth-child(2), #GridCardList td:nth-child(2), #GridCardList th:nth-child(3), #GridCardList td:nth-child(3), #GridCardList th:nth-child(4), #GridCardList td:nth-child(4), #GridCardList th:nth-child(5), #GridCardList td:nth-child(5) {
        display: none;
    }

    #GridCardList .pagination-ys table > tbody > tr > td:nth-child(2), #GridCardList .pagination-ys table > tbody > tr > td:nth-child(3),
    #GridCardList .pagination-ys table > tbody > tr > td:nth-child(4), #GridCardList .pagination-ys table > tbody > tr > td:nth-child(5) {
        display: inline;
    }


    #GridConsumption th:nth-child(2), #GridConsumption td:nth-child(2), #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(3), #GridConsumption td:nth-child(3), #GridConsumption th:nth-child(13), #GridConsumption td:nth-child(13),
    #GridConsumption th:nth-child(17), #GridConsumption td:nth-child(17) {
        display: none;
    }

        #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(2), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(3),
        #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(5), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(6),
        #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(7), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(8),
        #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(9), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(10),
        #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(11), #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(13),
        #GridConsumption .pagination-ys table > tbody > tr > td:nth-child(17) {
            display: inline;
        }


    #GridPayments th:nth-child(2), #GridPayments td:nth-child(2), #GridPayments th:nth-child(7), #GridPayments td:nth-child(7) {
        display: none;
    }
    #GridPayments .pagination-ys table > tbody > tr > td:nth-child(2), #GridPayments .pagination-ys table > tbody > tr > td:nth-child(7) {
        display: inline;
    }
    

    #GridConsumptionInvoice th:nth-child(1), #GridConsumptionInvoice td:nth-child(1), #GridConsumptionInvoice th:nth-child(4), #GridConsumptionInvoice td:nth-child(4) {
        display: none;
    }
    #GridConsumptionInvoice .pagination-ys table > tbody > tr > td:nth-child(1), #GridConsumptionInvoice .pagination-ys table > tbody > tr > td:nth-child(4) {
        display: inline;
    }
    

    #GridBinnacle th:nth-child(3), #GridBinnacle td:nth-child(3)
    ,#GridBinnacle th:nth-child(4), #GridBinnacle td:nth-child(4)
    ,#GridBinnacle td:nth-child(6), #GridBinnacle th:nth-child(6)
    ,#GridBinnacle td:nth-child(7), #GridBinnacle th:nth-child(7)    
    {
        display: none;
    }

    #GridBinnacle .pagination-ys table > tbody > tr > td:nth-child(3), #GridBinnacle .pagination-ys table > tbody > tr > td:nth-child(4),
    #GridBinnacle .pagination-ys table > tbody > tr > td:nth-child(6), #GridBinnacle .pagination-ys table > tbody > tr > td:nth-child(7) {
        display: inline;
    }


    #Grid {
        /*background-color: aqua;*/
        display: grid;
        gap: 100px;
        grid-template-columns: repeat( auto-fit,minmax(150px, 1fr));
    }

    #Grid th:nth-child(2), #Grid td:nth-child(2), #Grid th:nth-child(4), #Grid td:nth-child(4), #Grid th:nth-child(5), #Grid td:nth-child(5),
    #Grid th:nth-child(6), #Grid td:nth-child(6), #Grid th:nth-child(7), #Grid td:nth-child(7){
        display: none;
    }

    #Grid .pagination-ys table > tbody > tr > td:nth-child(2), #Grid .pagination-ys table > tbody > tr > td:nth-child(4), 
    #Grid .pagination-ys table > tbody > tr > td:nth-child(5), #Grid .pagination-ys table > tbody > tr > td:nth-child(6),
    #Grid .pagination-ys table > tbody > tr > td:nth-child(7) {
        display: inline;
    }


}