/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 0.8125em; /* 1 */
    -webkit-text-size-adjust: 0.8125em; /* 2 */
    -ms-text-size-adjust: 0.8125em; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
    margin: 0 0 0.67em 0;
}

h2,
#surveytitle
{
    font-size: 1.5em;
    margin: 0 0 0.83em 0;
}

h3 {
    font-size: 1.385em;
    margin: 0 0 1em 0;
}

h4 {
    font-size: 1.154em;
    margin: 0 0 1.33em 0;
}

h5 {
    font-size: 1em;
    margin: 0 0 1.67em 0;
}

h6 {
    font-size: 0.923em;
    margin: 0 0 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}


/* site-wide css, regarless of device type */

/*  https://css-tricks.com/international-box-sizing-awareness-day/  */
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

body {
	background: #3a94a6 url('https://d1rl12thtbcp7t.cloudfront.net/bg.jpg') no-repeat 50% 50% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #444;
	font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
	margin: 0;
	padding: 0;
}

.common.css,
#container {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
	
}
/* the following allows PDFs to see 'content' which counters the above clearfix */
@media print {
	body {
		background: white;
	}
	#container {
		content: normal;
	}
}

.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Presto's main blue color */
#nav,
a, a:visited,
h1, h2, h3, h4, h5, h6,
ul.finder li.no-hover h2:hover,
ul.finder li.no-hover h3:hover,
ul.finder li.no-hover h4:hover
.header_stuff,
.editor_header
#surveytitle,
.paging-result-count,
.data th.first-col a,
.data th.survey-name-header a,
.data th.clickable a,
.data .shop-list-row th.evaluation-id-column a,
.data th.job-id-column a,
.widget-table tbody th a, .widget-table tbody th a:visited,
ul.eval_picker a, ul.finder a.see-more,
.eval_display .score,
.eval-info .survey-tree h2 a,
.eval-info .survey-tree a
{
	color: #0bb8da;
}

/* Presto's main hover color */
a:hover, a:active,
.data th.job-id-column a:hover,
.eval-info .survey-tree h2 a:hover,
eval-info .survey-tree a:hover
{
	color: #007399;
}

h1, h2, h3, h4, h5, h6,
#surveytitle
{
	font-family: 'Roboto', sans-serif;
}

/* main page titles */
h2 {
	margin-top: 1em;
}
.eval_display ul.listview li h4
{
	color: #333;
	margin-bottom: .5em;
}


/* Presto Shopper Logo 2020 */
#nav a#logo, /* main nav logo from panel_nav */
.header-img, /* was alt custom logo in ViewEval */
common.css
{
    box-sizing: border-box;
    background-color: transparent;
    background-image: url('/images/presto-shopper-logo-2020.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.85rem;
    width: 11.5rem;
}


/* buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
/* a.button.standard, */
.take_eval_header a.button,
/* .take_eval_header a.button.standard, */
.button.icon_button a,
a.button.icon_button,
a.button.survey_button, /* free sample */
button a,
a.premade_tile.changeme,
.sp-container button,
.geocodeable_status_container a.button.see_on_map,
.mobile-popup a.button,
.mobile-popup .no-thanks-survey .take_eval_header .controls a.button,
.take_eval_header .mobile-popup a,
.question-controls .button
{
	background-color: #0bb8da;
	background-repeat: no-repeat;
	border: 0;
	color: white;
	cursor: pointer; /*important because ios*/
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	outline: 0 !important;
	padding: .5em 1em;
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.button.icon_button a {
	padding: 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
a.button:hover,
/* a.button.standard:hover, */
.take_eval_header a.button:hover,
/* .take_eval_header a.button.standard:hover, */
.button.icon_button a:hover,
a.button.icon_button:hover,
a.button.survey_button:hover, /* free sample */
button a:hover,
a.premade_tile.changeme:hover,
.sp-container button:hover,
.geocodeable_status_container a.button.see_on_map:hover,
.mobile-popup a.button:hover,
.mobile-popup .no-thanks-survey .take_eval_header .controls a.button:hover,
.take_eval_header .mobile-popup a:hover,
.sig-buttons a.button:hover,
.evaluation-container .geocode-input a.button:hover
{
	background-color: #007399; /* hover blue */
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

/* green buttons and links */
.icon_button.good,
.target-distance.distance-good {
	background-color: #9dd65c;
}
.icon_button.good:active, .icon_button.good:hover {
	background-color: #5fb300;
}

/* orange buttons and links */
.target-distance.distance-maybe-ok,
.warning-general
{
	background-color: #df8f20;
}

.warning-general
{
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em;
}

/* red buttons and links */
.icon_button.delete,
.delete_button,
.target-distance.distance-not-good {
	background-color: #df2020;
}
.icon_button.delete:active, .icon_button.delete:hover,
.delete_button:active, .delete_button:hover {
	background-color: #b31919;
}
.error,
.otp-error,
a.delete_link, a.delete_link:visited,
.reservation .alert-red,
#must-mobile,
.eval_display span.required,
.sp-container .sp-cancel,
a.del-export
{
	color: #df2020;
}
a.delete_link:active, a.delete_link:hover,
.sp-container .sp-cancel:hover,
a.del-export:hover
{
	color: #b31919;
}

.company_chooser a,
.survey_chooser a
{
	margin: 0 0 1em 0;
	white-space: normal;
}

/* animation */
a,
button,
.button,
a.button,
button a,
input[type=button],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=week],
input.ui-input-text,
input.inputbox,
textarea
{
	transition: 0.2s;
}

/* field inputs */
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=week],
input.ui-input-text,
input.inputbox,
textarea,
#survey-summary-filters .select2-selection,
.select2-container--default .select2-search--dropdown .select2-search__field,
#survey-summary-filters .select2-selection,
.select2-container--default .select2-search--dropdown .select2-search__field,
#shoplog-filters #status-filter
{
	background: white;
	border: 1px solid #0bb8da;
	color: #111;
	line-height: 1.5em;
	outline: none;
	padding: .15em .25em 0 .5em;
	/*width: 100%;*/
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	-ms-border-radius: .4em;
	-o-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 1px 1px 6px #ccc inset;
	-moz-box-shadow: 1px 1px 6px #ccc inset;
	-ms-box-shadow: 1px 1px 6px #ccc inset;
	-o-box-shadow: 1px 1px 6px #ccc inset;
	box-shadow: 1px 1px 6px #ccc inset;

	/* this is to get rid of IOS's rounded corders, cuz not same radius as ours */
	-webkit-appearance: none;
}

#controls-container-expanded .select2-selection,
#survey-summary-filters .select2-selection
{
	padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
	width: 95%;
}


input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=week]:focus,
input.ui-input-text:hover,
input.inputbox:focus,
textarea:focus
{
	outline: none;
	border-color: #ccc;
	-webkit-box-shadow: 0px 0px 9px #0bb8da;
	-moz-box-shadow: 0px 0px 9px #0bb8da;
	-ms-box-shadow: 0px 0px 9px #0bb8da;
	-o-box-shadow: 0px 0px 9px #0bb8da;
	box-shadow: 0px 0px 9px #0bb8da;
}

input {
    margin: 0 .5em;
}
label {
    font-weight: bold;
    margin: 0 .5em 1em .5em;
}

table,
div.data
{
    background: white;
    border: 1px solid #d5dddb;
	border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    display: table;
    line-height: 1.5;
    margin: 1.5em auto;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 0 #d5dddb;
	-moz-box-shadow: 0 0 15px 0 #d5dddb;
	box-shadow: 0 0 15px 0 #d5dddb;
}
tr {
	
}
.data thead .sub th {
    background: #a98fbc;
    font-size: 13px;
}
th, td {
	
	padding: .5em;
	text-align: left;
}
th,
.column_type_chooser_cell,
.dash-box h4,
#locs .header,
.mobile .targets_container th, .mobile #mobile_editor_container .mobile_field_container
{
	background: #8e6ca6;
	color: white;
	line-height: 1;
}

.data th a,
.data th a:hover,
th a.audit-express-link,
.data .sub th.job-id-column a
{
	color: white;
	text-decoration: underline;
}
.data th a:hover,
th a.audit-express-link:hover
{
	color: #e9d2f9;
	text-decoration: underline;
}
.data th.survey-name-header a:hover,
.data th.first-col a:hover
{
	color: #007399;
}
th.survey-name-header,
th.first-col,
.data th.job-id-column
{
	background: transparent;
}
td,
th.first-col,
th.survey-name-header,
.pick_a_survey .location
{
	border-bottom: 1px solid #d9d9d9;
}

/* this should prob go in EvaluatorLog tpl */
#container .no-data p {
	margin: 0;
	padding: 1em;
}
.ui-state-highlight.no-data {
	clear: both;
}
.controls {
	/*background: orange;*/
}
.controls a {
	/*background: blue;*/
}

.tooltip_container .tooltip {
	display: none;
  	z-index: 6;
}
.tooltip_container:hover .tooltip {
	background: white; 
	border: 6px solid #6ccce0;
	color: #333;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
  	margin: 0; 
  	padding: .5em 1em;
  	position: absolute;
  	text-shadow: none;
  	width: 15em;
  	white-space: normal;
  	z-index: 6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 3px 9px #999;
	-webkit-box-shadow: 0px 3px 9px #999;
	box-shadow: 0px 3px 9px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#999')";
}

.pw_rules
{
	font-size: 70%;
	line-height: 0.7em;
}


/* icon images **************************************************************************/

.button.icon_button,
a.button.icon_button,
input.icon_button,
input[type="button"].icon_button,
a.premade_tile.changeme,
.evaluation-container .controls a.button.icon_button,.evaluation-container .controls a.button.icon_button:hover
{
	background-repeat: no-repeat;
	background-position: .5em 50%;
	padding: .5em 1em .5em 2em;
	margin-top: .25em;
	margin-bottom: .25em;
}
.button.icon_button.right_side,
a.button.icon_button.right_side,
input.icon_button.right_side,
input[type="button"].icon_button.right_side,
.evaluation-container .controls a.button.icon_button.right_side,.evaluation-container .controls a.button.icon_button.right_side:hover
{
	background-repeat: no-repeat;
	background-position: calc(100% - .75em) 50%;
	padding: .5em 2.7em .6em 1em;
	/* this is for when the screen gets narrow and the buttons stack */
}

.icon_button.add {
	background-image: url('/images/icons/add-white.png');
}
.icon_button.back {
	background-image: url('/images/icons/arrow-back-white.png');
}
.icon_button.buy {
	background-image: url('/images/icons/shopping_cart-white.png');
}
.icon_button.cancel {
	background-image: url('/images/icons/cancel-white.png');
}
.icon_button.check,
.evaluation-container .controls a.button.icon_button.check
{
	background-image: url('/images/icons/check-white.png');
}
.icon_button.copy-white {
	background-image: url('/images/icons/copy-white.png');
}
.icon_button.edit {
	background-image: url('/images/icons/edit.png');
}
.icon_button.edit-white {
	background-image: url('/images/icons/edit-white.png');
}
.icon_button.delete {
	background-image: url('/images/icons/btn-x-white.png');
}
.icon_button.revise, .icon_button.extend {
	background-image: url('/images/icons/arrow-redo-white.png');
}
.icon_button.geo-white,
.geocodeable_status_container a.button.see_on_map {
	background-image: url('/images/icons/geo-pin-white.png');
}
.icon_button.go-out,
.icon_button.view_link.go-out {
	background-image: url('/images/icons/go-out-white.png');
}
.icon_button.help-white {
	background-image: url('/images/icons/help-tip-white.png');
}
.icon_button.links {
	background-image: url('/images/icons/link.png');
}
.icon_button.mobile-preview {
	background-image: url('/images/icons/mobile-phone.png');
}
.icon_button.next,
.icon_button.next-button
{
	background-image: url('/images/icons/arrow-next-white.png');
}
.icon_button.return-button
{
	background-image: url('/images/icons/arrow-redo-white.png');
}
.icon_button.pdf-white {
	background-image: url('/images/icons/pdf-white.png');
}
.icon_button.refresh {
	background-image: url('/images/icons/reload-white.png');
}
.icon_button.remove {
	background-image: url('/images/icons/minus-white.png');
}
.icon_button.share {
	background-image: url('/images/icons/share-white.png');
}
.icon_button.learn_more,
.icon_button.search
{
	background-image: url('/images/icons/search-white.png');
}
.icon_button.targets {
	background-image: url('/images/icons/cog.png');
}
.icon_button.view_link {
	background-image: url('/images/icons/geo-pin.png');
}
a.premade_tile.changeme {
	background-image: url('/images/icons/survey-white.png');
}
.bill-surveys li,
#existing_surveys li
{
	background-image: url('/images/icons/survey.png');
}
.bill-companies li,
.icon_button.manage-companies {
	background-image: url('/images/icons/company.png');
}
.icon_button.company {
	background-image: url('/images/icons/company-white.png');
}
.target-doc .icon_button {
	background-image: url('/images/icons/document-white.png');
}
p.bill-current-plan {
	background-image: url('/images/icons/plans.png');
}
p.bill-summary {
	background-image: url('/images/icons/summary.png');
}
p.bill-active-surveys {
	background-image: url('/images/icons/check.png');
}
p.bill-total {
	background-image: url('/images/icons/credit.png');
}
.icon_button.toggle-nav
{
	background-image: url('/images/icons/linked-survey-tree-white.png') !important;
}
.icon_button.display-compact {
	background-image: url('/images/icons/density-compact-white.png');
}
.icon_button.display-normal {
	background-image: url('/images/icons/density-normal-white.png');
}

/* // this doesn't seem right, and appears to only be used on Plans
.company-list li {
	background-image: url('/images/icons/target-small.png');
}
*/

.icon-bullet
{
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	padding: .5em 1em;
}
.contain_MySubscriptions .icon-bullet {
	background-image: url('/images/icons/hotspot-icon.png');
}
.contain_MyConnections .icon-bullet {
	background-image: url('/images/icons/sassie-icon.png');
}
.contain_MyDemographics .icon-bullet {
	background-image: url('/images/icons/profile-icon.png');
}
.contain_MyEmail .icon-bullet {
	background-image: url('/images/icons/email-icon.png');
}

/* changed look of image preview Qtype becuase it looked too much like linked survey Q */
/*
ul.listview a.disp-full-img.imgpreview:after {
	background-image: url('/images/icons/eye.png');
	background-position: 0 .15em;
	background-repeat: no-repeat;
	content: attr(title);
	line-height: 7;
	padding-left: 1.75em;
}
*/
ul.listview a.disp-full-img {
	background-image: none;
	display: block;
	margin-top: 1em;
	text-align: center;
}
ul.listview a.disp-full-img.imgpreview:active,
ul.listview a.disp-full-img.imgpreview:hover
{
	background-color: #f1f1f1;
}
ul.listview a.disp-full-img.imgpreview img {
	margin: auto;
	/*
	float: left;
	margin-right: 1em;
	*/
}


/* geocode accuracies ****************************/
.accuracy_address,
.accuracy_street,
.accuracy_zip,
.accuracy_city,
.accuracy_state,
.accuracy_country,
.accuracy_unknown,
.accuracy_good,
.accuracy_error
{
	background-position: 0;
	background-repeat: no-repeat;
	height: 24px;
}
.accuracy_address {
	background-image: url('/images/star_three.png');
}
.accuracy_street {
	background-image: url('/images/star_two.png');
}
.accuracy_zip, .accuracy_city {
	background-image: url('/images/star_one.png');
}
.accuracy_state, .accuracy_country {
	background-image: url('/images/warning.png');
}
.accuracy_unknown {
	background-image: url('/images/warning.png');
}
.accuracy_good {
	background-image: url('/images/icons/check.png');
}
.accuracy_error {
	background-image: url('/images/error.png');
}
/* end geocode accuracies ***********************/


/*** smilies ************************************/

img.image-option
{
	width: 40px;
	height: 40px;
}

img.smile2-n5-0
{
	background: url(/images/icons/smile2-sprite.png) 0 0;
}
img.smile2-n5-1
{
	background: url(/images/icons/smile2-sprite.png) -40px 0;
}
img.smile2-n5-2
{
	background: url(/images/icons/smile2-sprite.png) -80px 0;
}
img.smile2-n5-3
{
	background: url(/images/icons/smile2-sprite.png) -120px 0;
}
img.smile2-n5-4
{
	background: url(/images/icons/smile2-sprite.png) -160px 0;
}

img.smile2-n4-0
{
	background: url(/images/icons/smile2-sprite.png) 0 0;
}
img.smile2-n4-1
{
	background: url(/images/icons/smile2-sprite.png) -40px 0;
}
img.smile2-n4-2
{
	background: url(/images/icons/smile2-sprite.png) -120px 0;
}
img.smile2-n4-3
{
	background: url(/images/icons/smile2-sprite.png) -160px 0;
}

img.smile2-n3-0
{
	background: url(/images/icons/smile2-sprite.png) 0 0;
}
img.smile2-n3-1
{
	background: url(/images/icons/smile2-sprite.png) -80px 0;
}
img.smile2-n3-2
{
	background: url(/images/icons/smile2-sprite.png) -160px 0;
}

img.smile2-n2-0
{
	background: url(/images/icons/smile2-sprite.png) 0 0;
}
img.smile2-n2-1
{
	background: url(/images/icons/smile2-sprite.png) -160px 0;
}



/* icon font symbols ********************************************************************/

