@CHARSET "UTF-8";

label.error{
		color:  #dd4b39 !important;
		font-size: 14px;
	}
	input.error,select.error{
		border-color: #a94442;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	}
	.dataTables_wrapper .dataTables_processing {
	    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
	    font-size: 1.2em;
	    height: 40px;
	    left: 50%;
	    margin-left: -50%;
	    margin-top: -25px;
	    padding-top: 20px;
	    position: absolute;
	    text-align: center;
	    top: 50%;
	    width: 100%;
	}