/* CSS RESET RULES */
html, nav, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	font-size: 12px;
}

p {
	padding:0px 0 15px 0;	
}

table {
	padding:0 0 15px 0px;
}

hr {
	background:transparent url(images/hr.jpg) top left repeat-x;
	height:11px;
	width:100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: none;
	border-bottom-color: none;
	border-left-color:none;
	border-right-color:none;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 25px 0px;
}

code, 
pre {
    white-space: pre;
}

del {
    text-decoration: line-through;            /* it's deleted text - show it as such */
}

dfn {
    font-style: italic;
    font-weight: bold;
}

em {
    font-style: italic;
}

fieldset {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom: 15px;	
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

fieldset {
	border-top: 1px solid #888;
	margin-top: 25px;
}

legend {
	margin-left: 20px;
	font-weight: bold;
	color: #888;
}

img {
    border: 0;
    vertical-align: bottom;
}

ins {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

tt {
    display: block;
    margin: 0.5em 0;
    padding: 0.5em 1em;
}

ul,
ol {
	padding-left:30px;	
	margin-bottom:15px;
}

.skip {
    position: absolute;
    left: -999em;
}

.hidden {
	display: none;
}

textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	width: 350px;
	height: 80px;
}

input {
	margin: 0;
	font-size: 13px;
}

select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
	color:#437FA7;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

body {
	background: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
}

body.response {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

div.bodywrapper {
	width: 100%;
	margin: 0 auto;
	background: #a3d65d;
	z-index: 50000;
}

/** Global styles for buttons, error messages, etc **/
div.error {
	border: 1px solid #900;
	padding: 8px;
	font-weight: bold;
	color: black;
	background: white;
}

div.warning,
div.info,
div.message {
	border: 1px solid #990;
	padding: 8px;
	font-weight: bold;
	color: #555;
	background: white;
	margin: 10px 0;
}

span.warning {
	font-weight: bold;
	color: #B20000;	
}

a.button,
input.button,
button.button {
	background: white;
	border: 1px solid #888;
	background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBBBBB;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

a.button.hover, 
a.button:hover,
input.button.hover, 
input.button:hover,
button.button.hover, 
button.button:hover {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
    text-decoration: none;
}

a.button-save,
a.button-primary,
input.button-save,
input.button-primary {
	background-color: #21759B;
    background-image: linear-gradient(to bottom, #2A95C5, #21759B);
    border-color: #21759B #21759B #1E6A8D;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF !important;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

a.button-save:hover,
a.button-primary:hover,
input.button-save:hover,
input.button-primary:hover {
	background-color: #278AB7;
    background-image: linear-gradient(to bottom, #2E9FD2, #21759B);
    border-color: #1B607F;
    color: #FFFFFF !important;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

button.button-blue {
	display: inline-block;
	zoom: 1;
	*display: inline;
	border: none;
	border-radius: 0;
	background: transparent url(../img/blue_button_cap.png) right center no-repeat;
	height: 57px;
	line-height: 57px;
	padding: 0 12px 0 0;
}

button.button-blue span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: transparent url(../img/blue_button.png) no-repeat;
	height: 57px;
	line-height: 57px;
	padding-left: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	color: white;
	float: none;
	text-shadow: none; /* 1px 1px 0 #004; */
}

button.button-blue:hover {
	background: transparent url(../img/blue_button_cap.png) right center no-repeat;
	border: none;
}

a.button-cancel {
	margin-left: 10px;
}

a.button-delete {
	border-color: #f99;
	color: #900;
	margin-left: 10px;
}

a.edit,
a.delete {
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
	filter: alpha(opacity=70); /* Old IE */
	-khtml-opacity: 0.70; /* Old Safari */
	-moz-opacity: 0.70; /* Old Firefox, Netscape */
	opacity: 0.70; /* Standard */	
}

a.edit:hover,
a.delete:hover {
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
	filter: alpha(opacity=100); /* Old IE */
	-khtml-opacity: 1; /* Old Safari */
	-moz-opacity: 1; /* Old Firefox, Netscape */
	opacity: 1; /* Standard */
}

a.delete {
	border: none;
	color: #900;
}

table.grid {
	border-collapse: collapse;
	margin: 10px 0;
}

table.grid th {
	padding: 2px 6px;
	border-bottom: 3px double #888;
	text-align: left;
}

table.grid td {
	padding: 2px 6px;
	border-bottom: 1px solid #eee;
}

table.grid tr.controls th,
table.grid tr.controls td {
	background: #eee;
}

table.grid td.edit,
table.grid td.delete,
table.grid td.controls,
table.grid tr.controls td a {
	font-size: 11px;
}

table.grid td.edit a,
table.grid td.delete a,
table.grid tr.controls td a {
	margin: 0 5px;
}

table.grid tr.controls td a {
	margin: 0 2px;
}

table.grid td span.none {
	font-size: 11px;
	color: #666;
}

table.grid tr.controls span.sep {
	color: #888;
	font-size: 11px;
}


/*  Header  */

.navbar-header,
.navbar-collapse {
	display: inline-block;
	zoom: 1;
	*display: inline;s
	
}

.navbar-collapse {
	width: auto;
}

div.container {
	padding: 0;	
}

header {
	width: 100%;
	position: relative;
	height: 125px;
	margin: 0 auto;
	overflow: hidden;
	background: #a3d65d;
	z-index: 50000;
	position: relative;
}

header div.logo {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	background: #a3d65d url(../img/header-bg.jpg) left top no-repeat;	
}

header #logo {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 2;
}

header #logo img {
	width: auto;
	max-width: 50px;
	height: auto;
}

header h1 {
	text-align: left;
	color: #000;
	z-index: 1;
	margin: 0;
	font-weight: normal;
	font-size: 40px;
	padding: 60px 10px 23px;
}

header h1.survey_index,
header h1.survey_assigned,
header h1.survey_form,
header h1.survey_assign {
	/* text-indent: -999em;
	background: url(../img/title-mrna.png) left bottom no-repeat; */
	width: 400px;
	margin-top: 20px;
	margin: 12px 0 0 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}

header h1.survey_responses {
	text-indent: -999em;
	background: url(../img/title-risk-rna.png) left bottom no-repeat;
	width: 400px;
}

header #org {
	float: right;
	text-align: right;
	margin: 10px 60px 0 0;
	font-weight: bold;
	color: #aaa;
	font-size: 20px;
}

header #org p {
	margin: 0;
	padding: 0;
}

header #org p.username {
	font-weight: normal;
}

div.navmenu  {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	clear: both;
	min-height: 28px;
	background: #fff;
	padding-top: 15px;
}


div.navmenu nav {
		width: 1000px;
		margin: 0 auto;
	
	}

/* *** Content  *** */

div.content {
	padding: 10px 10px 80px;
	background: #fff;
	z-index: 1;
	clear: both;
	min-height: 400px;
}

div.main {
	width: 1000px;
	margin: 0 auto;	
}

div.add_new {
	margin: 20px 0;	
}

div.main > div {
	margin: 5px 0;	
}
div.children div.children {
	background: #fff;
}

.lists .form-group {
	margin: 0;	
}

/*  Footer  */

footer {
	background: #222222 url(../img/footer_bg.png) top left repeat-x;
	height: 85px;
	position: relative;
	display: none;
	margin-top: 40px;
}

footer p.copyright {
	text-align: right;
	color: #ddd;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

footer #footer_home,
footer #footer_settings,
footer #footer_help {
	position: absolute;
	top: 10px;
}

footer #footer_home {
	left: 10px;
}