@font-face {
	font-family: 'jimicons';
	src:    url('/fonts/jimicons.eot?vf5jfh');
	src:    url('/fonts/jimicons.eot?vf5jfh#iefix') format('embedded-opentype'),
	url('/fonts/jimicons.ttf?vf5jfh') format('truetype'),
	url('/fonts/jimicons.woff?vf5jfh') format('woff'),
	url('/fonts/jimicons.svg?vf5jfh#jimicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: 'jimicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.target_list_wrapper div:before {
	font-family: 'jimicons';
	font-size: 300%;
	font-weight: normal;
}
.target_list_wrapper div {
	font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, sans-serif !important;
	font-weight: bold;
}



.icon-sassie-s:before {
	content: "\e600";
}
.icon-prsto-zoom-p:before {
	content: "\e601";
}
.icon-presto-zoom:before {
	content: "\e602";
}
.icon-presto-p:before {
	content: "\e603";
}
.icon-plus:before {
	content: "\e604";
}
.icon-minus:before {
	content: "\e605";
}
.icon-pencil:before {
	content: "\e606";
}
.icon-info-ol:before {
	content: "\e607";
}
.icon-info-fill:before {
	content: "\e608";
}
.icon-home:before {
	content: "\e609";
}
.icon-geo-pin:before {
	content: "\e60a";
}
.icon-forward:before {
	content: "\e60b";
}
.icon-file-send-ol:before {
	content: "\e60c";
}
.icon-file-send-fill:before {
	content: "\e60d";
}
.icon-file-pdf-ol:before {
	content: "\e60e";
}
.icon-file-pdf-fill:before {
	content: "\e60f";
}
.icon-doc-ol:before {
	content: "\e610";
}
.icon-doc-fill:before {
	content: "\e611";
}
.icon-export:before {
	content: "\e612";
}
.icon-drop-arrow:before {
	content: "\e613";
}
.icon-dragon:before {
	content: "\e614";
}
.icon-dragon-s:before {
	content: "\e615";
}
.icon-dragon-head:before {
	content: "\e616";
}
.icon-dash-grid:before {
	content: "\e617";
	padding-bottom: .5em;
}
.icon-dash-grid-ol:before {
	content: "\e618";
	padding-bottom: .5em;
}
.icon-cog:before {
	content: "\e619";
}
.icon-close:before {
	content: "\e61a";
}
.icon-close-fill:before {
	content: "\e61b";
}
.icon-check:before {
	content: "\e61c";
}
.icon-check-fill:before {
	content: "\e61d";
}
.icon-question-ol:before {
	content: "\e61e";
}
.icon-question-fill:before {
	content: "\e61f";
}
.icon-visibility-on:before {
	content: "\e620";
}
.icon-visibility-off:before {
	content: "\e621";
}
.icon-visibility-on-fill:before {
	content: "\e622";
}
.icon-visibility-off-fill:before {
	content: "\e623";
}
.icon-computer-1:before {
	content: "\e624";
}
.icon-computer-2:before {
	content: "\e625";
}
.icon-computer-3:before {
	content: "\e626";
}
.icon-down-up:before {
	content: "\e627";
}
.icon-up-down:before {
	content: "\e628";
}
.icon-up-up:before {
	content: "\e629";
}
.icon-cat-1:before {
	content: "\e62a";
}
.icon-cat-2:before {
	content: "\e62b";
}
.icon-down-up-alt:before {
	content: "\e62c";
}
.icon-up-down-alt:before {
	content: "\e62d";
}
.icon-up-up-alt:before {
	content: "\e62e";
}
.icon-up-solid:before {
	content: "\e62f";
}
.icon-up-outlined:before {
	content: "\e630";
}
.icon-down-solid:before {
	content: "\e631";
}
.icon-down-outlined:before {
	content: "\e632";
}
.icon-up-solid:before {
	content: "\e62f";
}
.icon-up-outlined:before {
	content: "\e630";
}
.icon-down-solid:before {
	content: "\e631";
}
.icon-down-outlined:before {
	content: "\e632";
}
.icon-mag:before {
	content: "\e900";
}
.icon-mag-fill:before {
	content: "\e901";
}
/* end icon font symbols ****************************************************************/






.footer {
	clear: both;
	margin: 0 auto;
	width: 94%;
}
.footer li {
    float: left;
    padding: 0 1em .5em 1em;
}
.footer li, .footer li a {
    color: white;
    font-size: 13px;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

/* the panel mechanism doesnt allow for vert scroll,
 * so we add an extra container set to the viewport height */
.inner-panel-container
{
	/* this seems to work everywhere we care about
	 * except for Android < 4.4 */
	height: 100vh;
	overflow-y: auto;
	padding-bottom: 5em;
}



/***** knickers print mode ***********************************************************/
/* the following makes a plain page background with no effects */
body.output-mode-print,
.output-mode-print #container,
.output-mode-print .results
 {
	Background: white;
	border: 0;
	margin: 0 auto;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* the following adds space around browser window edges */
body.output-mode-print {
	padding: 2em;
}

/* alerts w/in a colorbox get obscured when custom css... */
.reservation.mobile-popup,
.child-countdown.mobile-popup,
.message-display,
.eval-and-controls .geocode-input.floater,
.survey-tree
{
	background: white;
	/* border: 9px solid #6ccce0; */
	border: 3px solid #6ccce0;
	/* margin: 0 1% 0 -.5%; */
	margin: 0 0 1em 0;
	padding: 1em !important;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	/* 
	-moz-box-shadow: 0 3px 60px #666;
	-webkit-box-shadow: 0 3px 60px #666;
	box-shadow: 0 3px 60px #666;
	 */
	 -moz-box-shadow: 0 3px 9px #ccc;
	-webkit-box-shadow: 0 3px 9px #ccc;
	box-shadow: 0 3px 9px #ccc;
}

.common.css,
.survey-tree {
	clear: both;
}

/* linked survey survey-tree */
.eval-info .survey-tree h2 {
	background-image: url('/images/icons/linked-survey-tree.png');
	font-size: 1em;
	margin: 0 0 .5em 0;
}
.survey-tree ul {
	margin-left: .5em;
}
.survey-tree ul li {
	background-image: url('/images/icons/linked-survey-branch.png');
}
.nav-tree.survey-tree ul li ul li {
	background-image: url('/images/icons/linked-survey-branch-blue.png');
}
.eval-info .survey-tree h2,
.survey-tree ul li
{
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;
}
/* not sure why this was here
.survey-tree ul li:nth-of-type(2n) {
	background-image: none;
}
*/
.survey-tree ul li ul {
	margin: 1em 0 0 0;
}


.take_eval_header .eval-and-controls .geocode-input.floater p,
.evaluation-container .geocode-input.floater p
{
	color: #444;
	text-shadow: none;
}

.message-display
{
	overflow: auto;
}
.common.css,
.message-display.thank-you,
.message-display h3.thank-you,
.message-display .promo-link {
	text-align: center;
}
.evaluation-container .message-display p, .evaluation-container .message-display p:hover,
.evaluation-container .message-display h2, .evaluation-container .message-display h2:hover,
.evaluation-container .message-display h3, .evaluation-container .message-display h3:hover,
.evaluation-container .message-display h4, .evaluation-container .message-display h4:hover,
.evaluation-container .message-display a, .evaluation-container .message-display a:hover,
.evaluation-container .geocode-input.floater h4, .evaluation-container .geocode-input.floater h4:hover
{
	color: #0bb8da !important;
	text-shadow: none !important;
}
.evaluation-container .message-display a p:hover,
.evaluation-container .message-display a:hover
{
	color: #007399 !important;
	text-shadow: none !important;
}

/* e.g., "return to map" buttons */
.evaluation-container .message-display a.button, .evaluation-container .message-display a.button:hover
{
	color: white !important;
}

/* FreeSample ************************************************************/
.pick_a_survey fieldset {
	background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.pick_a_survey .geocodeable_status_container {
	margin-bottom: 1em;
}
.pick_a_survey #remove_questions h3,
.pick_a_survey #whatyourbiz h3,
.pick_a_survey #whoyouis h3,
.pick_a_survey .instructions {
	clear: both;
}
.pick_a_survey .step_header_container {
	margin: 1em 0;
}
.pick_a_survey a.button {
	margin: 0 1em 1em 0;
}
.pick_a_survey #alldone ul {
	list-style-type: disc;
	margin-left: 1em;
}
.pick_a_survey #alldone li {
	margin-bottom: 1em;
}
.pick_a_survey #emailverify {
	font-style: italic;
	margin-left: -.7em;
}
.pick_a_survey .controls {
	border: 0;
}
/* don't want real button panel on the preview survey */
.pick_a_survey .eval-and-controls .controls {
	display: none;
}
.pick_a_survey .info_fields {
	/*background: pink;*/
	float: left;
	width: 100%;
}
.pick_a_survey .info_fields label {
	/*background: lime;*/
	float: left;
	width: 100%;
}
.pick_a_survey .info_fields input[type="text"] {
	/*background: gold;*/
	height: 2em;
	margin: 0 0 1em 0;
	width: 100%;
}
.pick_a_survey .sign_up_here {
	margin-bottom: 1em;
}

/* diagonal preview look */
.survey_preview_container {
	clear: both;
	margin: 1em 0;
}
.survey_preview_container {
	background: #f0f6f7 url('https://d1rl12thtbcp7t.cloudfront.net/preview_survey_bg.png');
	border: 3px solid #ddd;
	float: left;
	padding: 1.5em;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	width: 100%;
}
#preview-header {
	border: 0;
	border-bottom: 1px solid #999;
	padding: .5em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#survey_preview ul.evaluation {
	border: 3px solid #e66a51;
	border-radius: 12px;
	box-shadow: 0px 1px 9px #111;
}
#survey_preview .eval-info h2, #preview-header h2,
#survey_preview .eval-info h3, #preview-header h3,
#survey_preview .eval-info p.target-address
{
	color: #007399;
	margin: 0 0 .5em 0;
	text-align: center;
	text-shadow: 0 1px 0 white;
}
#survey_preview .eval-info h2,
#survey_preview .eval-info .survey-name
{
	font-size: 30px;
}




/* ViewEval and ReviewEval **************************************************************/
.eval_display {
}
.eval_display fieldset {
	background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.eval_display .eval-info-block {
	margin-bottom: 1em;
	padding: 0;
	clear: both;
}
.eval_display .eval-info-block li {
	margin-bottom: .5em;
}
.eval_display .eval-info-block strong {
	/*color: #8c5c31; brown */
	color: #8e6ca6;
}
.eval_display .listview legend {
    width: 100%;
}
.eval_display .listview legend br {
    display: none;
}
.eval_display .required,
.eval_display .error {
    line-height: 2;
    margin-left: .85em;
}
.eval_display span.required.asterisk {
    clear: none;
    float: left;
	font-size: 1.5em;
	line-height: normal;
    margin: 0 .25em 0 0;
}


.eval_display .score {
	clear: both;
	font-size: 1.25em;
	font-weight: bold;
	margin: .5em 0;
}

.uip-connstat .title
{
	float: left;
}

.uip-connstat .loading,
.uip-connstat .status,
.uip-loginstat .logout
{
	display: inline-block;
	float: right;
}

/* disabled stuff */
.disabled, .disabled:active, .disabled:hover,
#cboxLoadedContent div a.button.disabled, #cboxLoadedContent div a.button.disabled:active, #cboxLoadedContent div a.button.disabled:hover,
.ui-disabled, .ui-disabled:active, .ui-disabled:hover,
#cboxLoadedContent div a.button.ui-disabled, #cboxLoadedContent div a.button.ui-disabled:active, #cboxLoadedContent div a.button.ui-disabled:hover
{
	background-color: #ccc !important;
	/* border: 1px solid #bfbfbf; */
	border: 0;
	color: white; /* was #b3b3b3 */
	cursor: default;
    text-shadow: none;
}

/* profile elements from DemoFormFragment, BecomeEvaluator, EvaluatorSignup, MyProfile, MySubscriptions, MyDemographics */
.profile_collection {
	/* background: gold; */
}
.profile_collection fieldset {
	/* background: orange; */
	border: 0;
	border-bottom: 1px solid #c0c0c0;
	margin: 0 0 1em 0;
	padding: 0 0 .75em 0;
}
.profile_collection fieldset fieldset input {
	/* background: tomato; */
	margin: 0 .5em 0 0em;
}
.profile_collection fieldset label {
	/* color: purple; */
	margin: 0 .5em 1em 0em;
}

/* breadcrumb list */
ul.breadcrumbs {
	/* border-bottom: 1px solid #d5dddb; */
	clear: both;
	height: 3.5em;
	margin: 1em 0;
	padding: 0;
}
.breadcrumbs li {
	float: left;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.25em;
	list-style-type: none;
	margin: 0 .5em 0 0;
	padding: .2em .5em .25em 3em;
}

.breadcrumbs li,
.active_breadcrumb
{
	background: transparent url('/images/presto-zoom.png') no-repeat 6px 6px;
}
.active_breadcrumb
{
	background-position: 0 3px;
	background-size: 32px;
}

.breadcrumbs li.current {
	border-bottom: 3px solid #abe2ed; /* hsl(190, 65%, 80%) */
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	/* color: #006080;  hsl(195, 100%, 25%) */
	color: #0bb8da;
	cursor: pointer;
}
.breadcrumbs li:hover
{
	background: transparent;
	cursor: default;
}
/* end breadcrumb list */

.target-distance {
	background-repeat: no-repeat;
	background-position: .5em 50%;
	/* border: 1px solid black; */
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: .25em .5em .25em 2em;
}
.target-distance.distance-good {
	background-image: url('/images/icons/check-white.png');
	/* color: #9dd65c; */
}
.target-distance.distance-maybe-ok {
	background-image: url('/images/icons/alert-white.png');
	/* color: #d98e26; */
}
.target-distance.distance-not-good {
	background-image: url('/images/icons/alert-white.png');
	/* color: #df2020; */
}

td.privacy_select {
	vertical-align: top;
}

/* custom dropdown select menus */
.run_row td.privacy_select {
	max-width: initial;
}
.public_map {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('/images/icons/arrow-select.png');
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 9px;
	color: white;
	font-size: 8px;
	/* font-weight: bold; */
	height: 16px;
    line-height: 15px;
	letter-spacing: 1.5px;
	margin-top: 1px;
	padding: 1px 15px 0 8px;
	text-transform: uppercase;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.public_map option {
	background: white;
	color: black;
	letter-spacing: 0;
	padding: .5em .25em;
	/* text-transform: capitalize; */
}
.public_map.public {
	background-color: #9fd54e;
	border-color: #9fd54e;
}
.public_map.company {
	background-color: #ffbb33;
	border-color: #ffbb33;
}
.public_map.private {
	background-color: #c92d24;
	border-color: #c92d24;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)
{
	.pick_a_survey #maplink img {
		width: 100%;
	}
}
@media only screen and (max-width: 400px)
{
	.pick_a_survey #maplink img {
		width: 100%;
	}
}

.hide {
	display: none;
}


.display-questionid,
.question_id
{
	background: white;
    color: #666;
    font-family: monospace;
    padding: 0 .25em;
}

/* sometimes we want to disable sticky-ness applied to a parent */
/* (@see: MS Edge on Take/ReviewEval control bar) */
.no-sticky
{
	position: relative !important;
}

blockquote {
	background: #f9f9f9;
	border: 1px solid #8e6ca6;
	border-left: 12px solid #8e6ca6;
	border-radius: 6px;
	font-weight: bolder;
	margin: 1em .5em;
	padding: 0.5em 1em;
	/* quotes: "\201C""\201D""\2018""\2019"; */
	width: 90%;
}


button.wiggler,
a.button.wiggler {
  animation: btnWiggle 3s infinite;
}

@keyframes btnWiggle {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(-6deg);
  }
  3.5% {
    transform: rotate(6deg);
  }
  5% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


/***** pdf print mode ****************************************************************/
@media print
	{
		body,
		#container,
		.results
		{
			Background: white;
			border: 0;
			margin: 0 auto;
			padding: 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		#container {
			border: 12px red;
			width: 100%;
			background: tan;
		}
		.results {
			border: 12px green;
		}
	}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        
        #cboxLoadingOverlay{background:#fff;} /* was black */
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
        
        #colorbox,
		.prestobox {
			background: white;
			border: 9px solid #ddebee;
			border: 9px solid #6ccce0;
			padding: 0;
	
			-moz-border-radius: 9px;
			-webkit-border-radius: 9px;
			border-radius: 9px;
			-moz-box-shadow: 0 3px 60px #666;
			-webkit-box-shadow: 0 3px 60px #666;
			box-shadow: 0 3px 60px #666;
		}
		#colorbox fieldset,
		.mobile-popup fieldset {
			border: 0;
			float: none;
			margin: 0;
			width: auto;
			
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		#colorbox fieldset, #cboxContent {
			margin: 0;
			padding: 0;
		}
		#cboxLoadedContent {
			padding: 1em;
		}
        #cboxClose, #cboxClose:hover {
			background: transparent url('/images/icons/button-check.png') no-repeat top center;
			
			position: absolute;
			right: 9px;
        	top: 9px;
			
			border: 0;
			color: transparent;
			text-decoration: none;
			text-shadow: none;
			text-transform: capitalize;
			
			width: 34px;
			height: 34px;
			
			filter:false; /* clears potential inherited gradients from fussy ie */
			
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
        }
        
        #colorbox #cboxContent p {
        	padding-right: 2em; 
        }
        /*
        #cboxClose:before {
			content: "or ";
        }
       
		#cboxClose:hover {
			color: #B3004a;
		}
		 */
		
		
		#colorbox .primary,
		#cboxContent #register-go {
			clear: both;
			float: right;
			margin: 2em 0 0 0;
		}
		#cboxContent #register-go {
			margin-top: 0;
		}
		
		#colorbox h3,
		#colorbox .nag_window p {
			color: #0bb8da;
			font-weight: 700;
			margin-bottom: 1em;
			margin-right: 2em;
		}
		/*
		#colorbox .nag_window {
			width: 600px;
		}
		*/
		#colorbox .nag_window p {
			background: url('/images/icons/alert-triangle.png') no-repeat 6px 4px;
			color: #9c4e16;
			font-family: 'Roboto', sans-serif;
			font-size: 1.385em;
			margin: 0 2em .5em 0;
			padding-left: 1.7em;
		}
		#colorbox .nag_window p,
		#colorbox .nag_window a {
			color: #9c4e16;
		}
		#colorbox .nag_window a:hover {
			color: black;
		}
		.nag_window {
			padding: 0;
		}
		
		.banner .error  {
			/*background: transparent;*/
		}
		#colorbox img,
		#colorbox .bgimg_filelist a.imgpreview img {
			border: 3px solid #819498;
			margin-bottom: 1em;
			padding: 0;
	
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			-moz-box-shadow: 0 3px 18px #999;
			-webkit-box-shadow: 0 3px 18px #999;
			box-shadow: 0 3px 18px #999;
		}
		#colorbox .submit-loading,
		#colorbox .submit-loading img,
		#qr-loading,
		img#qr-loading,
		#cboxLoadingGraphic,
		#cboxLoadingGraphic img,
		#colorbox .preview_throb img,
		#colorbox .bgimg_filelist img,
		#colorbox img#header_uploading,
		#colorbox img#bgimg_uploading {
			border: 0;
			margin: 0;
			padding: 0;
			
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		#colorbox #cboxContent ol {
			margin-left: 1em;
		}
		
		
		/*==============================================================================*/
		/* custom popups ****************************************************************/
		/*==============================================================================*/
		#cboxLoadedContent .mobile-popup {
			/* since we don't use the close check button anymore, don't need this */
			/*padding-right: 2.5em;*/
		}
		#cboxLoadedContent div a.button.popup-close {
			/* margin: 1em 0 .5em 0; */
			position: absolute;
			bottom: .5em;
			right: .5em;
		}
		#cboxLoadedContent div a.button,
		#cboxLoadedContent div a.button:active,
		#cboxLoadedContent div a.button:hover {
			/* "important" here makes it difficult to override later,
			 * for example, with ui-disabled */
			/*background-color: #0bb8da !important;*/
			background-color: #0bb8da;
			color: white !important;
		}
		#cboxLoadedContent div a.button:active,
		#cboxLoadedContent div a.button:hover {
			background-color: #007399 !important;
		}
		
		/*==============================================================================*/

		/* verify that auto resize is not working before doing this */
		/*
		#must-wait-alert.mobile-popup,
		#survey-updated.mobile-popup,
		#trash-confirm.mobile-popup,
		#idle-timeout.mobile-popup
		{
			height: 7.5em;
		}
		*/

		/*==============================================================================*/
		
		/* verify that auto resize is not working before doing this */
		/*
		#cant-geocode-alert.mobile-popup, 
		#offline-alert.mobile-popup,
		#offline-alert-generic.mobile-popup,
		#offline-alert-native.mobile-popup,
		#offline.mobile-popup,
		#claim-offline-alert.mobile-popup,
		#next-but-incomplete,
		#eval-server-locked.mobile-popup,
		#unsaved-confirm
		{
			height: 11em;
		}
		@media all and (max-width: 700px) {
			#cant-geocode-alert.mobile-popup, 
			#offline-alert.mobile-popup
			{
				height: 22em !important;
			}
		}
		*/
		
		/*==============================================================================*/
		
		/* verify that auto resize is not working before doing this */
		/*
		#no-geocode-alert.mobile-popup, 
		#no-geocode-offline.mobile-popup
		{
			height: 19em;
		}
		@media all and (max-width: 321px) {
			#no-geocode-alert.mobile-popup, 
			#no-geocode-offline.mobile-popup
			{
				height: 23.5em !important;
			}
		}
		*/
		
		/*==============================================================================*/
		
		/* verify that auto resize is not working before doing this */
		#map-help.mobile-popup
		{
			height: 22.5em;
		}
		@media all and (max-width: 700px) {
			#map-help.mobile-popup
			{
				height: 22.5em !important;
			}
		}
		@media all and (max-width: 321px) {
			#map-help.mobile-popup
			{
				height: 22.5em !important;
			}
		}
		
		/*==============================================================================*/
	
		/* verify that auto resize is not working before doing this */
		/*
		#shops-not-found.mobile-popup, 
		#finalizing-problem.mobile-popup,
		#pii-confirm,
		#duplicate-images,
		#ls-must-native
		{
			height: 8.6em;
		}
		@media all and (max-width: 700px) {
			#shops-not-found.mobile-popup, 
			#finalizing-problem.mobile-popup,
			#pii-confirm,
			#duplicate-images,
			#ls-must-native
			{
				height: 18em !important;
			}
		}
		*/
		
		/*==============================================================================*/
		
		/* verify that auto resize is not working before doing this */
		/*	
		#delete-current-confirm.mobile-popup, 
		#saved.mobile-popup 
		{
			height: 6.5em;
			width: 28.6em;
		}
		@media all and (max-width: 700px) {
			#delete-current-confirm.mobile-popup, 
			#saved.mobile-popup 
			{
				height: 9.3em !important;
			}
		}
		@media all and (max-width: 321px) {
			#delete-current-confirm.mobile-popup, 
			#saved.mobile-popup 
			{
				height: 14.3em !important;
			}
		}
		*/
		#delete-current-confirm.mobile-popup p,
		#saved.mobile-popup p
		{
			float: left;
		}
		#delete-current-confirm.mobile-popup a.button,
		#saved.mobile-popup a.button
		{
			float: left;
			margin: 1em 1em 1em 0;
		}
		#saved.mobile-popup a.keepworking-button
		{
			float: left;
			margin: 1em 1em 1em 0;
			padding: .5em 0;
		}

		#delimg-confirm
		{
			height: 7.9em;
		}
		#delimg-confirm a.button
		{
			margin: 1em 1em 1em 0;
		}

		#clear-storage-confirm.mobile-popup
		{
			width: 21.5em;
			padding-right: 0.5em;
		}

		/*==============================================================================*/

		/* verify that auto resize is not working before doing this */
		/*
		#incomplete-evals-alert.mobile-popup, 
		#claim-period-expired.mobile-popup, 
		#completion-period-expired.mobile-popup, 
		#mid-air-collision.mobile-popup 
		{
			height: 5.8em;
		}
		@media all and (max-width: 700px) {
			#incomplete-evals-alert.mobile-popup, 
			#claim-period-expired.mobile-popup, 
			#completion-period-expired.mobile-popup, 
			#mid-air-collision.mobile-popup 
			{
				height: 8.6em !important;
			}
		}
		*/
		
		/*==============================================================================*/

		/* verify that auto resize is not working before doing this */
		/*
		#must-reserve-alert.mobile-popup, 
		#must-prequalify.mobile-popup
		{
			height: 4.7em;
		}
		@media all and (max-width: 700px) {
			#must-reserve-alert.mobile-popup 
			{
				height: 7.2em !important;
			}
		}
		*/
		
		/*==============================================================================*/

		/* verify that auto resize is not working before doing this */
		/*
		#locating.mobile-popup, 
		.reservation.mobile-popup .not-available  
		{
			height: 3.6em;
		}
		@media all and (max-width: 700px) {
			#locating.mobile-popup, 
			.reservation.mobile-popup .not-available  
			{
				height: 6.5em !important;
			}
		}
		*/
		
		/*==============================================================================*/
		
		#remember_to_save /* QLE; Note: Your updates are not yet saved.  Be sure to hit the Save button on the lower right. */
		{
			height: 2.9em;
		}
		@media all and (max-width: 700px) {
			#remember_to_save /* QLE; Note: Your updates are not yet saved.  Be sure to hit the Save button on the lower right. */
			{
				height: 5.8em !important;
			}
		}
		
		/*==============================================================================*/
		
		/* general popup sizing */
		@media all and (max-width: 700px) {
			#colorbox {
				/* width: 93% !important; */
				width: 83% !important;
				/*background: pink;*/
				/* height: 100px !important; */
			}
			#cboxContent {
				background: white !important;
			}
			#cboxWrapper,
			#cboxContent {
				/* height: 100px !important; */
				width: 100% !important;
			}
			#cboxLoadedContent {
				/* height: 85px !important; */
				padding: .5em 1em !important;
				width: 90% !important;
			}
			#cboxLoadedContent .mobile-popup {
				width: 96% !important;
			}

			/* Add Funds popups *********************************************************/
			.pay_recommendations /* AddFunds; */
			{
				height: 22.9em !important;
			}
			#expense_allowance_help /* AddFunds; */
			{ 
				height: 6.5em !important;
				padding-right: 2.9em !important;
			}
			
		}
		@media all and (max-width: 400px) {
			#cboxLoadedContent .mobile-popup {
				min-height: 7.2em;
			}
			.reservation.mobile-popup,
			.reservation.mobile-popup .not-available,
			.take_eval_header .mobile-popup .no-thanks-survey .response-container legend
			{
				padding: .5em !important;
			}
			.reservation.mobile-popup fieldset,
			.reservation.mobile-popup .eval-info,
			.mobile-popup .no-thanks-survey ul.evaluation.listview li.response-container
			{
				padding: 0;
			}
			.mobile-popup .no-thanks-survey h2,
			.mobile-popup .no-thanks-survey h3,
			.take_eval_header .mobile-popup .no-thanks-survey .response-container legend h4
			{
				font-size: 1em;
			}
			.take_eval_header .reservation.mobile-popup a.button {
				padding: .5em;
			}
			.evaluation-container .mobile-popup .no-thanks-survey .response-container .answeroption input
			{
				margin: .5em;
			}
			.reservation.mobile-popup .not-available a.button.standard,
			#incomplete-evals-alert.mobile-popup a.button.standard
			{
				margin: 1em 0 0 0;
			}
			/* verify that auto resize is not working before doing this */
			/*
			#incomplete-evals-alert.mobile-popup, 
			#claim-period-expired.mobile-popup,
			#completion-period-expired.mobile-popup 
			{
				height: 14.3em !important;
			}
			#cant-geocode-alert.mobile-popup 
			{
				height: 25em !important;
			}
			*/
		}

