﻿

label {
    margin-bottom:0px !important;
}

@media only screen and (max-height: 600px) {
    #leftLayout {
        overflow-y: auto;
    }
}

#leftLayout {
    text-align: center;
    padding-left: 0px !important;
    height: 100%;
}

#grupoMapaTabela {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 12px !important;
}

#grupoBookMarks {
    display: flex;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

select:focus {
    outline: none;
}

.selectMenu {
    width: 100px;
    border-radius: 10px;
    padding: 5px;
    background-color: #3AB1F8;
    color: white;
    margin-top: 10px;
}

#grupoBookMarksPrevisto {
    display: none;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.loader {
    margin-top:-32px;
    float:right;
    border: 5px solid #ffffff;
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fontsize12 {
    font-size: 12px !important;
}

#divContent {
    font-family: 'Poppins';
}

#legendaModal {
    font-family: 'Poppins';
}

#alertaModal {
    font-family: 'Poppins';
}

#estacaoModal {
    font-family: 'Poppins';
}

#timeSlider {
    position: absolute;
    left: 200px;
    right: 100px;
    bottom: 20px;
}

.esri-time-slider__layout--compact :nth-child(2).esri-time-slider__row
{
    height:75px !important;
}

.esri-time-slider__layout--compact :nth-child(1).esri-time-slider__row, .esri-time-slider__layout--compact :nth-child(3).esri-time-slider__row
{
    height:30px !important;
}

#mainBlock {
    padding-bottom:0px !important;
}

#mainPage {
    padding-right:0px !important;
    margin-right:0px !important;
}

contentPosition {
    
    margin: 0px !important;
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 10px;
}

/*.contentPosition {
    position: absolute;
    margin: 0px !important;
    bottom: 0px;
    top: 0px;
    left: 60px;
    right: 10px;
    width: 96%;
    height: 93%;
    background-color: #F5F5F5;
    padding: 10px;
}*/

#viewDiv {
    padding: 0;
    margin: 0;
    height: 92%;
    width: 100%;
    display: flex;
    margin-top: 30px !important;
}

#overMapBoxes {
    margin-left:10px; 
    z-index:9999;
    font-size:12px;
}

#divPolution {
    position: absolute;
    bottom: 180px;
    height: 135px;
    width: 125px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px;
}

#divEstacaoNome {
    position: absolute;
    bottom: 15px;
    height: 40px;
    width: 500px;
    left:150px;
}


#divLegenda {
    position: absolute;
    bottom: 35px;
    height: 140px;
    width: 125px;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
}

#divLegendaEuropa {
    position: absolute;
    bottom: 35px;
    height: 70px;
    width: 335px;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
}

#divTabela {
    display: none;
    padding: 5px;
    margin-top: 30px;
    height: 92%;
    overflow: auto;
    background-color: #fff;
    font-size: 12px;
}

#divRightLayout {
    text-align: center;
    height: 100%;
    /*overflow: auto*/
}

#divIntervaloTempo {
    margin-top: 10px;
    display: none;
    text-align: -webkit-center;
}


#divBotaoTabular {
    display: none;
    width: 100%;
    height: 35px;
}

#lblDisclaimer {
    display: none;
    position: absolute;
    bottom: 70px;
    font-size: 14px;
    width: 315px;
    text-align: justify;
    -webkit-appearance: textarea;
}

#lblDisclaimerNacional {
    display: none;
    position: absolute;
    bottom: 80px;
    font-size: 14px;
    width: 315px;
    text-align: justify;
    -webkit-appearance: textarea;
}

#divCanvasCharts {
    display: none;
    width: 100%;
    margin-top: 15px;
    height:80%;
    overflow-y:auto;
}

#chartsContainer {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

#divCanvasChartsZonas {
    display: none;
    width: 100%;
    height: 78%;
    overflow-y: auto;
}

#divTabelaDadosZonas {
    margin-top: 10px;
    font-size: 10px;
    width: 99%;
    height: 70%;
    overflow-y: auto;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner
{
    padding:5px !important;
}

#chartsContainerZonas {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.fullHeight {
    height: 100%
}

