/* Variables ---------------------------------------------------------------- */
:root {
    --mho-cyan:			#2596C2;			/* MHO Cyan */
    --oha-blue:			#475893;
    --mho-red:			#A80031;			/* MHO Rouge */
    --mho-light-grey:		#F5F5F5;			/* MHO Light Grey */    
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    
}                                   

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
    don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: baseline;margin-right: 5px;}
input[type="checkbox"] {vertical-align: baseline; *vertical-align: baseline; margin-right: 5px;}
.ua-ie-6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100% Helvetica, Trebuchet, Verdana, Arial, sans-serif;}
 
/* Accessible focus treatment
    people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
    gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ua-ie-7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ua-ie-6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* Webkit annoying outline on fields fix */

input[type=text]:focus,
input[type=password]:focus,
input[type="search"]:focus {
  outline: 0 none;
}

/*search field styling for Safari */

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-border-radius: 0px;
}

/* Force mobile safari to not enlarge the text */

body { -webkit-text-size-adjust: none; }

/* End Reset */

body {
	background: #e5e5e5;
	color: #131313;
	font-size: 14px;
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

select {
	/*background-color: #f3f0f2;
	color: #393a75;
	border-color:#d8d8d8;*/
	font-size: 13px;
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
}

textarea, input {
	color: #1f1f1f;
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	font-size: 13px;
}



a, a:link {
	/*color: #1f1f1f;*/
	color: var(--oha-blue);
}

a:hover {
	text-decoration: none;
}

a, a:link, a img {
	border: 0px;
}

h1 {
	font-size: 24px;
	padding-bottom: 12px;
	line-height: 32px;
}

h1.title {
	font-size: 18px;
	color: white;
	margin: 0px;
	padding: 0px;
	line-height: 52px;
	margin-left: 15px;
	float: left;
	width: 620px;
}

h1.title em {
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #425898;
	margin-bottom: 12px;
	line-height: 20px;
}

h2 em {
	font-weight: normal;
}

h2.report_title {
	margin-bottom: 30px;
	float: left;
}

h3 {
	font-size: 18px;
	color: #1f1f1f;
	font-weight: normal;
	margin-bottom: 13px;
	line-height: 22px;
}

h3.survey {
	margin-top: 26px;
}

h4 {
	font-size: 18px;
	margin-bottom: 13px;
	margin-top: 13px;
}

h4 em {
	font-weight: normal;
}

h5 {
	padding-top: 26px;
	font-size: 18px;
	margin-bottom: 13px;
}

h6 {
	margin-bottom: 13px;
}


p {
	margin-top: 0px;
	padding-bottom: 12px;
}

ul {
	padding-left: 2em;
	list-style: square;
	padding-bottom: 12px;
}

.content_main li {
	padding-bottom: 6px;
}

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

.heart_textna {
	color: #5c5c5c;
}

.heart_text4 {
	color: #b90a3f;
}

.heart_text3 {
    color: var(--oha-blue);
}

.heart_text2 {
	color: #425898;
}

.heart_text1 {
	color: #05a7cd;
}

#print_header {
	display: none;
}


#container {
	margin: 0px auto;
	width: 1045px;
	position: relative;
	background: white;
	box-shadow: 0px 2px 3px #aaa;
	overflow: hidden;
}

#container.leftsidebar {
	margin: 0px auto;
	width: 1045px;
	position: relative;
	background: white url('../images/private/container_left_side_bg.png') top left repeat-y;
}

#header {
	margin: 0px auto;
	position: relative;
	padding: 0;
	width: 1045px;
	min-height: 89px;
	padding-top: 44px;
}
#logo {
	margin-bottom:  12px;
}

#header .signup-login {
	float: right;
}

#header .signup-login div {
	float: left;
	padding: 12px 15px;
}

#header .signup-login-button {
	background-color: var(--oha-blue);
	color: white;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 15px;
	border-radius: 2px;
	float: right;
	text-decoration: none;
}

#header .signup-login-button:hover {
	background-color: #9c0951;
}


.utility-nav-wrapper {
	width: 100%;
	background: #013744;
}

.utility-nav {
	display: block;
	width: 970px;
	margin: 0px auto;
	min-height: 35px;
}

.top-logo {
	display: block;
	float: left;
	background: url('../images/private/top-logo-roadmap.png') left top no-repeat transparent;
	width: 110px;
	height:  35px;
	overflow: hidden;
	text-indent: 9999px;
}

#top-branch {
    	float: right;
    	text-align: center;
	width: 120px;
	height: 6px;
	font-weight: bold;
	background-color: #f80;
	color: #000;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding-top: 0px;
}

#status_nav {	
	display: block;
	line-height:35px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	float: right;
	padding-bottom: 0;
}

#status_nav li {
	display:block;
	float:left;
	list-style:none;
	margin-left: 1px;
}

#status_nav li a, #status_nav li a:link {
	color: white;
	text-decoration: none;
	display: block;
	height: 34px;
	padding:0 6px;
}

#status_nav li a.active, #status_nav li a:hover {
	color: #6c949e;
	text-decoration: none;
}

#status_nav li:first-child {
	padding-left: 0px;
}

#status_nav li.intro {
	background: none;
	padding-right: 14px;
	font-style: italic;
	font-weight: 400;
}

#status_nav li.language_drop a {
	
}

#status_nav li.language_drop ul a {
	background:none;
	padding-right: 14px;
	display: block;
	width: 95px;
	height: 24px;
	border-top: 1px solid #013744;
	padding-left: 6px;
}

#status_nav li.language_drop ul a.en_US {
}

#status_nav li.language_drop ul a.es_ES {

}

#status_nav li.language_drop ul {
	clear: both;
	position: absolute;
	top: 34px;
	padding-left: 0px;
	z-index: 999;
	overflow: hidden;
	margin-left: 0px;
	line-height: 24px;
	left: -999em;
}

#status_nav li.language_drop:hover ul, #status_nav li.language_drop.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#status_nav li.language_drop:hover a, #status_nav li.language_drop.sfhover a {
	color: #6c949e;
}

#status_nav li.language_drop:hover ul a, #status_nav li.language_drop.sfhover ul a {
	color: white;
}

#status_nav li.language_drop:hover ul a:hover, #status_nav li.language_drop.sfhover ul a:hover {
	color: #6c949e;
	background: white;
}

#status_nav li.language_drop ul li {
	clear: both;
	background: #6c949e;
	padding-left: 0px;
	display: block;
	height: 24px;
}

#main_nav {	
	display: block;
	margin:7px 0;
	padding:0;
	line-height:32px;
	color: #b53c72;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	/*width: 620px;*/
	float: right;
}

#main_nav li {
	display:block;
	float:left;
	list-style:none;
	margin-right: 1px;
	padding: 0px;
}

#main_nav li a, #main_nav li a:link {
display: block;
width: auto;
padding: 0px 0px 0px 16px;
color: #1f1f1f;
text-decoration: none;
}

#main_nav li a.active, #main_nav li a:hover {
	color: #425898;
}

#main_nav li a span {
display: block;
float: left;
}

.main_nav_link {
float: right;
}

#main_nav li a span#org {
background: url('../images/private/main_nav_org_icon.png') top left no-repeat;
margin: 10px 0 0 0;
padding-right: 6px;
width: 11px;
height: 10px;
}

#main_nav li a:hover span#org, #main_nav li a.active span#org {
	background-position: 0 -10px;
}

#main_nav li a span#a_guide {
background: url('../images/private/main_nav_a_guide_icon.png') top left no-repeat;
margin: 9px 0 0 0;
padding-right: 6px;
width: 10px;
height: 13px;
}

#main_nav li a:hover span#a_guide, #main_nav li a.active span#a_guide {
	background-position: 0 -13px;
}

#main_nav li a span#all_users {
background: url('../images/private/main_all_users_icon.png') top left no-repeat;
margin: 9px 6px 0px 0px;
width: 11px;
height: 12px;
}

#main_nav li a:hover span#all_users, #main_nav li a.active span#all_users {
	background-position: 0 -12px;
}

#main_nav li a span#nav_coupons {
background: url('../images/private/main_coupon_icon.png') top left no-repeat;
margin: 9px 6px 0px 0px;
width: 11px;
height: 12px;
}

#main_nav li a:hover span#nav_coupons, #main_nav li a.active span#nav_coupons {
	background-position: 0 0px;
}


#help_nav {	
	height: 40px;
	display: block;
	margin:0;
	padding:0;
	line-height:32px;
	color: #d6d0d4;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 57px;
	right: 0px;
}

#help_nav li {
	display:block;
	float:left;
	list-style:none;
	margin-right: 1px;
	padding: 0px;
	height: 40px;
}

#help_nav li a, #help_nav li a:link {
display: block;
width: auto;
height: 40px;
padding: 0px 0px 0px 8px;
color: #d6d0d4;
text-decoration: none;
cursor: pointer;
}