@font-face{font-family:'icons_mobiscroll';src:url('/css/icons_mobiscroll.eot?m4gnjn');src:url('/css/icons_mobiscroll.eot?#iefixm4gnjn') format('embedded-opentype'),url('/css/icons_mobiscroll.ttf?m4gnjn') format('truetype'),url('/css/icons_mobiscroll.woff?m4gnjn') format('woff'),url('/css/icons_mobiscroll.woff') format('woff'),url('/css/icons_mobiscroll.svg?m4gnjn#icons_mobiscroll') format('svg');font-style:normal}.mbsc-ic:before{font-family:'icons_mobiscroll';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mbsc-ic-aid:before{content:"\f100"}.mbsc-ic-airplane:before{content:"\f101"}.mbsc-ic-alarm2:before{content:"\f102"}.mbsc-ic-arrow-down5:before{content:"\f103"}.mbsc-ic-arrow-left4:before{content:"\f104"}.mbsc-ic-arrow-left5:before{content:"\f105"}.mbsc-ic-arrow-left6:before{content:"\f106"}.mbsc-ic-arrow-right4:before{content:"\f107"}.mbsc-ic-arrow-right5:before{content:"\f108"}.mbsc-ic-arrow-right6:before{content:"\f109"}.mbsc-ic-arrow-up5:before{content:"\f10a"}.mbsc-ic-attachment:before{content:"\f10b"}.mbsc-ic-backspace:before{content:"\f10c"}.mbsc-ic-backspace3:before{content:"\f10d"}.mbsc-ic-backspace4:before{content:"\f10e"}.mbsc-ic-bars:before{content:"\f10f"}.mbsc-ic-book:before{content:"\f110"}.mbsc-ic-bubble:before{content:"\f111"}.mbsc-ic-bubbles:before{content:"\f112"}.mbsc-ic-bullhorn:before{content:"\f113"}.mbsc-ic-calendar:before{content:"\f114"}.mbsc-ic-camera:before{content:"\f115"}.mbsc-ic-cart:before{content:"\f116"}.mbsc-ic-checkmark:before{content:"\f117"}.mbsc-ic-clock:before{content:"\f118"}.mbsc-ic-close:before{content:"\f119"}.mbsc-ic-cloud-download:before{content:"\f11a"}.mbsc-ic-cloud-upload:before{content:"\f11b"}.mbsc-ic-cogs:before{content:"\f11c"}.mbsc-ic-connection:before{content:"\f11d"}.mbsc-ic-copy2:before{content:"\f11e"}.mbsc-ic-copy3:before{content:"\f11f"}.mbsc-ic-credit:before{content:"\f120"}.mbsc-ic-disk:before{content:"\f121"}.mbsc-ic-download:before{content:"\f122"}.mbsc-ic-drawer:before{content:"\f123"}.mbsc-ic-droplet:before{content:"\f124"}.mbsc-ic-earth:before{content:"\f125"}.mbsc-ic-eye:before{content:"\f126"}.mbsc-ic-eye-blocked:before{content:"\f127"}.mbsc-ic-fa-leaf:before{content:"\f128"}.mbsc-ic-fa-rotate-left:before{content:"\f129"}.mbsc-ic-file4:before{content:"\f12a"}.mbsc-ic-film:before{content:"\f12b"}.mbsc-ic-flag:before{content:"\f12c"}.mbsc-ic-folder:before{content:"\f12d"}.mbsc-ic-forward:before{content:"\f12e"}.mbsc-ic-foundation-mail:before{content:"\f12f"}.mbsc-ic-foundation-minus-circle:before{content:"\f130"}.mbsc-ic-globe:before{content:"\f131"}.mbsc-ic-heart:before{content:"\f132"}.mbsc-ic-history:before{content:"\f133"}.mbsc-ic-home:before{content:"\f134"}.mbsc-ic-image2:before{content:"\f135"}.mbsc-ic-ion-android-system-windows:before{content:"\f136"}.mbsc-ic-ion-bluetooth:before{content:"\f137"}.mbsc-ic-ion-ios7-checkmark-empty:before{content:"\f138"}.mbsc-ic-ion-navigate:before{content:"\f139"}.mbsc-ic-key2:before{content:"\f13a"}.mbsc-ic-library:before{content:"\f13b"}.mbsc-ic-link:before{content:"\f13c"}.mbsc-ic-location:before{content:"\f13d"}.mbsc-ic-lock2:before{content:"\f13e"}.mbsc-ic-loop2:before{content:"\f13f"}.mbsc-ic-map:before{content:"\f140"}.mbsc-ic-material-arrow-back:before{content:"\f141"}.mbsc-ic-material-equalizer:before{content:"\f142"}.mbsc-ic-material-pause:before{content:"\f143"}.mbsc-ic-material-play-arrow:before{content:"\f144"}.mbsc-ic-material-repeat:before{content:"\f145"}.mbsc-ic-material-shuffle:before{content:"\f146"}.mbsc-ic-material-skip-next:before{content:"\f147"}.mbsc-ic-material-skip-previous:before{content:"\f148"}.mbsc-ic-material-stop:before{content:"\f149"}.mbsc-ic-minus:before{content:"\f14a"}.mbsc-ic-mobile:before{content:"\f14b"}.mbsc-ic-music:before{content:"\f14c"}.mbsc-ic-newspaper:before{content:"\f14d"}.mbsc-ic-office:before{content:"\f14e"}.mbsc-ic-pause2:before{content:"\f14f"}.mbsc-ic-pencil:before{content:"\f150"}.mbsc-ic-phone:before{content:"\f151"}.mbsc-ic-play:before{content:"\f152"}.mbsc-ic-play3:before{content:"\f153"}.mbsc-ic-plus:before{content:"\f154"}.mbsc-ic-redo2:before{content:"\f155"}.mbsc-ic-remove:before{content:"\f156"}.mbsc-ic-reply:before{content:"\f157"}.mbsc-ic-sad2:before{content:"\f158"}.mbsc-ic-share:before{content:"\f159"}.mbsc-ic-smiley2:before{content:"\f15a"}.mbsc-ic-stack:before{content:"\f15b"}.mbsc-ic-star:before{content:"\f15c"}.mbsc-ic-star2:before{content:"\f15d"}.mbsc-ic-star3:before{content:"\f15e"}.mbsc-ic-stop2:before{content:"\f15f"}.mbsc-ic-stopwatch:before{content:"\f160"}.mbsc-ic-support:before{content:"\f161"}.mbsc-ic-tag:before{content:"\f162"}.mbsc-ic-thumbs-up:before{content:"\f163"}.mbsc-ic-thumbs-up2:before{content:"\f164"}.mbsc-ic-undo2:before{content:"\f165"}.mbsc-ic-unlocked:before{content:"\f166"}.mbsc-ic-upload:before{content:"\f167"}.mbsc-ic-user4:before{content:"\f168"}.mbsc-ic-volume-medium:before{content:"\f169"}.dw,.dwo{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}.dw{max-width:98%;position:absolute;top:0;left:0;z-index:2;font-size:12px;text-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-ms-touch-action:none;user-select:none}.dw:focus{outline:0}.dw:focus{outline-offset:-2px}.dw-rtl{direction:rtl}.dw,.dwbc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dwwr{min-width:200px;zoom:1;overflow:hidden;text-align:center;font-family:arial,verdana,sans-serif}.dw-persp,.dwo{width:100%;height:100%;position:absolute;top:0;left:0}.dw-persp{z-index:99998;pointer-events:auto}.dwo{z-index:1;background:#000;background:rgba(0,0,0,.7);filter:Alpha(Opacity=70)}.dw-liq .dw{max-width:100%}.dw-top .dw,.dw-bottom .dw{width:100%;max-width:100%}.dw-inline .dw{position:static;display:inline-block;max-width:100%}.dw-inline.dw-liq .dw-persp .dw{display:block}.dw-inline .dw-persp{position:static}.dw-bubble .dw{margin:20px 0}.dw-bubble .dw-arrw{position:absolute;left:0;width:100%}.dw-bubble-top .dw-arrw{bottom:-36px}.dw-bubble-bottom .dw-arrw{top:-36px}.dw-bubble .dw-arrw-i{margin:0 30px;position:relative;height:36px}.dw-bubble .dw-arr{display:block}.dw-arr{display:none;position:absolute;left:0;width:0;height:0;border-width:18px 18px;border-style:solid;margin-left:-18px}.dw-bubble-bottom .dw-arr{top:0}.dw-bubble-top .dw-arr{bottom:0}.dw-hidden{width:0;height:0;margin:0;padding:0;border:0;overflow:hidden}.dwv{overflow:hidden;text-overflow:ellipsis}.dwb{overflow:hidden;display:block;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;vertical-align:top}.dwb-e{cursor:pointer}.dwb-d{cursor:default}.dwbc{display:table;width:100%;text-align:center}.dwbc .dwb-d{opacity:.3}.dwbw{vertical-align:top;display:table-cell;position:relative;z-index:5}.dwbw .dwb:before{padding:.375em}.mbsc-wdg .dwcc{position:relative;z-index:0;padding:1em;font-size:14px;text-align:left;white-space:normal}.mbsc-mobiscroll .dwwr{min-width:16em;background:#f7f7f7;color:#454545;font-size:16px}.mbsc-mobiscroll .dwv{padding:0 .6666em;padding-top:.6666em;color:#4eccc4;font-size:.75em;text-transform:uppercase;min-height:2em;line-height:2em}.mbsc-mobiscroll .dwbc{display:block;overflow:hidden;text-align:right;padding:0 .5em .5em .5em}.mbsc-mobiscroll .dwbw{display:block;float:right}.mbsc-mobiscroll .dw-rtl .dwbw{float:left}.mbsc-mobiscroll .dwb{height:2.5em;line-height:2.5em;padding:0 1em;color:#4eccc4;text-transform:uppercase}.mbsc-mobiscroll .dwb-a{background:rgba(78,204,196,.3)}.mbsc-mobiscroll .dw-bubble-bottom .dw-arr{border-color:transparent transparent #f7f7f7 transparent}.mbsc-mobiscroll .dw-bubble-top .dw-arr{border-color:#f7f7f7 transparent transparent transparent}.mbsc-np .dwwr{font-size:16px}.mbsc-np-hdr{position:relative}.mbsc-np-dsp{padding:.5em 1.75em .5em .5em;text-align:left;font-size:2em;line-height:.8}.mbsc-np-sup{display:inline-block;font-size:.375em;vertical-align:top}.mbsc-np-del{position:absolute;top:0;right:0;height:100%;width:3.5em;text-align:center}.mbsc-np-del:before{display:block;width:100%;position:absolute;top:50%;left:0;margin-top:-.5em;font-size:2em;line-height:1}.mbsc-np-ph{display:inline-block;min-width:.5625em;text-align:center;vertical-align:top}.mbsc-np-tbl-c{min-width:15em}.mbsc-np-tbl{display:table;width:100%;font-size:1.375em}.mbsc-np-row{display:table-row}.mbsc-np-btn{position:relative;z-index:0;width:33.3333333333%;display:table-cell;text-align:center;vertical-align:middle;height:3em;-webkit-user-select:none}.mbsc-np-btn.dwb-a{opacity:1}.dw-rtl .mbsc-np-dsp{padding-left:1.75em;padding-right:.5em;text-align:right}.dw-rtl .mbsc-np-del{left:0;right:auto;-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.mbsc-np-time{text-transform:uppercase}.mbsc-np-ts-h,.mbsc-np-ts-m{font-weight:bold}.mbsc-mobiscroll .mbsc-np-del{color:#4eccc4}.mbsc-mobiscroll .mbsc-np-tbl-c{padding:.5em}.mbsc-mobiscroll .mbsc-np-btn.dwb-d{opacity:.5}.mbsc-android .mbsc-np-hdr{border-bottom:2px solid #555}.mbsc-android .mbsc-np-tbl-c{padding:1px}.mbsc-android .mbsc-np-btn{border:1px solid #000;color:#000;background:#ccc;background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee));background:-webkit-linear-gradient(#eee,#ccc);background:-moz-linear-gradient(#eee,#ccc);background:linear-gradient(#eee,#ccc)}.mbsc-android .mbsc-np-btn.dwb-d{opacity:.7}.mbsc-android .mbsc-np-btn-empty{background:0}.mbsc-android-holo .mbsc-np-hdr{border-bottom:1px solid #424542}.mbsc-android-holo .mbsc-np-btn.dwb-d{opacity:.3}.mbsc-android-holo-light .mbsc-np-hdr{border-bottom:1px solid #dbdbdb}.mbsc-bootstrap.mbsc-np .dwbc{padding:4px 2px}.mbsc-bootstrap .mbsc-np-del.dwb-a{opacity:.5}.mbsc-bootstrap .mbsc-np-btn{border-top-width:0;border-right-width:0;font-size:inherit;border-radius:0}.mbsc-bootstrap .mbsc-np-row:first-child .mbsc-np-btn{border-top-width:1px}.mbsc-bootstrap .dw-ltr .mbsc-np-btn:first-child,.mbsc-bootstrap .dw-rtl .mbsc-np-btn:last-child{border-left-width:0}.mbsc-bootstrap.dw-inline .mbsc-np-row:last-child .mbsc-np-btn{border-bottom-width:0}.mbsc-bootstrap .mbsc-np-row .mbsc-np-btn.mbsc-np-btn-empty{background:0}.mbsc-ios-classic.mbsc-np .dwwr{padding:0;background:#282a39}.mbsc-ios-classic .mbsc-np-del{color:#4d5463;text-shadow:0 1px 0 rgba(255,255,255,0.7)}.mbsc-ios-classic .mbsc-np-btn{border-top:1px solid #2d3034;border-left:1px solid #2d3034;background:#6f7684;background:-webkit-gradient(linear,left top,left bottom,from(#6f7684),to(#4e5564));background:-webkit-linear-gradient(#6f7684,#4e5564);background:-moz-linear-gradient(#6f7684,#4e5564);background:linear-gradient(#6f7684,#4e5564);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3) inset;box-shadow:0 1px 0 rgba(255,255,255,.3) inset;text-shadow:0 -1px 0 rgba(52,64,77,0.7);font-weight:bold}.mbsc-ios-classic .dw-ltr .mbsc-np-btn:first-child,.mbsc-ios-classic .dw-rtl .mbsc-np-btn:last-child{border-left:0}.mbsc-ios-classic .mbsc-np-btn.dwb-a{background:#eee;color:#000;text-shadow:0 1px 0 rgba(255,255,255,0.7)}.mbsc-ios-classic .mbsc-np-btn.dwb-d{opacity:.5}.mbsc-ios-classic .mbsc-np-btn-empty,.mbsc-ios-classic .mbsc-np-hdr{color:#000;background:#eee;background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#bbb));background:-webkit-linear-gradient(#eee,#bbb);background:-moz-linear-gradient(#eee,#bbb);background:linear-gradient(#eee,#bbb)}.mbsc-ios .mbsc-np-btn{border-top:1px solid #ddd;border-left:1px solid #ddd;font-size:1.375em;height:2.2em}.mbsc-ios .dw-ltr .mbsc-np-btn:first-child,.mbsc-ios .dw-rtl .mbsc-np-btn:last-child{border-left:0}.mbsc-ios .mbsc-np-btn.dwb-a{background:#ddd}.mbsc-ios .mbsc-np-btn.dwb-d{color:#ddd}.mbsc-ios .mbsc-np-btn-empty{background:#ddd}.mbsc-ios .mbsc-np-ts-h,.mbsc-ios .mbsc-np-ts-m{font-weight:normal}.mbsc-jqm.mbsc-np .dwbc{padding:4px 2px}.mbsc-jqm .mbsc-np-del.dwb-a{opacity:.5}.mbsc-jqm .mbsc-np-btn{border-top-width:0;border-right-width:0;font-size:1.2em;height:2.5em;padding:0}.mbsc-jqm .mbsc-np-row:first-child .mbsc-np-btn{border-top-width:1px}.mbsc-jqm.dw-inline .mbsc-np-row:last-child .mbsc-np-btn{border-bottom-width:0}.mbsc-jqm .dw-ltr .mbsc-np-btn:first-child,.mbsc-jqm .dw-rtl .mbsc-np-btn:first-child{border-left-width:0}.mbsc-jqm .mbsc-np-btn .ui-btn-inner{height:100%;padding:0;font-size:1em;line-height:2.5em}.mbsc-jqm .mbsc-np-row .mbsc-np-btn.mbsc-np-btn-empty{background:0}.mbsc-sense-ui .mbsc-np-hdr{background:#000;border-bottom:2px solid #fff}.mbsc-sense-ui .mbsc-np-btn.dwb-d{color:#666}.mbsc-sense .mbsc-np-hdr{background:#121212;color:#fff}.mbsc-sense .mbsc-np-btn{border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;color:#2c2e2f;-webkit-box-shadow:0 .0625em 0 rgba(255,255,255,.5) inset;box-shadow:0 .0625em 0 rgba(255,255,255,.5) inset}.mbsc-sense .dw-ltr .mbsc-np-btn:first-child,.mbsc-sense .dw-rtl .mbsc-np-btn:last-child{border-left:0}.mbsc-sense .mbsc-np-btn.dwb-a{background:#bad7e1}.mbsc-sense .mbsc-np-btn.dwb-d{color:#bfbfbf}.mbsc-wp.mbsc-np .dwwr{padding:2px}.mbsc-wp.mbsc-np .dwbc{padding-top:4px}.mbsc-wp .mbsc-np-del.dwb-a{top:0;opacity:.5}.mbsc-wp .mbsc-np-del.dwb-a:before{background:0;color:#fff}.mbsc-wp .mbsc-np-btn{top:0;background:#333;border:2px solid #1f1f1f}.mbsc-wp .mbsc-np-btn.dwb-a{background:#1a9fe0}.mbsc-wp .mbsc-np-btn.dwb-d{color:#666}.mbsc-wp .mbsc-np-btn-empty{background:0}.mbsc-wp-light .mbsc-np-del.dwb-a:before{color:#000}.mbsc-wp-light .mbsc-np-btn{border-color:#dedede;background:#ccc}.mbsc-wp-light .mbsc-np-btn.dwb-a{background:#b5b5b5}.mbsc-wp-light .mbsc-np-btn.dwb-d{color:#999}.mbsc-wp-light .mbsc-np-btn-empty{background:0}.mbsc-material .mbsc-np-del,.mbsc-material .mbsc-np-btn{overflow:hidden}.mbsc-material .mbsc-np-btn{font-size:1.4545em;height:2.0625em}.mbsc-material .mbsc-np-del{color:#009688;font-size:.875em}.mbsc-material .mbsc-np-tbl-c{padding:.5em}.mbsc-material .mbsc-np-btn.dwb-d{opacity:.5}.dwwb,.dwwo,.dwwol{-webkit-transform:translateZ(0)}.dwc{max-width:100%;vertical-align:middle;display:inline-block;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dwl{line-height:30px;height:30px;top:-30px;left:0;text-align:center;white-space:nowrap;position:absolute;width:100%}.dwwc{margin:0 auto;position:relative;zoom:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dwfl{max-width:100%;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto}.dwwl{position:relative;z-index:5}.dwww{position:relative;padding:1px}.dww{overflow:hidden;position:relative;border-radius:1px}.dw-bf{-webkit-backface-visibility:hidden;-webkit-perspective:1000px;backface-visibility:hidden;perspective:1000px}.dw-ul{position:relative;z-index:3}.dw-li{padding:0 5px;position:relative;text-align:center;white-space:nowrap;vertical-align:bottom;opacity:.3;filter:Alpha(Opacity=30);cursor:pointer;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.dw-li.dw-v,.dw-li.dw-fv{opacity:1;filter:Alpha(Opacity=100)}.dw-li.dw-h{visibility:hidden}.dw-i{position:relative;height:100%;overflow:hidden;text-overflow:ellipsis}.dwwb{position:absolute;z-index:4;left:0;cursor:pointer;width:100%;text-decoration:none;text-align:center;opacity:1;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.dwa .dwwb{opacity:0}.dwpm .dwwbp{top:0}.dwpm .dwwbm{bottom:0}.dwpm .dwwol{display:none}.dwwo{position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;pointer-events:none}.dwwol{position:absolute;z-index:1;top:50%;left:0;width:100%;pointer-events:none}.dw-liq .dwc{display:block}.dw-liq .dw-tbl{width:100%;table-layout:fixed}.dwhl .dwl{display:none}.dw-hsel{position:absolute;height:1px;width:1px;left:0;overflow:hidden;clip:rect(1px,1px,1px,1px)}.dw-ml .dw-li{overflow:hidden}.dw-ml .dw-li .dw-i{width:100%;height:auto;display:inline-block;vertical-align:middle;white-space:normal}.dwwms .dw-li{padding:0 40px}.dwwms .dwwol{display:none}.dw-msel:before{width:40px;text-align:center;position:absolute;top:0;left:0}.dww .dw-w-gr{padding:0 5px;opacity:1;font-weight:bold;text-align:left}.mbsc-mobiscroll .dwc{padding:2em .25em 0 .25em}.mbsc-mobiscroll .dwl{color:#4eccc4;font-size:.75em;text-transform:uppercase}.mbsc-mobiscroll .dwhl{padding-top:0}.mbsc-mobiscroll .dwfl{padding:.5em .25em}.mbsc-mobiscroll .dw-li{font-size:1.375em}.mbsc-mobiscroll .dw-hl{background:rgba(78,204,196,.3)}.mbsc-mobiscroll .dwwol{border-top:1px solid #4eccc4;border-bottom:1px solid #4eccc4}.mbsc-mobiscroll .dwpm .dwwol{display:block}.mbsc-mobiscroll .dwwb{color:#4eccc4;background:#f7f7f7}.mbsc-mobiscroll .dwwbp{bottom:0;top:auto}.mbsc-mobiscroll .dwwbm{top:0;bottom:auto}.mbsc-mobiscroll .dwwb span{display:none}.mbsc-mobiscroll .dwwb:before{position:absolute;left:0;top:0;width:100%;font-size:24px;text-align:center}.mbsc-mobiscroll .dwwb.dwb-a:before{background:rgba(78,204,196,.3)}.mbsc-mobiscroll .dw-w-gr{font-size:1.125em}.mbsc-mobiscroll .dw-msel:before{font-size:40px;color:#4eccc4}.mbsc-mobiscroll .dwwms .dwwol{display:none}.dw-cal-sc-m-cell,.dw-cal-days,.dw-cal-slide,.dw-cal-row,.dw-cal-day,.dw-cal-day-fg,.dw-week-nr{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-cal-sc-c,.dw-week-nrs-c,.dw-cal-c,.dw-cal-anim-c,.dw-cal-slide,.dw-cal-tab .dw-i,.dw-cal-sc .dw-i{-webkit-backface-visibility:hidden;backface-visibility:hidden}.dw-calendar .dwcc{position:relative;margin:0 auto}.dw-calendar .dwc-hh{width:0;height:0;padding:0;margin:0;overflow:hidden;display:none}.dw-cal-c{position:relative}.dw-cal-pnl{display:inline-block;vertical-align:middle}.dw-cal-tabbed .dw-cal-pnl{display:table;position:absolute;top:0;left:0;width:100%;height:100%}.dw-cal-tabbed .dw-cal-pnl-h{display:none}.dw-cal-tabbed .dw-cal-pnl-i{display:table-cell;vertical-align:middle}.dw-cal-tabbed .dw-cal{width:auto!important}.dw-trans .dw-persp .dw-cal-c{-webkit-backface-visibility:visible;backface-visibility:visible}.dw-cal-anim-c{position:relative;overflow:hidden}.dw-cal-anim{position:relative;height:100%;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.dw-cal-no3d .dw-cal-anim{margin:0}.dw-cal-slide{opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 300ms;-webkit-perspective:1000px;perspective:1000px}.dw-cal-slide:first-child{position:relative}.dw-cal-slide-a{opacity:1}.dw-cal-header{line-height:40px}.dw-cal table{width:100%;height:100%;border-collapse:collapse;table-layout:fixed}.dw-cal th{line-height:30px;text-align:center}.dw-cal-nb{border:0}.dw-cal-body{position:relative}.dw-cal-table{height:100%;width:100%;display:table;table-layout:fixed}.dw-cal-row{white-space:nowrap;display:table-row}.dw-cal-day{line-height:2.5em;width:14.2857%;height:16.6666%;position:relative;display:table-cell;vertical-align:middle;text-align:right;cursor:default}.dw-cal-day-v{cursor:pointer}.dw-cal-day .dw-i{overflow:visible}.dw-cal-day-diff .dw-i{opacity:.3}.dw-cal-day-diff.dw-sel .dw-i{opacity:1}.dw-hide-diff .dw-cal-day-diff .dw-i{visibility:hidden}.dw-cal-day-fg{padding:5px;position:relative;z-index:2}.dw-weeks .dw-cal-days-c,.dw-weeks .dw-cal-anim-c{padding-left:26px}.dw-week-nrs-c{display:none;position:absolute;width:26px;height:100%;left:0;z-index:3}.dw-week-nrs{display:table;width:100%;height:100%}.dw-week-nr{position:relative;display:none;height:16.6666%;text-align:center;font-weight:bold}.dw-week-nr-i{display:table-cell;vertical-align:middle;padding-top:1px}.dw-weeks .dw-week-nrs-c{display:block}.dw-week-nrs .dw-week-nr{display:table-row}.dw-rtl .dw-weeks .dw-cal-days-c,.dw-rtl .dw-weeks .dw-cal-anim-c{padding-left:0;padding-right:26px}.dw-rtl .dw-week-nrs-c{left:auto;right:0}.dw-cal-sc-c{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;overflow:hidden}.dw-cal-h{visibility:hidden}.dw-cal-p-out{-webkit-animation:200ms dw-f-out ease-in;-moz-animation:200ms dw-f-out ease-in;animation:200ms dw-f-out ease-in}.dw-cal-p-in{-webkit-animation:200ms dw-f-in ease-out;-moz-animation:200ms dw-f-in ease-out;animation:200ms dw-f-in ease-out}.mbsc-old .dw-cal-p-in,.mbsc-old .dw-cal-p-out{-webkit-animation:none;-moz-animation:none;animation:none}.dw-cal-sc{position:relative;height:100%;white-space:nowrap;font-size:1.3333em}.dw-cal-sc-p{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;-webkit-transform:translate3d(0,0,0)}.dw-cal-sc-tbl{display:table;width:100%;height:100%;table-layout:fixed}.dw-cal-sc-row{display:table-row}.dw-cal-sc-cell{cursor:pointer;display:table-cell;vertical-align:middle;text-align:center}.dw-cal-sc-m-cell{height:25%}.dw-cal-btnc{position:relative;font-size:1.5em}.dw-cal-btnw{position:relative;height:40px}.dw-cal .dw-cal-btn{position:absolute;top:0;height:40px;width:36px;margin:0;padding:0;cursor:pointer}.dw-cal .dwb-d{opacity:.3}.dw-cal-prev{left:0}.dw-cal-next{right:0}.dw-cal-month,.dw-cal-year{cursor:pointer}.dw-cal-btnc-ym .dw-cal-month,.dw-cal-btnc-ym .dw-cal-year{display:block;margin:0 36px;overflow:hidden;text-overflow:ellipsis}.dw-cal-btnc-ym .dw-cal-btnw{width:50%;display:inline-block;white-space:nowrap;vertical-align:top}.dw-cal-btn-txt{overflow:hidden}.dw-cal-btn-txt:before{display:block}.dw-cal-liq .dw{display:block}.dw-cal-liq .dw-cal-pnl{width:100%}.dw-cal-liq .dw-cal{width:auto}.dw-cal-liq.dw-modal .dw{width:100%;top:0;left:0}.dw-cal-liq.dw-modal .dwo{display:none}.dw-cal-liq.dw-modal .dwwr{width:auto!important}.dw-cal-tabs{line-height:40px;display:none;color:#000}.dw-cal-tabbed .dw-cal-tabs{display:block}.dw-cal-tabbed .dwwr{width:auto!important}.dw-cal-tabs ul,.dw-cal-tabs li{margin:0;padding:0;list-style:none}.dw-cal-tabs ul{width:100%;display:table}.dw-cal-tab{width:33.33%;display:table-cell;cursor:pointer}.dw-cal-tab .dw-i{display:block;text-decoration:none}.dw-cal-multi .dw-cal-slide{padding-left:8px}.dw-ltr .dw-cal-multi .dw-cal-anim-c{margin-right:-8px}.dw-rtl .dw-cal-multi .dw-cal-anim-c{margin-left:-8px}.dw-cal-multi .dw-cal-anim{margin-left:-8px}.dw-cal-multi .dw-cal-btnw{display:block;width:auto}.dw-cal-multi .dw-cal-btnw-m{display:inline-block;white-space:nowrap;vertical-align:top}.dw-cal-multi .dw-cal-days-c{overflow:hidden}.dw-cal-multi .dw-cal-days{float:left}.mbsc-cal-m .dw-cal{font-size:1.2em}.mbsc-cal-l .dw-cal{font-size:1.4em}.mbsc-mobiscroll .dw-cal-c{padding:.5em}.mbsc-mobiscroll .dw-cal-sc{font-size:1em}.mbsc-mobiscroll .dw-cal-sc-c{background:#f7f7f7}.mbsc-mobiscroll .dw-cal-btnc{font-size:1.125em}.mbsc-mobiscroll .dw-cal-btn-txt{color:#4eccc4;font-size:1em;line-height:40px}.mbsc-mobiscroll .dw-cal-days{color:#4eccc4;border-bottom:1px solid #4eccc4}.mbsc-mobiscroll .dw-cal-days th{font-size:.6875em;font-weight:normal}.mbsc-mobiscroll .dw-cal-day{line-height:1.875em;text-align:center}.mbsc-mobiscroll .dw-cal-day-fg{font-size:.8125em}.mbsc-mobiscroll .dw-cal-day-inv .dw-cal-day-fg{opacity:.3}.mbsc-mobiscroll .dw-cal .dw-sel .dw-i{background:#4eccc4;color:#fff}.mbsc-mobiscroll .dw-cal-day-hl .dw-i{border-color:#4eccc4}.mbsc-mobiscroll .dw-week-nrs-c{font-size:.6875em;color:#4eccc4;background:#f7f7f7}.mbsc-mobiscroll .dw-week-nr-i{padding-top:0;font-weight:normal}.mbsc-mobiscroll .dw-cal-tabs{line-height:1.875em;padding:.5em .5em 0 .5em;text-transform:uppercase}.mbsc-mobiscroll .dw-cal-tabbed .dwwr{padding-top:.5em}.mbsc-mobiscroll .dw-cal-tabbed .dwv{padding-top:0}.mbsc-mobiscroll .dw-cal-tab{border:1px solid #4eccc4;font-size:.7em}.mbsc-mobiscroll .dw-cal-tabs ul{width:auto;margin:0 auto}.mbsc-mobiscroll .dw-cal-tab .dw-i{padding:0 1.2em;color:#454545}.mbsc-mobiscroll .dw-ltr .dw-cal-tab:first-child{border-right:0}.mbsc-mobiscroll .dw-ltr .dw-cal-tab:last-child{border-left:0}.mbsc-mobiscroll .dw-rtl .dw-cal-tab:last-child{border-right:0}.mbsc-mobiscroll .dw-rtl .dw-cal-tab:first-child{border-left:0}.mbsc-mobiscroll .dw-cal-tabs .dw-sel{background:#4eccc4}.mbsc-mobiscroll .dw-cal-tabs .dw-sel .dw-i{color:#f7f7f7}.dw-dr-t,.dw-dr-c{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-dr-t{display:table;width:100%}.dw-dr-c{display:table-cell;width:50%;cursor:pointer}.dw-dr{text-decoration:none;display:block;line-height:20px}.mbsc-mobiscroll .dw-dr-t{padding:.5em .25em 0 .25em}.mbsc-mobiscroll .dw-dr{margin:0 .3333em;padding:.3333em;border:1px solid #4eccc4;font-size:.75em}.mbsc-mobiscroll .dw-sel .dw-dr{background:#4eccc4;color:#f7f7f7}.mbsc-mobiscroll.dw-range .dwwr{padding:0}.mbsc-mobiscroll.dw-range .dwv{padding-top:.6666em}.mbsc-mobiscroll.dw-range .dw-cal-table .dw-sel .dw-i{color:#454545;background:rgba(78,204,196,.3)}.mbsc-mobiscroll.dw-range .dw-cal-table .dw-cal-day-hl .dw-i{background:#4eccc4;color:#f7f7f7}.dw-colorpicker .dw-i{font-size:16px;padding-left:40px}.dw-cbc{height:100%;padding:5px;position:absolute;top:0;left:0}.dw-cb{position:relative;width:30px;height:100%;border:1px solid #fff}.dw-cb-circle{top:50%;margin-top:-15px;height:30px;border-radius:15px}.dw-cbc,.dw-cb,.dw-color{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-color-preview{height:24px;line-height:24px;-webkit-transition:background-color .2s;-moz-transition:background-color .2s;transition:background-color .2s}.dw-cp-hsv .dw-li{padding:0}.dw-cp-hsv .dw-i{padding:0}.dw-cp-hsv .dw-hl{background:0}.dw-color{width:100%;height:100%;border-bottom:1px solid rgba(170,170,170,0.5);border-top:1px solid rgba(255,255,255,0.5)}.dw-cp-hsv .dw-color-hl{height:100%;background:rgba(255,255,255,.3);display:none}.dw-cp-hsv .dw-hl .dw-color-hl{display:block}.mbsc-mobiscroll.dw-cp-hsv .dwwol{display:none}.mbsc-mobiscroll .dw-color-preview{height:auto;font-size:.75em;line-height:2.5em;text-transform:uppercase}.mbsc-mobiscroll .dw-color{border-top:1px solid #f7f7f7;border-bottom:0}.mbsc-android .dw-color-preview{border-bottom:1px solid #555}.mbsc-android-holo.dw-cp-hsv .dwwol{display:none}.mbsc-android-holo .dw-color-preview{height:2.375em;line-height:2.375em}.mbsc-android-holo-light .dw-cb{border-color:#000}.mbsc-bootstrap.dw-cp-hsv .dwwol{display:none}.mbsc-ios-classic .dw-cb{border:1px solid #000}.mbsc-ios-classic .dw-cb-circle{width:26px;height:26px;margin-top:-13px}.mbsc-ios-classic .dw-color-preview{margin:10px 2px 0 2px;border:1px solid #000;-webkit-box-shadow:0 1px 1px rgba(255,255,255,0.3);border-radius:3px;box-shadow:0 1px 1px rgba(255,255,255,0.3)}.mbsc-ios.dw-colorpicker .dwl{text-align:center;text-indent:0}.mbsc-ios.dw-cp-hsv .dwwol{display:none}.mbsc-ios .dw-color-preview{border-bottom:1px solid #acacac}.mbsc-jqm.dw-cp-hsv .dwwol{display:none}.mbsc-jqm .dw-color-preview{text-shadow:none;border-bottom:1px solid #222;border-radius:3px 3px 0 0}.mbsc-sense-ui .dw-color-preview{border-bottom:1px solid #666}.mbsc-sense .dw-color-preview{height:38px;line-height:38px;border-bottom:1px solid #2e2e2e}.mbsc-wp.dw-colorpicker .dw-li{opacity:1}.mbsc-wp.dw-colorpicker .dw-li .dw-i{padding-left:50px}.mbsc-wp.dw-cp-hsv .dw-li .dw-i{border:0;padding:0;background:0;top:0;height:100%}.mbsc-wp .dw-cb{width:40px;border-color:#4c4c4c}.mbsc-wp .dw-sel .dw-cb{border-color:#fff}.mbsc-wp .dw-cb-circle{width:30px;margin-top:-12px}.mbsc-wp .dw-color-preview{margin:-10px -10px 0 -10px;border-bottom:1px solid #fff}.mbsc-wp-light .dw-cb{border-color:#b5b5b5}.mbsc-wp-light .dw-color-preview{border-bottom:1px solid #000}.mbsc-material .dw-color-preview{height:auto;font-size:.75em;line-height:2.5em;text-transform:uppercase}.mbsc-material.dw-colorpicker .dwwol{display:none}.mbsc-ms-c{overflow:hidden;position:relative;font-size:16px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-ms-touch-action:pan-y;user-select:none;touch-action:pan-y;text-align:center}.mbsc-ms-item,.mbsc-ms-item-i{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mbsc-ms-sc{position:relative}.mbsc-ms-rtl{direction:rtl}.mbsc-ms{margin:0;padding:0;list-style:none;white-space:nowrap;-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);display:inline-block}.mbsc-ms-item{height:100%;position:relative;margin:0;padding:0;display:inline-block;vertical-align:middle;text-align:center;font-size:.75em}.mbsc-ms-item-i{min-width:6em;padding:.25em .5em;height:100%;position:relative;display:block;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-transition-property:color,background,border-color,text-shadow;-webkit-transition-duration:200ms;-moz-transition-property:color,background,border-color,text-shadow;-moz-transition-duration:200ms;transition-property:color,background,border-color,text-shadow;transition-duration:200ms}.mbsc-ms-c .mbsc-ms .mbsc-ms-item-i{font-weight:normal;color:inherit}.mbsc-ms-item-i-t{width:100%;height:100%;display:table}.mbsc-ms-item-i-c{padding:.5em 0;display:table-cell;vertical-align:middle}.mbsc-ms .mbsc-btn-d .mbsc-ms-item-i{opacity:.5;cursor:default}.mbsc-ms-hasw .mbsc-ms-item{white-space:normal}.mbsc-ms-icons .mbsc-ms-item-i-c{padding-top:2.75em;padding-bottom:0}.mbsc-ms-icons.mbsc-ms-txt .mbsc-ms-item-i-c{padding-bottom:.5em}.mbsc-ms-ic:before{position:absolute;top:.25em;left:0;right:0;display:block;text-align:center;font-size:2em;line-height:1.2em}.mbsc-ms-top,.mbsc-ms-bottom{z-index:9999;position:fixed;left:0;right:0}.mbsc-ms-ctx.mbsc-ms-top,.mbsc-ms-ctx.mbsc-ms-bottom{position:absolute}.mbsc-ms-top{top:0}.mbsc-ms-bottom{bottom:0}.mbsc-mobiscroll.mbsc-ms-c{background:#f7f7f7;color:#454545}.mbsc-mobiscroll .mbsc-ms-item{font-size:1em}.mbsc-mobiscroll.mbsc-ms-icons .mbsc-ms-item{font-size:.75em}.mbsc-mobiscroll .mbsc-btn-a .mbsc-ms-item-i{background:rgba(78,204,196,.3)}.mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item-i{border:2px solid transparent;border-width:2px 0}.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-top{border-bottom:1px solid #4eccc4}.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-bottom{border-top:1px solid #4eccc4}.mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item-sel .mbsc-ms-item-i{border-bottom-color:#4eccc4}.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel .mbsc-ms-item-i{border-top-color:#4eccc4;border-bottom-color:transparent}.mbsc-mobiscroll.mbsc-ms-a .mbsc-ms-item-sel .mbsc-ms-item-i{color:#4eccc4}.dw-rating .dw-ltr .dw-i{text-align:left}.dw-rating .dw-rtl .dw-i{text-align:right}.mbsc-rating-txt{padding-left:5px;margin-top:-0.1em}.mbsc-rating-icon{display:inline-block;width:1.8em;text-align:center;font-size:22px;vertical-align:top;color:#e9bb2f}.mbsc-rating-icon-unf{color:#eee}.mbsc-rating-circle{display:inline-block;background:#959595;text-align:center;padding:0;margin:0 7px;width:26px;height:26px;font-family:Verdana;font-size:16px;line-height:26px;vertical-align:top;border-radius:20px;position:relative;top:50%;margin-top:-13px}.mbsc-rating-circle-unf{background:#5d5d5d}.mbsc-mobiscroll .mbsc-rating-icon{color:#4eccc4}.mbsc-mobiscroll .mbsc-rating-icon-unf{color:rgba(78,204,196,.3)}.mbsc-mobiscroll .mbsc-rating-circle{background:#4eccc4;color:#f7f7f7}.mbsc-mobiscroll .mbsc-rating-circle-unf{background:0;width:24px;height:24px;border:1px solid #4eccc4}.mbsc-android-holo .mbsc-rating-icon{color:#31b6e7}.mbsc-android-holo .mbsc-rating-icon-same{opacity:.3}.mbsc-android-holo .mbsc-rating-circle{color:#000;background:#999}.mbsc-android-holo .mbsc-rating-circle-unf{background:#636363}.mbsc-android-holo-light .mbsc-rating-circle{color:#fff}.mbsc-ios-classic .mbsc-rating-icon{color:#887bcb}.mbsc-ios-classic .mbsc-rating-icon-unf{color:#c5c6cb}.mbsc-ios-classic .mbsc-rating-circle{width:24px;height:24px;font-size:12px;line-height:24px;background:#9f9f9f;background:-webkit-gradient(linear,left top,left bottom,from(#ddd),to(#777));background:-webkit-linear-gradient(top,#ddd,#777);background:-moz-linear-gradient(top,#ddd,#777);background:linear-gradient(to bottom,#ddd,#777)}.mbsc-ios-classic .mbsc-rating-circle-unf{background:#646464;-webkit-box-shadow:inset 0 1px 1px 0 #302828;box-shadow:inset 0 1px 1px 0 #302828}.mbsc-ios .mbsc-rating-icon-unf{color:#d5d5d5}.mbsc-ios .mbsc-rating-circle{background:#0c80fe;width:24px;height:24px;font-size:12px;line-height:24px;color:#fff}.mbsc-ios .mbsc-rating-circle-unf{background:0;width:22px;height:22px;border:1px solid #0c80fe}.mbsc-sense .mbsc-rating-icon{width:1.4em;font-size:30px}.mbsc-sense .mbsc-rating-icon-unf{color:#cfcfcf}.mbsc-sense .mbsc-rating-circle{background:#9f9f9f;text-shadow:none}.mbsc-sense .mbsc-rating-circle-unf{background:#686868}.mbsc-wp .mbsc-rating-icon{color:#fff;margin-top:-4%;vertical-align:middle}.mbsc-wp .mbsc-rating-txt{margin-top:-4%;display:inline-block;vertical-align:middle}.mbsc-wp .mbsc-rating-icon-same{opacity:.3}.mbsc-wp .mbsc-rating-circle{width:24px;height:24px;margin-top:-12px;background:#fff;font-size:11px;line-height:24px;color:#000}.mbsc-wp .mbsc-rating-circle-unf{background:#646464}.mbsc-wp-light .mbsc-rating-icon{color:#000}.mbsc-wp-light .mbsc-rating-circle{background:#000;color:#fff}.mbsc-wp-light .mbsc-rating-circle-unf{background:#646464}.mbsc-material .mbsc-rating-icon{width:1.4285em;color:#009688;font-size:1.2729em}.mbsc-material .mbsc-rating-icon-unf{opacity:.5}.mbsc-material .mbsc-rating-circle{background:#009688;color:#eee}.mbsc-material .mbsc-rating-circle-unf{background:0;width:22px;height:22px;border:2px solid #009688}.dw-timer .dwtlbl{display:none}.dw-timer .dwb{display:inline-block;vertical-align:middle;text-align:center;text-decoration:none}.dw-timer .dwbg .dwb{padding:0 12px}.dw-timer .dwbw{width:1px;text-align:left}.dw-timer .dwbw:last-child{width:auto}.dw-timer .dwtcl{width:auto;text-align:right}.mbsc-mobiscroll.dw-timer .dwbc{display:table}.mbsc-mobiscroll.dw-timer .dwbw{display:table-cell;float:none}.dw-timespan .dwtlbl{display:none}.mbsc-android.dw-timespan .dwc{padding-top:30px}.mbsc-android.dw-timespan .dwl{display:block}.mbsc-android.dw-timespan .dwhl{padding-top:0;margin-top:5px}.mbsc-android.dw-timespan .dwhl .dwl{display:none}.mbsc-android-holo.dw-timespan .dwv{font-size:16px}.mbsc-ios-classic.dw-timespan .dwtlbl{display:inline;visibility:hidden;font-size:20px;padding:0 3px 0 8px}.mbsc-ios-classic.dw-timespan .dwhl .dwtlbl{display:none}.mbsc-ios-classic.dw-timespan .dwc{padding:10px 0}.mbsc-ios-classic.dw-timespan .dwl{padding:0 8px;margin-top:-15px;top:50%;left:auto;right:0;width:auto;z-index:11;color:#005de6;font-size:20px;font-weight:bold;text-transform:lowercase;text-shadow:0 1px 0 rgba(255,255,255,0.7)}.mbsc-ios-classic.dw-timespan .dw-i{overflow:visible}.mbsc-ios.dw-timespan .dwtlbl{display:inline;visibility:hidden;font-size:20px;padding:0 3px 0 8px}.mbsc-ios.dw-timespan .dwhl .dwtlbl{display:none}.mbsc-ios.dw-timespan .dwc{padding:10px 0}.mbsc-ios.dw-timespan .dwl{padding:0 8px;margin-top:-15px;left:auto;top:50%;right:0;width:auto;z-index:11;color:#007aff;font-size:20px;text-transform:lowercase}.mbsc-wp.dw-timespan .dwc{padding:0}.mbsc-wp.dw-timespan .dwl{z-index:10;color:#fff;top:50%;width:auto;height:auto;display:block;margin:17px 0 0 9px;line-height:18px;font-size:11px}.mbsc-wp.dw-timespan .dwhl .dwl,.mbsc-wp.dw-timespan .dwa .dwl{display:none}.dw-cal-ev .dw-cal-day-fg{padding-bottom:20px}.dw-cal-day-m{position:absolute;top:1px;right:1px;width:0;height:0;border:5px solid black;background-clip:padding-box}.dw-cal-day-m-t{display:table;table-layout:fixed;width:100%;height:100%}.dw-cal-day-m-c{display:table-cell}.dw-cal-m-bottom .dw-cal-day .dw-cal-day-m{width:auto;height:3px;top:auto;left:0;right:0;bottom:0;border:0;margin:0}.dw-cal-day-ic-c,.dw-cal-day-txt-c{position:absolute;left:0;right:0;bottom:0;overflow:hidden}.dw-cal-day-ic-c{padding:0 5px;font-size:1em;line-height:20px;text-overflow:ellipsis;text-shadow:none}.dw-cal-day-txt{padding:0 2px;font-size:.8333em;font-weight:normal;line-height:19px;overflow:hidden;white-space:nowrap;text-align:center;text-overflow:ellipsis;text-shadow:none;margin-top:2px}.dw-cal-events{display:none;position:absolute;z-index:4;left:0;right:0;padding:5px}.dw-cal-events-t{visibility:hidden}.dw-cal-events-i{overflow:hidden}.dw-cal-events-sc{position:relative;-webkit-backface-visibility:hidden}.dw-cal-events-v{display:block}.dw-cal-event-list{margin:0;padding:0}.dw-cal-event{margin-top:5px;padding:5px 60px 5px 10px;line-height:20px;list-style:none;position:relative;text-align:left;white-space:nowrap;font-size:1em}.dw-cal-event:first-child{margin:0}.dw-cal-event-color{position:absolute;top:0;left:0;width:5px;height:100%}.dw-cal-event-text{overflow:hidden;text-overflow:ellipsis}.dw-cal-event-time{display:inline-block;width:5em}.dw-cal-event-dur{position:absolute;top:50%;right:5px;height:20px;margin-top:-10px;line-height:20px}.dw-cal-events-arr{position:absolute;bottom:-14px;left:50%;width:0;height:0;margin-left:-7px;border:7px solid #fff;border-color:#fff transparent transparent transparent}.dw-cal-events-b .dw-cal-events-arr{bottom:auto;top:-14px;border-color:transparent transparent #fff transparent}.mbsc-mobiscroll .dw-cal-day-m{top:auto;left:50%;bottom:4px;border:0;width:4px;height:4px;margin-left:-2px;background:#454545;border-radius:3px}.mbsc-mobiscroll .dw-sel .dw-cal-day-m{background:#f7f7f7}.mbsc-mobiscroll .dw-cal-c .dw-cal-m-bottom .dw-cal-day-m{background:0;bottom:4px}.mbsc-mobiscroll .dw-cal-day-m-t{display:block;height:4px;overflow:hidden;white-space:normal}.mbsc-mobiscroll .dw-cal-day-m-c{display:inline-block;vertical-align:top;width:4px;height:4px;margin:0 1px;background:#4eccc4;border-radius:3px}.mbsc-mobiscroll .dw-sel .dw-cal-day-m-c{background:#f7f7f7}.mbsc-mobiscroll .dw-cal-day-txt{color:#f7f7f7;background:#454545}.mbsc-mobiscroll .dw-cal-day-txt,.mbsc-mobiscroll .dw-cal-day-ic-c{font-size:.625em}.mbsc-mobiscroll .dw-cal-events{margin:0 0 5px 0;padding:0;color:#f7f7f7;background:#858585}.mbsc-mobiscroll .dw-cal-events-b{margin:10px 0 0 0}.mbsc-mobiscroll .dw-cal-event{margin:0;padding:10px 60px 10px 15px;font-size:.75em}.mbsc-mobiscroll .dw-cal-event-color{background:#4eccc4}.mbsc-mobiscroll .dw-cal-event-time,.mbsc-mobiscroll .dw-cal-event-dur{color:#4eccc4}.mbsc-mobiscroll .dw-cal-events-arr{border-color:#858585 transparent transparent transparent}.mbsc-mobiscroll .dw-cal-events-b .dw-cal-events-arr{border-color:transparent transparent #858585 transparent}.dw-trans .dw-persp{overflow:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.dw-trans .dw,.dw-trans .dwo{-webkit-animation-fill-mode:forwards;-webkit-animation-duration:200ms;-moz-animation-fill-mode:forwards;-moz-animation-duration:200ms;animation-fill-mode:forwards;animation-duration:200ms}.dw-trans .dwo{-webkit-backface-visibility:hidden}.dw-in .dw{-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}.dw-out .dw{-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}.dw-in .dwo{-webkit-animation-name:dw-f-in;-moz-animation-name:dw-f-in;animation-name:dw-f-in}.dw-out .dwo{-webkit-animation-name:dw-f-out;-moz-animation-name:dw-f-out;animation-name:dw-f-out}.dw-flip,.dw-swing,.dw-slidehorizontal,.dw-slidevertical,.dw-slidedown,.dw-slideup,.dw-fade{-webkit-backface-visibility:hidden;-webkit-transform:translateX(0);-moz-backface-visibility:hidden;-moz-transform:translateX(0);backface-visibility:hidden;transform:translateX(0)}.dw-swing,.dw-slidehorizontal,.dw-slidevertical,.dw-slidedown,.dw-slideup,.dw-fade{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0}.dw-flip,.dw-pop{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;transform-origin:50% 50%}.dw-in .dw-pop{opacity:1;-webkit-animation-name:dw-p-in;-webkit-transform:scale(1);-moz-animation-name:dw-p-in;-moz-transform:scale(1);transform:scale(1);animation-name:dw-p-in}.dw-out .dw-pop{opacity:0;-webkit-animation-name:dw-p-out;-moz-animation-name:dw-p-out;animation-name:dw-p-out}.dw-in .dw-flip{opacity:1;-webkit-animation-name:dw-fl-in;-webkit-transform:scale(1);-moz-animation-name:dw-fl-in;-moz-transform:scale(1);animation-name:dw-fl-in;transform:scale(1)}.dw-out .dw-flip{opacity:0;animation-name:dw-fl-out;-webkit-animation-name:dw-fl-out;-moz-animation-name:dw-fl-out}.dw-in .dw-swing{opacity:1;-webkit-animation-name:dw-sw-in;-webkit-transform:scale(1);-moz-animation-name:dw-sw-in;-moz-transform:scale(1);transform:scale(1);animation-name:dw-sw-in}.dw-out .dw-swing{opacity:0;-webkit-animation-name:dw-sw-out;-moz-animation-name:dw-sw-out;animation-name:dw-sw-out}.dw-in .dw-slidehorizontal{opacity:1;-webkit-animation-name:dw-sh-in;-webkit-transform:scale(1);-moz-animation-name:dw-sh-in;-moz-transform:scale(1);transform:scale(1);animation-name:dw-sh-in}.dw-out .dw-slidehorizontal{opacity:0;-webkit-animation-name:dw-sh-out;-moz-animation-name:dw-sh-out;animation-name:dw-sh-out}.dw-in .dw-slidevertical{opacity:1;-webkit-animation-name:dw-sv-in;-webkit-transform:scale(1);-moz-animation-name:dw-sv-in;-moz-transform:scale(1);animation-name:dw-sv-in;transform:scale(1)}.dw-out .dw-slidevertical{opacity:0;-webkit-animation-name:dw-sv-out;-moz-animation-name:dw-sv-out;animation-name:dw-sv-out}.dw-in .dw-slidedown{-webkit-animation-name:dw-sd-in;-webkit-transform:scale(1);-moz-animation-name:dw-sd-in;-moz-transform:scale(1);animation-name:dw-sd-in;transform:scale(1)}.dw-out .dw-slidedown{animation-name:dw-sd-out;-webkit-animation-name:dw-sd-out;-webkit-transform:translateY(-100%);-moz-animation-name:dw-sd-out;-moz-transform:translateY(-100%)}.dw-in .dw-slideup{-webkit-animation-name:dw-su-in;-webkit-transform:scale(1);-moz-animation-name:dw-su-in;-moz-transform:scale(1);transform:scale(1);animation-name:dw-su-in}.dw-out .dw-slideup{animation-name:dw-su-out;-webkit-animation-name:dw-su-out;-webkit-transform:translateY(100%);-moz-animation-name:dw-su-out;-moz-transform:translateY(100%)}.dw-in .dw-fade{opacity:1;-webkit-animation-name:dw-f-in;-moz-animation-name:dw-f-in;animation-name:dw-f-in}.dw-out .dw-fade{opacity:0;-webkit-animation-name:dw-f-out;-moz-animation-name:dw-f-out;animation-name:dw-f-out}@keyframes dw-f-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes dw-f-in{from{opacity:0}to{opacity:1}}@-moz-keyframes dw-f-in{from{opacity:0}to{opacity:1}}@keyframes dw-f-out{from{visibility:visible;opacity:1}to{opacity:0}}@-webkit-keyframes dw-f-out{from{visibility:visible;opacity:1}to{opacity:0}}@-moz-keyframes dw-f-out{from{visibility:visible;opacity:1}to{opacity:0}}@keyframes dw-p-in{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes dw-p-in{from{opacity:0;-webkit-transform:scale(0.8)}to{opacity:1;-webkit-transform:scale(1)}}@-moz-keyframes dw-p-in{from{opacity:0;-moz-transform:scale(0.8)}to{opacity:1;-moz-transform:scale(1)}}@keyframes dw-p-out{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0.8)}}@-webkit-keyframes dw-p-out{from{opacity:1;-webkit-transform:scale(1)}to{opacity:0;-webkit-transform:scale(0.8)}}@-moz-keyframes dw-p-out{from{opacity:1;-moz-transform:scale(1)}to{opacity:0;-moz-transform:scale(0.8)}}@keyframes dw-fl-in{from{opacity:0;transform:rotateY(90deg)}to{opacity:1;transform:rotateY(0)}}@-webkit-keyframes dw-fl-in{from{opacity:0;-webkit-transform:rotateY(90deg)}to{opacity:1;-webkit-transform:rotateY(0)}}@-moz-keyframes dw-fl-in{from{opacity:0;-moz-transform:rotateY(90deg)}to{opacity:1;-moz-transform:rotateY(0)}}@keyframes dw-fl-out{from{opacity:1;transform:rotateY(0deg)}to{opacity:0;transform:rotateY(-90deg)}}@-webkit-keyframes dw-fl-out{from{opacity:1;-webkit-transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg)}}@-moz-keyframes dw-fl-out{from{opacity:1;-moz-transform:rotateY(0deg)}to{opacity:0;-moz-transform:rotateY(-90deg)}}@keyframes dw-sw-in{from{opacity:0;transform:rotateY(-90deg)}to{opacity:1;transform:rotateY(0deg)}}@-webkit-keyframes dw-sw-in{from{opacity:0;-webkit-transform:rotateY(-90deg)}to{opacity:1;-webkit-transform:rotateY(0deg)}}@-moz-keyframes dw-sw-in{from{opacity:0;-moz-transform:rotateY(-90deg)}to{opacity:1;-moz-transform:rotateY(0deg)}}@keyframes dw-sw-out{from{opacity:1;transform:rotateY(0deg)}to{opacity:0;transform:rotateY(-90deg)}}@-webkit-keyframes dw-sw-out{from{opacity:1;-webkit-transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg)}}@-moz-keyframes dw-sw-out{from{opacity:1;-moz-transform:rotateY(0deg)}to{opacity:0;-moz-transform:rotateY(-90deg)}}@keyframes dw-sh-in{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes dw-sh-in{from{opacity:0;-webkit-transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes dw-sh-in{from{opacity:0;-moz-transform:translateX(-100%)}to{opacity:1;-moz-transform:translateX(0)}}@keyframes dw-sh-out{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@-webkit-keyframes dw-sh-out{from{opacity:1;-webkit-transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(100%)}}@-moz-keyframes dw-sh-out{from{opacity:1;-moz-transform:translateX(0)}to{opacity:0;-moz-transform:translateX(100%)}}@keyframes dw-sv-in{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes dw-sv-in{from{opacity:0;-webkit-transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes dw-sv-in{from{opacity:0;-moz-transform:translateY(-100%)}to{opacity:1;-moz-transform:translateY(0)}}@keyframes dw-sv-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@-webkit-keyframes dw-sv-out{from{opacity:1;-webkit-transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(100%)}}@-moz-keyframes dw-sv-out{from{opacity:1;-moz-transform:translateY(0)}to{opacity:0;-moz-transform:translateY(100%)}}@keyframes dw-sd-in{from{transform:translateY(-100%)}to{transform:translateY(0)}}@-webkit-keyframes dw-sd-in{from{opacity:1;-webkit-transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes dw-sd-in{from{-moz-transform:translateY(-100%)}to{-moz-transform:translateY(0)}}@keyframes dw-sd-out{from{transform:translateY(0)}to{transform:translateY(-100%)}}@-webkit-keyframes dw-sd-out{from{opacity:1;-webkit-transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(-100%)}}@-moz-keyframes dw-sd-out{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(-100%)}}@keyframes dw-su-in{from{transform:translateY(100%)}to{transform:translateY(0)}}@-webkit-keyframes dw-su-in{from{opacity:1;-webkit-transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes dw-su-in{from{-moz-transform:translateY(100%)}to{-moz-transform:translateY(0)}}@keyframes dw-su-out{from{transform:translateY(0)}to{transform:translateY(100%)}}@-webkit-keyframes dw-su-out{from{opacity:1;-webkit-transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(100%)}}@-moz-keyframes dw-su-out{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(100%)}}
/* site-wide css, non-mobile/touch devices */
.common.html.css,
#container {
	background: white;
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 0 auto 2em auto !important;
	/*min-height: 85%;*/
	padding: 0 0 1em 0; /* was 2em all around */
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	width: 94% !important;
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}

/* the following allows PDFs to see 'content' which counters the above clearfix */
@media print {
	body {
		background: white;
	}
	#container {
		content: normal;
	}
}
#container > * {
	/*background: white;*/
	float: left;
	padding: 0 1em;
	width: 100%;
}
#container > img {
	width: initial;
}
#container .classic_reports {
	padding: 0;
}

