.custom-checkbox,
.select-wrapper,
.select-wrapper:hover {
    background-color: white;
}

select.form-control {
    border-width: 1px;
    background-color: white;
}

span.select-wrapper.form-control {
    border-width: 1px;
}

.filters .control-label {
    text-transform: capitalize;
    font-weight: bold;
    color: #222427;
}

.gauge-legend {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.trend-legend {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
}

.motivazioni-legend {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3px !important;
}

.trend-legend span {
    padding-left: 10px;
    margin: 5px 5px 0 15px;
    border: 1px solid gray !important;
}

#graph-tooltip {
    z-index: 99999 !important;
}

.graph-tooltip {
    background-color: #eeeeee;
    font-size: larger;
    color: #222427;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 25px;
}

.graph-tooltip .desc {
    font-size: smaller;
    font-weight: lighter;
}

.graph-result-heading {
    background-size: 100px !important;
}

.graph-result-body {
    margin: 0 5%;
}

.graph-circle {
    display: inline-block;
    background-color: white;
    border: 1px solid black;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    align-self: center;
}

.motivazioni-legend .graph-circle {
    margin-top: 8px;
    border-width: 2px;
}

.graph-flex {
    display: flex;
}

.graph-center {
    align-self: center;
}

#modalZoom .modal-flat {
    display: flex;
    flex-direction: column;
}

#modalZoom .modal-flat,
#modalZoom .modal-flat .modal-content {
    height: 100%;
}

#modalZoom .modal-flat .modal-content {
    align-content: center;
    border: 0;
}

#modalZoom .modal-body {
    padding: 30px;
}

#zoom .trendCanvas {
    max-height: 100% !important;
    max-width: 100% !important;
}

#zoom .mapCanvas {
    height: 100% !important;
    width: 100% !important;
    display: block;
}

.dashnps-container a {
    color: #0047BB !important;
}