/* audience_survey.css */

/* google's material design font */

body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* OLD INPUT BUTTONS */
/*input[type="button"],
input[type="submit"] {
	text-decoration: none;
	font-size: 14px !important;
	line-height: 16px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color:#99ADC2; Blubrry blue border
	border-color: #6D6D6D;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #E8F4FF; blubrry light blue
	background-color: #DFDFDF;
	color: #003366; blubrry blue
	color: #666666;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
input[type="button"].small,
input[type="submit"].small {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px !important;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 0;
}
input[type="text"] {
	height: 16px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 2px 5px 0;
}*/

form {
	margin: 0;
	padding: 0;
	clear: both;
}
p {
	clear: both;
}
p.next {
	text-align: right;
	margin: 0;

}
.header img {
	float:left; margin:0 10px 20px -2px; padding: 0; border:0;
}
.header p {
	clear: none;
	font-size: 12px;
}

.footer {
	height: 84px;
	padding-top: 50px !important;
/* old footer image, replaced with an image link */
/*	background-image: url('/plugins/audience_survey/MiniRVLogo.png');
	background-repeat: no-repeat;
	background-position: bottom right;*/
}
.footer p {
	padding-top: 10px;
	font-size: .75rem;
	margin: 0;
}

p.last {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

#survey_container {
	max-width: 550px;
	margin: 0px auto;
	font-size: 62.5%;
}
#survey_questions {

}
#survey_questions h3 {
	padding-left: 30px;
	font-weight: bold;
}
#survey_questions h2 {
	margin: 0 0 0px 5px;
}
#survey_questions div {

}
.leftcol, .rightcol {
	width: 50%;
	float: left;
}

#panel_thankyou {
	display: none;
	font-size: 14px;
	padding: 10px 15px;
}
.col1, .col2 {
	width: 50%;
	float: left;
}

.note {
	font-weight: normal;
	font-size: 75%;
}
.answers {
	padding-bottom: 15px;
}
.answers label {
	display: block;
	margin-left: 30px;
	cursor: pointer;
}
.answers p {
	margin-left: 5px;
}
.clear {
	clear: both;
}

/* old error message box style */
/*.errormsg {
	clear: both;
	margin: 10px auto;
	padding: 8px 0;
	width: 100%;
	border: 1px solid #FFD700;
	background-color: #FFFFDD;
	font-weight: bold;
	font-size: 14px;
	text-align: center;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}*/

/* new error message style for material card */
.msg {
	clear: both;
	width: 100%;
	font-size: .9rem;
}

#panel_options label {
	display: block;
}

#panel_fields {
	margin-right: 80px;
	text-align: right;
	display: none;
}
#panel_fields_no {
	margin-right: 80px;
	text-align: right;
	display: none;
}
#ap_form {
/*	display: none; */
}
#panel_field_text {
	display: none;
}

/*-- UPDATED MATERIAL STYLE --*/

.page_header {
	font-size: 2em;
	padding-top: 7px;
}

.msg_padding {
	padding: 10px 20px !important;
}

.no_border {
	border: none !important;
}
.no_padding {
	padding: 0 !important;
}
.no_margin {
	margin: 0 !important;
}

.survey_collapsible {
	font-weight: bold;
	font-size: 1rem;
}
.survey_collapsible_header {
	margin: 15px 20px;
	color: #424242;
}

.comments_margin_top {
	margin-top: 20px;
}

.btn, .right {
	font-size: 14px;
	font-weight: bold;
}

.card_padding {
	padding: 10px 20px 0px 20px !important;
}

.panel_statement {
	margin-bottom: 0 !important;
}
.panel_statement p {
	font-size: 1rem;
}

.panel_radio {
	padding-bottom: 0 !important;
}

.card-title {
	padding-left: 11px;
}

.panel_question_margin {
	margin: 0 0 15px 0 !important;
}

.text_color {
	color: #424242;
}

.survey_message_margin_top {
	margin-top: 0;
}

.email_box_margin {
	margin-right: 0 !important;
}

.comments_box_border {
	border: 1px solid #9e9e9e;
}