/*=== Main ============================================================*/

/* Classes pré definidas JR 2 */
.blueA{background-color:#55AFD2;}
.blueB{background-color:#3C95B7;}
.blueC{background-color:#65C2E5;}
.blueD{background-color:#55AFD2;}
.blueE{background-color:#3C95B7;}


/* Classes pré definidas JR * /
.blueA{background-color:rgb(58,148,183);}
.blueB{background-color:rgb(33,122,156);}
.blueC{background-color:rgb(81,173,209);}
.blueD{background-color:rgb(58,148,183);}
.blueE{background-color:rgb(33,122,156);}
/* */

/* Classes pré definidas * /
.blueA{background-color:rgb(33, 122, 155);}
.blueB{background-color:rgb(10,  67,  88);}
.blueC{background-color:rgb(78, 154, 183);}
.blueD{background-color:rgb(54, 107, 126);}
.blueE{background-color:rgb(42,  83,  97);}
*/

.pad-0{padding: 0px !important;}
.pad-30{padding: 30px !important;}

.margin-0{margin:0px !important}
.margin-1{margin:1% !important}

.height-40{min-height:0; height: 40px !important;}
.height-580{min-height:0; height: 580px !important;}

/* Tamanho do dados Atualizados  rgb(10,67,88) */
.qv-update-size{width: 180px !important; height: 16px !important; color:#000000; !important }

.qv-update-size .ellips-text span, .qv-update-size .sn-kpi-ellips-text span{
    font-family: 'Oswald'; /* Roboto Oswald */
    font-weight: 300;
    font-size: 15px;
	text-align:left;
	padding:0px;
	margin:0px;
	color: rgb(248, 152, 29) !important;
}

/* Tamanho das objetos de filtro */
.qv-filter-size1{width:100px !important; height: 35px !important; flex: none !important;}
.qv-filter-size2{width: 75px !important; height: 35px !important; flex: none !important;}
.qv-filter-size3{width:120px !important; height: 35px !important; flex: none !important;}
.qv-filter-size4{width:175px !important; height: 35px !important; flex: none !important;}

.qv-filter-size{width: 175px !important; height: 35px !important; flex: none !important;}
.qv-button-size{width: 54px !important; height: 32px !important; flex: none !important;}
.qv-filterinfA-size{height: 50px !important;}
.qv-filterinfB-size{height: 24px !important;}

/* Tamanho dos KPIs */
.qv-kpi-size{height: 74px !important;}

/* Tamanho dos graficos */
.qv-graphic-size{height: 410px !important;}

/* Tamanho dos mapas */
.qv-map-size{height: 500px !important;}

/* Tamanho das tabelas */
.qv-tRegiao-size{height: 440px !important;}
.qv-tEstado-size{height: 440px !important;}
.qv-tMunicipio-size{height: 440px !important;}
.qv-tMetrop-size{height: 440px !important;}
.qv-tTodos-size{height: 440px !important;}


/* Resize do título */
.qv-object-kpi .ellips-text{
    height:100% !important;
}

.app-loader-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    background: #2B4E5B;
    justify-content: center;
    flex-direction: column;
}

.app-loader-container span {
    color: white;
    font-family: Ubuntu;
    font-size: 30px;
}

.app-loader {
    margin: 30px auto 0;
    width: 70px;
    text-align: center;
}

.app-loader>div {
    width: 18px;
    height: 18px;
    background-color: #FFA618;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.app-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.app-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

.app-loader-container .app-title {
    color: white;
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


.flex-column{
	display: flex;
	flex-direction: column;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

/* ERROR PAGE  */
.error-page{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
  }
  
  .error-page__title{
    text-align: center;
    padding: 20px;
    color: #182A59;
    font-size: 22px;
    font-family: "Roboto";
    font-weight: 400;
  }
  
  .error-page__error-message{
    text-align: center;
    padding: 20px;
    color: white;
    font-family: OSwald;
    font-weight: 300;
  }

  .error-page__error-button {
    margin-top: 10px;
    padding: 5px 12px;
    font-family: "Roboto" !important;
    background: #FFA618;
    border: none;
    height: 34px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
  }

  .error-page__error-button:hover {
    background: #fdb848;
  }

  .error-page-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 83, 97, 0.9);
    z-index: 9999;
  }

  @media(max-width: 500px) {
      .error-page__error-message, .error-page__title {
          padding: 10px;
      }
  }
/* inicio loader */
.sk-cube-grid {  
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
  }
  
  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
  }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1); 
    }
  }
  
  @keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1);
    } 
  }

  /* fim loader  */



