html, body {
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	height: 100% !important;
	font-family: 'Trebuchet MS', 'Arial' !important;
	font-size: 16px !important;
	color: #000 !important;
}
body {
	background: #F5F5F5;
	font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	margin: 8px 0 16px;
	text-align: center;
}
input[type=checkbox]:before {		
	content: "";			
	background-color: #B3B3B3;		
	display: inline-block;			
	margin-right: 10px;					
	width: 9px;						
	height: 9px;						
	border: 2px solid #fff;							
	visibility: visible;				
	box-shadow: 0 0 0px 1px #B3B3B3;	
}		
input[type=checkbox]:checked:before {		
	background-color: #000;	
}
input[type=checkbox]:hover { 			
	cursor: pointer !important; 		
}
input[type=radio]:before {		
	content: "";			
	background-color: #B3B3B3;		
	display: inline-block;			
	margin-right: 10px;					
	width: 9px;						
	height: 9px;						
	border: 2px solid #fff;				
	-webkit-border-radius: 10px;			
	border-radius: 10px;					
	visibility: visible;				
	box-shadow: 0 0 0px 1px #B3B3B3;	
}
input[type=radio]:checked:before {		
	background-color: #000;				
}		
input[type=radio]:hover { 			
	cursor: pointer !important; 		
}
input[type="search"] {
	background-image: url('../img/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 12px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin: 10px 0px;
}
.voltarTopo, .finalPagina { 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	border: 0px !important; 
	padding: 13px; 
	text-align: center; 
	opacity: 0.9; 
	bottom: 20px !important; 
	display: block; 
	height: 20px; 
	position: fixed; 
	right: 20px;
	z-index: 9999;
	font-weight: bold;
}
.voltarTopo {
	background: #000 !important; 
	color: #fff !important;
}
.finalPagina {
	background: #bf0000 !important; 
	color: #fff !important;
}
.voltarTopo:hover, .finalPagina:hover { 
	cursor: pointer; 
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.bold {
	font-weight: bold !important;
}
.destaque {
	color: red !important;
}
.upper {
	text-transform: uppercase !important;
}
.tabela { 
	margin-top: 3%;
	margin-bottom: 3%;
	width: 98% !important;
	/* width: auto !important; */
	border-collapse: collapse !important;
	text-align: center;
	max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.tabela .titulos {
	font-weight: bold !important;
	padding: 6px 11px !important;
	/* background: #DADADA !important; */
	color: #000 !important;
	text-align: center;
	vertical-align: middle !important;
}
.tabela td {
	padding: 3px 7px !important;
	/* border: 2px solid #B3B3B3 !important; */
	border: 1px solid #000000 !important;
	text-align: center;
	/* vertical-align: middle !important; */
	vertical-align: top !important;
}
.tabela td:last-child {
	border-right: 0;
}
.tabela tbody > tr:nth-child(odd) > td,
.tabela tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8 !important;
}
.tabela th {
	padding: 3px 7px !important;
	border: 1px solid #000000 !important;
	text-align: center;
	vertical-align: middle !important;
}
.tabela a, #example a { font-weight: bold !important; color: #D2002C !important; text-decoration: none !important; }
.tabela a:hover, #example a:hover { color: #bf0000 !important; }
@media (max-width: 767px) {
	.table-responsive {
		display: block;
		position: relative;
		width: 100%;
	}
	.msginv {
		display: none !important;
	}
	.tabela .titulos {
		padding: 0px !important;
	}
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive th,
	.table-responsive td,
	.table-responsive tr {
		display: block;
	}
	.table-responsive td,
	.table-responsive th {
		height: 30px;
	}
	.table-responsive thead {
		float: left;
	}
	.table-responsive tbody {
		width: auto;
		position: relative;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.table-responsive tbody tr {
		display: inline-block;
	}
	.table td:last-child {
		border-right: red solid 1px;
	}
}
[data-tooltip] {
	position: relative;
}
[data-tooltip]:after {
	display: none;
	position: absolute;
	top: -3px;
	padding: 5px;
	border-radius: 3px;
	left: 150%;
	content: attr(data-tooltip);
	white-space: nowrap;
	background-color: #D2002C;
	color: #fff;
}
[data-tooltip]:hover:after {
	display: block;
	font-size: 14px !important;
}
.tooltip {
    position: relative;
    display: inline-block;
	cursor: default;
}
.tooltip .tooltiptext {
    /* Tamanho e estilo */
    visibility: hidden;
    width: 400px;
    background-color: #D2002C;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 2px 5px 2px 5px;
    /* Posição */
   	position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 0%;
    margin-left: 20px;
    /* Efeito */
    opacity: 0;
    transition: opacity 1s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
input[type='email'], input[type='number'], input[type='password'], input[type='text'], input[type='date'], select, textarea {
	margin: 3px;
	border: 2px solid #CCC;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	font-family: 'Trebuchet MS', 'Arial' !important;
	font-size: 16px !important;
}
input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='date'] {
	width: 250px;
	padding: 0.2em;
}
input[type='submit'], input[type='button'], input[type='reset'] {
	color: #fff !important;
	padding: 7px 15px !important;
	border: 1px solid #fff;
	border-radius: 3px !important;
	background: #D2002C;
}
.btnExcel {
	background: #006400 !important;
}
.btnAcao {
	background: gray !important;
}
input[type='submit']:hover, input[type='button']:hover, input[type='reset']:hover {
	cursor: pointer !important;
	background: #000 !important;
	color: #fff !important;
}
select {
	width: 260px !important;
	padding: 0.1em;
}
.input1-junto {
	width: 170px !important;
}
.input2-junto {
	width: 58px !important;
}
.logotop {
	text-align: center !important;
	background-color: #FECC00 !important;
	width: 100%;
}
.tituloh2 { 
	text-align: center !important;
}
.sombra {
	text-shadow: 0.05em 0.05em 0.05em #333 !important;
}
#form_container {
	background:#fff;
	padding: 15px !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(130,130,130,1) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(130,130,130,1) !important;
	box-shadow: 0px 0px 10px 0px rgba(130,130,130,1) !important;
	margin: 0 auto;
	margin-top: 20px !important;
	margin-bottom: 50px !important;
	text-align: left;
	width: 640px;
}
.form_container2 {
	width: 80% !important;
}
.form_container3 {
	width: 90% !important;
}
#footer {
	width: 100% !important;
	clear: both;
	color: #999999;
	text-align: center;
	padding-bottom: 15px;
	font-size: 85%;
}
#footer a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
form.appnitro {
	margin: 20px 20px 0;
	padding: 0 0 20px;
}
img {
	border: none;
}
.appnitro {
	font-family: Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
}
.appnitro li {
	width: 61%;
}
form ul {
	font-size: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
form li {
	display: block;
	margin: 0;
	padding: 4px 5px 2px 9px;
	position: relative;
}
form li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.buttons:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.buttons {
	clear: both;
	display: block;
	margin-top: 10px;
}
* html form li {
	height: 1%;
}
* html .buttons {
	height: 1%;
}
* html form li div {
	display: inline-block;
}
form li div {
	color: #444;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}
form li span {
	color: #444;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}
.clear {
	clear: both;
}
form li div label {
	clear: both;
	color: #444;
	display: block;
	font-size: 9px;
	line-height: 9px;
	margin: 0;
	padding-top: 3px;
}
form li span label {
	clear: both;
	color: #444;
	display: block;
	font-size: 9px;
	line-height: 9px;
	margin: 0;
	padding-top: 3px;
}
.form_description {
	border-bottom: 1px dotted #ccc;
	clear: both;
	display: inline-block;
	margin: 0 0 1em;
}
.form_description[class] {
	display: block;
}
.form_description h2 {
	clear: left;
	font-size: 160%;
	font-weight: 400;
	margin: 0 0 3px;
}
.form_description p {
	font-size: 95%;
	line-height: 130%;
	margin: 0 0 12px;
}
form hr {
	display: none;
}
input.button_text {
	overflow: visible;
	padding: 0 7px;
	width: auto;
}
.buttons input {
	font-size: 120%;
	margin-right: 5px;
}
label.description {
	border: none;
	color: #222;
	display: block;
	font-size: 95%;
	font-weight: 700;
	line-height: 150%;
	padding: 0 0 1px;
}