.leftButtonRadius {
    border-radius: 20px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rightButtonRadius {
    border-radius: 20px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

input[type="date"] {
    position: relative;
    padding: 6px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    /* This is the calendar icon in FontAwesome */
    width: 15px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 6px;
    color: #999;
}

.btn{
    cursor:pointer;
}

.btn-light {
    border: 1px solid #cecaca;
}

.btn-secondary {
    border: 1px solid #D0D0D0 !important;
    background-color: #D0D0D0 !important;
    color: #fff !important;
}

.btn-dark {
    border: 1px solid #625C5C !important;
    background-color: #625C5C !important;
    color: #9F9F9F !important;
}

.active {
    color: #fff !important;
    background-color: #3AB1F8 !important;
    border-color: #3AB1F8 !important;
}

.botoesEsquerdaLayout {
    border-radius: 15px;
    width: 100px;
    font-size: 12px !important;
    margin-top:5px;
}




.dtHeight{
    height:30px;
}

.disabledBootStrapButtons {
    background-color: gray !important;
    pointer-events: none;
    cursor: default;
    color: #FFF
}

.disabledSelectedBootStrapButtons {
    cursor: default;
    pointer-events: none;
    color: #FFF
}

.optPoluente
{
    color:#808080;
    margin-left:10px;
}

.optVisualizar {
    margin-left: 10px;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    padding: 0px !important;
}

#breadCrum {
    float: left;
    margin-top: 15px;
    color: #fff;
    margin-left: 10px;
}

.centerlayout {
    height: 100%;
    overflow: hidden;
    background-color: #767171;
    padding: 0px !important;
    border-radius: 20px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.leftTableHeaders1 {
    background-color: #D2EDFE;
    height: 130px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.leftTableHeaders2 {
    background-color: #B7E2FE;
    height: 130px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.tableHeaders {
    font-size: 12px;
    text-align: center;
    white-space:normal;
}

.tableHeaders td{
    border:none;
    padding:5px !important;
}

.table td {
    padding: 5px !important;
}

.tdHeaderType1Top {
    background-color: bisque;
}
.tdHeaderType1Middle {
    background-color: antiquewhite;
    height: 70px;
    vertical-align: top !important;
}

.tdHeaderType2Top {
    background-color: blanchedalmond;
}

.tdHeaderType2Middle {
    background-color: beige;
    height: 70px;
    vertical-align: top !important;
}

.tdHeaderPoluente1 {
    background-color: #DFFBEF;
    padding:3px;
}

.tdHeaderPoluente2 {
    background-color: #F5FFFA;
    padding: 3px;
}

.inner_legenda {    
    padding: 10px 10px;
    color:#888;
}

.inner_legenda table {
    width: 100%;
}

.inner_legenda table td, .inner_legenda table th {
    padding: 5px 10px;
    text-align: center;
}

    .inner_legenda table td.esq, .inner_legenda table th.esq {
        text-align: left;
    }

.inner_legenda table th {
    background-color: #bcbcbc;
}

.inner_legenda .muitobom {
background-color: #00e16d;
}

.inner_legenda .bom {
background-color: #00bc70;
}

.inner_legenda .medio {
background-color: #ffc44f;
}

.inner_legenda .fraco {
background-color: #ff9932;
}

.inner_legenda .mau {
background-color: #ff5959;
}

.inner_legenda .branco {
color: #ffffff;
}


.scaleDesign {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    padding: 3px;
}

.scaleVal {
    border-radius: 6px;
    height: 12px;
    width: 12px;
    padding: 0;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.scaleLabel {
    text-align: center;
    width: 70px;
    padding: 0;
    color: gray;
    display: inline-block;
    margin: 0;
    text-align: left;
}

.toggle btn btn-primary{
    width:100px !important;
    float:right !important;
    font-size:10px;
}

.blink {
    animation: blinker 0.6s linear infinite;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink-one {
    animation: blinker-one 1s linear infinite;
}

@keyframes blinker-one {
    0% {
        opacity: 0;
    }
}

.tabelaLateral {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    text-align-last:center;
}

.tabelaLateral td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.tabelaLateral td {
    background-color:white;
}

.tabelaLateral tr:nth-child(even) {
    background-color: #dddddd;
}

.chartContainer{
    width:100%;
    background-color:white;
    border:1px solid;
    border-radius:5px;
    margin-top:5px;
}