#help_nav li a.active, #help_nav li a:hover {
	color: white;
}

#help_nav li a span {
display: block;
float: left;
}

.help_nav_link {
float: right;
}

#help_nav li a span#help {
background: url('../images/private/help_nav_help_icon.png') top left no-repeat;
margin: 10px 5px 0px 0px;
width: 11px;
height: 11px;
}

#help_nav li a:hover span#help, #help_nav li a.active span#help {
	background-position: 0 -11px;
}

#help_nav li a span#help_contact {
background: url('../images/private/help_nav_contact_icon.png') top left no-repeat;
margin: 10px 5px 0px 0px;
width: 11px;
height: 11px;
}

#help_nav li a:hover span#help_contact, #help_nav li a.active span#help_contact {
	background-position: 0 -11px;
}


#title_bar {
  	padding: 0;
	width: 967px;
	position: relative;
}

a#org_back_btn, a#org_back_btn:link {
	display: block;
	position: relative;
	width: 32px;
	height: 52px;
	overflow: hidden;
	text-indent: -999px;
	background: url('../images/private/arrow-blue-left.png') center center no-repeat #2f3d67;
	float: left;
}

a#org_back_btn:hover {
	/*background-position: 0 -20px;*/
	background-color: #1a2440;
}

.org-title {
	float: right;
	display: block;
	position: relative;
	color: white;
	line-height: 52px;
	width: 285px;
	padding-right: 15px;
	text-align: right;
}

/* Start Edited by Syed Atif Naeem */
#subheader {
	margin: 0px auto;
	position: relative;
	padding: 0;
        width: 1045px;
	background: var(--oha-blue);	
	box-shadow: 0px 2px 3px #aaa;
}

#subheader_admin {
	margin: 0px auto;
	position: relative;
	padding: 0;
	width: 1045px;
	background: var(--mho-red);
	box-shadow: 0px 2px 3px #aaa;
}

#sec_nav {
	margin: 0px auto;
	position: relative;
	height: 38px;
	width: 1045px;
	display: block;
	padding:0;
	line-height:38px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background: #383838;
	box-shadow: 0px 2px 3px #aaa;
}

#sec_nav li {
	display:block;
	float:left;
	list-style:none;
	padding: 0px;
	/*background: url('../images/private/sec_nav_li_divider.png') top left repeat-x;*/
	height: 38px;
}

#sec_nav li a, #sec_nav li a:link {
	display: block;
	width: auto;
	height: 38px;
	padding: 0px 12px 0px 12px;
	color: white;
	text-decoration: none;
	margin-right: 1px;
}

#sec_nav li a.active, #sec_nav li a:hover {
	color: #1f1f1f;
	background: white;
}

#sec_nav li a span {
	display: block;
	float: left;
}

.sec_nav_link {
	float: right;
}

#sec_nav li a span#org_overview {
	background: url('../images/private/sec_nav_overview_icon.png') top left no-repeat;
	margin: 14px 3px 0px 1px;
	width: 11px;
	height: 9px;
}

#sec_nav li a:hover span#org_overview, #sec_nav li a.active span#org_overview {
	background-position: 0 -9px;
}

#sec_nav li a span#org_users {
background: url('../images/private/sec_nav_users_icon.png') top left no-repeat;
margin: 13px 4px 0px 0px;
width: 11px;
height: 12px;
}

#sec_nav li a:hover span#org_users, #sec_nav li a.active span#org_users {
	background-position: 0 -12px;
}

#sec_nav li a span#org_survey {
background: url('../images/private/sec_nav_survey_icon.png') top left no-repeat;
margin: 13px 5px 0px 0px;
width: 10px;
height: 12px;
}

#sec_nav li a:hover span#org_survey, #sec_nav li a.active span#org_survey {
	background-position: 0 -12px;
}

#sec_nav li a span#org_report {
background: url('../images/private/sec_nav_report_icon.png') top left no-repeat;
margin: 13px 5px 0px 0px;
width: 10px;
height: 12px;
}

#sec_nav li a:hover span#org_report, #sec_nav li a.active span#org_report {
	background-position: 0 -12px;
}

#sec_nav li a span#options {
background: url('../images/private/sec_nav_options_icon.png') top left no-repeat;
margin: 14px 4px 0px 0px;
width: 10px;
height: 10px;
}

#sec_nav li a:hover span#options, #sec_nav li a.active span#options {
	background-position: 0 -10px;
}


.content {
	margin: 0px;
	padding: 24px 15px 34px 0px;
	position: relative;
}

.content_left {
	float: left;
	width: 222px;
}

.left_content_text {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 17px;
	color: #646263;
}

.left_content_text h3 {
	font-weight: bold;
	font-size: 14px;
	color: #646263;
}

.left_content_text p {
	padding-bottom: 1em;
}

#container .content_main {
	width: auto;
	padding-left: 30px;
	padding-right: 15px;
}

#container.leftsidebar .content_main {
	width: 699px;
	padding-left: 30px;
	/*margin-left: 223px;*/
	padding-right: 0px;
	float: right;
	margin: 0px;
}

.sidebar_nav {
	font-size: 11px;
	line-height: 16px;
	padding-top: 0;
	font-weight: bold;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	width: 222px;
	color: #1f1f1f;
}

.sidebar_nav li {
	list-style:none;
	text-indent: -12px;
	/*border-bottom: 1px solid #f2f3f7;*/
	width: 180px;
	display: block;
	padding:5px 15px 5px 27px;
}

.sidebar_nav li a, .sidebar_nav li a:link {
	color:#1f1f1f;
	text-decoration: none;
	display: block;
	width: 180px;
	padding:5px 15px 5px 27px;
	margin: -5px -15px -5px -27px;
	text-indent: -12px;
}

.sidebar_nav li a:hover, .sidebar_nav li a.active {
	color: white;
	background: var(--oha-blue) url('../images/private/left_side_nav_arrow.png') 212px center no-repeat; 
}

.report-summary {
	padding-bottom: 18px;
}

.report-summary p {
	padding-bottom: 12px;
}

.report-results {
	background: #fafafa;
	margin-left: -31px;
	width: 699px;
	padding: 0 15px 30px 31px;
}

label.survey_radio {
	padding: 10px 10px 10px 46px;
	margin-left: -26px;
	display: block;
	margin-bottom: 0px;
	float: right;
	width: 643px;
	position: relative;
	z-index: 0;
	text-indent: -20px;
	cursor: pointer;
}

.radio_container {
	display: block;
	position: relative;
	width: 699px;
	border-bottom: 1px solid #d8d8d8;
}

.radio_container input {
	float: left;
	position: absolute;
	margin-left: 8px;
	z-index: 99;
	margin-top: 10px;
	cursor: pointer;
}

.radio_container input[type=radio]:checked + label {
	background-color: #e1e4ee;
	color: #1f1f1f;
}

.radio_container input[type=radio]:hover + label, .radio_container:hover, .radio_container label:hover, .radio_container > *:hover {
	background-color: #f5f5f5;
}

label.survey_radio span {
	font-weight: bold;
	color: var(--oha-blue);
	padding-right: 8px;
	padding-left: 2px;
}


.textbox_container {
	display: block;
	position: relative;
	width: 699px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 8px;
	padding-top: 8px;
}

.textbox_container textarea {
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	font-size: 13px;
	width: 693px;
	color:#1f1f1f;
	height: 80px;
}

.white_pink_arrow_submit {
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	position: relative;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	background: white url('../images/private/white_pink_arrow.png') top right no-repeat;
	cursor: pointer;
	float: right;
	border: 0px;
	padding: 0px 17px 0px 7px;
	color: white;
	margin-top: 26px;
	overflow: visible;
	margin-left: 14px;
	border-radius: 2px;
}

.white_pink_arrow_submit:hover {
	background-position: right -26px;
}

a.pink_button, a.pink_button:link {
	display: block;
	height: 24px;
	float: right;
	position: relative;
	background: var(--oha-blue);
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 7px;
	cursor: pointer;
	border-radius: 2px;
}

a.pink_button:hover {
	color: white;
	background-position: 0px -20px;
	background-color: var(--oha-blue);
}

a.pink_button span {
	display: block;
	float: left;
}

a.pink_button span#add_org, a.pink_button span#add_collaborator, a.pink_button span#add_respondent {
	background: url('../images/private/add_org_icon.png') top left no-repeat;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin: 5px 4px 0px -1px;
}

a.pink_button:hover span#add_org, a.pink_button:hover span#add_collaborator, a.pink_button:hover span#add_respondent{
	background-position: 0px -9px;
}

a.pink_button span#print_survey {
	background: url('../images/private/download_icon_white.png') top left no-repeat;
	width: 9px;
	height: 10px;
	overflow: hidden;
	margin: 7px 5px 0px 0px;
}

