﻿/* Master */
.ee-page,
.ee-page * {
    margin: 0px;
    padding: 0px;
}
.ee-page {
    width: 1008px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 10pt;
}
.ee-content {
    min-height: 328px;
}


.cm-map, 
.map {
    width: 1008px;
    height: 765px;
}
.map {
    overflow: hidden;
}

.cm-map-container {
    height: 793px;
}

.cm-container-no-map {
    background: url('Images/background-candidates.png');
    height: 700px;
    width: 100%;
}

.cm-error-candidates-map {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 30%;
}

.ee-content .header,
.cm-map .header {
    height: 30px;
    background: #2B4047;
    padding: 10px;
    color: #FFF;
    font-size: 25px;
}

.ee-content .decor,
.cm-map .decor {
    width: 100%;
    height: 3px;
    background: #7c9127;
}

/* Podium */
.ee-podium {
    height: 50px;
    top: 0px;
    right: 10px;
    position: absolute;
}
.ee-podium .ee-podium-item {
    float: right;
    background: #fff;
    height: 44px;
    padding-top: 6px;
}
.ee-podium .ee-podium-item-separator {
    float: right;
    background: #fff;
    height: 44px;
    padding-top: 6px;
    width: 25px;
}
.ee-podium .ee-podium-decor {
    float: right;
    background: url("Images/bg-podium.png");
    width: 28px;
    height: 50px;
    border: 0;
    margin: 0;
    padding: 0;
}
.ee-podium .ee-podium-apuradas {
    clear: both;
    margin-left: 30px;
    float: right;
    margin-top: 8px;
    color: #FFF;
    font-size: 16px;
}
.ee-podium .ee-podium-item .ee-podium-party-name {
    float: left;
}
.ee-podium .ee-podium-item .ee-podium-party-percentage {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 20px;
}
.ee-podium .ee-podium-item img {
    width: 40px;
    float: left;
    margin-left: 5px;
}


.cm-map select {
    padding: 2px;
    width: 120px;
}
.cm-map .ref-question {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 65px;
    left: 130px;
    width: 600px;
}

.ee-content .timer {
    margin-left: 600px;
    margin-top: -45px;
    margin-bottom: 35px;
    color: #FFF;
    text-align: right;
    padding: 10px;
    z-index: 1;
}
.ee-content .loader {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: -75px;
}
.ee-content .loader-active {
    width: 40px;
    height: 40px;
    margin-left: 30px;
    margin-top: -75px;
    background: url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

.cm-map-btn-container {
    position: absolute;
    top: 65px;
    left: 0px;
    z-index: 1;
}
.cm-map-btn {
    height: 50px;
    width: 50px;
    border-radius: 6px;
    margin-left: 10px;
    float: left;
}
.cm-map-btn-circle {
    background: #7c9127 url("Images/btnCicloCompesacao.png") no-repeat;
    background-size: 50px 50px;
}

.cm-map-btn-acores {
    background: #7c9127 url("Images/btnAcores.png") no-repeat;
    background-size: 50px 50px;
}

.cm-map-btn-nacional {
    background: #7c9127 url("Images/btnNacional.png") no-repeat;
    background-size: 50px 50px;
}

.footer-bar-historico {
    height: 22px;
    margin-top: -8px;
    padding-top: 4px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #FFF;
    background-color: #2b4047;
    border-bottom: solid 2px #7c9127;
    border-top: solid 2px #7c9127;
}
svg {
    font: 10px sans-serif;
    shape-rendering: crispEdges;
}
rect {
    fill: #2B3856;
    fill-opacity: 1;
}
/* Misc */
.ee-white-background {
    background:white;
}

/* Tooltip */
#tooltip {
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 300000;
}
#tooltip .arrow {
    width: 27px;
    height: 14px;
    margin-left: 20px;
    background: url("Images/arrow-tooltip.png") no-repeat;
}
#tooltip .content {
    padding: 10px;
    min-width: 100px;
    min-height: 20px;
    background-color: #959595;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
}
/* Plan B */
.ie78-election-title {
    color: #FFF;
    font-size: 18pt;
}
.ie78-selector {
    padding: 5px;
    font-size: 16px;
    margin-right: 5px;
    width: 153px;
}
.ie78-submit {
    font-size: 14px;
    height: 26px;
    margin-right: 5px;
    width: 140px;
}
.ie78-selector-container {
    margin-top: 10px;
    margin-bottom: 40px;
}
.ie78-wrapper-home {
    padding-left: 250px;
    padding-top: 100px;
}

