.campoObrigatorio {
	border-bottom-color: #a71a0c !important;
}

.campoObrigatorio::disabled {
	background-color: #eaecf4;
}


.ui-state-disabled{
	background-color: #eaecf4;
}

.campoObrigatorio::readonly {
	background-color: #eaecf4;
}

.campo::disabled {
	background-color: #eaecf4;
}

.campo::readonly {
	background-color: #eaecf4;
}

.tituloCampos {
	line-height: 2.5em;
	color:#000056;
	font-weight: 700;
}

.bg-login-image {
	background: url("../imagens/logoTelaInicial.png") !important;
	background-position: center !important;
	background-size: cover !important;
}

a.btn-paginador {
	font-size: 18px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
	position: relative;
	top: 3px;
	text-decoration: none !important;
	color: #858796 !important;
}

a.number-paginador {
	padding-top: 4px !important;
	padding-bottom: 6px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	text-decoration: none !important;
	color: #858796;
}

.ui-datatable {
	line-height: 2.5em;
}

.ui-datatable-even:hover {
	background-color: #f8f9fc !important;
	border-left: 1px solid #f8f9fc !important;
	border-right: 1px solid #f8f9fc !important;
	border-top: 2px solid #5a5c69 !important;
	border-bottom: 2px solid #5a5c69 !important;
}

.ui-datatable-odd:hover {
	background-color: #f8f9fc !important;
	border-left: 1px solid #f8f9fc !important;
	border-right: 1px solid #f8f9fc !important;
	border-top: 2px solid #5a5c69 !important;
	border-bottom: 2px solid #5a5c69 !important;
}

.ui-datatable-odd {
	color: #5a5c69 !important;
	background-color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #f3f3f3;
	text-align: center !important;
}

.ui-datatable-even {
	color: #5a5c69 !important;
	background-color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #f3f3f3;
	text-align: center !important;
}

a.ui-datatable-data .ui-widget {
	text-decoration: underline !important;
	color: #000056 !important;
}

.ui-datatable {
	margin-top: 5px;
}

.ui-datatable thead tr {
	background-color: #000056 !important;
	border: 1px solid #000056;
	color: #fff;
}


.ui-datatable tfoot td {
	background-color: #000056 !important;
	border: 1px solid #000056;
	color: #fff;
}

.ui-datatable-tablewrapper tfoot td {
	background-color: #000056 !important;
	border: 1px solid #000056;
	color: #fff;
}

.ui-selectonemenu-items {
	background-color: #ffffff;
	border-radius: 0px 0px 5px 5px;
}

.ui-selectonemenu-item:hover {
	background-color: #f3f3f3;
}

.ui-dialog {
	width: 90% !important;
	left: 5% !important;
	background: #ffffff !important;
	z-index: 3000 !important;
}

.ui-dialog-titlebar {
	border-bottom: 2px solid #ccc;
	color: #fff;
	line-height: 1.5rem;
	background-color: #5a5c69 !important;
}

.ui-dialog-titlebar-close {
	background-image: url("../imagens/close.png");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-top: 6px !important;
    background-size: 19px;
}

/* .ui-inputfield { */
/* 	padding: 0px; */
/* 	font-size: 1rem; */
/* 	font-weight: 400; */
/* } */

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	background-image: url("../imagens/drop-down-arrow.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	opacity: 0.4;
}

.ui-icon-triangle-1-s {
	background-image: url("../imagens/drop-down-arrow.png");
	background-repeat: no-repeat;
	width: 16px !important;
	height: 16px !important;
	opacity: 0.4 !important;
}
.ui-selectcheckboxmenu-trigger{
	padding: 5px !important;
	width: 25px !important;
	border-left: 1px solid #ccc !important;
	background-color: #fff;
	border-radius: 0 .35rem .35rem 0 !important;
	height: 96% !important;
	margin-right: 0.35px !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	padding: 5px;
	width: 25px;
	border-left: 1px solid #ccc;
	background-color: #fff;
	border-radius: 0 .35rem .35rem 0;
	height: 96%;
	margin-right: 0.35px;
}