a.pink_button:hover span#print_survey {
	background-position: 0px -10px;
}

a.pink_button span#print_user_survey {
	background: url('../images/private/print_icon_white.png') top left no-repeat;
	width: 11px;
	height: 11px;
	overflow: hidden;
	margin: 5px 5px 0px 0px;
}

a.pink_button:hover span#print_user_survey {
	background-position: 0px -10px;
}

a.pink_button span#delete_user {
	background: url('../images/private/delete_icon_white.png') top left no-repeat;
	width: 7px;
	height: 8px;
	overflow: hidden;
	margin: 6px 4px 0px -1px;
}

a.pink_button:hover span#delete_user {
	background-position: 0px -8px;
}

a.pink_button span#edit_org {
	background: url('../images/private/edit_icon_white.png') top left no-repeat;
	width: 11px;
	height: 11px;
	overflow: hidden;
	margin: 4px 4px 0px -1px;
}

a.pink_button:hover span#edit_org {
	background-position: 0px -11px;
}

a.pink_button span#view_report, a.pink_button span#view_users, a.pink_button span#view_org {
	background: url('../images/private/view_icon_white.png') top left no-repeat;
	width: 15px;
	height: 9px;
	overflow: hidden;
	margin: 6px 4px 0px -1px;
}

a.pink_button:hover span#view_report, a.pink_button:hover span#view_users, a.pink_button:hover span#view_org {
	background-position: 0px -9px;
}


.pink_button_link {
	float: right;
}

#subfooter {
	width: 907px;
	margin: 0px auto;
	border: 1px solid #c5c5c5;
	padding: 17px 30px 30px 30px;
	margin-top: 15px;
	font-size: 12px;
}

#subfooter h4 {
	color: #626262;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 13px;
	margin-bottom: 24px;
}

#subfooter h4 span {
	font-weight: normal;
}

#subfooter p {
}

/* Start Edited by Syed Atif Naeem */
#subfooter a {
	font-size: 14px;
	font-weight: bold;
}

.right-subfooter {
	float: left;

}
/* End Edited by Syed Atif Naeem */

#subfooter img {
	float: left;
	margin-right: 15px;
}

#subfooter .left, #subfooter .right {
	float: left;
	width: 438px;
}

#subfooter .right {
	margin-left: 30px;
}

#subfooter .left img {
	padding-bottom: 60px;
}

#footer {
	width: 1045px;
	font-size: 11px;
	color: #1f1f1f;
	margin: 0px auto;
	padding-top: 17px;
	padding-bottom: 26px;
}

#footer a, #footer a:link {
	color: #1f1f1f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Start Edited by Syed Atif Naeem */
.copyright {
	float: left;
	font-weight: bold;
	font-size: 14px;
}
/* End Edited by Syed Atif Naeem */

.copyright img.roadmap {
	max-height:15px;
	padding-left: 2px;
	vertical-align: text-top;
}

.feedback {
	float: right;
}

a.print_user_survey, a.print_user_survey:link {
	background: #393a75 url('../images/private/white_pink_arrow.png') top left no-repeat;
	padding: 0px 7px 0px 7px;
}

a.print_user_survey:hover {
	background-position: left -26px;
}


a.print_user_survey, a.print_user_survey:link {
	display: block;
	height: 26px;
	float: right;
	position: relative;
	color: white;
	font-size: 13px;
	line-height: 26px;
	padding: 0px 8px 0px 24px;
	margin: 26px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
	background: url('../images/private/print_big_btn.png') 0px -26px no-repeat;
}

a.print_user_survey:hover {
	text-decoration: none;
	background-position: 0px 0px;
}

a.edit_q {
	display: block;
	position: relative;
	width: 699px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #efefef;
	text-decoration: none;
	overflow:auto;
	cursor: pointer;
}

a.edit_q:hover {
	background-color: #fafafa;
}

span.edit_q_btn {
	color: var(--oha-blue);
	padding: 1px 5px 0px 5px;
	border: 1px solid var(--oha-blue);
	display: block;
	position: relative;
	float: right;
	background-color: white;
	margin-right: 10px;
	line-height: 23px;
}

a.edit_q:hover span.edit_q_btn {
	color: white;
	background-color: var(--oha-blue);
}

span.edit_q_text {
	color:#1f1f1f;
	display: block;
	float: left;
	position: relative;
	width: 572px;
	padding-left: 10px;
	text-indent: -17px;
	margin-left: 17px;
}

span.edit_q_text span {
	color: var(--oha-blue);
	margin-right: 8px;
	font-weight: bold;
}

span.edit_q_textbox {
	color:#1f1f1f;
	display: block;
	float: left;
	position: relative;
	width: 589px;
	padding-left: 10px;
}

div.results_q {
	display: block;
	position: relative;
	width: 699px;
	padding: 3px 0px 10px 0px;
	border-bottom: 1px solid #d8d8d8;
	overflow:auto;
}

div.results_q_arrow {
	float: left;
	display: block;
	position: relative;
	width: auto;
	height: 29px;
	color: #1f1f1f;
	background: url('../images/private/score_arrow.png') top right no-repeat;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 17px;
}

div.results_q_arrow img {
	vertical-align:middle;
	margin-bottom: 3px;
}

div.results_q_arrow span {
	font-weight: bold;
	padding-left: 3px;
}

div.results_q_text {
	color:#1f1f1f;
	display: block;
	float: right;
	position: relative;
	width: 556px;
	padding-left: 0px;
	text-indent: -17px;
	margin-left: 17px;
	padding-top: 7px;
}

div.results_q_text span {
	color: #1f1f1f;
	margin-right: 8px;
	font-weight: bold;
}

div.results_q_textbox {
	color:#1f1f1f;
	display: block;
	float: right;
	position: relative;
	width: 699px;
	padding-left: 0px;
	padding-top: 7px;
	text-align: left;
}

