* {
	font-family: 'Gudea', sans-serif;
	font-size: 12px;
}

/* CLASSES UTEIS */
.fl {
	float: left;
}

.fr {
	float: right;
}

.dn {
	display: none;
}

.dv {
	display: visible;
}

.clr {
	clear: both;
}

.negrito {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.centered {
	margin-right: 50%;
}

/* MARGENS UTEIS */
.mg-left-10 {
	margin-left: 10px !important;
}

.mg-left-10 {
	margin-left: 10px !important;
}

.mg-left-15 {
	margin-left: 15px !important;
}

.mg-left-18 {
	margin-left: 18px !important;
}

.mg-left-20 {
	margin-left: 20px !important;
}

.mg-left-22 {
	margin-left: 22px !important;
}

.mg-left-30 {
	margin-left: 30px !important;
}

.mg-left-50 {
	margin-left: 50px !important;
}

.mg-top-8 {
	margin-top: 8px !important;
}

.mg-top-10 {
	margin-top: 10px !important;
}

.mg-top-13 {
	margin-top: 13px !important;
}

.mg-top-15 {
	margin-top: 15px !important;
}

.mg-top-16 {
	margin-top: 16px !important;
}

.mg-top-17 {
	margin-top: 17px !important;
}

.mg-top-18 {
	margin-top: 18px !important;
}

.mg-top-20 {
	margin-top: 20px !important;
}

.mg-top-25 {
	margin-top: 25px !important;
}

.mg-top-30 {
	margin-top: 30px !important;
}

.mg-top-40 {
	margin-top: 40px !important;
}

.mg-right-5 {
	margin-right: 5px !important;
}

.mg-right-10 {
	margin-right: 10px !important;
}

.mg-right-15 {
	margin-right: 15px !important;
}

.mg-right-20 {
	margin-right: 20px !important;
}

.mg-bottom-5 {
	margin-bottom: 5px !important;
}

.mg-bottom-10 {
	margin-bottom: 10px !important;
}

.mg-bottom-15 {
	margin-bottom: 15px !important;
}

.mg-bottom-20 {
	margin-bottom: 20px !important;
}

.mg-bottom-30 {
	margin-bottom: 30px !important;
}

.mg-bottom-40 {
	margin-bottom: 40px !important;
}

.mg-zero {
	margin: 0 !important;
}

.ui-widget {
	vertical-align: middle;
/* 	color: #333333; */
}

.ui-chkbox {
	margin-right: 5px;
}

.ui-icon.ui-icon-search {
	display: none;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav li {
	background: #f8f8f8;
}

.ui-datalist-content {
	border: 0px;
	list-style-type: none;
	list-style: none;
	padding: 0px;
}

ul {
	border: 0px;
	list-style-type: none;
	list-style: none;
	padding: 0px;
}

.label-top {
	display: block;
	margin-bottom: 5px;
	color: #333333;	
}

.ui-tabs .ui-tabs-nav.ui-widget-header li a {
	color: #134383;		
}

.ui-button.ui-priority-primary {
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-color: #2c417a;
    background-position: 4px;
    border: 0px !important;
    color: #FFFFFF !important;
    padding: 7px;
    margin-right: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px !important;
    background-image: none !important;    
}

.ui-button.ui-priority-primary:hover {
	background-color: #1C2F56;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background-image: linear-gradient(to bottom, #17416e, #17416e);
}

.ui-dialog.ui-widget-content .ui-dialog-title {
	font-size: 18px;
}

.ui-datatable thead th {
	padding: 0px;
	border: 0px;
    background-image: none !important;
    background-color: #2c417a !important;
    font-size: 12px !important;
    line-height: 18px;
    font-family: inherit !important;
    font-weight: bold !important;
    text-rendering: optimizelegibility !important;
    color: #fff !important;
    text-shadow: none !important;    
}

.ui-tabs.ui-tabs-top {
	border-bottom: none;
}

.ui-icon {
	overflow: initial !important;
}

.ui-datatable.ui-widget {
	color: #fff !important;
}

.ui-button-icon-left.ui-icon.ui-c.fa.fa-file-text-o {
	left: 70px;
	top: 30px;
}

.ui-button-icon-left.ui-icon.ui-c.fa.fa-pencil-square-o {
	left: 70px;
	top: 30px;
}

.ui-panel-title {
	color: #2c417a;
}

.ui-accordion .ui-accordion-header {
	background: rgba(0, 0, 0, 0.075) !important;	
}

.rowColorVista {
     background: #dee0e8 !important;
}

.linkcomum {
	color: #2c417a !important;
	font-weight: bold !important;
	text-decoration:none; 	
}