label.required, .required > label {
	padding-right: 10px;
}

label {
	font-family: "Tahoma";
}

input, label, button {
	line-height: 16px;
	color: #000000;
}

select, input, textarea {
	background: #ffffff url(./../../img/bg/input.gif) repeat-x left top;
	margin-top: 5px;
}

#ST_TIPO-P, #ST_TIPO-U {
	margin: 0 5px !important;
}

select {
	padding: 1px 0 1px 3px;
}

button > span {
	float: left !important;
	margin-right: 5px !important;
}

.btEntrar, .ui-button {
}

button.btEntrar {
	line-height: 21px;
	text-align: center;
	min-width: 85px;
}

.ui-button {
	line-height: 21px;
	padding: 0 10px;
}

input[type="checkbox"], input[type="radio"] {
	border: none;
	background: none;
}

input.readonly, select.readonly, textarea.readonly,
input[readonly], select[readonly], textarea[readonly] {
	color: #000000 !important;
	background: #fbfbfb !important;
}

input.disabled, select.disabled, textarea.disabled,
input[disabled], select[disabled], textarea[disabled] {
	color: #cccccc !important;
	background: #eeeeee !important;
}

input.readonly, select.readonly, textarea.readonly,
input[readonly], select[readonly], textarea[readonly] {
	cursor: text !important;
}

input.disabled, select.disabled, textarea.disabled, button.disabled,
input[disabled], select[disabled], textarea[disabled], button[disabled] {
	cursor: not-allowed !important;
	color: #6f6f6f !important;
}

button.disabled, button[disabled] {
	color: #999999 !important;
}

label > input {
	float: none !important;
	vertical-align: top !important;
}

optgroup {
	font-style: italic;
}

optgroup option {
	font-style: normal;
}

fieldset {
	padding-bottom: 10px !important;
}

legend {
	font-size: 14px !important;
}

input.botao, button.botao {
	background: #ffffff url(./../../img/bg/inputBotao.gif) repeat-x left bottom;
	border: 1px solid #0f3135;
	font-weight: bold;
	margin-top: 6px;
	padding: 1px 5px !important;
	*padding: 0;
}

/* Pesquisa de Produtos - Grade */

.gradeProdutos {
	background: #accde2;
	border: 1px solid #153a5a;
	height: 5em;
	margin: 5px 0;
	overflow: auto;
	width: 100%;
}

.gradeProdutos table {
	font-size: 0.75em;
	width: 100%;
}

.gradeProdutos table td:first-child {
	border-top: none;
}

.gradeProdutos table td {
	border-top: 1px solid #000000;
	padding: 2px;
}

.hBox .toolAjuda, .vBox .toolAjuda {
	margin: 8px 0 0 5px;
}

.multiOptions .toolAjuda {
	margin-left: 0;
}

.toolAjuda {
	background: url(./../../img/ico/ajuda.gif) no-repeat center;
	display: block;
	height: 14px;
	width: 14px;
	text-indent: -50em;
	overflow: hidde;
}

.formConsult {
	background-color: #bdd8e8 !important;
}

form .separador {
	background: url(./../../img/bg/divisor.jpg) no-repeat right top;
}

a.excluirPeriodo {
	margin-top: 7px;
}

/* CSS DA PARTE DE FORM DA COMPILACAO */
.formCompil {
	background-color: #bdd8e8 !important;
}

form .separadorGrande {
	background: url(./../../img/bg/divisorGrande.jpg) no-repeat right top;
}

.h-locked {
	max-height: 128px !important;
	overflow-y: auto !important;
	display: block !important;
	width: 100% !important;
}

.label-2 {
	font-size: 13px !important;
	margin: 0px 10px 1px 0 !important;
	height: 30px !important;
}

.ico-link {
	background: url(./../../img/ico/forward.png) no-repeat left top;
	background-size: 20px;
	display: block;
	font-weight: bold;
	line-height: 15px;
	height: 20px;
	padding-left: 33px;
}

.ico-pdf {
	background: url(./../../img/ico/pdf.png) no-repeat left top;
	background-size: 35px;
	display: block;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	padding-left: 33px;
}

fieldset.boxed {
	border: 1px solid #000000;
	position: relative !important;
	margin: 10px 0 30px auto !important;
	padding: 10px !important;
	top: 20px !important;
	border-radius: 5px;
}

legend.boxed {
	font-size: 14px !important;
	padding: 1px;
	position: absolute;
	top: -25px;
	left: 5px;
}

.box-default-azul {
	background-color: #bdd8e8 !important;
	border: 1px solid #aaaaaa !important;
	margin: 0.7em 0.2em 0.2em 0.35em !important;
	padding: 1em 0 0 1em !important;
	min-height: 300px;
	width: 898px;
}

.box-default-azul table {
	border: none !important;
	margin: 0.35em auto !important;
	width: 100%;
}

.text-center {
	text-align: center;
}

/*alinha radios e checkboxes em um label*/
.al-radbox {
	height: 32px !important;
	font-size: 12px !important;
}

.al-radbox input[type=checkbox], input[type=radio], input[type=text], input[type=select] {
	vertical-align: middle !important;
	position: relative !important;
	bottom: 3px !important;
}

.al-radbox input[type=radio] {
	bottom: 2px !important;
}

.al-radbox .fix {
	width: 100px !important;
	display: -moz-inline-stack !important;
}

.text-desc-modal {
	width: 98% !important;
	height: 188px !important;
}

.pagination-footer {
	position: absolute;
	bottom: 10px;
	height: 30px;
	background: #dadada;
	padding: 2px;
}

.pagination .disabled {
	color: #6f6f6f !important;
}

.pagination a {
	text-decoration: none !important;
}

.fg-white {
	color: #ffffff;
}

.link-span{
	text-decoration: none;
}