.overall_results {
	display: block;
	position: relative;
	background: #fafafa;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}

.overall_results .results_average {
	float: left;
}

.overall_results .completed_survey, .overall_results .pie_chart {
	float: right;	
}

.results_average {
	text-align: center;
	width: 111px;
	border-right: 1px solid #d8d8d8;
	margin-bottom: -1000px; padding-bottom: 1018px;
}

.results_average img {
	padding: 19px 20px 0px 20px;
	margin-bottom: 4px;  
}

.big_average_number {
	font-size: 39px;
	font-weight: bold;
	line-height: 39px;
	margin-top: -5px;
}

.completed_survey {
	text-align: center;
	width: 111px;
	border-right: 1px solid #d8d8d8;
	padding-top: 22px;
	margin-bottom: -1000px; padding-bottom: 1018px;
}

.completed_number_top {
	font-size: 39px;
	font-weight: bold;
	line-height: 39px;
	color: #9c9c9c;
}

.completed_line {
	background-color: #9c9c9c;
	width: 81px;
	height: 1px;
	margin: 5px 0px 5px 14px;
}

.completed_number_bottom {
	font-size: 39px;
	font-weight: normal;
	line-height: 39px;
	color: #9c9c9c;
	padding-bottom: 5px;
}

.pie_chart {
	padding-top: 7px;
	width: 300px;
	border-right: 1px solid #d8d8d8;
	overflow: hidden;
	margin-bottom: -1000px; padding-bottom: 1016px;
	text-align: center;
}

.pie_numbers {
	width: 180px;
	font-size: 11px;
	margin: 0px auto;
	margin-top: 5px;
	text-align: left;
}

.pie_numbers img {
	margin-right: 4px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.pie_numbers_left {
	width: 87px;
	padding-right: 3px;
	float: left;
}
.pie_numbers_right {
	width: 87px;
	float: right;
	padding-left: 3px;
}

.pie_numbers_na {
	border-top: 1px dotted #978391;
	padding-top: 3px;
}

.alignment_meter {
	width:172px;
	float: right;
	text-align: center;
	padding-top: 59px;
	margin-bottom: -1000px; padding-bottom: 1000px;
}

.alignment_meter img {
	margin: 0px auto;
	width:144px;
}

.alignment_meter .meter_text {
	margin-top: -3px;
}

.alignment_meter span {
	color: var(--oha-blue);
}

.overall_section_results {
	display: block;
	position: relative;
	background: #fafafa;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	overflow: hidden;
}

.overall_section_result {
	border-bottom: 1px solid #d8d8d8;
	line-height: 27px;
}

.section_heart {
	float: left;
	padding: 0px 5px 0px 5px;
	display: block;
}

.section_heart img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 3px;
}

.section_heart span {
	font-weight: bold;
	margin-right: 8px;
}

.section_heart span.section_title {
	font-weight: normal;
	margin-right: 0px;
}

a.view_details, a.view_details:link {
	display: block;
	float: right;
	padding: 0px 5px 0px 5px;
	width: 80px;
	border-left: 1px solid #d8d8d8;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: var(--oha-blue);
}

a.view_details:hover {
	background-color: var(--oha-blue);
	color: white;
}

a.edit_details, a.edit_details:link {
	display: block;
	float: right;
	padding: 0px 5px 0px 5px;
	width: 80px;
	border-left: 1px solid #d8d8d8;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: var(--oha-blue);
}

a.edit_details:hover {
	color: white;
	background-color: var(--oha-blue);
}

.report_line {
width: auto;
height: 0px;
border-bottom: 1px solid #9191a6;
clear: both;
margin-bottom: 13px;
}

select.select_archives {
	float:right;
	margin-left: 7px;
}

.show_from {
	float:right;
}

.show_from span {
	font-size: 11px;
	font-style: italic;
	color: #393a75;
	padding-right: 3px;
}

select.select_show_from {
	margin-top:14px;
	margin-right: 15px;
}

.archive_notice {
	width: auto;
	height: 32px;
	background: #fcfcfc url('../images/private/archive_notice_back.png') top left repeat-x;
	line-height: 32px;
	color: #b90a3f;
	text-align: center;
}

.archive_notice span {
	background-color: #fcfcfc;
	padding: 1px 5px 1px 5px;
}

.view_questions {
	position: relative;
	display: block;
	text-align: center;
	float: right;
	font-size: 13px;
}

.view_questions a, .view_questions a:link {
	position: relative;
	display: block;
	border-left: 1px solid #d8d8d8;	
	width: 111px;
	padding-top: 88px;
	margin-bottom: -1000px; padding-bottom: 1018px;
	background: #fafafa url('../images/private/view_q_back.png') top left no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: var(--oha-blue);
}

.view_questions a:hover {
	background-position: -112px 0px;
	background-color: var(--oha-blue);
	color: white;
}

h3.section_overview_title {
	position: relative;
	display: block;
	width: 697px;
	background: #fafafa;
	border: 1px solid #d8d8d8;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#section_1 h3.section_overview_title {
	border-top: 1px solid #d8d8d8;
}

h3.section_overview_title a, h3.section_overview_title a:link {
	position: relative;
	display: block;
	width: 651px;
	padding: 5px 33px 6px 13px;
	color: #393a75;
	text-decoration: none;
	background: url('../images/private/section_overview_title.png') 0px 0px no-repeat;
}

h3.section_overview_title a:hover {
	color: var(--oha-blue);
}

h3.section_overview_title a.section_link_open, h3.section_overview_title a:link.section_link_open {
	background-position: -697px 0px;
}

h3.section_overview_title span {
	font-weight: normal;
}

.section_assessment {
	position: relative;
	display: block;
	width: 671px;
	border: 1px solid #d8d8d8;
	border-top: none;
	padding: 13px 13px 13px 13px;
	font-size: 11px;
	background: #fafafa;
	line-height: 15px;
}

.section_assessment h4 {
	margin-top: 0px;
	font-weight: normal;
	color: #393a75;
	font-size: 13px;
}

.assessment_left {
	position: relative;
	display: block;
	float: left;
	width: 323px;
}

.assessment_right {
	position: relative;
	display: block;
	float: right;
	width: 323px;
}

.assessment_right ul {
	list-style-image: url('../images/private/ul_dingbat.png');
}

.assessment_right ul li {
	padding-bottom: 5px;
}

.section_overview_results {
	display: block;
}

.q_hide_text {
	display: none;
}

.results_question {
	border: 1px solid #d8d8d8;
	border-bottom: none;
	border-right: none;
	margin-bottom: 13px;
	border-top: none;
}

.data_sorting_table {
	position: relative;
	display: block;
	width: 698px;
	
}

.data_sorting_table.all_users {
	position: relative;
	display: block;
	width: 985px !important;
	
}

.data_sorting_table thead {
	text-align: left;
	color: #393a75;
}

.data_sorting_table thead th, .data_sorting_table thead td {
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 5px 20px 5px 7px;
	background: url('../images/private/sort_table_head_back.png') no-repeat right top;
	text-align: left;
}

.data_sorting_table thead th {
	cursor: pointer;
	font-size: 11px;
	
}

.data_sorting_table thead th.sortedASC {
	background: #fafafa url('../images/private/sort_table_head_back.png') no-repeat right -120px;
}

.data_sorting_table thead th.sortedDESC {
	background: #fafafa url('../images/private/sort_table_head_back.png') no-repeat right -60px;
}

.tableHeaderOver {
	cursor: pointer;
	color: var(--oha-blue);
}



.data_sorting_table tbody {
	background-color: #fafafa;
}

.altRow {
	background-color: #fbfbfb;
}

.data_sorting_table tbody td {
	border: 1px solid #d8d8d8;
	border-top: none;
	border-left: none;
	padding: 5px 7px 5px 7px;
	text-align: left;
}

.data_sorting_table div.heart_text1, .data_sorting_table div.heart_text2, .data_sorting_table div.heart_text3, .data_sorting_table div.heart_text4, .data_sorting_table div.heart_textna {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -2px;
}

.data_sorting_table div.heart_text1 img, .data_sorting_table div.heart_text2 img, .data_sorting_table div.heart_text3 img, .data_sorting_table div.heart_text4 img, .data_sorting_table div.heart_textna img {
	vertical-align:middle;
	margin-bottom: 3px;
	margin-right: 3px;
}


.data_sorting_table td.heart_text1, .data_sorting_table td.heart_text2, .data_sorting_table td.heart_text3, .data_sorting_table td.heart_text4, .data_sorting_table td.heart_textna {
	width: 35px;
}

.data_sorting_table tbody td.view_d {
	border: 1px solid #d8d8d8;
	border-top: none;
	border-left: none;
	padding: 0px;
	overflow: hidden;
}

.data_sorting_table tbody td.view_d a.view_details, .data_sorting_table tbody td.view_d a.view_details:link {
	border-left: none;
	padding: 6px 7px 5px 7px;
	margin-bottom: -200px; padding-bottom: 205px;
	margin-top: -1px;
	width: 62px;
}

.data_sorting_table tbody td.view_d a.edit_details, .data_sorting_table tbody td.view_d a.edit_details:link {
	border-left: none;
	padding: 6px 7px 5px 7px;
	margin-bottom: -200px; padding-bottom: 205px;
	margin-top: -1px;
	width: 25px;
}

a.question_link, a.question_link:link {
	font-size: 11px;
	}

th.results_question_title {
	width: 223px;
	text-align: left;
}

th.results_user_title {
	width: 282px;
	text-align: left;
}

th.results_position_title {
	width: 212px;
	text-align: left;
}

h3.question_detailed_title {
	position: relative;
	display: block;
	background: #fafafa;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	width: 671px;
	padding: 5px 13px 6px 13px;
	margin: 0px;
	font-weight: bold;
}

h3.question_detailed_title span {
	font-weight: normal;
}

.assessment_1 {
	position: relative;
	display: block;
	float: left;
	width: 160px;
}

.assessment_na {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px dotted #978391;
	margin-top: 5px;
	padding-top: 13px;
}

.assessment_2, .assessment_3, .assessment_4 {
	position: relative;
	display: block;
	float: right;
	width: 160px;
	padding-left: 10px;
}

.assessment_na h4, .assessment_na a, .assessment_na a:link {
	color: #5c5c5c;
}

.assessment_4 h4, .assessment_4 a, .assessment_4 a:link {
	color: #b90a3f;
}

.assessment_3 h4, .assessment_3 a, .assessment_3 a:link {
	color: var(--oha-blue);
}

.assessment_2 h4, .assessment_2 a, .assessment_2 a:link {
	color: #425898;
}

.assessment_1 h4, .assessment_1 a, .assessment_1 a:link {
	color: #05a7cd;
}

.assessment_1 img, .assessment_2 img, .assessment_3 img, .assessment_4 img, .assessment_na img {
	padding-right: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.assessment_1 ul, .assessment_2 ul, .assessment_3 ul, .assessment_4 ul, .assessment_na ul {
	padding-left: 0px;
	margin-left: 14px;
}

.assessment_1 li, .assessment_2 li, .assessment_3 li, .assessment_4 li, .assessment_na li {
	padding-left: 0px;
	margin-left: 0px;
}

.overall_results.results_question_detailed .results_average {
	width: 177px;
}

.overall_results.results_question_detailed .pie_chart {
	width: 340px;
}

.overall_results.results_question_detailed .alignment_meter {
	width:177px;
}

a.back_to_report, a.back_to_report:link {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	background: url('../images/private/back_report_arrow.png') left center no-repeat;
	margin-right: 7px;
	width: 68px;
	height: 16px;
	padding: 2px 5px 3px 15px;
	margin-top: -3px;
	text-decoration: none;
	overflow: hidden;
	color: var(--oha-blue);
	line-height: 18px;
}

a.back_to_report_users, a.back_to_report_users:link {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	background: url('../images/private/back_report_arrow.png') left center no-repeat;
	margin-right: 7px;
	width: 48px;
	height: 16px;
	padding: 2px 5px 3px 15px;
	margin-top: -3px;
	text-decoration: none;
	overflow: hidden;
	color: var(--oha-blue);
	line-height: 18px;
}

.results_user_position {
	font-size: 11px;
}


.section_assessment div.results_q {
	display: block;
	position: relative;
	width: 671px;
	padding: 3px 0px 10px 0px;
	border-bottom: 1px solid #d8d8d8;
	overflow:auto;
	font-size: 13px;
	margin-bottom: 13px;
}

.section_assessment div.results_q .results_q_arrow {
	font-size: 13px;
}

.section_assessment div.results_q .results_q_text {
	width: 525px;
}

.section_assessment div.results_q .results_q_textbox {
	width: 671px;
}

.print_user_results {
	position: relative;
	display: block;
	text-align: center;
	float: right;
	font-size: 13px;
}

.print_user_results a, .print_user_results a:link {
	position: relative;
	display: block;
	border-left: 1px solid #d8d8d8;	
	width: 111px;
	padding-top: 88px;
	margin-bottom: -1000px; padding-bottom: 1018px;
	background: #fafafa url('../images/private/print_u_back.png') top left no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: var(--oha-blue);
	
}

.print_user_results a:hover {
	background-position: -112px 0px;
	background-color: var(--oha-blue);
	color: white;
}

.user_info {
	width:407px;
	float: left;
	text-align: left;
	padding-top: 29px;
	margin-bottom: -1000px; padding-bottom: 1000px;
}

.user_info img {
	float: left;
	margin-left: 30px;
}

.user_info div.user_info_text {
	float: right;
	width: 262px;
	border-left: 1px solid #9c9c9c;
	padding-left: 15px;
	padding-right: 30px;
}

.user_info h3 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	
}

.user_info ul {
 	list-style: none;
 	padding-left: 0px;
 	margin-left: 0px;
 	margin-top: 3px;
}

/* See Language */
a.organization_choice_link, a.organization_choice_link:link {
	text-decoration: none;
	z-index: 3;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
a.organization_choice_link:hover {
}
a.organization_choice_add, a.organization_choice_add:link {
	float: left;
	text-decoration: none;
	z-index: 3;
	display: block;
	position: relative;
	border: 1px solid var(--oha-blue);
	margin-right: 15px;
	margin-top: 15px;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
}                    

a.organization_choice_add:hover {
	background-position: center -223px;
}

a.organization_choice_add.end, a.organization_choice_add:link.end {
	margin-right: 0px;
}

.organization_choice {
	display: block;
	position: relative;
	background: #fafafa;
	border: 1px solid #9191a6;
	overflow: hidden;
	width: 221px;
	height: 223px;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	z-index: 0;
	cursor: pointer;
}

.organization_choice:hover {
	border: 1px solid var(--oha-blue);
}

.organization_choice.end {
	margin-right: 0px;
}

.choice_title {
	line-height: 38px;
	background: #b3c3d6 url('../images/private/choice_title_back.png') top left;
	color: #425898;
	font-weight: bold;
	display: block;
	position: relative;
	padding-left: 7px;
	padding-right: 27px;
	height: 38px;
	overflow: hidden;
}

.choice_role {
	line-height: 19px;
	background: #425898;
	color: white;
	display: block;
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 11px;
	height: 19px;
	overflow: hidden;
}

.organization_choice .results_average {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	width: 110px;
	border-right: 1px solid #d8d8d8;
	margin-bottom: -1000px; padding-bottom: 1018px;
	
}

.organization_choice .results_average img {
	padding: 19px 19px 0px 19px; 
}

.organization_choice .big_average_number {
	display: block;
	position: relative;
	font-size: 39px;
	font-weight: bold;
	line-height: 39px;
	margin-top: -5px;
}

.organization_choice .completed_survey {
	float: right;
	display: block;
	position: relative;
	text-align: center;
	width: 110px;
	border: none;
	padding-top: 22px;
	margin-bottom: -1000px; padding-bottom: 1018px;
}

.organization_choice .completed_number_top {
	display: block;
	position: relative;
	font-size: 39px;
	font-weight: bold;
	line-height: 39px;
	color: #9c9c9c;
}

.organization_choice .completed_line {
	display: block;
	position: relative;
	background-color: #9c9c9c;
	width: 81px;
	height: 1px;
	margin: 5px 0px 5px 13px;
}

.organization_choice .completed_number_bottom {
	display: block;
	position: relative;
	font-size: 39px;
	font-weight: normal;
	line-height: 39px;
	color: #9c9c9c;
	padding-bottom: 5px;
}

.no_results_text {
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #b90a3f;
	padding-top: 2px;
	font-weight: bold;
}

.organization_choice .survey_progress {
	float: right;
	display: block;
	position: relative;
	text-align: center;
	width: 110px;
	border: none;
	padding-top: 21px;
	margin-bottom: -1000px; padding-bottom: 1018px;
}

.organization_choice .survey_progress img {
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

.filter_results {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
	background: #f5f5f8;
	font-size: 12px;
	color: #425898;
	border: 1px solid #d8d8de;
	border-radius: 4px;
	width: 100%;
	height: auto;
	margin-left: 0;
	padding: 6px 8px;
	box-sizing: border-box;
}

.filter_results div.filter_text {
	display: block;
	line-height: 18px;
	padding-left: 18px;
	background: url('../images/private/filter_icon.png') 0px center no-repeat;
	font-size: 13px;
	margin: 0;
	float: none;
	width: auto;
	position: static;
}

#report_filter fieldset {
	height: 45px;
}

.filter_results .sorting-container {
	font-size: 13px;
	color: #425898;
	line-height: 15px;
	display: flex;
	border: 1px solid #425898;
	border-radius: 2px;
	padding: 0;
	margin: 0;
	gap: 0;
}

.filter_results .sorting-container a {
	cursor: pointer;
	color: #425898;
	display: block;
	padding: 3px 8px;
	border-left: 1px solid #425898;
	white-space: nowrap;
	text-decoration: none;
}

.filter_results .sorting-container a:first-child {
	border-left: 0;
}

.filter_results .sorting-container a.asc:after {
	content: "\2193";
	font-size: 11px;
	padding-left: 2px;
	float: right;
}

.filter_results .sorting-container a.desc:after {
	content: "\2191";
	font-size: 11px;
	padding-left: 2px;
	float: right;
}

.js_show {
	display:none !important;
}

tbody.users_list {
	font-size: 11px;
}

th.users_list_department {
	width: 127px;
	white-space: nowrap;
}

th.users_list_access {
	width: 106px;
	white-space: nowrap;
}

th.users_list_last {
	width: 114px;
	white-space: nowrap;
}

th.users_list_first {
	width: 69px;
	white-space: nowrap;
}
th.users_list_org {
	width: 210px;
}
th.users_list_survey_status {
	white-space: nowrap;
}

.data_sorting_table thead th.no_print {
	cursor: default;
	padding: 0px;
}

.data_sorting_table tbody td.users_checkbox {
	border: 1px solid #d8d8d8;
	border-top: none;
	border-left: none;
	padding: 3px 5px 3px 5px;
	text-align: left;
}

.data_sorting_table thead th.users_checkbox {
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 3px 5px 3px 5px;
	background: url('../images/private/sort_table_head_back.png') no-repeat right top;
	text-align: left;
	cursor: default;
}

.delete_user_submit {
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	position: relative;
	height: 20px;
	line-height: 21px;
	font-size: 11px;
	background: white url('../images/private/white_pink_arrow.png') top left no-repeat;
	cursor: pointer;
	border: 0px;
	padding: 0px 8px 0px 8px;
	color: white;
	margin-bottom: 13px;
	overflow: visible;
	margin-left: 0px;
}

.delete_user_submit:hover {
	background-position: left -26px;
}

.message li {
	margin-left: 20px;
}

.message_container {
}

.success {
	background: #bfe8f2;
	margin-bottom: 12px;
	padding: 9px;
}

.success span {
	color: #05a7cd;
}

.error {
	color: #b90a3f;
	background-color: #fce4ee;
	padding: 9px;
	margin-bottom: 12px;
}

.error span {
	color: #b90a3f;
	font-weight: bold;
}

.error ul {
	border: none;
	padding: 0px 0px 0px 21px;
}

.user_list_edit {
	border: 1px solid #d8d8d8;
	background-color: #fafafa;
	margin-right: 15px;
	padding: 0px 13px 15px 13px;
	overflow: hidden;
	width: 418px;
}

.user_list_edit label {
	display: block;
	position: relative;
	width: 140px;
	float: left;
	text-align: left;
	margin-right: 7px;
	line-height: 38px;
	z-index: 1;
}

.user_list_edit input#user_title {
	width: 250px;
	font-size: 13px;
	margin-bottom: 7px;
	color: #393a75;
	margin-top: 8px;
	margin-left: 2px;
	z-index: 3;
	
}

.user_list_edit select {
	margin-bottom: 7px;
	margin-top: 10px;
	font-size: 13px;
	z-index: 3;
}

.personal_info {
	display: block;
	position: relative;
	width: 210px;
	border: 1px solid #d8d8d8;
	font-style: italic;
	padding: 0px 13px 0px 13px;
	overflow: hidden;
	font-size: 11px;
}


.personal_info div.left_personal {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}

.personal_info div.right_personal {
	position: relative;
	display: block;
	float: right;
	width: 153px;
	margin: 0px;
	padding: 7px 0px 7px 58px;
	border-top: 1px solid #d8d8d8;
	margin-left:  -58px;
}

.user_edit_right {
	float: right;
}

.survey_info {
	display: block;
	position: relative;
	width: 210px;
	border: 1px solid #d8d8d8;
	font-style: italic;
	padding: 0px 13px 0px 13px;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 11px;
}

.survey_info p {
	margin-bottom: 13px;
}

.survey_info span {
	font-size: 13px;
	color: var(--oha-blue);
}

div.user_edit_line {
	display: block;
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-bottom: 1px solid #d8d8d8;
}

.invite_form {
	border: 1px solid #d8d8d8;
	background-color: #fafafa;
	padding: 13px 15px 15px 15px;
	overflow: hidden;
}

.invite_form label {
	float: left;
	display: block;
	position: relative;
	width: 150px;
}

.invite_form label.radio_label {
	float: none;
	display: inline;
}

.invite_form .user_edit_line {
	margin-bottom: 7px;
	padding-top: 7px;
}

.invite_form textarea {
	position: relative;
	width: 508px;
	float: right;
}

.invite_form select {
	margin-top: 0px;
}

.edit_org_form {
	border: 1px solid #d8d8d8;
	background-color: #fafafa;
	padding: 13px 15px 15px 15px;
	overflow: hidden;
}

.edit_org_form label {
	float: left;
	display: block;
	position: relative;
	width: 177px;
}

.edit_org_form .checkbox_container {
	margin-left:180px;
}
.edit_org_form .checkbox_container label {
	display:block;
	width:46%;
	margin-bottom: 3px;
	text-indent: -17px;
	margin-left: 17px;
	margin-bottom: 6px;
}
.edit_org_form .checkbox_container .other_box {
	clear:both;
	display:block;
	width:100%;
}
.edit_org_form .checkbox_container .other_text {
	float:none;
	width:50%;
}

.edit_org_form label.radio_label {
	float: none;
	display: inline;
}

.edit_org_form .user_edit_line {
	margin-bottom: 7px;
	padding-top: 7px;
}

.edit_org_form textarea, .edit_org_form input[type=text], .edit_org_form input[type=password] {
	position: relative;
	width: 478px;
	float: right;
	color: #393a75;
}

.export_form {
	border: 1px solid #d8d8d8;
	background-color: #fafafa;
	padding: 13px 15px 15px 15px;
	overflow: hidden;
}

.export_form label {
	float: left;
	display: block;
	position: relative;
	width: 100px;
}

.export_form label.radio_label {
	float: none;
	display: inline;
}

.export_form .user_edit_line {
	margin-bottom: 7px;
	padding-top: 7px;
}

.export_form textarea {
	position: relative;
	width: 508px;
	float: right;
}

.export_form select {
	margin-top: 0px;
}



.user_list_edit input.white_pink_arrow_submit, .invite_form input.white_pink_arrow_submit, .edit_org_form input.white_pink_arrow_submit, .export_form input.white_pink_arrow_submit {
	background: #393a75 url('../images/private/white_pink_arrow.png') top left no-repeat;
	padding: 0px 7px 0px 7px;
}

.user_list_edit input.white_pink_arrow_submit:hover, .invite_form input.white_pink_arrow_submit:hover, .edit_org_form input.white_pink_arrow_submit:hover, .export_form input.white_pink_arrow_submit:hover {
	background-position: left -26px;
}

span.req {
	color: #b90a3f; 
}

.check_multiple {
	float: left;
	display: block;
	position: relative;
	margin-right: 15px;
	width: 150px;
}

.check_multiple {
	line-height: 22px;
}

.overview_left {
position: relative;
display: block;
float: left;
width: 332px;
}

.overview_org_aggregate {
	border-top: 1px dotted #978391;	
}


.overview_right {
position: relative;
display: block;
float: right;
width: 337px;
}

.overview_both {
position: relative;
display: block;
margin-top: 17px;
width: 100%;
}

.overview_user {
	margin-top: 17px;
}

.overall_results .survey_progress {
	float: right;
	display: block;
	position: relative;
	text-align: center;
	width: 111px;
	border: none;
	padding-top: 21px;
	margin-bottom: -1000px; padding-bottom: 1018px;
}

.overall_results .survey_progress img {
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

.overview_previous {
	display: block;
	position: relative;
	height: 52px;
	background: #f6e9ef url('../images/private/overview_archive_back.png') top left repeat-x;
}

.overview_previous span {
	line-height: 52px;
	float: left;
	padding-left: 11px;
}

.overview_previous select.select_archives {
	margin-top:16px;
	margin-left: 13px;
	margin-right: 0px;
	font-size: 13px;
	float: left;
}

.overview_previous input.pink_button {
	margin-top:16px;
	float: right;
	margin-right: 15px;
}

th.org_list_created {
	width: 96px;
	text-align: left;
}

th.org_list_org {
	width: 377px;
	text-align: left;
}

th.users_list_email {
	width: 383px;
	text-align: left;
}

th.users_list_date_invited {
	width: 96px;
	text-align: left;
}

.input_label_error {
	color: #b90a3f;
}

.input_error {
 background-color: #b90a3f;
}

.standard_email_message {
	position: relative;
	width: 484px;
	float: right;
	background-color: #dad4d9;
	padding: 15px;
}

.survey_required {
	border: 1px dashed #b90a3f;
	padding: 0px 7px 0px 14px;
	margin: 14px -7px 14px -14px;
}

.note_right {
position: relative;
display: block;
float: right;
font-size: 11px;
font-style: italic;
font-weight: normal;
color: #9c9c9c;
}

/*language dropdown*/

.change_lang {
	/*float:left;*/
}

.change_lang span {
	font-size: 11px;
	color: #b53c72;
	padding-right: 3px;
	padding-left: 5px;
	font-style: italic;
	font-weight: normal;
}

select.select_change_lang {
	background-color: #3b1830;
	color: #b53c72;
	margin-top:0px;
	margin-right: 0px;
	border-color:#321529;
	font-size: 11px;
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	font-style: italic;
}

ul#tech_faq {
	font-size: medium;
	line-height: 1.8em;
}
ul#tech_faq li a,ul#tech_faq li a:visited {
	color: #97547e;
	text-decoration: none;
}
ul#tech_faq li a:hover {
	color: #e07fbc;
	text-decoration: underline;
}

