.ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-text-only{
	
}
.ui-dialog .ui-dialog-titlebar {
	display: none !important;
}

.ui-widget-content {
	background-color: transparent !important;
}

.ui-dialog .ui-dialog-content {
	padding: 0px;
}

.ui-shadow {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
	{
	border: 1px solid #cd0a0a !important;
	background: #FEF1FC
		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,
		0.8)), to(rgba(255, 255, 255, 0))) !important;
	border-left: 2px solid #ef5350 !important;
}

.ui-panel .ui-panel-titlebar {
	display: none !important;
}

.ui-panel {
	padding: 0em !important;
}

.ui-widget-content {
	border: 0px !important;
}

.ui-panel .ui-panel-content {
	padding: 0em !important;
}

.ui-blockui-content {
	padding: 0em !important;
}

/* Placeholder */
::-webkit-input-placeholder { /* Chrome, Safari, Opera */
	color: #ccc;
	font-weight: 400;
}

::-moz-placeholder { /* Firefox */
	color: #ccc;
	font-weight: 400;
}

:-ms-input-placeholder { /* IE10–11 */
	color: #ccc !important;
	font-weight: 400 !important;
}

::-ms-input-placeholder { /* Edge */
	color: #ccc;
	font-weight: 400;
}

::placeholder { /* CSS Working Draft */
	color: #ccc;
	font-weight: 400;
}

/* 	AMV */