#logo {
    max-width: 90px;
}



.campo-cinza {
    background: #C9DDDD;
}

.campo-cinza:nth-child(3n) {
    margin-bottom: 15px;
}

.versao {
    padding-top: 7px;
}

.modal-header {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    background-color: #9BCD9B !important;
    color: white;
}

.erro-login{
    padding: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu{
    display:block;
}

.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu.pull-left{
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.backgroundCabecalhoTabela {
    background-color: #8B6914;
    color: #FFF;
}

.FixedCenter {
    height:200px;
    border: 5px solid black;
    display:block;
    margin: auto;
    width: 300px;
}

.backCanoas{
    background-image: url(../imagens/criancasCapa.jpg);
}

.badge-orange{
    background-color: #FFA54F;
    font-family: Arial;
}

.titulo_pagina{
    text-shadow: black 0.1em 0.1em 0.5em;
    font-weight: bold;    
}

.subtitulo_pagina{
    color: rgba(255, 255, 255, 1); 
    text-shadow: black 0.05em 0.05em 0.1em;
}
.no-data{
    color: #adadad;
}

pre{
    font-weight: bold;
}

.icone{
    color: #5cb85c;
}
.icone:hover{
    color: #398439;
    cursor: pointer;    
}

.divIconesAcao {
    width: 33%;
    float: left;    
    margin-top: 5px;
}

.statusSelecionado {
    display: none;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.statusVerde {
    float: left;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #5CB85C;
    text-align: center;
    line-height: 70px;    
    color: #FFF;
    background-color: #5CB85C;    
}

.statusVermelho {
    float: left;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #AC2925;
    text-align: center;
    line-height: 70px;    
    color: #FFF;
    background-color: #AC2925;    
}

.statusAmarelo {
    float: left;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #FFD700;
    text-align: center;
    line-height: 70px;    
    color: #FFF;
    background-color: #FFD700;    
}

.statusLabel {
    float: left;
    margin: 10px 0px 0px 10px;
}

.divSeparaStatus {
    width: 100%;
    clear: left;
    height: 10px;
}

.botaoStatusAmarelo {
    background-color: #FFD700;    
    color: #FFF;
}

.botaoStatusAmarelo:hover {
    color: #FFF !important;
}

.carregando{ 
    width: 100%; 
    height: 100px; 
    top: 25%; 
    margin: 0px; 
    position: relative; 
    z-index: 9999; 
    display: none; 
    background: #fff; 
}

.carregando strong  { 
    font-size: 12px; 
    text-align: center; 
    float: left; 
    display: block; 
    width: 100%; 
}

.painel-destacado {
    border: 1px solid #E3E3E3;
    border-left-width: 5px;
    border-left-color: #9BCD9B;
    border-right-color: #9BCD9B;
    border-right-width: 5px;
    border-radius: 3px;
    background-color: #F5F5F5;
    padding: 5px;
}

.nome-sistema-extenso {
    color: #FFF;
    font-weight: bold;
    font-size: small;
    margin-bottom: -15px;
    font-family: Verdana, sans-serif;
}

.header-color{
    background-color: #9BCD9B!important; 
    color: #FFF!important;
}

.header-color-darkgreen{
    background-color: #188462!important; 
    color: #FFF!important;
}

.btn-color-darkgreen{
    background-color: #188462!important; 
    color: #FFF!important;
}

.obrigatorio:before{
    content: "*";
    color: #a94442;
}

.painel-classificacao {
    height: 410px;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 0px !important;
}

.tipo-processo {
    text-transform: uppercase;
}

#dados-dependente{
    background-color:#c9dddd;
}

#loading {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display:none;
}

#loading i {
    margin: 16% 44%;
    font-size: 10em;
    color:#9BCD9B;
}