#frmCadastroEsic .row{
    margin-left: 0px;
    margin-right: 0px;
}
#frmCadastroOuvidoria .row{
    margin-left: 0px;
    margin-right: 0px;
}
.google-chart {
    width: 90%;
    min-height: 300px;
}

.google-covids {
    width: 90%;
    min-height: 155px;
}

.alinharDireita { text-align: right; }

body{
    /*font-size: 14px;*/
    font-family: 'Open Sans', sans-serif;
}
.content-pesquisa {
    margin-bottom: 30px;
}
.content-tabela {
    margin-bottom: 30px;
}
#pesquisa .content-search{
    width: 100%;
    position: relative;
    padding: 20px 0;
    background-color: #ddd;
    overflow: hidden;
}
#pesquisa h3{
    font-size: 2em;
}
label {
    font-size: 1.1em;
    color: #535353;
    font-weight: normal;
}
#pesquisa form button.btn{
    background-color: #003B7D;
}
.footer-search{
    margin: 45px 0;
    overflow: hidden;
}
.footer-search select{margin:0 10px; }

.content-table-results{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

table.table-results .sort-classificacao, table .val-classificacao{max-width: 295px;}
table.table-results thead tr{background-color: #003B7D;}
table.table-results thead th{
    border: none;
    color: #fff; font-size: 12px;
    border-right: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
}

table.table-results th i{margin-top: 2px;}

table.table-results tbody tr:nth-child(odd){
    background-color: #FFF3D9;
}
table.table-results tbody tr td{
   border: none;
    border-right: 1px solid #ddd;
}

table.table-results tbody tr.total-results td{
    font-weight: bold;
    text-align: center;
}
table.table-results tbody tr.total-results td.val-classificacao{
    text-align: right;
}

.content-pagination{width: 100%; position: relative; margin: 30px 0;}
.content-pagination ul{margin: 0; padding: 0;}
.content-pagination ul li a{font-size: 13px; color: #999;}
.content-pagination ul li.active a{background-color: #003B7D;}

.line .form-group .form-group{
    margin-bottom: 0;
}
.line .input-group-addon{
    cursor: pointer;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #FFF9EA;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #003b7d;
}
.content-tabela thead tr {
    background-color: #003B7D;
    color: #fff;
}
table.dataTable {
font-size: 12px;
}
.total-results{
    font-weight: 600;
}

/***********Página de erro 404******************/
.paginas-erro {
    margin: 50px auto;
    text-align: center;
}
.conteudo-erro h1 {
    background: url(../images/bg-404.gif) no-repeat center center;
    display: block;
    margin: 0 auto 1.25em auto;
    height: 5em;
    overflow: hidden;
    text-indent: -9999px;
}
.conteudo-erro h2 {
    color: #086ac3;
}
.conteudo-erro .img-erro404 {
    width: 170px
}

/*--------EOUV--------*/

.wizard {
    margin: 0px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #003b7d;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.disabled span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.disabled span.round-tab i {
    color: #555;
}
span.round-tab i{
    color:#fff;
}
.wizard li.active span.round-tab {
    background: #003b7d;
    border: 2px solid #003b7d;

}
.wizard li.active span.round-tab i{
    color: #fff;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #003b7d;
    transition: 0.1s ease-in-out;
}
.wizard .nav-tabs{
border-bottom: 0px solid #ddd;
}
.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*CUSTOM TABS*/
.wizard .nav h3{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
/*custom e-ouv*/
.opcao-denuncia button{
    background-color: #e4e4e4;
    color: #fff;
    text-align: center;
    font: 13px 'Open-Sans', sans-serif;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 0px;
    border-bottom: 5px solid #ff0000;
}
.opcao-reclamacao button{
    background-color: #e4e4e4;
    color: #fff;
    text-align: center;
    font: 13px 'Open-Sans', sans-serif;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 0px;
    border-bottom: 5px solid #ff8304;
}
.opcao-solicitacao button{
    background-color: #e4e4e4;
    color: #fff;
    text-align: center;
    font: 13px 'Open-Sans', sans-serif;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 0px;
    border-bottom: 5px solid #006e1a;
}
.opcao-sugestao button{
    background-color: #e4e4e4;
    color: #fff;
    text-align: center;
    font: 13px 'Open-Sans', sans-serif;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 0px;
    border-bottom: 5px solid #ffcd09;
}
.opcao-elogio button{
    background-color: #e4e4e4;
    color: #fff;
    text-align: center;
    font: 13px 'Open-Sans', sans-serif;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 0px;
    border-bottom: 5px solid #d41c73;
}
.opcao-eouv button{
    background-color: #e4e4e4;
    color: #fff;
    text-align: center;
    font: 13px 'Open-Sans', sans-serif;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 0px;
    border-bottom: 5px solid #0081ff;
}
.opcao-eouv button:hover, .opcao-elogio button:hover, .opcao-sugestao button:hover, .opcao-solicitacao button:hover, .opcao-reclamacao button:hover, .opcao-denuncia button:hover{
    background-color: #ddd;

}

.opcao-denuncia button i,.opcao-eouv button i,.opcao-elogio button i,.opcao-sugestao button i,.opcao-solicitacao button i,.opcao-reclamacao button i,.opcao-denuncia button i{
    font-size: 40px;
    margin-bottom: 20px;
    color: #003b7d;
}
.opcao-denuncia h3, .opcao-eouv h3,.opcao-elogio h3, .opcao-sugestao h3, .opcao-solicitacao h3, .opcao-reclamacao h3{
    font-size: 18px;
        color: #000;
}
.icon-cons {
    float: left;
    width: 100px;
    height: 70px;
    background-color: #003b7d;
    text-align: center;
        border-radius: 5px 0 0 5px;
}
.icon-cons i{
color: #fff;
    margin-top: 17px;
    font-size: 30px;
}
.opcao-consulte, .opcao-pergfre {
    background-color: #e4e4e4;
    height: 70px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.opcao-consulte h3, .opcao-pergfre h3{
    padding-top: 22px;
    padding-left: 115px;
    color: #333;
}
.alerta-cadastro, .alerta-consulta{
    display: none;
}
#servicos h3, #servicos h4{
    color: #003B7D;
}
#servicos h3, #servicos h4{
    color: #003B7D;
}

#servicos .panel-heading h3, .panel-default h4 a{
    color: #fff;
}
.radio label, .radio  label, .radio  label{
    color: #003B7D;
}
#menu-botoes h3{
    color: #003b7d;
}
.opcao-consulte h3, .opcao-pergfre h3{
    color: #003b7d !important;
}
div#callout-type-dl-truncate {
    margin-bottom: 40px;
        background-color: #f5f5f5;
}
.page-header {
    padding-bottom: 9px;
    margin: 15px 0 35px;
    border-bottom: 1px solid #eee;
}
tbody{
    border: 1px solid #e2e2e2;
}
.btn-file{
    width: 100% !important;
}
/*-------FIM EOUV-------*/
/*ACESSIBILIDADE*/

/*accesskey*/
/*
a[accesskey]:after, button[accesskey]:after, input[accesskey]:after,
label[accesskey]:after, legend[accesskey]:after, textarea[accesskey]:after {
    margin-left: 0.3em;
    content: "[" attr(accesskey) "]";
}
*/