#tech_faq h2 {
	font-size: 120%;
}

.adminTable { width: 100%; }

.content_main .subscriptionTable, .adminTable {
	background-color: white;
}

.content_main .subscriptionTable th, .adminTable th {
	background-color: #e7ecf2;
	border: 1px solid white;
	padding: 1%;
}

.content_main .subscriptionTable td, .adminTable td {
	background-color: #fafafa;
	border: 1px solid white;
	padding: 1%;
}

.subscriptionTable .tablePricing {
	font-size: 39px;
	line-height: 39px;
	margin-bottom: 10px;
}

.subscriptionTable .tablePlan {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: normal;
}

.subscriptionTable .tablePricing span {
	font-size: 26px;
	vertical-align: top;
}

.subscriptionTable td.checkmark {
	font-size:1.75em;
	text-align:center;
}

.subscriptionTable td .promo {
	background: #393a75 url('../images/private/white_pink_arrow.png') top left no-repeat;
	padding: 0px 7px 0px 7px;
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	position: relative;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	cursor: pointer;
	float: right;
	border: 0px;
	padding: 0px 7px 0px 7px;
	color: white;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	overflow: visible;
}

.alliance-listing {
	padding: 16px 0 16px 31px;
	margin-left: -31px;
	margin-right: -15px;
}