#container > .subnav,
#container .classic_reports .subnav {
    background: #f0f0f0;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
#container .sub_container > h2 {
	margin-top: 1em;
}
.subnav li {
    background: transparent;
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.subnav li:hover {
    background-color: #ffbb33; /* orange */
    border: 0;
    color: white;
    margin: 0;
    padding: 0;
}
.subnav li a, .subnav li a:hover {
	padding: 1em;
    text-decoration: none;
    display: block;
}
.subnav li a:hover {
	color: white;
	transition: 0s;
}
.subnav li.current a, .subnav li.current a:hover {
    color: white;
    cursor: default;
}
.subnav li.current, .subnav li.current:hover {
    background: #9dd65c; /* bright green */
    border: 0;
    cursor: default;
    text-shadow: 0 1px 3px #5fb300;
}
.subnav li:first-child, .subnav li:first-child:hover {
    margin-left: 1em;
}

fieldset,
#controls-container-collapsed,
#controls-container-expanded,
.filter_container,
.no-reportables-found,
.response-container
{
	background: white;
	border: 3px solid #d5dddb;
	clear: both;
	margin: 0 2em 2em 0;
	padding: .5em;
	width: 100%;
}

label,
.label,
#advanced_settings span
{
    font-weight: bold;
    margin: 0 .5em 1em .5em;
}

.paging-controls {
	float: left;
	margin: -1em 0 1em 0;
	max-width: 49%;
}
.paging-controls label {
	color: #666;
}
.paging-result-count {
	color: #0bb8da;
	background: transparent url('/images/presto-zoom.png') no-repeat 9px 9px;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 .5em 0 0;
	padding: .2em .5em .25em 2.7em;
}


/***** reports controls *****************************************************************/

.controls {
	border-bottom: 1px solid #ccc;
	float: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
	width: 100%;
}
#controls-container-collapsed,
#controls-container-expanded
{
	margin-bottom: 1em;
	margin-top: 1em;
}
#controls-container-collapsed #expand-controls {
	color: #0bb8da;
}
#controls-container-expanded #collapse-controls {
	color: #007399;
}

