﻿.good { color: #9ccf31 !important; }

.bad { color: #dd4b39 !important; }

.equal { color: #d8c945 !important; }

.panel { border-radius: 0px !important; }

.body-wrapper {
    margin: 0px;
    width: 100%;
}

.body-content {
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
}

td { vertical-align: middle !important; }

/*    th {
        vertical-align: middle !important;
    }*/

#map {
    height: 300px;
    width: 100%;
}

.custom-title {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.panel-info { border-color: transparent; }

.panel-default { border-color: transparent; }

.panel { -webkit-box-shadow: none; }

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/*NACHO*/

.alert-inner {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    margin-bottom: 0;
}

.alert-outer {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 2px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding: 5px 14px;
}

.box-download { margin-bottom: 10px; }

.top-row {
    /*background-color: rgb(244, 244, 244);*/
    padding: 5px 10px 3px 10px;
}

.group-row-cell { background-color: #f4f4f4; }

.group-row-cell-next { background-color: #f4f4f4; }

.group-row-text {
    font-size: 110%;
    font-weight: bold;
    margin: 5px 50px;
}

.table-report th {
    /*padding: 5px 10px 5px 10px;*/
    /*        padding-right:30px;
*/
    font-size: 16px;
    /*color: #31708f;*//*#d83e2c;*/
    /*        border: 0;
        box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);*/
}

.table.dataTable.fixedHeader-floating {
    /*font-size: 18px;
        color:  #31708f;*//*#d83e2c;*/
    /*border: 0;
        vertical-align: middle;
        box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);*/
}

table.dataTable.table-condensed > thead > tr > th { padding-right: 40px !important; }

.table-report tr {
    /*        background-color: #ffffff;
        color: #666;*/
    font-size: 14px;
    /*        border-bottom: 1px solid #f0f0f0;
*/
}

.evol-none { }

.evol-equal {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.evol-increase {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.evol-decrease {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.legend {
    font-size: 80%;
    padding: 5px 5px;
}

.legend-group { float: right; }

.select2-container--bootstrap .select2-selection { border-radius: 0 !important; }


.water-balance-cell {
    display: inline-block !important;
    margin: -2px;
    text-align: center;
    /*padding: 1px;*/
}

.water-balance-cell .panel {
    border: 2px solid #c0c0c0;
    margin-bottom: 0px;
}




.water-balance-cell .panel .panel-heading {
    background-color: #f5f5f5;
  
    border-color: #f5f5f5;
        

    color: #31708f;
    height: 85px;
    padding: 3px 5px;
}


.cell-extra-height .panel .panel-heading {
    font-size: 90%;
    height: 100px;
}

.cell-narrow-height .panel .panel-heading { height: 40px; }

.water-balance-cell-name {
    /*overflow: hidden;
    white-space: nowrap;*/
}

.water-balance-cell .panel .panel-body {
    background-color: #ffffff;
    border-color: #bce8f1;

    color: #31708f;
    font-weight: bold;
    height: 50px; 

    overflow: hidden;
    padding: 3px 5px;
    white-space: nowrap;
}

.cell-extra-height .panel .panel-body {
    font-size: 90%;
    height: 70px;
}

.cell-narrow-height .panel .panel-body { height: 50px; }


.custom-report-info {
    background-color: #e6e6e6;
    color: #31708f;
    padding-bottom: 10px;
    padding-top: 10px;
}

.custom-report-info-report-name {
    font-size: 16px;
    font-weight: bold;
}

.custom-report-info-utility-name { font-size: 18px; }