.alliance-listing.admin {
	padding: 8px 0 8px 31px;
	margin-left: -31px;
	margin-right: -15px;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}

.alliance-listing.admin:nth-child(even) {
	background-color: #f9f9f9;
}

.alliance-listing.new {
	background: #ebf8fb;
}

h3.listing-heading {
	font-weight: bold;
	float: left;
}

.alliance-listing.admin h3.listing-heading {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 21px;
}

h3.listing-heading span {
	font-weight: normal;
	color: #646263;
	font-size: 14px;
	font-style: italic;
	background: transparent url('../images/private/roles/admin-star.png') 0px 1px no-repeat;
	padding-left: 12px;
	margin-left: 12px;
}

.alliance-listing.admin .referral {
	font-size: 12px;
	color: #646263;
	font-style: italic;
	padding-top: 4px;
}

table.listing {
	width: 697px;
	border: 1px solid #d8d8d8;
	border-top: 2px solid #425898;
	border-bottom: 0 solid #d8d8d8;
	background: #f5f5f5;
	text-align: left;
	vertical-align: top;
	position: relative;
}

.alliance-listing.admin table.listing {
	width: 697px;
	border: 1px solid #d8d8d8;
	border-top: 1px solid #425898;
	border-bottom: 0 solid #d8d8d8;
}