footer #footer_settings {
	left: 47%;
}

footer #footer_help {
	right: 10px;
}

div.fieldset {
	border: 1px solid #ccc;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 440px;
	margin: 0 20px 20px 0;
	padding: 10px;
	vertical-align: top;
}

/* *** Styles for process/edit *** */
div.controls {
	text-align: right;
	padding: 5px 10px;
}

div#entities {
	background: #fff; /*#3097d2;*/
}

div#entities div.wrap {
	/* border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: none; */
	padding: 0;
	position: relative;
}

div#entities div.wrap div.entity {
	background: #ddd;
}

div#entities div.wrap div.entity {
	padding: 10px;
	position: relative;
}

/* Create different sizes to illustrate heirarchy */
div#entities div.entity_depth0 span.title {
	font-size: 17px;
	font-weight: bold;
}

div#entities div.entity_depth1 span.title {
	font-weight: bold;
	font-size: 15px;
}

div#entities div.entity_depth2 span.title {
	font-weight: normal;
	font-size: 15px;
}

div#entities div.entity_depth3 span.title {
	font-size: 14px;
}

div#entities div.entity_depth4 span.title {
	font-size: 13px;
}

form div {
	padding: 3px 0;
}

form div.button-add {
	padding-left: 30px;
}

form div.expanded {
	border: 1px solid #ccc;
}

