@media (min-width: 768px) {
    .paddingLeft40{
        padding-left: 40px;
    }
}
@media (max-width: 768px) {
    #topo{
        width: 83%;
    }
    #divGraficoBoletimOrigem, #divGraficoBoletimStatus{
        width: 100% !important;
        float: none;
    }
}

 
.logoOP {
    padding-top: 27px;
    width: 13%;
}

@media only screen and (max-width: 3000px) {
    .logoSom {
        padding-top: 27px;
        width: 20%;
    }

    .logoOP {
        padding-top: 27px;
        width: 13%;
    }
    .headerPergunta {
        font-size: 40px;
    }
    .caption {    
        display:block;
        position: absolute;
        bottom: 0px;

        width:94px;
        font-size: 18px;
    }

    .captionAssunto {    
        display:block;
        position: absolute;
        bottom: 0px;
        width:161px;
    }

    .divIcones {    
        border: solid 2px #A5B66F;
        border-radius: 5px;
        background-color: #F9FBEE;
        height: 140px;

        width: 94px; 
        padding: 4px;
        color:#A5B66F;
        font-size: 20px;
        margin: 7px;  
        position: relative;
    }

    .divIconesAssunto {    
        border: solid 2px #A5B66F;
        border-radius: 5px;
        background-color: #F9FBEE;
        height: 140px;

        width: 94px; 
        padding: 4px;
        color:#A5B66F;
        font-size: 20px;
        margin: 7px;  
        position: relative;
    }

    /* #dialogPesquisaSatisfacao {
        width: 900px;
        vertical-align: text-bottom;
    } */
}

@media only screen and (max-width: 480px) {
    .logoSom {
        padding-top: 0px;
        width: 20%;
    }
    .logoOP {
        padding-top: 27px;
        width: 13%;
    }
    .headerPergunta {
        font-size: 22px;
    }

    .caption {    
        display:block;
        position: absolute;
        bottom: 0px;

        width:90px;
        font-size: 18px;
    }

    .captionAssunto {    
        display:block;
        position: absolute;
        bottom: 0px;
        width:120px;
    }

    .divIconesAssunto {    
        border: solid 2px #A5B66F;
        border-radius: 5px;
        background-color: #F9FBEE;
        height: 140px;

        width: 120px; 
        padding: 4px;
        color:#A5B66F;
        font-size: 20px;
        margin: 7px;  
        position: relative;
    }

    /*#dialogPesquisaSatisfacao {
        width: auto;
    }*/
}

.slider {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    font-size: 20px;
}

.imgSatisfacao {
    padding: 4px;
    width: 20%;    
}

.imgResposta {
    padding: 4px;
    width: 20%;

}

.imgSelecionado {
    border: solid 2px;
    border-radius: 5px;
    border-color: #00CC00;
}


.cabecalho {
    background-color: transparent;
    color: #939894;

}

.oddVerde td {
    background-color: #A2C04A;
}

.iconesSatisfacaoDashboard {
    width: 30px;
}
.iconesSatisfacaoDashboardLegenda {
    width: 3%;
}
.iconesSatisfacaoDashboardSimNaoLegenda {
    width: 18%;
}
.iconesSatisfacaoPesquisa {
    width: 50px;
    padding: 10px;
}

td {
    border: 1px solid #6A6A6A;    
}

html {
    overflow-y: scroll;
}

body {
     font-size: 18px;
}

button {
    font-size: 18px !important;
}

.btn.dropdown-toggle.btn-default,
.dropdown-menu > ul > li > a {
    font-weight: 600;
}

.btn.btn-default {
    font-size: 18px !important;
    font-weight: 600;
}

.bootstrap-select.input-group {
    font-size: 18px !important;
    font-weight: 600;
}

/* #OCL_DLLOCALREFERENCIA,
#DLBAIRRO,
#NULOGRADOURO,
#NUMEROPESQUISA,
#OCO_DESCRICAO {
    font-size: 18px !important;
    font-weight: 600;
} */

input {
    font-size: 18px !important;
    font-weight: 600;
}

textarea {
    font-size: 18px !important;
    font-weight: 600;
}

nav {
    background-color: #273649;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    color: #fff;
}

.links {
    background-color: #006a65;
    height: 40px;
    line-height: 38px;
    font-size: 1.10em;
}

.links > div > a {
    color: white;
    margin-right: 20px;
}

.links > .gestor {
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
}

.links > div > a:hover {
    font-weight: bold;
}

.panel-dashboard {
    cursor: pointer;
}

.footer {
    height: 120px;
}

.header, .footer {
    background-color: #273649;
    color: #fff;
}

.header h3, h4 {
    color: #fff;
}

.header h3 {
    margin-bottom: 0px;
}

.header h4 {
    font-style: italic;
    margin-top: 0px;
}

.panel {
    border-radius: 10px;
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.15);
}
.paragrafo-descricao {
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 179px;
    border-color: #969696;
    margin-bottom: 20px;
    border: 1px solid #969696;
}