table.listing th {
	color: #7a7a7a;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding: 5px 12px;
}

.alliance-listing.admin table.listing th {
	border-bottom: 1px solid #d8d8d8;
	padding: 3px 12px;
}

table.listing th.role {
	width: 24px;
}

table.listing th.survey-name {
	width: 350px;
}

table.listing th.action {
	width: 50px;
}

table.listing th.users {
	width: 50px;
}

table.listing th.average {
	width: 50px;
}

table.listing th.date-created {
	width: 150px;
}

table.listing tr {
	position: relative;
}



table.listing td {
	color: #1f1f1f;
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
	padding: 8px 12px;
	position: relative;
	vertical-align: middle;
}

.alliance-listing.admin table.listing td {
	font-size: 12px;
	padding: 3px 12px;
}

table.listing tr.not-activated td {
	background-color: #e5e5e5;
}

table.listing tr.not-activated td.survey-name {
	color: #979797;
}

table.listing td.action {
	text-align: right;
	padding: 5px 12px;
}

table.listing td.action a {
	text-decoration: none;
}

table.listing td.action a:hover {
	text-decoration: underline;
}

table.listing td.action a:after {
	content: url('../images/private/purple-right-arrow.png');
	padding-left: 5px;
}

table.listing td.action a.add:after {
	content: '';
	padding-left: 0;
}

table.listing td.action a.add {
	display: block;
	border: 1px solid var(--oha-blue);
	border-radius: 2px;
	padding: 2px 6px 2px 0;
	width: 90px;
}

table.listing td.action a.add:before {
	content: url('../images/private/add_survey_icon.png');
	padding-right: 2px;
}

table.listing td.action a.add:hover {
	background: var(--oha-blue);
	color: white;
	text-decoration: none;
}

table.listing td.action a.add:hover:before {
	content: url('../images/private/add_survey_icon_white.png');
	padding-right: 2px;
}

table.listing td.status {
	color: #646263;
}

table.listing td.new:before {
	content: url('../images/private/new-survey.png');
	position: absolute;
	left: -51px;
	display: block;
	width: 51px;
	height: 19px;
}

table.listing td.average img {
	padding-right: 2px;
}

.faq-nav {
	background: #fafafa;
	padding: 12px;
	margin: 24px 0;
	border: 1px solid #d8d8d8;
}

#top_login {
	width: 340px;
}

#top_login .forgot {
	float: right;
	margin-top: 12px;
}

#top_login input[type="text"], #top_login input[type="password"], .frontend-form input[type="text"], .frontend-form input[type="password"] {
	font-size: 18px;
	display: block;
	margin-bottom: 12px;
	padding: 7px;
	border-radius: 2px;
	border: 1px solid #d8d8d8;
	background-color: #fefefe;
	width: 324px;
}

#top_login input[type='submit'], .frontend-form input[type='submit'] {
	background-color: var(--oha-blue);
	color: white;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 15px;
	border-radius: 2px;
}
#top_login input[type='submit']:hover,  .frontend-form input[type='submit']:hover {
	background-color: #9c0951;
}

#top_login label, .frontend-form label {
	font-size: 12px;
	text-transform: uppercase;
	color: #7a7a7a;
	font-weight: bold;
}

.required {
	color: #b90a3f;
}

a.edit_org_button, a.add_survey_button {
	margin-right: 20px;
	float: right;
	text-decoration: none;
	line-height: 23px;
}

a.add_survey_button {
	font-size: 12px;
}

.alliance-listing.admin a.edit_org_button, .alliance-listing.admin a.add_survey_button {
	font-size: 12px;
	margin-right: 0px;
	margin-left: 4px;
	float: none;
	font-weight: normal;
}

a.edit_org_button:hover, a.add_survey_button:hover {
	text-decoration: underline;
}



a.edit_org_button:before {
	content: url('../images/private/edit_org_icon.png');
	padding-right: 3px;
}

a.add_survey_button:before {
	content: url('../images/private/add_survey_icon.png');
	padding-right: 1px;
}

a.add_survey_button.open {
	background: var(--oha-blue);
	border-radius: 2px 2px 0 0;
	color: white;
}

ul.add_survey_hover {
	position: absolute;
	background: var(--oha-blue);
	right: 0px;
	z-index: 999;
	top: 31px;
	display: none;
	list-style: none;
	color: white;
	margin: 0;
	padding: 6px 12px;
	border-radius: 2px;
}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#fff;width: 710px;height: auto !important;
	padding: 30px;box-shadow: 0px 2px 3px #555;top: 70px !important;
}
.modal {
	display: none;
}
.modal h2 {
	color: #1f1f1f;
}

.modal h3 {
	color: #425898;
	font-weight: bold;
}

.modal h3.modal-org:before {
	content: url('../images/private/blue_org_icon.png');
	padding-right: 3px;
}

.modal label {
	display: block;
	font-size: 12px;
	color: #7a7a7a;
	text-transform: uppercase;
}

.modal select {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 12px;
}

.modal input[type="submit"] {
	background-color: var(--oha-blue);
	color: white;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 15px;
	border-radius: 2px;
	float: right;
}

#simplemodal-container a.modalCloseImg {
	display:block;
	z-index:3200;
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #1f1f1f;
}

#simplemodal-container a.modalCloseImg:before {
	content: url('../images/private/modal-close.png');
	padding-right: 3px;
}

/*-----------------Button Styles for future ---------------------*/

a.large {
	color: #1f1f1f;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
}

a.large:hover {
	color: var(--oha-blue);
}

a.large.plus:before {
	content: "+";
	color: var(--oha-blue);
	padding-right: 3px;
}

/*----------------Cart Styles-----------------------*/

.cartItem {
	border: 	thin solid #d8d8d8;
	background: #f5f5f5;
	text-align: left;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.cartItemInfo {
    float: left;
    width: auto;
    background: #fff;
    
}

.cartItemInfo h3 {
	font-size: 24px;
	font-weight: bold;
}

.cartItemName {
	float: 		left;
	width: 		100%;
	padding-bottom: 0px;
	background: 	#f5f5f5;
	padding-left:	8px;
	border:		none;
	border-bottom: 	thin solid #d8d8d8;
}

.cartItemDescription {
	padding: 	10px;
	text-align: 	justify;
	text-justify: 	inter-word;
}

.cartItemPrice {
	float: 		left;
	width: 		auto;
	text-align: 	left;
	border-radius:	0px 0px 20px 0px;
	padding: 	8px;
	margin-right:	10px;
	margin-bottom:	5px;
	background:	#d8d8d8;
}

.cartItemPrice.updated {
    	background:	var(--mho-cyan);
	color:		white;
}


.cartItemQuantity {
}

.cartItemPurchased {
	float: 		left;
	width: 		auto;
	text-align: 	left;
	border-radius:	0px 0px 20px 0px;
	padding: 	8px;
	margin-right:	10px;
	margin-bottom:	5px;
    	background:	var(--oha-blue);
	color:		white;
}

.cartItemQuantity label {
	font-size: 10px;
}

.cartItemQuantity .cartItemInCart, .cartItemQuantity .cartItemRemove, .cartItemQuantity.updated label, .cartItemQuantity.updated select, .cartItemQuantity.updated .update  {
	display: none;
}

.cartItemQuantity.updated .cartItemInCart, .cartItemQuantity.updated .cartItemRemove {
	display: block;
}

.cartItemRemove {
	cursor: pointer;
}

#checkoutBox {
	border: 1px solid #d8d8d8;
	background: #f5f5f5;
	padding: 12px;
}

.totalRight {
	color: 		black;
	text-align: 	center;
	font-weight: 	bold;
	font-size: 	18px;
	margin-bottom: 	5px;
	margin-top:	15px;
}
.totalEmpty {
	color: 		black;
	text-align: 	center;
	margin-bottom: 	15px;
	margin-top:	15px;
}
#purchase-submit {
    color: 		blue;
    font-size:		18px;
}

#paypal {
	margin-top: 	10px;
	margin-bottom: 	12px;
}