form div label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: right;
	color: #999999;
	padding-right: 5px;
}

form.navbar-form .btn {
	margin-left: 10px;
}

.set_form form div label {
	width: 80px;
}

form div input.small,
form div input.sort_order {
	width: 30px;
}

form div input.datepicker {
	width: 70px;
	text-align: center;
}

form div#datepicker {
	text-align:left;	
}
form div input#auction_date {
	width: auto;	
}

form div input + label {
	width: auto;
	margin-left: 10px;
}

form div input.medium {
	width: 100px;
}

form div input.right {
	text-align: right;
}

form div span.tip {
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #666;
	font-size: 12px;
}

form div span.tip-under {
	display: block;
	margin-left: 180px;
	color: #666;
	font-size: 12px;
}

.wrap div.addentity {
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
	border-top: 1px solid #aaa;
}

.wrap a.addentity span {
	margin-right: 3px;
}

.wrap a.expand_hide {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
}

.children,
.editwrap {
	padding: 0 0 0 30px;
}

.children > div {
	margin-top: 10px;
}

.newentity {
	border: 2px solid #888;
	padding: 10px;
}

/* *** Error-specific styles *** */
span.error {
	display: block;
	color: red;
	font-size: 12px;
}

input.error,
textarea.error {
	border: 1px solid red;
}

/* *** Drag-and-drop helpers / placeholders - universal *** */
.ui-sortable-helper {
	background: white;
	opacity: .7;
	border: 1px solid black;
}

.ui-sortable-placeholder {
	border: 2px dashed #888;
	background: #eee;
	margin-left: 30px;
}

.js .survey_question {
	display: none;
	width: auto;
	overflow: hidden;
}

label span {
	margin-left: 5px;
}


/** Set page interface **/

.set_children div {
	width: 400px;
	border: 1px solid #ddd;
	margin: 2px 0;
}

.set_children .ui-sortable-placeholder {
	margin-left: 0;
}

.survey_question .question_wrap {
	width: 48%;
	float: left;
}

.survey_question .question_wrap label,
.survey_question .ratings label {
	width: auto;
	text-align: left;
	display: block;
}

.survey_question .question_wrap label,
.survey_question .question_wrap textarea {
	display: block;
}

.survey_question .ratings {
	width: 48%;
	overflow: hidden;
	float: right;
}

.survey_question .ratings .rating {
	float: left;
	width: 19%;
	text-align: center;
}

.survey_question .ratings .rating div textarea {
	width: 98%;
	padding: 3px;
	height: 32px;
	resize: none;
}

.survey_question .ratings .rating span {
	background: transparent url(../img/face_admin_sprite_208_25.png) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
	text-indent: -999em;
}


/* * Defined for  all rating scales * */
.survey_question .ratings span.rate_1,
.response_wrapper .rating_chart p.score_1 span {
	background-position: -183px 0;
}

