
/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works.
***********************************/
.navbar{border-radius: 0;}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 10px;
  width: auto;
}
#principalNavbar{
    font-size: 1.3em;
}

body{ background-color: #dbe4e9;}

table thead {
    background-color: #337ab7;
    color: #ffffff;
}
#divisao01{
	margin-top: 0;
    width: 100%;
    min-height: 100%; /* Alterado para mostrar 100% do background ANTIGO: 39em; */
    position: fixed;
    z-index: -999; /* Adicionado para jogar a div atrás de todas as outras divs */
    top: 0;

}

#divisao01{
    background-color: #C9E0F0;
    background-repeat: repeat;
    background-position: top;
    background-size: 100% cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

nav.navbar.navbar-inverse{margin-bottom: 0;}

#corpo{
        margin-top: 7em; /* ANTES: -29em */
        background-color: #ffffff;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(186,180,186,1);
        -moz-box-shadow: 2px 2px 5px 0px rgba(186,180,186,1);
        box-shadow: 2px 2px 5px 0px rgba(186,180,186,1);
}
/* Media Querys para ajudar margem do topo nas resoluções */
@media (max-width: 576px) {
    #corpo{
        margin-top: 5em !important;
    }
    .corpocampo{
        margin-top: 1em !important;
    }
}

@media (min-width: 768px) {
    #corpo{
        margin-top: 12em !important;
    }
    .corpocampo{
        margin-top: 1em !important;
    }
}

@media (min-width: 992px) {
    #corpo{
        margin-top: 12em !important;
    }
    .corpocampo{
        margin-top: 2em !important;
    }
}
@media (min-width: 1200px) {
    #corpo{
        margin-top: 10em !important;
    }
    .corpocampo{
        margin-top: 1em !important;
    }
}
@media (min-width: 1252px) {
    #corpo{
        margin-top: 8em !important;
    }
    .corpocampo{
        margin-top: 2em !important;
    }
}



#corpo h1{color: rgb(10, 10, 10);}

.clear_ambos{clear: none;}

.caption{word-wrap: break-word;}

#Avisos_e_Noticias{
	float: left;
    /* width: 18%; Foi retirado pra a div ter 100% do tamanho da tela */
    margin-left: 0.625em;
    display: block;
    right: 1%;
    z-index: 999;
}
@media (max-width: 767px){
    .affix {
        position: static;
        width: auto;
        top: 0;
    }
}


.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

@media (max-width: 768px){
    .row-flex > div[class*='col-'], .container-flex > div[class*='col-']{
        width: 100% !important;
    }
}
  

#ultima_visita div.thumbnail {
    min-height: 10.31em;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(186,180,186,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(186,180,186,1);
    box-shadow: 2px 2px 5px 0px rgba(186,180,186,1);
}

#footer{
	margin-top: 1.5em;
	min-height:10em;
	background-color: rgba(176, 190, 197, 1); 
    border-top: 2px solid #ffffff;
}

#footer a {color:#000000;}
#footer h4 {border-bottom: 1px solid #3a6073;}


/** Início - Twitter Bootstrap 3.2.0 Callout CSS Styles **/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    max-width: 100%; /*Adicionado um tamanho máximo fixo*/
    background: #fff;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/** Fim - Twitter Bootstrap 3.2.0 Callout CSS Styles **/

/* Portal RPV/Precatorio */
.align-left{text-align: left;}
.align-right{text-align: right;}
.align-center{text-align: center;}

.tabelaAdmin{
    margin-top: 15px;
}
.tabelaAdmin > thead{
    background: #428bca;
}
.tabelaAdmin > tbody> tr > th, .tabelaAdmin > tbody> tr > td{
    vertical-align: middle;
}

.avisosCake{
    margin-top: 15px;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; cursor: move;}
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; }
#sortable li span {margin-left: -1.3em; }

.modalOrdenar{min-height: 50%;}

.collapse{
    overflow: hidden;
    display: none;
}

