.ui-clock.ui-widget.ui-widget-header {
	background: none !important;	
	border: none !important;
	font-size: 0.9em;
	color:black;
}

body{
	 font-size: 1.1em;
}

.header-panel-sefaz, 
.ui-panel-titlebar.ui-widget-header,
.ui-panelgrid-cell.ui-widget-header,
.ui-datagrid-header.ui-widget-header,
.ui-datatable-scrollable-header.ui-state-default{
	background-color:#336699 !important;
	color:white !important;
}

.linhaDivisao{
	background-color: #336699;
	height: 1px;
	border: 0;
	margin:0px;
}

.sefazBttn {
	color: #fff !important;
	background-color: #428bca !important;
	border-color: #357ebd !important;
	box-shadow: none !important;
	text-shadow: none !important;
	display: inline-block !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.42857143 !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
}

.sefazBttn.ui-state-hover {
	color: #fff !important;
	background-color: #3071a9 !important;
	border-color: #285e8e !important;
}

.sefazDataTable th {
	color: white !important;
	background: #428bca !important;
	padding: 6px 10px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-family: inherit !important;
	font-weight: 400 !important
}

.sefazDataTable .ui-paginator {
	color: white !important;
	background: #428bca !important;
	font-family: inherit !important;
	font-weight: 400 !important
}

.sefazDataTable .ui-datatable-header {
	background: #428bca !important;;
	color: white;
	text-shadow: none;
}


.sefazDataTable .ui-state-highlight{
	background: #DDD;
	color: black;
	text-shadow: none;
}

.sefazTabView ul {
	background: #3071a9 !important;
	border-color: #285e8e !important;
	border-bottom: none !important;
}

.sefazTabView a {
	background-color: #428bca !important;
	border-color: #357ebd !important;
	text-shadow: none !important;
	color: white !important;
	font-family: inherit !important;
	font-weight: 400 !important;
}

.sefazTabView a:hover {
	background-color: #3071a9 !important;
	border-color: #285e8e !important;
	transition: background-color 0.4s;
}

.sefazTabView .ui-state-active a {
	background-color: white !important;
	color: black !important;
	border-color: black !important;
	border-bottom: none !important;
}

.sefazTabView .ui-tabs-outline {
	outline: none !important;
}

.sefazDialog .ui-widget-header {
	background: #428bca !important;
	color: white !important;
	text-shadow: none !important;
}

.sefazDialog .ui-widget-header a {
	box-shadow: none !important;
	background: white !important;
}

.sefazSelectOneRadio {
	box-shadow: "none !important";
}