.cl-navbar {
    width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    position: absolute;
    background: white;
    box-shadow: 0px -14px 20px 20px rgba(0, 0, 0, 0.2);
}

.cl-navbar .filters-container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    width:100%;
}

.cl-navbar .qlik-filter {
    height: 36px;
    min-width: 100px;
}

.cl-navbar .kpi-container {
    display: flex;
    background: lightgrey;
    height: 100%;
    align-items: center;
    padding: 0 30px;
    padding-right: 0;
    width: 232px;
}

.qlik-navbar-kpi {
    height: 40px;
}

.filter-bar .kpi-container .qlik-navbar-kpi .kpi-value span {
    font-size: 26px;
    font-weight: light;
    font-style: "Oswald";
    color: #0A4358;
}

.cl-navbar .kpi-container .qv-object-kpi .kpi-value {
    margin-right: 0px;
}

.qlik-filter .title-wrapper {
    background: white;
}

.qlik-filter .qv-collapsed-listbox  {
    background: #EEEEEE!important;
}

.btn-clear {
    background: #FFA618;
    color: white;
    padding: 2px 5px;
    cursor: pointer;
    border: none;
    height: 34px;
    border-radius: 6px;
    font-size: 12px;
    min-width: 66px;
    font-family: Roboto!important;
    font-weight: 300;
    margin-right: 6px;
}

.btn-clear button {
    background-color: #FFA618 !important;
}

.btn-clear.disabled {
    pointer-events: none;
    background: lightgrey;
    opacity: 0.6;
}

.btn-undo {
    background: #FFA618;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    height: 34px;
    border-radius: 6px;
    font-size: 12px;
    min-width: 66px;
    font-family: Roboto!important;
    font-weight: 300;
    margin-right: 6px;
}

.btn-undo button {
    background-color: #FFA618 !important;
}

.btn-undo.disabled {
    pointer-events: none;
    background: lightgrey;
    opacity: 0.6;
}


.filter-bar .qv-st-data-cell, .filter-bar  .qv-st-header-cell, .filter-bar  .qv-object-table .qv-object-header, .filter-bar  .qv-listbox li {
    border-bottom: 1px solid #d8d8d8;
    background-color: #cccccc;
	
}

.kpi-value .elips
.btn-clear.empty {
    background: lightgray;
}

.qv-listbox li {
    color: #494949;
}

.btn-clear:hover {
    background: rgb(255, 178, 55);
}

.cl-navbar-logos {
    display: flex;
    margin-left: auto;
}

.cl-navbar .first-bar {
    width: 100%;
    height: 2px;
    background-color: #0D7D65;
}

.cl-navbar .second-bar {
    width: 100%;
    height: 2px;
    background-color: #FFA618;
}

.cl-navbar .reload-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 6px;
}

.btn-clear {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-clear span {
    font-size: 12px!important;
    font-family: Roboto!important;
    font-weight: 400;
}

.cl-navbar__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    height: 100px;
    min-height: 100px;
    padding: 0 30px;
    align-items: center;
}

.cl-navbar .app-title {
    font-size: 34px;
    font-family: 'Oswald';
    color: #0A4358;
    font-weight: lighter;
    line-height: 1;
    margin-right: 12px;
}

.cl-navbar__wraper .reload-container {
    display: flex;
    flex-direction: column !important;
}

.cl-navbar .cl-navbar__brand-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
}

.cl-navbar__wrapper .reload-desc,
.cl-navbar__wrapper .reload-time {
    font-family: Roboto;
}


.cl-navbar__wrapper .reload-desc {
    color: #9E9E9E;
}

.cl-navbar__wrapper .reload-time {
    color: #FFA618;
}

.cl-navbar .filter-bar {
    min-height: 64px;
    background: #EEEEEE;
    align-items: center;
    display: flex;
    overflow: auto;
    overflow-y: hidden;
}

.cl-navbar .filter-bar span {
    font-family: 'Oswald';
    font-weight: light;
    font-size: 18px;
}

@media (max-width: 647px){}

@media(max-width: 1023px) {
    .cl-navbar .reload-container {
        flex-direction: row;
        margin-left: 20px;
        padding-top: 7px;
        margin-left: 0;
        margin-top: 3px;
    }

    .cl-navbar__wrapper {
        justify-content: flex-start;
    }

    .cl-navbar__wrapper .reload-desc {
        line-height: 1;
        margin-right: 5px;
    }

    .cl-navbar .filters-container {
        padding: 0 30px;
    }
    
    .cl-navbar__wrapper .reload-time {
        line-height: 1;
        margin-left: 0px;
    }

    .cl-navbar .cl-navbar__brand-wrapper {
        flex-direction: row;
        align-items: flex-end;
    }

    .cl-navbar-logos,
    .cl-navbar .kpi-container{
        display: none;
    }
}
.qlik-indicator {
    height: 75px;
    flex: 1;
}

