@import url("style.css");
@import url("flat-ui.css?v=1.0.3");

/* move to style.css*/
.ce-reference-id {
float:right;
margin-top:-24px;
}

.rhc-ce-holder input.helper_datepicker {
font-size:14px;
}


/* flat-ui hover fix */
.rhc-ce-holder button.btn {
	background-image:none;
}

.ce-row {
	margin-bottom:22px;
}

.tax-add .ce-row {
	margin-bottom:10px;
}

.ce-tax-dropdown {
	display:inline-block;
	width:auto;
}

/* file input sizes*/
.fileinput-button-holder button.rh-image-btn {
	float:left;
	margin-top:3px;
}
.fileinput-button-holder .fileinput-information {
	display:inline-block;
	
}
.fileinput-button-holder .info-label {
	min-width:190px;
	display:inline-block;
}

/* progress bar */
.rhc-ce-holder .progress-bar.no-animation,
.rhc-ce-holder .progress.active .progress-bar.no-animation {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  
   -webkit-transition: none;
  transition: none; 
}