.siteTitle{
    color: #fff;
    background-color: #080808;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    text-decoration: none;
}
a.siteTitle:hover{
    color: #fff;
    text-decoration: none;
}

@media(min-width:992px){ 
    #formPesquisa .panel {
        min-height: 405px;
    }
}

/* ajuste panel*/
@media (max-width:575.98px){
    .ajustepane{
    min-height:21.5em;
    }
    .central{
        /*padding-top:58px;*/
        padding-top:2.375em;
        
        }
    
    div#acesso_varas .btn-group-vertical > .btn, .btn-lg {font-size: 10px;}

    }
    
@media (min-width: 576px) and (max-width:767.98px) {
        .ajustepane{
            min-height:18.500em;
        }
        .central{
            /*padding-top:50px;*/
            padding-top:1.875em;
        }
    }
    
@media (min-width: 768px) and (max-width:991.98px)  {
        .ajustepane{
            min-height:22em;
        }
        .central{
            padding-top:60px;
        }
    }
@media (min-width: 992px) and (max-width:1199.98px) {
        .ajustepane{
            min-height:19.1em;
        }
        .central{
            /*padding-top:50px;*/
            padding-top:1.875em;
        }
    }
    
@media (min-width:1200px){
        
        .ajustepane{
           height:17.8em;
            
        }
        .central{
            padding-top:8%;
        }
       
        @-moz-document url-prefix() {
            .ajustepane {
                height:19.2em;
            }
            .central{
                /*padding-top:50px; */
                padding-top:1.875em;
            }
        }
    
    }



/* Dashboard */
.dashboard{
    
}
.btn-dashboard{
    color: #fff;
    background-color: #337ab7;
    border-color: none;
    padding: 30px;
    width: calc(25% - 4px);
    margin-top: 4px;
}
a.btn-dashboard:hover, a.btn-dashboard:link, a.btn-dashboard:visited, a.btn-dashboard:active{
    color: #fff;
}

.faqBts{margin-top: 10px;}

.ajusteform{
    table-layout:fixed;

}

.ajustetd{
    word-wrap:break-word;
}


@-moz-document url-prefix() {
    
    .ajusteform{
        table-layout:fixed;
    
    }
    
    .ajustetd{
        word-wrap:break-word;
    }
    }

    .navbar-inverse{
        background-color: #000000;
        border-color: #000000;
    }

/** Painel das Varas - Início **/
div#acesso_varas {min-height: 22.55em;}

div#acesso_varas .btn-group-vertical > .btn, .btn-lg {font-size: 14px;}
/** Painel das Varas - Fim **/

div#tipos_servicos {
    width: 25em;
    height: 30em;
    padding: 0.5em;
    margin: auto;
}


/** Servidores do Primeiro e Segundo Graus / Advogados e Partes - Início **/
div#servidores_jf5, div#tipos_servicos_adv {
    width: 40em; 
    height: 20em; 
    padding: 0.5em; 
    margin: auto; 
    border: solid #ebebeb 1px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

.primeiro_botao{
    margin-bottom: 2.5em; 
    margin-top: 0.5em;
}

.segundo_botao{
    margin-bottom: 2.5em;
}

.terceiro_botao{
    margin-bottom: 4em;
}

/** Servidores do Primeiro e Segundo Graus / Advogados e Partes - Fim **/

/** Home.ctp - Tipos de Serviços - Início **/

div#tipos_servicos{
    width: 40em; 
    height: 16em; 
    padding: 0.5em; 
    margin: 4em auto; 
    border: solid #ebebeb 1px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    -webkit-box-shadow: 2px 5px 11px 1px rgba(111,111,111,0.66); 
    box-shadow: 2px 5px 11px 1px rgba(111,111,111,0.66);"

}

.primeiro_botao1{
    margin: 3em 0 2em;
}

´.segundo_botao2{
    margin-bottom: 3em;
}
/** Home.ctp - Tipos de Serviços - Fim **/