#controls-container-expanded button.k_submit.primary {
	 clear: both;
	 float: right;
	 margin: 0 1em .5em 0;
}

#controls-container-expanded select {
	 max-width: 400px;
}

#expand-controls,
#collapse-controls,
.toggle-settings a
{
	color: #444;
	text-decoration: none;
	text-transform: capitalize;
}
#expand-controls,
#collapse-controls,
.toggle-settings
{
	cursor: pointer;
	margin-bottom: 0;
	padding: .5em .5em .5em 2em;
}
#expand-controls,
.controls-collapsed
{
	background: #f7f7f7 url('/images/icons/cog-blue.png') no-repeat 6px 6px;
}
#collapse-controls,
.controls-expanded
{
	background: #f7f7f7 url('/images/icons/cog-blue-dark.png') no-repeat 6px 6px;
}
#expand-controls:hover,
#collapse-controls:hover,
.toggle-settings:hover
{
	text-decoration: underline;
}

#controls-container-expanded .date-input div,
#controls-container-expanded .quarter {
	float: left;
	margin-right: 2em;
	padding: 0;
}
.date-input {
	padding: 0;
	width: 60%;
}
#controls-container-expanded .quarter {
	padding: 0;
	/*width: 30%;*/
}


#report-title-container {
	width: 100%;
	margin-bottom: 2em;
}
p.instructions {
	font-style: italic;
    font-weight: bold;
}
#report-filters {
	color: #8e6ca6;
	font-size: 1.231em;
	font-weight: bold;
}
.filter-list dt {
	display: inline;
}
.filter-list .date-filter-list-label,
.filter-list .group-filter-target {
	display: none;
}
.filter-list,
.filter-list dd {
	display: inline;
}
.filter-list dd {
	border: 0;
	height: auto;
	margin: 0;
	padding: 0;
}
.date-filter-list-value:before,
.group-filter-target-value:before 
{
content: ": ";
}
.group-filter-parent-question,
.group-filter-parent-question-value
{
	font-size: 100%;
}


