﻿
.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 {
    width: 100%;
    height: 300px;
}

.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-right-radius: 0px;
    border-top-left-radius: 0px;
}


/*NACHO*/

.alert-inner {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-bottom: 0;
}

.alert-outer {
    padding: 5px 14px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 2px;
}

.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 {
    margin: 5px 50px;
    font-size: 110%;
    font-weight: bold;
}

.table-report th {
    /*padding: 5px 10px 5px 10px;*/
    font-size: 18px;
    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 {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.evol-increase {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.evol-decrease {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.legend {
    padding: 5px 5px;
    font-size: 80%;
}

.legend-group {
    float: right;
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0 !important;
}


.water-balance-cell {
    text-align: center;
    display: inline-block !important;
    margin: -2px;
    /*padding: 1px;*/
}

    .water-balance-cell .panel {
        border: 2px solid #c0c0c0;
        margin-bottom: 0px;
    }




        .water-balance-cell .panel .panel-heading {
            height: 85px;
            padding: 3px 5px;
            color: #31708f;
            background-color: #f5f5f5;
            border-color: #f5f5f5;
        }


.cell-extra-height .panel .panel-heading {
    height: 100px;
    font-size: 90%;
}

.cell-narrow-height .panel .panel-heading {
    height: 40px;
}

.water-balance-cell-name {
    /*overflow: hidden;
    white-space: nowrap;*/
}

.water-balance-cell .panel .panel-body {
    height: 50px;
    padding: 3px 5px;
    color: #31708f;
    background-color: #ffffff;
    border-color: #bce8f1;
    font-weight: bold;
    overflow: hidden;
    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 {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #31708f;
    background-color: #e6e6e6;
}

.custom-report-info-report-name {
    font-weight: bold;
    font-size: 16px;
}

.custom-report-info-utility-name {
    font-size: 18px;
}
