/* infografico */

body {
    background: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
strong {
    font-weight: 700;
}
header {
    background: #fff;
    width: 620px;
    padding: 10px 0;
}
header h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 23px;
}
header p {
    font-size: 20px;
}
article {
    background: #fff;
    width: 620px;
    height: 751px;
    position: relative;
}
footer {
    background: #fff;
    width: 620px;
    padding: 10px 0;
    font-size: 12px;
}
.wrapper {
    width: 620px;
    height: 840px;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #00aeef;
    border-bottom: 1px solid #00aeef;
}
.playSlider {
    position: relative;
}
.dataSlider {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    top: 55px;
    position: relative;
}
.loading {
    /* width: 100%;
height: 100%;
position: absolute;
top: 0;
background: rgba(255,255,255,1);
z-index: 1000;*/

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001;
    text-align: center;
}
.loading svg {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.loading span {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.playPause {
    position: absolute;
    right: 10px;
    top: 23px;
    width: 36px;
    height: 36px;
    background-color: #ededed;
    border: none;
    outline: none;
    cursor: pointer;
}
.playPause:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    left: 13px;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #434343;
    border-top: 8px solid rgba(0, 0, 0, 0);
}
.playPause:active {
    background-color: #ccc;
}
.playPause.pause:before {
    content: '';
    width: 4px;
    height: 15px;
    background-color: #434343;
    border: none;
    top: 10px;
    left: 11px;
}
.playPause.pause:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 4px;
    top: 10px;
    left: 20px;
    background-color: #434343;
}
.comparacao {
    width: 610px;
    position: absolute;
    top: 355px
}
.detalhes {
    font-weight: normal;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    color: #555;
    font-size: 14px;
}
.label-detalhes {
    color: #fff;
    font-size: 13px;
    width: 115px;
    background: #000;
    font-weight: bold;
    float: left;
    margin-right: 32px;
    padding: 3px 4px;
}
.label-detalhes .arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    left: 115px;
    top: 4px;
}
.label-comparacao {
    font-weight: bold;
    font-size: 13px;
    width: 130px;
    line-height: 1.1em;
    float: left;
    background: url(../images/arrow-comparacao.png) no-repeat right center;
    padding-right: 12px;
    margin-right: 24px;
}
.grpDetalhes {
    width: 610px;
    position: absolute;
    top: 425px;
}
.grpDetalhes .detalhe {
    float: left;
    width: 76px;
    text-align: center;
}
.ontem {
    float: left;
    width: 76px;
    text-align: center;
    margin-top: 25px;
}
.valor {
    font-size: 15px;
}
.aberto {
    color: #004b6a;
    font-weight: bold;
}
.info {
    width: 100%;
    height: 280px;
    background-color: #4298bb;
    position: absolute;
    top: 475px;
    /*  display:none;*/

    color: #fff;
    padding: 10px;
}
.info .seta {
    width: 0;
    height: 0;
    border-left: 13px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #4298bb;
    border-right: 13px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: -10px;
    left: 179px;
}
.info .content {
    width: 240px;
}
.info h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.evolucao {
    background-color: #7ab5d6;
    width: 350px;
    height: 270px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.dados {
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 1.3em;
    font-size: 0.8em;
}
.dados span {
    font-size: 1.25em;
    font-weight: bold;
    display: block;
}
.reservatorio {
    background: url(../images/reservatorio.png) left center no-repeat;
    padding-left: 30px;
}
.info h1.chuvas {
    background: url(../images/chuvas.png) left center no-repeat;
    padding-left: 30px;
    line-height: 32px;
    margin-top: 15px;
}
.evolucao h1 {
    background: url(../images/evolucao.png) left center no-repeat;
    padding-left: 30px;
}
#pluviometrico {
    width: 100%;
    height: 95px;
}
#evolucao {
    width: 100%;
    height: 220px;
}
/* Highchart  */

#barras {
    height: 270px;
    width: 510px;
    position: absolute;
    top: 90px;
    left: 110px;
}
/* jquery ui */

.ui-slider {
    background-color: #ededed;
    height: 10px;
    border-radius: 5px;
    width: 540px;
    position: absolute;
    top: 35px;
    left: 10px;
}
.ui-slider-range {
    background-color: #4298bb;
    height: 10px;
    border-radius: 5px;
}
.ui-slider-handle {
    background-color: #004b6a;
    height: 18px;
    border-radius: 9px;
    top: -3px;
    outline: none;
    margin-left: 0;
}
.totalUnify {
    position: absolute;
    width: 100px;
    margin-top: 60px;
    font-size: 14px;
}
.totalUnify h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.totalUnify .perc {
    font-weight: 900;
    font-size: 40px;
    color: #00adee;
}
/* queries */

@media only screen and (min-width: 600px) {}
/* print */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
