@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400%2C700);
@import "../../../externals/fd-slider/css/fd-slider.css";
/* Purpose-specific Manhunt code */
/*!
 * OLB DEVS!!    --->    IMPORTANT: WHEN UPDATING:
 *
 * THIS FILE IS ESSENTIALLY A COPY OF /web/assets/externals/bootstrap-2.x.x/less/bootstrap.less,
 *    but WITH the MANHUNT-SPECIFIC VARIABLES files INSERTED in the correct position.
 * Our file manhunt-variables.less needs to be imported directly after bootstrap's variables.less
 *   and our modifications files need to be @imported at the end
 *
 * THE MAIN CAVEAT IS: when bootstrap is updated to a new version, the @import statements here
 *   have to be reconciled with the new less/bootstrap.less.  This can either be done manually, or the
 *   entire new boostrap.less can be copy/pasted and then the manhunt-variables.less and MANHUNT-specific
 *   override files (at the end of this file) can be re-inserted.
 *
 * ABOUT ./bootstrap-mods:
 *  PUT ALL .less files that you @import from this file inside the bootstrap-mods directory.  This will indicate that
 *    these less files do not get compiled.  ONLY .less FILES THAT EXIST DIRECTLY INSIDE this file's parent directory
 *    need to be compiled by the Less app.
 *
 * TO AID IN ADMINISTRATION:
 *    COPY THE CURRENT VERSION FROM THE HEADER OF THE bootstrap/less/bootstrap.less file.
 *
 * Bootstrap v2.0.4
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* VERY NEWEST DESIGNS - APRIL 10, 2013 */
/* NEW PAUL COLORS */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.content {
  position: relative;
  margin-bottom: 100px;
  padding: 0 20px 0 20px;
  text-align: left;
  overflow: visible;
  height: 100%;
}
body.venice {
  background-color: #0C1D3B;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #eeeeee;
  background-color: #052868;
}
a {
  color: #fda72e;
  text-decoration: none;
}
a:hover {
  color: #dc8202;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446808%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.9468085%;
}
.row-fluid .span11 {
  width: 91.48936169%;
  *width: 91.4361702%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.4680851%;
  *width: 74.41489361%;
}
.row-fluid .span8 {
  width: 65.9574468%;
  *width: 65.90425531%;
}
.row-fluid .span7 {
  width: 57.4468085%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234042%;
}
.row-fluid .span4 {
  width: 31.91489361%;
  *width: 31.86170212%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
select {
  width: 220px;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
select {
  height: auto;
  margin-top: 7px;
  font-size: 13px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../../externals/bootstrap-2.0.4/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("../../../externals/bootstrap-2.0.4/img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #000000;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e8f6fe;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  border-top: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #fda72e;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #fda72e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #fda72e;
  border-bottom-color: #fda72e;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #dc8202;
  border-bottom-color: #dc8202;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #eeeeee;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 3px 20px 7px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #eeeeee;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 30px;
}
.navbar .navbar-link {
  color: #eeeeee;
}
.navbar .navbar-link:hover {
  color: #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 0px;
}
.navbar .btn-group .btn {
  margin: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 1px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 4px 10px 6px;
  line-height: 19px;
  color: #eeeeee;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 0px 5px 1px;
  line-height: 18px;
}
.navbar .btn-group {
  margin: 0;
  padding: 0px 5px 1px;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 30px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #000000;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: #000000;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  overflow: hidden;
  background-color: #007DC5;
  margin: -250px 0 0 -330px;
}
.modal-error {
  background-color: rgba(165, 31, 38, 0.7);
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #fda72e;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label,
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(../../../externals/leaflet/#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(../../../externals/leaflet/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../../externals/leaflet/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.google-map-canvas {
  width: 500px;
  height: 300px;
  border: 1px #007EC5 solid;
  border-top: none;
  color: black;
}
/*
 * An icon override so that we can easily udate both at once, LESS style!
 */
.iconOverride [class^="icon-"],
.iconOverride [class*=" icon-"] {
  width: 25px;
  height: 37px;
  line-height: 25px;
}
.iconOverride .icon-geoLocate {
  background-image: url("../../images/ui/geolocateUI.png");
}
.iconOverride .icon-nav {
  background-position: -75px 0px;
}
.iconOverride .icon-circleS {
  background-position: 0px 0px;
  position: absolute;
  left: 1px;
}
.iconOverride .icon-circleM {
  background-position: -25px 0px;
}
.iconOverride .icon-circleL {
  background-position: -50px 0px;
  position: absolute;
  right: -4px;
}
.iconOverride .icon-marker {
  background-position: -100px 0px;
  height: 25px;
}
.iconOverride .icon-tooltipOnePoint {
  background-position: -125px 0px;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 16px;
  left: 159px;
}
.iconOverride .icon-tooltipTwoPoint {
  background-position: -150px 0px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 128px;
}
.iconOverride .icon-tooltipThreePoint {
  background-position: -175px 0px;
  height: 25px;
  position: absolute;
  top: 9px;
  left: -11px;
}
.iconOverride .icon-howDoIUseMapsGuys {
  background-position: -200px 0px;
  height: 25px;
  position: absolute;
  top: 266px;
  left: 467px;
}
.google-map-container {
  position: relative;
}
.google-map-drop-marker [class^="icon-"],
.google-map-drop-marker [class*=" icon-"] {
  width: 25px;
  height: 37px;
  line-height: 25px;
}
.google-map-drop-marker .icon-geoLocate {
  background-image: url("../../images/ui/geolocateUI.png");
}
.google-map-drop-marker .icon-nav {
  background-position: -75px 0px;
}
.google-map-drop-marker .icon-circleS {
  background-position: 0px 0px;
  position: absolute;
  left: 1px;
}
.google-map-drop-marker .icon-circleM {
  background-position: -25px 0px;
}
.google-map-drop-marker .icon-circleL {
  background-position: -50px 0px;
  position: absolute;
  right: -4px;
}
.google-map-drop-marker .icon-marker {
  background-position: -100px 0px;
  height: 25px;
}
.google-map-drop-marker .icon-tooltipOnePoint {
  background-position: -125px 0px;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 16px;
  left: 159px;
}
.google-map-drop-marker .icon-tooltipTwoPoint {
  background-position: -150px 0px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 128px;
}
.google-map-drop-marker .icon-tooltipThreePoint {
  background-position: -175px 0px;
  height: 25px;
  position: absolute;
  top: 9px;
  left: -11px;
}
.google-map-drop-marker .icon-howDoIUseMapsGuys {
  background-position: -200px 0px;
  height: 25px;
  position: absolute;
  top: 266px;
  left: 467px;
}
/**
 * @todo rename to something more general, and MOVE IT INSIDE STYLES FOR Men Online PAGE
 *
 * This is too specific to be top-level
 */
.menonline-setlocation {
  position: relative;
}
.menonline-setlocation .btn-warning {
  width: 155px;
  height: 40px;
  padding-top: 13px;
  color: #224995;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 1px 1px #FAE5B2;
  border: #E78A1C 1px solid;
  box-shadow: 1px #FFD42F;
  -webkit-box-shadow: 1px #FFD42F;
  text-transform: uppercase;
  background-image: -ms-linear-gradient(top, #ffcb05, #f3a131);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb05), to(#f3a131));
  background-image: -webkit-linear-gradient(top, #ffcb05, #f3a131);
  background-image: -o-linear-gradient(top, #ffcb05, #f3a131);
  background-image: -moz-linear-gradient(top, #ffcb05, #f3a131);
  background-image: linear-gradient(top, #ffcb05, #f3a131);
}
[lang=es] .menonline-setlocation .btn-warning,
[lang=de] .menonline-setlocation .btn-warning,
[lang=pt] .menonline-setlocation .btn-warning,
[lang=fr] .menonline-setlocation .btn-warning {
  width: 179px;
  padding: 13px 6px;
  font-weight: bold;
}
/* Fix the Google Maps markers while using Bootstrap
 * per http://stackoverflow.com/questions/9141249/twitter-bootstrap-css-affecting-google-maps
 */
*[data-provide="google-map"] img {
  max-width: none;
}
/* MHNET-12334 Prevents the bottom of the modal from being cut off by wrapping it in a heavily padded div when it's visible. */
body .mh-modal-wrapper {
  padding-bottom: 0px;
}
body.modal-open .mh-modal-wrapper {
  padding-bottom: 700px;
}
input[type="range"] {
  height: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset -2px 0px 3px #888888;
  -moz-box-shadow: inset -2px 0px 3px #888888;
  box-shadow: inset -2px 0px 3px #888888;
  z-index: 500;
  position: relative;
}
.fd-slider-handle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../../images/ui/rangeThumb.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 22px;
  z-index: 500;
  position: relative;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../../images/ui/rangeThumb.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 22px;
  z-index: 500;
  position: relative;
}
.fd-slider-focused .fd-slider-handle,
.fd-slider-hover .fd-slider-handle,
.fd-slider-active .fd-slider-handle,
.fd-slider-no-value .fd-slider-handle {
  background-position: 0 0 ;
}
* {
  /* If Paul Irish says I can, I can. */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* to accomodate box-sizing change: */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* New button style, goes along with Bootstrap's other sizes */
.btn-micro {
  padding: 0 2px 2px 2px;
  font-size: 9px;
  line-height: 10px;
  margin: 0 5px 0 8px;
}
.btn-micro .icon {
  margin-top: -1px;
}
.boot-no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn {
  white-space: nowrap;
  padding: 6px 10px 6px;
}
/* Respecify these since selector precedence doesn't save us */
.btn-mini {
  padding: 2px 6px;
}
.btn-large {
  padding: 9px 14px;
}
/* Sigh.*/
.btn-warning,
.btn-warning:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #70461D;
}
.btn-no-text-shadow {
  text-shadow: none !important;
}
.btn-danger.btn.active,
.btn-danger.btn:active {
  color: #fff;
}
.caretUp {
  border-top: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.caret {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
label {
  margin-bottom: 0px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 2px;
  margin-bottom: 0px;
  font-size: inherit;
}
.navbar-inner {
  padding: 1px 0 0 0;
  min-height: 20px;
}
.navbar .nav > li > a {
  padding: 3px 10px 3px;
  line-height: 19px;
  color: #eeeeee;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
body {
  color: white;
  background-color: #0C1D3B;
}
.icon-orange {
  background-image: url("../bootstrap/img/glyphicons-halflings-orange.png");
}
.content {
  font-size: 1em;
}
body {
  font-size: 1em;
}
/*
 * General modal styles, overriding bootstrap's provided styles
 */
.modal-open .modal-backdrop {
  z-index: 1050;
}
.modal {
  z-index: 1060;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.modal.boardRules {
  font-size: 13px;
  border: solid 16px #236BA4;
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2da 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e2e2da));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #e2e2da 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 0%, #e2e2da 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, #e2e2da 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 0%, #e2e2da 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e2e2da', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  color: #333;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  padding: 0px;
  z-index: 1550;
}
.modal.boardRules h1,
.modal.boardRules h2,
.modal.boardRules h3 {
  font-size: 1em;
}
.modal.boardRules strong {
  color: inherit !important;
}
.modal .firstWrapper {
  border: solid thin #333;
  border-radius: 8px;
}
.modal.modal-big {
  width: 760px;
  margin: -250px 0 0 -380px;
}
.modal.modal-big .modal-body {
  max-height: 650px;
}
.modal-header {
  /*background-image: -moz-linear-gradient(center top, #2c80c2, #236ba4);*/
  /*background-image: -ms-linear-gradient(top, #2c80c2, #236ba4);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c80c2), to(#236ba4) );*/
  /*background-image: -webkit-linear-gradient(top, #2c80c2, #236ba4);*/
  /*background-image: -o-linear-gradient(top, #2c80c2, #236ba4);*/
  /*background-image: -moz-linear-gradient(top, #2c80c2, #236ba4);*/
  /*background-image: linear-gradient(top, #2c80c2, #236ba4);*/
  /*background-color: #0074CC;*/
  /*background-repeat: repeat-x;*/
  padding: 15px;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  font-size: 20px;
  color: #236BA4;
  font-weight: bold;
  border-bottom: solid thin white;
}
.modal-body {
  border-top: solid thin #AAA;
  color: #666666;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  background-color: #1a82f7;
  background-image: url(../../images/not_entitled/roadblock/fallback-gradient.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  padding-top: 15px;
}
.modal-footer {
  background-color: none;
  border: solid thin #AAA;
  border-radius: 5px;
  padding: 12px;
  margin: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop {
  background-color: #041a3f;
}
.btn-grey-gradient {
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f1f1 0%, #cdcdcd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #cdcdcd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #cdcdcd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 0%, #cdcdcd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, #cdcdcd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 0%, #cdcdcd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#cdcdcd', GradientType=0);
  /* IE6-9 */
}
.hide {
  display: none;
}
.modal-error {
  background: #C43C35;
}
.modal-error h3 {
  color: #C43C35;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.modal-error p {
  font-size: 14px;
  margin-bottom: 9px;
}
.modal-error .error-centered {
  text-align: center;
}
.modal-error button.close {
  float: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../../images/not_entitled/roadblock/close.png) no-repeat center center;
  opacity: 1.0;
  z-index: 1000;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.modal-error button.close:hover {
  background: url(../../images/not_entitled/roadblock/close-ovr.png) no-repeat center center;
}
.marketingModal {
  background-color: rgba(0, 125, 197, 0.7);
}
.regularModal {
  background-color: rgba(255, 255, 255, 0.7);
}
.modal-error {
  background-color: rgba(165, 31, 38, 0.7);
}
.inner-modal {
  position: absolute;
  top: 16%;
  left: 20%;
  right: 20%;
  margin-left: -10%;
  margin-right: -10%;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/*
 * Specific styles for add buddy modal.
 */
.modal.modal-searchresults .modal-header {
  background-color: #F9F9F9;
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(top, #ffffff, #eaeaea);
}
.modal.modal-searchresults .modal-body {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding-bottom: 0px;
}
.modal.modal-searchresults .modal-msg {
  width: auto;
  font-size: 14px;
}
.modal.modal-searchresults .footerHolder {
  padding: 12px;
  background-image: -webkit-linear-gradient(top, #eaeaea, #cccccc);
  background-image: -moz-linear-gradient(top, #eaeaea, #cccccc);
  background-image: -ms-linear-gradient(top, #eaeaea, #cccccc);
  background-image: -o-linear-gradient(top, #eaeaea, #cccccc);
  background-image: linear-gradient(top, #eaeaea, #cccccc);
  background-color: #EAEAEA;
  border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
}
.modal.modal-searchresults .modal-footer {
  margin: 0px;
}
.modal.modal-searchresults form {
  margin: 0px;
}
.modal.modal-searchresults label {
  display: inline-block;
  margin-bottom: 8px;
}
.modal.modal-searchresults input[type="text"] {
  padding: 8px;
  border: 1px solid #463F47;
}
.modal.modal-searchresults div[photoid] {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  margin: 3px;
}
.modal.modal-searchresults .selectedBuddyImage {
  border: solid medium #052868;
}
.btn.btn-profactions {
  background-color: #d4d4d4;
  background-image: -moz-linear-gradient(top, #f0f0f0, #aaaaaa);
  background-image: -ms-linear-gradient(top, #f0f0f0, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #aaaaaa);
  background-image: -o-linear-gradient(top, #f0f0f0, #aaaaaa);
  background-image: linear-gradient(top, #f0f0f0, #aaaaaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#aaaaaa', GradientType=0);
  border-color: #aaaaaa #aaaaaa #848484;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #aaaaaa;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  height: 36px;
}
.btn.btn-profactions:hover,
.btn.btn-profactions:active,
.btn.btn-profactions.active,
.btn.btn-profactions.disabled,
.btn.btn-profactions[disabled] {
  background-color: #aaaaaa;
  *background-color: #9d9d9d;
}
.btn.btn-profactions:active,
.btn.btn-profactions.active {
  background-color: #919191 \9;
}
.btn.btn-profactions.disabled-action {
  color: #bbb !important;
  cursor: default !important;
}
.btn.btn-profactions.disabled-action:hover,
.btn.btn-profactions.disabled-action:active {
  background-position: 0 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contentFullAccess {
  min-width: 810px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.contentWithRightSkyscraper {
  width: 100%;
  padding-right: 140px;
  padding-left: 12px;
}
.center1200 #infoViewBlock {
  display: none;
}
.sales-tag {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background-color: #159f05;
  padding: 2px;
  margin: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
}
.mhSectionHeaderBar {
  background-image: url(../../images/ui/denim-background.png);
  /* Old browsers */
  background-image: -moz-linear-gradient(top, rgba(25, 53, 93, 0.9) 0%, rgba(28, 60, 120, 0.9) 3%, rgba(12, 29, 59, 0.5) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 53, 93, 0.9)), color-stop(3%, rgba(28, 60, 120, 0.9)), color-stop(100%, rgba(12, 29, 59, 0.5)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(25, 53, 93, 0.9) 0%, rgba(28, 60, 120, 0.9) 3%, rgba(12, 29, 59, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(25, 53, 93, 0.9) 0%, rgba(28, 60, 120, 0.9) 3%, rgba(12, 29, 59, 0.5) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(25, 53, 93, 0.9) 0%, rgba(28, 60, 120, 0.9) 3%, rgba(12, 29, 59, 0.5) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(25, 53, 93, 0.9) 0%, rgba(28, 60, 120, 0.9) 3%, rgba(12, 29, 59, 0.5) 100%);
  /* W3C */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#E58196d1', endColorstr='#88001541',GradientType=0 )";
  /* IE6-9 */
  border: solid thin #000;
}
.mhSectionHeaderBar .fullHeightIcon {
  padding-right: 12px;
}
.mhSectionHeaderBar .currentSearchDisplay {
  font-weight: bold;
  font-size: 12px;
}
.mhSectionHeaderBar select {
  width: 165px;
}
.mhSectionHeaderBar #mapTriggerBlk > * {
  display: inline-block;
  vertical-align: middle;
}
.mhSectionHeaderBar .feedbackLink {
  float: right;
}
.mhSectionHeaderBar .feedbackLink .FilterBarSegmentInner {
  padding: 23px 15px;
}
.mhSectionHeaderBar .feedbackLink .FilterBarSegmentInner a,
.mhSectionHeaderBar .feedbackLink .FilterBarSegmentInner a:hover {
  color: #f3a131;
  font-size: 12px;
  font-weight: bold;
}
.mhSectionHeaderBar .pseudoMenuHandle {
  padding-left: 16px;
}
.mhSectionHeaderBar .displayFilterLocation {
  color: #f3a131;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
}
.mhSectionHeaderBar .displayFilterLocation.resultsCount {
  text-transform: capitalize;
}
.mhSectionHeaderBar .devProfileOrderCount {
  margin: 3px;
  padding: 1px 6px;
  background-color: #777;
  width: auto;
  border-radius: 6px;
  display: inline-block;
  font-size: x-small;
}
.mhSectionHeaderBar .drawer.in {
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: #f8f8f8;
}
.ie8 .mhSectionHeaderBar .drawer.in {
  background-color: #F8F8F8;
}
.mhSectionHeaderBar .drawer.in .displayFilterLocation {
  color: #f3a131;
}
.mhSectionHeaderBar .drawer.in .currentSearchDisplay {
  color: #224995;
}
.mhSectionHeaderBar .drawer.in .mapMarkerGrey {
  background-image: url("../components/img/yellowMapMarker.png");
}
.mhSectionHeaderBar .pageIdAndInfoK {
  float: left;
}
.mhSectionHeaderBar .btn.not-active {
  cursor: default;
  background-color: #cccccc;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -ms-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(top, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mhSectionHeaderBar .btn.not-active:hover,
.mhSectionHeaderBar .btn.not-active:active,
.mhSectionHeaderBar .btn.not-active.active,
.mhSectionHeaderBar .btn.not-active.disabled,
.mhSectionHeaderBar .btn.not-active[disabled] {
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.mhSectionHeaderBar .btn.not-active:active,
.mhSectionHeaderBar .btn.not-active.active {
  background-color: #e6e6e6 \9;
}
.mhSectionHeaderBar .drawer {
  position: absolute;
  width: auto;
  -moz-box-shadow: 3px 3px 4px #333;
  -webkit-box-shadow: 3px 3px 4px #333;
  box-shadow: 3px 3px 4px #333;
}
.ie8 .mhSectionHeaderBar .drawer {
  filter: none;
}
.mhSectionHeaderBar #infoViewToggler {
  display: table-cell;
}
.mhSectionHeaderBar label[for="infoViewToggler"] {
  display: table-cell;
  padding-left: 10px;
  cursor: pointer;
  font-size: 12px;
}
.mhSectionHeaderBar label[for="infoViewToggler"] > span {
  display: none;
}
.mhSectionHeaderBar .infoViewElements {
  display: table !important;
  margin: 3px 0;
}
.mhSectionHeaderBar #infoViewToggler.infoTog-more {
  background-image: url(../../images/search/checkbox-checked_36.png);
}
.mhSectionHeaderBar #infoViewToggler.infoTog-hide {
  background-image: url(../../images/search/checkbox-unchecked_36.png);
}
.gridViewProfilesBlock {
  width: auto;
  margin-left: 4px;
  margin-bottom: 30px;
  *zoom: 1;
}
.gridViewProfilesBlock:before,
.gridViewProfilesBlock:after {
  display: table;
  content: "";
}
.gridViewProfilesBlock:after {
  clear: both;
}
.mapMarkerGrey {
  display: inline-block;
  padding-right: 14px;
  width: 16px;
  height: 24px;
  background-image: url("../bootstrap/img/greyMapMarker.png");
  background-repeat: no-repeat;
}
.innerTextMenu div[data-toggle="drawer"] {
  position: relative;
}
.innerTextMenu div[data-toggle="drawer"] div.drawer {
  position: absolute;
  top: 97px;
  padding: 8px 0;
  left: 0;
}
.innerTextMenu .drawer {
  display: none;
  background-color: #f8f8f8;
  color: black;
  width: auto;
  min-width: 100%;
}
.innerTextMenu .drawer .ulSectionHead {
  white-space: nowrap;
  background-color: #dddddd;
  margin: 12px 0;
  padding: 6px 12px;
  border-top: solid thin #666666;
  border-bottom: solid thin #666666;
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.innerTextMenu .drawer a {
  color: #052868;
  text-decoration: none;
}
.backToTopPopup {
  position: fixed;
  z-index: 50000;
  bottom: -111px;
  -webkit-transition: bottom 0.9s;
  -moz-transition: bottom 0.9s;
  -ms-transition: bottom 0.9s;
  -o-transition: bottom 0.9s;
  transition: bottom 0.9s;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 10 10 5 #444444;
  -o-box-shadow: 10 10 5 #444444;
  -webkit-box-shadow: 10 10 5 #444444;
  -moz-box-shadow: 10 10 5 #444444;
  width: 100px;
  text-align: center;
  border: solid thin black;
  background-color: #ffffff;
  padding: 5px 18px 7px 18px;
  color: #1e4696;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  right: 230px;
  cursor: pointer;
}
.backToTopPopup.revealed {
  bottom: -1px;
  -webkit-transition: bottom 0.9s;
  -moz-transition: bottom 0.9s;
  -ms-transition: bottom 0.9s;
  -o-transition: bottom 0.9s;
  transition: bottom 0.9s;
}
.backToTopPopup i {
  display: block;
  margin: 0 auto 4px auto;
}
.backToTopPopup .protector {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.progressText {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 14px;
  color: black;
  text-align: center;
}
.progressImg {
  text-align: center;
  margin-bottom: 11px;
}
.modal-progress .progress {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.icon-warning {
  display: inline-block;
  background-image: url('../bootstrap/img/warning.png');
  background-position: 0px 0px;
  width: 36px !important;
  height: 32px;
}
/* DISABLE BOOTSTRAP ICONS */
/*!
 *  The following is "reset" code for Bootstrap's "sprite" icon set.
 *  IMPORTANT!!!!  --> This code "disables" Bootstrap's icons.
 *  This code was borrowed from Font Awesome 3.0.2
 *  (http://fortawesome.github.com/Font-Awesome/)
 */
[class^="icon-"],
[class*=" icon-"] {
  font-family: manhuntIcons;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* MANHUNT ICON FONT */
@font-face {
  font-family: 'manhuntIcons';
  src: url('../../../fonts/font-manhunt/manhuntIcons.eot');
  src: url('../../../fonts/font-manhunt/manhuntIcons.eot?#iefix') format('embedded-opentype'), url('../../../fonts/font-manhunt/manhuntIcons.woff') format('woff'), url('../../../fonts/font-manhunt/manhuntIcons.ttf') format('truetype'), url('../../../fonts/font-manhunt/manhuntIcons.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'manhuntIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-zoom-out,
.icon-zoom-in,
.icon-user,
.icon-up,
.icon-target,
.icon-search,
.icon-save,
.icon-profile-info,
.icon-pin,
.icon-new-search,
.icon-list,
.icon-grid,
.icon-globe,
.icon-filter,
.icon-edit,
.icon-down,
.icon-close,
.icon-clock,
.icon-radius,
.icon-help {
  font-family: 'manhuntIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-zoom-out:before {
  content: "\e000";
}
.icon-zoom-in:before {
  content: "\e001";
}
.icon-user:before {
  content: "\e002";
}
.icon-up:before {
  content: "\e003";
}
.icon-down:before {
  content: "\e004";
}
.icon-target:before {
  content: "\e005";
}
.icon-search:before {
  content: "\e006";
}
.icon-save:before {
  content: "\e007";
}
.icon-profile-info:before {
  content: "\e008";
}
.icon-pin:before {
  content: "\e009";
}
.icon-new-search:before {
  content: "\e00a";
}
.icon-list:before {
  content: "\e00b";
}
.icon-grid:before {
  content: "\e00c";
}
.icon-globe:before {
  content: "\e00d";
}
.icon-filter:before {
  content: "\e00e";
}
.icon-edit:before {
  content: "\e00f";
}
.icon-close:before {
  content: "\e010";
}
.icon-clock:before {
  content: "\e011";
}
.icon-radius:before {
  content: "\e012";
}
.icon-help:before {
  content: "\e013";
}
/* Manhunt-created components */
.drawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.drawer {
  z-index: 1050;
}
.drawer .nav-list a:hover {
  background-color: none;
}
.drawer .nav-list li:hover {
  background-color: #DDD;
}
.drawer .nav-list .active {
  position: relative;
}
.drawer .nav-list .active a:after {
  content: "\00A0";
  position: absolute;
  right: 10px;
  /* Copy from sprites.less, for icon-* and icon-ok */
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 15px;
  vertical-align: text-top;
  background-image: url("/assets/externals/bootstrap-2.0.4/img/glyphicons-halflings.png");
  background-position: -288px 0;
  background-repeat: no-repeat;
}
div.bottomBar .container {
  width: 100%;
}
#availChooser {
  width: auto;
  padding: 0px;
  height: 22px;
  line-height: 1em;
  font-size: 0.85em;
  background-color: #000;
  color: #CCCCCC;
  margin-left: 5px;
  margin-top: 0px;
  border: thin solid #444;
  position: relative;
}
#availChooser,
#availChooser:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#availChooser:hover {
  border: thin solid #555;
  background-color: #2B333F;
}
#availChooser option {
  color: #CCCCCC;
  margin-right: 6px;
}
#avaLbl {
  font-size: small;
  color: #CCC;
  font-weight: bold;
}
#availControls {
  margin: 0;
}
/*
 * Specific styles for radio-button style menus with check marks for selected item
 */
.nav-list.nav-list-checkmenu {
  padding: 0;
}
.nav-list.nav-list-checkmenu a {
  display: block;
  margin: 0px;
  padding: 8px;
  color: #224995 !important;
  font-size: 12px;
}
.nav-list.nav-list-checkmenu > .active > a,
.nav-list.nav-list-checkmenu > .active > a:hover {
  background: none;
  color: inherit;
}
.nav-list.nav-list-checkmenu i.icon-ok {
  vertical-align: absmiddle;
  display: table-cell;
  text-align: right;
}
.nav-list.nav-list-checkmenu li {
  padding: 6px 0;
}
.nav-list.nav-list-checkmenu li a:hover {
  background-color: #DDD !important;
}
.panel {
  margin-left: 20px;
}
.panel .panel-header,
.panel .panel-footer {
  display: block;
  position: relative;
  width: auto;
  height: 52px;
  padding: 15px 25px;
  background-color: #081C3E;
  background-image: url(../../images/ui/venicePanelHeader.png);
  background-repeat: repeat-x;
  border-bottom: solid 1px #000;
  font-weight: 600;
  font-size: 17px;
}
.panel .panel-body {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 5px 10px;
  background-color: #152D4F;
  border-top: 1px #18385f solid;
  font-weight: normal;
  font-size: small;
  line-height: 1.2em;
}
/* .FilterBarSegment are sections of the filter bar. */
.FilterBarSegment {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-width: thin;
  border-right-color: #234990;
  border-left-width: thin;
  border-left-color: #021845;
}
.FilterBarSegment:first-child {
  border-left-style: none;
}
.FilterBarSegment label {
  display: inline;
}
.FilterBarSegment .btn-group {
  white-space: nowrap;
}
.FilterBarSegment .FilterBarSegmentInner {
  padding: 14px 18px;
}
.FilterBarSegment .FilterBarSegmentInner > * {
  display: inline-block;
  vertical-align: middle;
}
.FilterBarSegment .icon-drawer-chevron {
  background-image: url("../../../externals/bootstrap-2.0.4/img/glyphicons-halflings-white.png");
  background-image: none;
  background-position: -313px -119px;
}
.FilterBarSegment.drawer-active .icon-drawer-chevron {
  background-image: url("../bootstrap/img/glyphicons-halflings-orange.png");
  background-position: -313px -119px;
}
.FilterBarSegment.lastSegment,
.FilterBarSegment:last-child {
  /* We can't rely on last-child until IE8 is dead */
  border-right-style: none;
}
.FilterBarSegment.lastSegment .FilterBarSegmentInner,
.FilterBarSegment:last-child .FilterBarSegmentInner {
  padding: 20px 18px;
}
.FilterBarSegmentDrawer {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-width: thin;
  border-right-color: #234990;
  border-left-width: thin;
  border-left-color: #021845;
}
.FilterBarSegmentDrawer:first-child {
  border-left-style: none;
}
.FilterBarSegmentDrawer label {
  display: inline;
}
.FilterBarSegmentDrawer .btn-group {
  white-space: nowrap;
}
.FilterBarSegmentDrawer .FilterBarSegmentInner {
  padding: 14px 18px;
}
.FilterBarSegmentDrawer .FilterBarSegmentInner > * {
  display: inline-block;
  vertical-align: middle;
}
.FilterBarSegmentDrawer .icon-drawer-chevron {
  background-image: url("../../../externals/bootstrap-2.0.4/img/glyphicons-halflings-white.png");
  background-image: none;
  background-position: -313px -119px;
}
.FilterBarSegmentDrawer.drawer-active .icon-drawer-chevron {
  background-image: url("../bootstrap/img/glyphicons-halflings-orange.png");
  background-position: -313px -119px;
}
.FilterBarSegmentDrawer.lastSegment,
.FilterBarSegmentDrawer:last-child {
  /* We can't rely on last-child until IE8 is dead */
  border-right-style: none;
}
.FilterBarSegmentDrawer.lastSegment .FilterBarSegmentInner,
.FilterBarSegmentDrawer:last-child .FilterBarSegmentInner {
  padding: 20px 18px;
}
.FilterBarSegmentDrawer .pageIdAndInfo,
.FilterBarSegmentDrawer #mapTriggerBlk {
  margin-right: 50px;
}
.FilterBarSegmentDrawer.drawer-active,
.FilterBarSegmentDrawer.hovered,
.FilterBarSegmentDrawer:hover {
  background-color: #f8f8f8;
}
.FilterBarSegmentDrawer.drawer-active .displayFilterLocation,
.FilterBarSegmentDrawer.hovered .displayFilterLocation,
.FilterBarSegmentDrawer:hover .displayFilterLocation {
  color: #f3a131;
}
.FilterBarSegmentDrawer.drawer-active .currentSearchDisplay,
.FilterBarSegmentDrawer.hovered .currentSearchDisplay,
.FilterBarSegmentDrawer:hover .currentSearchDisplay {
  color: #224995;
}
.FilterBarSegmentDrawer.drawer-active .mapMarkerGrey,
.FilterBarSegmentDrawer.hovered .mapMarkerGrey,
.FilterBarSegmentDrawer:hover .mapMarkerGrey {
  background-image: url("../components/img/yellowMapMarker.png");
}
.ie8 .FilterBarSegmentDrawer:hover {
  background-color: #F8F8F8;
  color: #1E4696;
}
.ie8 .FilterBarSegmentDrawer:hover.killHover {
  background-color: inherit;
  color: inherit;
}
.FilterBarSegmentDrawer:hover .icon-drawer-chevron {
  background-image: url("../bootstrap/img/glyphicons-halflings-orange.png");
}
/*
 * The inner component of the find-location+map widget, the search bar part.
 */
.Autocomplete {
  width: 500px;
  height: 52px;
  position: relative;
  /* Hides the geo-locate button when the functionality is not detected in JS. */
}
.Autocomplete .btn {
  height: 100%;
  position: absolute;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.Autocomplete .btn [class^="icon-"],
.Autocomplete .btn [class*=" icon-"] {
  width: 25px;
  height: 37px;
  line-height: 25px;
}
.Autocomplete .btn .icon-geoLocate {
  background-image: url("../../images/ui/geolocateUI.png");
}
.Autocomplete .btn .icon-nav {
  background-position: -75px 0px;
}
.Autocomplete .btn .icon-circleS {
  background-position: 0px 0px;
  position: absolute;
  left: 1px;
}
.Autocomplete .btn .icon-circleM {
  background-position: -25px 0px;
}
.Autocomplete .btn .icon-circleL {
  background-position: -50px 0px;
  position: absolute;
  right: -4px;
}
.Autocomplete .btn .icon-marker {
  background-position: -100px 0px;
  height: 25px;
}
.Autocomplete .btn .icon-tooltipOnePoint {
  background-position: -125px 0px;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 16px;
  left: 159px;
}
.Autocomplete .btn .icon-tooltipTwoPoint {
  background-position: -150px 0px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 128px;
}
.Autocomplete .btn .icon-tooltipThreePoint {
  background-position: -175px 0px;
  height: 25px;
  position: absolute;
  top: 9px;
  left: -11px;
}
.Autocomplete .btn .icon-howDoIUseMapsGuys {
  background-position: -200px 0px;
  height: 25px;
  position: absolute;
  top: 266px;
  left: 467px;
}
.Autocomplete .btn .icon-target.icon-nav {
  font-size: 28px;
  margin-left: -4px;
  position: relative;
  top: -1px;
}
.Autocomplete .geoImage {
  width: 51px;
  left: 0;
  padding: 14px 14px;
}
.Autocomplete.no-geo-locate .btn.geoImage {
  display: none;
}
.Autocomplete.no-geo-locate .inputWrapper {
  left: 0px;
}
.Autocomplete .inputWrapper {
  left: 50px;
  right: 110px;
  position: absolute;
  width: auto;
}
.Autocomplete .inputWrapper .input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  border: 1px #007EC5 solid;
  border-radius: 0px;
  font-size: 12px;
}
.Autocomplete .btnSearchGoogle {
  width: 110px;
  right: 0;
}
.input-like {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: solid thin #333333;
  padding: 4px 4px 2px 6px;
  background-color: white;
  color: black;
}
.input-like form {
  margin: 0;
}
.input-like.focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.input-like input {
  /* Hide by moving offscreen because IE has bugs with focus and hidden elements */
  left: -1000px;
  position: absolute;
  /* fix .box-shadow()? */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -box-shadow: none !important;
  border: none !important;
  color: inherit !important;
  background-color: none !important;
}
.input-like [class*='icon-'],
.input-like [class^='icon-'] {
  color: #999;
}
.input-like .tag {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  background-color: #1f89be;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  border: 1px solid #82c0e1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  background-color: #e7f6ff;
  background-image: -moz-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -ms-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff9ff), to(#dbf2ff));
  background-image: -webkit-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -o-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: linear-gradient(top, #eff9ff, #dbf2ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff9ff', endColorstr='#dbf2ff', GradientType=0);
  color: #007dc5;
}
.input-like .tag .icon-remove {
  color: #007dc5;
  font-size: inherit;
  line-height: inherit;
  float: right;
  right: 3px;
  position: relative;
}
.input-like .tag span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-like.focus input {
  /* Hide by moving offscreen because IE has bugs with focus and hidden elements */
  left: 0;
  position: static;
}
.input-like.focus .tag {
  display: none;
}
.tagInField {
  border: 1px solid #82c0e1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  background-color: #e7f6ff;
  background-image: -moz-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -ms-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff9ff), to(#dbf2ff));
  background-image: -webkit-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -o-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: linear-gradient(top, #eff9ff, #dbf2ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff9ff', endColorstr='#dbf2ff', GradientType=0);
  color: #007dc5;
}
.veniceSearchSuccess.venice .content.bodyContent {
  padding-right: 0px;
  position: absolute;
  right: 0px;
  left: 0px;
  max-width: none;
}
.veniceSearchSuccess.venice .tooltip {
  font-size: 11px;
  font-weight: bold;
}
.veniceSearchSuccess.venice .tooltip .tooltip-inner {
  background-color: #eeeeee;
  color: #000000;
}
.veniceSearchSuccess.venice .tooltip.bottom .tooltip-arrow {
  border-bottom: 5px solid #eeeeee;
}
.veniceSearchSuccess.venice .tooltip.in {
  opacity: 0.95;
}
.SearchFilters {
  font-size: 13px;
}
.SearchFilters .pageIdAndInfo {
  display: inline-block;
  padding: 4px 24px 0 8px;
}
.SearchFilters .pageIdAndInfo .currentSearchDisplay {
  color: #fda72e;
}
.SearchFilters .pageIdAndInfo .displayFilterLocation.resultsCount {
  color: #ffffff;
}
.SearchFilterBlock {
  display: inline-block;
  position: relative;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
}
.SearchFilterBlock:before,
.SearchFilterBlock:after {
  display: table;
  content: "";
}
.SearchFilterBlock:after {
  clear: both;
}
.SearchFilterBlock form {
  display: inline;
}
.SearchFilterBlock label {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  position: relative;
  left: 3px;
}
.SearchFilterBlock button span[class*='icon-'],
.SearchFilterBlock .btn span[class*='icon-'] {
  line-height: 1;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.SearchFilterBlock .btn-group .btn.active,
.SearchFilterBlock .btn-group .btn:active {
  color: #0d88c2;
  background-color: #e6e9ec;
}
.SearchFilterBlock a.dropdown-toggle {
  line-height: 21px;
}
.SearchFilterBlock .input-like {
  display: inline-block;
  cursor: pointer;
  width: 260px;
  height: 35px;
}
.SearchFilterBlock .input-like .tag {
  width: 88%;
  padding-left: 5px;
  overflow: hidden;
  max-height: 2em;
}
.SearchFilterBlock .input-like .tag span {
  max-width: 190px;
}
.SearchFilterBlock .input-like input[name=locationName] {
  width: 85%;
}
.SearchFilterBlock .input-like .icon-close {
  font-size: 12px;
  line-height: 18px;
  float: right;
}
.SearchFilterBlock .icon-search {
  font-size: 21px;
  float: right;
  margin-top: 2px;
  margin-right: 2px;
}
.SearchFilterBlock .icon-search:hover {
  color: #007dc5;
}
.SearchFilterBlock.locChooser {
  margin-right: 4px;
}
.SearchFilterBlock.mapOpenerBtn {
  vertical-align: top;
  padding-top: 18px;
}
.SearchFilterBlock.mapOpenerBtn .btn.mapOpener {
  width: 22px;
  margin-left: 0px;
  background-color: #e2e2e2;
  background-image: none;
  padding: 6px 0;
}
.SearchFilterBlock.mapOpenerBtn .btn.mapOpener .icon-globe {
  color: #888;
  margin-right: 0;
}
.SearchFilterBlock.filterByMenu .caret {
  margin-top: 9px !important;
  margin-left: 5px !important;
}
.SearchFilterBlock.filterByMenu .btn.dropdown-toggle {
  height: 34px;
}
.SearchFilterBlock.filteringOpt .fullWindowBlackTransCurtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.SearchFilterBlock.filteringOpt .btn .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.SearchFilterBlock.filteringOpt .lightlyBordered {
  border-radius: 2px;
  border: solid thin #999999 !important;
}
.SearchFilterBlock.filteringOpt .onText {
  display: none;
}
.SearchFilterBlock.filteringOpt.filtersActive .searchFiltersTrigger {
  color: #0d88c2;
}
.SearchFilterBlock.filteringOpt.filtersActive .onText {
  display: inline;
  margin-right: 6px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel {
  min-width: 780px;
  color: #000000;
  padding: 12px;
  margin-top: 3px;
  background-color: #ffffff;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel header {
  *zoom: 1;
  border-bottom: solid thin #dddddd !important;
  margin-bottom: 6px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel header:before,
.SearchFilterBlock.filteringOpt #searchFiltersPanel header:after {
  display: table;
  content: "";
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel header:after {
  clear: both;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel header h1 {
  float: left;
  font-size: 1.5em;
  color: #0d88c2;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel header .topRightActionsArea {
  float: right;
  font-size: 11px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements {
  display: table;
  width: 100%;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird {
  width: 33%;
  display: table-cell;
  padding-right: 12px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird:last-child {
  padding-right: 0;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird > div:first-child {
  margin-bottom: 18px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird > div:last-child {
  margin-bottom: 21px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird .btn-group {
  min-width: 99%;
  border: none;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird .btn-group > .btn.dropdown-toggle {
  width: 100%;
  max-width: 100%;
  border-radius: 2px;
  border: solid thin #999999;
  text-align: left;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird .btn-group > .btn.dropdown-toggle .caret {
  position: absolute;
  right: 10px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird .btn-group.pseudoMenu {
  border-radius: 2px !important;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird.picAndEth .btn {
  min-width: 4em;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird.picAndEth .picRequired .btn-group {
  min-width: 1px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird.ageAndFeedback .input-small {
  width: 5em;
  height: 25px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird.ageAndFeedback .ageToText {
  margin: 0 12px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird.ageAndFeedback .feedback {
  margin-top: 30px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFormElements .oneThird.ageAndFeedback .feedback .alert {
  margin-top: 12px;
  font-size: 13px;
  line-height: 13px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advSearchLinkFooter {
  display: table-row;
  float: left;
  padding-top: 4px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advSearchLinkFooter a {
  text-transform: uppercase;
  font-size: 10px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advSearchLinkFooter a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFooter {
  display: table-row;
  float: right;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFooter > div {
  display: table-cell;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFooter > div.rememberFiltersCbBlk {
  padding-right: 12px;
}
.SearchFilterBlock.filteringOpt #searchFiltersPanel .advFilteringFooter .advFilteringBtnsBlk .btn {
  border-radius: 2px !important;
  min-width: 7em;
  margin-left: 8px;
}
.SearchFilterBlock.faqOpt.open .faqPopOutPanel {
  display: block;
}
.SearchFilterBlock.faqOpt button.btn.faqBtn {
  margin-top: 18px;
  color: #0687da;
  padding: 6px 12px;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel {
  display: none;
  width: 500px;
  position: absolute;
  right: -25px;
  top: 60px;
  z-index: 200;
  background-color: #f9f9f9;
  border: 1px solid #000;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .upArrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f9f9f9;
  top: -15px;
  right: 26px;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink {
  padding: 15px;
  color: #0687da;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  font-family: sans-serif;
  cursor: pointer;
  position: relative;
  display: block;
  text-decoration: none;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion .faqCaret,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink .faqCaret {
  background-image: url(../../images/search/downCaret.png);
  width: 11px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 20px;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion .faqAnswer,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink .faqAnswer {
  display: none;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion .faqAnswer p,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink .faqAnswer p {
  margin: 6px 0;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion:hover,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink:hover {
  background-color: #FFF;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion.clicked,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink.clicked {
  background-color: #FFF;
  color: #000;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion.clicked .faqAnswer,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink.clicked .faqAnswer {
  display: block;
  font-weight: normal;
  color: #666;
  padding: 10px 10px 0 0;
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqQuestion.clicked .faqCaret,
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink.clicked .faqCaret {
  background-image: url(../../images/search/upCaret.png);
}
.SearchFilterBlock.faqOpt .faqPopOutPanel .faqLink {
  background-color: #f1f1f1;
  padding: 8px;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 0px;
}
.SearchFilterBlock.helpLinkBlk {
  font-size: 13px;
  float: right;
  text-align: right;
  margin-top: 1.7em;
}
.veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce {
  display: none;
  opacity: 0.95;
  position: absolute;
  top: 52px;
  left: -47px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
[lang=pt] .veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce,
[lang=es] .veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce {
  left: -67px;
}
[lang=fr] .veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce {
  left: -57px;
}
[lang=it] .veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce {
  left: -17px;
}
[lang=zh_TW] .veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce,
[lang=zh] .veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce {
  left: -20px;
}
.veniceSearchSuccess.venice div.oneTimeUse.searchFiltersAnnounce .tooltip-inner.searchFiltersAnnounce {
  padding: 8px 14px;
  font-size: 14px;
  color: #004e92;
}
body.modal-open .tooltip {
  z-index: 1020;
}
.ie .SearchFilterBlock button,
.ie .SearchFilterBlock .btn {
  border-radius: 0;
}
.srlistview .showInfoOpt {
  display: none;
}
.ChooseLocationModal.modal-searchresults .dropdown-menu,
.SearchFilterBlock .dropdown-menu {
  background-color: #eeeeee;
}
.ChooseLocationModal.modal-searchresults .dropdown-menu.filterByMenu,
.SearchFilterBlock .dropdown-menu.filterByMenu {
  background-color: #ffffff;
}
.ChooseLocationModal.modal-searchresults .dropdown-menu li.active a,
.SearchFilterBlock .dropdown-menu li.active a {
  background-color: #444444;
  color: #ffffff;
}
.ChooseLocationModal.modal-searchresults .dropdown-menu a,
.SearchFilterBlock .dropdown-menu a {
  color: #222222;
}
.ChooseLocationModal.modal-searchresults .dropdown-menu .topRightActionsArea a,
.SearchFilterBlock .dropdown-menu .topRightActionsArea a {
  color: #0d88c2;
}
.ChooseLocationModal.modal-searchresults .dropdown-menu .topRightActionsArea a:hover,
.SearchFilterBlock .dropdown-menu .topRightActionsArea a:hover {
  color: #ffffff;
}
.ChooseLocationModal [class^="icon-"],
.ChooseLocationModal [class*=" icon-"] {
  width: 25px;
  height: 37px;
  line-height: 25px;
}
.ChooseLocationModal .icon-geoLocate {
  background-image: url("../../images/ui/geolocateUI.png");
}
.ChooseLocationModal .icon-nav {
  background-position: -75px 0px;
}
.ChooseLocationModal .icon-circleS {
  background-position: 0px 0px;
  position: absolute;
  left: 1px;
}
.ChooseLocationModal .icon-circleM {
  background-position: -25px 0px;
}
.ChooseLocationModal .icon-circleL {
  background-position: -50px 0px;
  position: absolute;
  right: -4px;
}
.ChooseLocationModal .icon-marker {
  background-position: -100px 0px;
  height: 25px;
}
.ChooseLocationModal .icon-tooltipOnePoint {
  background-position: -125px 0px;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 16px;
  left: 159px;
}
.ChooseLocationModal .icon-tooltipTwoPoint {
  background-position: -150px 0px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 128px;
}
.ChooseLocationModal .icon-tooltipThreePoint {
  background-position: -175px 0px;
  height: 25px;
  position: absolute;
  top: 9px;
  left: -11px;
}
.ChooseLocationModal .icon-howDoIUseMapsGuys {
  background-position: -200px 0px;
  height: 25px;
  position: absolute;
  top: 266px;
  left: 467px;
}
.ChooseLocationModal.modal.fade.in {
  top: 46% !important;
  z-index: 10000;
}
.ChooseLocationModal .modal-header h3 {
  font-size: 18px;
}
.ChooseLocationModal input[type="text"] {
  width: 323px;
  height: 34px;
}
.ChooseLocationModal [data-provide='location-autocomplete-form'] .icon-screenshot {
  font-size: 24px;
}
.ChooseLocationModal .mapHelpText {
  font-size: 14px;
  font-weight: normal;
  margin-top: 12px;
  color: #4054a3;
}
.AddBuddyModal .photo {
  display: inline-block;
  border: 2px solid transparent;
}
.AddBuddyModal .photo.selected {
  border: 2px solid gold;
}
/* External Profile drop-down alert */
.GoProfile {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px;
  width: 700px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fecb00;
  color: black;
  overflow: hidden;
}
.GoProfile .text {
  margin: 8px 0 0 20px;
  font-size: 14px;
}
.GoProfile .text strong {
  color: inherit;
  font-weight: bold;
  font-size: inherit;
}
.GoProfile .btn {
  float: right;
  margin: 1px 20px 0 0;
  cursor: pointer;
}
.topMenu {
  margin-top: 100px;
  margin-bottom: 12px;
}
.topMenu.hasPaywayTooltip {
  margin-top: 125px;
}
#MHmenu {
  margin-bottom: 0;
  min-width: 960px;
  position: relative;
  z-index: 1050;
}
#MHmenu .navbar-inner {
  padding-top: 0px;
  border: 0 solid #1F1F1F;
  background-color: #18191A;
  background-image: url(/assets/manhunt/images/ui/menubar_background_top.png);
  background-repeat: repeat-x;
  white-space: nowrap;
}
#MHmenu .container {
  width: 100%;
  height: 44px;
  background-color: #18191A;
}
#MHmenu .container #navHomeIcon img {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: -4px;
}
#MHmenu .container #mail-text {
  font-weight: bold;
}
#MHmenu .container .dropdown {
  position: relative;
}
#MHmenu .container .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin-top: 0px;
  margin-right: 3px;
  margin-left: 0px;
  padding: 0;
  min-width: 160px;
  border: none;
  background-color: #18191A;
  background-clip: padding-box;
  list-style: none;
}
#MHmenu .container .dropdown-menu a {
  display: block;
  clear: both;
  padding: 3px 15px;
  white-space: nowrap;
  line-height: 18px;
}
#MHmenu .container .dropdown-menu::before {
  display: none;
}
#MHmenu .container .dropdown-menu::after {
  display: none;
}
#MHmenu .container .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
  font-size: 13px;
}
#MHmenu .container .nav li {
  display: block;
  float: left;
  border-right: 1px solid #000;
  box-shadow: 1px 0px 1px #2A2B2D;
  line-height: 44px;
}
#MHmenu .container .nav li:hover {
  background-color: #242424;
  background-image: none;
}
#MHmenu .container .nav li:hover ul {
  position: absolute;
  display: block;
}
#MHmenu .container .nav li a {
  display: block;
  color: #FFF;
  font-size: 13px;
  line-height: 38px;
  padding: 3px 10px 3px;
}
#MHmenu .container .nav li a:hover {
  background-color: #242424;
  background-image: none;
}
#MHmenu .container .nav li ul li {
  clear: both;
  width: 100%;
  border-right: none;
  border-bottom: 1px #1F1F1F solid;
  background-color: #18191A;
  background-image: none;
}
#MHmenu .container .nav li ul li a {
  line-height: 23px;
}
#MHmenu .container .nav li .oldSearch a {
  background-image: url(../../images/ui/warning-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
}
#MHmenu .container .nav li .oldSearch span {
  margin-left: 18px;
}
#MHmenu .container .label {
  position: relative;
  top: -1px;
  display: inline;
  padding: 7px 12px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-weight: normal;
  font-size: 10px;
}
#MHmenu .container .label.label-important-small {
  width: 19px;
  height: 16px;
  background-image: url(/assets/manhunt/images/ui/mailcount_badge_small.png);
  font-weight: 700;
}
#MHmenu .container .label.label-important-large {
  width: 27px;
  height: 17px;
  background-image: url(/assets/manhunt/images/ui/mailcount_badge_big.png);
  font-weight: 700;
}
#MHmenu .container .label.label-buddies-small {
  width: 19px;
  height: 16px;
  background-image: url(/assets/manhunt/images/ui/buddycount_badge_small.png);
  font-weight: 700;
}
#MHmenu .container .label.label-buddies-large {
  width: 27px;
  height: 17px;
  background-image: url(/assets/manhunt/images/ui/buddycount_badge_big.png);
  font-weight: 700;
}
#MHmenu .container #upgrade-now a {
  color: #2AE60A;
}
#MHmenu #memnamewrapper {
  float: right;
  margin: 3px 6px 0 0;
  padding: 0 7px 0 0;
  border: none;
  vertical-align: middle;
  line-height: 34px;
}
#MHmenu #memnamewrapper form {
  margin: 0px;
}
#MHmenu #memnamewrapper form i {
  margin: 3px 0 0 5px;
}
#MHmenu #memnamewrapper form input[type="text"] {
  display: inline;
  margin-top: 3px;
  padding-top: 3px;
  padding-left: 20px;
  width: 123px;
  height: 13px;
  line-height: 13px;
  border: 0;
  background-color: transparent;
  background-image: url(/assets/manhunt/images/ui/member_name_background.png);
  background-repeat: no-repeat;
  color: #666;
  vertical-align: middle;
  font-size: 11px;
}
div.topBar {
  padding: 6px 0 0 0;
  *background-color: #152c4d;
  background-color: #152c4d;
  background-image: -ms-linear-gradient(top, #173156, #122744);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#173156), to(#122744));
  background-image: -webkit-linear-gradient(top, #173156, #122744);
  background-image: -o-linear-gradient(top, #173156, #122744);
  background-image: -moz-linear-gradient(top, #173156, #122744);
  background-image: linear-gradient(top, #173156, #122744);
  background-repeat: repeat-x;
}
div.topBar #mhLogoMainTopNav {
  background: none;
}
@media only screen and (min-width: 1025px) {
  div.topBar #mhLogoMainTopNav {
    height: 2.66rem;
    width: 12%;
    background: rgba(0, 0, 0, 0) url("/assets/manhunt/images/v5/logo-full.png") no-repeat scroll left center / contain;
    padding-left: 2rem;
    margin: 0.7rem 0 0 1rem;
    display: block;
  }
}
div.topBar #mhLogoMainTopNav img {
  margin: 4px 0 8px 12px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  div.topBar #mhLogoMainTopNav img {
    display: none;
  }
}
div.topBar .userPanel {
  position: absolute;
  top: 3px;
  right: 0px;
  padding: 12px;
  padding-right: 16px;
  min-width: 380px;
  white-space: nowrap;
}
div.topBar #uname-greeting {
  margin-right: 8px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
div.topBar img.mhcares {
  vertical-align: text-bottom;
}
div.topBar #userPanelLinks {
  margin: 0px;
  padding: 2px 3px 5px;
  background-color: #000;
}
div.topBar #userPanelLinks a:not(:last-child) {
  border-right: solid thin #444;
}
div.topBar #userPanelLinks a,
div.topBar #userPanelLinks span {
  padding: 6px 12px;
  color: white;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
div.topBar #userPanelLinks a:hover,
div.topBar #userPanelLinks span:hover {
  color: white;
  text-decoration: underline;
}
div.topBar #userPanelLinks {
  border: 1px solid #0C1D3B;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: inset 0px 1px 0px #224995;
  *background-color: #18396d;
  background-color: #18396d;
  background-image: -ms-linear-gradient(top, #1a448a, #152d4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a448a), to(#152d4f));
  background-image: -webkit-linear-gradient(top, #1a448a, #152d4f);
  background-image: -o-linear-gradient(top, #1a448a, #152d4f);
  background-image: -moz-linear-gradient(top, #1a448a, #152d4f);
  background-image: linear-gradient(top, #1a448a, #152d4f);
  background-repeat: repeat-x;
}
div.topBar #userPanelLinks a,
div.topBar #userPanelLinks span {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
div.topBar #userPanelLinks a .csNotification,
div.topBar #userPanelLinks span .csNotification {
  position: relative;
  margin-left: 5px;
  padding: 2px 5px;
  border: 1px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px #204477;
  color: #224995;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
div.topBar #userPanelLinks a .csNotification:hover,
div.topBar #userPanelLinks span .csNotification:hover {
  text-decoration: none;
}
div.topBar #userPanelLinks a .csNotification.inactive,
div.topBar #userPanelLinks span .csNotification.inactive {
  background-color: #AFAFAF;
  background-image: -ms-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: -o-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: -moz-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: linear-gradient(top, #e6e6e6, #aaaaaa);
  background-repeat: repeat-x;
  *background-color: #AFAFAF;
}
div.topBar #userPanelLinks a .csNotification.active,
div.topBar #userPanelLinks span .csNotification.active {
  background-color: #AFAFAF;
  background-image: -ms-linear-gradient(top, #f9b02f, #f7941e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9b02f), to(#f7941e));
  background-image: -webkit-linear-gradient(top, #f9b02f, #f7941e);
  background-image: -o-linear-gradient(top, #f9b02f, #f7941e);
  background-image: -moz-linear-gradient(top, #f9b02f, #f7941e);
  background-image: linear-gradient(top, #f9b02f, #f7941e);
  background-repeat: repeat-x;
  *background-color: #AFAFAF;
}
div.topBar #userPanelLinks a:hover .csMessage,
div.topBar #userPanelLinks span:hover .csMessage {
  display: block;
}
div.topBar #userPanelLinks a:not(.noborder),
div.topBar #userPanelLinks span:not(.noborder) {
  border-right: 1px solid #0C1D3B;
  box-shadow: 1px 0px 1px #1A396C;
}
div.topBar #userPanelLinks a:not(.noborder).customerServiceLink,
div.topBar #userPanelLinks span:not(.noborder).customerServiceLink {
  border-right: 0px;
  box-shadow: none;
  padding: 0px;
}
div.topBar #userPanelLinks .noborder {
  border: 0px;
}
div.topBar #userPanelLinks .csMessage {
  position: absolute;
  right: 16px;
  z-index: 1600;
  text-align: center;
  display: none;
  text-transform: none;
  max-width: 350px;
}
div.topBar #userPanelLinks .csMessage .upCaret {
  position: relative;
  top: 2px;
  z-index: 100;
  margin: 0 auto;
  width: 0;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #007dc5;
  border-left: 10px solid transparent;
}
div.topBar #userPanelLinks .csMessage .header {
  padding: 12px;
  border: 1px solid #152D44;
  border-bottom: 0px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #007dc5;
  box-shadow: inset 0px 1px 0px #0092E6;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
div.topBar #userPanelLinks .csMessage .content {
  min-width: 0px;
  max-width: 100%;
  height: auto;
  padding: 15px;
  border: 1px solid #000;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #F1F1F1;
  color: #666;
  text-shadow: 1px 1px #FFF;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
}
div.topBar #userPanelLinks .csMessage .content .reqStr {
  width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: normal;
  line-height: 1.3em;
}
div.topBar #userPanelLinks .csMessage .content a {
  padding: 0px;
  border-right: 0px;
  box-shadow: 0px;
  color: #F7941E;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 0px;
  box-shadow: none;
  text-transform: none;
}
div.topBar #userPanelLinks .csMessage .content a:hover {
  color: #007DC5;
}
div.topBar #userPanelLinks .csMessage .content .btnHolder {
  text-align: right;
}
div.topBar #userPanelLinks .csMessage .content .btn {
  margin-top: 15px;
  background-color: #AFAFAF;
  background-image: -ms-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: -o-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: linear-gradient(top, #f9f9f9, #cccccc);
  background-repeat: repeat-x;
  box-shadow: inset 1px 1px 1px #F1F1F1;
  color: #777;
  text-transform: uppercase;
  text-shadow: 1px 1px #FFF;
  *background-color: #AFAFAF;
}
div.topBar #userPanelLinks .csMessage .content .btn:hover {
  background-color: #AFAFAF;
  background-image: -ms-linear-gradient(top, #ffffff, #bbbbbb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #ffffff, #bbbbbb);
  background-image: -o-linear-gradient(top, #ffffff, #bbbbbb);
  background-image: -moz-linear-gradient(top, #ffffff, #bbbbbb);
  background-image: linear-gradient(top, #ffffff, #bbbbbb);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  *background-color: #AFAFAF;
}
#uname-greeting {
  padding-right: 5px;
  text-align: right;
  font-size: 0.8em;
}
/* Rotating Tool-Tip displayed under the 'Upgrade Now' Green button in the top nav */
.topNavBillingBar {
  margin-top: -30px;
  width: 100%;
  height: 29px;
}
.tip {
  position: absolute;
  z-index: 100;
  display: none;
  padding: 5px;
  font-weight: bold;
  font-size: 8pt;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.tip-text {
  padding: 3px 6px 3px 6px;
  max-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #159f05;
  /* color: #000; */
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  line-height: normal;
}
.tip-arrow {
  margin: 0 auto;
  padding-top: 4px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #159f05;
}
.tooltip-inner.tooltipGreen {
  background-color: #159f05;
}
.tooltip-arrow.tooltipGreen {
  border-bottom: 5px solid #159f05 !important;
}
.tooltip .tooltipGreen {
  font-weight: bold;
  line-height: 14px;
}
.dropdown.open {
  z-index: 2000;
}
span.mmbntxthdr {
  display: block;
  margin-bottom: 9px;
  font-weight: bold;
}
span.mmbntxtblk {
  display: block;
  margin-top: 5px;
  font-size: 0.95em;
}
.bottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  min-width: 800px;
  width: 100%;
  height: 40px;
  border-top: 1px solid #585858;
  background-color: #1C1C1C;
  background-image: -ms-linear-gradient(top, #3f3f3f, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f3f3f), to(#000000));
  background-image: -webkit-linear-gradient(top, #3f3f3f, #000000);
  background-image: -o-linear-gradient(top, #3f3f3f, #000000);
  background-image: -moz-linear-gradient(top, #3f3f3f, #000000);
  background-image: linear-gradient(top, #3f3f3f, #000000);
  background-repeat: repeat-x;
  box-shadow: 0 -2px 0 #000000;
  font-size: x-small;
  *background-color: #1C1C1C;
}
.bottomBar .navbar-inner {
  background-color: transparent;
  background-image: none;
}
#dartAdsDiv {
  min-height: 35px;
}
#dartAdsDiv a {
  margin-right: 5px;
}
#dartAdsDiv .bottomBar .bottomSponsor,
#dartAdsDiv .bottomBar img,
#dartAdsDiv .bottomBar iframe {
  float: left;
  margin: 4px;
  width: 142px;
  height: 28px;
  border: 1px #000 solid;
}
.bottomBar p#availControls {
  margin: 6px 15px;
  text-align: right;
  line-height: 1.3;
}
div#spli + script + div.content > div.skyscraperAd + div.panelHeader,
div#spli + script + div.content > div.panelHeader,
div#spli + script + div.content > div.pageHeader,
div#spli + script + div.content > p > div.panelHeader,
div#spli + script + div.content > div.skyscraperAd + div.pageHeader {
  margin-top: 0 !important;
}
#spli {
  padding-top: 10px;
  padding-bottom: 20px;
}
#spli a.ButtonSmall {
  display: inline-block;
  margin-right: 6px;
  padding-right: 11px;
  background: transparent url('../../images/ui/ButtonSmall_right.png') no-repeat top right;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#spli a.ButtonSmall span {
  display: inherit;
  padding: 4px 0 3px 14px;
  background: transparent url('../../images/ui/ButtonSmall_left.png') no-repeat 0 0;
  color: #222;
  white-space: nowrap;
  line-height: 12px;
}
#spli a.ButtonSmall:hover {
  display: inline-block;
  background-position: right -20px;
  cursor: pointer;
}
#spli a.ButtonSmall:hover span {
  background-position: 0 -20px;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 1150px) {
  li#upgrade-now {
    position: fixed;
    top: 11px;
    left: 250px;
    background-color: #222;
    padding: 5px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid thin #555 !important;
    cursor: pointer;
  }
  li#upgrade-now:hover {
    background-color: #484848 !important;
    color: #5ff746 !important;
  }
  li#upgrade-now a {
    padding: 0 !important;
    margin: 0;
    line-height: 1em !important;
  }
  li#upgrade-now a:hover {
    background-color: transparent !important;
  }
  .topNavBillingBar {
    display: none;
  }
}
.ie8 body.w1280 li#upgrade-now,
.ie8 body.w1120 li#upgrade-now,
.ie8 body.w1024 li#upgrade-now,
.ie8 body.wSmall li#upgrade-now {
  position: fixed;
  top: 11px;
  left: 250px;
  background-color: #222;
  padding: 5px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid thin #555 !important;
  cursor: pointer;
}
.ie8 body.w1280 li#upgrade-now:hover,
.ie8 body.w1120 li#upgrade-now:hover,
.ie8 body.w1024 li#upgrade-now:hover,
.ie8 body.wSmall li#upgrade-now:hover {
  background-color: #484848 !important;
  color: #5ff746 !important;
}
.ie8 body.w1280 li#upgrade-now a,
.ie8 body.w1120 li#upgrade-now a,
.ie8 body.w1024 li#upgrade-now a,
.ie8 body.wSmall li#upgrade-now a {
  padding: 0 !important;
  margin: 0;
  line-height: 1em !important;
}
.ie8 body.w1280 li#upgrade-now a:hover,
.ie8 body.w1120 li#upgrade-now a:hover,
.ie8 body.w1024 li#upgrade-now a:hover,
.ie8 body.wSmall li#upgrade-now a:hover {
  background-color: transparent !important;
}
.ie8 body.w1280 .topNavBillingBar,
.ie8 body.w1120 .topNavBillingBar,
.ie8 body.w1024 .topNavBillingBar,
.ie8 body.wSmall .topNavBillingBar {
  display: none;
}
#footer-upgrade-wrapper {
  width: 100%;
  min-width: 400px;
  position: fixed;
  bottom: 6.66em;
  z-index: 10000;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row-reverse;
  color: #ddd;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
@media only screen and (min-width: 801px) {
  #footer-upgrade-wrapper {
    width: auto;
  }
}
#footer-upgrade-tab {
  width: 100%;
  min-width: 400px;
  background: #f0e804 no-repeat 15px center;
  padding: 16px 15px;
  text-align: center;
  text-decoration: none;
  color: #17232c;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
  box-sizing: border-box;
}
@media only screen and (min-width: 801px) {
  #footer-upgrade-tab {
    max-width: 400px;
  }
  #footer-upgrade-tab:hover + #footer-upgrade-modal-wrapper {
    display: block;
  }
}
#footer-upgrade-tab img {
  width: 20px;
  height: 20px;
}
#footer-upgrade-tab span {
  width: 100%;
  margin: 0px;
  font-weight: 700;
  font-size: 0.8rem;
}
#footer-upgrade-modal-wrapper {
  display: none;
  position: absolute;
  bottom: -40px;
  z-index: 10001;
  width: 100%;
}
@media only screen and (min-width: 801px) {
  #footer-upgrade-modal-wrapper {
    width: 400px;
  }
}
#footer-upgrade-modal-wrapper:hover {
  display: block;
}
#footer-upgrade-modal {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  background: #394f68;
}
#footer-upgrade-modal h1 {
  width: 100%;
  padding: 10px;
  margin: 0px;
  background-color: #18222c;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #18222c;
}
#footer-upgrade-modal img {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
#footer-upgrade-modal .upgrade-bullets {
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 1.1rem;
  padding: 12px 15px 13px 15px;
}
#footer-upgrade-modal .upgrade-bullets > li {
  width: 100%;
  padding: 13px 0px 12px 25px;
  background: url('/assets/manhunt/images/icn/icn-crown-yellow.png') no-repeat left center;
  background-size: 16px;
  color: #fff;
  font-weight: bold;
}
#footer-upgrade-modal a {
  width: 100%;
  padding: 15px 0px;
  background: #f0e804;
  color: #1b2833;
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: none;
  text-align: center;
}
#footer-upgrade-modal a:hover {
  background-color: #82c0e1;
}
#connectContainer {
  width: 100%;
  height: 78px;
}
#connectContainer #connectBody {
  height: 40px;
}
#newBlogPostWidget {
  font: 12px Georgia, serif;
  line-height: 17px;
}
#newBlogPostWidget .newBlogPostHeadline {
  overflow: hidden;
  min-height: 17px;
  max-height: 34px;
  font-size: 14px;
  line-height: 17px;
}
#newBlogPostWidget .newBlogPostBody {
  overflow: hidden;
  padding: 10px;
  height: 80px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
}
#newBlogPostWidget .newBlogPostMore {
  font-weight: bold;
}
.venice #newBlogPostWidget {
  font-family: Helvetica, Arial, sans-serif;
}
.venice #newBlogPostWidget .newBlogPostHeadline,
.venice #newBlogPostWidget .newBlogPostBody {
  -webkit-mask-image: none;
}
.venice #newBlogPostWidget .newBlogPostHeadline,
.venice #newBlogPostWidget .newBlogPostHeadline a {
  margin: 0px;
  color: #f3a131;
}
.venice #newBlogPostWidget .newBlogPostBody {
  margin-top: 5px;
  padding: 0px;
}
.venice #newBlogPostWidget .newBlogPostMore,
.venice #newBlogPostWidget .newBlogPostMore a {
  color: #f3a131;
}
.statusIcon {
  margin-right: 4px;
}
.statusIcon.onlineIcon {
  height: 16px;
  margin-left: 6px;
}
.statusIcon.offlineIcon {
  height: 16px;
  margin-left: 6px;
}
.statusIcon.mobileIcon {
  height: 22px;
}
.statusIcon.buddyIcon {
  height: 18px;
  width: 18px;
  margin-left: 0px;
  position: relative;
  top: -2px;
}
.statusIcon.unlockedIcon {
  margin-left: 4px;
  top: -4px;
  position: relative;
}
.fd-slider-handle {
  cursor: pointer;
}
body.fd-slider-drag-horizontal,
body.fd-slider-drag-horizontal * {
  cursor: pointer !important;
}
.module-board {
  -webkit-user-select: none;
}
.module-board .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.module-board .boardNavigation {
  color: #fda72e;
  text-align: right;
  margin: 0 0 18px;
  padding-top: 16px;
}
.module-board .popover {
  z-index: 1085;
}
.module-board .popover-inside {
  background: #629;
  color: white;
}
.module-board .popover-content {
  background: #339;
}
.module-board .popover-title {
  display: none;
}
.module-board.modal-open .modal-backdrop {
  z-index: 10000;
}
.module-board.modal-open .modal {
  z-index: 10001;
  top: 335px;
}
.module-board .content.bodyContent {
  padding-right: 140px;
  position: relative;
}
.module-board .content.bodyContent .boardad {
  position: absolute;
  top: 3.3em;
  right: 0;
}
.Board {
  margin: 10px;
  font-size: 13px;
  min-height: 400px;
}
.Board .board-footer {
  background-color: #3558a1;
  background-color: #234489;
  background-image: -moz-linear-gradient(top, #173779, #3558a1);
  background-image: -ms-linear-gradient(top, #173779, #3558a1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#173779), to(#3558a1));
  background-image: -webkit-linear-gradient(top, #173779, #3558a1);
  background-image: -o-linear-gradient(top, #173779, #3558a1);
  background-image: linear-gradient(top, #173779, #3558a1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#173779', endColorstr='#3558a1', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #1a4397;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  padding: 6px 20px;
}
.Board .board-more {
  display: none;
  transition: visibility 2s;
  width: 200px;
  margin: 24px auto;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 24px;
  right: 14px;
  color: #70461d;
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px #1d1d1d;
  -moz-box-shadow: 0 5px 10px #1d1d1d;
  box-shadow: 0 5px 10px #1d1d1d;
  z-index: 500;
}
.Board .board-mine-none-exist {
  margin: 24px;
  font-size: 1.1em;
  display: none;
}
.Board .board-mine-none-exist h3 {
  font-size: 1.2em;
}
.BoardDeletedBar {
  position: relative;
  margin-bottom: 22px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: -ms-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#d7d7d7));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: -o-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: linear-gradient(top, #fbfbfb, #d7d7d7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d7d7d7', GradientType=0);
  min-height: 25px;
  background-color: #fbfbfb;
  color: black;
}
.BoardDeletedBar p {
  margin: 0;
  padding: 6px 0;
}
.BoardCreatedBar {
  position: relative;
  padding: 15px;
  margin-top: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 25px;
  background-color: #0c498b;
  border: solid 2px #000F2E;
  color: white;
}
.BoardCreatedBar h1 {
  font-size: 1.3em;
}
.BoardCreatedBar p {
  margin: 0;
  padding: 6px 0;
}
.BoardEditedBar {
  position: relative;
  padding: 15px;
  margin-top: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 25px;
  background-color: #0c498b;
  border: solid 2px #000F2E;
  color: white;
}
.BoardEditedBar p {
  font-size: 1.3em;
  margin: 0;
  padding: 6px 0;
}
.BoardFilters {
  background-color: #0a254c;
  border-bottom: solid #01113d thin;
  border-top: solid #083272 thin;
}
.BoardFilters .filterAge > button {
  min-width: 8em;
}
.BoardFilters .filterAge .radioBlock label {
  display: block;
  font-size: 12px;
}
.BoardFilters .filterAge .radioBlock label input {
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.BoardFilters .filterAge .radioBlock label:first-child {
  margin-bottom: 6px;
}
.BoardFilters .filterAge input[type=text] {
  width: 3em;
}
.BoardFilters .filterAge .ageRangeBlock {
  margin-bottom: 12px;
  text-align: right;
  padding-right: 12px;
}
.BoardFilters .filterLoc > button {
  min-width: 22em;
}
.BoardFilters h3 {
  margin: 10px;
}
.BoardFilters .dropdown-menu {
  min-width: 300px;
  color: black;
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px;
}
.BoardFilters .dropdown-menu select[name=distance] {
  width: auto;
  margin-top: 0;
}
.BoardFilters .dropdown-menu label {
  display: inline-block;
}
.BoardFilters .dropdown-menu label[for=filterLocation] {
  margin: 8px 2px 4px;
}
.BoardFilters .dropdown-menu label[for=distance] {
  margin: 9px 2px 12px 1px;
}
.BoardFilters .dropdown-menu a {
  padding: 7px 0;
  float: left;
  margin-right: 12px;
}
.BoardFilters .actionLinks {
  float: right;
}
.BoardFilters .actionLinks a.cancel {
  display: inline-block;
}
.BoardPost {
  position: relative;
  margin-top: 22px;
}
.BoardPost .board-thumbnail {
  position: absolute;
}
.BoardPost .board-text {
  margin-left: 110px;
}
.BoardPost .postControls {
  max-width: 100px;
}
.BoardPost .postInnerMain,
.BoardPost .postControls {
  overflow: hidden;
}
.BoardPost .postMeta {
  display: table;
}
.BoardPost .postMeta .postAge {
  font-size: 12px;
  color: #7f91b1;
}
.BoardPost .postMeta .viewedPostActions {
  margin-right: 14px;
}
.BoardPost .postMeta .viewedPostActions a {
  font-size: 12px;
}
.BoardPost .postBody {
  *zoom: 1;
  position: relative;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: -ms-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#d7d7d7));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: -o-linear-gradient(top, #fbfbfb, #d7d7d7);
  background-image: linear-gradient(top, #fbfbfb, #d7d7d7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d7d7d7', GradientType=0);
  min-height: 50px;
  background-color: white;
  color: black;
}
.BoardPost .postBody:before,
.BoardPost .postBody:after {
  display: table;
  content: "";
}
.BoardPost .postBody:after {
  clear: both;
}
.BoardPost .postBody:before {
  display: block;
  position: absolute;
  right: 100%;
  border-color: rgba(100, 100, 100, 0);
  border-right-color: #eee;
  border-style: solid;
  border-width: 10px;
  top: 20px;
  content: " ";
  pointer-events: none;
  height: 0;
  width: 0;
}
.BoardPost .postBody,
.BoardPost .postMeta {
  width: 100%;
}
.BoardPost .postText {
  max-height: 6em;
  overflow: hidden;
}
.BoardPost .clickForMore {
  display: none;
}
.BoardPost.overflow .clickForMore {
  display: block;
}
.BoardPost .userMeta,
.BoardPost .postLessImportant {
  display: table-cell;
  vertical-align: middle;
}
.BoardPost .userMeta {
  padding: 5px;
  width: 300px;
}
.BoardPost .userMeta * {
  font-size: 12px;
}
.BoardPost .userMeta .profileInfo {
  display: block;
}
.BoardPost.mine .userMeta {
  background-color: #0c498b;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.BoardPost .postLessImportant {
  text-align: right;
}
.BoardPost.expanded .postText {
  max-height: 100em;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.BoardPost .clickForMore {
  margin-top: 4px;
  color: #777;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}
.BoardPost .clickForMore:hover {
  text-decoration: underline;
}
.BoardPost.mode-edit .postText {
  display: none;
}
.BoardPost.mode-edit .clickForMore {
  display: none;
}
.BoardPost.mode-reply .postText {
  margin-bottom: 18px;
  margin-left: 3px;
}
.BoardPost.mode-reply .clickForMore {
  display: none;
}
.BoardPost .character-count {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.BoardPost .character-count .charlimreached {
  display: none;
  color: #b00000;
  font-weight: normal;
}
.BoardPost .btn-link {
  height: 32px;
  display: inline-block;
}
.BoardPost .board-reply-flag {
  position: absolute;
  height: 6px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../../images/board/bshop-stripe-blu.png);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.BoardPost.replied .board-reply-flag {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.BoardPostEdit .board-editor {
  padding: 5px;
  display: block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  color: black;
  font-size: 13px;
  /* More specific than default, since input with type has display overriden */
}
.BoardPostEdit .board-editor .board-input {
  margin-left: 69px;
}
.BoardPostEdit .board-editor .board-input .expandingEdit {
  position: relative;
  min-height: 6em;
  margin-bottom: 12px;
}
.BoardPostEdit .board-editor .board-input .expandingEdit textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.BoardPostEdit .board-editor .board-input .expandingEdit textarea,
.BoardPostEdit .board-editor .board-input .expandingEdit pre {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: none;
  padding: 6px;
  white-space: pre-wrap;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.BoardPostEdit .board-editor .board-input .expandingEdit pre {
  visibility: hidden;
  margin: 0;
}
.BoardPostEdit .board-editor .board-input .character-count .remaining {
  display: block;
  padding-right: 4px;
}
.BoardPostEdit .board-editor .board-input .character-count.full .remaining {
  display: none;
}
.BoardPostEdit .board-editor .board-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
}
.BoardPostEdit .board-editor .board-thumb > img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;
  width: 64px;
  height: 64px;
}
.BoardPostEdit .board-editor .board-thumb .btn-show-photo-chooser {
  position: absolute;
  left: 50%;
  top: 55px;
  margin-left: -25%;
  padding: 4px 5px;
  width: 3.5em;
}
.BoardPostEdit .board-editor .board-thumb .btn-show-photo-chooser .pencil {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 4px;
}
.BoardPostEdit .board-editor .board-thumb .dropdown-menu {
  position: absolute;
  left: 11px;
  background-color: #dedfdf;
  padding: 12px;
  border-radius: 5px;
  margin: 5px 0 0 5px;
  box-shadow: 0 0 10px #ACACAC;
}
.BoardPostEdit .board-editor .board-controls {
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  display: table;
  width: 100%;
}
.BoardPostEdit .board-editor .board-controls .left,
.BoardPostEdit .board-editor .board-controls .right {
  display: table-cell;
  vertical-align: middle;
}
.BoardPostEdit .board-editor .board-controls .right {
  text-align: right;
}
.BoardPostEdit .board-editor .board-controls .right > * {
  text-align: left;
}
.BoardPostEdit .board-editor .board-controls label {
  display: inline-block;
  margin-right: 6px;
}
.BoardPostEdit .board-editor .board-controls input[type=checkbox] {
  margin: -2px 3px 0 3px;
}
.BoardPostEdit .board-editor .board-controls input[name=locationName] {
  width: 350px;
}
.BoardPostEdit .board-editor .board-controls .icon-clock {
  font-size: 18px;
  background-image: none;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-right: 6px;
}
.BoardPostEdit .board-editor textarea,
.BoardPostEdit .board-editor pre {
  background: transparent;
  min-height: 6em;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.BoardPostEdit .board-editor textarea:focus,
.BoardPostEdit .board-editor pre:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.BoardPostEdit .board-editor .hide {
  display: none;
}
.BoardPostEdit .board-editor .board-count {
  color: #666;
  text-align: right;
}
.BoardPostEdit .board-editor .character-count .charlimreached {
  display: none;
  color: #b00000;
  font-weight: normal;
}
.BoardPostEdit .board-editor .btn-board-postduration {
  color: #666;
  font-size: 9px;
  height: 33px;
}
.BoardPostEdit .dropdown-menu {
  background-color: #fff;
  color: #333333;
  right: 0;
  left: auto;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 6px 0;
  min-width: 165px;
}
.BoardPostEdit .dropdown-menu .divmenu-sep-text {
  padding: 0 10px 5px;
  color: #aaa;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}
.BoardPostEdit .dropdown-menu li {
  padding: 0;
}
.BoardPostEdit .dropdown-menu li a:hover {
  background-color: #D3D5D6;
}
.BoardPostEdit .btn i.icon-pencil {
  background-image: url("../../images/ui/187-pencil-12px.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.BoardPostEdit .btn i.icon-clock {
  background-image: url("../../images/ui/19-clock-14px.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.BoardPostEdit i.icon-info {
  background-image: url("../../images/ui/42-info-12px.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.BoardPostEdit .boardTipSheet {
  display: none;
}
.BoardPhotoChooser .board-deanonymize-tip {
  border: 2px solid #2497e4;
  background-color: #1d80c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  color: #FFF;
  position: absolute;
  left: 96px;
  top: 18px;
  z-index: 1;
  width: 350px;
}
.BoardPhotoChooser .board-deanonymize-tip .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  color: inherit;
  opacity: 1;
  filter: none;
}
.BoardPhotoChooser .board-deanonymize-tip .highlight {
  font-size: 16px;
  font-weight: bolder;
}
.BoardPhotoChooser .board-deanonymize-tip b,
.BoardPhotoChooser .board-deanonymize-tip .highlight {
  text-shadow: 1px 1px #000;
}
.BoardPhotoChooser .dropdown-menu {
  width: 580px;
  font-size: 0.95em;
}
.BoardPhotoChooser .dropdown-menu .for-public {
  display: block;
}
.BoardPhotoChooser .dropdown-menu .for-anonymous {
  display: none;
}
.BoardPhotoChooser .dropdown-menu .for-public,
.BoardPhotoChooser .dropdown-menu .for-anonymous {
  margin-bottom: 12px;
}
.BoardPhotoChooser .dropdown-menu .for-public p,
.BoardPhotoChooser .dropdown-menu .for-anonymous p {
  font-size: 0.9em;
  margin: 2px 0 4px 6px;
}
.board-post-anonymous .BoardPhotoChooser .dropdown-menu .for-public {
  display: none;
}
.board-post-anonymous .BoardPhotoChooser .dropdown-menu .for-anonymous {
  display: block;
}
.BoardPhotoChooser .dropdown-menu h1,
.BoardPhotoChooser .dropdown-menu h2 {
  font-size: inherit;
  line-height: inherit;
}
.BoardPhotoChooser .dropdown-menu .board-photo {
  display: inline-block;
  border: 5px solid transparent;
}
.BoardPhotoChooser .dropdown-menu .board-photo img {
  border: 1px solid black;
}
.BoardPhotoChooser .dropdown-menu .board-photo:hover {
  cursor: pointer;
}
.BoardPhotoChooser .dropdown-menu .board-photo.selected {
  border: 5px solid #FDA72E;
}
.BoardInlineEdit .expandingEdit {
  position: relative;
  min-height: 6em;
  margin-bottom: 12px;
}
.BoardInlineEdit .expandingEdit textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.BoardInlineEdit .expandingEdit textarea,
.BoardInlineEdit .expandingEdit pre {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: none;
  padding: 6px;
  white-space: pre-wrap;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.BoardInlineEdit .expandingEdit pre {
  visibility: hidden;
  margin: 0;
}
.BoardInlineEdit .character-count .remaining {
  display: block;
  padding-right: 4px;
}
.BoardInlineEdit .character-count.full .remaining {
  display: none;
}
.BoardInlineEdit .btn-link {
  height: 32px;
  display: inline-block;
}
.BoardInlineEdit .link-danger {
  color: #b52728;
  font-size: 10px;
  text-decoration: underline;
  padding: 5px;
}
.BoardInlineEdit .btn-group.cancelEdit {
  margin-right: 12px;
}
.BoardReply .expandingEdit {
  position: relative;
  min-height: 6em;
  margin-bottom: 12px;
}
.BoardReply .expandingEdit textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.BoardReply .expandingEdit textarea,
.BoardReply .expandingEdit pre {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: none;
  padding: 6px;
  white-space: pre-wrap;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.BoardReply .expandingEdit pre {
  visibility: hidden;
  margin: 0;
}
.BoardReply .character-count .remaining {
  display: block;
  padding-right: 4px;
}
.BoardReply .character-count.full .remaining {
  display: none;
}
.BoardReply h4 {
  margin: 4px 0 21px;
}
.BoardReply .tinyNote p {
  font-size: 0.8em;
  margin: 0;
}
.BoardReply .btn-group.cancelEdit {
  margin-right: 12px;
}
.boardTipSheet {
  background-color: #0C498C;
  border: 3px solid #1D80C2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px 10px 0;
  font-size: 13px;
}
.boardTipSheet div {
  padding: 5px 0px 10px 10px;
}
.boardTipSheet .header {
  font-weight: bold;
  font-size: 18px;
  padding: 15px 10px 0;
}
.boardTipSheet .subHeader {
  font-weight: bold;
}
.boardTipSheet a {
  padding-bottom: 25px;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  margin-right: 3px;
}
.boardTipSheet .close {
  color: white;
}
.anonymousTooltip {
  border: 2px solid #2497e4;
  background-color: #1d80c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  color: #FFF;
  position: absolute;
  width: 380px;
  bottom: 20px;
  left: -140px;
  box-shadow: 2px 3px 5px #000;
  font-family: Helvetica, Arial, sans-serif;
}
.anonymousTooltip .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  color: inherit;
  opacity: 1;
  filter: none;
}
.anonymousTooltip .highlight {
  font-size: 16px;
  font-weight: bolder;
}
.anonymousTooltip b,
.anonymousTooltip .highlight {
  text-shadow: 1px 1px #000;
}
.anonymousTooltip .highlight {
  line-height: auto;
  margin-bottom: 5px;
}
.anonymousTooltip .highlight.last {
  margin-top: 15px;
}
.anonymousTooltip .outerCaret {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2497e4;
  position: absolute;
  bottom: -10px;
  left: 134px;
}
.anonymousTooltip .innerCaret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2497e4;
  position: absolute;
  bottom: -5px;
  left: 139px;
}
.icon-info .anonymousTooltip {
  display: none;
}
.icon-info:hover .anonymousTooltip {
  display: block;
}
.boardNavigation {
  font-size: 13px;
}
.ProfileTile {
  margin: 2px;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  cursor: pointer;
  float: left;
}
.ProfileTile.ProfileTile-expandArea {
  background-color: #142d4f;
  cursor: pointer;
  padding: 24px;
}
.ProfileTile.ProfileTile-expandArea strong {
  font-weight: bold;
  color: #fda72e;
}
.ProfileTile.ProfileTile-expandArea .inner {
  vertical-align: middle;
  position: absolute;
  padding: 0px 24px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -25%;
}
.ProfileTile.loadMore {
  cursor: default;
  background-color: #0185d4;
  padding: 1px;
}
.ProfileTile.loadMore .image {
  background: #1189d2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #244b93), color-stop(1, #1189d2));
  background: -ms-linear-gradient(bottom, #244b93, #1189d2);
  background: -moz-linear-gradient(center bottom, #244b93 0%, #1189d2 100%);
  background: -o-linear-gradient(#1189d2, #244b93);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1189d2', endColorstr='#244b93', GradientType=0);
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 198px;
  width: 198px;
}
.ProfileTile.loadMore .image div {
  font-size: 0.9em;
  text-shadow: 1px 1px #222;
  color: #fda72e;
}
.ProfileTile.loadMore .image div.eor {
  font-weight: bold;
  font-size: 1.2em;
  color: white;
}
.ProfileTile.loadMore img {
  margin: 10px 0 14px 0;
}
.ProfileTile.loadMore .endlink {
  cursor: pointer;
}
.ProfileTile .image {
  position: absolute;
  width: 200px;
  height: 200px;
}
.ProfileTile .info {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  left: 0px;
  padding: 5px 10px;
  font-size: 11px;
  text-shadow: 2px 2px 2px #000;
  line-height: 11px;
  background-color: rgba(0, 0, 0, 0.6);
  /*visibility: hidden;*/
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.2s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1.2s;
}
.ProfileTile .info .username,
.ProfileTile .info .lineTwoLeft {
  width: 95px;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.ProfileTile .info .lineTwoLeft {
  font-weight: normal;
  width: 115px;
}
.ProfileTile .info .presence,
.ProfileTile .info .mail,
.ProfileTile .info .im {
  float: right;
  line-height: 11px;
  position: absolute;
  right: 6px;
}
.ProfileTile .info .mail,
.ProfileTile .info .im {
  color: #ffcc0a;
  top: 0px;
}
.ProfileTile .info .mail.disabled-action,
.ProfileTile .info .im.disabled-action {
  color: #CCCCCC;
}
.ProfileTile .info .stats {
  font-size: 11px;
}
.ProfileTile .info .location {
  display: block;
  width: 115px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ProfileTile .info .infoLineOne {
  height: 16px;
  position: relative;
}
.ProfileTile .info .infoLineTwo,
.ProfileTile .info .infoLineThree {
  height: 12px;
  position: relative;
}
.ProfileTile .info .infoLineTwo .vipCrown,
.ProfileTile .info .infoLineThree .vipCrown {
  float: right;
}
.ProfileTile .info .infoLineTwo .vipCrown img,
.ProfileTile .info .infoLineThree .vipCrown img {
  margin: -20px 4px 0px 0px;
  width: 12px;
  height: 12px;
}
.ProfileTile .blocked {
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
}
.ProfileTile .blocked .inner {
  position: absolute;
  margin-top: -25%;
  top: 50%;
  padding: 1em;
  text-align: center;
  height: 100%;
}
.ProfileTile .info .isOnline,
.ProfileList .listViewInfo .isOnline {
  color: #0F0;
}
.ProfileTile .info .isOffline,
.ProfileList .listViewInfo .isOffline {
  color: #BBB;
}
.alwaysExpand .ProfileTile .info,
.alwaysHalfExpand .ProfileTile .info,
.justHover .ProfileTile:hover .info {
  /*visibility: visible;*/
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.1s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.1s;
  /*-webkit-transition: bottom 1s;*/
  /*-moz-transition: bottom 1s;*/
}
.alwaysHalfExpand .ProfileTile .info {
  bottom: -40px;
  height: 75px;
  width: 170px;
  right: 15px;
  left: 15px;
}
.alwaysHalfExpand .ProfileTile:hover .info {
  bottom: 0px;
  -webkit-transition: bottom 0.4s;
}
.Profile {
  font-size: 14px;
}
.Profile .logoBar {
  width: 95%;
  margin: 0 auto;
  margin-top: 8px;
}
.Profile .profileHeader,
.Profile .profileBottom {
  background-image: url(../assets/manhunt/images/ui/veniceProfileHeader.png);
  background-repeat: repeat-x;
  border-bottom: 1px solid #000;
  width: 95%;
  min-width: 788px;
  margin: 0 auto;
  position: relative;
}
.Profile .profileHeader {
  margin-top: 10px;
  padding: 13px 12px;
}
.Profile .profileBottom {
  border-top: 1px solid #000;
  padding: 13px 12px;
}
.Profile .lastLogin {
  font-size: 12px;
  float: right;
  width: 25em;
  display: inline-block;
  text-align: right;
}
.Profile .profileBody {
  border-top: 1px solid #183861;
  background-color: #152D4F;
  width: 95%;
  min-width: 788px;
  min-height: 440px;
  position: relative;
  margin: 0 auto;
  padding: 15px 12px 0;
  white-space: normal;
  overflow: auto;
}
.Profile .profileBody .column {
  display: table-cell;
  vertical-align: top;
}
.Profile .profileBody .imageColumn {
  padding: 12px;
  height: auto;
  background-color: #0C1D3B;
}
.Profile .profileBody .imageColumn .thumb {
  border: 2px solid #152D4F;
  cursor: pointer;
  text-decoration: none;
}
.Profile .profileBody .imageColumn .smallthumb,
.Profile .profileBody .imageColumn .privatePic {
  width: 50px;
  height: 50px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin: 3px 9px;
}
.Profile .profileBody .imageColumn .privatePic {
  cursor: not-allowed;
}
.Profile .profileBody .imageColumn .imageHolder {
  width: 254px;
  height: auto;
  display: block;
  position: relative;
  margin: 0px;
}
.Profile .profileBody .imageColumn .imageHolder a {
  width: 250px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-image: url(../../images/ui/ajax_loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.Profile .profileBody .imageColumn .thumbnails {
  margin: 6px -9px 0px -9px;
  width: 272px;
}
.Profile .profileBody .textColumn {
  position: absolute;
  left: 290px;
  top: 15px;
  right: 285px;
  min-width: 240px;
  height: 380px;
  border-right: 1px solid #0A1d3E;
}
.Profile .profileBody .textColumn .listViewDistanceInfo {
  display: block;
  margin-bottom: 15px;
}
.Profile .profileBody .textColumn .listViewProfileText {
  margin-top: 15px;
}
.Profile .profileBody .textColumn .presence {
  font-size: 12px;
}
.Profile .profileBody .textColumn .profileContent {
  color: #BAE3F7;
  font-size: 13px;
  height: 275px;
  overflow-x: hidden;
  overflow-y: auto;
}
.Profile .profileBody .textColumn .hr {
  width: 89%;
  border-top: 1px solid #0A1d3E;
  margin: 0 auto;
}
.Profile .profileBody .statsColumn {
  position: absolute;
  right: 12px;
  top: 15px;
  width: 260px;
}
.Profile .profileBody .statsColumn th {
  min-width: 115px;
  font-size: 13px;
  color: #BAE3F7;
}
.Profile .profileBody .statsColumn td,
.Profile .profileBody .statsColumn .profileIntos {
  font-size: 13px;
}
.Profile .profileBody .statsColumn .cat {
  color: #BAE3F7;
  display: inline;
}
.BoardAbuseRoadblock {
  color: #000;
}
.BoardAbuseRoadblock form {
  margin-left: 100px;
}
.BoardAbuseRoadblock a {
  color: inherit;
  text-decoration: underline;
}
.BoardAbuseRoadblock .modal-body {
  background: #e6e8e9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e8e9), color-stop(1, #c7c9cb));
  background: -ms-linear-gradient(bottom, #e6e8e9, #c7c9cb);
  background: -moz-linear-gradient(center bottom, #e6e8e9 0%, #c7c9cb 100%);
  background: -o-linear-gradient(#c7c9cb, #e6e8e9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c9cb', endColorstr='#e6e8e9', GradientType=0);
  position: relative;
}
.BoardAbuseRoadblock .modal-body .abuseAckWrapper {
  margin-bottom: 12px;
}
.BoardAbuseRoadblock .modal-body .abuseAckWrapper label {
  display: inline;
  margin-left: 8px;
}
.BoardAbuseRoadblock .BoardAbuseRoadblock-accent {
  position: absolute;
  width: 100px;
  text-align: center;
  padding-top: 1em;
}
.AbuseReportForm .warningText {
  font-size: 11px;
  text-align: center;
  margin-top: 8px;
  color: #666;
}
.AbuseReportForm .top {
  font-weight: bold;
}
.AbuseReportForm textarea {
  width: 100%;
}
.AbuseReportForm li {
  list-style: none;
}
.AbuseReportForm .question {
  margin-bottom: 12px;
  font-weight: bold;
}
.AbuseReportForm .reasonButtons label {
  display: block;
}
.AbuseReportForm .sectionContent.blocky {
  margin-top: 16px;
  width: 100%;
}
.AbuseReportForm .sectionContent.blocky textarea {
  margin-top: 8px;
  height: 6em;
}
.AbuseReportForm .AbuseReportForm-success {
  display: none;
}
.AbuseReportForm .AbuseReportForm-form {
  display: block;
}
.AbuseReportForm.regularModal .AbuseReportForm-success {
  display: block;
}
.AbuseReportForm.regularModal .AbuseReportForm-form {
  display: none;
}
/* Purpose-specific Manhunt code */
.content.bodyContent {
  margin-bottom: 54px;
}
div.skyscraperAd {
  position: fixed;
  right: 8px;
  z-index: 800;
}
div.rightAdSpace {
  margin-right: 134px;
}
.topFixed.navbar.navbar-fixed-top {
  min-width: 980px;
}
.headingUnderlayment {
  height: 108px;
}
#im-list-wrapper {
  /* border: solid 1px #000000; */
  margin-left: 450px;
}
#chatDiv {
  margin-left: 45px;
  margin-top: 8px;
  float: left;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#im-list {
  width: 360px;
  background-color: #081C3E;
  border-top: solid 1px #888888;
  border-left: solid 1px #888888;
  border-right: solid 1px #888888;
}
#im-list-heading {
  width: auto;
  height: auto;
  background-image: url(../../images/ui/fade_steel.png);
  background-repeat: repeat-x;
  border-bottom: solid 1px #888888;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.im-link-act {
  color: #ff2300;
  cursor: pointer;
}
.im-link-inact {
  color: #aaa;
  cursor: pointer;
}
.slide {
  position: relative;
}
.slide .inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}
#im-requests {
  width: 100%;
  margin-bottom: 20px;
}
#im-requests td {
  border-bottom: solid 1px #081C3E;
  padding: 5px;
  background-color: #4c5870;
}
#im-requests td.im-time {
  color: #888888;
  font-size: .7em;
  padding-left: 10px;
}
#im-requests td.im-name {
  color: #ff9900;
  font-weight: bold;
}
#im-requests td.im-name a,
#im-requests td.im-name span {
  color: #ff9900;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  width: 170px;
  display: block;
  overflow: hidden;
}
#im-requests td.im-name a:hover {
  color: yellow;
}
#im-requests td.im-actions {
  text-align: right;
}
#im-requests td.im-actions img {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.chtAccLnk {
  color: Chartreuse;
  font-size: 13px;
  font-weight: bold;
  margin-right: 6px;
}
.chtDecLnk {
  font-size: 13px;
  font-weight: bold;
}
#chatNotParts,
#defBtnTxt {
  display: none;
}
#chatDisplCloseBtn {
  float: right;
  margin-right: 6px;
  cursor: pointer;
}
#AdvancedSearch {
  /* All summary lines are hidden by default */
  /* Then, if we have an attribute (marked on the container), show the row. If there's a combination, hide again and show the combined row. */
  /* Location */
  /* Age */
  /* Height */
  /* Penis length */
  /* Penis girth */
  /* All the checkboxes */
  /* And the keywords list */
}
#AdvancedSearch .summary {
  display: none;
}
#AdvancedSearch.has-location .summary-location {
  display: block;
}
#AdvancedSearch.has-ageMin .summary-ageMin {
  display: block;
}
#AdvancedSearch.has-ageMax .summary-ageMax {
  display: block;
}
#AdvancedSearch.has-ageMin.has-ageMax .summary-ageMin,
#AdvancedSearch.has-ageMin.has-ageMax .summary-ageMax {
  display: none;
}
#AdvancedSearch.has-ageMin.has-ageMax .summary-age {
  display: block;
}
#AdvancedSearch.has-heightMin .summary-heightMin {
  display: block;
}
#AdvancedSearch.has-heightMax .summary-heightMax {
  display: block;
}
#AdvancedSearch.has-heightMin.has-heightMax .summary-heightMin,
#AdvancedSearch.has-heightMin.has-heightMax .summary-heightMax {
  display: none;
}
#AdvancedSearch.has-heightMin.has-heightMax .summary-height {
  display: block;
}
#AdvancedSearch.has-lengthMin .summary-lengthMin {
  display: block;
}
#AdvancedSearch.has-lengthMax .summary-lengthMax {
  display: block;
}
#AdvancedSearch.has-lengthMin.has-lengthMax .summary-lengthMin,
#AdvancedSearch.has-lengthMin.has-lengthMax .summary-lengthMax {
  display: none;
}
#AdvancedSearch.has-lengthMin.has-lengthMax .summary-length {
  display: block;
}
#AdvancedSearch.has-girthMin .summary-girthMin {
  display: block;
}
#AdvancedSearch.has-girthMax .summary-girthMax {
  display: block;
}
#AdvancedSearch.has-girthMin.has-girthMax .summary-girthMin,
#AdvancedSearch.has-girthMin.has-girthMax .summary-girthMax {
  display: none;
}
#AdvancedSearch.has-girthMin.has-girthMax .summary-girth {
  display: block;
}
#AdvancedSearch.has-eyesList .summary-eyesList {
  display: block;
}
#AdvancedSearch.has-hairList .summary-hairList {
  display: block;
}
#AdvancedSearch.has-buildList .summary-buildList {
  display: block;
}
#AdvancedSearch.has-ethnicityList .summary-ethnicityList {
  display: block;
}
#AdvancedSearch.has-circumcisedList .summary-circumcisedList {
  display: block;
}
#AdvancedSearch.has-hivList .summary-hivList {
  display: block;
}
#AdvancedSearch.has-intos .summary-intos {
  display: block;
}
#AdvancedSearch.has-positionList .summary-positionList {
  display: block;
}
#AdvancedSearch.has-availabilityList .summary-availabilityList {
  display: block;
}
#AdvancedSearch.has-placeList .summary-placeList {
  display: block;
}
#AdvancedSearch.has-filterBy .summary-statusOnline {
  display: block;
}
#AdvancedSearch.has-hasPics .summary-hasPics {
  display: block;
}
#AdvancedSearch.has-hasPics.has-filterBy .summary-statusOnline {
  display: none;
}
#AdvancedSearch.has-hasPics.has-filterBy .summary-hasPics {
  display: none;
}
#AdvancedSearch.has-hasPics.has-filterBy .summary-statusBoth {
  display: block;
}
#AdvancedSearch.has-keywordList .summary-keywordList {
  display: block;
}
.paddingModal {
  padding: 100px;
}
.modal.MigrationModal {
  top: 40%;
  position: absolute;
}
.modal.MigrationModal.start {
  width: 533px;
  background-color: rgba(0, 125, 197, 0.7);
}
.modal.MigrationModal.start .video {
  height: 230px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
}
.modal.MigrationModal.start .topCopy {
  background-color: #FFF;
  color: #0064a0;
  padding: 22px 43px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}
