﻿#reminder {
    text-align: center;
    display: none;
}

#exceptionModal {
    margin: 5%;
    overflow-y: auto;
}

thead {
    background-color: #fff;
}

.more-info {
    display: none;
}

#chart-title {
    padding-left: 50px;
}

#chart-legend-list, #stacked-chart-legend-list {
    list-style: none;
}

#chart-legend-list li, #stacked-chart-legend-list li {
    display: inline;
    margin: 10px;
}

#chart-legend-list span, #stacked-chart-legend-list span {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

#demandTabs {
    margin-bottom: 10px;
}

#summary form button{
    margin: 0 5px 0;
}

#summary .form-group {
    margin-top: 5px;
}

#variance .form-group {
    margin: 15px 5px 0;
}

.monthDays {
    text-align: center;
    display: none;
}

.graph-detail-panel {
    margin-top: 30px;
}