@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; 
}

/* Edit Events - Community Events */
.celist-items .celist-item {
    margin: 0 0 10px;
    position: relative;
}

.celist-item a {
    margin-right: 5px;
}

span.icon.icon-status:before {
    font-family: 'Calendarize-it' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    border-radius: 4px;
    transition: .32s linear;
    -webkit-transition: .32s linear;
    -moz-transition: .32s linear;
    font-size: 20px;
    position: relative;
    top: 5px;
    background-color:gray;
    color:#fff;
    content:"\e31f";
}

span.icon.icon-status.status-publish:before {
    background-color:#3498db;
}

span.icon.icon-status.status-draft:before {
    background-color:#bdc3c7;
}

span.icon.icon-status.status-pending:before {
    background-color:#f1c40f;
}

.rhc-ce-holder .celist-item a.icon.icon-edit {
    padding-left: 55px;
    position: relative;
    box-shadow: none;
    line-height: 1;
    display: inline-block;
    height: initial;
    top: -5px;
	color: #333;
}

.rhc-ce-holder .celist-item a.icon.icon-edit:hover {
	color: #666666;
}

.rhc-ce-holder .celist-item .icon-edit:before {
    position: relative;
    top: 10px;
    left: -50px;
}

.rhc-ce-holder .celist-item  .icon.icon-status {
    position: absolute;
    top: 10px;
    left: 105px;
}

.rhc-ce-holder .celist-item a.icon {
    width: initial;
    vertical-align: top;
}

/* end Edit Events - Community Events */

@media screen and (max-width:480px) {
	.rhc-ce-holder .celist-item a.icon.icon-edit {
		display: block;
		padding: 0;
		top: 10px;
		margin: 0 0 10px;
	}

	span.celist-date {
		display: block;
		top: 0;
		margin: 0;
	}

	.rhc-ce-holder .celist-item .icon-edit:before {
		position: absolute;
		top: -45px;
		left: 51px;
	}
}