/**
 * CSS Simepar Customization
 */

/**
 * GERAL:
 */
body { font-size: 14px; }
.scroll-x { overflow-x: auto; }
.clear { clear: both; }
.no-color-link { color: #fff; }
.link-default {
    text-decoration: none;
    color: #585f69;
}
.link-default:hover {
    text-decoration: none;
    color: #E5A931;
}

.v-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.v-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.v-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.text-justify {
    text-align: justify;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    display: block!important;
}
.headline { margin: 10px 0 10px 0; }
.header-fixed { height: 121px; }
.simepar-header-fixed { height: 48px; }
.header .dropdown-submenu > a:after {
    content: "\f107";
}
.header .dropdown-submenu > a {
    cursor: default;
}
.admin-header {
    z-index: 99;
    background: #fff;
    position: relative;
}
.img-center { margin: 0 auto; }
/* Header in Mobile: */
.header .logo img {
    margin: 10px 0 0;
    max-height: 38px;
}
.header .navbar-brand {
    top: 10px;
    padding: 0px 0px 10px 10px;
}

.header .navbar .nav > li > .search {
    color: #E5A931;
    border-color: #E5A931;
}

/* Loading */
.loader {
    /* display: none; */
    z-index: 100;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader div {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #E8BF4B;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* To Iframes */
iframe, object, embed {
    max-width: 100%;
}
.pikto-block .pikto-slides-section { display: none !important; }
.slider-inner { border-top: solid 2px #eee; }

/*
* === SIMEPAR EM TEMPO ===
*/
.simepar_em_tempo-timeline {
    background: url(../img/simepar_em_tempo.jpg) no-repeat transparent;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #ddd;
}



@media (max-width: 500px) {
    .simepar_em_tempo-timeline {
        height: 130px;
    }
}

@media (min-width: 501px) and (max-width: 991px){
    .simepar_em_tempo-timeline {
        height: 200px;
    }
}

@media (min-width:280px) and (max-width:991px){
    .header .logo img {
        padding-bottom:10px;
    }
}

.date-timeline {
    color: #E8BF4B;
}

body{

    margin: 0;

    min-height: 100vh;

    display: flex;

    flex-direction: column;

}

body .wrapper{

  flex: 1;

}


/* Footer SETI description */
.copyright a.custom_footer_link {
    margin: 0;
}
.cf_logos { /*custom footer logos*/
    display: table;
}
.cf_logo_footer {
    display: table-cell;
    vertical-align: bottom;
    width: 110px;
    padding: 0 5px;
}

.footer { padding: 0px; }
.seti-txt-part1 {
    color: #046A3B;
    font: 13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(10, 10, 10, 1);
}
.seti-txt-part2 {
    color: #000;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#logo-footer {  }
#logo-footer-seti {  }
/* END -> Footer SETI description */


#search-Homepage {
    display: none;
    width: 40%;
    float:right;
    margin-top: 5px;
}
#search-Homepage-Mobile {
    display: block;
    width: 100%;
}
#search-Simepar-Homepage {
    display: block;
    width: 100%;
    margin-top: 5px;
}
#search-Simepar-Homepage-Mobile {
    display: block;
    width: 100%;
}
@media (min-width: 991px) {
    #search-Homepage { display: block; }
    #search-Homepage-Mobile { display: none; }

    #search-Simepar-Homepage { display: block; }
    #search-Simepar-Homepage-Mobile { display: block; }

    .header .nav > li > .search {bottom: 0px;}
}

.margin-top-20 { margin-top: 20px; }

/**
 * Purchase homepage customization
 */
.purchase span {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-color: #ddd !important;
}
#condicoes-atuais-home {  }
#condicoes-atuais-home .panel-heading { padding: 9px 10px; color: #fff; background: #717984; }
#condicoes-atuais-home .panel-body { padding: 5px 10px; }
#condicoes-atuais-home .headline { margin: 10px 0 9px 0; }
/*#elements-condicoes-atuais-home .row { padding: 0 10px; }
#elements-condicoes-atuais-home .ca-city-name { color: #E5A931; }
#elements-condicoes-atuais-home .ca-border-right { border-right: 1px dotted #ccc; }
#elements-condicoes-atuais-home p:first-child {
    margin-bottom: 10px;
}*/
#elements-condicoes-atuais-home {
    display: flex;
    align-items: center;
    align-content: center;
}
#elements-condicoes-atuais-home .item {
    margin: auto;
    color: #6c6a6b;
    padding: 18px 0;
}

