/*************************Common*****************************/

.parsley-required{
	color:red !important;
}
.parsley-min{
	color:red !important;
}
.parsley-minlength{
	color:red !important;
}
.parsley-type{
	color:red !important;
}
.parsley-pattern{
    color:red !important;
}
.parsley-maxlength{
    parsley-length
}
.parsley-length{
    color:red !important;
}

.hide{
	display:none;
}
.ck-editor__editable {
    min-height: 200px !important;
}
.btn .badge{
	position: relative;
    top: -8px !important;
    margin-left: -10px !important;
}

