@CHARSET "ISO-8859-1";

:root { 
	--primary-color: #0269d1;
	--secondary-color: #f48a33;
} 

.primaryColor { 
	color: #0269d1 !important;
} 

.secondaryColor { 
	color: #f48a33 !important;
} 

.secondaryColorOptional { 
	color: #f48a33;
} 

.secondaryColorBorderFocusWithin:focus-within { 
	border-color: #f48a33 ;
} 

.primaryColorBorder { 
	border-color: #0269d1 !important;
} 

.primaryColorBorderHover { 
	color: #0269d1 !important;
} 

.primaryColorBorderHover:hover { 
	border-color: #0269d1 !important;
} 

.bgPrimaryColor { 
	background-color: #0269d1;
} 

.bgSecondaryColor { 
	background-color: #f48a33;
} 

.bgSystemImg { 
	background-image: url('/portal/ExibeImagemServlet/352f6108-b52f-47d0-9813-7e3af71dbdc5/img.png');
} 

.ui-datepicker-current-day a { 
	background: #0269d1 !important;
} 

.ui-datepicker-trigger span { 
	background-color: #0269d1 !important;
} 

.ui-autocomplete-dropdown span { 
	background-color: #0269d1 !important;
} 

.ui-spinner-button { 
	background: none !important; 
	background-color: #0269d1 !important;
} 

.ui-datepicker-cleaner span { 
	background-color: #0269d1;
} 

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default { 
	border-color: #0269d1 !important;
	box-shadow: 0 1px 0 #0269d1 inset, 0 1px 10px rgba(0,0,0,0.3) !important; 
	text-shadow: 0 1px 0 #0269d1 inset, 0 1px 10px rgba(0,0,0,0.3) !important; 
	background: #0269d1 !important;
	background: -moz-linear-gradient(top, #0269d1 0%, #0269d1 100%) !important; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0269d1 ), color-stop(100%, #0269d1)) !important; 
	background: -webkit-linear-gradient(top, #0269d10%, #0269d1 100%) !important; 
} 

.btnIncluir:hover { 
	background-color: #f48a33 !important;
} 

.btnIncluirNaModal:hover { 
	background-color: #f48a33 !important;
} 

a.ui-paginator-page.ui-state-default.ui-state-active.ui-corner-all { 
	background-color: #f48a33 !important;
} 

.ui-progressbar .ui-widget-header { 
	background: #0269d1 !important;
} 

.bgPrimaryColorLinear { 
	background: #0269d1;
	background: -moz-linear-gradient(top, #0269d1 0%, #f48a33 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #0269d1), color-stop(100%, #f48a33));
	background: -webkit-linear-gradient(top, #0269d1 0%, #f48a33 100%);
	background: -o-linear-gradient(top, #0269d1 0%, #f48a33 100%);
	background: -ms-linear-gradient(top, #0269d1 0%, #f48a33 100%);
	background: linear-gradient(to bottom, #0269d1 0%, #f48a33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0269d1', endColorstr='#f48a33', GradientType=0 );
} 

.onHoverBackgroundSecondaryColor:hover { 
	background-color: #f48a33 !important;
} 

.onHoverBackgroundPrimaryColor:hover { 
	background-color: #0269d1 !important;
} 

.onHoverPrimaryColor:hover { 
	color: #0269d1 !important;
} 

.filtroCorDoSistemaParaImagens { 
-webkit-user-drag: none;
filter: brightness(90%) hue-rotate(56deg) contrast(90%) saturate(160%);
-webkit-filter: brightness(90%) hue-rotate(56deg) contrast(90%) saturate(160%);
-moz-filter: brightness(90%) hue-rotate(56deg) contrast(90%) saturate(160%); 
 } 

