.modal 
{
	overflow-y:auto !important;
}

.atpl-panel-disabled 
{
	background: rgba(49, 58, 70, 0.5);
	cursor: progress;
	border-radius: 3px;
	top: 0;bottom: 0;
	left: 0;right: 0;
	position: fixed;
	z-index: 1000;
}

.atpl-overlay
{
	opacity: 0.5;
}

*[onclick]:hover, 
[atpl-on="click"],
ul > li > a[data-toggle="controller_toggle"]
{
	cursor: pointer;
}

.parsley-errors-list.filled 
{
	display: block;
}

.parsley-errors-list 
{
	display: none;
	margin: 0;
	padding: 0;
	float:left;
}

.parsley-errors-list > li 
{
	font-size: 12px;
	list-style: none;
	color: #f5707a;
	margin-top: 5px;
}