

/*----------|Body e classses gerais |----------------*/
html {
    position: relative;
    min-height: 100%;
}


body {
	/*background-color: #006BB7 !important;*/
	font: 14px Arial;
	color: #333;
      margin: 0 0 60px; /* altura do seu footer */
}
footer {
    position: absolute; 
    bottom: 0px; 
    width: 100%; 
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #5CB85C;
}


/*--------|Geral|-----------*/

#Geral {
	background: #FFF;
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding-bottom: 20px;
	padding-left:1px !important;
	padding-right:1px !important;
}

.topoWeb{background:url(../img/bgTopo.png) repeat 0 0; padding:4px;}
.topoTitulo {background:url(../img/bgTopo3.png) repeat-x 0 0; padding-bottom:10px; padding-top:10px; background-color:#f5f5f5;}
.marca {text-align:center;}
.topoAbaixoTitulo {background:url(../img/bgAbaixoTopo.png) repeat-x 0 0; padding-bottom:1px; padding-top:0px; background-color:#f5f5f5;}
.topoTitulo span{background:none;font-size: 25px;font-style:italic;letter-spacing: -1px; color: #006BB7; font-weight:bold;margin-top:0px !important;}
.TextoTituloMenor {font-size: 18px !important;font-weight:normal !important;letter-spacing: -1px;position: relative; line-height: 95%;color: #006BB7;}

.navbar-toggle {padding:2px !important; margin-bottom:2px !important; margin-top:3px !important; }


.dadosTitulo { 
	width: 60%; 
	/*border-left: 1px solid #CCC; */
	/*padding: 5px 0 5px 12px;*/
	font-family: Arial;
	font-weight: bold;
	font-size: 25px;
	font-style:italic;  
	letter-spacing: -1px; 
	margin-left:15px; 
	float: left; 
	position: relative; 
	top: 10px; 
	/*line-height: 58px;*/
	color: #006BB7; /*titulos do topo padrão*/
	margin-top:0px !important;
	height: 58px;
	border-right: 1px solid #CCC;
}

.dadosUsuario { 
	width: 25%; 
	font-size: 25px;
	float: left; 
	position: relative; 
	top: 10px; 
	line-height: 95%;
	color: #006BB7; /*titulos do topo padrão*/
	vertical-align:middle;
	margin-top:0px !important;
	height: 58px;
	padding-left:15px;
}

.dadosUsuario img { 
	height: 58px; 
	padding: 0px !important;
}

.Footer 
{
	background-color: #337AB7 !important;
	border-top: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom:0px;
	text-align:center;
	color: #FFF;
	/*margin-top:20px;*/
	position:relative;	
	width:100%;
	float:left;
}



legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.input-sm{
    text-transform: uppercase;
}

.NomalLetra{ 
    text-transform: none;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}
.asterisco {
    font-size: 16px;
    line-height: 5px;
    color: #ff6600;
}

.has-invalido .form-control {
    border-color: #ff6600;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #337ab7;
    background-color: #337ab7;
    color: #fff;

}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #337ab7;

}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.panel-footer-botao {
    padding: 10px 15px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hr-alterado {
    margin-top: 0px; 
    margin-bottom: 0px; 
    border: 0;
    border-top: 1px solid #eee;
}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 8px;
}





.modalProgress
{
    position: fixed;
    z-index: 9998;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.center22
{
   
    z-index: 9999;
    margin: 300px auto;
    padding: 10px;
    width: 300px;
    background-color: White;
     filter: alpha(opacity=99);
    opacity: 100;
    -moz-opacity: 100;
    border-radius: 10px;
 
  
}
.center img
{
    height: 128px;
    width: 128px;
}