/* Google Maps Info Window Customization */
/* Hide the close button on info windows */
.gm-style-iw-chr {
    display: none !important;
}

.gm-style-iw-d {
    overflow: hidden !important;
    padding-top: 10px !important;
}

/* Electricity Dashboard Customization */
.chart-container {
    padding: 15px 0;
}

.chart-container h3.block {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7ecf1;
    color: #333;
    font-weight: 600;
}

.chart-container h4.block {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7ecf1;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.portlet.light.bordered {
    margin-bottom: 20px;
}

.portlet-title .caption-helper {
    color: #95a5a6;
    font-size: 14px;
    margin-left: 5px;
}

.portlet-title .caption-subject {
    font-size: 15px;
}

.portlet-title .actions .form-control {
    display: inline-block;
    vertical-align: middle;
}

.portlet-title .actions #ddlMonth {
    min-width: 250px !important;
}

.portlet-title .actions .select2-container {
    min-width: 250px !important;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

/* Tariff Type Colors */
.tariff-peak {
    background-color: rgba(255, 0, 0, 0.3) !important;
}

.tariff-standard {
    background-color: rgba(255, 255, 0, 0.2) !important;
}

.tariff-offpeak {
    background-color: rgba(0, 255, 0, 0.2) !important;
}

.tariff-default {
    background-color: rgba(200, 200, 200, 0.1) !important;
}