/* * Defined for 7-rating scale * */
.survey_question .ratings_7 span.rate_2,
.response_wrapper .rating_chart p.score_2 span {
	background-position: -153px 0;
}

.survey_question .ratings_7 span.rate_3,
.response_wrapper .rating_chart p.score_3 span {
	background-position: -122px 0;
}

.survey_question .ratings_7 span.rate_4,
.response_wrapper .rating_chart p.score_4 span {
	background-position: -91px 0;
}

.survey_question .ratings_7 span.rate_5,
.response_wrapper .rating_chart p.score_5 span {
	background-position: -60px 0;
}

.survey_question .ratings_7 span.rate_6,
.response_wrapper .rating_chart p.score_6 span {
	background-position: -30px 0;
}

.survey_question .ratings_7 span.rate_7,
.response_wrapper .rating_chart p.score_7 span {	
	background-position: 0 0;
}

/* * Defined for 5-rating scale * */
/** NOTE:
    The response_wrapper settings aren't specific to a "ratings_5" wrapper, 
    since the response_wrapper is always 5 point scoring.  **/
.survey_question .ratings_5 span.rate_2,
.response_wrapper .rating_chart p.score_2 span {
	background-position: -122px 0;
}

.survey_question .ratings_5 span.rate_3,
.response_wrapper .rating_chart p.score_3 span {
	background-position: -91px 0;
}

.survey_question .ratings_5 span.rate_4,
.response_wrapper .rating_chart p.score_4 span {
	background-position: -30px 0;
}

.survey_question .ratings_5 span.rate_5,
.response_wrapper .rating_chart p.score_5 span {	
	background-position: 0 0;
}

.survey_question .ratings span.use_numbers {
	background: transparent !important;
	text-indent: 0;
}

.response_wrapper .rating_chart span {
	background: white;
}

div.legend {
	display: block;
	float: right;
	width: 30%;
	position: relative;
	margin: 0 0 20px 20px;
	border: 1px solid #aaa;
	padding: 10px 10px 0 10px;	
	min-width: 250px;
}

div.legend h3 {
	position: absolute;
	top: -12px;
	left: 10px;
	height: 20px;
	line-height: 20px;
	background: white;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 5px;
	color: #666;
}

div.legend p {
	margin: 0;
	border-bottom: 1px solid #ccc;
	height: 25px;
	line-height: 30px;
}

div.legend .data_point_legend em {
	margin-top: 2px;
	display: inline-block;
	width: 10px;
}

a.use_all {
	clear: both;
	float: left;
}

a.use_all_intro_text {
	float: none;
	display: block;
	margin-bottom: 10px;
}

div.survey_question .question_wrap textarea {
	height: 80px;
}

div.survey_question .question_wrap.both_open textarea {
	height: 40px;
}

body.survey_assigned table.grid td.responded {
	color: #666;	
}

body.survey_assigned table.grid td.responded_none {
	color: red;
}

body.survey_assigned table.grid td.responded_complete {
	font-weight: bold;
}

body.survey_assigned table.grid td.responded_final {
	font-weight: bold;
	color: #090;
}

table.view_post th {
	text-align: center;
}

table.view_post td {
	text-align: right;
}

/* *** BEGIN: Response Page Specific Styling  *** */
body.response div.top {
	padding: 15px 50px;
	overflow: hidden;
}

body.response_responses div.top {
	padding: 15px 30px 15px 20px;
}

body.response div.top h2 {
	color: #222;
}

body.response div.top p {
	
}

body.response h1 {
	color: #fff;
	margin: 0 auto;
	height: 64px;
	line-height: 64px;
	font-weight: 400;
	text-align: center;
}

header h2 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #005b70;
	font-weight: normal;
	line-height: 60px;
}

/** - App view index page - response/index **/

div.navbar {
	margin-bottom: 0;
	border-radius: 0;	
}

body.response div.navmenu nav {
	display: none;
}