/***** reports widgets ******************************************************************/
.dash-box table thead tr th, .dash-box table thead tr th:hover {
	/* background: #ebe9e0; */
}
.dash-box table thead th {
	padding: .5em;
}
.dash-box,
.widget,
.graph_placeholder,
img.billing-graph
/*#login-or-register*/
{
	background-color: white;
	border: 2px solid #dae5e7;
	float: left;
	min-height: 290px;
	padding: 0;
	margin: 0 2em 1.5em 0;
	width: 46%;
}

/* widget sub header */
.dash-box .data thead th, .dash-box .data thead th:hover {
	background: #c6c3b9; /* yellow */
	/*text-shadow: 0 1px 2px #38362e;  yellow */
	text-shadow: none;
}

.dash-box table, .widget table {
	margin: 0 auto;
}

.dash-box table.tasks, .widget table.tasks {
	border: 0;
}

#dash table.shop-list {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#dash p.shop-list-link,
#dash p.more-shops-note
{
	font-style: italic;
	margin: 0;
	padding: .5em .5em .5em .5em;
}

#dash p.more-shops-note
{
    float: left;
}

#dash p.shop-list-link
{
    float: right;
    padding-right: 1em;
}

/* otter */
.dash-placeholder-image {
	margin-top: 5px;
	text-align:center;
}
.dash-placeholder-image img {
	height: 150px;
}
.dash-placeholder-message {
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.dash-box h4,
.widget h4
{
	color: white;
	/*margin: -2px -2px 0 -2px;*/
	margin: 0;
	padding: .5em 0;
	text-align: center;
	/*text-shadow: 0 1px 2px #6800b3; purple */
	text-shadow: none;
}

.response-graph {
	float: left;
}
/* this forces flash stuff to stay inside widget */

/* first, add space after graphs in Target Detail page */
.grapher {
	margin-bottom: 3.846em;
}
.mc-question-graph .grapher,
#target-detail-score-graph .grapher
{
	border-bottom: 0;
}

/* then, remove that space for inside widgets */
.dash-box .grapher,
.widget .grapher
{
	border-bottom: 0;
	margin-bottom: 0;
}

.dash-box .grapher img,
.widget .grapher img,
.dash-box .grapher embed,
.widget .grapher embed
{
	margin-bottom: 0;
	text-align: center;
	width: 95%;
}
.dash-box img,
.widget img,
.grapher img,
.grapher embed
{
	border: 1px solid #ddd;
	border: 0;
}

.data .total-row th,
.data .total-row td
{
	background: #e7f5d6;
	color: #0bb8da;
	border-right: 0;
	text-shadow: none;
}

/* data columns */
.data th.first-col, .data th.first-col a,
.data th.survey-name-header, .data th.survey-name-header a,
.data th.clickable, .data th.clickable a,
.data .shop-list-row th.evaluation-id-column, .data .shop-list-row th.evaluation-id-column a,
.data th.job-id-column, .data th.job-id-column a
{
	background: transparent;
	color: #0bb8da;
	border-right: 0;
	text-shadow: none;
	filter: false;
}
.data th.first-col a:hover,
.data th.survey-name-header a:hover,
.data th.clickable a:hover,
.data .shop-list-row th.evaluation-id-column a:hover,
.data th.job-id-column a:hover
{
	background: transparent;
	color: #007399;
	border-right: 0;
	text-shadow: none;
}

/***** narrow window mode ***************************************************************/
/* ie8 can't be responsive */
.ie8 #container,
.ie8 table.data {
	width: 1060px;
}
.ie8 #nav {
	width: 1100px;
}
/* everyone else can have min width */
@media all and (max-width: 1220px) and (min-width: 120px) {
	#container,
	#nav {
		width: 1220px; /* don't !important here */
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.dash-box table.data,
	.widget table.data
	{
		width: 100%;
	}
	.dash-box .highcharts-container,
	.widget .highcharts-container
	{
		overflow: visible !important;
		width: 90% !important;
	}
}

