﻿: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;
}


.grid_reportes {
    font-family:  Arial;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF;
    min-height: 600px;
    
    
    vertical-align: top;
    grid-gap: 20px;
}

    .grid_reportes .headers {
            font-size: 26px;
            font-weight: 500;
            text-align: left;
            color: #0050aa;
            font-family: 'Outfit', Helvetica;
            max-height: 50px;
        }

.export_btn {
    max-width: 100%;
    width: 150px;
    background-color: #58acf4;
    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;
}

    .search_panel {
        background: white;
        border-radius: 5px;
        margin: 10px 10px 10px 10px;
        min-height: 50px;
        grid-gap: 10px;
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }


._btn_send {
    position: relative;
    padding: 4px 8px;
    color: #0050aa;
    background: #FFF;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    width: 100%;
    padding-bottom: 10px;
    max-height: 100px;
}

    ._btn_R {
        max-height: 15%;
        background-color: #0050aa;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        border-radius: 0;
        cursor: pointer;
        max-height: 15%;
        position: relative;
        padding: 4px 4px 4px 4px;
        display: inline;
        justify-content: space-between;
        grid-template-columns: repeat(1,1fr);
        width: 10%;
        float: right;
        text-align: center;
    }

    ._btn_L {
        max-height: 15%;
        background-color: #0050aa;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        border-radius: 0;
        cursor: pointer;
        max-height: 15%;
        position: relative;
        padding: 4px 4px 4px 4px;
        display: inline;
        justify-content: space-between;
        grid-template-columns: repeat(1,1fr);
        width: 10%;
        float: left;
        text-align: center;
    }

    .grid_header_left {
        background-color: #FFF;
        color: #4f4d4d;
        border: none;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        line-height: 100%;
        text-align: left;
    }

.grid_header_center {
    background-color: #FFF;
    color: #4f4d4d;
    border: none;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}

    .grid_item_table_left {
        font-weight: 300;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background-color: #FFF;
        text-align: left;
        align-content: flex-start;
        height: 10px;
        line-height: 18px;
        font-size: 16px;
    }

    .grid_item_table_center {
        font-weight: 300;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background-color: #FFF;
        text-align: center;
        align-content: flex-start;
        height: 10px;
        line-height: 18px;
        font-size: 16px;
    }

.row_icon {
    font-size: 18px;
    cursor: pointer;
    /*color: #58acf4;*/
    text-align: left;
}


@media (max-width:1900px) {
    
    .grid_reportes {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0;
        border-radius: 5px;
        padding: 20px;
        background-color: #FFF;
        min-height: 400px;
        
        
        vertical-align: top;
        grid-gap: 20px;        
    }

    .search_panel {
        background: white;
        border-radius: 5px;
        margin: 10px 10px 10px 10px;
        min-height: 50px;
        grid-gap: 10px;
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    ._btn_R {
        max-height: 15%;
        background-color: #0050aa;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 0;
        cursor: pointer;
        max-height: 15%;
        position: relative;
        padding: 4px 4px 4px 4px;
        display: inline;
        justify-content: space-between;
        grid-template-columns: repeat(1,1fr);
        width: 10%;
        float: right;
        text-align: center;
    }

    ._btn_L {
        max-height: 15%;
        background-color: #0050aa;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 0;
        cursor: pointer;
        max-height: 15%;
        position: relative;
        padding: 4px 4px 4px 4px;
        display: inline;
        justify-content: space-between;
        grid-template-columns: repeat(1,1fr);
        width: 10%;
        float: left;
        text-align: center;
    }
    
    .grid_header_left {
        
        background-color: #FFF;
        color: #4f4d4d;
        border: none;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        line-height: 100%;
        text-align: left;        
    }

    .grid_header_center {
        background-color: #FFF;
        color: #4f4d4d;
        border: none;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        line-height: 100%;
        text-align: center;
    }

    .grid_item_table_left {
        font-family: Arial;
        font-weight: 300;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background-color: #FFF;
        text-align: left;
        align-content: flex-start;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }

    .grid_item_table_left {
        font-family: Arial;
        font-weight: 300;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background-color: #FFF;
        text-align: center;
        align-content: flex-start;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .row_icon {
        font-size: 16px;
        cursor: pointer;
        /*color: #58acf4;*/
        text-align: left;
    }
    }
    @media (max-width:1400px) {
        .search_panel {
            /*margin-top:-10px;*/
        }
    }
    @media (max-width:992px) {
        .grid_reportes {
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 0;
            border-radius: 5px;
            padding: 20px;
            background-color: #FFF;
            min-height: 300px;            
            
            vertical-align: top;
            grid-gap: 20px;
        }

        ._btn_R, .export_btn, ._btn_L {
            width: 30%;
        }


        /*#GridReportList th:nth-child(1), #GridReportList td:nth-child(1), #GridReportList th:nth-child(2), #GridReportList td:nth-child(2) {
            display: none;
        }*/

        #GridClientList th:nth-child(2), #GridClientList td:nth-child(2), #GridClientList th:nth-child(3), #GridClientList td:nth-child(3), #GridClientList th:nth-child(4), #GridClientList td:nth-child(4), #GridClientList th:nth-child(6), #GridClientList td:nth-child(6) {
            display: none;
        }

        
    }

    @media (max-width:768px) {
        #GridInvoices th:nth-child(2), #GridInvoices td:nth-child(2) {
            display: none;
        }
    }

    @media (max-width: 460px) {

        .grid_header_center {
            background-color: #FFF;
            color: #4f4d4d;
            border: none;
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
            line-height: 100%;
            text-align: center;
        }

        .grid_reportes .headers {
            font-size: 20px;
        }

        #GridInvoices th:nth-child(2), #GridInvoices td:nth-child(2), #GridInvoices th:nth-child(4), #GridInvoices td:nth-child(4) {
            display: none;
        }

        #GridReportList th:nth-child(2), #GridReportList td:nth-child(2), #GridReportList th:nth-child(4), #GridReportList td:nth-child(4), #GridReportList th:nth-child(6), #GridReportList td:nth-child(6),
        #GridReportList th:nth-child(7), #GridReportList td:nth-child(7), #GridReportList th:nth-child(10), #GridReportList td:nth-child(10) {
            display: none;
        }

    }

    @media (max-width: 360px) {

        .grid_header_center {
            background-color: #FFF;
            color: #4f4d4d;
            border: none;
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
            line-height: 100%;
            text-align: center;
        }

        #GridInvoices th:nth-child(2), #GridInvoices td:nth-child(2), #GridInvoices th:nth-child(4), #GridInvoices td:nth-child(4) {
            display: none;
        }

        #GridReportList th:nth-child(2), #GridReportList td:nth-child(2), #GridReportList th:nth-child(4), #GridReportList td:nth-child(4), #GridReportList th:nth-child(6), #GridReportList td:nth-child(6),
        #GridReportList th:nth-child(7), #GridReportList td:nth-child(7), #GridReportList th:nth-child(10), #GridReportList td:nth-child(10) {
            display: none;
        }

        .grid_reportes .headers {
            font-size: 20px;
        }
    }