#elements-condicoes-atuais-home .item i {
    font-size: 16pt;
}
#elements-condicoes-atuais-home .item i[class^="fs-"] {
    font-size: 23pt;
}

.de-collpse-link {
    padding: 5px;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    background: #f5f5f5;
}

#right-box-noticias-titles hr { margin: 12px 0; }

/**
 * Form Customization
 */
 .state-disabled {
    cursor: default;
    opacity: 0.5;
}
/* Created */
span.itemForm { color: #3498db; font-weight: bold; }
section.has-error input { border: 1px solid #a94442 !important; }

/* Overwrite SkyForm */
.sky-form footer { padding: 15px 0px; }

/* Overwrite form - to take out the hand on the agenda icon */
.input-group.date .input-group-addon {
    cursor: auto !important;
}

/**
* Fix menu @media
*/
#logo-header {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar-brand-public #logo-header {
    position: absolute;
    top: -15px;
}
/*.navbar-brand { height: inherit; }*/

@media (max-width: 750px) {
    #logo-header {  }
    .header {
        position: fixed;
    }
}

@media (min-width: 1000px) {
    /*.header .navbar-nav:not(*:root) {top: 12px;}*/
    /*.header .navbar-nav {
            top: 12px;
    }*/

    .header-fixed {
        height: 78px;
    }
    .simepar-header-fixed {
        height: 61px;
    }

    /**
    * Monitoring Images of Displays
    */
    .monitoring-img {
        /*max-height: 500px;*/
        width: auto !important;
        margin: auto
    }
}
.monitoring-img {
    margin: auto;
}

/* FIX THE LOGO IMAGE DURING 1000 - 1021 px ---> */
@media (min-width: 1000px) and (max-width: 1012px) {
    .header .navbar-brand { width: 90%; padding: 0px; }
    .navbar-header { margin-right: -2px; }
}


/**
* FROST ALERT / DYNAMIC CONTENT - homepage
*/
.dynamic_content_is_frost {
    background: url(../img/bg_geada.jpg);
    padding: 20px;
}
.dynamic_content_is_frost .inner_content {
    background: rgba(90, 90, 90, 0.5);
    padding: 10px;
}
.dynamic_content_is_frost .inner_content p, .dynamic_content_is_frost .inner_content h4 {
    color: #fff;
}
/**
* GEADA - CSS:
*/
.geada-legenda {
    max-width: 400px;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #666;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;

    font-size: 12px;
}
#geada-legenda-home { max-width: 339px; }
.geada-leg-2 { color: #26DB07; }
.geada-leg-3 { color: #D1DB07; }
.geada-leg-4 { color: #DB0707; }

/**
* Condições atuais - homepage
*/
.ca-icon-temp-status {
    font-size: 8px;
    vertical-align: top;
}
#condicoes-atuais-home .thermometer-red {  }
#condicoes-atuais-home .thermometer-blue {  }
#pn-season-moon i.icon-bg-u { background: #333; }

/**
* Condições atuais - tabela de previsão
*/
.ft-condicoes-atuais { font-size: 18px; }
.ft-condicoes-atuais i { font-size: 25px; }
.ca-icon-temp-status { font-size: 10px !important; }

/**
 * footer customization
 */
.footer-social-icons i { font-size: 3em; color: #fff;	}
.foot-items i{
    font-size: 1.5em;
    /*font-weight: bold;*/
    margin-right: 15px;
}





/**
* HOMEPAGE - Noticias:
*/

#box-noticias-titles hr { margin: 8px 0; }

/**
* SIMEPAR HOMEPAGE - Partial Data Stations:
*/
#table_data_stations_simepar, #table_data_stations_simepar tr td, #table_data_stations_simepar tr th {
    border: none;
}
#table_data_stations_simepar {
    border-top: 1px solid #E0AA0F;
    /*max-width: 500px;*/
}
#table_data_stations_simepar tr td, #table_data_stations_simepar tr th {
    /*border-left: 1px solid #E0AA0F;
    border-right: 1px solid #E0AA0F; */
}
#table_data_stations_simepar thead {
    width: calc( 100% - 1em );
    background-color: #FCF8EC;
}
#table_data_stations_simepar thead tr {
    border-bottom: 1px solid #E0AA0F;
}
#table_data_stations_simepar thead i { font-size: 1.7em; color: #6c6b6b; }
#table_data_stations_simepar thead, #table_data_stations_simepar tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
    border-bottom: 1px dotted #e0aa0f;
}
#table_data_stations_simepar tbody tr:nth-child(even){
    background-color: #FCF8EC;
}
#table_data_stations_simepar tbody {
    display: block;
    height:400px;
    overflow:auto;
}
    /* header icons */
    #table_data_stations_simepar .i-temp {}
    #table_data_stations_simepar .i-senTer {}
    #table_data_stations_simepar .i-ur { font-size: 1.5em;color: #6c6b6b;font-weight: bold; margin-left: -8px; }
    #table_data_stations_simepar .i-prec {}
    #table_data_stations_simepar .i-wind { margin-left: -10px; }
    #table_data_stations_simepar .i-gist { color: #6c6b6b; margin-left: -4px; }
    #table_data_stations_simepar .i-windDir { font-size: 1.4em; }





