input.parsley-success, select.parsley-success, textarea.parsley-success, select.parsley-success + .bootstrap-select > button, select.parsley-success + .select2-container > .selection > .select2-selection 
{
	color: #43ac6a !important;
	/*background-color: #DFF0D8;*/
	border: 1px solid #43ac6a !important;
}
select.parsley-success + .select2-container > .selection > .select2-selection > .select2-selection__rendered 
{
	color: #43ac6a !important;
}

input.parsley-error, select.parsley-error, textarea.parsley-error, .parsley-errors-list.filled + .bootstrap-select > button, .parsley-errors-list.filled + .select2-container > .selection > .select2-selection 
{
	color: #f04124 !important;
    border: 1px solid #f04124 !important;
}

.parsley-errors-list.filled + .select2-container > .selection > .select2-selection > .select2-selection__rendered 
{
	color: #f04124 !important;
}

.parsley-errors-list 
{
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.selectpicker + .filled > li 
{
	position: absolute;
    bottom: -5px;
}

.select2-hidden-accessible + .filled > li 
{
	position: absolute;
    bottom: -5px;
}

.parsley-errors-list.filled > li 
{
	font-style: italic;
	color: #f04124;
	float: left;
	margin-top: 2px;
}

.parsley-errors-list.filled 
{
	opacity: 1;
}
