.ui-state-success {.--
	background:none !important;
	background-color: #E5F7E3 !important;
	border: 1px solid #4CB204 !important;
	color: #005E20 !important;
}

.ui-state-highlight {
	background:none !important;
	background-color: #FFF1A0 !important;
	border: 1px solid #F9DD34 !important;
	color: #383838 !important;
}


.ui-state-error {
	background:none !important;
	background-color: #CD0A0A !important;
	border: 1px solid #960808 !important;
	color: #FFFFFF !important;
}

.ui-icon-circle-check {
	background-image: url("../../include/css/smoothness/images/ui-icons_00ff00_256x240.png") !important;
}

.ui-icon-alert {
	background-image: url("../../include/css/smoothness/images/ui-icons_ffffff_256x240.png") !important;
}

/* Bootstrap override */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

a:hover,
a:focus {
	color:inherit;
	text-decoration: none !important;
}



select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin-bottom:0px;	
}

select, input[type="file"] {
    font-size: inherit;
	height: 20px;
}

h1, h2, h3 {
    line-height: inherit;
}