
nav.navbar.navbar-default{
    background-color: #A14961;
    border-color: #A14961;
    margin-top: 10px;	
}

nav.navbar.navbar-default a {
    color: white;
}

li p.navbar-text, a.navbar-brand {
    color: white!important;
    font-weight: bolder;
}

footer.footer {
    background-color: #A14961;
    border-color: #A14961;
    margin-top: 55px;
    color: #E9CFC9;
    border-radius: 5px;
    font-size: 12px;
    text-align: right;
}

footer.footer p {
    padding: 10px;
}

nav.navbar.navbar-default a:hover {
    color: #222;
}

span#pequeno {
    font-size: 12px;
    color: #000;
}

span#tamanho_fonte {   
    font-size: 25px;
}

span#red {
    font-size: 14px;
    color: #FF0000;
    font-weight: normal;
}

span#verde {
    font-size: 16px;
    color: green;
}

span#vermelho {
    font-size: 16px;
    color: red;
}


span#vermelho_pequeno {
    font-size: 12px;
    color: red;
}

span#branco {
    font-size: 15px;
    color: #FFF;
}

.navbar-right {
    float: right !important;
    margin-right: 15px;
    margin-top: -50px;
  }
  
  
.navbar-right2 {
    float: right !important;
    margin-right: -15px;
    margin-top: 50px;
  }
  
  .content-fixed {
      min-height: 300px;
  }
  
.btn-primary-verde {
  color: #ffffff;
  background-color: green;
  border-color: #2e6da4;
}

.btn-primary-azul {
  color: #ffffff;
  background-color: blue;
  border-color: #2e6da4;
}

div.cabecalho_interno a {
    margin: 24px 0 0 10px;
}


.fa.fa-file-word-o {
    font-size:30px;
}


.glyphicon2.glyphicon-thumbs-up{
    font-size:30px;  
}


.glyphicon2.glyphicon-upload{
    font-size:30px;  
}


.glyphicon2 {
    position: relative;
    top: 8px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.form-control_buscador {  
    width: 30%;
    margin-right: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.box-toggle {
    width:100%;
    margin:0;
    text-align:justify;
    font:12px/1.4 Arial, Helvetica, sans-serif;
}
	
.box-toggle .tgl {
    margin-bottom:30px;
}

.box-toggle span {
    display:inline;
    cursor:pointer;
    font-weight:normal;
    font-size:20px;
    color:black; 
    margin:13;
    }
        
div.checar{
    font-weight:bold;
    font-size:14px;
    color:#c30;
    display:inline;
    }
        
span.nome_tabela{
    font-weight:normal;
    font-size:21px;
    color:black;
    cursor:auto;
}

.tamanho_select{
    width: 70px;
}

.content-wrapper {
    overflow: auto;
}


.autocompletar {
    width:100%;
}

.tamanho_input{
    width: 75px;
}

.tamanho_input2{
    width: 150px;
}

.tamanho_data{
    width: 100px;
}


.sombreamento {
    background-color: #A14961;
    color: #FFF;
    padding: 12;
}


.sombreamento_td {
    background-color: #858688;
    color: #FFF;
    padding: 12;
}


span#cabecalho {
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Verdana';
}


span#cabecalho_pequeno {
    font-size: 10px;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Verdana';
}


span#tabela_pequeno {
    font-size: 10px;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Verdana';
}

span#tamanho_icone_pequeno {   
    font-size: 15px;
}

.centralizado{
    text-align: center;
}

.font-weight-100 {font-weight: 100;}