/*
* Para diminuir os botoes nos mapas (openlayers)
*/
@media (max-width: 768px) {
    .btn-responsive {
        padding:5px 8px;
        font-size:85%;
        line-height: 1;
        border-radius:3px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding:6px 9px;
        font-size:90%;
        line-height: 1.2;
    }
}

/* botao circular */
.btn-circle {
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 3px 0;
    line-height: 1.428571429;
    border-radius: 50%;
    margin: 2px;
}

.btn-circle:focus, .btn-circle:active:focus, .btn-circle.active:focus {
    outline: 0 none;
}

/* botao quadrado */
.btn-sq-lg {
    width: 100px !important;
    height: 100px !important;
    font-size: 12px;
}

.btn-sq {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
    margin: 2px;
    padding:2px;
}

.btn-sq-sm {
    width: 20px !important;
    height: 20px !important;
}

.btn-sq-xs {
    width: 15px !important;
    height: 15px !important;
}


/* -> Simepar Footer */
    #simepar_footer {
        background: url(../img/footer_poty.jpg) no-repeat;
        background-size: cover;
        padding: 20px;
    }
    #simepar_footer, #simepar_footer p, #simepar_footer h2, #simepar_footer a i { color:#FFF; }
    #simepar_footer .sim-location a i { font-size: 5em; }
    .simepar_container {
        background: rgba(0,0,0, 0.4);
        padding: 0;
    }
    .list-block {
        list-style: none; padding: 0px ;
    }
    #simepar_footer ul {
        display: table;
    }
    #simepar_footer ul.list-block li {

    }
    #simepar_footer .list-block a i { margin-right: 10px; }
    #simepar_footer .list-block a {
        color: #FFF; text-decoration: none;
        align-items: center;
        display: flex;
    }
    #simepar_footer .list-block a:hover {
        color: #E5A931;
    }