body.response div.content {
	background: white url(../img/response_content_bg.png) top left repeat-x;
}

body.response_index div.content {
	background: #000 url(../img/response_index_content_bg.png) top left repeat-x;
	color: #fff;
}

body.response_index div.intro {
	background: white;
	border-radius: 10px;
	padding: 10px;
	font-size: 20px;
	margin: 0 10px 20px;
	color: black;
	box-shadow: 1px 1px 2px black;
}

body.response_index div.content div.request {
	background: transparent url(../img/orange_right_cap.png) top right no-repeat;
	padding-right: 26px;
	font-size: 40px;
	margin-bottom: 35px;
	margin: 30px 10px 40px;
	position: relative;
	/* max-width: 500px; */
}

body.response_index div.content div.request a {
	background: transparent url(../img/orange_left_cap.png) no-repeat;
	display: block;
	color: #fff;
	padding-left: 26px;
	padding-top: 28px !important;
	height: 122px;
}

body.response_index div.content div.view_results {
	text-align: center;
}

body.response_index div.content div.view_results a {
	display: block;
	margin: 20px auto;
	width: 200px;
	padding: 10px 20px;
	font-size: 20px;
	text-decoration: underline;
	background: #e6e6ff;
	border: 1px solid #99f;
	border-radius: 10px;
	text-align: center;
}

body.response_index div.content div.request a span,
body.response_index div.content div.note a span {
	/* display: block; */
	font-size: 58px;
}

body.response_index div.content div.request img,
body.response_index div.content div.note img {
	position: absolute;
	right: 0;
	top: 0;
}

body.response_index div.content div.note,
body.response_index div.content div.loop {
	height: 60px;	
}

body.response_index div.content div.note {
	background: transparent; /* url(../img/blue_right_cap.png) center right no-repeat; */
	padding-right: 23px;
	font-size: 24px;
	margin-bottom: 75px;
	margin: 10px 10px 45px 10px;
	position: relative;
}

body.response_index div.content div.note a {
	background: transparent url(../img/blue_left_cap.png) no-repeat;
	display: block;
	color: #fff;
	padding-left: 26px;
	height: 145px;
	display: none;
}

body.response_index div.content div.note a,
body.response_index div.content div.request a {
	text-shadow: 0 -2px 0 #999;
	padding-top: 10px;
}

body.response_index div.loop {
	background: transparent url(../img/loop_divider.png) repeat-x bottom left;
	width: auto;
	overflow: hidden;
	clear: both;
	padding: 10px 10px 45px 10px;
}

a.all {
	background: transparent url(../img/all_sessions.png) no-repeat;
	width: 281px;
	height: 79px;
	font-size: 0;
	display: block;
	float: left;
	display: none;
}

a.loop {
	background: transparent url(../img/the_loop.png) no-repeat;
	width: 279px;
	height: 79px;
	font-size: 0;
	display: block;
	float: right;
	display: none;
}

body.response_index div.contributor {
	padding: 10px;
	width: auto;
	overflow: hidden;
}

body.response_index div.contributor div.photos {
	float: left;
	width: 85px;
	margin-right: 20px;
	padding-bottom: 30px;
}

body.response_index div.contributor h4,
body.response_index div.contributor p.contributor {
}

body.response_index div.contributor h4 {
	font-weight: 400;
	font-size: 36px;
}

body.response_index div.contributor p.contributor {
	font-size: 24px;
}

/*  Sessions Page  */

body.response_sessions div.more {
	padding: 18px 25px;
	color: #0071bc;
	font-size: 28px;
	border-bottom: 3px solid #808080;
	width: auto;
	overflow: hidden;
}

body.response_sessions div.more img {
	float: left;
	margin-right: 30px;
}

body.response_session div.save_feedback {
	padding-top: 10px;
	text-align: center;
}

body.response_session div.nowrap div.save_feedback {
	padding-right: 30px;
}

body.response_session div.save_feedback a.button-add-feedback {
	float: left;
}

