@charset "utf-8";

.campo-ficha {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #7F9DB9;
	color:#434343;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	padding:1px 0px 1px 2px;
	font-weight:normal;
	overflow:hidden;
	height:12px;
	width: 95%;
	float: left;
}

.habilitado {
	background-color: #FFFFFF !important;
}

.desabilitado {
	background-color: #DFE1E1 !important;
}

.pointer {
	cursor: pointer;
}

.select {
	height: 16px;
	padding: 0px;
	width: 96%;
}

.campo-filtro-valor {
	width: 42.5%;
	padding: 1px 0 1px 0;
}

.campo-filtro-data {
	width: calc(42.5% - 15px);
	padding: 1px 0 1px 0;
	text-align: center;
}

.com-botao {
	width: calc(95% - 18px);
}

.botao-responsivo {
	float: left;
}

.campo-texto-ficha {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #7F9DB9;
	color:#434343;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	padding:1px 0px 1px 1px;
	font-weight:normal;
	overflow: auto;
	height:80px;
	width: 98.4%;
	float:left;
}

.tituloCampo {
	color: #004080;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 95%;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	margin-bottom: 3px;
}

.strike {
	display: block;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	color: #706a6a;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 5%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strike > span {
	position: relative;
	display: inline-block;
}

.strike > span:before,
.strike > span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #c9c3c3;
}

.strike > span:before {
	right: 100%;
	margin-right: 15px;
}

.strike > span:after {
	left: 100%;
	margin-left: 15px;
}