﻿/* Dashboards CSS */
.chart-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

.chart-container {
    flex: 1 1 auto;
    padding: 20px 40px;
}

.chart-container-pie {
    width: 1px;
    min-width: 500px;
}

.chart-container-days {
    width: 1px;
    min-width: 600px;
}

.chart-container-type {
    width: 1px;
    min-width: 500px;
}

.contracts-by-month-chart-container {
    height: 350px;
    flex: 1 1 auto;
    width: 100%;
    padding: 20px 20px;
}

.chart-header-container {
    text-align: center;
    padding-bottom: 20px;
    min-height: 120px;
}

.chartsjs-container {
    height: 500px;
}

/* chart download buttons */
.buttonoverlayouter {
    position: relative;
}

.buttonoverlayitem {
    position: absolute;
    z-index: 2;
    display: none;
    right: 19px;
}

.buttonoverlayouter:hover .buttonoverlayitem {
    display: block;
}

/* Dashboard Banner CSS */
.dashboard-banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #2e6da4;
    color: white;
    margin: 20px -15px;
}

.dashboard-banner-item {
    padding: 10px 20px;
    font-weight: bold;
    flex: 1 1 auto;
    min-width: 200px;
    text-align: center;
}

.dashboard-banner-item-content {
    font-size: 3em;
    margin: 0;
}

.dashboard-banner-item-subtext {
    font-size: 1em;
    margin: 0;
}

.general-badge {
    background-color: #E8E8E8;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #000;
    border-radius: 4px;
    width: auto;
    padding: 0 25px 0 25px;
}

.blue-badge {
    color: #FFF;
    background-color: #2E979C;
}

.green-badge {
    color: #FFF;
    background-color: #107810A6;
}

.bootstrap-select > .dropdown-toggle {
    color: #212529;
}

    .bootstrap-select > .dropdown-toggle:after {
        top: 20px;
    }

@media (min-width: 1200px) {
    .general-badge {
        height: 29px;
        line-height: 29px;
    }
}