body.response_sessions ul.surveys {
	margin: 0;
	padding: 0;
}

body.response_sessions ul.surveys li {
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	padding: 10px 0 0 70px;
	height: 95px;
	list-style: none;
}

body.response_sessions ul.surveys li a {
	font-size: 36px;
	color: #333;
}

body.response_sessions ul.surveys li p {
	font-size: 21px;
	color: #666;
	padding: 0;
}

body.response_sessions ul.surveys li span {
	background: #b3b3b3;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 55px;
	height: 95px;
	padding-top: 10px;
}

body.response_sessions ul.surveys li:hover span {
	background: #07a4d6;
}



/*  View Page  */

body.response_view div.later {
	width: auto;
	overflow: hidden;
}

body.response div.bottomwrap form#sessionstart div.checkbox {
	font-size: 36px;
	width: auto;
	overflow: hidden;
}

body.response a.details {
	margin-bottom: 15px;
}

body.response_view input.begin {
	background: transparent url(../img/begin_session.png) top left repeat-x;
	width: 261px;
	height: 118px;
	display: block;
	font-size: 0;
	margin: 0 auto;
	border: none;
	float: right;
}

body.response_view input.begin:hover {
	cursor: pointer;
}

body.response_view div.table table {
	width: 100%;
	color: #1a1a1a;
	font-size: 36px;
}

body.response_view div.table table tr {
	border-bottom: 3px solid #c6c6c6;
	width: auto;
	overflow: hidden;
	display: block;
}

body.response_view div.table table tr td.left {
	padding-left: 30px;
	width: 400px;
	float: left;
}

body.response_view div.table table tr td.right {
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	width: 400px;
	float: right;
}

body.response_view div.bottomwrap form#sessionstart {
	margin-bottom: 65px;
}