#miolo {
    background-color: #273649;
}

.borda-botom {
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.borda-curva-top {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 20px;
    margin-top: -15px;
}

.borda-curva-bottom {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 30px;
}

.labelGrande {
    font-size: xx-large;
    margin-top: -10px;
    color: #3d604e;
}

.labelMedia {
    font-size: large;
    margin-top: -10px;
    color: #3d604e;
}

.labelDescricao {
    font-size: small;
    color: #3d604e;
}

.acrescimo {
    color: #89B700;
}

.reducao {
    color: #df0026;
}

.margem-topo {
    margin-top: 30px;
}

.margem-baixo {
    margin-bottom: 30px;
}

.nivel1 {
    background-color: #00827F;
}

.nivel2 {
    background-color: #75B4B1;
}

.nivel3 {
    background-color: #FFF;
}

.progress {
    margin-right: 20px;
}

.progress-bar {
    color: #000;
}

.moldura-tabela {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}

#breadcrumb {
    background-color: #006A65;
    color: #FFF;
    font-size: 1.10em;
}

.breadcrumb {
    background-color: #006A65;
    padding: 15px 15px;
    margin-bottom: 5px;
    border-radius: 0px;
}

.breadcrumb > li > .active {
    color: #FFF;
    text-decoration: underline;
}

.breadcrumb > li > span > a {
    color: #FFF;
}

.breadcrumb > li > span > a:hover {
    font-weight: bold;
}

.breadcrumb > li > .singlePageBread:hover {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.filtro {
    color: #FFF;
    margin-top: 20px;
    margin-bottom: -10px;
}

.filtroBotao {
    border: 1px solid;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: -10px;
    margin-top: -3px;
    cursor: pointer;
    float: right;
    z-index: 1;
    background-color: #273649;
}

.santosacolhedora {
    background-color: #0C80B8;
    border: none;
}

.santosculturaleturistica {
    background-color: #2B154E;
    border: none;
}

.santoseducadora {
    background-color: #634E77;
    border: none;
}
.santoseficiente {
    background-color: #91AF5D;
    border: none;
}

.santosesportiva {
    background-color: #233023;
    border: none;
}

.santosinovadora {
    background-color: #123821;
    border: none;
}

.santosmobilidade {
    background-color: #458F0A;
    border: none;
}

.santossaudavel {
    background-color: #A71B17;
    border: none;
}

.santossegura {
    background-color: #616161;
    border: none;
}

.santossustentavel {
    background-color: #81AD01;
    border: none;
}

.santostransparente {
    background-color: #01344F;
    border: none;
}

.santoszeladora {
    background-color: #202936;
    border: none;
}

.panel-dashboard {
    min-height: 112px;    
    line-height: 60px;
}

@media(min-width: 768px) and (max-width: 991px) {
    .margem-esquerda {
        margin-left: 23px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .margem-direita {
        margin-right: 26px;
    }
}

@media(min-width: 1200px) {
    .margem-direita {
        margin-right: 32px;
    }
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    width: 100%;
    overflow-y: hidden;
} 
/* bootstrap hack end */

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.icon-bar {
    width: 100%;
    background-color: #FFF;
    overflow: auto;
}

.icon-bar a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}



.icon-bar a:hover {
    background-color: #000;
}

.active {
    background-color: #4CAF50 !important;
}

.dropdown-menu i {
    margin-right: 10px;  
}
@media screen and (max-width: 768px){
    .dropdown-menu i {  
        color: white;
    }

    /*.dropdown-menu > li > a {   
       color: white !important;
    }*/
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px; /* New width for default modal */
    }
    .modal-sm {
        width: 350px; /* New width for small modal */
    }
}
@media screen and (min-width: 992px) {
    .modal-lg {
        width: 90%; /* New width for large modal */
    }
}

.range {
    display: table;
    position: relative;
    height: 25px;
    margin-top: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.range input[type="range"] {
    outline: none;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary output {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"] {
    outline-color: rgb(66, 139, 202);
}

.range.range-success input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success output {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"] {
    outline-color: rgb(92, 184, 92);
}

.range.range-info input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info output {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"] {
    outline-color: rgb(91, 192, 222);
}

.range.range-warning input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning output {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"] {
    outline-color: rgb(240, 173, 78);
}

.range.range-danger input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger output {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"] {
    outline-color: rgb(217, 83, 79);
}

.input-sm {
    height: auto;
}    
select.input-sm {
    height: auto;
}    

div.carregando {
    background-image: url("img/loading.gif") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    pointer-events: none;
    height: 100%;
}
div.carregando .opacidade {
    opacity: 0.4;
}

.active {
    background-image: linear-gradient(to bottom,#96b739 0,#70882a 100%) !important;
    background-repeat: repeat-x;
    color: white !important;
}
.active:hover {
    background-position: 0;
}