#PreviousNextButtons > button{
    margin-bottom: 5px;
}

#HeatMapMenu {display: none;}

.responsive-message {
    display: none;
}

@media (max-width: 910px) {
    #heatmap {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        height: 220px;
        white-space: nowrap;
    }

    .heat-map-month {
        padding-top: 0;
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 436px){
    #emailBtn {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

.prev-date-view {
    background-color: #ffc26e;
}

.heat-map-day,
.heat-map-day-of-week {
    margin: 1px;
}

.heat-map-month {
    width: 210px;
    border-radius: 2px;
}

.load-cutoff span::before {
    content: '!';
    color: red;
}

.day-load-cutoff {
    position: absolute;
    bottom:0;
    right:0;
}

.heat-map-month-name {
    margin: -10px -10px 5px -10px;
    text-align: center;
    padding: 5px;
    font-size: large;

    font-weight: bold;
    height: 1.75em;

    border-bottom: 1px solid #ddd;
    background-color: #eee;
}

.heat-map-day-success {
    background-color: #bfdda7;
}
.heat-map-day-warning {
    background-color: #F7ECB5;
}
.heat-map-day-danger {
    background-color: #e8c5c5;
}
.heat-map-day-of-week {
    color: #698EB4;
}

.history-approved {color: green;}
.history-denied {color: red;}