﻿.ui-autocomplete .ui-menu .ui-widget .ui-widget-content .ui-corner-all {
    border-radius: 0px !important;
    color: #333 !important;
}

    .ui-autocomplete .ui-menu .ui-widget .ui-widget-content .ui-corner-all:hover {
        color: #333 !important;
    }

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus,
.ui-menu .ui-menu-item a:active {
    background: #034B86 !important;
    color: #ffffff !important;
    border-radius: 0;
    font-weight: bold;
}

#divMapGlobe {
    z-index: 100;
}

#globeImgSelected {
    z-index: 101;
}

#divMapGlobe:hover #globeImg {
    opacity: 0;
    cursor: pointer;
}

#divMapGlobeSelected:hover #globeImgSelected {
    opacity: 1;
    cursor: pointer;
}

@media screen and (max-width:1599px) {
    #Top3PresidentialChart {
        margin-top: 50px;
    }
}

@media screen and (max-width:668px) {
    #Top3PresidentialChart {
        max-height: 320px !important;
    }
}

.hide-loader {
    display: none;
}

.declared-knob {
    display: flex !important;
    align-items: center !important;
    height: 250px !important;
    margin-top: 20px !important;
}

.gradient-background {
    background-image: url('../imgs/2020/gradient.png');
    background-size: cover;
    background-position: center;
}

.gradient-background-stats {
    font-size: 16px !important;
    width: 100%;
    background-image: url('../imgs/2020/gradient.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.widget-text {
    color: #000;
    font-size: 14px;
}

.statistics-heading {
    font-size: 18px;
}

.stats-cell-padding {
    padding-left: 15px;
}

.rounded-totals {
    font-size: 12px;
    float: right;
    margin-top: -25px;
    padding: 5px;
    padding-right: 6px;
}

.rfv-declared {
    color: white;
}

.decl-desc {
    color: #000;
    font-size: 14px;
}

.stats-footer-inner {
    display: inline;
}

.map-container {
    margin-left: 0px;
}

.map-row {
    margin-right: -20px;
    margin-left: -20px;
}

.map-column {
    top: -5px;
    padding-right: 20px;
    padding-left: 20px;
}

.table-width {
    width: 100%;
}

.dropdown-padding {
    padding: 5px 0;
}

.map-inner-row {
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.presidential-race-map {
    height: 570px;
    width: 100%;
    position: static;
    margin-bottom: -5px;
}

.map-globe {
    height: 150px;
    width: 100px;
    position: absolute;
    margin-bottom: -5px;
    top: 75%;
    left: 5%;
}

.map-globe-selected {
    height: 150px;
    width: 100px;
    position: absolute;
    margin-bottom: -5px;
    top: 75%;
    left: 5%;
}

.img-size {
    width: 100%;
    height: 100%
}

.total-area-icon-container {
    height: 50px;
    width: 50px;
    position: absolute;
    margin-bottom: -5px;
    top: 80%;
    left: 75%;
}

.total-area-container {
    height: 50px;
    width: 200px;
    position: absolute;
    margin-bottom: -5px;
    top: 80.5%;
    left: 82%;
}

.map-legend-font-weight {
    font-weight: bold;
}

.capital-capacity-container {
    height: 50px;
    width: 50px;
    position: absolute;
    margin-bottom: -5px;
    top: 90%;
    left: 75%;
}

.capital-name-container {
    height: 50px;
    width: 200px;
    position: absolute;
    margin-bottom: -5px;
    top: 90.5%;
    left: 82%;
}

.rfv-areatype-container {
    top: -5px;
    padding-right: 20px;
    padding-left: 20px;
}

.tag-t {
    margin-left: 10px
}

.rfv-areatype-table {
    width: 100%
}

#LegendContainer {
    width: 100%;
    padding-left: 5px;
}

.voter-turnout {
    min-width: 75px;
    padding-right: 0px;
}

.turnout-div-0 {
    background-color: #ffffff;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-1 {
    background-color: #c5dab8;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-2 {
    background-color: #afcfa4;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-3 {
    background-color: #99c490;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-4 {
    background-color: #83ba7d;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-5 {
    background-color: #6eaf69;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-6 {
    background-color: #58a554;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-7 {
    background-color: #429b41;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.span-turnout {
    font-size: 8pt;
    display: inline-block;
}

.min-height-108 {
    min-width: 108px;
}

.turnout-div-image-same {
    background-image: url('./imgs/Legend/Same.png');
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-image-increased {
    background-image: url('./imgs/Legend/Increased.png');
    height: 15px;
    width: 15px;
    display: inline-block;
}

.turnout-div-image-dropped {
    background-image: url('./imgs/Legend/Dropped.png');
    height: 15px;
    width: 15px;
    display: inline-block;
}

.min-width-79 {
    min-width: 79px;
}

.min-width-75 {
    min-width: 75px;
    padding-right: 0px;
}

.declared-div-0 {
    background-color: #ffffff;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-1 {
    background-color: #e9e9a2;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-2 {
    background-color: #e7dd97;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-3 {
    background-color: #e6d18c;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-4 {
    background-color: #e5c581;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-5 {
    background-color: #e4b976;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-6 {
    background-color: #e2ae6c;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-7 {
    background-color: #e1a260;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-8 {
    background-color: #e09656;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-9 {
    background-color: #de8a4b;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.declared-div-10 {
    background-color: #de7f40;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.span-declared {
    font-size: 8pt;
    display: inline-block;
}

.padding-0 {
    padding: 0;
}

#DivRFVPBGrid {
    padding-right: 0px;
    overflow: auto;
}

#DivRFVProvincialBallotGrid {
    padding: 0;
    margin: 0;
    min-height: 360px !important;
}

#DivRFVPBChart {
    display: none;
    padding-right: 0px;
}

#ProvincialChart {
    width: 95%;
}