#purchaseButtonDiv {
    	text-align:	center;
	margin-top: 	10px;
	margin-bottom: 	12px;
}
#purchaseButtonDiv {
    	text-align:	center;
	margin-top: 	10px;
	margin-bottom: 	12px;
}
.grandTotal {
	display: inline;
}

/* Start Edited by Syed Atif Naeem */
.signup-left {
	background: #425898 none repeat scroll 0% 0%;
	padding: 30px;
	width: 490px;
	float: left;
	color: #FFF;
	padding-bottom: 5030px;
	margin-bottom: -5000px;
}

.signup-left h2 {
	font-size: 36px;
	line-height: 44px;
	color: white;
}

.signup-right {
	width: 402px;
	float: left;
}

.status{ color:#d11010; }
#noresult img{ width: 19px !important; }
#noresult { width: 115px !important; background: transparent url("../images/private/score_arrow_na.png") no-repeat scroll right top; padding:0px 0px 0px 5px !important}
#noresult span{ font-size: 11px !important; padding-left: 1px !important;}


#noresultmain img{ width: 17px !important; }
#noresult_q img{ width: 17px !important; }
#organization_ref_id{ width: 73%;}


.white_pink_arrow_left_submit {
	font-family: Helvetica, Trebuchet, Verdana, Arial, sans-serif !important;
	position: relative;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	/*background: white url('../images/private/white_pink_arrow_left.png') top left no-repeat;*/
	background: url('../images/private/white_pink_arrow_left.png') top left no-repeat;
	cursor: pointer;
	float: left;
	border: 0px;
	padding: 0px 7px 0px 20px;
	color: white;
	margin-top: 26px;
	overflow: visible;
	border-radius: 2px;
	position: fixed;
	top: 200px;
	right: 280px;
}



.link_one{
	width: 32px !important;
}
.coupon_one{
	width: 296px !important;
	float: left !important;
}
#coupon td{
	font-size: 12px;
}
.data_sorting_table tbody #coupon td{
	height: 64px !important;
}






.Zebra_Tooltip {
	position: absolute;
	z-index: 99999;
	background: transparent;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
	position: relative;
	padding: 20px;
	font-size: inherit;
	text-align: left;
	font-weight: normal;
	line-height: inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	*margin-right: 0;
	_width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); /* max-width for IE6 */
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow         { position: absolute; height: 10px; width: 20px; overflow: hidden }

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { bottom: 0 }
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top     { top: 0    }

.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
	position: absolute;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	left: 0;
	_border-left-color: pink;
	_border-right-color: pink;
	_filter: chroma(color=pink);
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
	top: 0;
	_border-bottom-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
	bottom: 0;
	_border-top-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Close {
	text-decoration: none;
	color: #FFF;
	position: absolute;
	right: 8px;
	top: 1px;
	font-size: inherit;
	font-weight: bold;
}

.Zebra_Tooltip .Zebra_Tooltip_Close:hover {
	color: #C40000;
}

.tablesorter-pager .pagedisplay {
	padding: 0 5px 0 5px;
	width: auto;
	white-space: nowrap;
	text-align: center;
}
.tablesorter-pager img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}
.pager{
	display: inline;
	position: relative;
	left: 40%;
}

.average_c{
	float: left;
}

.average_c img{
	float: left;
	width: 20px;
}
.average_c .big_average_number{
	float: left;
	font-size: 16px !important;
	line-height: 31px !important;
	padding:0px 8px 0px 4px;
}
.section .section_link_closed .c_view_details, .section .section_link_open .c_view_details{
	float: right;
	font-size: 11px !important;
	color: #425898 !important;
}
#average_section_n a{
  font-size: 16px !important;
}
#average_section_n a, #average_section_n a:link{
	width: 680px !important;
	background:transparent !important;
	padding: 8px 5px 8px 5px !important;
}
#average_section_n .line_p{
    border-left: 1px solid #d8d8d8;
	position: absolute;
	height: 39px;
	left: 618px;
	top: 0px;
}

.user_send_info label.resend_invitation{
	text-align: right;
	float: right;
	color: #425898;
	font-weight: bold;
}
.hide_expired_form{
	display: none;
}

.survey_section .odd{
	margin-bottom: 150px;
}

#main_nav .navbar { position: relative; }

#main_nav .navbar .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 200px;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#main_nav li:hover .sub-menu{
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


#main_nav li:hover .sub-menu li{
	background-color: #383838;
	padding:5px 10px 5px 0px;
	margin: 0px !important;
}
#main_nav li .sub-menu li a{
	color: #fff;
}
#main_nav li:hover .sub-menu li a:hover{
	color: #fff;
}

#edit_org textarea, #edit_org input[type=text], #edit_org input[type=password]{
	width: 483px;
}

#subheader .title{
	width: auto !important;
}
#subheader .org-title{
	width: auto !important;
}

#spinner {
    font-weight: 		bold;
    text-align: 		center;
    -webkit-border-radius: 	10px;
    border: 			2px solid #d8d8d8;
    padding-top:		10px !important;
    margin-left:		20px !important;
    background-color: 		var(--mho-light-grey);;
}
#spinner img {
    padding-bottom:		15px;
}

#warning {
    padding: 5px;
    background-image: linear-gradient(45deg, yellow 25%, black 25%, black 50%, yellow 50%, yellow 75%, black 75%, black 100%);
    background-size: 56.57px 56.57px;
}
#warning p {
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    background-color: rgb(255,255,255,.8);
}


/* ===== Pagination + Filter UI (ported from MHO) ===== */

.results_question.users_results {
	margin-top: 6px;
}

#user_list {
	margin-top: 0.2rem;
}

.filter_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.filter_results div.filter_text {
	display: block;
	line-height: 18px;
	padding-left: 18px;
	background: url('../images/private/filter_icon.png') 0px center no-repeat;
	font-size: 13px;
	margin: 0;
}

.filter_results .filter_search input[type="text"] {
	padding: 2px 4px;
	border: 1px solid #c0c0c7;
	border-radius: 3px;
	min-width: 140px;
}

.filter_results .sorting-container {
	font-size: 13px;
	color: #425898;
	line-height: 15px;
	display: flex;
	border: 1px solid #425898;
	border-radius: 2px;
	padding: 0;
	margin: 0;
	gap: 0;
}

.filter_results .sorting-container a {
	cursor: pointer;
	color: #425898;
	display: block;
	padding: 3px 8px;
	border-left: 1px solid #425898;
	white-space: nowrap;
	text-decoration: none;
}

.filter_results .sorting-container a:first-child {
	border-left: 0;
}

.filter_results .sorting-container a.asc:after {
	content: "\2193";
	font-size: 11px;
	padding-left: 2px;
	float: right;
}

.filter_results .sorting-container a.desc:after {
	content: "\2191";
	font-size: 11px;
	padding-left: 2px;
	float: right;
}

.filter_results .org-filter-form {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	margin-left: auto;
	font-size: 12px;
}

.filter_results .org-filter-form input[type="text"],
.filter_results .org-filter-form select {
	padding: 2px 4px;
	border: 1px solid #c0c0c7;
	border-radius: 3px;
	min-width: 140px;
}

.filter_results .pagination_controls {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.filter_results.users-filter {
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
}

.filter_results.users-filter .filter_row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	gap: 12px;
}

.filter_results.users-filter .user-filter-form {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: nowrap;
	margin: 0;
}

.filter_results.users-filter .user-filter-form input[type="text"],
.filter_results.users-filter .user-filter-form select {
	min-width: 120px;
}

.filter_results.users-filter label.filter_text {
	background: none;
	padding-left: 0;
}

.filter_results.users-filter .pagination_controls {
	width: auto;
	flex-wrap: nowrap;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.filter_results.users-filter .pagination_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	flex-shrink: 0;
	margin-left: auto;
}

.pagination_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    flex-wrap: wrap;
}

.pagination_info {
    min-width: 140px;
    font-size: 12px;
    color: #555;
    white-space: nowrap;
}

.pagination_buttons {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}

.pagination_ellipsis {
    padding: 0 5px;
    color: #999;
}

.pagination_link {
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 12px;
    min-width: 28px;
    text-align: center;
}

.pagination_link:hover {
    background-color: #e0e0e0;
    color: #333;
    border-color: #999;
}

.pagination_link:active {
    background-color: var(--mho-purple);
    border-color: var(--mho-purple);
}

.pagination_current {
    padding: 6px 10px;
    background: #ddd;
    border-radius: 3px;
    font-weight: bold;
    min-width: 32px;
    text-align: center;
    display: inline-block;
}

.pagination_size {
    display: flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}

.pagination_size label {
    font-size: 14px;
    margin: 0;
    color: #333;
}

.per_page_select {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.per_page_select:focus {
    outline: none;
    border-color: var(--mho-cyan);
    box-shadow: 0 0 3px var(--mho-cyan);
}


