body {
	margin: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

td {
	font-size: 12px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #F38630;
	text-decoration: none;
}

.labelTitulo {
	margin-top: 0.8em;
	font-weight: bold;
	display: block;
}

.labelDesc {
	margin-top: 0.8em;
	display: block;
}

.divMensagemErro {
	color: #FF0000;
	margin: 0.2em 0em 0.2em 0em;
	font-size: 11px;
}

input[type="text"],
input[type="search"],
input[type="password"] {
	width: 100%;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 5px 5px 5px 5px;
}

input[type='checkbox'] {
	position: relative;
	vertical-align: middle;
	bottom: 1px;
}

select {
	width: 100%;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 4px 1px 4px 1px;
}

input:-moz-read-only { /* For Firefox */
	background-color: #F0F0F0;
}

input:read-only { 
	background-color: #F0F0F0;
}

.divSuperiorOut {
	background-color: #365fc9;
	width: 100%;
}

.navigation {
	margin: auto;
	display: flex;
	height: 25px;
	padding: 12px 0px 18px 0px;
	max-width: 1200px;
}

.divInfoOut {
	width: 100%;
}

.divInfoInner {
	margin: auto;
	display: flex;
	padding: 5px 0px 5px 0px;
	max-width: 1200px;
}

.divPrincipal {
	margin: auto;
	min-width: 200px;
	min-height: 81%;
	width: 1200px;
}

.divLinha {
	display: -webkit-inline-box;
}

.divCelula-2 {
	width: 48%;
	margin-right: 10px;
}

.divCelula-3 {
	width: 33%;
	margin-right: 10px;
}

.titulo {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	padding: 1em 0em 0em 0em;
}

.subtitulo {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	padding: 2em 0em 0em 0em;
}

.btn {
	padding: 0.75em 1.5em;
	margin-right: 12px;
	font-size: 12px;
	line-height: 1.75;
	border-style: none;
}

.btnVerde {
	color: #ffffff;
	background: #4aa94a;
}

.btnVerde:hover {
	color: #ffffff;
	background: #419441;
}

.btnCinza {
	color: #ffffff;
	background: #ababab;
}

.btnCinza:hover {
	color: #ffffff;
	background: #909090;
}

.btnFiltroCinza {
	color: #ffffff;
	background: #ababab;
	font-weight: bold;
	border-style: none;
	padding: 0.5em 0.7em;
}

.btnFiltroCinza:hover {
	background: #909090;
}

.divDireiraAlign {
	float: right;
}

.divCenterAlign {
	margin: auto;
}

.divInputExceptionMsg {
	background-color: #e5e96c;
	border-color: #d1cf20;
	border-style: solid;
	border-width: 1px;
	color: #acb11e;
	padding: 1em;
	margin: 1em;
}

.divErrorMsg {
	background-color: #df8f8f;
	border-color: #b02e2e;
	border-style: solid;
	border-width: 1px;
	color: #822121;
	padding: 1em;
	margin: 1em;
}

.divSucessoMsg {
	background-color: #8fdf94;
	border-color: #46af4b;
	border-style: solid;
	border-width: 1px;
	color: #266e2a;
	padding: 1em;
	margin: 1em;
}

.divAvisoMsg {
	background-color: #fff9c4;
	border-color: #fdd835;
	border-style: solid;
	border-width: 1px;
	color: #a58f00;
	padding: 1em;
	margin: 1em;
}

.divInfoMsg {
	background-color: #9ed3f2;
	border-color: #4ca1d2;
	border-style: solid;
	border-width: 1px;
	color: #2072a1;
	padding: 1em;
	margin: 1em;
}

#divFilterAccordion {
	background-color: #eaeaea;
	border-color: #c2c2c2;
	border-width: 1px;
	border-style: solid;
	padding: 0.7em;
}

#divFilterAccordion font.accordion {
	font-size: 12px;
	padding: 5px 0px 10px 0px;
}

.divFooter {
	border-top-color: #ffc600;
	border-top-style: solid;
	border-top-width: 0.3em;
	background-color: #3060db;
	margin-top: 1em;
	width: 100%;
}

.divFooterInner {
	margin: auto;
	min-width: 200px;
	width: 1200px;
	height: 5em;
}

.ui-widget {
	font-size: 10px;
}

.ui-widget-content {
	font-size: 10px;
}

.labelInputDesc {
	font-size: 11px;
}

.labelInputInfo {
	font-size: 11px;
}

.px10 {
	width: 10px !important; 
}

.px30 {
	width: 30px !important; 
}

.px100 {
	width: 100px !important;
}

.px265 {
	width: 265px !important;
}

.px300 {
	width: 300px !important;
}

.em3 {
	width: 3em !important;
}

.em4 {
	width: 4em !important;
}

.em11 {
	width: 11em !important;
}

.em14 {
	width: 14em !important;
}

.em18 {
	width: 18em !important;
}

.filtro {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 5px;
}

.filtroSelect {
	padding: 0px 1px 0px 1px;
}

.btnIcon {
	margin-right: 10px;
	font-size: 12px;
	border-style: none;
}

.ui-combobox2-input {
	height: 26px;
	float: left;
}

.ui-combobox2-button {
/*	float: left; */
	height: 26px;
	width: 19px !important;
}


/* IE8 uses \0 */
@media all\0 { 
	.ui-combobox2-button {
		height: 23px;
	}
} 

/* IE9 uses \9 */
@media all and (monochrome:0) { 
	.ui-combobox2-button {
		height: 26px\9;
	}
}

/* IE10 Edge */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ui-combobox2-button {
		height: 26px;
	}
}

/* override jquery ui style */
.ui-widget-overlay {
	opacity: .8 !important;
	filter: Alpha(Opacity=80) !important;
	background: none !important;
	background-color: #D3D3D3 !important;
}

/* override jquery ui style */
.ui-widget-content {
	background: none !important;
	background-color: #ffffff !important;
}

.ui-autocomplete {
	max-height: 210px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* TOOLTIP - IN�CIO */
.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	box-shadow: 0 0 7px black;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/* TOOLTIP - FIM */

.clearable{
  background: #fff url(/imgs/x.gif) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }			  /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

#msgAguarde {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #cccccc;
	opacity: 0.75;
}

#msgAguardeInner {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ffffff;
	padding: 10px;
	border: #aaaaaa 2px solid;
}