/**
 * All of the CSS for public-specific functionality
 */

.loading-spinner{
	background-image: url( ../../../../../wp/wp-admin/images/spinner-2x.gif );
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	padding: 50px 0;
	width: 100%;
}

.cc-survey-bars{
	margin-bottom: 15px;
}

.cc-survey-bar-item{
	margin-bottom: 10px;
}

.cc-survey-bar-option{
	padding-bottom: 3px;
}

.cc-survey-bar-outer{
	width: 100%;
	background: #eeeeee;
}

.cc-survey-bar-inner{
	height: 15px;
	background: #c94a18;
}

.cc-survey .radio{
	margin-bottom: 5px;
}


.cc-survey .checkbox input, .radio input {
    margin-top: -2px;
}

.cc-survey-notice{
	font-size: 12px;
	font-type: italic;
	color: #c94a18;
	margin-top: 15px;
  text-align: center;
}


.cc-survey-closed{
	font-size: 12px;
	font-style: italic;
}

.cc-survey-footer{
	font-size: 12px;
}




.btn-raa-default{
	margin: 15px 0;
	width: 100%;
	min-height:30px;
	line-height:30px;
}