/**
* --------- Customização dos Font Icons Simepar --------- *
* e todos os ícones que vão aparecer na barra lateral do mapa:
**/
[class^="fs-"] {
    line-height: 1;
    font-size: 2.4em;
}
/* ----- Fim - Customização dos Font Icons Simepar ----- */


/**
* --------- Para mostrar 'loading' antes de tabelas, gráficos, etc --------- *
**/
.loading_data {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: loading_data-spin 2s linear infinite;
    animation: loading_data-spin 2s linear infinite;
    display: none;
}

@-webkit-keyframes loading_data-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes loading_data-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

 /* DataStation views */
h3#telemetria_observacao {
    font-family: inherit;
    /*font-weight: 500;*/
    /*line-height: 1.1;*/
    /*color: inherit;*/

    display: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}


/**
* --------- Validação de formulário --------- *
**/
em.invalid_field {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    line-height: 15px;
    color: #ee9393;
}
/* ----- Fim - Validação de formulário ----- */


/**
* --------- Customização do Plugin Select2 --------- *
**/
    .select2-container--default .select2-selection--multiple { border-radius: 0px; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered { margin: 1px; }
/* ----- Fim - Customização do Plugin Select2 ----- */



/**
* --------- MOON PHASE --------- *
**/
    .moonP-icon { font-size: 4.5em; }
/* ----- Fim - MOON PHASE ----- */


/**
* --------- Overflow --------- *
**/
.overflow-x-scroll { overflow-x: auto; }
/* ----- Fim - Overflow ----- */

/**
* ----- Notícias Timeline ----- *
**/
.sim-timeline {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sim-timeline li {
    margin: 0 0 50px 0;
    padding: 0;
}

.sim-timeline .timeline-time {
    background-color: #E8BF4B;
    background-image: url(../img/icons/calendario-noticias.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: center;
    height: 125px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 15px 0;
}

.sim-timeline .timeline-time span {
    padding-top: 25px;
    color: white;
    font-size: 15pt;
    font-family: 'Open Sans', sans-serif;
}

.sim-timeline p {
    text-align: justify;
}

.sim-timeline p a {
    color: #E8BF4B;
}

.timeline-modal img {
    display: block;
    margin: auto;
}

#rotate_viewport {
    font-size: 2em;
    margin-left: 11px;
    vertical-align: middle;
}


#condAtuaisBanner .da-arrows i {
  opacity: 0.8;
  box-shadow: none;
  background: none;
  border: none;
  color: #fff;
}

#condAtuaisBanner .da-arrows i:hover {
  opacity: 1;
}
/* ----- Fim - Notícias Timeline ----- */


/**
* --------- Desempenho Meteorológico --------- *
**/
.meteo-perform .dataTables_scrollHead th, .meteo-perform .dataTables_scrollBody td {
  text-align: center;
  overflow: hidden;
  padding: 5px 6px !important;
}

.meteo-perform td:first-of-type {
  font-size: 13pt;
}

.meteo-perform td:not(:first-of-type) {
  font-size: 9pt;
}

.meteo-perform .dataTables_scrollHeadInner, .meteo-perform .table.dataTable {
  margin: auto;
}
/* ----- Fim - Desempenho Meteorológico ----- */

/**
* --------- HOMEPAGE DASHBOARD --------- *
**/
.homeDash-block {
    padding: 10px; text-align: left;
}
.homeDash-info-icon {
    font-size: 13pt; color: #E5A931;
    cursor: pointer;
}
.font-15 { font-size: 15pt; }
.font-16 { font-size: 16pt; }
.font-17 { font-size: 17pt; }
.font-18 { font-size: 18pt; }
.font-19 { font-size: 19pt; }
.gray-soft {
    color: #959595;
}
.homeDash-row {
    text-align: center; color: #5c5b5b;
}
.homeDash-trend {
    font-size: 15pt;
    margin-left: 5px;
    position: relative;
    top: -3px;
}



/**
* --------- END - HOMEPAGE DASHBOARD --------- *
**/