.qlik-indicator .qv-footer-wrapper {
    background: transparent!important;
    color: white !important;
    font-family: Roboto !important;
}

.qlik-indicator .qv-footer-wrapper footer {
    padding: 0;
    color: white;
    font-family: Roboto;
    position: absolute;
    bottom: -11px;
    width: 100%;
    left: 0;
    text-align: left;
    align-items: flex-start;
}

.qv-kpi-size .kpi-value span, .qv-kpi-size .sn-kpi-value span {
    color: white;
    font-size: 40px;
    font-weight: 300;
    font-family: Oswald;
    line-height: 1;
}


.qlik-indicator-total.qlik-indicator .kpi-value span {
    font-weight: 500;
}

.qlik-table .scrollbar-track {
    opacity: 1!important;
}

.qlik-table .qv-pt .cell.parent .lui-icon--minus,
.qlik-table .qv-pt .cell.parent .lui-icon--plus {
    color: white;
}

.qlik-table .qv-pt .cell .value {
    font-family: Roboto;
    color: white;
}

.qlik-table .qv-pt .cell.color-dark {
    background: transparent!important;
    color: white!important;
}

.qlik-table .qv-pt .cell.header.top {
    border-bottom: 1px solid #437485;
    color: white;
}

.qv-listbox li {
    border-color: #dadada!important;
}

.qlik-table .qv-pt .cell .left-meta-headers .lui-button,
.qlik-table .qv-pt .cell .top-meta-headers .lui-button {
    background: transparent;
    color: white;
    border-color: #54899C;
}

.qlik-table .qv-pt .cell.empty.left:not(.top-meta),
.qlik-table .qv-pt .cell.parent.left {
    border-color: #54899C;
    color: white;
}

.qlik-table .qv-pt .cell.null-value {
    background: transparent;
    color: white;
}

.qlik-table .scroll-track.scrollbar-thumb {
    background: rgba(255, 255, 255, 0.26);
    color: white;
}

.qv-object .qv-inner-object {
    background: transparent!important;
    color: white;
}

.qv-object-content svg g g text{
    color: white !important;
    fill: white !important;
    font-family: Roboto !important;
}

.qv-object-linechart .qv-inner-object {
    color: white !important;
    font-family: Roboto !important;
}

.qlik-table .qv-object .qv-object-title .qv-object-title-text {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 100;
    color: white;
}


.qv-filterinfA-size .ellips-text span,.qv-filterinfA-size .sn-kpi-ellips-text span{
    color: white;
    font-size: 30px;
    font-weight: 300;
    font-family: Oswald;
    line-height: 1;
}

.qv-filterinfB-size .ellips-text span, .qv-filterinfB-size .sn-kpi-ellips-text span{
    font-family: Oswald;
    font-weight: 100;
    font-size: 14px;
}

/* 93CADE baca */
.qv-kpi-size .measure-wrapper .ellips-text span, .qv-kpi-size .sn-kpi-measure-wrapper .sn-kpi-ellips-text span {

    color: #ffffff;
    font-size: 14px;
    font-family: Roboto;
}

.qv-footer-wrapper {
    background: transparent!important;
    background: transparent!important;
    color: white !important;
    font-family: Roboto !important;   
}

.qv-object .qv-object-footnote, .qv-object .qv-object-subtitle {
    color: white;
    background: transparent;
    padding: 0;
    font-family: Roboto;
}


.data-section .data-header {
    display: flex;
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.55) inset;
    flex-direction: column;
    padding: 20px 30px;
}

.qv-object-header .qv-object-title .qv-object-title-text {
    font-family: Oswald;
    font-size: 28px;
    font-weight: 100;
    color: white;
}

.qv-graphic-size {
    padding-bottom: 20px;
}

/* #94c9dc baca */
.qv-graphic-size .lui-icon--home:before {
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
}

.qlik-table {
    height: 340px;
}

.qlik-table .scrollbar-track.vertical .scrollbar-thumb {
    background: rgba(78, 154, 183, 0.4);
}

.header-title-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}

.header-title {
    font-size: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-weight: lighter;
    font-family: Oswald;
    margin-right: 20px;
}

.data-section .data-content {
    padding: 20px 30px;
}

.data-header .header-content {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
}