/*! jQuery UI - v1.9.1 - 2012-10-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;zoom:1}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto;zoom:1}.ui-autocomplete{position:absolute;top:0;cursor:default}* html .ui-autocomplete{width:1px}.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;cursor:pointer;text-align:center;zoom:1;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0em}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;zoom:1;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}* html .ui-tooltip{background-image:none}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}#help-opener
{
	position: fixed;
	bottom: 0;
	right: 2em;
	height: 35px;
	line-height: 35px;
	padding: 0 1.5em;
	background-color: #e66a51;
	font-weight: bold;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

#help-opener a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#help-opener a:active, #help-opener a:hover {
	color: #fff0a6;
	text-decoration: underline;
}

.googleSignInProgress
{
	display: none;
}

.tfa-required-content {
	display: block;
	height: 8em;
	width: 25em;
}

body {
	background: #0bb8da;
}

#container {
	border: 0;
	margin: 0 !important;
	padding: 0;
	/*
	-moz-box-shadow: 0px 3px 12px #999;
	-webkit-box-shadow: 0px 3px 12px #999;
	box-shadow: 0px 3px 12px #999;
	*/
	width: 100% !important;
}

.headlines {
	clear: both;
	float: left;
	width: 100%;
}
.headlines .padder {
	/* this makes us have a scroll bar */
	/* padding: .5em 0; */
}
.padder .pricing {
	margin-top: -1.2em;
	margin-bottom: 1em;
}
.headlines .padder.csat p {
	padding-right: 2em;
}
.headlines .left,
.headlines .right {
	min-height: 140px;
}
.headlines .left.csat {
	width: 60%;
}
.headlines .right.csat {
	width: 40%;
}
.headlines .left.insta {
	width: 65%;
}
.headlines .right.insta {
	width: 35%;
}
.headlines .right p {
	display: none;
}
/* color blocks */
/* yellows */
.headlines .left {
	/*background: #494636;*/
	background: transparent;
}
.headlines { /* covers the optional PPP tile */
	/*background: #302d1d;*/
	background: #603813;
}
/* blues */
.banner {
	background: #85d1e0 url('/images/bg-diamonds.jpg') no-repeat;
}
.banner.csat {
	background: #85d1e0 url('/images/bg-diamonds-csat.jpg') no-repeat;
}
.banner.insta {
	background: #85d1e0 url('/images/bg-diamonds-insta.jpg') no-repeat;
}
.banner .promo {
	/*background: #85d1e0;*/
	background: transparent;
}
.banner .login { 
	/*background: #a1e9f7;*/
	background: transparent;
}
/* reds */
.marketing {
	/*background: #b3004a url('/images/bg-circles.jpg') no-repeat top center;*/
	background: #333;
	/*border-bottom: 2px solid #990040;*/
}
.marketing .tile.m1,
.mobile-home .tile.m1:hover {
	/*background-color: #990040;*/
	background-color: #e66a51;
}
.marketing .tile.m2,
.mobile-home .tile.m2:hover {
	/*background-color: #8a0f42;*/
	background-color: #b5d98d;
}
.marketing .tile.m3,
.mobile-home .tile.m3:hover {
	/*background-color: #b31959;*/
	background-color: #8e6ca6;
}
.marketing .tile.m4,
.mobile-home .tile.m4:hover {
	/*background-color: #a1124d;*/
	background-color: #ffbb33;
}



.banner h2,
.headlines h2,
.headlines p {
	color: white;
	font-size: 2em;
	font-weight: 100;
	margin-bottom: .5em;
	/*text-shadow: 0 1px 3px #000;*/
}
.headlines p {
	font-size: 1em;
	margin: 0;
}
.blurb {
	color: white;
	font-size: 1.154em;
	text-align: center;
	text-shadow: 0 1px 3px #000;
}

.blurb p {
	margin-top: 0;
	text-align: right;
}
.blurb .button
{
	background: #0bb8da;
	border-color: #0bb8da;
	margin: .5em auto;
	width: 80%;
	-moz-box-shadow: #000 0 1px 1px;
	-webkit-box-shadow: #000 0 1px 1px;
	box-shadow: #000 0 1px 1px;
}
.blurb .button:hover
{
	background: #cce6ff;
	border-color: #007399;
}

.blurb h3 {
	padding: .5em 0 0 0;
	text-align: right;
}
.blurb h3 a {
	color: #cce6b3;
	font-size: 25px;
	font-weight: 100;
	text-decoration: none;
}
.blurb h3 a:hover {
	color: white;
	text-decoration: none;
}

.login {
	float: right;
	margin: 2em 0 0 0;
	width: 90%;
	/*
	-moz-box-shadow: 0px 3px 9px #338899;
	-webkit-box-shadow: 0px 3px 9px #338899;
	box-shadow: 0px 3px 9px #338899;
	*/
}


.login fieldset {
	border: 0;
	margin: 0;
	/*text-align: center;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

fieldset h3,
fieldset .controls {
	text-align: center;
}

.pw_rules {
	display: block;
	text-align: center;
}

.input_block label {
	color: white;
	font-size: 1.25em;
	font-weight: normal;
	margin-right: .5em;
	display: inline-block;
	width: 10em;
	text-align: right;
}
.input_block p.error {
	margin-left: 15em;
	margin-top: -1em;
	height: 1.5em;
}

.login input[type=email],
.login input[type=text],
.login input[type=password]
{
	border: 2px solid #40aabf;
	height: 1.75em;
	-webkit-box-shadow: 1px 1px 6px #dddddd inset;
	-moz-box-shadow: 1px 1px 6px #dddddd inset;
	-ms-box-shadow: 1px 1px 6px #dddddd inset;
	-o-box-shadow: 1px 1px 6px #dddddd inset;
	box-shadow: 1px 1px 6px #dddddd inset;

	/* to make the password rules fit under */
	width: 14em;
}
.login input[type=email]:focus,
.login input[type=text]:focus,
.login input[type=password]:focus
{
	outline: none;
	-webkit-box-shadow: 0px 0px 15px #0fa0bd;
	-moz-box-shadow: 0px 0px 15px #0fa0bd;
	-ms-box-shadow: 0px 0px 15px #0fa0bd;
	-o-box-shadow: 0px 0px 15px #0fa0bd;
	box-shadow: 0px 0px 15px ##0fa0bd;
	/* was yellow #dfbf20 */
}


.login fieldset.signin {
	background: transparent;
	border: 0;
	padding: .5em 0 0 0;
}

.login fieldset.signin .controls {
	margin: 0;
	clear: both;
	width: 470px; /* to visually center the button */
	/*background: yellow;*/
	border: 0;
}


.login fieldset.signin .controls input[type=submit] {
	background: #0bb8da;
	border-color: #b3f4ff;
	float: none;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.0625em;
	margin: .25em auto .5em auto;
	padding: .5em 1.5em;
	-moz-box-shadow: #e5fbff 0 1px 24px;
	-webkit-box-shadow: #e5fbff 0 1px 24px;
	box-shadow: #e5fbff 0 1px 24px;
}
.login fieldset.signin .controls input[type=submit]:hover {
	background: #cce6ff;
	border-color: #007399;
}




.login-tabs {
	/*width: 75%;*/
	width: 415px;
	margin: 0 auto;
}
#register {
	/*background: green;*/
}
#login {
	/*background: yellow;*/
}
.login h3 {
	color: white;
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 .25em 0;
	/*background: blue;*/
}
.login h4 {
	color: white;
	font-size: 1.5em;
	font-weight: 300;
	margin: 0 0 1em 0;
	/*background: teal;*/
}
.login h3,
.login h4 {
	width: 450px;
}

.login div.tab_nav
{
	background-color: #9fd3df;
	width: 50%;
	line-height: 2.5em;
}
.login div.tab_nav:hover {
	background-color: #c2e8f0;
}
.login div.tab_nav.active_tab_nav:hover {
	background-color: white;
}


.login a.tab_nav_link
{
	margin: 0 .75em;
	text-decoration: none;
	width:100%;
	font-size: 1.231em;
	line-height: 2.5em;
	text-transform:uppercase;
	margin-left: 37%;
}
.login div.tab_nav.active_tab_nav a#login_link.tab_nav_link,
.login div.tab_nav.active_tab_nav a#signup_link.tab_nav_link {
	cursor: default;
}
.login div.tab_nav.active_tab_nav a#login_link.tab_nav_link:hover,
.login div.tab_nav.active_tab_nav a#signup_link.tab_nav_link:hover {
	color: #0fa0bd;
}

.login #login_tab
{
	float:right;
}

.login #signup_tab
{
	float:left;
}

.login div.active_tab_nav
{
	background-color: white;
}

a.button.get-started
{
	/* width: 9em; */
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 12px #fff;
	-webkit-box-shadow: 0px 0px 12px #fff;
	box-shadow: 0px 0px 12px #fff;
}

#login-go {
	margin-right: 5em;
}

.group {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 90%;
}
.ie7 .group {
	width: 1000px;
}

.banner .hero.csat {
	background: transparent url('/images/hero-angled-themes.png') no-repeat 0 50%;
	float: left;
	width: 100%;
}
.banner .hero.insta {
	background: transparent url('/images/hero-mall_girl.png') no-repeat 0 50%;
	float: left;
	width: 100%;
}
.headlines, .banner, .marketing {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


/* hey look, ie 8 doesn't understand double colons :: */
.headlines:before, .headlines:after,
.banner:before, .banner:after,
.marketing:before, .marketing:after,
.group:before, .group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* the good guys DO understand double colons :: */
.headlines::before, .headlines::after,,
.banner::before, .banner::after,
.marketing::before, .marketing::after,
.group::before, .group::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container::before, #container::after {
	display: block;
}
.tile {
	float: left;
}
.banner .tile {
	border: 0;
	padding: 1em 0 0 0;
	min-height: 350px;
	width: 50%;
}
.banner .tile.login { 
	/*float: right;*/
	/*background: maroon;*/
	width: 450px;
}
.banner .promo { 
	float: left;
	text-align: center;
}

.banner .promo img { 
	margin: 0;
}

.banner .promo p,
.banner .promo p a,
#forgot_pw_link
{ 
	color: white;
	margin:0;
	padding: 0;
}
.banner .promo p a:hover,
#forgot_pw_link:hover
{ 
	color: #007399;
}
#forgot_pw_link {
	float: left;
	width: 100%;
}
.google_chunk {
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	text-align: left;
}
.googleSignInError.error {
	margin-bottom: 1em;
	width: 100%;
}
.banner .promo p {
	margin-top: 300px;
	padding-left: 3em;
	text-align: left;
}

.marketing .group {
	background: #333;
	width: 100%;
}
.marketing .tile {
	text-align: center;
	height: 22em;
	width: 25%;
	width: 25%; /* for 4 tiles*/
	/*width: 33%;  for 3 tiles*/
	border: 0;
	/*border-top: 9px solid #333;*/
	border-bottom: 3px solid #333;
}
.marketing .tile.m2 {
	/* margin: 0 0.5%;  for borders */
}
.marketing a.tile, .marketing a.tile:hover {
	text-decoration: none;
}
.marketing .tile * {
	color: white;
}
.marketing .tile h1 {
	font-size: 1.846em;
	font-weight: 300;
	margin: .5em 0 0 0;
}
.marketing .tile h2 {
	font-size: 1.385em;
	font-weight: 300;
	margin: 0 0 10em 0;
}
.marketing .tile p {
	font-size: 1.1em;
	margin: 0;
}
.marketing .tile.m1 {
	background-image: url('/images/marketing-themes.png');
}
.marketing .tile.m2 {
	background-image: url('/images/marketing-make_survey.png');
}
.marketing .tile.m3.csat {
	background-image: url('/images/marketing-collect_responses.png');
}
.marketing .tile.m3.insta {
	background-image: url('/images/marketing-presto_map.png');
}
.marketing .tile.m4.csat {
	background-image: url('/images/marketing-analyze_data.png');
}
.marketing .tile.m4.insta {
	background-image: url('/images/marketing-analyze_data-2.png');
}

