.ui-accordion .ui-accordion-header a { text-decoration : none !important; } 

.ui-table-summary, .ui-table-thead {
	background-color: white !important;
}

:focus {outline:0 !important;}

.ui-galleria-panel {
	width: 100%;
	overflow: hidden;
}

.ui-panel-images{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.ui-toast-message {
	border-radius: 5px !important;
	background: rgba(41, 182, 246, .8) !important;
	color:white !important;
}

.ui-toast-message a {
	text-decoration: none !important;
	color : white !important;
}


.ng5-slider .ng5-slider-pointer{
	width: 24px!important;
	height: 24px!important;
	top: -11px!important;
}

.ng5-slider .ng5-slider-pointer::after{
	width:8px!important;
	height: 8px!important;
	top: 8px!important;
	left: 8px!important;
}


.padding-sticky .ui-table{
	padding-top: 130px!important;
}

.dropdown-right .ui-dropdown label.ui-dropdown-label{
	text-align: left;
}