﻿
/* ------------------------------------------------------------------------ */
/*                                 Content                                  */
/* -------------------------------------------------------------------------*/

#reports-content {
    float: left;
    margin: 0px 0px 10px 0px;
    /* width: 870px; */

    min-width: 800px;
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
}


/* ------------------------------------------------------------------------ */
/*                                 Menu                                     */
/* -------------------------------------------------------------------------*/

#reports-menu {
    font-size: 12px;
    float: left;
    width: 247px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 20px 0px 0px 0px;
}

#reports-menu ul {
    margin-top: 20px; 
    margin-bottom: 20px;          
    padding-left: 20px;
}

#reports-menu li {
    list-style-type: none;
    margin-bottom: 10px;
}

#reports-menu li.active {
    /*font-weight: bold;*/
}

#reports-menu li a {
    text-decoration: none;
    text-transform: uppercase;
}

#reports-menu li.active a {
}

#reports-menu li a:hover {
    text-decoration: none;
}


/* ------------------------------------------------------------------------ */
/*                                 Grillas                                  */
/* -------------------------------------------------------------------------*/

.imageLimit img {
    cursor: pointer;
}

.comments {
    color: #333;
    margin-left: 5px;
    float: left;
    margin-top: 10px;
}


.counterColumn {
    width: 150px;    
}

h3.title {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 2px;
    font-weight: normal !important;
}


/* ------------------------------------------------------------------------ */
/*                                 Grafico                                  */
/* -------------------------------------------------------------------------*/

.quickFilters.graph
{
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;   
}

h3.graphTitle 
{
    padding-left: 2px;
    margin-top: 2px;
    font-size: 18px;
}

#render 
{
    margin-top: -1px;
    margin-left: 10px;
}

#container 
{
    float: left;
    margin-top: 10px;
    /* width: 800px; */
    width: 100%;
}

.quickFilters.graph .total {
    padding: 5px;
    width: 700px;
}


/* ------------------------------------------------------------------------ */
/*                            Resultados por area                           */
/* -------------------------------------------------------------------------*/

#resultadosAreaHeader {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#resultadosAreaGrid {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#resultadosAreaTotals {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.legend {
    margin-top: 20px;
    float: left;
    margin-bottom: 20PX;
}

#totals {
    margin-top: 10px;
}




/* ------------------------------------------------------------------------ */
/*                                 Menu                                     */
/* -------------------------------------------------------------------------*/

#reports-menu {
    background-color: #fff;
    color: #4d6578;
    -webkit-box-shadow: 0px 0px 6px 0px #d1d1d1;
    box-shadow: 0px 0px 6px 0px #d1d1d1;
}

#reports-menu li a {
    color: #595f5a;
}

#reports-menu li.active a {
    color: #5bb760;
}

#reports-menu li a:hover {
    color: #5bb760;
}


/* ------------------------------------------------------------------------ */
/*                                 Grafico                                  */
/* -------------------------------------------------------------------------*/

.quickFilters.graph
{
    border-bottom: solid 1px #cFdCe6;
}


/* ------------------------------------------------------------------------ */
/*                                 Cumplimiento                             */
/* -------------------------------------------------------------------------*/

td.month-column span.calibration-unrealized {
    color: #666;
}

    td.month-column span.calibration-unrealized.hasDetour:hover {
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

td.month-column span.hasCalibration {
    color: #000;
}

    td.month-column span.hasCalibration:hover {
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

td.month-column span.calibration-outOfTerm {
    color: darkorange;
}

    td.month-column span.calibration-outOfTerm:hover {
        color: #d97700;
        text-decoration: underline;
        cursor: pointer;
    }

td.month-column span.calibration-unrealized.hasDetour {
    color: #000;
}

td.month-column {
    width: 100px;
}

#totals.quickFilters.graph {
    display: flex;
    flex-direction: column;

    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #b9c9db;
}

@media print {
    .print_footer #totals {
        width: 99%;
        border: 1px solid grey !important;
        border-radius: 5px;
        padding: 0px !important;
    }

        .print_footer #totals .label {
            border: 0px !important;
        }
}