.modal.MigrationModal.start .bottomHalf {
  border-top: 1px solid #CCC;
  background-color: #EBEBEB;
  *background-color: #EBEBEB;
  background-image: -ms-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: -o-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #cccccc);
  background-image: linear-gradient(top, #f9f9f9, #cccccc);
  background-repeat: repeat-x;
}
.modal.MigrationModal.start .bottomCopy {
  padding: 20px 14px;
  color: #0064A0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal.MigrationModal.start .btnHolder {
  padding: 21px 15px 17px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
}
.modal.MigrationModal.start .btnHolder .btn {
  width: 185px;
  padding: 17px 0;
  font-family: Arial, Helvetica, sans-serif;
}
.modal.MigrationModal.start .btnHolder .cancel {
  border: 1px solid #999;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  background-color: #D1D1D1;
  *background-color: #D1D1D1;
  background-image: -ms-linear-gradient(top, #ffffff, #d5d5d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d5d5d5));
  background-image: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
  background-image: -o-linear-gradient(top, #ffffff, #d5d5d5);
  background-image: -moz-linear-gradient(top, #ffffff, #d5d5d5);
  background-image: linear-gradient(top, #ffffff, #d5d5d5);
  background-repeat: repeat-x;
  font-size: 12px;
}
.modal.MigrationModal.start .btnHolder .btn-primary {
  border: 1px solid #232F63;
  font-size: 15px;
}
.modal.MigrationModal.finish {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  text-align: center;
  width: 430px;
}
.modal.MigrationModal.finish .firstWrapper {
  padding: 27px 36px;
  border: 1px solid #999;
  background-color: #EBEBEB;
  *background-color: #EBEBEB;
  background-image: -ms-linear-gradient(top, #f9f9f9, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dddddd);
  background-image: -o-linear-gradient(top, #f9f9f9, #dddddd);
  background-image: -moz-linear-gradient(top, #f9f9f9, #dddddd);
  background-image: linear-gradient(top, #f9f9f9, #dddddd);
  background-repeat: repeat-x;
}
.modal.MigrationModal.finish .successText {
  font-size: 29px;
  color: #65924F;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: none;
  margin-bottom: 10px;
}
.modal.MigrationModal.finish .copy {
  margin-top: 10px;
  text-shadow: none;
  color: black;
}
.modal.MigrationModal.finish .btn {
  margin-top: 15px;
  text-transform: uppercase;
  padding: 20px 24px;
  font-weight: bold;
  font-size: 14px;
}
.resultsSuccess .profile-set-location-container,
.searchSuccess .profile-set-location-container {
  top: 30%;
}
@-moz-document url-prefix() {
  .profile-set-location-container .Autocomplete .input {
    height: 53px;
  }
}
.LocationNameChoice label {
  display: block;
}
.LocationNameChoice .location-display-name-list {
  margin: 5px 0 0 0px;
  list-style: none;
  padding: 0px;
  font-size: 14px;
}
.LocationNameChoice .location-display-name-list li {
  padding-top: 5px;
}
.SearchResults {
  font-size: 13px;
  display: table;
  width: 100%;
  padding: 16px;
}
.SearchResults .ad {
  width: 100px;
  padding-left: 16px;
  height: 1000px;
}
.SearchResults .searchColumn {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.SearchResults .searchColumn.ad iframe {
  margin-bottom: 20px;
}
.SearchResults .searchColumn .sticky {
  position: fixed;
  top: 108px;
  right: 17px;
}
.gridWidthMatch {
  z-index: 2;
}
div#locationWidgetCurtain {
  position: fixed;
  top: 0;
  left: 0;
  border: solid thin cyan;
  width: 100%;
  height: 100%;
  /*    background-color: black;
    opacity: 0.5; */
  display: none;
}
.modal-backdrop {
  background-color: #041a3f;
}
/* Style on Google autocompleter drop-down, has to be above modal; they force z-index 1000, so we have to go past that since modal is 1050. */
.pac-container {
  z-index: 2000 !important;
}
.greyGrad {
  border: 1px solid #676767;
  background-color: #D1D1D1;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #cdcdcd);
  background-image: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: linear-gradient(top, #f8f8f8, #cdcdcd);
}
.profile-set-location-container {
  top: 38%;
  position: absolute;
  color: #434343;
  width: 660px;
  background-color: rgba(0, 125, 197, 0.7);
  overflow: auto;
  padding: 20px;
  text-shadow: none;
  box-sizing: border-box;
  z-index: 10001;
  /*

    .location-modal-footer-left {
        float: left;
        padding-top: 10px;
        a {
            color: #0088CC;
            &:hover {
                color: #005580;
                text-decoration: underline;
            }
        }
    }
    */
}
.profile-set-location-container .btn:not(.btn-primary) {
  font-weight: bold;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -ms-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#c6c6c6));
  background-image: -webkit-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -o-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: linear-gradient(top, #ffffff, #c6c6c6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c6c6c6', GradientType=0);
  color: #666;
  text-shadow: 1px 1px #ffffff;
  background-position: 0;
  border: solid thin #333333;
}
.profile-set-location-container .btn:not(.btn-primary).active {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
  color: #007dc5;
  text-shadow: 1px 1px #ffffff;
}
.profile-set-location-container .btn:not(.btn-primary):hover,
.profile-set-location-container .btn:not(.btn-primary).active:hover {
  background-color: #e7f6ff;
  background-image: -moz-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -ms-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff9ff), to(#dbf2ff));
  background-image: -webkit-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -o-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: linear-gradient(top, #eff9ff, #dbf2ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff9ff', endColorstr='#dbf2ff', GradientType=0);
  color: #0e86d9;
  text-shadow: 1px 1px solid;
}
.profile-set-location-container .btn-group {
  border: solid thin #333333;
  display: inline-block;
}
.profile-set-location-container .btn-group .btn {
  border: none;
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #ffffff;
  margin-left: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.profile-set-location-container .btn-group .btn:first-child {
  border-left: none;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.profile-set-location-container .btn-group .btn:last-child {
  border-right: none;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.profile-set-location-container * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.profile-set-location-container .background {
  background-color: #FFF;
  min-height: 560px;
}
.profile-set-location-container h3 {
  color: #1f66a3;
  font-size: 18px;
}
.profile-set-location-container h3 em {
  font-style: normal;
}
.profile-set-location-container .help {
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #434343;
}
.profile-set-location-container .tooltip-container {
  width: 200px;
  float: left;
}
.profile-set-location-container .map-container {
  width: 375px;
  float: left;
}
.profile-set-location-container .inner {
  padding: 15px;
  color: #404040;
}
.profile-set-location-container input,
.profile-set-location-container form,
.profile-set-location-container label {
  margin-bottom: 0;
}
.profile-set-location-container .google-map-canvas {
  width: auto;
  border-top: 1px solid #007EC5;
}
.profile-set-location-container .google-map-container {
  position: relative;
}
.profile-set-location-container .google-map-drop-marker {
  position: absolute;
  left: 50%;
  margin-left: -30%;
  top: 35%;
  width: 225px;
  color: #424242;
  z-index: 1000;
  border: 1px solid #676767;
  background-color: #D1D1D1;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #cdcdcd);
  background-image: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: linear-gradient(top, #f8f8f8, #cdcdcd);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 2px 10px rgba(1, 1, 1, 0.5);
  -moz-box-shadow: 0 0 2px 10px rgba(1, 1, 1, 0.5);
  -webkit-box-shadow: 0 0 2px 10px rgba(1, 1, 1, 0.5);
}
.profile-set-location-container .google-map-drop-marker .inner {
  text-align: center;
  font-weight: bold;
  padding: 15px;
}
.profile-set-location-container .google-map-drop-marker .close {
  position: absolute;
  right: 3px;
  top: 0px;
  float: none;
}
.profile-set-location-container .location-displayname {
  padding: 10px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top: none;
  box-shadow: 0 0 1px 1px rgba(232, 233, 233, 0.5);
  -moz-box-shadow: 0 0 2px 2px rgba(210, 212, 213, 0.73);
  -webkit-box-shadow: 0 0 2px 2px rgba(210, 212, 213, 0.73);
  font-size: 13px;
  border: 1px solid #676767;
  background-color: #D1D1D1;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #cdcdcd);
  background-image: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: linear-gradient(top, #f8f8f8, #cdcdcd);
  position: relative;
}
.profile-set-location-container .location-displayname h4 {
  color: #1f66a3;
  font-size: 14px;
  font-weight: bold;
}
.profile-set-location-container .location-displayname label {
  font-size: 13px;
  cursor: pointer;
  text-align: left;
}
.profile-set-location-container .location-displayname input {
  margin-left: 0px;
  margin-right: 3px;
  float: none;
  line-height: normal;
}
.profile-set-location-container .Autocomplete {
  width: 375px;
}
.profile-set-location-container .location-modal-footer {
  padding-top: 15px;
}
.profile-set-location-container .location-modal-footer-right {
  float: right;
}
.profile-set-location-container .location-modal-footer-right .btn-primary {
  font-size: 18px;
  width: 200px;
  padding: 8px;
  margin-left: 10px;
}
.profile-set-location-container .location-modal-footer-right .btn-primary.disabled {
  border: 1px solid #676767;
  background-color: #D1D1D1;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #cdcdcd);
  background-image: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: linear-gradient(top, #f8f8f8, #cdcdcd);
  color: #888;
}
.profile-set-location-container .location-modal-footer-right .btn-primary.disabled:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0px 0px;
}
.profile-set-location-container .location-modal-footer-right .btn-cancel {
  width: 125px;
  padding: 9px;
  font-size: 15px;
}
.profile-set-location-container .tooltip-container {
  position: relative;
}
.profile-set-location-container .tooltip-container .icon {
  width: 21px;
  margin: auto;
  padding-bottom: 3px;
}
.profile-set-location-container .tooltip-container .header {
  font-weight: bold;
  text-align: center;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.profile-set-location-container .tooltip-container .body {
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.profile-set-location-container .tooltip-container .tooltip-shell {
  padding: 8px;
  width: 185px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
}
.profile-set-location-container .tooltip-container .tooltip-location-private-red {
  color: #fff;
  margin-top: 45px;
  background: #e22a34;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e22a34 0%, #891a20 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e22a34), color-stop(100%, #891a20));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e22a34 0%, #891a20 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e22a34 0%, #891a20 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e22a34 0%, #891a20 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e22a34 0%, #891a20 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22a34', endColorstr='#891a20', GradientType=0);
  /* IE6-9 */
  border: 1px solid #434343;
}
.profile-set-location-container .tooltip-container .tooltip-location-private-red .tip-arrow-image {
  background-image: url("../../images/ui/location-private-tip-red.png");
  width: 13px;
  height: 43px;
  position: absolute;
  right: -12px;
  top: 5px;
}
.profile-set-location-container .tooltip-container .tooltip-location-private {
  color: #888888;
  margin-top: 45px;
  border: 1px solid #676767;
  background-color: #D1D1D1;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #cdcdcd);
  background-image: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: linear-gradient(top, #f8f8f8, #cdcdcd);
}
.profile-set-location-container .tooltip-container .tooltip-location-private .tip-arrow-image {
  background-image: url("../../images/ui/location-private-tip.png");
  width: 13px;
  height: 43px;
  position: absolute;
  right: -13px;
  top: 5px;
}
.profile-set-location-container .tooltip-container .tooltip-location-shared {
  margin-top: 180px;
  color: #ffffff;
  background: #24bd3d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #24bd3d 0%, #1a892c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24bd3d), color-stop(100%, #1a892c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #24bd3d 0%, #1a892c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #24bd3d 0%, #1a892c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #24bd3d 0%, #1a892c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #24bd3d 0%, #1a892c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24bd3d', endColorstr='#1a892c', GradientType=0);
  /* IE6-9 */
  border: 1px solid #434343;
}
.profile-set-location-container .tooltip-container .tooltip-location-shared .tip-arrow-image {
  background-image: url("../../images/ui/location-shared-tip.png");
  width: 13px;
  height: 27px;
  position: absolute;
  right: -13px;
  top: 40px;
}
.pac-item {
  color: #333;
}
/* Fix the Google Maps markers while using Bootstrap per http://stackoverflow.com/questions/9141249/twitter-bootstrap-css-affecting-google-maps */
*[data-provide="google-map"] img {
  max-width: none;
}
.setlocation-container {
  padding-top: 20px;
}
.setlocation-container .btn:not(.btn-primary) {
  font-weight: bold;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -ms-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#c6c6c6));
  background-image: -webkit-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -o-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: linear-gradient(top, #ffffff, #c6c6c6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c6c6c6', GradientType=0);
  color: #666;
  text-shadow: 1px 1px #ffffff;
  background-position: 0;
  border: solid thin #333333;
}
.setlocation-container .btn:not(.btn-primary).active {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
  color: #007dc5;
  text-shadow: 1px 1px #ffffff;
}
.setlocation-container .btn:not(.btn-primary):hover,
.setlocation-container .btn:not(.btn-primary).active:hover {
  background-color: #e7f6ff;
  background-image: -moz-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -ms-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff9ff), to(#dbf2ff));
  background-image: -webkit-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -o-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: linear-gradient(top, #eff9ff, #dbf2ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff9ff', endColorstr='#dbf2ff', GradientType=0);
  color: #0e86d9;
  text-shadow: 1px 1px solid;
}
.setlocation-container .btn-group {
  border: solid thin #333333;
  display: inline-block;
}
.setlocation-container .btn-group .btn {
  border: none;
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #ffffff;
  margin-left: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.setlocation-container .btn-group .btn:first-child {
  border-left: none;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.setlocation-container .btn-group .btn:last-child {
  border-right: none;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.setlocation-container .locationFilter {
  position: relative;
}
.setlocation-container h3 {
  line-height: 27px;
  padding-bottom: 10px;
  font-weight: normal;
}
.setlocation-container .faux-disabled-input {
  padding: 10px;
  color: #666;
  min-width: 350px;
  display: inline-block;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  background-color: #F8F8F8;
  *background-color: #F8F8F8;
  background-image: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: linear-gradient(top, #f8f8f8, #cdcdcd);
  cursor: pointer;
}
.setlocation-container .btn-primary {
  margin-left: -4px;
  margin-top: -3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 35px;
  text-transform: uppercase;
  font-size: 12px;
}
.resultsSuccess [data-provide="cancel-btn"] {
  display: none;
}
.resultsSuccess [data-provide="save-btn"] {
  text-transform: uppercase;
  width: 190px;
}
.resultsSuccess h4 {
  text-transform: uppercase;
  font-size: 13px;
}
.AccountLocation .alert {
  width: 425px;
}
body.veniceSearchSuccess {
  min-width: 980px;
}
img.presenceIcon {
  height: 10px;
  width: 9px;
  margin-left: 2px;
  border: 0px;
}
img.presenceIcon.desktop {
  margin-left: 3px;
}
img.presenceIcon.list {
  margin-left: 0px;
  margin-right: 5px;
  margin-top: -3px;
}
/************************/
/*  START - MAP WIDGET */
/**********************/
#setLocationWidgetOuterContainer.mol {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  min-width: 520px;
  min-height: 434px;
  padding: 0px;
  z-index: 1900;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
#setLocationWidgetOuterContainer.mol [class^="icon-"],
#setLocationWidgetOuterContainer.mol [class*=" icon-"] {
  width: 25px;
  height: 37px;
  line-height: 25px;
}
#setLocationWidgetOuterContainer.mol .icon-geoLocate {
  background-image: url("../../images/ui/geolocateUI.png");
}
#setLocationWidgetOuterContainer.mol .icon-nav {
  background-position: -75px 0px;
}
#setLocationWidgetOuterContainer.mol .icon-circleS {
  background-position: 0px 0px;
  position: absolute;
  left: 1px;
}
#setLocationWidgetOuterContainer.mol .icon-circleM {
  background-position: -25px 0px;
}
#setLocationWidgetOuterContainer.mol .icon-circleL {
  background-position: -50px 0px;
  position: absolute;
  right: -4px;
}
#setLocationWidgetOuterContainer.mol .icon-marker {
  background-position: -100px 0px;
  height: 25px;
}
#setLocationWidgetOuterContainer.mol .icon-tooltipOnePoint {
  background-position: -125px 0px;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 16px;
  left: 159px;
}
#setLocationWidgetOuterContainer.mol .icon-tooltipTwoPoint {
  background-position: -150px 0px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 128px;
}
#setLocationWidgetOuterContainer.mol .icon-tooltipThreePoint {
  background-position: -175px 0px;
  height: 25px;
  position: absolute;
  top: 9px;
  left: -11px;
}
#setLocationWidgetOuterContainer.mol .icon-howDoIUseMapsGuys {
  background-position: -200px 0px;
  height: 25px;
  position: absolute;
  top: 266px;
  left: 467px;
}
#setLocationWidgetOuterContainer.mol .inner {
  padding: 25px 15px 15px;
}
#setLocationWidgetOuterContainer.mol ul.float-left {
  list-style: none;
  margin: 0;
  padding: 0px;
}
#setLocationWidgetOuterContainer.mol ul.float-left li:nth-child(n+2) {
  padding-left: 30px;
}
#setLocationWidgetOuterContainer.mol ul.float-left li label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#setLocationWidgetOuterContainer.mol .menonline-footer {
  margin-top: 23px;
  display: table;
  width: 100%;
  position: relative;
}
#setLocationWidgetOuterContainer.mol .menonline-footer > * {
  display: table-cell;
  vertical-align: top;
}
#setLocationWidgetOuterContainer.mol .menonline-footer .menonline-setlocation {
  text-align: right;
}
#setLocationWidgetOuterContainer.mol .menonline-footer .menonline-slider {
  position: relative;
  padding-right: 15px;
  padding-left: 7px;
  width: 100%;
}
#setLocationWidgetOuterContainer.mol .menonline-footer .menonline-slider input {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #888;
}
#setLocationWidgetOuterContainer.mol .menonline-footer .iconHolder {
  text-align: center;
  position: relative;
}
/************************/
/*  END - MAP WIDGET   */
/**********************/
.modal-error {
  background-color: rgba(165, 31, 38, 0.7);
}
.modal-search-error {
  z-index: 1070;
}
.profileBadge {
  height: 16px;
  min-height: 16px;
  width: 16px;
  min-width: 16px;
  margin-left: 6px;
}
.profileBadge.enabled {
  display: inline;
}
.center1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/** ** ** ** ** ** ** ** ** ** ** **/
/*  PROFILE BLOCKS - LIST VIEW     */
/** ** ** ** ** ** ** ** ** ** ** **/
.ProfileList {
  margin-bottom: 24px;
}
.ProfileList.eor {
  margin-bottom: 64px;
}
.ProfileList .username {
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 8px;
}
.ProfileList .alert-block {
  display: inline-block !important;
}
.ProfileList.ProfileList-expandArea {
  cursor: pointer;
}
.ProfileList.ProfileList-expandArea .loadMore {
  padding: 24px;
}
.ProfileList.ProfileList-expandArea strong {
  font-weight: bold;
  color: #fda72e;
}
.ProfileList .loadMore {
  cursor: default;
  height: 65px;
  padding: 0px;
  text-align: center;
  background: url('/assets/manhunt/images/search/refreshBannerBgTall.png') repeat-x;
}
.ProfileList .loadMore .endlink {
  cursor: pointer;
}
.ProfileList .loadMore img {
  margin: 0 8px;
}
.ProfileList .loadMore span {
  width: 13em;
  display: inline-block;
  text-align: left;
  text-shadow: 1px 1px #222;
  color: #fda72e;
  font-weight: bold;
}
.ProfileList .loadMore span.eor {
  text-align: right;
  color: white;
}
.ProfileList .listViewActions > div {
  padding: 16px;
}
.searchAdSentence,
.searchAd {
  text-align: center;
}
div.profileListBlock {
  width: 100%;
  color: #dcdcdc;
  padding: 12px;
  position: relative;
  display: table;
  background-color: #132847;
  /* #152d4f */
  /*border: solid thin yellow;*/
}
div.profileListBlock .keywordHighlight {
  background-color: #c00;
  padding: 0 3px;
}
.listViewProfileText .headline {
  font-weight: bold;
}
.listViewProfileText .profileBody {
  color: #bae3f7;
  white-space: normal;
}
div.profileDataRow {
  display: table;
  margin-bottom: 12px;
  border-left: 0;
  border-right: 0;
}
div.profileDataRow .profileDataRowLonerBtn {
  float: right;
}
div.profileDataRow .profileDataRowLonerBtn:last-child {
  margin-right: 24px;
}
div.profileListHeader {
  position: relative;
  padding: 12px;
  cursor: pointer;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
div.listViewImageWrapper {
  /* border: solid thin yellow !important; */
  width: 200px;
  min-width: 200px;
  display: table-cell;
  vertical-align: top;
}
div.listViewImage {
  height: 200px;
  min-height: 200px;
  display: block;
  cursor: pointer;
}
div.listViewInfo {
  display: table-cell;
  width: 65%;
  /* border: solid thin green; */
  height: 100%;
  padding: 0 36px 0 12px;
}
div.listViewDistanceInfo {
  display: table-cell;
}
div.listViewDistanceInfo p {
  padding-left: 45px;
  color: #bae3f7;
  line-height: 12px;
}
div.listViewDistanceInfo p:first-child {
  padding-left: 18px;
  color: inherit;
}
div.listViewDistanceInfo span.location {
  font-weight: bold;
}
div.listViewProfileText {
  margin-left: 22px;
  margin-top: 24px;
}
div.listViewAttrs {
  /*width: 35%;*/
  /* border: solid thin purple; */
  min-width: 175px;
  display: table-cell;
}
div.listViewAttrs table {
  min-width: 225px;
  /* border: solid thin orange; */
}
div.listViewAttrs table tr td:first-child {
  padding-right: 12px;
}
div.listViewAttrs .listViewProfAttrs {
  color: #bae3f7;
}
div.listViewActions {
  display: table;
  position: relative;
  width: 100%;
  text-align: left;
}
div.listViewActions .btn-group {
  display: table-cell;
  vertical-align: top;
}
div.listViewActions .btn {
  min-width: 90px;
  font-weight: bold;
  color: #666 !important;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: solid thin #CCC;
  border-left: solid thin #CCC;
  font-size: 13px;
}
div.listViewActions .rightSide {
  position: absolute;
  right: 12px;
}
div.listViewActions .alert-block {
  left: 220px;
}
div.listViewActions .alert-block.push-left {
  left: 220px;
  right: initial;
}
div.listViewActions .alert-block.push-right {
  left: initial;
  right: 12px;
}
div.listViewActions .alert-block.mail-error {
  left: 20px;
  right: initial;
}
.profileListBlock div.alert-block,
.profileDataRow div.alert-block,
.Profile div.alert-block {
  position: absolute;
  bottom: 43px;
  width: auto;
  padding: 6px 8px !important;
  cursor: pointer;
}
.Profile .listViewActions .alert-block.push-left {
  left: 200px;
  right: initial;
}
/** ** ** ** ** ** ** ** ** ** **  **/
/*  END PROFILE BLOCKS - LIST VIEW */
/** ** ** ** ** ** ** ** ** ** ** */
#activityFeedbackBlock {
  display: none;
  position: relative;
  z-index: 1;
}
.loadingMoreGuysFeedback {
  width: 95%;
  padding: 18px 0;
  text-align: center;
  margin: 24px auto 36px auto;
}
.loadingMoreGuysFeedback span {
  display: block;
  background-color: #0e2443;
  border: solid 1px #000;
  padding: 30px 0 20px 0;
  z-index: 5;
  position: relative;
  top: -51px;
}
.loadingMoreGuysSpinny {
  background-image: url(/assets/manhunt/images/search/loading-more-spinny2.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 79px;
  z-index: 10;
  position: relative;
}
.lastLogin {
  float: right;
  display: inline-block;
  text-align: right;
  font-size: 12px !important;
  margin-top: -5px;
}
.lastLogin.online,
.lastLogin.mobile {
  color: #03BF09;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
.lastLogin.offline img,
.lastLogin.online img {
  width: 13px;
}
.lastLogin.mobile img {
  width: 25px;
}
.lastLogin .vipCrown img {
  width: 25px !important;
  margin: 0px 10px 8px 0px;
}
.lastLogin .profileLoginStatus {
  margin-bottom: 12px !important;
}
.loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  border: 1px solid #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.spinner.spinner-waiting {
  background-color: #fff;
  background: url(../bootstrap/img/spinner-waiting.gif) no-repeat center center;
}
.spinner.spinner-flower {
  background-color: #fff;
  background: url(../bootstrap/img/spinner-blue-on-white.gif) no-repeat center center;
}
.waiting {
  text-align: center;
  padding: 1em;
}
.waiting h1 {
  color: #0064a0;
  font-size: 18px;
  font-weight: bolder;
  text-shadow: 1px 1px 0.5px white;
}
.NoResults {
  width: 33%;
  padding-top: 8em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.NoResults h1 {
  font-size: 120%;
  font-weight: bolder;
  color: #fcc600;
}
.NoResults p {
  font-size: 100%;
  font-weight: normal;
}
/* this is necessary for the navbar-fixed-top that was applied to our top-nav */
/* and it affects all pages with bootstrap-full.css */
.navbar-fixed-top {
  z-index: 1080;
}
.roundBorders {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.veniceRegisterSuccess .modal-backdrop {
  background-color: #041a3f;
}
.regTopBar {
  width: 100%;
  height: 50px;
  padding-left: 78px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0C142E;
}
.regTopBar #mhLogoMainTopNav {
  position: absolute;
  bottom: 0;
}
.registration-content {
  position: absolute;
  min-width: 960px;
  left: 100px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.registration-content .modal {
  display: none;
  width: 730px;
  height: 450px;
  padding: 15px;
  border: 1px solid #000201;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #D1D1D1;
  *background-color: #D1D1D1;
  background-image: -ms-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#cfcfcf));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: -o-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: -moz-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: linear-gradient(top, #f9f9f9, #cfcfcf);
  background-repeat: repeat-x;
}
.registration-content .modal:hover {
  background-color: #CFCFCF;
  *background-color: #CFCFCF;
}
.registration-content .modal .tosText {
  width: 700px;
  height: 350px;
  padding: 15px;
  overflow-y: scroll;
  overflow-x: auto;
  border: 1px solid #666666;
  background-color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.registration-content .modal .tosText a {
  color: #1755a0;
}
.registration-content .modal .tosText h1,
.registration-content .modal .tosText h2,
.registration-content .modal .tosText h3 {
  font-size: 15px;
}
.registration-content .modal .tosText h1 {
  color: #142F4F;
}
.registration-content .modal .tosText h2,
.registration-content .modal .tosText h3 {
  color: #204A96;
}
.registration-content .modal .btn-primary {
  width: 170px;
  height: 40px;
  border: 1px solid #000;
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.veniceRegisterSuccess #mhLogoMainTopNav img {
  position: relative;
  left: 20px;
}
.veniceRegister2Success .registration-content {
  width: 80%;
  min-width: 520px;
}
.veniceRegister2Success .registration-content .control-group {
  display: inline-block;
  width: 40%;
  min-width: 405px;
  max-width: 425px;
  margin-left: 9%;
}
.veniceRegister2Success .registration-content select {
  float: right;
  margin-top: 0;
}
.veniceRegister2Success .registration-content .inputMetric {
  width: 300px;
  float: right;
}
.veniceRegister3Success .registration-content {
  width: 80%;
  min-width: 520px;
}
.veniceRegister3Success .registration-content .intoContainer .checkBoxList {
  width: 145px;
}
.veniceRegisterSuccess .row {
  display: table;
}
.veniceRegisterSuccess #registrationFormBody {
  display: table-cell;
  vertical-align: top;
}
.registration-sidebar {
  background-color: #152D4F;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: table-cell;
  vertical-align: top;
  float: none;
}
.registration-sidebar .inner {
  padding: 20px;
  text-align: right;
}
.registration-form-header {
  margin-left: -21px;
  margin-top: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.registration-form-header h3 {
  background-color: #152D4F;
  padding: 12px 12px 12px 20px;
  font-weight: normal;
}
.btn-grey {
  background-color: #D1D1D1;
  *background-color: #D1D1D1;
  background-image: -ms-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#cfcfcf));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: -o-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: -moz-linear-gradient(top, #f9f9f9, #cfcfcf);
  background-image: linear-gradient(top, #f9f9f9, #cfcfcf);
  background-repeat: repeat-x;
}
.btn-grey:hover {
  background-color: #CFCFCF;
  *background-color: #CFCFCF;
}
.registration-form-container {
  padding-top: 20px;
  /* This is from jQuery File Upload - http://blueimp.github.com/jQuery-File-Upload/ */
  /*
    .registration-file-upload input[type='file'] {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      font-size: 5px;
      filter: alpha(opacity=0);
      opacity: 0;
      transform: translate(0, 95px) scale(5);
      -moz-transform: translate(0, 95px) scale(8);
      -webkit-transform: translate(0, 95px) scale(8);
      direction: ltr;
      cursor: pointer;
      width: 100%;
      height: 100%;
    }
    */
}
.registration-form-container .welcomeText {
  padding-bottom: 20px;
  font-size: 17px;
}
.registration-form-container label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.registration-form-container .label-left {
  display: inline;
  margin-top: 8px;
}
.registration-form-container .tos-label {
  line-height: 14px;
  display: block;
  margin-top: 0px;
  font-weight: 500;
  float: none;
  text-transform: none;
  cursor: pointer;
}
.registration-form-container .followupPage {
  text-transform: uppercase;
}
.registration-form-container .control-centered {
  text-align: center;
}
.registration-form-container .control-group {
  padding-bottom: 5px;
  background-color: transparent;
  border: 0px;
}
.registration-form-container .tos_group {
  margin-bottom: 0px;
}
.registration-form-container .form-help {
  color: #ccc;
  font-size: 11px;
  padding-top: 5px;
  margin-bottom: -4px;
}
.registration-form-container .radios {
  padding-bottom: 15px;
  padding-left: 15px;
}
.registration-form-container .radios input[type='radio'] {
  display: inline;
}
.registration-form-container .radios label,
.registration-form-container .radios .measLabel {
  display: inline;
  padding-right: 16px;
}
.registration-form-container .radios .measLabel {
  text-transform: none;
  font-weight: normal;
}
form.english .registration-form-container .english {
  display: inline-block;
}
form.metric .registration-form-container .metric {
  display: inline-block;
}
.registration-form-container input[type='text'],
.registration-form-container input[type='password'],
.registration-form-container textarea {
  padding: 10px 10px;
  font-size: 16px;
}
.registration-form-container textarea {
  height: 175px;
}
.registration-form-container .span4 input[type='text'],
.registration-form-container .span4 input[type='password'] {
  padding-right: 40px;
  width: 225px;
}
.registration-form-container .span5 input[type='text'],
.registration-form-container .span5 input[type='password'],
.registration-form-container .span5 textarea {
  padding-right: 40px;
  width: 325px;
}
.registration-form-container .span6 input[type='text'],
.registration-form-container .span6 input[type='password'] {
  padding-right: 40px;
  width: 405px;
}
.registration-form-container .span8 input[type='text'],
.registration-form-container .span8 input[type='password'] {
  padding-right: 40px;
  width: 545px;
}
.registration-form-container .input-mini {
  width: 71px;
}
.registration-form-container .chkbox {
  width: 10px;
}
.registration-form-container .chklabel {
  width: 350px;
}
.registration-form-container .alert-error {
  width: 100%;
  max-width: 598px;
  border: 1px solid #B94A48;
  padding: 8px 14px;
}
.registration-form-container .age-error {
  width: 279px;
}
.registration-form-container .photo-error {
  margin: 0px auto;
  width: 170px;
}
.registration-form-container input[type='text'].metric {
  padding: 5px 5px;
  width: 84%;
}
.registration-form-container .btn-join {
  width: 200px;
  height: 50px;
  float: right;
  padding-top: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #14264c;
  background-color: #F3A22F;
  *background-color: #F3A22F;
  background-image: -ms-linear-gradient(top, #ffca0c, #f3a22f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffca0c), to(#f3a22f));
  background-image: -webkit-linear-gradient(top, #ffca0c, #f3a22f);
  background-image: -o-linear-gradient(top, #ffca0c, #f3a22f);
  background-image: -moz-linear-gradient(top, #ffca0c, #f3a22f);
  background-image: linear-gradient(top, #ffca0c, #f3a22f);
  background-repeat: repeat-x;
}
.registration-form-container select {
  width: 100%;
  max-width: 298px;
}
@-moz-document url-prefix() {
  select {
    max-width: 293px;
    height: 22px;
    padding-top: 5px;
    font-size: 13px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .registration-form-container select {
    border: 1px solid #BBB;
    height: 25px;
    font-size: 13px;
  }
}
.registration-form-container .intoHeader {
  font-weight: 600;
  font-size: 23px;
  padding-bottom: 25px;
}
.registration-form-container .intoContainer {
  max-height: 380px;
}
.registration-form-container .intoContainer .checkBoxList {
  display: block;
  position: static;
  float: left;
  line-height: 1;
  padding-bottom: 12px;
  width: 180px;
}
.registration-form-container .intoContainer .checkBoxList label {
  display: inline;
  font-size: 12px;
  text-transform: none;
}
.registration-form-container .ajax-loading {
  background: url("../../images/ui/venice-loader.gif") 99% 50% no-repeat #ffffff;
}
.registration-form-container .ajax-error {
  background: url("../../images/ui/veniceCross.png") 100% 50% no-repeat #ffffff;
}
.registration-form-container .ajax-success {
  background: url("../../images/ui/veniceTick.png") 98% 50% no-repeat #ffffff;
}
.registration-form-container #iframe_upload_container {
  text-align: center;
  overflow: hidden;
  width: 240px;
}
.registration-form-container #iframe_upload_container.registerTableCell {
  display: table-cell;
  vertical-align: top;
}
.registration-form-container #iframe_upload_container .registration-file-upload {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 172px;
  margin: 23px auto 0px auto;
}
.registration-form-container #iframe_upload_container .registration-file-upload .profile-photo {
  border: 2px solid #fff;
  width: 170px;
  margin-bottom: 10px;
}
.registration-form-container #iframe_upload_container .registration-file-upload .loading {
  position: absolute;
  border: none;
  left: 100px;
  top: 45px;
}
.registration-form-container #iframe_upload_container .registration-file-upload a {
  font-weight: bold;
  font-size: 13px;
  padding-left: 14px;
  padding-right: 14px;
}
.registration-form-container #iframe_upload_container .registration-file-upload input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 500px;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.registration-form-container#tos_container .span5,
.registration-form-container#tos_container .span3 {
  margin-left: 0px;
}
.registration-form-container#tos_container input[type='checkbox'].ajax-success {
  background: none;
}
.registration-form-container#tos_container input[type='checkbox'].ajax-error {
  background: none;
}
@-moz-document url-prefix() {
  .registration-file-upload input[type="file"] {
    width: 0;
    left: -2500px;
    font-size: 219px !important;
  }
  .registration-form-container #iframe_upload_container {
    display: inline-block;
  }
}
.registration-form-container #registrationBodyCharatersLeft {
  padding-top: 5px;
  font-size: 10px;
}
.registration-form-container #registrationSetLocationContainer .faux-disabled-input {
  width: 510px;
}
.registration-form-container #registrationSetLocationContainer .faux-disabled-input span {
  width: 480px;
}
.registration-form-container #registrationSetLocationContainer .btn-primary {
  font-size: 13px;
  font-weight: bold;
  height: 38px;
  padding-left: 14px;
  padding-right: 14px;
}
.registration-form-container .registerTableCell {
  display: table-cell;
  vertical-align: top;
}
.registration-form-container .textBoxes {
  float: none;
  padding-left: 20px;
}
.registration-form-container.metric .english {
  display: none;
}
.registration-form-container.metric .metric {
  display: inline-block;
}
.registration-form-container.english .english {
  display: inline-block;
}
.registration-form-container.english .metric {
  display: none;
}
.veniceRegisterIframeSuccess .container {
  width: 150px;
  margin: 0px;
}
.uneditable-set-location {
  cursor: pointer;
}
.skipSaveContainer {
  height: 80px;
  margin-top: 32px;
  padding: 15px;
  border: 1px #000 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.skipSaveContainer .btn {
  width: 165px;
  height: 50px;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.skipSaveContainer .btn .skipCarets {
  font-size: 16px;
  padding-left: 3px;
}
.skipSaveContainer .btn-grey {
  margin-right: 25px;
  color: #666;
  border: 1px #999 solid;
}
.skipSaveContainer .btn-primary {
  border: 1px #000 solid;
  padding-top: 6px;
}
body.menuSuccess.venice,
body.menuOldLayout.venice {
  background-color: #0c1d3b;
}
body.menuSuccess.venice #green_bar_promo,
body.menuOldLayout.venice #green_bar_promo {
  background-image: url("../../images/green_bar_promo/bg-left-venice.png");
}
body.menuSuccess.venice #green_bar_promo a,
body.menuOldLayout.venice #green_bar_promo a {
  background-image: url("../../images/green_bar_promo/bg-right-venice.png");
}
body.menuSuccess.venice .panelContainer,
body.menuOldLayout.venice .panelContainer {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #152d4f;
}
body.menuSuccess.venice .panelContainer.adSpot,
body.menuOldLayout.venice .panelContainer.adSpot {
  background-color: transparent;
}
body.menuSuccess.venice .panelHeader,
body.menuOldLayout.venice .panelHeader {
  border: 0px;
  border-bottom: 1px solid #000;
  background-image: url("../../images/ui/veniceProfileHeader.png");
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px 15px;
  text-align: left;
}
body.menuSuccess.venice .panelHeader td,
body.menuOldLayout.venice .panelHeader td {
  font-size: 1em;
}
body.menuSuccess.venice .panelHeader .panelHeaderViewLink .edit2,
body.menuOldLayout.venice .panelHeader .panelHeaderViewLink .edit2 {
  font-size: 13px;
}
body.menuSuccess.venice .btn-group,
body.menuOldLayout.venice .btn-group {
  display: table-cell;
  vertical-align: top;
}
body.menuSuccess.venice .btn-venice,
body.menuOldLayout.venice .btn-venice {
  min-width: 90px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: solid thin #CCC;
  border-left: solid thin #CCC;
  font-size: 0.9em;
  background-color: #AFAFAF;
  *background-color: #AFAFAF;
  background-image: -ms-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#aeaeae));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: -o-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: -moz-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: linear-gradient(top, #f6f6f6, #aeaeae);
  background-repeat: repeat-x;
  padding: 7px 16px;
  text-shadow: 1px 1px #F6F6F6;
}
body.menuSuccess.venice #flagpollWidgetContainer,
body.menuOldLayout.venice #flagpollWidgetContainer {
  margin: 0px 0px 20px;
}
body.menuSuccess.venice #boardWidgetContainer .panelHeader,
body.menuOldLayout.venice #boardWidgetContainer .panelHeader {
  padding: 0px;
}
body.menuSuccess.venice #boardWidgetContainer .panelHeader #easybuttons,
body.menuOldLayout.venice #boardWidgetContainer .panelHeader #easybuttons {
  background-color: transparent;
}
body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn-group,
body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn-group {
  display: table-cell;
  vertical-align: top;
}
body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn,
body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn {
  min-width: 90px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: solid thin #CCC;
  border-left: solid thin #CCC;
  font-size: 0.9em;
  background-color: #AFAFAF;
  *background-color: #AFAFAF;
  background-image: -ms-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#aeaeae));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: -o-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: -moz-linear-gradient(top, #f6f6f6, #aeaeae);
  background-image: linear-gradient(top, #f6f6f6, #aeaeae);
  background-repeat: repeat-x;
  padding: 7px 16px;
  text-shadow: 1px 1px #F6F6F6;
}
[lang=pt] body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn,
[lang=pt] body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn {
  font-size: 0.8em;
  padding: 5px 6px;
}
[lang=pt].ie9 body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn,
[lang=pt].ie9 body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn {
  font-size: 0.7em;
}
[lang=de] body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn,
[lang=de] body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn {
  font-size: 0.8em;
}
[lang=de].ie9 body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn,
[lang=de].ie9 body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn {
  font-size: 0.7em;
}
[lang=it] body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn,
[lang=it] body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn {
  font-size: 0.8em;
  padding: 6px 13px;
}
[lang=it].win body.menuSuccess.venice #boardWidgetContainer .panelHeader .btn,
[lang=it].win body.menuOldLayout.venice #boardWidgetContainer .panelHeader .btn {
  font-size: 0.7em;
}
body.menuSuccess.venice .adPanel .panelBody,
body.menuOldLayout.venice .adPanel .panelBody {
  padding: 10px;
}
body.menuSuccess.venice .panelBody,
body.menuOldLayout.venice .panelBody {
  position: relative;
  background-color: #152d4f;
  border: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #183861;
  padding: 0px;
  text-align: left;
}
body.menuSuccess.venice .panelBody .flagpollForm,
body.menuOldLayout.venice .panelBody .flagpollForm,
body.menuSuccess.venice .panelBody .fpComplete,
body.menuOldLayout.venice .panelBody .fpComplete {
  padding: 15px;
}
body.menuSuccess.venice .panelBody .flagpollForm #ansButton,
body.menuOldLayout.venice .panelBody .flagpollForm #ansButton,
body.menuSuccess.venice .panelBody .fpComplete #ansButton,
body.menuOldLayout.venice .panelBody .fpComplete #ansButton {
  padding: 3px;
  margin: 0px;
  width: auto;
  font-weight: normal;
}
body.menuSuccess.venice .panelBody#newMailWidget .emailWidget,
body.menuOldLayout.venice .panelBody#newMailWidget .emailWidget {
  height: 125px;
}
body.menuSuccess.venice .panelBody#newMailWidget .emailWidget .tracklistRow,
body.menuOldLayout.venice .panelBody#newMailWidget .emailWidget .tracklistRow {
  font-weight: bold;
  padding: 12px 15px;
}
body.menuSuccess.venice .panelBody#newMailWidget .emailWidget a,
body.menuOldLayout.venice .panelBody#newMailWidget .emailWidget a {
  color: #f69520;
}
body.menuSuccess.venice .panelBody#newMailWidget .emailWidget img.buddyIcon,
body.menuOldLayout.venice .panelBody#newMailWidget .emailWidget img.buddyIcon {
  position: relative;
  float: right;
  top: 2px;
}
body.menuSuccess.venice .panelBody .trackStripeDark,
body.menuOldLayout.venice .panelBody .trackStripeDark,
body.menuSuccess.venice .panelBody .boardStripeDark,
body.menuOldLayout.venice .panelBody .boardStripeDark {
  background-color: #122543;
  border-bottom: 1px solid #0c1d3b;
}
body.menuSuccess.venice .panelBody .trackStripeLight,
body.menuOldLayout.venice .panelBody .trackStripeLight,
body.menuSuccess.venice .panelBody .boardStripeLight,
body.menuOldLayout.venice .panelBody .boardStripeLight {
  background-color: #152d4f;
  border-bottom: 1px solid #0c1d3b;
}
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .buddyOnline,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .buddyOnline {
  display: none;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget {
  height: 175px;
  border-top: 0px;
  padding: 0;
  overflow-y: hidden;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .tracklistRow,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .tracklistRow,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .tracklistRow,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .tracklistRow {
  font-weight: bold;
  padding: 12px 15px;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .outer-div,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .outer-div,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .outer-div,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .outer-div {
  padding-top: 0px;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  width: 100%;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .outer-div .inner-div,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .outer-div .inner-div,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div {
  display: table;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList {
  margin: 0px;
  display: block;
  list-style-type: none;
  width: 100%;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li {
  border-right: 1px solid #000;
  padding: 0px;
  text-align: center;
  display: table-cell;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li a,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li a,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li a,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li a {
  background-color: transparent;
  height: 192px;
  padding: 15px;
  border-right: 1px solid #183861;
  border-top: 1px solid #183861;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li a .title,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li a .title,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li a .title,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li a .title {
  margin-top: 10px;
  width: 100px;
  color: #f69520;
}
body.menuSuccess.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li a .last-login,
body.menuOldLayout.venice .panelBody#trackListWidgetScalable .outer-div .inner-div .scrollList li a .last-login,
body.menuSuccess.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li a .last-login,
body.menuOldLayout.venice .panelBody#onlineBuddiesWidget .outer-div .inner-div .scrollList li a .last-login {
  padding-top: 0px;
  margin-top: -5px;
}
body.menuSuccess.venice .panelBody#currentLocationWidgetScalable,
body.menuOldLayout.venice .panelBody#currentLocationWidgetScalable {
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}
body.menuSuccess.venice .panelBody#currentLocationWidgetScalable .textHolder,
body.menuOldLayout.venice .panelBody#currentLocationWidgetScalable .textHolder {
  margin-right: 125px;
  white-space: nowrap;
}
body.menuSuccess.venice .panelBody#currentLocationWidgetScalable span,
body.menuOldLayout.venice .panelBody#currentLocationWidgetScalable span {
  position: relative;
  top: 1px;
  max-width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
body.menuSuccess.venice .panelBody#currentLocationWidgetScalable .btn,
body.menuOldLayout.venice .panelBody#currentLocationWidgetScalable .btn {
  padding: 2px 5px;
  position: absolute;
  right: 10px;
  top: 6px;
}
body.menuSuccess.venice .panelBody .social-media-links,
body.menuOldLayout.venice .panelBody .social-media-links {
  padding-left: 10px;
}
body.menuSuccess.venice .panelBody .social-media-links a,
body.menuOldLayout.venice .panelBody .social-media-links a {
  background-color: #152d4f;
}
body.menuOldLayout.venice .content {
  min-width: 1000px;
}
body.menuOldLayout.venice .landingPageRight {
  margin-top: 0px;
  width: 540px;
}
body.menuOldLayout.venice .landingPageLeft {
  margin-right: 568px;
}
body.menuOldLayout.venice .adBlogBlock {
  margin-top: 15px;
}
.veniceAdvancedSearchSuccess {
  background-color: #0C1D3B;
  min-width: 960px;
}
.error.smText {
  margin: 10px 0px 10px 21px;
}
#searchTabsContainer {
  padding-top: 5px;
}
#searchTabsContainer p {
  clear: left;
  font-weight: 700;
  font-size: 15px;
  color: #B2C8E0;
}
#searchTabsContainer hr {
  padding: 0px;
  height: 1px;
  border: 0 none;
  clear: left;
}
#searchTabsContainer label {
  display: inline;
}
#searchTabsContainer ul,
#searchTabsContainer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#searchTabsContainer .searchTabs {
  position: absolute;
  width: 100px;
  margin-left: 1px;
}
#searchTabsContainer .searchTab {
  display: block;
  width: auto;
  padding: 5px 10px;
  margin: 3px 0 0 5px;
  cursor: pointer;
  text-decoration: none;
}
#searchTabsContainer .searchTab.selected {
  box-shadow: -1px 0 0 #000f30, 0 -1px 0 #000f30, 0 1px 0 #000f30;
  border: 1px #20437b solid;
  border-width: 1px 0px 1px 1px;
  outline-width: 1px 0px 1px 1px;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  color: #fff;
  background-color: #142B54;
  cursor: default;
  z-index: 100;
}
#summaryTab {
  height: 350px;
  overflow: auto;
}
#summaryTab p {
  display: inline;
  border: 0 none;
  margin-right: 10px;
  font-weight: normal;
}
#summaryTab .summary {
  margin-bottom: 7px;
}
.searchTabContent {
  display: none;
  position: relative;
}
.searchTabBox {
  min-height: 350px;
  margin-left: 100px;
  padding: 15px 15px 0px;
  background-color: #142B54;
  border: 1px #20437b solid;
  box-shadow: 0px 0px 0px 1pt #000f30;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.searchTabBox #whoTab .searchTabRightColumn {
  height: 542px;
}
.searchTabBox #whatTab .searchTabRightColumn {
  height: 450px;
}
.searchTabBox #whereTab .searchTabRightColumn {
  height: 555px;
}
.searchTabBox #whereTab .searchTabLeftColumn {
  margin-right: 84px;
}
.searchTabBox #whereTab .searchTabLeftColumn [class^="icon-"],
.searchTabBox #whereTab .searchTabLeftColumn [class*=" icon-"] {
  width: 25px;
  height: 37px;
  line-height: 25px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-geoLocate {
  background-image: url("../../images/ui/geolocateUI.png");
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-nav {
  background-position: -75px 0px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-circleS {
  background-position: 0px 0px;
  position: absolute;
  left: 1px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-circleM {
  background-position: -25px 0px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-circleL {
  background-position: -50px 0px;
  position: absolute;
  right: -4px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-marker {
  background-position: -100px 0px;
  height: 25px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-tooltipOnePoint {
  background-position: -125px 0px;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 16px;
  left: 159px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-tooltipTwoPoint {
  background-position: -150px 0px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 128px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-tooltipThreePoint {
  background-position: -175px 0px;
  height: 25px;
  position: absolute;
  top: 9px;
  left: -11px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-howDoIUseMapsGuys {
  background-position: -200px 0px;
  height: 25px;
  position: absolute;
  top: 266px;
  left: 467px;
}
.searchTabBox #whereTab .searchTabLeftColumn .icon-screenshot {
  font-size: 21px;
}
.searchTabBox #whereTab .searchTabLeftColumn .menonline-slider {
  padding-right: 15px;
  padding-left: 7px;
  width: 100%;
}
.searchTabBox #whereTab .searchTabLeftColumn .menonline-slider input {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #888;
}
.searchTabBox #whereTab .searchTabLeftColumn .iconHolder {
  text-align: center;
  position: relative;
}
.ie .searchTabBox #whereTab .searchTabLeftColumn .iconHolder {
  margin-top: -22px;
}
.searchTabBox #whereTab .searchTabLeftColumn .mapSliderBlock .whereText {
  display: inline-block;
  margin-top: 46px;
}
.searchTabBox .searchTabLeftColumn {
  width: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.searchTabBox .searchTabLeftColumn .Autocomplete {
  margin-top: 20px;
}
.searchTabBox .searchTabLeftColumn .sliderH {
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
}
.searchTabBox .searchTabLeftColumn .whereText {
  font-size: 14px;
}
.searchTabBox .searchTabRightColumn {
  min-width: 361px;
  max-width: 500px;
  overflow-y: auto;
  position: relative;
  display: inline-block;
}
.searchTabBox .searchTabRightColumn .checkBoxList {
  width: 9em;
  display: inline-block;
  float: none;
}
.searchTabBox .searchTabRightColumn input[type="text"] {
  width: 300px;
  padding: 10px 10px;
}
.searchTabBox .checkListsBlock {
  max-width: 500px;
}
.searchTabBox .mapSliderBlock {
  width: 500px;
}
.mozilla .searchTabBox #whereTab .searchTabLeftColumn .menonline-slider input {
  -moz-border-radius: 0px;
  border: none;
}
.mozilla .searchTabBox #whereTab .searchTabLeftColumn .menonline-slider li .fd-slider {
  margin: 0 0 -5px;
}
.ie .mozilla .searchTabBox #whereTab .searchTabLeftColumn .menonline-slider li .fd-slider .fd-slider-wrapper {
  top: 20px;
}
.mozilla .searchTabBox #whereTab .searchTabLeftColumn .menonline-slider li .fd-slider .fd-slider-wrapper .fd-slider-bar {
  border-width: 2px;
}
.searchField {
  width: 35px;
  height: 24px;
  margin-bottom: 10px;
}
input.searchField {
  margin-bottom: 10px;
}
select.searchField {
  width: 75px;
}
.searchCockLabel {
  float: left;
  position: relative;
  top: 3px;
  width: 110px;
}
#whereTab .searchTabLeftColumn .btn:not(.btn-primary) {
  font-weight: bold;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -ms-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#c6c6c6));
  background-image: -webkit-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -o-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: linear-gradient(top, #ffffff, #c6c6c6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c6c6c6', GradientType=0);
  color: #666;
  text-shadow: 1px 1px #ffffff;
  background-position: 0;
  border: solid thin #333333;
}
#whereTab .searchTabLeftColumn .btn:not(.btn-primary).active {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
  color: #007dc5;
  text-shadow: 1px 1px #ffffff;
}
#whereTab .searchTabLeftColumn .btn:not(.btn-primary):hover,
#whereTab .searchTabLeftColumn .btn:not(.btn-primary).active:hover {
  background-color: #e7f6ff;
  background-image: -moz-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -ms-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff9ff), to(#dbf2ff));
  background-image: -webkit-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -o-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: linear-gradient(top, #eff9ff, #dbf2ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff9ff', endColorstr='#dbf2ff', GradientType=0);
  color: #0e86d9;
  text-shadow: 1px 1px solid;
}
#whereTab .searchTabLeftColumn .btn-group {
  border: solid thin #333333;
  display: inline-block;
}
#whereTab .searchTabLeftColumn .btn-group .btn {
  border: none;
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #ffffff;
  margin-left: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#whereTab .searchTabLeftColumn .btn-group .btn:first-child {
  border-left: none;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#whereTab .searchTabLeftColumn .btn-group .btn:last-child {
  border-right: none;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#whereTab #locations select {
  width: 100%;
  margin-bottom: 2px;
}
#whereTab #selectedLocations {
  margin: 5px 0px 0px 15px;
}
#whereTab #selectedLocations span.disabled {
  display: block;
}
#whereTab #distanceLocations {
  margin: 10px 0px 10px 5px;
}
#whereTab span.disabled {
  color: #888;
}
#whereTab #clearSelection {
  margin: 5px 0px 10px 15px;
}
#locationPopup {
  width: 500px;
  position: relative;
  padding: 12px 50px 10px 8px;
  margin-bottom: 20px;
  background-color: #D5D5D5;
  *background-color: #D5D5D5;
  background-image: -ms-linear-gradient(top, #f9f9f9, #d5d5d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#d5d5d5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #d5d5d5);
  background-image: -o-linear-gradient(top, #f9f9f9, #d5d5d5);
  background-image: -moz-linear-gradient(top, #f9f9f9, #d5d5d5);
  background-image: linear-gradient(top, #f9f9f9, #d5d5d5);
  background-repeat: repeat-x;
  border: 3px #F79321 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#locationPopup .words,
#locationPopup .attention {
  display: table-cell;
  vertical-align: top;
}
#locationPopup .attention {
  width: 28px;
  padding-top: 10px;
}
#locationPopup .attention img {
  width: 28px;
  height: 25px;
}
#locationPopup .words {
  padding-left: 12px;
}
#locationPopup .bigWords {
  color: #2A2A2A;
  font-size: 13px;
  font-weight: 600;
}
#locationPopup .littleWords {
  color: #2A2A2A;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