.orange-box{
	box-shadow: none;
	flex-direction: row !important;
	min-height: 121px;
	padding-right: 0px;
	padding-left: 0px;
	background: rgb(255, 166, 24);
}

.data-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.data-section.tab-section {
    display: flex!important;
}

.btn-tab {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
    font-family: Oswald !important;
    font-size: 28px;
    font-weight: 100;
    background: transparent;
    border: none;
    transition: all 300ms ease;
    margin-right: 20px;
    outline: none !important;
}

.btn-tab:hover {
    color: rgba(255, 255, 255, 0.7);
}

.btn-tab.active {
    color: rgba(255, 255, 255, 1);
}

/* 93CADE baca */
.tab-desc {
    color: #ffffff;
    font-size: 14px;
    font-family: Roboto;
}

.first-section {
    display: flex!important;
}

.first-section .qv-object .measure-title.ellips-text span,.first-section .qv-object .sn-kpi-measure-title.sn-kpi-ellips-text span {
    color: white!important;
    font-size: 14px;
    font-family: Roboto;
}

.filter-info-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    color: white;
    font-size: 16px;
    font-family: Roboto;
    justify-content: center;
}

.filter-info-container .text-obj-header {
    font-size: 14px;
}

/* temp */

.qv-map-size .sbVertical>.sidebar, .qv-object-map .sbVertical>.sidebar {
    display: none!important;
}

.qv-collapsed-listbox .title-wrapper .title {
    color: gray;
    font-family: Roboto;
    font-weight: 500;
}

.qv-st .qv-st-value .qv-st-value-overflow span {
    font-family: Roboto;
    color: white;
}

.qv-collapsed-listbox{
	background-color: white !important;
}

.qv-panel-current-selections .buttons .qv-subtoolbar-button, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button{

	background: #545352 !important;
	color: #7C7B7A !important;

}

.qv-panel-current-selections .buttons-end .qv-subtoolbar-button i, .qv-panel-current-selections .buttons .qv-subtoolbar-button i {
    font-size: 25px !important;
}


/*
div[tid='toggleGlobalSearchButton'] {
	display:none !important;
}
*/

/* temp */

.footer-gov {
	min-height: 220px;
	background: rgb(232, 232, 232);
}

.footer-version {
	font-family: Oswald;
	font-size: 18px;
	color: rgba(43, 78, 91, 0.2);
}

.footer-source {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 17px;
}

.footer-source a{
    text-decoration:none;
    color: rgb(54, 54, 241);
}

.btn-back-top {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    align-self: flex-end;
    margin-top: 20px;
}

.btn-back-top span {
    font-family: Oswald;
    margin-left: 12px;
    font-size: 18px;
    font-weight: 400;
}

/*
@media(max-width: 1023px) {

    .btn-back-top {
        align-self: center;
    }

    .header-title {
        opacity: 0.4;
    }
    
    .empty-header {
        display: none!important;
    }


    .header-title.active {
        opacity: 1;
    }

    .footer-source {
        text-align: center;
    }

    .data-section {
        display: none;
    }

    .data-section.active {
        display: flex;
    }

    .data-header .header-content {
        display: block;
    }

}*/
.qlik-object-loader.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 99;
  }
  .qlik-object-loader.lds-ripple div {
    position: absolute;
    border: 4px solid ;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .qlik-object-loader.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }



  .qlik-object-loader.spinner {
    width: 20px;
    height: 20px;
    position: relative;
    margin: auto;
    margin-top: 30px;
  }
  
  .qlik-object-loader .double-bounce1,
  .qlik-object-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.51);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .qlik-object-loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  @-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bounce {
    0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }
.text-obj-description {
    white-space: normal!important;
}
html, body {
    height: 100%;
}

body {
    background: #e8e8e8;
}

* {
    box-sizing: border-box;
}


.mashup-container {
    height: 100%;
    width: 100%;
}

.content-page {
    position: absolute;
    right: 0;
    left: 0;
    top: 168px;
    bottom: 0;
    overflow: auto;
}

.mobile-show {
    display: none;
}

.btn-back-top {
    cursor: pointer;
    text-align: right;
    margin-bottom: 20px;
    margin-bottom: 16px;
    font-family: "Oswald";
    font-size: 18px;
    color: #2B4E5B;
}

footer {
    background: rgb(232, 232, 232);
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.menu-tabela {
    min-height: 60px;
    margin: 5px 0px;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}



@media(max-width: 1023px) {
    .mobile-show {
        display: flex;
    }
    footer {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }
    .btn-back-top {
        text-align: center;
    }
}