a.back {
	background: transparent url(../img/back_122_50.png) top left repeat-x;
	width: 122px;
	height: 50px;
	display: block;
	font-size: 0;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

a.next {
	background: transparent url(../img/next_blank_50.png) top left repeat-x;
	padding-right: 10px;
	width: 112px;
	height: 50px;
	display: block;
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 0 -2px #777;
	text-align: center;
	line-height: 45px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

a.next:hover {
	text-decoration: none;
}

a.details {
	background: transparent url(../img/details_122_57.png) top left repeat-x;
	width: 122px;
	height: 57px;
	display: block;
	font-size: 0;
	margin: 0 auto;
}

a.decline {
	background: transparent url(../img/decline_169_79.png) top left repeat-x;
	width: 169px;
	height: 79px;
	display: block;
	font-size: 0;
	float: left;
}

a.later {
	background: transparent url(../img/save_for_later_170_79.png) top left repeat-x;
	width: 170px;
	height: 79px;
	display: block;
	font-size: 0;
	float: right;
}

/*  Rating Page  */

body.response_session div.content h3 {
	/* -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: outset 0px 1px 0px 0px #ffffff; */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #cccccc) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#cccccc');
	background-color: #cccccc;
	color: #444;
	border-top: 1px solid #b3b3b3;
	border-bottom: none;
	padding-left: 50px;
	line-height: 48px;
	font-weight: normal;
	font-size: 21px;
}

body.response_session div.content h3.ui-accordion-header {
	margin: 0 !important;
	padding-bottom: 0 !important;
	font-weight: normal;
}

body.response_session div.content h3.ui-accordion-header-active {
	font-weight: bold;
	color: black;
	/* Removed per Tom 9/10/2013 
	text-shadow: 1px 1px 0 white; */
	border-bottom: 1px solid #b3b3b3;
	border-top: 5px solid black;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #aaaaaa) );
	background: -moz-linear-gradient( center top, #bfbfbf 5%, #aaaaaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#aaaaaa');
	background-color: #aaaaaa;
}

h3.ui-accordion-header span.rate {
	background: transparent url(../img/rated_sprite_209_25.png) no-repeat !important;
	background-position: 1px 0 !important;
	width: 27px;
	height: 25px;
	display: block;
	float: right;
	margin: 10px 10px 0 0;
}
/* Classes based on a 7-point rating */
h3.ui-accordion-header span.rate_6 {
	background-position: -30px 0 !important;
}

h3.ui-accordion-header span.rate_5 {
	background-position: -61px 0 !important;
}

h3.ui-accordion-header span.rate_4 {
	background-position: -92px 0 !important;
}

h3.ui-accordion-header span.rate_3 {
	background-position: -123px 0 !important;
}

h3.ui-accordion-header span.rate_2 {
	background-position: -154px 0 !important;
}

h3.ui-accordion-header span.rate_1 {
	background-position: -184px 0 !important;
}

h3.ui-accordion-header span.rate_0 {
	background: transparent url(../img/not_sure_blue_25.png) no-repeat !important;
}

/* Revise the classes based on a 5-point rating */
h3.ui-accordion-header span.ratings_5 span.rate_5 {
	background-position: 0 0 !important;
}

h3.ui-accordion-header span.ratings_5 span.rate_4 {
	background-position: -30px 0 !important;
}

h3.ui-accordion-header span.ratings_5 span.rate_3 {
	background-position: -92px 0 !important;
}

h3.ui-accordion-header span.ratings_5 span.rate_2 {
	background-position: -123px 0 !important;
}

body.response .intro_head {
	font-size: 20px;
}

body.response .intro_text {
	font-size: 20px; /* 16px; */
}

body.response div.add-comment {
	text-align: center;
	padding: 5px 0 10px 0;
}

body.response_session div.content h4 {
	text-align: center;
	color: #666;
	font-size: 27px;
	font-weight: normal;
	margin: 10px 0 0 0;
	display: none;
}

body.response_session div.content span.subtitle {
	padding: 0 50px;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
}

body.response_session p.question {
	color: #444;
	margin: 0 auto;
	padding: 5px 50px 20px;
	overflow: hidden;
	font-size: 20px;
}

body.response_session .ui-accordion-content .innerwrap {
	background: #000 url(../img/lower.png) top left repeat-x;
	padding: 18px 25px 5px 25px;
	color: #fff;
}

body.response_session div.ratings {
	width: auto;
	overflow: hidden;
	text-align: center;
}

body.response_session .button-cancel {
	height: 57px;
	line-height: 57px;
	margin-left: 20px;
}

body.response_session button.button-blue,
body.response_session img.button-blue {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

body.response_session div.rate {
	background: transparent url(../img/face_rating_sprite_661_80.png) no-repeat;
	width: 76px;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

body.response_session div.ratings_4 div.rate,
body.response_session div.ratings_5 div.rate {
	margin: 0 35px;	
}

body.response_session div.ratings_4 div.rate_0,
body.response_session div.ratings_5 div.rate_0 {
	margin: 0 0 0 100px;
}

body.response_session div.ratings_7 div.rate {
	margin: 0 15px;
}

body.response_session div.rate_7 {
	background-position: 0 0;
}

body.response_session div.rate_6 {
	background-position: -97px 0;
}

body.response_session div.rate_5 {
	background-position: -195px 0;
}

body.response_session div.rate_4 {
	background-position: -294px 0;
}

body.response_session div.rate_3 {
	background-position: -391px 0;
}

body.response_session div.rate_2 {
	background-position: -489px 0;
}

body.response_session div.rate_1 {
	background-position: -587px 0;
}

body.response_session div.rate_0 {
	background: transparent url(../img/not_sure_blue_72.png) no-repeat;
}

body.response_session div.rate_waiting {
	background: transparent !important;
}

body.response_session div.rate_waiting p {
	font-weight: bold;
	color: #aabbff;	
}

body.response_session p.more a {
	float: right;
	color: #fff;
}

body.response_session p.more {
	display: none;
}

body.response_session div.rate a {
	display: block;
	width: 76px;
	height: 80px;
	font-size: 0;
}

body.response_session div.question div.more {
	float: right;
}

body.response_session p.note {
	/* background: transparent url(../img/info.png) no-repeat;
	padding-left: 20px; */
	margin: 0 0 0 50px;
	font-style: italic;
	font-size: 16px;
}

body.response_session p.not,
body.response_session p.great {
	display: block;
	text-align: center;
	font-size: 20px;
}

body.response_session textarea {
	font-size: 14px;
	resize: none;
	line-height: 20px; 
}

body.response_session textarea.survey_text_1 {
	height: 20px;
}

body.response_session textarea.survey_text_2 {
	height: 40px; 
}


body.response_session textarea.survey_text_3 {
	height: 60px;
}

body.response_session textarea.survey_text_4 {
	height: 80px;
}

body.response_session div.submit {
	overflow: hidden;
	width: 100%;
}

/* -------------------------------------   MEDIA QUERIES  --------------------------------------------*/

/*  Tablets  */

@media only screen 
and (max-width : 1024px) {

	body,
	html {
		height: 100%;
	}

	body {
		margin: 0;
		padding: 0;
	}
	
	body.response {
		background: #f2f2f2 url(../img/session_bg.png) top left repeat-x;
		position: relative;
	}
	
	body.response_index {
		background: #060606;
	}

	div.bodywrapper {
		width: 100%;
		position: relative;
		padding-bottom: 85px;
	}
	
	h1 {
		font-size: 25px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	h5 {
		font-size: 14px;
	}
	
	div.top h2 {
		font-size: 32px;
	}
	
	div.top p {
		font-size: 20px;
	}
	
	div.top div.legend p {
		font-size: 16px;
	}
	
	body.response_session div.content span.subtitle {
		font-size: 28px;
	}
	
	body.response_session p.question {
		font-size: 28px;
	}
	
	body.response_session div.content h3 {
		font-size: 36px;
		line-height: 64px;
	}
	
	body.response_session div.rate {
		margin: 0 4%;
	}
	
	header,
	div.content,
	footer {
		width: 100%;
	}
	
	body.response_index div.content div.request {
		font-size: 36px;
		max-width: 100%;
	}
	
	body.response_index div.content div.request a span,
	body.response_index div.content div.note a span {
		display: block;
		font-size: 52px;
	}
	
	header {
		padding: 0;
	}
	
	div.content {
	}
	
	footer {
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 3500000;
		
	}
}

/*  Smart Phones  */

@media only screen  
and (max-width : 480px),
only screen
and (max-width: 1024px)
and (-webkit-device-pixel-ratio: 2) {

	body,
	html {
		height: 100%;
	}
	
	body {
		margin: 0;
		padding: 0;
	}
	
	body.response_index {
		background: #060606;
	}

	div.bodywrapper {
		width: 100%;
		position: relative;
	}
	
	body.response_session .intro_head {
		font-size: 45px;
	}
	
	body.response_session div.content h3 {
		font-size: 38px;
		line-height: 74px;
	}
	
	body.response_session p.question,
	body.response_index div.intro {
		font-size: 32px;
	}
	
	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 20px;
	}
	
	h3.ui-accordion-header span.rate {
		margin-top: 22px;
	}
	
	body.response_session div.rate {
		margin: 0 3%;
	}
	
	div.top h2 {
		font-size: 32px;
	}	
	
	div.top p {
		font-size: 20px;
	}
	
	body.response_session div.ratings p {
		font-size: 20px;
	}	
	
	body.response_session div.content span.subtitle {
		font-size: 28px;
	}
	
	a.button,
	button.button,
	input.button {
		height: 48px;
		line-height: 44px;
		font-size: 22px;
	}
	
	header,
	div.content,
	footer {
		width: 100%;
	}
	
	header {
		padding: 0;
	}
	
	footer {
		display: block;
		position: fixed;
		bottom: 0px;
		z-index: 3500000;
	}
}