.ui-growl-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	width: 100%;
}

.ui-growl-warn {
	color: #000;
	background-color: #ffc107 !important;
	border-color: #ffc107;
	width: 100%;
}

.ui-growl-info {
	color: #000;
	background-color: #d9edf7 !important;
	border-color: #d9edf7;
	width: 100%;
	color: #3a87ad;
}

.ui-growl {
	width: 80%;
}

.ui-growl-message {
	width: 96%;
}

.ui-panel .ui-panel-titlebar {
	border: 1px solid #c8c8c8;
	background-color: #f4f4f4;
	/* 	color: #333; */
	padding: .571em 1em .571em 1em;
	font-weight: 700;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.ui-panel .ui-panel-content {
	border: 1px solid #c8c8c8;
	border-top-color: rgb(200, 200, 200);
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #fff;
	/* 	color: #333; */
	padding: .571em 1em;
	border-top: 0 none;
	line-height: 1.5;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav .ui-tabs-header {
	border-bottom: 0 none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-header.ui-state-active {
	background-color: #007ad9;
	border: 1px solid #007ad9;
	border-bottom-color: rgb(0, 122, 217);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-header.ui-state-active a {
	color: #fff;
}

.ui-tabs .ui-tabs-nav .ui-tabs-header a {
	color: #333;
	padding: .571em 1em .571em 1em;
	display: block;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav li {
	top: 1px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-header {
	list-style: none;
	position: static;
	margin: 0 .214em 0 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	float: none;
	padding: 0;
	border: 1px solid #c8c8c8;
	background-color: #f4f4f4;
	font-weight: 700;
	top: 0;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.ui-corner-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-header.ui-state-hover {
	background-color: #dbdbdb;
}

.ui-tabs .ui-tabs-panels .ui-tabs-panel {
	padding: .571em 1em;
	line-height: 1.5;
}

.ui-tabs .ui-tabs-panel {
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tabs .ui-tabs-panels .ui-tabs-panel {
	padding: .571em 1em;
	line-height: 1.5;
}

.ui-tabs .ui-tabs-panels {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	padding: 0;
	margin: 0;
	position: static;
}


.ui-datepicker td {
	text-align: center !important;
	padding: 6px;
}

.ui-datepicker {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	border-radius: .35rem;
}

.ui-datepicker-header {

	border-bottom: 1px solid #5a5c69;
	
}

.ui-datepicker-current-day {
	background-color: #1cc88a;
	border-radius: .35rem;
}

.ui-datepicker-today {
	background-color: #36b9cc;
	border-radius: .35rem;
}

a.ui-state-highlight {
	color: #fff;
}

a.ui-state-active {
	color: #fff;
}

a.ui-state-highlight:hover {
	color: #fff;
}

a.ui-state-active:hover {
	color: #fff;
}

.ui-datepicker-prev {
	background-image: url("../imagens/anterior.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	opacity: 0.4;
	background-position: center;
    margin-top: 1px;

}

.ui-datepicker-next {
	background-image: url("../imagens/proximo.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	opacity: 0.4;
	background-position: center;
    margin-top: 1px;

}

.ui-datepicker {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	z-index: 3500 !important;
}

.hasDatepicker {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	color: #6e707e;
	text-align: left !important;
		text-align:left !important;
	padding: .1rem .75rem !important;
	z-index: 3500 !important;
}

.ui-inputfield {
	text-align:left ;
	color: #6e707e;
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0px !important; 
/* 	padding: 0 !important; */
}

.ui-autocomplete-panel {
	background-color: #fff;
}

.ui-autocomplete-input {
	padding: 0 !important;
}

.ui-selectonemenu-label{
	padding: 0 !important;
}

.ui-inputmask{
	padding: .375rem .75rem !important;
}

.ui-inputtext{
	padding: .375rem .75rem !important;
	position: relative;
    left: 3px;
}

.ui-password{
	padding: .375rem .75rem !important;
}

.ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-text-icon-left .btn .btn-danger .btn-block .text-white{
	color: #fff !important;
}

#corFonte_button{
	padding: 0px  !important;
	border: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#corFundo_button{
	padding: 0px  !important;
	border: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#corFonte_livePreview{
	border: none !important;
	width: 99% !important;
	height: 99%  !important;
	color: transparent  !important;
}


#corFundo_livePreview{
	border: none !important;
	width: 99% !important;
	height: 99%  !important;
	color: transparent  !important;
}

.append-icon {
	position: absolute;
	left: 23px;
	top: 8px;
	font-size: 14px
}


.append-icon.right {
	left: auto;
	right: 38px;
	top: 1px;
	height: 96%
	
}



.ui-panel .ui-panel-titlebar-icon, .ui-panel .ui-panel-titlebar-icon:hover, .ui-panel .ui-panel-titlebar-icon{
	width: 22px;
	height: 22px;
}

.ui-selectonemenu-table {
	border-radius: 0.35em 0 0 0.35em
}


.header {
	background-color: #f4f4f4;
	border: 1px solid #c8c8c8;
	padding: .571em 1em .571em 1em;
    font-weight: 700;
}


.iconeReceberDia{
	background-image: url('../imagens/iconeLancamentoDia/iconeCifraoVermelho.png');
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	border: none !important;
	cursor: pointer;
	font-size:inherit !important;	
}

.iconeReceberAVencerDia{
	background-image: url('../imagens/iconeLancamentoDia/iconeCifraoAmarelo.png');
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	border: none !important;
	cursor: pointer;
	font-size:inherit !important;	
}

.iconeReceberCanceladoDia{
	background-image: url('../imagens/iconeLancamentoDia/iconeCifraoCinza.png');
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	border: none !important;
	cursor: pointer;
	font-size:inherit !important;
}


.iconeReceberRecebidoDia{
	background-image: url('../imagens/iconeLancamentoDia/iconeCifraoVerde.png');
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	border: none !important;
	cursor: pointer;
	font-size:inherit !important;
}

.iconePagarDia{
	background-image: url('../imagens/iconeLancamentoDia/iconePagarVencido.png');
	background-color: transparent !important;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	background-repeat: no-repeat;
	border: none !important;	
	cursor: pointer;	
	font-size:inherit !important;		
}


.iconePagarAVencerDia{
	background-image: url('../imagens/iconeLancamentoDia/iconePagarAVencer.png');
	background-color: transparent !important;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	background-repeat: no-repeat;
	border: none !important;	
	cursor: pointer;	
	font-size:inherit !important;		
}

.iconePagarPagoDia{
	background-image: url('../imagens/iconeLancamentoDia/iconePagarPago.png');
	background-color: transparent !important;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	background-repeat: no-repeat;
	border: none !important;	
	cursor: pointer;	
	font-size:inherit !important;		
}

.iconePagarCanceladoDia{
	background-image: url('../imagens/iconeLancamentoDia/iconePagarCancelado.png');
	background-color: transparent !important;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	background-repeat: no-repeat;
	border: none !important;	
	cursor: pointer;	
	font-size:inherit !important;		
}

.iconeAnivesarianteDia{
	background-image: url('../imagens/iconeLancamentoDia/iconeAniversarianteDia.png');
	background-color: transparent !important;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	background-repeat: no-repeat;
	border: none !important;
	cursor: pointer;	
	font-size:inherit !important;			
}

.iconeChequeCompesarDia{
	background-image: url('../imagens/iconeLancamentoDia/iconeChequeDia.png');	
	background-color: transparent !important;
	background-size: 16px;
	float: left !important;
	width: 16px !important;
	background-repeat: no-repeat;
	border: none !important;
	cursor: pointer;		
	font-size:inherit !important;		
}


.line-through{
	text-decoration: line-through;
}

.ui-treetable thead th, .ui-treetable tbody td, .ui-treetable tfoot td{
	border: none;
}

.ui-tooltip-text{
	background-color: #5a5c69 !important;
	border-color:  #5a5c69 !important;
}

.ui-column-title{
	font-weight: bold;
	text-transform: uppercase;
}
.fc-head-container{
	background-color: #f8f9fc !important;
	border-color: #e3e6f0 !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	color: #6e707e !important;
	text-transform: uppercase;
}

.fc-body {
	border-color: #f3f3f3 !important;
}

.fc-row {
	border-color: #f3f3f3 !important;
}

.fc-day {
	border-color: #f3f3f3 !important;
}

.fc-day-header {
	border-color: #e3e6f0 !important;
}

.fc th, .fc td{
	border-color: #e3e6f0 !important;
}

.ui-dialog-mask{
	background-color: #5a5c69 !important;
	opacity: 0.5;
}

@keyframes loading {
	from {color: #fff;opacity:0.8;transform: rotate(0deg)}
    to {color: #fff;opacity:1;transform: rotate(360deg)}
}

.loading-icon{
	font-size:50px;
	position: fixed;
	top:48%; 
	left:48%; 
	z-index:1000005;
	color:#fff;
	opacity:0.8;
	animation-name: loading;  
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.maximizarMenu{
	width: 70vw;
	z-index: 30005;
}

.ui-datepicker .ui-datepicker-header{
	padding: 0px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	border: none;
}

.ui-monthpicker .ui-monthpicker-month{
	font-size: 20px;
}

.tituloFooter {
	line-height: 2.5em;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.cssFileUpload {
	background-color: #1b81d7;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
}

.ui-icon-seek-first{
	background-image: url("../imagens/anterior.png");
	background-repeat: repeat;
	width: 31px;
	height: 15px !important;
    position: relative;
    top: 6px;
}


.ui-icon-seek-prev{
	background-image: url("../imagens/anterior.png");
	background-repeat: no-repeat;	
	width: 15px;
	 position: relative;
    top: 6px;
}


.ui-icon-seek-next{
	background-image: url("../imagens/proximo.png");
	background-repeat: no-repeat;
	width: 15px;	
	 position: relative;
    top: 6px;
}



.ui-icon-seek-end{
	background-image: url("../imagens/proximo.png");
	background-repeat: repeat;
	width: 31px;	
	height: 15px !important;
    position: relative;
    top: 6px;
}


a.ui-paginator-next.ui-state-default.ui-corner-all {
	background-color: transparent !important;
}
a.ui-paginator-next.ui-state-default.ui-corner-all.ui-state-disabled {
	background-color: transparent !important;
	display: none !important;
}

a.ui-paginator-last.ui-state-default.ui-corner-all {	
	background-color: transparent !important;
}

a.ui-paginator-last.ui-state-default.ui-corner-all.ui-state-disabled {
	background-color: transparent !important;
	display: none !important;
}

a.ui-paginator-first.ui-state-default.ui-corner-all {
	background-color: transparent !important;
}

a.ui-paginator-first.ui-state-default.ui-corner-all.ui-state-disabled {
	background-color: transparent !important;
	display: none !important;
}


a.ui-paginator-prev.ui-state-default.ui-corner-all {
	background-color: transparent !important;
}

a.ui-paginator-prev.ui-state-default.ui-corner-all.ui-state-disabled {
	background-color: transparent !important;
	display: none !important;
}

a.ui-paginator-page.ui-state-default.ui-corner-all {
	padding-top: 4px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-decoration: none !important;
    color: #5a5c69 !important;    
}
a.ui-paginator-page.ui-state-default.ui-corner-all.ui-state-active {
	padding-top: 4px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-decoration: none !important;
    background-color: #5a5c69 !important;
    border-color: #5a5c69 !important;
    border-radius:5px;
     color: #ffffff !important;    
}


.body-modal{
	max-height: 98% !important;
	max-width: 98% !important;
	overflow-y: auto; 
	z-index: 3000 !important;
}

.barraFlutuante{
	position: fixed !important; 
    width: 100% !important;
    top: 91% !important;
    padding-bottom: 10px !important;
    border-top: 2px solid !important;
    left:0px;
}

input:-internal-autofill-selected {
	background-color: transparent !important;
   
}


.ui-dialog-password{
	left:40% !important;
}

.ui-password-panel-overlay{
	z-index: 3000 !important;
	background-color: #fff !important
}

.cssComboboxRich {
	font-size: 13px !important;
}

.footerClass {
	border: 0px !important;
}

.campoLista {
	display: block;
	width: 70%;
	height: calc(1.0em + .75rem + 1px);
	padding: .375rem .75rem;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	font-family: sans-serif;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

select.form-control[multiple], select.form-control[size] {
	min-height: 38px
}

.ui-datatable .ui-column-filter {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    border: 1px solid #cccccc;
    background: transparent;
    color: white;
    border-radius: 5px;
}

.btn{
	text-decoration: none;
}

.btn-primary{
	color: #fff;
}

.ui-autocomplete-panel{
	z-index: 4000 !important;
}

.ui-growl{
	z-index: 4000 !important;
}

.ui-fileupload-upload{
	color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
     border: 1px solid transparent;
    padding: .190rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   
}

.ui-fileupload-cancel{
	color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
     border: 1px solid transparent;
    padding: .190rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
}



.ui-fileupload-choose{
	color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
     border: 1px solid transparent;
    padding: .190rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
}


/* th.ui-state-default { */
/*  	background-color: #5a5c69 !important; */
/*     border: 1px solid #5a5c69 !important; */
/*     color: #fff !important; */
/*     padding: 10px 10px !important; */
/* } */

.barra-btn-flutuante{
	position: fixed;
    width: 100%;
    border-top: 3px solid #adadad;
    padding-bottom: 17px;
    bottom: 0px;
    left: 0px;
    background: #fff;
}
.boxPrimary {
	border-left: .25rem solid #4e73df !important; 
	border: 1px solid #e3e6f0; 
	border-radius: 5px; 
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important; 
	height: 70px;
	padding: 10px;
}
.boxDanger {
	border-left: .25rem solid #8e3d35 !important; 
	border: 1px solid #e3e6f0; 
	border-radius: 5px; 
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important; 
	height: 70px;
	padding: 10px;
}

.boxAprovado {
	border-left: .25rem solid #007bff !important; 
	border: 1px solid #e3e6f0; 
	border-radius: 5px; 
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important; 
	height: 70px;
	padding: 10px;
}
.boxVerde {
	border-left: .25rem solid #799e79 !important; 
	border: 1px solid #e3e6f0; 
	border-radius: 5px; 
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important; 
	height: 70px;
	padding: 10px;
}

.bg-blue-dark{
	background-color: #000059;
}


.bg-blue{
	background-color: #0000ae;
}


.text-blue-dark{
	color: #000059 !important;
}



.text-blue{
	color: #00004f;
}

.ui-icon-blank{
	background-image: url("../imagens/uncheckbox.png?uid=1") !important;
	background-position: 2px  !important;
	background-size: 16px;
	height: 16px;
	width: 16px;
}

.ui-icon-check{
	background-image: url("../imagens/checkbox.png?uid=1") !important;
	background-position: 2px  !important;
	background-size: 16px;
	height: 16px;
	width: 16px;
}

.ui-icon-close{
	background-image: url("../imagens/close.png?uid=1") !important;
	background-position: 0px  !important;
	background-size: 16px;
	height: 16px;
	width: 16px;
}

.ui-selectcheckboxmenu-token{
border-radius: 4px !important;
    border: 1px solid #ccc !important;
    padding: 2px !important;

}

.ui-slider-horizontal {
    height: 0.8em !important;
    border: 1px solid #666 !important;
    border-radius: 5px !important;
}

.ui-slider .ui-slider-handle {
    background-color: #666 !important;
    border-radius: 5px !important;
}

.ui-selectonemenu-filter{
	display: block;
    width: 97%  !important;
    min-width: 50% !important;
/*     height: calc(1.5em + 0.75rem + 2px); */
/*     padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
/*     line-height: 1.5; */
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ui-selectonemenu-filter-container {
	background-color: #fff !important;
	width: 100% !important;
	display: block !important;
}

.ui-selectcheckboxmenu-filter-container{
		display: block;
    width: 90%;
    min-width: 50% !important;
/*     height: calc(1.5em + 0.75rem + 2px); */
/*     padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
/*     line-height: 1.5; */
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