#searchButtonHolder {
  /*height: 50px;*/
  position: absolute;
  bottom: 20px;
  right: 5px;
}
#searchButtonHolder .btn-warning,
#searchButtonHolder .btn-primary {
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
  padding: 12px;
}
#searchButtonHolder .btn-warning {
  color: #14264c;
}
.searchTabLeftColumn select {
  min-width: 75px;
  margin: 0 6px;
}
.searchTabLeftColumn input[type='text'] {
  min-width: 75px;
}
[lang=es] .searchTabBox .searchTabRightColumn,
[lang=pt] .searchTabBox .searchTabRightColumn {
  min-width: 430px;
}
[lang=es] .searchTabBox .searchTabRightColumn .checkBoxList,
[lang=pt] .searchTabBox .searchTabRightColumn .checkBoxList {
  width: 11em;
}
[lang=fr] #searchTabsContainer .searchTab,
[lang=de] #searchTabsContainer .searchTab {
  width: 104px;
}
[lang=fr] #searchTabsContainer .searchTabBox,
[lang=de] #searchTabsContainer .searchTabBox {
  margin-left: 109px;
}
[lang=fr] #searchTabsContainer .searchTabRightColumn,
[lang=de] #searchTabsContainer .searchTabRightColumn {
  min-width: 470px;
}
[lang=fr] #searchTabsContainer .searchTabRightColumn .checkBoxList,
[lang=de] #searchTabsContainer .searchTabRightColumn .checkBoxList {
  width: 12em;
}
[lang=fr] #searchTabsContainer #whoTab .searchTabRightColumn,
[lang=de] #searchTabsContainer #whoTab .searchTabRightColumn {
  height: 590px;
}
[lang=de] #searchTabsContainer .searchTab {
  width: 125px;
}
[lang=de] #searchTabsContainer .searchTabBox {
  margin-left: 130px;
}
[lang=it] #searchTabsContainer .searchTabRightColumn {
  min-width: 470px;
}
[lang=it] #searchTabsContainer .searchTabRightColumn .checkBoxList {
  width: 12em;
}
[lang=it] #searchTabsContainer #whoTab .searchTabRightColumn {
  height: 590px;
}
.drawer-backdropBlk {
  background-color: #000;
  opacity: .6;
  z-index: 1600;
}
.drawer-open {
  height: 950px;
}
#searchBar {
  position: relative;
}
#searchBar .searchBarTooltip {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1048;
  display: table;
  top: 72px;
}
#searchBar .individualTip {
  display: table-cell;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #000;
}
#searchBar .individualTip .point {
  width: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  bottom: 100%;
  border-bottom: 15px solid rgba(255, 255, 255, 0.8);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#searchBar .individualTip.molTip {
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 191px;
}
#searchBar .individualTip.molTip .point {
  left: 81px;
}
#searchBar .individualTip.browseTip {
  width: 280px;
}
#searchBar .individualTip.browseTip .point {
  left: 128px;
}
#searchBar .individualTip.sortTip {
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-rtop-right-radius: 5px;
  width: 157px;
}
#searchBar .individualTip.sortTip .point {
  left: 61px;
}
#searchBar .individualTip:hover {
  background-color: #FFF;
}
#searchBar .individualTip:hover .point {
  display: block;
  border-bottom: 15px solid #FFF;
}
#setLocationWidgetOuterContainer .tooltip {
  border: 1px solid #1C2C4C;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #FFF;
  *background-color: #FFF;
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  background-repeat: repeat-x;
  color: #000;
  width: auto;
  height: auto;
  opacity: 1;
  position: absolute;
  padding: 15px;
  display: none;
  filter: none;
}
#setLocationWidgetOuterContainer .tooltip span {
  display: block;
  font-size: 14px;
}
#setLocationWidgetOuterContainer .tooltip.mapToolTipOne {
  right: 100%;
  top: 0px;
  padding-right: 30px;
}
#setLocationWidgetOuterContainer .tooltip.mapToolTipOne span {
  width: 115px;
}
#setLocationWidgetOuterContainer .tooltip.mapToolTipTwo {
  left: 27px;
  top: 64px;
}
#setLocationWidgetOuterContainer .tooltip.mapToolTipTwo span {
  width: 250px;
}
#setLocationWidgetOuterContainer .tooltip.mapToolTipThree {
  top: 0px;
  left: 104%;
}
#setLocationWidgetOuterContainer .tooltip.mapToolTipThree span {
  width: 200px;
  text-align: left;
}
#setLocationWidgetOuterContainer .tooltip.mapToolTipThree .btn {
  width: auto;
  height: auto;
  text-shadow: none;
}
#setLocationWidgetOuterContainer .tooltip .btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 13px;
  margin-top: 20px;
}
.RegistrationLocation .locationFilter {
  position: relative;
}
.RegistrationLocation h3 {
  line-height: 27px;
  padding-bottom: 10px;
  font-weight: normal;
}
.RegistrationLocation .faux-disabled-input {
  padding: 10px;
  color: #666;
  min-width: 350px;
  display: inline-block;
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  background-color: #F8F8F8;
  *background-color: #F8F8F8;
  background-image: -ms-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -o-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cdcdcd);
  background-image: linear-gradient(top, #f8f8f8, #cdcdcd);
  position: relative;
}
.RegistrationLocation .faux-disabled-input .venice-registration-location-check {
  position: absolute;
  right: 0px;
}
.RegistrationLocation .btn-primary {
  margin-left: -5px;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  height: 37px;
  text-transform: uppercase;
  font-size: 12px;
}
.veniceSetCorrectLocationSuccess {
  background-color: #000;
}
.veniceSetCorrectLocationSuccess .faux-disabled-input {
  width: 415px;
}
.veniceSetCorrectLocationSuccess h1 {
  font-size: medium;
  font-weight: bold;
  color: #edd100;
}
.veniceSetCorrectLocationSuccess #resetLocation .ispmessage {
  font-size: small;
  text-align: left;
  margin-top: 15px;
}
.veniceSetCorrectLocationSuccess #resetLocation label {
  display: block;
  text-align: left;
  font-size: small;
  margin-bottom: 15px;
  margin-top: 20px;
}
.veniceSetCorrectLocationSuccess #setCorrectLocationContainer input[type=text] {
  width: 100%;
  padding: 6px;
  height: 30px;
  box-sizing: border-box;
}
.veniceSetCorrectLocationSuccess #resetLocation {
  margin: 0;
}
body.layoutExternal {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: Arial, Helvetica, Sans-Serif;
  background-color: #000;
  height: 100%;
  width: 100%;
}
body.layoutExternal #background {
  position: absolute;
  top: 0px;
  width: 100%;
  min-width: 900px;
  height: 100%;
  background-image: url(../../images/sitedown/sitedown_background.jpg);
  background-repeat: repeat-y;
  background-position: center center;
  z-index: -1;
}
body.layoutExternal #document {
  background-color: #012138;
  position: relative;
  width: 521px;
  height: 100%;
  padding: 0px;
  margin: 0 auto;
}
body.layoutExternal #document #topBar {
  display: block;
  position: relative;
  width: 521px;
  height: 64px;
  background-image: url(../../images/ui/external_topbar.png);
  padding: 0px;
  margin-top: 30px;
  overflow: hidden;
  cursor: pointer;
}
body.layoutExternal #document #topBar img {
  display: block;
  margin: 0px auto;
}
body.layoutExternal #document.wide {
  width: 600px;
}
body.layoutExternal #messageContent {
  padding: 20px;
}
body.layoutExternal p {
  text-align: justify;
}
body.layoutExternal #bottomCorners {
  width: 521px;
  height: 16px;
  background-image: url(../../images/ui/external_corners.png);
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
}
.accountPanel {
  margin: 0 5px 5px 0;
}
.accountPanel .panelBody {
  font-size: small;
}
.panelBody .formRow {
  display: block;
  position: static;
  clear: none;
}
.panelBody .lft {
  display: block;
  position: static;
  float: left;
  text-align: left;
  margin-left: 12px;
  width: 92px;
  font-weight: normal;
}
.panelBody .rgt {
  display: block;
  position: static;
  color: white;
  margin-left: 110px;
  text-align: left;
  width: auto;
  vertical-align: top;
}
.panelBody .rgt select {
  width: 225px;
}
.panelBody #firstCol .lft,
.panelBody #secondCol .lft {
  display: block;
  position: static;
  text-align: right;
  margin-left: 12px;
  width: 90px;
  font-weight: normal;
  margin-top: 6px;
}
.panelBody #firstCol .rgt,
.panelBody #secondCol .rgt {
  display: block;
  position: static;
  margin-left: 110px;
  text-align: left;
  width: auto;
  vertical-align: top;
}
.panelBody #firstCol .rgt.cock,
.panelBody #secondCol .rgt.cock {
  vertical-align: middle;
}
.panelBody .normal input {
  width: 250px;
}
.panelBody .short input {
  width: 40px;
}
.panelBody .height {
  font-size: small;
}
.panelHeader {
  display: block;
  position: inherit;
  width: auto;
  height: auto;
  padding: 5px 10px;
  background-color: #081C3E;
  background-image: url(../../images/ui/panelbar_bg.gif);
  background-repeat: repeat-x;
  border: 1px #000f2e solid;
  font-weight: normal;
  font-size: .8em;
  -webkit-border-radius-top-left: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-radius-top-right: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
.panelHeader .headerText {
  cursor: pointer;
}
.panelHeader .helpIcon {
  display: block;
  position: absolute;
  top: 3px;
  right: 7px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../../images/ui/help_icon.png);
  background-repeat: no-repeat;
  color: #000000;
  text-align: center;
  font-size: large;
  cursor: pointer;
  z-index: 300;
}
.panelHeader div {
  display: inline;
}
.panelHeader .edit {
  display: inline-block;
  text-align: right;
  font-size: .9em;
  float: right;
  padding: 1px 0 0 10px;
}
.panelHeader .edit2 {
  font-size: .8em;
}
.panelHeader .refresh {
  font-size: .8em;
}
.panelHeaderViewLink {
  text-align: right;
  width: 50px;
  position: absolute;
  right: 15px;
}
.leftColumn {
  padding: 0 30px 40px 0;
  vertical-align: top;
}
.rightColumn {
  padding: 0 0 40px 0;
  width: 540px;
  vertical-align: top;
}
.landingPageTop {
  max-width: 100%;
  margin: 0 auto;
}
.landingPageLeft {
  position: relative;
  margin-right: 586px;
  width: auto;
}
.landingPageLeft .quickLinks a {
  font-size: 1em;
  line-height: 1.8;
}
.landingPageLeft .panelBody strong {
  display: block;
  font-size: medium;
  text-align: right;
  line-height: 1.8;
}
.landingPageRight {
  position: relative;
  float: right;
  width: 558px;
  padding-right: 7px;
  /* border-left: 1px #000f2e solid; */
  text-align: center;
  margin-top: 3px;
}
.landingPageLeft hr,
.landingPageRight hr {
  margin: 15px 0;
}
.landingPageLeft p,
.landingPageRight p {
  font-size: small;
  font-weight: normal;
  white-space: normal;
  margin: 0 0 0 10px;
}
.landingPageMailSender {
  float: left;
  width: 250px;
  overflow: hidden;
  margin-right: -250px;
}
.landingPageMailSender a {
  white-space: nowrap;
}
.landingPageMailSubject {
  height: 18px;
  margin-left: 255px;
  overflow: hidden;
  position: relative;
}
.landingPageMailSubject a {
  white-space: nowrap;
}
.landingPageProfileIcon {
  float: left;
  border: 1px #f90 solid;
  margin: 0 -50px 0 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../images/ui/ajax_loader.gif);
}
.onlineCountPosition {
  position: absolute;
  right: 50px;
  top: 5px;
}
.blogAdHolder {
  display: table;
  margin-bottom: 20px;
}
.spacer,
.adPanel,
.blogPanel {
  display: table-cell;
  vertical-align: top;
}
.spacer {
  width: 20px;
}
.adPanel .panelBody {
  padding: 10px;
}
.blogPanel {
  height: 198px;
}
.blogPanel .panelHeader a {
  color: #fff;
}
.blogPanel .blogPostHolder {
  padding: 10px;
  height: 153px;
}
.largeAd {
  width: 540px;
}
.adSpot {
  background-color: transparent;
  box-shadow: 0 0 0 ;
}
#sign-on-modal-curtain {
  display: none;
}
#sign-on-modal-curtain.display-modal {
  z-index: 10001;
  /* fucking bottom menu... top menu is 2001 */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: grey;
}
.signon-modal-content {
  display: none;
}
.signon-modal-content.display-modal {
  display: block;
  z-index: 10002;
  width: 560px;
  height: 400px;
  position: absolute;
  margin: 0px auto;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -275px;
  background-color: #052868;
  border: 1px solid #000F2E;
}
.signon-modal-content .signon-modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url("../../images/ui/xbutton-grey.png");
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.signon-modal-content .signon-modal-ad {
  background-color: white;
  height: 320px;
  width: 550px;
  position: absolute;
  left: 5px;
  top: 33px;
}
.signon-modal-content .signon-modal-continue.button {
  position: absolute;
  left: 50%;
  margin-left: -37px;
  width: 75px;
  bottom: 10px;
  cursor: pointer;
}
/* modal window classes */
.modalWindowContainer {
  display: block;
  position: fixed;
  width: 100%;
  /*min-width: 865px;*/
  top: 10px;
  left: 0;
  z-index: 10001;
}
.modalWindowContainer .disabledButton:hover,
.modalWindowContainer .disabledButton:focus {
  color: #888;
  cursor: default;
}
.modalWindowContainer .modalButton {
  font-size: small;
  padding: 2px 3px;
  float: right;
}
.modalWindowContainer #resendButton {
  padding: 2px 3px;
}
.modalWindowContainer #immediateFocus.button.modalButton.defaultButton,
.modalWindowContainer #immediateFocus2.button.modalButton.defaultButton {
  color: #FFF;
}
.modalWindowContainer .button {
  display: block;
  position: relative;
  height: auto;
  width: 90px;
  padding: 0 5px;
  line-height: 1.6;
  margin: 0 0 0 10px;
  background-color: #00122c;
  background-image: url(../../images/ui/button_bg_big.gif);
  background-repeat: repeat-x;
  background-position: 0 -2px;
  color: #fff;
  border: 1px #00153e solid;
  text-decoration: none;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.modalWindow {
  display: none;
  width: 320px;
  margin: 0 auto;
  padding: 10px;
  background-color: #081C3E;
  border: 1px #888 solid;
  font-family: arial, sans-serif;
}
.modalWindowCvv {
  width: 415px;
}
.modalCurtainMain {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*min-width: 865px;*/
  height: 100%;
  /*min-height: 513px;*/
  background-color: #000;
  z-index: 10000;
}
.banner {
  border: 1px solid #000;
  display: block;
  margin: 10px 20px 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
}
.banner:hover {
  text-decoration: none;
}
.banner.greenBanner {
  *background-color: #0d7706;
  background-color: #0d7706;
  background-image: -ms-linear-gradient(top, #0f8907, #0b6405);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f8907), to(#0b6405));
  background-image: -webkit-linear-gradient(top, #0f8907, #0b6405);
  background-image: -o-linear-gradient(top, #0f8907, #0b6405);
  background-image: -moz-linear-gradient(top, #0f8907, #0b6405);
  background-image: linear-gradient(top, #0f8907, #0b6405);
  background-repeat: repeat-x;
  color: #FFF;
  box-shadow: inset 1px 1px 1px #0F8A07;
}
.banner.greenBanner .saleTag {
  width: 58px;
  height: 48px;
  background-image: url(../../../images/green_bar_promo/saletag.png);
  position: absolute;
  top: 1px;
}
.banner.yellowBanner {
  *background-color: #fbb012;
  background-color: #fbb012;
  background-image: -ms-linear-gradient(top, #ffcb05, #f7941e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb05), to(#f7941e));
  background-image: -webkit-linear-gradient(top, #ffcb05, #f7941e);
  background-image: -o-linear-gradient(top, #ffcb05, #f7941e);
  background-image: -moz-linear-gradient(top, #ffcb05, #f7941e);
  background-image: linear-gradient(top, #ffcb05, #f7941e);
  background-repeat: repeat-x;
  color: #0064A0;
  box-shadow: inset 1px 1px 1px #FFD01B;
}
.menuSuccess .banner {
  display: block;
  margin: 0px;
  margin-bottom: 20px;
}
.modal-paywall.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 772px;
  margin: -300px 0 0 -380px;
  text-shadow: 1px 1px #fff;
}
.modal-paywall.modal .fade.in {
  top: 390px;
}
.modal-paywall.modal,
.modal-paywall.modal * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-paywall.modal .modal-body {
  max-height: none;
  overflow-y: auto;
}
.modal-paywall.modal h2 {
  font: bold 19px sans-serif;
  text-align: center;
  color: #999;
  display: block;
  width: 688px;
  background: url(../../images/not_entitled/roadblock/tile-h2.gif) repeat-x center center;
  margin: 20px;
}
.modal-paywall.modal h2 span {
  background: #fff;
  padding: 0 15px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f6f6f6);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f6f6f6);
  background-image: -o-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.modal-paywall.modal h2:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.modal-paywall.modal .close .close-roadblock {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.modal-paywall.modal .close:hover .close-roadblock {
  opacity: 1.0 !important;
  filter: alpha(opacity=100) !important;
}
.modal-paywall.modal .btn-large {
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
  border-radius: 5px;
  white-space: normal;
}
.modal-paywall.modal button.close {
  float: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../../images/not_entitled/roadblock/close.png) no-repeat center center;
  opacity: 1.0;
  z-index: 1000;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  filter: alpha(opacity=100);
}
.modal-paywall.modal button.close:hover {
  background: url(../../images/not_entitled/roadblock/close-ovr.png) no-repeat center center;
}
.modal-paywall.modal .accordion {
  width: 100%;
  margin: 0;
  border: none;
  clear: left;
  display: block;
}
.modal-paywall.modal .accordion-group {
  float: left;
  margin: 0px;
  border: none;
  border-radius: 0;
  width: 100%;
}
.modal-paywall.modal .accordion-heading {
  line-height: 1.0em;
  width: 698px;
  border-bottom: 0;
  display: block;
  padding: 8px 15px;
}
.modal-paywall.modal .accordion-toggle {
  text-align: left;
  font-size: 12px;
  color: #2466a1;
  line-height: 1.0em;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.modal-paywall.modal i.roadblock-modal {
  display: inline-block;
  width: 26px;
  height: 26px;
  float: left;
}
.modal-paywall.modal .accordian-open-arrow {
  background: url(../../images/not_entitled/roadblock/accordian-open.png) no-repeat center center;
}
.modal-paywall.modal .accordian-close-arrow {
  background: url(../../images/not_entitled/roadblock/accordian-close.png) no-repeat center center;
}
.modal-paywall.modal .accordian-open-arrow-hover {
  background: url(../../images/not_entitled/roadblock/accordian-open-hover.png) no-repeat center center;
}
.modal-paywall.modal .accordian-close-arrow-hover {
  background: url(../../images/not_entitled/roadblock/accordian-close-hover.png) no-repeat center center;
}
.modal-paywall.modal a.accordion-toggle {
  text-decoration: none;
  display: inline-block;
}
.modal-paywall.modal a.accordion-toggle div {
  display: inline-block;
  margin: 7px 0 6px 10px;
  padding: 0;
  float: left;
}
.modal-paywall.modal a:link.accordion-toggle,
.modal-paywall.modal a:visited.accordion-toggle {
  color: #007dc5;
}
.modal-paywall.modal a:hover.accordion-toggle,
.modal-paywall.modal a:active.accordion-toggle {
  color: #1f66a3;
}
.modal-paywall.modal .accordion-inner {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.modal-paywall.modal .columns {
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -moz-column-rule: none;
  padding: 20px 0;
  text-align: center;
  height: 240px;
}
.modal-paywall.modal .columns img {
  margin: 0 auto;
}
.modal-paywall.modal .columns .non-featured-item {
  width: 364px;
  float: left;
}
.modal-paywall.modal .columns .non-featured {
  font-size: 14px;
  color: #2466a1;
  line-height: 1em;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: inherit;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
.modal-paywall.modal-big {
  border-radius: 15px;
}
.modal-paywall.modal-big .modal-body {
  padding: 0 0 10px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  border: 1px solid #0c1d3b;
  background-color: #1a82f7;
  background-image: url(../../images/not_entitled/roadblock/fallback-gradient.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  padding-top: 15px;
}
.ie9 .modal-paywall.modal-big .modal-body,
.ie8 .modal-paywall.modal-big .modal-body {
  background-color: #F9F9F9;
}
.pw-feature-icon {
  float: left;
  width: 180px;
  margin: 20px 45px 0 30px;
  text-align: center;
}
.pw-feature-icon img {
  margin: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.pw-feature-content {
  float: left;
  width: 400px;
  margin: 0;
}
.pw-feature-content .upgrade-text {
  font-size: 20px;
  font-weight: normal;
  color: #666;
  margin: 0 0 5px 0;
  padding: 0;
}
.pw-feature-content .featured-text {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: #2466a1;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
.pw-feature-content .sub-featured-text {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
}
span.secondary-txt {
  font-size: 12px;
  margin: 0;
}
.btn-roadblock {
  color: #224995;
  background-color: #f3a131;
  *background-color: #f3a131;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb05), to(#f7941e));
  background-image: -webkit-linear-gradient(top, #ffcb05, #f7941e);
  background-image: -o-linear-gradient(top, #ffcb05, #f7941e);
  background-image: linear-gradient(to bottom, #ffcb05, #f7941e);
  background-image: -moz-linear-gradient(top, #ffcb05, #f7941e);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  padding: 10px 20px 12px 20px;
}
.btn-roadblock div {
  color: #224995;
  text-shadow: 0 1px 0 rgba(255, 217, 71, 0.75);
}
.btn-roadblock div.embolden {
  font-weight: bold;
}
.btn-roadblock:hover,
.btn-roadblock:active,
.btn-roadblock.active,
.btn-roadblock.disabled,
.btn-roadblock[disabled] {
  color: #0064a0;
  background-color: #f3a131;
  *background-color: #f3a131;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe37a), to(#f7a13a));
  background-image: -webkit-linear-gradient(top, #ffe37a, #f7a13a);
  background-image: -o-linear-gradient(top, #ffe37a, #f7a13a);
  background-image: linear-gradient(to bottom, #ffe37a, #f7a13a);
  background-image: -moz-linear-gradient(top, #ffe37a, #f7a13a);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-roadblock:active,
.btn-roadblock.active {
  background-color: #ffcb05 \9;
}
.error_404Success {
  background: #293740 url(/assets/manhunt/images/fourohfour/fourohfourbg.png) repeat;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
  font-family: 'ProximaNova-Bold', 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.error_404Success .mainContent {
  position: absolute;
  top: 0px;
  bottom: 150px;
  margin: 0%;
  padding-top: 0px;
  min-height: 400px;
  max-height: 700px;
  width: 100%;
  max-width: 100%;
  background: #000000 url(/assets/manhunt/images/fourohfour/fourohfourimage.jpg);
  background-position: 24% 50%;
  background-size: cover;
  color: #707b82;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
@media only screen and (min-width: 530px) {
  .error_404Success .mainContent {
    background-position: 18% 50%;
  }
}
@media only screen and (min-width: 760px) {
  .error_404Success .mainContent {
    background-position: 50% 50%;
  }
}
.error_404Success .logo {
  position: relative;
  top: 30px;
  left: 0%;
  z-index: 60;
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 42px;
  background: url(/assets/manhunt/images/fourohfour/logo-desktop.png) no-repeat center 0;
  background-size: 100%;
  text-indent: -10000em;
}
@media only screen and (min-width: 760px) {
  .error_404Success .logo {
    position: absolute;
    top: 60px;
    left: 5%;
    z-index: 1000;
  }
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .error_404Success .logo {
    background: url(/assets/manhunt/images/fourohfour/logo-retina.png) no-repeat 0 0;
    background-size: 280px 38px;
  }
}
.error_404Success .information {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 150px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 1px #ccc;
  -moz-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
  text-align: left;
}
@media only screen and (min-width: 530px) {
  .error_404Success .information {
    height: 250px;
  }
}
@media only screen and (min-width: 760px) {
  .error_404Success .information {
    bottom: auto;
    top: 16%;
    right: 3%;
    padding: 20px;
    width: 350px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
.error_404Success .information img {
  margin-top: 8%;
  margin-right: 10px;
  width: 18%;
}
@media only screen and (min-width: 530px) {
  .error_404Success .information img {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 760px) {
  .error_404Success .information img {
    width: 20%;
  }
}
.error_404Success .information .header,
.error_404Success .information .mainText,
.error_404Success .information .btnHolder {
  width: 80%;
  position: absolute;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 760px) {
  .error_404Success .information .header,
  .error_404Success .information .mainText,
  .error_404Success .information .btnHolder {
    width: auto;
    position: relative;
    right: auto;
    text-align: left;
  }
}
.error_404Success .information .header {
  top: 17px;
  color: #D0E0EF;
  text-shadow: 2px 2px #000;
  font-weight: 600;
  font-size: 1.6em;
}
@media only screen and (min-width: 530px) {
  .error_404Success .information .header {
    font-weight: 700;
    font-size: 2.7em;
  }
}
@media only screen and (min-width: 760px) {
  .error_404Success .information .header {
    top: 14px;
    display: inline;
  }
}
.error_404Success .information .mainText {
  top: 45px;
  padding-right: 20px;
  margin-top: 5px;
  color: #E6E6E6;
  text-shadow: 1px 1px #000;
  font-weight: 300;
  font-size: 1em;
  font-family: 'ProximaNova-Semibold', 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
@media only screen and (min-width: 530px) {
  .error_404Success .information .mainText {
    top: 85px;
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 760px) {
  .error_404Success .information .mainText {
    top: auto;
  }
}
.error_404Success .information .btnHolder {
  top: 110px;
  text-align: center;
}
@media only screen and (min-width: 530px) {
  .error_404Success .information .btnHolder {
    top: 125px;
  }
}
@media only screen and (min-width: 760px) {
  .error_404Success .information .btnHolder {
    top: auto;
  }
}
.error_404Success .information .btnHolder .fourohfourbtn {
  margin: 6px auto;
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  font-weight: 400;
  font-size: 1.3em;
  color: #FFCB05;
}
.error_404Success .information .btnHolder .fourohfourbtn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 530px) {
  .error_404Success .information .btnHolder .fourohfourbtn {
    margin-top: 25px;
    padding: 15px 20px;
    max-width: 220px;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #2A3940;
    color: #A5B6BE;
    text-align: center;
    font-weight: 800;
    background-color: #41535d;
    background-image: -moz-linear-gradient(top, #516470, #2a3940);
    background-image: -ms-linear-gradient(top, #516470, #2a3940);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#516470), to(#2a3940));
    background-image: -webkit-linear-gradient(top, #516470, #2a3940);
    background-image: -o-linear-gradient(top, #516470, #2a3940);
    background-image: linear-gradient(top, #516470, #2a3940);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#516470', endColorstr='#2a3940', GradientType=0);
  }
  .error_404Success .information .btnHolder .fourohfourbtn:hover {
    background: #007DC5;
    background-color: #0e68b2;
    background-image: -moz-linear-gradient(top, #007dc5, #224995);
    background-image: -ms-linear-gradient(top, #007dc5, #224995);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc5), to(#224995));
    background-image: -webkit-linear-gradient(top, #007dc5, #224995);
    background-image: -o-linear-gradient(top, #007dc5, #224995);
    background-image: linear-gradient(top, #007dc5, #224995);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc5', endColorstr='#224995', GradientType=0);
    color: #FFF;
    border: 1px solid #233063;
  }
}
@media only screen and (min-width: 760px) {
  .error_404Success .information .btnHolder .fourohfourbtn {
    margin-right: 1%;
    max-width: 315px;
    padding: 10px 15px;
    font-size: 1.2em;
  }
}
.error_404Success .linkHolder {
  width: 93%;
  height: 100px;
  padding-top: 30px;
  position: absolute;
  top: 400px;
}
.error_404Success .linkHolder a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.error_404Success .linkHolder a img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 760px) {
  .error_404Success .linkHolder a {
    width: 23%;
    margin-right: 1%;
  }
}
@media only screen and (min-height: 540px) {
  .error_404Success .linkHolder {
    top: auto;
    bottom: 50px;
  }
}
@media only screen and (min-height: 840px) {
  .error_404Success .linkHolder {
    top: 700px;
  }
}
.veniceSearchSuccess.venice .SearchFilters {
  background-color: #122744;
  border-bottom: 1px solid #000;
  bottom-shadow: 3px rgba(0, 0, 0, 0.6);
  padding: 8px;
}
.veniceSearchSuccess.venice .SearchFilters .btn:not(.btn-primary) {
  font-weight: bold;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -ms-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#c6c6c6));
  background-image: -webkit-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: -o-linear-gradient(top, #ffffff, #c6c6c6);
  background-image: linear-gradient(top, #ffffff, #c6c6c6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c6c6c6', GradientType=0);
  color: #666;
  text-shadow: 1px 1px #ffffff;
  background-position: 0;
  border: solid thin #333333;
}
.veniceSearchSuccess.venice .SearchFilters .btn:not(.btn-primary).active {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
  color: #007dc5;
  text-shadow: 1px 1px #ffffff;
}
.veniceSearchSuccess.venice .SearchFilters .btn:not(.btn-primary):hover,
.veniceSearchSuccess.venice .SearchFilters .btn:not(.btn-primary).active:hover {
  background-color: #e7f6ff;
  background-image: -moz-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -ms-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff9ff), to(#dbf2ff));
  background-image: -webkit-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: -o-linear-gradient(top, #eff9ff, #dbf2ff);
  background-image: linear-gradient(top, #eff9ff, #dbf2ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff9ff', endColorstr='#dbf2ff', GradientType=0);
  color: #0e86d9;
  text-shadow: 1px 1px solid;
}
.veniceSearchSuccess.venice .SearchFilters .btn-group {
  border: solid thin #333333;
  display: inline-block;
}
.veniceSearchSuccess.venice .SearchFilters .btn-group .btn {
  border: none;
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #ffffff;
  margin-left: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.veniceSearchSuccess.venice .SearchFilters .btn-group .btn:first-child {
  border-left: none;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.veniceSearchSuccess.venice .SearchFilters .btn-group .btn:last-child {
  border-right: none;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media screen and (max-width: 1250px) {
  .veniceSearchSuccess.venice .SearchFilters .input-like {
    width: 245px;
  }
  .veniceSearchSuccess.venice .SearchFilters .sortByOpt button span,
  .veniceSearchSuccess.venice .SearchFilters .viewFilterOpt button span {
    margin: 0;
  }
  .veniceSearchSuccess.venice .SearchFilters .sortByOpt button .btnlbl,
  .veniceSearchSuccess.venice .SearchFilters .viewFilterOpt button .btnlbl {
    display: none;
  }
  .veniceSearchSuccess.venice .SearchFilters .helpLinkBlk {
    font-size: 11px;
    margin-top: 1em;
    max-width: 6em;
  }
}
.veniceSearchSuccess.venice.ie8 {
  /*wLarge, w1680 w1440 w1280 */
}
.veniceSearchSuccess.venice.ie8.w1120 .input-like,
.veniceSearchSuccess.venice.ie8.w1024 .input-like,
.veniceSearchSuccess.venice.ie8.wSmall .input-like {
  width: 245px;
}
.veniceSearchSuccess.venice.ie8.w1120 .sortByOpt button span,
.veniceSearchSuccess.venice.ie8.w1024 .sortByOpt button span,
.veniceSearchSuccess.venice.ie8.wSmall .sortByOpt button span,
.veniceSearchSuccess.venice.ie8.w1120 .viewFilterOpt button span,
.veniceSearchSuccess.venice.ie8.w1024 .viewFilterOpt button span,
.veniceSearchSuccess.venice.ie8.wSmall .viewFilterOpt button span {
  margin: 0;
}
.veniceSearchSuccess.venice.ie8.w1120 .sortByOpt button .btnlbl,
.veniceSearchSuccess.venice.ie8.w1024 .sortByOpt button .btnlbl,
.veniceSearchSuccess.venice.ie8.wSmall .sortByOpt button .btnlbl,
.veniceSearchSuccess.venice.ie8.w1120 .viewFilterOpt button .btnlbl,
.veniceSearchSuccess.venice.ie8.w1024 .viewFilterOpt button .btnlbl,
.veniceSearchSuccess.venice.ie8.wSmall .viewFilterOpt button .btnlbl {
  display: none;
}
.veniceSearchSuccess.venice.ie8.w1120 .helpLinkBlk,
.veniceSearchSuccess.venice.ie8.w1024 .helpLinkBlk,
.veniceSearchSuccess.venice.ie8.wSmall .helpLinkBlk {
  font-size: 11px;
  margin-top: 1em;
  max-width: 6em;
  text-align: right;
}
.veniceSearchSuccess.venice.ie8.wSmall .helpLinkBlk {
  width: 600px;
  max-width: 600px;
  text-align: left;
  margin-top: 4px;
  float: none;
}
@media screen and (max-width: 1000px) {
  .veniceSearchSuccess.venice.ie .helpLinkBlk,
  .veniceSearchSuccess.venice:not('.mozilla') .helpLinkBlk {
    float: none;
    max-width: 1200px;
  }
  .veniceSearchSuccess.venice.mozilla .helpLinkBlk {
    max-width: 1200px;
    float: none;
  }
}
.forcedMigrationModal.modal-searchresults.modal {
  z-index: 10002;
  width: 90%;
  min-width: 630px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: rgba(0, 125, 197, 0.4);
  border: 1px solid #000;
  max-width: 864px;
  left: 5%;
  right: 5%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .forcedMigrationModal.modal-searchresults.modal {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults.modal {
    height: 100%;
    height: 500px;
    top: 0 !important;
  }
}
.forcedMigrationModal.modal-searchresults.modal.fade.in {
  top: 8px;
}
.forcedMigrationModal.modal-searchresults.modal > *,
.forcedMigrationModal.modal-searchresults.modal > * > * {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.forcedMigrationModal.modal-searchresults .modal-header {
  text-shadow: 1px 1px #122750;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 20px 15px 15px 30px;
  background: #1f66a3;
  background: -webkit-gradient(linear, left bottom, left top, from(#224995), to(#007dc5));
  background: -moz-linear-gradient(bottom, #224995, #007dc5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224995', endColorstr='#007dc5');
  line-height: 1.1em;
  min-height: 45px;
}
.forcedMigrationModal.modal-searchresults .modal-header h3 {
  font-size: 1em;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults .modal-header {
    padding: 15px 30px 21px;
  }
  .forcedMigrationModal.modal-searchresults .modal-header h3 {
    float: left;
    margin-right: 24px;
    font-size: 92%;
  }
}
.forcedMigrationModal.modal-searchresults .modal-header h4 {
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 750px) {
  .forcedMigrationModal.modal-searchresults .modal-header h4 {
    display: none;
  }
}
.forcedMigrationModal.modal-searchresults .modal-body {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: none;
  overflow: hidden;
  text-align: left;
  position: relative;
  background: #f9f9f9 url(../../images/forced_migration_modal/MOL-mainscreen.jpg) no-repeat 0 0;
  background-size: 832px;
  max-height: 550px;
}
.forcedMigrationModal.modal-searchresults .footerHolder {
  padding: 0;
  background-image: none;
  background-color: transparent;
  border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
}
.forcedMigrationModal.modal-searchresults .footerHolder .modal-footer {
  margin: 0px;
  border-radius: 0;
  text-align: left;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults .footerHolder .modal-footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.forcedMigrationModal.modal-searchresults .footerHolder .modal-footer p {
  float: left;
  clear: left;
  line-height: 1.6em;
  color: #666;
  text-shadow: 1px 1px #fff;
  margin: 0;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults .footerHolder .modal-footer p {
    clear: none;
    line-height: 2.6em;
    margin-left: 0;
  }
  .forcedMigrationModal.modal-searchresults .footerHolder .modal-footer p:last-child {
    margin-left: 10px;
  }
}
.forcedMigrationModal.modal-searchresults .footerHolder .modal-footer a.btn {
  padding: 18px 60px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #c57618;
  color: #224995;
  text-shadow: 1px 1px #ffd42f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults .footerHolder .modal-footer a.btn {
    padding: 9px 48px;
  }
}
.forcedMigrationModal.modal-searchresults .footerHolder .modal-footer a:link.btn,
.forcedMigrationModal.modal-searchresults .footerHolder .modal-footer a:visited.btn {
  background: #ffcb05;
  background: -webkit-gradient(linear, left bottom, left top, from(#e78a1c), to(#ffcb05));
  background: -moz-linear-gradient(bottom, #e78a1c, #ffcb05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e78a1c', endColorstr='#ffcb05');
}
.forcedMigrationModal.modal-searchresults .footerHolder .modal-footer a:hover.btn,
.forcedMigrationModal.modal-searchresults .footerHolder .modal-footer a:active.btn {
  background: #f3a131;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3a131), to(#ffd42f));
  background: -moz-linear-gradient(bottom, #f3a131, #ffd42f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a131', endColorstr='#ffd42f');
}
.forcedMigrationModal.modal-searchresults div.image-space {
  height: 370px;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults div.image-space {
    height: 312px;
  }
}
.forcedMigrationModal.modal-searchresults ul.image-display {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #183369;
}
.forcedMigrationModal.modal-searchresults ul.image-display li {
  list-style: none;
  display: inline-block;
  width: 25%;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a {
  display: inline-block;
  float: none;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2em;
  border-top: 1px solid #183369;
  background: #1f66a3;
  color: #fff;
  text-shadow: 1px 1px #000;
  border-left: 1px solid #1f66a3;
  border-right: 1px solid #224995;
  padding: 12px 0;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults ul.image-display li a {
    font-size: 14px;
    padding: 8px 0;
  }
  .forcedMigrationModal.modal-searchresults ul.image-display li a br {
    display: none;
  }
}
.forcedMigrationModal.modal-searchresults ul.image-display li a span.instance-1,
.forcedMigrationModal.modal-searchresults ul.image-display li a span.instance-2,
.forcedMigrationModal.modal-searchresults ul.image-display li a span.instance-3,
.forcedMigrationModal.modal-searchresults ul.image-display li a span.instance-4 {
  position: absolute;
  top: -370px;
  z-index: 100;
  left: 0;
  display: block;
  width: 100%;
  height: 370px;
  overflow: hidden;
  background: none;
  background-size: 832px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a span.instance-4 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a:link,
.forcedMigrationModal.modal-searchresults ul.image-display li a:visited {
  background: -webkit-gradient(linear, left bottom, left top, from(#224995), to(#007dc5));
  background: -moz-linear-gradient(bottom, #224995, #007dc5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224995', endColorstr='#007dc5');
}
.forcedMigrationModal.modal-searchresults ul.image-display li a:link span.instance-2,
.forcedMigrationModal.modal-searchresults ul.image-display li a:visited span.instance-2 {
  background: url(../../images/forced_migration_modal/transparency.png) no-repeat -80px -80px;
  background-size: 960px;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a:link span.instance-3,
.forcedMigrationModal.modal-searchresults ul.image-display li a:visited span.instance-3 {
  background: none;
  background-size: 837px;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a:link span.instance-4,
.forcedMigrationModal.modal-searchresults ul.image-display li a:visited span.instance-4 {
  background: url(../../images/forced_migration_modal/MOL-mainscreen.jpg) no-repeat 0px 375px;
  background-size: 832px;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a.hover,
.forcedMigrationModal.modal-searchresults ul.image-display li a.active,
.forcedMigrationModal.modal-searchresults ul.image-display li a:hover,
.forcedMigrationModal.modal-searchresults ul.image-display li a:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#183369), to(#007dc5));
  background: -moz-linear-gradient(bottom, #183369, #007dc5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#183369', endColorstr='#007dc5');
}
.forcedMigrationModal.modal-searchresults ul.image-display li a.hover span.instance-1,
.forcedMigrationModal.modal-searchresults ul.image-display li a.active span.instance-1,
.forcedMigrationModal.modal-searchresults ul.image-display li a:hover span.instance-1,
.forcedMigrationModal.modal-searchresults ul.image-display li a:active span.instance-1 {
  background: url(../../images/forced_migration_modal/MOL-mainscreen.jpg) no-repeat -180px -250px;
  background-size: 1230px;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a.hover span.instance-2,
.forcedMigrationModal.modal-searchresults ul.image-display li a.active span.instance-2,
.forcedMigrationModal.modal-searchresults ul.image-display li a:hover span.instance-2,
.forcedMigrationModal.modal-searchresults ul.image-display li a:active span.instance-2 {
  background: #000000 url(../../images/forced_migration_modal/MOL-filtering.jpg) no-repeat -15px -22px;
  background-size: 856px;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults ul.image-display li a.hover span.instance-2,
  .forcedMigrationModal.modal-searchresults ul.image-display li a.active span.instance-2,
  .forcedMigrationModal.modal-searchresults ul.image-display li a:hover span.instance-2,
  .forcedMigrationModal.modal-searchresults ul.image-display li a:active span.instance-2 {
    background: #000000 url(../../images/forced_migration_modal/MOL-filtering.jpg) no-repeat 0px 34px;
    background-size: 840px;
  }
}
.forcedMigrationModal.modal-searchresults ul.image-display li a.hover span.instance-3,
.forcedMigrationModal.modal-searchresults ul.image-display li a.active span.instance-3,
.forcedMigrationModal.modal-searchresults ul.image-display li a:hover span.instance-3,
.forcedMigrationModal.modal-searchresults ul.image-display li a:active span.instance-3 {
  background: url(../../images/forced_migration_modal/MOL-Loupe.jpg) no-repeat 0px 0px;
  background-size: 1110px;
}
.forcedMigrationModal.modal-searchresults ul.image-display li a.hover span.instance-4,
.forcedMigrationModal.modal-searchresults ul.image-display li a.active span.instance-4,
.forcedMigrationModal.modal-searchresults ul.image-display li a:hover span.instance-4,
.forcedMigrationModal.modal-searchresults ul.image-display li a:active span.instance-4 {
  background: url(../../images/forced_migration_modal/MOL-mainscreen.jpg) no-repeat -9px -123px;
  background-size: 852px;
}
.forcedMigrationModal.modal-searchresults a.question {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/forced_migration_modal/question-btn-icon.png) no-repeat center center;
  margin: 6px 6px -6px 6px;
  position: relative;
}
.forcedMigrationModal.modal-searchresults div.question-hvr.hide {
  display: none;
}
.forcedMigrationModal.modal-searchresults div.question-hvr {
  position: absolute;
  top: 520px;
  left: 30px;
  border: 1px solid #fff;
  width: 800px;
  height: 52px;
  background: url(../../images/forced_migration_modal/question-hvr.png) no-repeat center center;
  z-index: 1000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 8px 6px -6px #000000;
  -moz-box-shadow: 0 8px 6px -6px #000000;
  box-shadow: 0 8px 6px -6px #000000;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults div.question-hvr {
    top: 375px;
  }
}
@media (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults.de .modal-body {
    max-height: 300px;
  }
  .forcedMigrationModal.modal-searchresults.de .modal-body div.image-space {
    height: 266px;
  }
  .forcedMigrationModal.modal-searchresults.pt ul.image-display li a,
  .forcedMigrationModal.modal-searchresults.fr ul.image-display li a,
  .forcedMigrationModal.modal-searchresults.es ul.image-display li a {
    font-size: 12px;
  }
}
@media (max-height: 665px) and (max-height: 665px) {
  .forcedMigrationModal.modal-searchresults.de .modal-header h3 {
    font-size: 85%;
  }
}
/* END .forcedMigrationModal */
#v5mp_fullcurtain {
  padding-top: 52px;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 85;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#v5mp_fullcurtain_close {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  float: right;
  clear: both;
  margin-bottom: 8px;
  margin-right: 3px;
  font-size: 0.8em;
}
#v5mp_fullcurtain_close:hover {
  color: yellow;
  cursor: pointer;
}
.mh-search-wrapper {
  font-size: 0.8em;
  padding: 6em 1em 0;
  min-width: 100%;
}
@media only screen and (min-width: 801px) {
  .mh-search-wrapper {
    font-size: 1em;
    min-width: 80%;
  }
  .venice .mh-search-wrapper {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1025px) {
  .mh-search-wrapper {
    min-width: 50%;
  }
}
.mh-search-field {
  font-size: 1em;
  padding: 0;
  border: 1px solid #82c0e1;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  border-radius: 3px;
  max-width: 100%;
  clear: both;
}
.mh-search-field * {
  background-color: transparent;
  border: none;
  color: white;
  padding: 2.2em 0;
  flex: 0 1 auto;
}
.mh-search-field .input_wrapper {
  flex-grow: 1;
}
.mh-search-field input {
  font-size: 16px;
  padding: 0;
  outline: none;
  width: 100%;
}
#topnav_membername_icon {
  background-image: url("/assets/manhunt/images/icn/icn-search-off.png");
  background-size: 2em 2em;
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  min-width: 5em;
}
#topnav_membername_submit {
  background-color: #82c0e1;
  min-width: 5em;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topnav_membername_submit:hover {
  background-color: #6492ab;
}
#topnav_membername_submit .mh-search-go-btn {
  padding: 0;
  transform: rotate(-90deg);
  height: 1.6em;
  width: 1.6em;
}
.memsrch-fb-blk {
  margin-top: 1em;
  align-items: stretch;
  background-color: #273B4A;
  font-weight: bold;
  display: flex;
  font-size: 1.2em;
}
.memsrch-fb-blk > * {
  padding: 15px;
  display: flex;
  align-items: center;
}
.memsrch-fb-error-icon {
  background-color: #f00;
  font-size: 2em;
}
.memsrch-feedback-text {
  font-size: 1em;
}
.loader-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
.memnameSrchRsltsWrap {
  margin-top: 1em;
  margin-bottom: 8em;
  font-size: 13px;
}
.memnameSrchRsltsGrp {
  margin-top: 1em;
}
.memnameSrchRsltsGrpHeader {
  font-size: 1.3em;
  background-color: #82c0e1;
  color: white;
  margin-bottom: 1em;
  font-weight: bold;
}
.headerProfCt,
.mnsHeadText {
  padding: 1.3em;
  display: inline-block;
}
.headerProfCt {
  background-color: #273b4a;
  padding-left: 1.66em;
  padding-right: 1.66em;
}
.memnameSrchRsltsGrpItem {
  display: flex;
  padding: 1em;
  border-bottom: 1px solid #c0ced8;
}
.memnameSrchRsltsGrpItem:last-child {
  border-bottom: none;
}
.memnameSrchRsltsGrpItem:hover {
  background: rgba(39, 59, 74, 0.8);
  cursor: pointer;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
img.msrThumb {
  width: 7em;
  height: 7em;
}
.msrText {
  padding: 0 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
span.msrMemname {
  font-size: 1.5em;
  margin: 0 0 0.9em 0;
}
span.msrLoc {
  font-size: 1.1em;
}
.sk-cube-grid {
  width: 50px;
  height: 50px;
  margin: 40px auto;
  clear: both;
}
.sk-cube-grid .sk-cube {
  width: 15px;
  height: 15px;
  background-color: #82c0e1;
  margin: 1px 1px 0 0;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/* DON'T KNOW IF THIS IS A GOOD I-DEA.... */
@media only screen and (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .phone {
    display: none !important;
  }
}
#daysLeftBanner-wrapper {
  width: 100%;
  padding: 0px 2rem;
}
.daysLeftBanner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
  margin: 10px auto;
  padding: 0px;
  width: 100%;
  max-width: 1530px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 2rem;
  color: #1e2a37;
  border: 1px solid #18222c;
  text-decoration: none;
}
@media only screen and (min-width: 801px) {
  .daysLeftBanner {
    flex-direction: row;
    justify-content: flex-start;
    margin: 20px auto;
    line-height: 2.5rem;
  }
}
.daysLeftBanner:hover {
  text-decoration: none;
}
.daysLeftBanner.hid {
  display: none;
}
#dismissDLB {
  position: absolute;
  cursor: pointer;
  left: -0.82rem;
  top: -0.82rem;
  height: 1.65rem;
  width: 1.65rem;
  background: #ffffff url("/assets/manhunt/images/icn/icn-close-dk.png") no-repeat scroll center center / 10px 10px;
  border: 2px solid #273b4a;
  border-radius: 17px;
}
@media only screen and (min-width: 801px) {
  #dismissDLB {
    top: -1rem;
    left: -1rem;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 17px;
    background: #ffffff url("/assets/manhunt/images/icn/icn-close-dk.png") no-repeat scroll center center / 16px 16px;
  }
}
.daysLeftBanner .dlbText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 801px) {
  .daysLeftBanner .dlbText {
    font-size: 1.5rem;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.daysLeftBanner .dlbText span {
  font-weight: bold;
  text-transform: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  display: block;
}
@media only screen and (min-width: 801px) {
  .daysLeftBanner .dlbText span {
    font-size: 1.5rem;
    text-align: left;
  }
}
.bannerContent {
  padding: 0px 10px 10px 10px;
}
@media only screen and (min-width: 801px) {
  .bannerContent {
    padding: 30px 0px;
  }
}
.emergency {
  background-color: #fc5e4d;
}
.emergency .bannerBackground {
  background: url("/assets/manhunt/images/icn/icn-alert.png") no-repeat center;
  background-size: 24px 24px;
  width: 100%;
  height: 38px;
}
@media only screen and (min-width: 801px) {
  .emergency .bannerBackground {
    background-size: 60px 60px;
    width: 110px;
    height: auto;
  }
}
.emergency .bannerContent {
  color: #fff !important;
}
.emergency .bannerContent span {
  font-size: 0.95rem !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 801px) {
  .emergency .bannerContent span {
    font-size: 1.25rem !important;
  }
}
.impending {
  background-color: #f0e804;
}
.impending .bannerBackground {
  background: url("/assets/manhunt/images/icn/icn-crown-grey.png") no-repeat center;
  background-size: 24px 24px;
  width: 100%;
  height: 38px;
}
@media only screen and (min-width: 801px) {
  .impending .bannerBackground {
    background-size: 60px 60px;
    width: 110px;
    height: auto;
  }
}
.daysLeftBanner .dlbButton {
  display: flex;
  background: #82c0e1 none repeat scroll 0 0;
  color: #1e2a37;
  font-size: 0.8rem;
  border-top: 1px solid #18222c;
  border-left: none;
  width: 100%;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 801px) {
  .daysLeftBanner .dlbButton {
    font-size: 1.05rem;
    padding: 30px 0;
    width: 13rem;
    max-width: 155px;
    border-left: 1px solid #18222c;
    border-top: none;
  }
}
.daysLeftBanner .dlbButton:hover {
  cursor: pointer;
}
.daysLeftBanner {
  margin-top: 4.2rem;
  margin-bottom: -3rem;
  font-size: 1em;
}
/* @license
 * MyFonts Webfont Build ID 2463433, 2013-01-29T14:02:12-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Proxima Nova Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 * 
 * Webfont: Proxima Nova ExtraCond Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/ex-cn-bold/
 * 
 * Webfont: Proxima Nova Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * 
 * Webfont: Proxima Nova Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2463433
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2013 MyFonts Inc
*/
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../../../fonts/proxima-nova/2596C9_0_0.eot');
  src: url('../../../fonts/proxima-nova/2596C9_0_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/proxima-nova/2596C9_0_0.woff') format('woff'), url('../../../fonts/proxima-nova/2596C9_0_0.ttf') format('truetype'), url('../../../fonts/proxima-nova/2596C9_0_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'ProximaNovaExCn-Bold';
  src: url('../../../fonts/proxima-nova/2596C9_1_0.eot');
  src: url('../../../fonts/proxima-nova/2596C9_1_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/proxima-nova/2596C9_1_0.woff') format('woff'), url('../../../fonts/proxima-nova/2596C9_1_0.ttf') format('truetype'), url('../../../fonts/proxima-nova/2596C9_1_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../../../fonts/proxima-nova/2596C9_2_0.eot');
  src: url('../../../fonts/proxima-nova/2596C9_2_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/proxima-nova/2596C9_2_0.woff') format('woff'), url('../../../fonts/proxima-nova/2596C9_2_0.ttf') format('truetype'), url('../../../fonts/proxima-nova/2596C9_2_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../../../fonts/proxima-nova/2596C9_3_0.eot');
  src: url('../../../fonts/proxima-nova/2596C9_3_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/proxima-nova/2596C9_3_0.woff') format('woff'), url('../../../fonts/proxima-nova/2596C9_3_0.ttf') format('truetype'), url('../../../fonts/proxima-nova/2596C9_3_0.svg#wf') format('svg');
}
/* global
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #0c1d3b;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 15px;
  height: 100%;
  line-height: 1;
}
a {
  text-decoration: none;
}
div.outer-wrapper a:link,
div.footer a:link {
  color: #a8bfd0;
}
div.outer-wrapper a:visited,
div.footer a:visited {
  color: #a8bfd0;
}
div.outer-wrapper a:hover,
div.footer a:hover,
div.outer-wrapper a:focus,
div.footer a:focus {
  color: #34b5ff !important;
}
div.outer-wrapper a:active,
div.footer a:active {
  color: #fdb913 !important;
}
div.outer-wrapper fieldset {
  float: left;
}
div.outer-wrapper input[type="checkbox"] {
  position: absolute;
  left: 3px;
  top: 5px;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}
/* RESETS FROM BOOTSTRAP */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: auto;
}
input[type="checkbox"] {
  margin: 1px !important;
}
label.checkbox {
  padding: 3px 0 0 25px !important;
}
.modal.fade.in {
  top: 40% !important;
}
.modal-footer-simple {
  border: none !important;
  background-color: transparent;
  padding: 0px;
}
.modal-body .warningIcon {
  display: block;
  text-align: center;
  margin: 0 0 16px 0;
}
.modal-body.warningText {
  font-weight: bold;
  text-align: center;
  font-size: larger;
  color: #666666;
}
/* big header
----------------------------*/
.logoPlusHead {
  float: left;
  padding: 12px 0 0 12px;
}
h1.logo {
  text-indent: -9999px;
  display: block;
  width: 255px;
  height: 35px;
  background: url(/assets/manhunt/images/lipstick/logo.png) no-repeat center center;
}
h1.logo.aprilFools {
  background: url(/assets/manhunt/images/lipstick/womanhunt_logo_login.png) no-repeat center center;
  margin-left: 4px;
}
h2.tagline {
  clear: left;
  font-size: 17px;
  line-height: 1.8em;
  left: 5px;
  position: relative;
  letter-spacing: 1px;
  font-family: ProximaNova-Semibold, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}
form#login .btn-primary {
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  width: 95px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 1px;
  padding: 6px 10px 7px;
  margin: 3px 0.5ex;
}
.capabilitiesError {
  display: block;
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  position: static;
  width: 90%;
  padding: 60px;
  margin: 50px auto;
  color: white;
  background-color: #C30;
  border: 1px #F60 solid;
  font-weight: normal;
  font-size: 028px;
  position: relative;
  z-index: 50000;
}
/* ======================================================== */
/* TRACKING PIXEL                                           */
/* ======================================================== */
#trackingPixel {
  text-indent: -9999px;
  position: absolute;
  top: -500px;
  left: -9999px;
}
#noCookies .capabilitiesError {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 15px 60px;
  width: 100%;
}
.outer-wrapper {
  width: 100%;
  padding: 0;
  background: #444444;
  background: rgba(0, 0, 0, 0.8);
}
.outer-wrapper form {
  float: right;
  width: auto;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  text-align: left;
  padding: 12px !important;
}
.outer-wrapper form p {
  font-size: 12px;
  color: #cccccc;
}
.outer-wrapper form p label {
  float: left;
  font-size: 11px;
  text-align: left;
  margin: 6px 0 0 -140px;
}
.outer-wrapper form p a {
  float: left;
  display: block;
  margin: 3px 0 0 5px;
  font-size: 11px;
}
fieldset {
  border: 0;
}
fieldset.column-1 {
  width: 195px;
}
fieldset.column-2 {
  width: auto;
}
fieldset.column-2 p {
  float: left;
  clear: left;
}
.coa-bar a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.footer strong,
.coa-bar strong {
  font-size: 100% !important;
  color: inherit;
}
input.input-field,
textarea.input-field,
select.input-field {
  float: left;
  width: 160px;
  height: 20px;
  text-align: left;
  padding: 5px 10px;
  color: #666666;
  background: #f1f1f1;
  border: 1px solid #007dc5;
  margin: 5px 5px 0 5px !important;
  font-size: 12px !important;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input.input-field:focus,
textarea.input-field:focus,
select.input-field:focus {
  border: 1px solid #000000;
  background: #ffffff;
  color: #444444;
  -webkit-box-shadow: 0 1px 5px rgba(0, 125, 197, 0.9);
  -moz-box-shadow: 0 1px 5px rgba(0, 125, 197, 0.9);
  box-shadow: 0 1px 5px rgba(0, 125, 197, 0.9);
}
label.checkbox {
  position: relative;
  cursor: pointer;
  padding: 6px 0 0 25px;
  font-size: 11px;
  color: #ffffff;
  float: left;
  /* for Opera*/
}
a.start {
  display: block;
  text-align: left;
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 12px 20px;
  width: auto;
  min-width: 200px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
}
a.start span {
  background: url(/assets/manhunt/images/lipstick/icon-arrow.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: -6px 0 -9px 0;
  position: absolute;
  right: 28px;
  bottom: 36px;
}
html[lang=fr] a.start.signupBtn,
html[lang=it] a.start.signupBtn,
html[lang=pt] a.start.signupBtn {
  font-size: 14px;
}
a:not(.btn):link.start,
a:not(.btn):visited.start {
  background-color: #fcb50f;
  background-image: -moz-linear-gradient(top, #ffcb05, #f7941e);
  background-image: -ms-linear-gradient(top, #ffcb05, #f7941e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb05), to(#f7941e));
  background-image: -webkit-linear-gradient(top, #ffcb05, #f7941e);
  background-image: -o-linear-gradient(top, #ffcb05, #f7941e);
  background-image: linear-gradient(top, #ffcb05, #f7941e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb05', endColorstr='#f7941e', GradientType=0);
  color: #3e4c54;
  text-shadow: 1px 1px #f7941e;
  border: 1px solid #e78a1c;
  color: #224995;
  text-shadow: 1px 1px #ffdb51;
}
a:hover.start,
a:active.start {
  background-color: #0e68b2 !important;
  background-image: -moz-linear-gradient(top, #007dc5, #224995) !important;
  background-image: -ms-linear-gradient(top, #007dc5, #224995) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc5), to(#224995)) !important;
  background-image: -webkit-linear-gradient(top, #007dc5, #224995) !important;
  background-image: -o-linear-gradient(top, #007dc5, #224995) !important;
  background-image: linear-gradient(top, #007dc5, #224995) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@fancyMedBlue', endColorstr='@oldManhuntBlue', GradientType=0) !important;
  color: #ffffff !important;
  text-shadow: 1px 1px #000000 !important;
  border: 1px solid #09255b !important;
}
.outer-wrapper .tagline.es,
.outer-wrapper .tagline.fr,
.outer-wrapper .tagline.pt,
.outer-wrapper .tagline.it {
  font-family: ProximaNovaExCn-Bold, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
/* footer
----------------------------*/
.footer {
  width: 100%;
  text-align: center;
  background: #444444;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
}
.footer-wrap {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 0 10px ;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
a.mobile {
  display: inline-block;
  float: right;
  text-align: left;
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  margin-top: 5px;
}
a:link.mobile,
a:visited.mobile {
  background-color: #0c74b7;
  background-image: -moz-linear-gradient(top, #007dc5, #1f66a3);
  background-image: -ms-linear-gradient(top, #007dc5, #1f66a3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc5), to(#1f66a3));
  background-image: -webkit-linear-gradient(top, #007dc5, #1f66a3);
  background-image: -o-linear-gradient(top, #007dc5, #1f66a3);
  background-image: linear-gradient(top, #007dc5, #1f66a3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc5', endColorstr='#1f66a3', GradientType=0);
  color: #3e4c54;
  text-shadow: 1px 1px #f7941e;
  border: 1px solid #000000;
  color: #ffffff;
  text-shadow: 1px 1px #09255b;
}
a:hover.mobile,
a:active.mobile {
  background-color: #0e68b2;
  background-image: -moz-linear-gradient(top, #007dc5, #224995);
  background-image: -ms-linear-gradient(top, #007dc5, #224995);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc5), to(#224995));
  background-image: -webkit-linear-gradient(top, #007dc5, #224995);
  background-image: -o-linear-gradient(top, #007dc5, #224995);
  background-image: linear-gradient(top, #007dc5, #224995);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc5', endColorstr='#224995', GradientType=0);
  text-shadow: 1px 1px #f7941e;
  border: 1px solid #000000;
  color: #ffffff;
  text-shadow: 1px 1px #09255b;
}
.footer .inner-wrap {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: left;
  position: relativ;
}
.inner-wrap-box {
  float: left;
  margin: 0 10px;
  width: 960px;
}
.inner-wrap-box p {
  font-size: 11px;
  color: #cccccc;
  line-height: 1.4e;
}
.inner-wrap-box p strong {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  margin-bottom: 5px;
  color: #eeeeee;
  font-weight: bold;
  padding-right: 20px;
}
.inner-wrap-box p a {
  padding: 0 10px;
}
.birdseed {
  width: 960px;
  float: left;
  text-align: left;
  color: #cccccc;
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.4;
}
.birdseed img {
  display: inline-block;
  float: left;
  width: 60px;
  height: 29px;
  margin: 0px 10px;
}
.asacpBadge {
  float: left;
  width: 80px;
}
.disclaimerBlock {
  float: left;
  width: 880px;
}
.languages {
  display: block;
  float: left;
  width: 960px;
  font-size: 11px;
  margin: 10px 0;
  text-align: lef;
}
.languages a {
  padding: 0 10px;
}
/*phone content*/
.phone-bar {
  width: 100%;
  text-align: center;
  background: #ffffff;
  margin-bottom: 20px;
}
.phone-bar .inner-wrap {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 10px 0;
  height: 23px;
}
.phone-bar .inner-wrap h1 {
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 18px;
  color: #09255b;
  font-weight: bold;
}
.phone-bar .inner-wrap h1 span {
  color: #666666;
  margin-left: 115px;
  font-weight: normal;
}
.phone-bar .inner-wrap h1 span strong {
  color: #007dc5;
}
.phone-bar .inner-wrap img {
  display: inline-block;
  position: absolute;
  left: 340px;
  bottom: 0;
  z-index: 200;
}
/* big background
----------------------------*/
img {
  border: none;
}
#supersized-loader {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(/assets/manhunt/images/lipstick/progress.gif) no-repeat center center;
}
#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
  margin: 0;
}
#supersized img {
  width: auto;
  max-width: none;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.image-loading {
  background: #111111 url(/assets/manhunt/images/lipstick/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}
#supersized li.image-loading img {
  visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}
/* arrows */
#prevslide,
#nextslide {
  position: absolute;
  height: 43px;
  width: 43px;
  top: 50%;
  margin-top: -21px;
  opacity: 0.6;
  z-index: 401;
}
#prevslide {
  left: 10px;
  background: url(/assets/manhunt/images/lipstick/back.png);
}
#nextslide {
  right: 10px;
  background: url(/assets/manhunt/images/lipstick/forward.png);
}
#prevslide:active,
#nextslide:active {
  margin-top: -19px;
}
#prevslide:hover,
#nextslide:hover {
  cursor: pointer;
}
/* Progress Bar */
#progress-back {
  z-index: 5;
  position: absolute;
  top: -8px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url(/assets/manhunt/images/lipstick/progress-back.png) repeat-x;
}
#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
  background: url(/assets/manhunt/images/lipstick/progress-bar.png) repeat-x;
}
/* MH Content
----------------------------*/
/* Big type */
.coa-bar {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 400;
  text-align: left;
  margin-top: 100px;
  width: 425px;
}
@media screen and (max-width: 950px) {
  .coa-bar {
    margin-top: 140px;
  }
}
@media screen and (max-width: 640px) {
  .coa-bar {
    margin-top: 180px;
    left: 16px;
  }
}
.coa-bar-wrap {
  position: relative;
  text-align: center;
  width: 340px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.9)', endColorstr='rgba(0, 0, 0, 0.5)');
  border: 1px solid #000;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px #999;
  -moz-box-shadow: inset 0 0 1px #999;
  box-shadow: inset 0 0 1px #999;
}
.coa-bar-wrap h1 {
  line-height: 1.3em !important;
  margin-bottom: 30px;
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px #000;
}
.coa-bar-wrap .joinBtn {
  margin-top: 32px;
}
.coa-bar h1,
.coa-bar h2,
.coa-bar h3 {
  font-family: 'ProximaNova-Bold', 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 400;
  line-height: 1.0em;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
.coa-bar .whiteStyle h1 {
  color: #f1f1f1;
  font-size: 42px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
}
.coa-bar .whiteStyle h3 {
  color: #f1f1f1;
  font-size: 24px;
  font-weight: normal;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
}
.coa-bar .blueBigWhiteSmallStyle h1 {
  color: #007dc5;
  font-size: 56px;
  text-shadow: 2px 2px #09255b;
  margin-bottom: 10px;
}
.coa-bar .blueBigWhiteSmallStyle h2 {
  color: #007dc5;
  font-size: 32px;
  text-shadow: 2px 2px #09255b;
}
.coa-bar .blueBigWhiteSmallStyle h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  text-shadow: 2px 2px #09255b;
}
.coa-bar .allBlueStyle h1 {
  color: #09255b;
  font-size: 56px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
.coa-bar .allBlueStyle h2 {
  color: #1f66a3;
  font-size: 32px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
/*
    BOOSTRAP MODALS
*/
.modal {
  color: black;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  border: solid 18px rgba(222, 222, 222, 0.7);
}
.modal-body ol {
  list-style-type: decimal;
  margin: 12px 21px;
}
.lipstickModal {
  font-size: 15px;
  line-height: 1.3em;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  border: none;
}
.lipstickModal.modal:not(.modal-error) {
  background-color: #ccc !important;
}
.lipstickModal.modal:not(.modal-error) .modal-header {
  padding: 0 0 15px;
}
.lipstickModal.modal:not(.modal-error) h1 {
  color: #007dc5;
  text-align: left;
}
.lipstickModal .firstWrapper {
  padding: 27px 36px;
  border: 1px solid #999;
  background-color: #EBEBEB;
  background-image: -ms-linear-gradient(top, #ffffff, #e4e5ea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e4e5ea));
  background-image: -webkit-linear-gradient(top, #ffffff, #e4e5ea);
  background-image: -o-linear-gradient(top, #ffffff, #e4e5ea);
  background-image: -moz-linear-gradient(top, #ffffff, #e4e5ea);
  background-image: linear-gradient(top, #ffffff, #e4e5ea);
  background-repeat: repeat-x;
  max-height: 400px;
  overflow-y: auto;
}
.lipstickModal .firstWrapper .warningIcon {
  text-align: center;
  margin-bottom: 15px;
}
.lipstickModal .firstWrapper form {
  text-align: center;
}
.lipstickModal .firstWrapper h1 {
  color: #9C1921;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  line-height: inherit;
}
.lipstickModal .firstWrapper .mainText {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 0px;
  color: #363636;
  text-shadow: 1px 1px #FFF;
}
.lipstickModal .firstWrapper input[type="text"] {
  height: 28px;
  width: 315px;
  margin: 0px;
  padding: 1px;
}
.lipstickModal .firstWrapper #addAsq input[type="text"] {
  width: 315px;
}
.lipstickModal .firstWrapper .btn-attached {
  margin-left: -5px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.lipstickModal .firstWrapper .modal-header {
  padding-top: 0;
}
.lipstickModal .firstWrapper .btnHolder {
  text-align: right;
  margin-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.lipstickModal .firstWrapper .reactivateUserBtn {
  text-align: center;
}
[lang=es] .lipstickModal input[type="text"],
[lang=pt] .lipstickModal input[type="text"] {
  width: 310px;
}
[lang=fr] .lipstickModal input[type="text"] {
  width: 305px;
}
[lang=de] .lipstickModal input[type="text"] {
  width: 251px;
}
[lang=it] .lipstickModal input[type="text"] {
  width: 279px;
}
[lang=zh_TW] .lipstickModal input[type="text"],
[lang=zh] .lipstickModal input[type="text"] {
  width: 309px;
}
#loginFb1Text .btnHolder,
#loginFb2Text .btnHolder {
  display: none;
}
I look forwar .lipstickModal h1,
.lipstickModal h2,
.lipstickModal h3 {
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  color: #007dc5;
  line-height: 1.2em;
  margin: 0.5em 0;
}
.lipstickModal h1 {
  font-size: 28px;
  margin: 0;
}
.lipstickModal h2 {
  font-weight: bold;
  font-size: 18px;
}
.lipstickModal h3 {
  font-size: 16px;
}
.lipstickModal p {
  margin: 12px 0;
}
.lipstickModal .btn a,
.lipstickModal a.btn {
  color: #ffffff !important;
}
/*modals*/
.inner-content-wrap-alert {
  margin: 15px;
  background: #f1f1f1;
  width: 330px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #aaaaaa;
}
.reveal-modal {
  visibility: hidden;
  position: absolute;
  top: 80px;
  left: 50%;
  width: 520px;
  background: rgba(255, 255, 255, 0.6);
  margin-left: -300px;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -380px;
}
.reveal-modal .inner-content-wrap-lg {
  margin: 15px;
  background: #f1f1f1;
  width: 730px;
  padding: 20px;
  height: 420px;
  overflow: scroll;
  border: 1px solid #aaaaaa;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.reveal-modal .inner-content-wrap-cs {
  margin: 15px;
  background: #f1f1f1;
  width: 530px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #aaaaaa;
  text-align: center;
}
.reveal-modal h1,
.reveal-modal h2,
.reveal-modal h3,
.reveal-modal h4 {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 16px;
  color: #666666;
  text-shadow: 1px 1px #ffffff;
  margin: 0 0 5px 0;
}
.reveal-modal h1 {
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 28px;
  color: #007dc5;
  margin-bottom: 10px;
}
.reveal-modal h2 {
  margin-top: 20px;
}
.reveal-modal h3,
.reveal-modal h4 {
  margin-top: 10px;
}
.reveal-modal p {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 10px;
  color: #666666;
}
.reveal-modal .close-reveal-modal {
  background: url(/assets/manhunt/images/lipstick/close.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.reveal-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 900;
}
.clear {
  clear: both;
  height: 0;
}
/* Form style */
form.modal {
  width: 530px;
  margin: 20px 0;
  padding-top: 10px;
  border-top: 1px solid #aaaaaa;
}
form.modal label,
form.modal input,
form.modal textarea,
form.modal select {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 14px;
  text-align: left;
}
form.modal input.submit {
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
form.modal label {
  float: left;
  width: 470px;
  margin: 0 30px 5px 30px;
  font-weight: bold;
}
form.modal input,
form.modal textarea,
form.modal select {
  width: 448px;
  padding: 10px 5px;
  color: #666666;
  border: 1px solid #d0d7df;
  margin: 5px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form.modal input:focus,
form.modal textarea:focus,
form.modal select:focus {
  background: #ffffff;
  border: 1px solid #000000;
  color: #444444;
  -webkit-box-shadow: 0 1px 5px rgba(0, 125, 197, 0.9);
  -moz-box-shadow: 0 1px 5px rgba(0, 125, 197, 0.9);
  box-shadow: 0 1px 5px rgba(0, 125, 197, 0.9);
}
form.modal input.submit {
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px #09255b;
  display: block;
  float: left;
  padding: 5px 0;
  margin-top: 20px;
  width: 100px;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #0c74b7;
  background-image: -moz-linear-gradient(top, #007dc5, #1f66a3);
  background-image: -ms-linear-gradient(top, #007dc5, #1f66a3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc5), to(#1f66a3));
  background-image: -webkit-linear-gradient(top, #007dc5, #1f66a3);
  background-image: -o-linear-gradient(top, #007dc5, #1f66a3);
  background-image: linear-gradient(top, #007dc5, #1f66a3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc5', endColorstr='#1f66a3', GradientType=0);
}
form.modal input.submit:hover {
  background-color: #0e68b2;
  background-image: -moz-linear-gradient(top, #007dc5, #224995);
  background-image: -ms-linear-gradient(top, #007dc5, #224995);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc5), to(#224995));
  background-image: -webkit-linear-gradient(top, #007dc5, #224995);
  background-image: -o-linear-gradient(top, #007dc5, #224995);
  background-image: linear-gradient(top, #007dc5, #224995);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc5', endColorstr='#224995', GradientType=0);
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  border: 1px solid #09255b;
}
form.modal textarea {
  float: left;
  width: 448px;
  height: 120px;
  margin: 0 30px;
  background: #ffffff;
}