.marketing .tile.m1,
.marketing .tile.m2,
.marketing .tile.m3,
.marketing .tile.m4 {
	background-position: 50% 65%;
	background-repeat: no-repeat;
}

.marketing .tile.m4 {
	/*display: none;  hiding until Themes goes live */
}

.marketing .tile:hover {
	background-color: #e6196e; /* magenta */
	background-color: #149cb8; /* blue */
	background-color: #8fa0a3; /* gray-blue */
}

/* Home page for mobile devices *********************************************************/
.ui-content { /* my old nemesis, jQuery Mobile */
	padding: 0;
}
.mobile-home .banner h2 {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 100;
	margin: 0 0 .5em 0;
	text-shadow: 0 1px 0 #000;
}
.mobile-home .banner h2 {
	padding: .5em .5em 0 .5em;
}
.mobile-home .mobile-message {
	padding: 1em;
}
.mobile-home .banner .hero.csat {
	background: transparent url('/images/hero-angled-themes.png') no-repeat 50% 50%;
	height: 525px;
}
.mobile-home .banner .hero.insta {
	background: transparent url('/images/hero-mall_girl.png') no-repeat 50% 50%;
	height: 525px;
}
.marketing .tile {
	text-shadow: 0 1px 0 #000;
}
.mobile-home .mobile-message {
	color: #0fa0bd;
	padding-bottom: 2em;
	text-align: center;
}
.mobile-home .mobile-message p {
	color: #000;
	margin: .5em;
	padding: 0 1em;
}
.mobile-home .mobile-message p.link-text {
	color: #0fa0bd;
	font-size: 1.15em;
	font-weight: bold;
}

#login-error.error {
	min-width: 500px;
	/*background: orange;*/
}

.googleSignIn 
{
	margin-bottom: 1em;
}

.facebookSignIn 
{
	text-align: center;
}


/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	
	.mobile-home .banner h2,
	.mobile-home .headlines h2 {
		background: transparent;
		font-size: 2.5em;
		font-weight: 300;
		margin-bottom: 0;
		padding: 0 2em;
	}
	.mobile-home .banner .hero.csat {
		background: transparent url('/images/hero-angled-themes@2x.png') no-repeat 0 -4em;
		background-size: 100%;
		height: 400px;
	}
	.mobile-home .banner .hero.insta {
		background: transparent url('/images/hero-mall_girl@2x.png') no-repeat 0 -4em;
		background-size: 100%;
		height: 400px;
	}
	.mobile-home .marketing .tile {
		width: 50%;
	}
}

@media all and (max-width: 1160px) {
	.banner h2,
	.headlines h2 {
		font-size: 1.8em;
	}
	#register fieldset.signin {
		background: transparent;
	}
	#register h3 {
		font-size: 2em;
	}
	#register h4 {
		font-size: 1.5em;
	}
	
}

@media all and (max-width: 1023px) {
	.banner .hero {
		background-size: 75%;
	}
	
}
/* iphone */
@media all and (max-width: 640px) and (min-width: 320px) {
	.banner h2,
	.mobile-home .banner h2,
	.headlines h2 {
		color: white;
		font-family: 'Roboto', sans-serif;
		font-size: 1.6em;
		font-weight: 300;
		margin: 0 0 .25em 0;
		text-shadow: 0 1px 0 #000;
	}
	.mobile-home .banner .hero.csat {
		background: transparent url('/images/hero-angled-themes.png') no-repeat -.5em -3em;
		background-size: 150%;
		height: 250px;
	}
	.mobile-home .banner .hero.insta {
		background: transparent url('/images/hero-mall_girl.png') no-repeat -2em -4em;
		background-size: 150%;
		height: 250px;
	}
	.marketing .tile {
		width: 100%;
	}
	.marketing .tile.m2 {
		border: 0;
		margin: 0;
		background-position: 60% 65%;
	}
	
}

#otp-help-link
{
	display: block;
	color: #fff;
	margin-left: 15em;
	margin-top: -2.2em;
}

/***** narrow window mode ***************************************************************/
/* ie8 can't be responsive */
.ie8 #container {
	width: 1199px;
}
.ie8 #nav {
	width: 1199px;
}
/* everyone else can have min width */
@media all and (max-width: 1199px) and (min-width: 120px) {
	#container {
		/* width: 1199px !important; */
		width: 100% !important;
	}
	#nav {
		/* width: 1199px !important; */
		width: 100% !important;
	}

}

#restore_button,
#login
{
	display: none;
}
#restore-throbber
{
	visibility: hidden;
}
#nav {
	background: #efefee url('/images/nav.png') repeat-x left bottom;
	/* text color combined with other blues in site.css */
	display: block;
	font-size: 1.231em;
	margin: 0 auto;
	padding: .5em 2em .5em 1em;
	height: 70px;
}
.ie7 #nav {
	padding-top: 1em;
}

#nav .tagline {
	border-right: 0;
	font-style: italic;
	font-weight: bold;
	margin-right: .75em;
}
#nav .tagline.insta {
	font-size: .6em;
	line-height: 1.75em;
	margin-left: .5em;
	text-align: left;
}
#nav .tagline.insta a {
	margin: 0;
}
#nav a {
	margin: 0 .75em;
	text-decoration: none;
}
#nav-links a.drop,
#nav-links span.drop
{
	background: transparent url('/images/drop-arrow.png') no-repeat;
	background-position: 100% 20%;
	margin: 0 .5em;
	padding: 0 1em 1.5em .25em;
}
#nav-links span.drop:hover {
	background: transparent url('/images/drop-arrow.png') no-repeat;
	background-position: 100% 20%;
}

#nav-links a.drop.user-menu,
#nav-links a.drop.user-menu:hover {
	background-color: transparent;
	background-position: 30px 0;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 80px;
}
#nav-links a.drop.user-menu {
	background-image: url('/images/icons/user.png');
}
#nav-links a.drop.user-menu:hover {
	background-image: url('/images/icons/user-hover.png');
}

/* trying to fix double arrow issue */
#nav-links .user a.drop,
#nav-links .user a.drop:hover
{
	padding: 0;
}

/* undo international-box-sizing-awareness-day for these dropdowns  */
#nav-links * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#nav-links {
	/* margin: 0 0 0 180px; */
	margin: 0;
	height: 2.5em;
	line-height: 2.5em;
	vertical-align: middle;
	
	
	float: left;
}
#nav-links ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:left;
	width:100%; /* unnecessary? */
}
#nav-links ul .drop_nav
{
	top: 0px;
  	/*left: 150px;*/
  	left: 100%;
	margin: -.5em 0 0 -.5em;
}

#nav-links ul li { /* main nav items */
	float:left;
	margin: 0;
	position:relative;
	border-right: 1px solid #6bb8c7; /* hsl(190, 45%, 60%) */
}

#nav-links ul li.no-sep {
	border: 0;
}
#nav-links ul ul { /* dropdown box */
	background: #f7f7f7;
	border: 6px solid #fff;
	display: table;
	list-style:none;
	padding: .25em 0 0 0;
	position: absolute; 
	z-index: 1100;
	-moz-box-shadow: 0px 6px 12px #999999;
	-webkit-box-shadow: 0px 6px 12px #999999;
	box-shadow: 0px 6px 12px #999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 6, direction = 180, color = '#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 6, Direction = 180, Color = '#999999')";
	top: 44px;
	overflow: visible !important;
	width: auto;
}

#nav-links ul .user ul {
	right: 0;
	top: 40px;
}

#nav-links ul li.user-name,
#nav-links ul li.user-name:hover 
{
	border-bottom: 1px solid #ccc;
	color: #555;
	margin-bottom: .5em;
	padding: .25em .5em;
	text-align: left;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	max-width: 400px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.ie7 #nav-links li ul {
	margin: 18px 0 0 -100px;
	width: 150%;
}
.ie7 #nav-links li.user ul {
	margin-left: -250px;
	width: 240px;
}
.ie7 #nav-links li.user ul {
	margin-left: -250px;
	width: 240px;
}

#nav-links ul li ul li  {
	border: 0;
}
#nav-links ul ul li { /* dropdown nav rows */
	padding: 0;
	width: 100%;
}
#nav-links ul ul li a { /* dropdown nav items */
	display: block;
	font-size: .9em;
	height: 1em;
	line-height: 1em;
	margin: 0;
	padding: .5em 2em .5em .75em;
	text-align: left;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	max-width: 400px;
}
#nav-links ul ul li:hover, #nav-links ul li span:hover { /* dropdown nav items */
	background: #e3e8e7; /* hsl(168, 10%, 90%) */
}
#nav-links ul li span.user-menu:hover, #nav-links #nav_survey_header.nav_survey_selector a span:hover
{ /* dropdown nav items */
	background-color: transparent; /* this span is not like other menu items */
}

#nav-links input {
	font-size: 13px;
	margin-right: 1.5em;
	padding-left: 3px;
}
#logo {
	float: left;
}
a#logo {
	color: transparent;
	padding-top: .25em;
}


#nav-links .user {
	margin-right: 1em;
	position: absolute;
    right: 0;
}

@media all and (max-width: 1220px) and (min-width: 120px) {
	#nav-links .user {
		position: relative;
	}
}

#curr-company
{
	position: absolute;
	font-size: 0.7em;
	top: 15px;
	left: 12px;
}

.nav_survey_selector
{
	
	line-height: 2.5em;
	padding: .25em .5em .5em .5em;
	padding-bottom: 1.7em;
	background: transparent url('/images/drop-arrow.png') no-repeat right;
	background-position: 95% 50%;
	/*min-width: 14em;*/
	height: 2.5em;
}
.nav_survey_selector.surveys_only
{
	padding-top: 1.3em;
}

#nav a.nav_survey_header_link {
	float: left;
	margin-left: .25em;
}
.nav_survey_selector span
{	
	/*
	line-height: 1em;
	float: left;
  	clear: left;
  	min-width: 10em;
  	height: 1em;
  	font-size: 0.7em;
  	*/
  	display: block;
  	float: left;
  	line-height: 1;
  	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	max-width: 250px; /* 165 */
}
.nav_survey_selector span.current_name {
	line-height: 1;
}
.nav_survey_selector span#current_survey_name {
	margin-right: .5em;
}
.current_company_name,
#nav-links #nav_survey_header.nav_survey_selector a span.current_company_name:hover
{
	background-image: url('/images/icons/company.png');
}
#nav-links #nav_company_header.nav_survey_selector.hide_with_survey .company_header,
#nav-links #nav_company_header.nav_survey_selector.hide_with_survey .company_header:hover
{
	background: transparent url('/images/icons/company.png') no-repeat 0 6px;
	padding-left: 1.25em;
}

#nav-links #nav_company_header.nav_survey_selector.hide_with_survey {
	padding-bottom: 0;
}

#nav-links #nav_survey_header.nav_survey_selector a span.current_company_name:hover {
	/*background-image: url('/images/icons/company-hover.png');*/
}
.current_company_name:after {
	/*content: ":"; */
}
#current_survey_name,
#nav-links #nav_survey_header.nav_survey_selector a span#current_survey_name:hover
{
	background-image: url('/images/icons/survey.png');
}

#nav-links #nav_survey_header.nav_survey_selector a span#current_survey_name:hover {
	/*background-image: url('/images/icons/survey-hover.png');*/
}

/* stacked nav working background colors */
/*
#nav-links #nav_survey_header.nav_survey_selector {
	background-color: gold;
}
#nav a.nav_survey_header_link {
	background-color: orange;
}
.current_company_name, .current_company_name:hover {
	background-color: lime;
}
#current_survey_name, #current_survey_name:hover {
	background-color: purple;
}
*/

#nav-links #nav_survey_header.nav_survey_selector {
	padding-right: 1em;
}
.nav_survey_selector span#current_survey_name {
	clear: both;
}

#nav-links #nav_survey_header.nav_survey_selector a span.current_company_name,
#nav-links #nav_survey_header.nav_survey_selector a span.current_company_name:hover,
#nav-links #nav_survey_header.nav_survey_selector a span#current_survey_name,
#nav-links #nav_survey_header.nav_survey_selector a span#current_survey_name:hover {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 1.25em;
	font-size: 95%;
	line-height: 1.5;
}
#nav-links #nav_survey_header.nav_survey_selector a span#current_survey_name,
#nav-links #nav_survey_header.nav_survey_selector a span#current_survey_name:hover {
	background-position: 0 2px;
}

.nav_survey_selector span.company_header
{
	line-height: 2em;
}
#nav-links #nav_survey_header .drop_nav {
	max-width: 300px;
	overflow: visible !important;
}
#nav-links #nav_survey_header .drop_nav li a {
	/*left: 215px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	max-width: calc(100% - 80px);
	padding-right: .2em;
}
#nav-links #nav_survey_header {
	padding: 0 .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#nav_evallag_link
{
	/*float:left;*/
}
.nav_waiting_count
{
	background-color: red;
	/*border: 1px solid white; looks smoother as a box-shadow, below*/
	color: white;
	font-size: 65%;
	font-weight: bold;
	margin: 0;
	padding: .25em .75em .35em .65em;
	position: relative;
	top: -.25em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	-moz-box-shadow: #fff 0 0 0 1px;
	-webkit-box-shadow: #fff 0 0 0 1px;
	box-shadow: #fff 0 0 0 1px;
}
span.nav_waiting_count.dropper {
	font-size: 73%;
	margin: 0 0 0 .5em;
	/*float: right;*/
	position: absolute;
	right: 1em;
	top: .35em;
}

#nav-links li span.nav_waiting_count:hover
{
	background: red;
}

/*
#nav-links ul li.nav_survey_selector
{
	border-right:0;
}

.inactive-survey,
.inactive-survey a
{
	color: #666 !important;
	text-decoration: line-through;
}

#nav-links ul li hr {
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #c6dcec, #88badd, #c6dcec); 
    background-image:    -moz-linear-gradient(left, #c6dcec, #88badd, #c6dcec); 
    background-image:     -ms-linear-gradient(left, #c6dcec, #88badd, #c6dcec); 
    background-image:      -o-linear-gradient(left, #c6dcec, #88badd, #c6dcec);
    width: 90%;
}

.drop_nav
{
	left: 100px;
	top: 0 !important;
}

/* the survey list dropdown addon */
.ui-autocomplete.ui-menu {
	
}
.ui-autocomplete.ui-menu li.ui-menu-item {
	
}
.ui-autocomplete.ui-menu li.ui-menu-item a {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.ui-autocomplete.ui-menu li.ui-menu-item a:hover {
	background: #e3e8e7;
}
.ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-active,
.ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-focus,
.ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover
{
	margin: 0; !important;
}


#nav-links ul ul li#edit_active_survey a, #nav-links ul ul li#edit_active_survey a:hover {
	background-image: url('/images/icons/edit-blue.png');
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
	padding-left: 1.75em;
	padding-bottom: .75em;
}
#nav-links ul ul li#edit_active_survey a:hover {
	background-image: url('/images/icons/edit-hover.png');
}

#nav-links ul ul li#edit_active_survey a span.edit_label {
	color: #999;
	font-style: italic;
	margin-right: .25em;
	display: none;
}

#nav-links ul ul li a.right-arrow {
	background-image: url('/images/right-arrow.png');
	background-position: right;
	background-repeat: no-repeat;
}
#nav-links ul ul li a.right-arrow:hover {
	background-image: url('/images/right-arrow-hover.png');
}

#nav-links ul ul li#view_active_survey a, #nav-links ul ul li#view_active_survey a:hover {
	background-image: url('/images/icons/eye.png');
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
	padding-left: 1.75em;
	padding-bottom: .75em;
}
#nav-links ul ul li#view_active_survey a:hover {
	background-image: url('/images/icons/eye-hover.png');
}

#nav-links ul ul li#view_active_survey a span.edit_label {
	color: #999;
	font-style: italic;
	margin-right: .25em;
	display: none;
}

.context-preview-survey, .context-edit-survey
{
	background-position: 6px 6px;
	background-repeat: no-repeat;
	float:right;
}

.context-preview-survey
{
	background-image: url('/images/icons/eye.png');
}
#nav-links ul ul li a.context-preview-survey:hover
{
	background-image: url('/images/icons/eye-hover.png');
	background-position: 6px 6px;
	background-repeat: no-repeat;
}
.survey-link
{
	float:left;
}
#nav-links ul ul li.survey_option
{
	min-width: 230px;
	max-width: 290px;
}
#nav-links ul ul li a.survey-link
{
	max-width: calc(100% - 80px);
	padding-right: 0;
}

.context-edit-survey
{
	background-image: url('/images/icons/edit-blue.png');
}
#nav-links ul ul li a.context-edit-survey:hover
{
	background-image: url('/images/icons/edit-hover.png');
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

#nav-links #nav_survey_header .drop_nav li a.context-option 
{
	width:0;
	padding-right: 1em;
}
#nav-links #nav_survey_header li a.context-option 
{
	width:0;
	padding-right: 1em;
}

.ie8 #nav-links ul ul {
	border-color: green;
}
.ie8 #nav-links ul ul li {
	
}
.ie8 #nav-links #nav_survey_header .drop_nav {
	border-color: red;
}
.ie8 #nav-links #nav_survey_header .drop_nav li {
	
}

#current_survey_name_hover, #survey_link_hover
{
	right: 100%;
}

#upgrade_plan,
#activate_survey
{
	padding:10px;
	background:#fff;
}
#show-policy-reader-overlay {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	/* can't use opacity here cuz we don't want child to inherit */
	/*opacity: 0.8;*/
	background-color: rgba(256,256,256,0.8);
}

#show-policy-reader-overlay .prestobox {
	position: fixed;
	top: 50%;
	left: 50%;

	/* note: these might get updated dynamically */
	height: 400px;
	margin-top: -200px;
	
	width: 400px;
	margin-left: -200px;
}

#show-policy-reader-overlay .prestobox iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}
