/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

html, body, input {
	/* font-family: 'montserrat', 'Trebuchet MS', 'Arial'; */
	/* font-family: Proxima Nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
	font-family: 'Segoe UI Emoji','montserrat', 'Trebuchet MS', 'Arial';
	font-size: 14px;
	color: #000;
}

html, body {
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	/* height: 100% !important; */
}
body {
	background: #e6e6e6;
	font-size: small;
	margin: 8px 0 16px;
	text-align: center;
}
tfoot select {
	margin-top: 10px !important;
}
.divProgress {
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
	position: fixed; 
	z-index: 10000; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	text-align: center; 
	background: #E9E9E9; 
	opacity: 1;
}
.divProgress p {
	font-size: 20px;
	font-weight: bold;
}
.nfview {
	color: #00754A;
	text-decoration: none;
}
.nfview:hover{
	font-weight: bold;
}
.link {
	color: #00754A;
	text-decoration: none;
}
.link:hover{
	font-weight: bold;
}
label {
	text-align: left !important;
	font-size: 11px !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;
}
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; 		
}
.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: 8px !important; 
	display: block; 
	height: 20px; 
	position: fixed; 
	right: 10px;
	z-index: 9999;
	font-weight: bold;
	background: linear-gradient(106.03deg,rgba(0,0,0,.2555) 34.23%,rgba(0,0,0,0) 70.71%),linear-gradient(304deg,#00754a 14.05%,#18392f 202.87%);
	color: #fff;
}
.voltarTopo {
}
.finalPagina {
}
.voltarTopo:hover, .finalPagina:hover { 
	cursor: pointer; 
}
.width5 {
	width: 5% !important;
}
.width10 {
	width: 10% !important;
}
.width15 {
	width: 15% !important;
}
.width20 {
	width: 20% !important;
}
.width25 {
	width: 25% !important;
}
.width30 {
	width: 30% !important;
}
.width35 {
	width: 35% !important;
}
.width40 {
	width: 40% !important;
}
.width45 {
	width: 45% !important;
}
.width50 {
	width: 50% !important;
}
.width55 {
	width: 55% !important;
}
.width60 {
	width: 60% !important;
}
.width65 {
	width: 65% !important;
}
.width70 {
	width: 70% !important;
}
.width75 {
	width: 75% !important;
}
.width80 {
	width: 80% !important;
}
.width85 {
	width: 85% !important;
}
.width90 {
	width: 90% !important;
}
.width95 {
	width: 95% !important;
}
.width100 {
	width: 100% !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.bold {
	font-weight: bold !important;
}
.destaque {
	color: red !important;
}
.foto {
	/* PODE DAR PROBLEMA NOS DIVS */
	border-radius: 5px;
}
.div-org-contorno { width: 100%; position: relative; float: left; }
.div-org-contorno input[type='file'], 
.div-org-contorno input[type='email'], 
.div-org-contorno input[type='number'], 
.div-org-contorno input[type='password'], 
.div-org-contorno input[type='text'], 
.div-org-contorno input[type='date'], 
.div-org-contorno select, 
.div-org-contorno textarea {
	width: 100% !important;
}
.div-org-100 { width: 99%; position: relative; float: left; padding-left: 5px; }
.div-org-50 { width: 49%; position: relative; float: left; padding-left: 5px; }
.div-org-btn { width: 100%; position: relative; float: left; text-align: center; }
.div-org-33 { width: 32%; position: relative; float: left; padding-left: 5px; }
.div-org-33-meio { width: 32%; position: relative; float: left; padding-left: 11px !important; padding-right: 5px !important; }
.div-org-25 { width: 24.2%; position: relative; float: left; padding-left: 5px; }
@media only screen and (max-width: 719px) {
	.div-org-100, .div-org-50, .div-org-33, .div-org-33-meio, .div-org-25 {
		width: 100% !important;
		padding: 0px !important;
	}
	#cssmenu > ul > li > a {
		padding: 20px 10px;
	}
	.logotaca {
		background: #fff !important;
		margin-left: 0% !important;
	}
	.logotitulo {
		display: none !important;
	}
}
label { 
	border: none;
	color: #222;
	display: block;
	font-size: 95%;
	font-weight: 700;
	line-height: 150%;
	padding: 0 0 1px;
	text-transform: uppercase;
}
.tabela {
	width: 100% !important;
	/* width: auto !important; */
	border-collapse: collapse !important;
	text-align: center;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.tabela .titulos {
	font-weight: bold !important;
	padding: 6px 11px !important;
	background: #f8f8f8 !important;
	color: #000 !important;
	text-align: center;
	vertical-align: middle !important;
}
.tabela td {
	padding: 5px 7px !important;
	/* border: 2px solid #B3B3B3 !important; */
	border: 1px solid #dedede !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 #dedede !important;
	text-align: center;
	vertical-align: middle !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: #00754A;
	color: #fff;
}
[data-tooltip]:hover:after {
	display: block;
	font-size: 14px !important;
}
.tooltip {
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.tooltip .tooltiptext {
	/* EDITADO PARA ATENDER SOFES */
	width: 340px;
    height: 163px;
	top: 0%;
    /* Tamanho e estilo */
    visibility: hidden;
    background-color: #000000;
    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: 50px;
    /* Efeito */
    opacity: 0;
    transition: opacity 1s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
input[type='file'], input[type='email'], input[type='number'], input[type='password'], input[type='text'], input[type='date'], select, textarea {
	padding: 3px 5px 3px 5px;
	/* padding: 5px; */
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 250px;
	box-sizing: border-box;
	/*font-family: montserrat;*/
	color: #000; /* #2C3E50 */
	font-size: 14px !important;
}
/* ALINHAR COM DEMAIS INPUTS */
input[type='date'], select {
	padding-top: 3px !important;
	padding-bottom: 4px !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'] {
	background: linear-gradient(106.03deg,rgba(0,0,0,.2555) 34.23%,rgba(0,0,0,0) 70.71%),linear-gradient(304deg,#00754a 14.05%,#18392f 202.87%);
	padding: 7px 15px !important;
	font-weight: bold;
	color: white;
	border: 0 none;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
	border-radius: 2px;
}
.auto { 
	width: auto !important; 
}
.upper {
	text-transform: uppercase !important;
}
.btnExcel {
	background: #006400 !important;
}
.btnAcao {
	background: gray !important;
}
.btnAcao:hover {
	background: #EF8943 !important;
}
input[type='submit']:hover, input[type='button']:hover, input[type='reset']:hover {
	cursor: pointer !important;
	background: linear-gradient(90deg,#b96c1a 56.87%,#e08626 103.57%) !important;
	color: #fff !important;
}
.input1-junto {
	width: 170px !important;
}
.input2-junto {
	width: 58px !important;
}
.logotop {
	padding-top: 10px !important;
	text-align: center !important;
	width: 100%;
}
.logotop a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.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: center;
	width: 640px;
}
@media only screen and (max-width: 1024px) {
	#form_container {
		width: 90% !important;
	}
}
.linkViewDownload {
	text-decoration: none;
	color: #00754A;
}
.form_container1 {
	width: 60% !important;
}
.form_container2 {
	width: 80% !important;
}
.form_container3 {
	width: 90% !important;
}
#footer {
	width: 100% !important;
	clear: both;
	color: #999999;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 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; 
	*/
	padding: 0px;
	margin: 0px !important;
}
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;
}