 
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.create-account-page .countryCode .select-emulator {
  position: relative;
  width: 100px;
  float: left;
  margin: 0;
  right: auto;
  margin-right: 15px;
  top: 2px;
}
.create-account-page .countryCode .select-emulator select {
  width: 155px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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%;
  -webkit-overflow-scrolling: touch !important;
}
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;
}
#map_canvas img,
.google-maps 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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
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;
}
body {
  margin: 0;
  font-family: opensans;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: 0;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 720px;
}
.span12 {
  width: 720px;
}
.span11 {
  width: 660px;
}
.span10 {
  width: 600px;
}
.span9 {
  width: 540px;
}
.span8 {
  width: 480px;
}
.span7 {
  width: 420px;
}
.span6 {
  width: 360px;
}
.span5 {
  width: 300px;
}
.span4 {
  width: 240px;
}
.span3 {
  width: 180px;
}
.span2 {
  width: 120px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 720px;
}
.offset11 {
  margin-left: 660px;
}
.offset10 {
  margin-left: 600px;
}
.offset9 {
  margin-left: 540px;
}
.offset8 {
  margin-left: 480px;
}
.offset7 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 360px;
}
.offset5 {
  margin-left: 300px;
}
.offset4 {
  margin-left: 240px;
}
.offset3 {
  margin-left: 180px;
}
.offset2 {
  margin-left: 120px;
}
.offset1 {
  margin-left: 60px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.06944444444444445%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0%;
}
.row-fluid .span12 {
  width: 99.99999999999999%;
  *width: 99.93055555555554%;
}
.row-fluid .span11 {
  width: 91.66666666666666%;
  *width: 91.59722222222221%;
}
.row-fluid .span10 {
  width: 83.33333333333331%;
  *width: 83.26388888888887%;
}
.row-fluid .span9 {
  width: 74.99999999999999%;
  *width: 74.93055555555554%;
}
.row-fluid .span8 {
  width: 66.66666666666666%;
  *width: 66.59722222222221%;
}
.row-fluid .span7 {
  width: 58.33333333333333%;
  *width: 58.263888888888886%;
}
.row-fluid .span6 {
  width: 49.99999999999999%;
  *width: 49.93055555555555%;
}
.row-fluid .span5 {
  width: 41.66666666666666%;
  *width: 41.597222222222214%;
}
.row-fluid .span4 {
  width: 33.33333333333333%;
  *width: 33.263888888888886%;
}
.row-fluid .span3 {
  width: 24.999999999999996%;
  *width: 24.930555555555554%;
}
.row-fluid .span2 {
  width: 16.666666666666664%;
  *width: 16.59722222222222%;
}
.row-fluid .span1 {
  width: 8.333333333333332%;
  *width: 8.263888888888888%;
}
.row-fluid .offset12 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid .offset12:first-child {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid .offset11 {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid .offset11:first-child {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid .offset10 {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid .offset10:first-child {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid .offset9 {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid .offset9:first-child {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid .offset8 {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid .offset8:first-child {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid .offset7 {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid .offset6 {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid .offset6:first-child {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid .offset5 {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid .offset5:first-child {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid .offset4 {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid .offset3 {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid .offset3:first-child {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid .offset2 {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid .offset1 {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center.questions {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-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 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  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;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, 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;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  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: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0px;
  margin-bottom: 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: opensans;
}
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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
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-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;
  -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 {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* 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: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
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;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.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[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .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;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 0;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 706px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 646px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 586px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 526px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 466px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 406px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 346px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 286px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 226px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 166px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 106px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-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;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 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 .control-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;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 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 .control-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;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 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;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  color: black;
  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: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .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: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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 input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.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: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 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;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  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: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  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 .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  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,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 104px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 164px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 224px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 344px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 404px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 464px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 584px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 644px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 704px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.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:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../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;
  width: 16px;
}
.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;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.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: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 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-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-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: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  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;
  *border-bottom: 0 none #b3b3b3;
  display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  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;
  margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  border-left-color: inherit;
  border-left-width: 0;
  border-right-style: none;
  border-right-color: inherit;
  border-right-width: 0;
  border-top-style: none;
  border-top-color: inherit;
  border-top-width: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-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-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  border-left-color: #0044cc;
  border-right-color: #0044cc;
  border-top-color: #0044cc;
  border-bottom-color: #002a80;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #fbb450, #f89406);
  border-left-color: #f89406;
  border-right-color: #f89406;
  border-top-color: #f89406;
  border-bottom-color: #ad6704;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border-left-color: #bd362f;
  border-right-color: #bd362f;
  border-top-color: #bd362f;
  border-bottom-color: #802420;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #62c462, #51a351);
  border-left-color: #51a351;
  border-right-color: #51a351;
  border-top-color: #51a351;
  border-bottom-color: #387038;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  border-left-color: #2f96b4;
  border-right-color: #2f96b4;
  border-top-color: #2f96b4;
  border-bottom-color: #1f6377;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #444444, #222222);
  border-left-color: #222222;
  border-right-color: #222222;
  border-top-color: #222222;
  border-bottom-color: #000000;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
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-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.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: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.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;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  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;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  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: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  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,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 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: "";
  line-height: 0;
}
.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: 20px;
  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,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  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,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.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-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  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 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  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,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.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,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  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,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  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,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  zoom: 1;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  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: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: opensans;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 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-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 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-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 720px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-top-color: #e5e5e5;
  border-bottom-color: #bfbfbf;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \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 .nav > li > .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: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .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 .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-repeat: repeat-x;
  border-color: #252525;
  background-image: linear-gradient(to bottom, #222222, #111111);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  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-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #151515, #040404);
  border-left-color: #040404;
  border-right-color: #040404;
  border-top-color: #040404;
  border-bottom-color: #000000;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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 ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -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;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -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;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -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;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -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;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  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 li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: grey;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -280px;
  z-index: 1050;
  width: 560px;
  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;
  outline: none;
}
.modal.fade {
  -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;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  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: "";
  line-height: 0;
}
.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-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 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;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: 0;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 0;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  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 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  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;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-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: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  -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;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-repeat: repeat-x;
  -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;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.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: -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,
.progress .bar-danger {
  background-color: #dd514c;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  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: -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,
.progress .bar-success {
  background-color: #5eb95e;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #62c462, #57a957);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  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: -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,
.progress .bar-info {
  background-color: #4bb1cf;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  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: -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,
.progress .bar-warning {
  background-color: #faa732;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  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: -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: 20px;
}
.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: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .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,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  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 li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: 0;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 840px;
  }
  .span12 {
    width: 840px;
  }
  .span11 {
    width: 770px;
  }
  .span10 {
    width: 700px;
  }
  .span9 {
    width: 630px;
  }
  .span8 {
    width: 560px;
  }
  .span7 {
    width: 490px;
  }
  .span6 {
    width: 420px;
  }
  .span5 {
    width: 350px;
  }
  .span4 {
    width: 280px;
  }
  .span3 {
    width: 210px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 840px;
  }
  .offset11 {
    margin-left: 770px;
  }
  .offset10 {
    margin-left: 700px;
  }
  .offset9 {
    margin-left: 630px;
  }
  .offset8 {
    margin-left: 560px;
  }
  .offset7 {
    margin-left: 490px;
  }
  .offset6 {
    margin-left: 420px;
  }
  .offset5 {
    margin-left: 350px;
  }
  .offset4 {
    margin-left: 280px;
  }
  .offset3 {
    margin-left: 210px;
  }
  .offset2 {
    margin-left: 140px;
  }
  .offset1 {
    margin-left: 70px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.06944444444444445%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0%;
  }
  .row-fluid .span12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .row-fluid .span11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .row-fluid .span10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .row-fluid .span9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .row-fluid .span8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .row-fluid .span7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .row-fluid .span6 {
    width: 49.99999999999999%;
    *width: 49.93055555555555%;
  }
  .row-fluid .span5 {
    width: 41.66666666666666%;
    *width: 41.597222222222214%;
  }
  .row-fluid .span4 {
    width: 33.33333333333333%;
    *width: 33.263888888888886%;
  }
  .row-fluid .span3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .row-fluid .span2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .row-fluid .span1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }
  .row-fluid .offset12 {
    margin-left: 99.99999999999999%;
    *margin-left: 99.8611111111111%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 99.99999999999999%;
    *margin-left: 99.8611111111111%;
  }
  .row-fluid .offset11 {
    margin-left: 91.66666666666666%;
    *margin-left: 91.52777777777777%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 91.66666666666666%;
    *margin-left: 91.52777777777777%;
  }
  .row-fluid .offset10 {
    margin-left: 83.33333333333331%;
    *margin-left: 83.19444444444443%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 83.33333333333331%;
    *margin-left: 83.19444444444443%;
  }
  .row-fluid .offset9 {
    margin-left: 74.99999999999999%;
    *margin-left: 74.8611111111111%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 74.99999999999999%;
    *margin-left: 74.8611111111111%;
  }
  .row-fluid .offset8 {
    margin-left: 66.66666666666666%;
    *margin-left: 66.52777777777777%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 66.66666666666666%;
    *margin-left: 66.52777777777777%;
  }
  .row-fluid .offset7 {
    margin-left: 58.33333333333333%;
    *margin-left: 58.19444444444444%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 58.33333333333333%;
    *margin-left: 58.19444444444444%;
  }
  .row-fluid .offset6 {
    margin-left: 49.99999999999999%;
    *margin-left: 49.86111111111111%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 49.99999999999999%;
    *margin-left: 49.86111111111111%;
  }
  .row-fluid .offset5 {
    margin-left: 41.66666666666666%;
    *margin-left: 41.52777777777777%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 41.66666666666666%;
    *margin-left: 41.52777777777777%;
  }
  .row-fluid .offset4 {
    margin-left: 33.33333333333333%;
    *margin-left: 33.19444444444444%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.33333333333333%;
    *margin-left: 33.19444444444444%;
  }
  .row-fluid .offset3 {
    margin-left: 24.999999999999996%;
    *margin-left: 24.86111111111111%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 24.999999999999996%;
    *margin-left: 24.86111111111111%;
  }
  .row-fluid .offset2 {
    margin-left: 16.666666666666664%;
    *margin-left: 16.52777777777778%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.666666666666664%;
    *margin-left: 16.52777777777778%;
  }
  .row-fluid .offset1 {
    margin-left: 8.333333333333332%;
    *margin-left: 8.194444444444443%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.333333333333332%;
    *margin-left: 8.194444444444443%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 826px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 756px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 686px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 616px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 546px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 476px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 406px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 336px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 266px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 196px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 126px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    margin-left: 0;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: 0;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 504px;
  }
  .span12 {
    width: 504px;
  }
  .span11 {
    width: 462px;
  }
  .span10 {
    width: 420px;
  }
  .span9 {
    width: 378px;
  }
  .span8 {
    width: 336px;
  }
  .span7 {
    width: 294px;
  }
  .span6 {
    width: 252px;
  }
  .span5 {
    width: 210px;
  }
  .span4 {
    width: 168px;
  }
  .span3 {
    width: 126px;
  }
  .span2 {
    width: 84px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 504px;
  }
  .offset11 {
    margin-left: 462px;
  }
  .offset10 {
    margin-left: 420px;
  }
  .offset9 {
    margin-left: 378px;
  }
  .offset8 {
    margin-left: 336px;
  }
  .offset7 {
    margin-left: 294px;
  }
  .offset6 {
    margin-left: 252px;
  }
  .offset5 {
    margin-left: 210px;
  }
  .offset4 {
    margin-left: 168px;
  }
  .offset3 {
    margin-left: 126px;
  }
  .offset2 {
    margin-left: 84px;
  }
  .offset1 {
    margin-left: 42px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.06944444444444445%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0%;
  }
  .row-fluid .span12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .row-fluid .span11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .row-fluid .span10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .row-fluid .span9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .row-fluid .span8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .row-fluid .span7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .row-fluid .span6 {
    width: 49.99999999999999%;
    *width: 49.93055555555555%;
  }
  .row-fluid .span5 {
    width: 41.66666666666666%;
    *width: 41.597222222222214%;
  }
  .row-fluid .span4 {
    width: 33.33333333333333%;
    *width: 33.263888888888886%;
  }
  .row-fluid .span3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .row-fluid .span2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .row-fluid .span1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }
  .row-fluid .offset12 {
    margin-left: 99.99999999999999%;
    *margin-left: 99.8611111111111%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 99.99999999999999%;
    *margin-left: 99.8611111111111%;
  }
  .row-fluid .offset11 {
    margin-left: 91.66666666666666%;
    *margin-left: 91.52777777777777%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 91.66666666666666%;
    *margin-left: 91.52777777777777%;
  }
  .row-fluid .offset10 {
    margin-left: 83.33333333333331%;
    *margin-left: 83.19444444444443%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 83.33333333333331%;
    *margin-left: 83.19444444444443%;
  }
  .row-fluid .offset9 {
    margin-left: 74.99999999999999%;
    *margin-left: 74.8611111111111%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 74.99999999999999%;
    *margin-left: 74.8611111111111%;
  }
  .row-fluid .offset8 {
    margin-left: 66.66666666666666%;
    *margin-left: 66.52777777777777%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 66.66666666666666%;
    *margin-left: 66.52777777777777%;
  }
  .row-fluid .offset7 {
    margin-left: 58.33333333333333%;
    *margin-left: 58.19444444444444%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 58.33333333333333%;
    *margin-left: 58.19444444444444%;
  }
  .row-fluid .offset6 {
    margin-left: 49.99999999999999%;
    *margin-left: 49.86111111111111%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 49.99999999999999%;
    *margin-left: 49.86111111111111%;
  }
  .row-fluid .offset5 {
    margin-left: 41.66666666666666%;
    *margin-left: 41.52777777777777%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 41.66666666666666%;
    *margin-left: 41.52777777777777%;
  }
  .row-fluid .offset4 {
    margin-left: 33.33333333333333%;
    *margin-left: 33.19444444444444%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.33333333333333%;
    *margin-left: 33.19444444444444%;
  }
  .row-fluid .offset3 {
    margin-left: 24.999999999999996%;
    *margin-left: 24.86111111111111%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 24.999999999999996%;
    *margin-left: 24.86111111111111%;
  }
  .row-fluid .offset2 {
    margin-left: 16.666666666666664%;
    *margin-left: 16.52777777777778%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.666666666666664%;
    *margin-left: 16.52777777777778%;
  }
  .row-fluid .offset1 {
    margin-left: 8.333333333333332%;
    *margin-left: 8.194444444444443%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.333333333333332%;
    *margin-left: 8.194444444444443%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 490px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 448px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 406px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 364px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 322px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 280px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 238px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 196px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 154px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 112px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 70px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* OpenSans Fonts */

@font-face {
  font-family: "opensans";
  src: url("fonts/opensans_Regular/opensans-regular-webfont.eot");
  src: url("fonts/opensans_Regular/opensans-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans_Regular/opensans-regular-webfont.woff") format("woff"),
    url("fonts/opensans_Regular/opensans-regular-webfont.ttf")
      format("truetype"),
    url("fonts/opensans_Regular/opensans-regular-webfont.svg#Roboto-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-italic";
  src: url("fonts/opensans_italic/opensans-italic-webfont.eot");
  src: url("fonts/opensans_italic/opensans-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans_italic/opensans-italic-webfont.woff") format("woff"),
    url("fonts/opensans_italic/opensans-italic-webfont.ttf") format("truetype"),
    url("fonts/opensans_italic/opensans-italic-webfont.svg#Roboto-Italic")
      format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "opensans-bold";
  src: url("fonts/opensans_bold/opensans-bold-webfont.eot");
  src: url("fonts/opensans_bold/opensans-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans_bold/opensans-bold-webfont.woff") format("woff"),
    url("fonts/opensans_bold/opensans-bold-webfont.ttf") format("truetype"),
    url("fonts/opensans_bold/opensans-bold-webfont.svg#Roboto-Black")
      format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "opensans-bolditalic";
  src: url("fonts/opensans_bold_italic/opensans-bolditalic-webfont.eot");
  src: url("fonts/opensans_bold_italic/opensans-bolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans_bold_italic/opensans-bolditalic-webfont.woff")
      format("woff"),
    url("fonts/opensans_bold_italic/opensans-bolditalic-webfont.ttf")
      format("truetype"),
    url("fonts/opensans_bold_italic/opensans-bolditalic-webfont.svg#Roboto-BlackItalic")
      format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "opensans-semibold";
  src: url("fonts/opensans_semi-bold/opensans-semibold-webfont.eot");
  src: url("fonts/opensans_semi-bold/opensans-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans_semi-bold/opensans-semibold-webfont.woff")
      format("woff"),
    url("fonts/opensans_semi-bold/opensans-semibold-webfont.ttf")
      format("truetype"),
    url("fonts/opensans_semi-bold/opensans-semibold-webfont.svg#open_sanssemibold")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

/* Main Styles */
html,
body {
  font-size: 11px;
}
header {
  background-color: #00354e;
  height: 66px;
  padding: 0 20px;
  line-height: 66px;
}
header .btn {
  display: inline-block;
  text-transform: uppercase;
  background: none;
  background-color: #00354e;
  color: #72acc8;
  border: 2px solid #72acc8;
}
header .btn:hover {
  background: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #72acc8;
}
header .main-image {
  position: absolute;
  width: 158px;
  height: 158px;
  margin-left: -79px;
  left: 50%;
  top: 0;
  background: transparent url("images/main_circle.png") 0 0 no-repeat;
  z-index: 9;
}
.container-fluid {
  padding: 0;
}
.ui-tooltip,
.arrow:after {
  background: #345d71;
  color: white;
}
#warning {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  border-bottom: solid 6px #00354e;
  z-index: 1000;
}
#warning h3 {
  font-size: 1.2em;
  margin: 0 20px;
  line-height: 1.6em;
}
#warning h4 {
  font-size: 1.8em;
  margin: 20px 20px 0 20px;
  color: #00354e;
}
label.error {
  color: red;
  margin-top: -10px;
}
.inactive {
  visibility: hidden;
}
.active {
  visibility: visible;
}
.disable {
  color: #cfcdcd !important;
}
.disableLink {
  color: #cfcdcd !important;
  text-decoration: none !important;
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  header .main-image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .main-image {
    display: none;
  }
}
.forgot-password .content {
  font-family: "Lato", Helvetica;
  padding: 100px 0 45px;
  color: #00354e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 0;
  font: 1.6em "latoregular", Helvetica;
}
.forgot-password .content h2,
.forgot-password .content h3 {
  font: 2.5em "latoblack", Helvetica;
  text-transform: uppercase;
}
.forgot-password .content h3 {
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 20px 0 0 20px;
}
.forgot-password .content h5 {
  padding: 20px 50px;
  background-color: #f4f4f4;
  font: 1em "latobold", Helvetica;
  *margin-left: 2px;
}
.forgot-password .content strong {
  font-family: "latoblack", Helvetica;
  text-transform: uppercase;
}
.forgot-password .content em {
  font: 1.2em "latoitalic", Helvetica;
}
.forgot-password .content input {
  display: block;
  width: 100%;
  border: 1px solid #b3b3b3;
  color: #7f9aa6;
  height: 55px;
  line-height: 55px;
  -moz-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
}
.forgot-password .content a {
  color: #98ca4a;
  font-size: 0.8em;
}
.forgot-password .content .input-wrapper {
  position: relative;
}
.forgot-password .content .input-wrapper span {
  width: 20px;
  height: 19px;
  top: 5px;
  left: 11px;
  position: absolute;
  padding-right: 11px;
  border-right: 1px solid #e2e2e2;
}
.forgot-password .content .input-wrapper span.email {
  background: transparent url("images/sprite.png") 0 -71px no-repeat;
}
.forgot-password .content .input-wrapper span.password {
  background: transparent url("images/sprite.png") 0 -91px no-repeat;
}
.forgot-password .content .main {
  margin-bottom: 50px;
}
.forgot-password .content .error-message {
  display: none;
  border-top: 1px solid #c3c3c3;
  background-color: #fffcef;
  padding: 0 16%;
}
.forgot-password .content .error-message h4 {
  text-transform: uppercase;
  font: 1.2em "latobold", Helvetica;
  margin-bottom: 30px;
}
.forgot-password .content .forgot-password-profiles {
  border-top: 1px solid #c3c3c3;
}
.forgot-password .content .deloitte-forgot-password {
  border-right: 1px solid #c3c3c3;
}
.forgot-password .content .deloitte-forgot-password h5 {
  background-color: white;
  padding-left: 20px;
}
.forgot-password .content .other-forgot-password {
  border-top: 1px solid #c3c3c3;
}
.forgot-password .content .form-content {
  padding: 20px 50px 0 20px;
  min-height: 133px;
}
.expired a {
  text-decoration: none;
}
.expired .content {
  padding: 100px 0 45px;
  color: #00354e;
}
.expired .content h1 {
  font: 9.5em "latobold", Helvetica;
}
.expired .content h3 {
  font: 4em "latoregular", Helvetica;
  margin-bottom: 0;
}
.expired .content .button {
  background: none;
  background-color: #cdcdcd;
  font-weight: bold;
  height: 55px;
  color: #757575;
  margin: 2.5em 0 0;
  font-size: 160%;
  line-height: 55px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
}
.expired .content .button:hover {
  background-position: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.expired .content .button .arrow {
  background: transparent url("images/sprite.png") 0 0 no-repeat;
  height: 16px;
  width: 22px;
  display: inline-block;
}
.no-generatedcontent .expired .content .button .arrow {
  height: 19px;
}
.expired .content .disclaimer {
  margin-top: 2em;
}
.expired .content .disclaimer a {
  color: #00354e;
  font-family: "latoregular", Helvetica;
  font-size: 170%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
  text-decoration: underline;
}
.rightborder {
  border-right-color: #b3b3b3;
  border-right-style: solid;
  border-right-width: 1px;
}
.leftborder {
  border-left-color: #b3b3b3;
  border-left-style: solid;
  border-left-width: 1px;
}
.lt-ie8 .reset-password .content input {
  width: 97.5%;
}
.lt-ie8 .forgot-password .content input {
  width: 97.5%;
}
.sessionid {
  cursor: pointer;
}
.sessionerror-message {
  border-top: 1px solid #c3c3c3;
  padding: 0 16%;
}
code {
  background-color: white !important;
  border: 0px !important;
  color: #98ca4a !important;
  padding: 0px !important;
}
.session-container {
  height: auto;
  width: 1150px;
  display: table;
}
.ui-autocomplete {
  z-index: 10000000;
}
.ui-autocomplete-input {
  z-index: 10000000;
}
#addsessionpopup select {
  visibility: hidden;
  position: absolute;
}
.session-container .btn:first-child {
  width: 176px !important;
}
.ui-widget-header {
  background: none !important;
  border: 0px solid #ffffff !important;
}
.Asspan3 {
  width: 180px;
}
.Asspan2 {
  width: 120px;
}
.Asspan1 {
  width: 60px;
}
/* Add/Edit Session Module CSS */
.addEdit-session .content {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  font-family: "Lato", Helvetica;
  background-color: #ffffff;
  color: #00354e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  width: 1180px;
}
.addEdit-session .content .text-top {
  margin-top: -20px;
}
.addEdit-session .content h1 {
  font: 3.5em "latobold", Helvetica;
}
.addEdit-session .content h3 {
  font: 2.5em "latobold", Helvetica;
}
.addEdit-session .content h5 {
  font: 1.5em "latoregular", Helvetica;
}
.addEdit-session .content form {
  margin: 20px;
}
.addEdit-session .content select {
  visibility: hidden;
  position: absolute;
}
.addEdit-session .content input {
  color: #7f9aa6;
  height: 35px;
  line-height: 35px;
  -moz-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  padding-left: 20px;
}
.addEdit-session .content input[type="radio"] {
  color: #7f9aa6;
  height: 20px;
}
.addEdit-session input[type="checkbox"] {
  color: #7f9aa6;
  height: 20px;
}
.sessiondiv-top {
  margin-top: 15px;
}
.addEdit-session .content input::-webkit-input-placeholder {
  color: #7f9aa6;
}
.addEdit-session .content input:-moz-placeholder {
  color: #7f9aa6;
}
.addEdit-session .content input::-moz-placeholder {
  color: #7f9aa6;
}
.addEdit-session .content input:-ms-input-placeholder {
  color: #7f9aa6;
}
.addEdit-session .content input[type="text"],
.addEdit-session .content input[type="password"] {
  width: 100%;
  margin-left: 0;
}
.addEdit-session .content input.strong {
  font-weight: bold;
  color: #00364b;
}
.no-generatedcontent .addEdit-session .content input[type="text"],
.no-generatedcontent .addEdit-session .content input[type="password"],
.no-generatedcontent .addEdit-session .content input select {
  padding: 0;
}
.addEdit-session .content small {
  font-size: 125%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
}
.addEdit-session .content button.main {
  background: none;
  background-color: #cdcdcd;
  font-weight: bold;
  height: 35px;
  color: #757575;
  margin: 0.6em 0 0;
  font-size: 160%;
  width: 100%;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
}
.addEdit-session .content button.main:hover {
  background-position: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.addEdit-session .content button.main .arrow {
  background: transparent url("images/sprite.png") 0 0 no-repeat;
  height: 16px;
  width: 22px;
  display: inline-block;
}
.no-generatedcontent .addEdit-session .content button.main .arrow {
  height: 19px;
}
.addEdit-session .content .relative-position {
  position: relative;
}
.addEdit-session .content .push-right {
  padding-left: 5px;
}
.no-generatedcontent .addEdit-session .content .push-right {
  padding-left: 0;
}
.addEdit-session .content .push-left {
  padding-right: 5px;
}
.no-generatedcontent .addEdit-session .content .push-left {
  padding-right: 0;
}
.addEdit-session .content .btn-group.country {
  width: 100%;
}
.addEdit-session .content .btn-group.country .default {
  width: 30%;
  background: none;
  color: #01354b;
  text-align: left;
  height: 35px;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.addEdit-session .content .btn-group.country .dropdown-toggle {
  width: 8%;
  background: none;
  height: 35px;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.addEdit-session .content .btn-group.state .dropdown-menu {
  width: 89%;
  height: 300%;
  overflow-y: scroll;
}
.addEdit-session .content .btn-group.country .caret {
  border-top-color: #01354b;
}
.addEdit-session .content .password-tooltip {
  padding: 10px;
  position: absolute;
  background-color: #fff4c8;
  width: 100%;
  border: 1px solid #b3b3b3;
  opacity: 0.9;
  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.addEdit-session .content .work-info {
  margin-top: 15px;
}
.addEdit-session .content .work-info .btn-group {
  width: 100%;
}
.addEdit-session .content .work-info .btn-group .default {
  width: 85%;
  height: 35px;
  background: none;
  color: #01354b;
  text-align: left;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.addEdit-session .content .work-info .btn-group .state {
  width: 75%;
  height: 35px;
  background: none;
  color: #01354b;
  text-align: left;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.addEdit-session .content .work-info .btn-group .dropdown-toggle {
  width: 15%;
  background: none;
  height: 35px;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.addEdit-session .content .work-info .btn-group .dropdown-menu {
  width: 100%;
  height: 300%;
  overflow-y: scroll;
}
.addEdit-session .content .work-info .btn-group .caret {
  border-top-color: #01354b;
}
.ui-dialog .ui-dialog-content {
  background: white !important;
  border: none !important;
  overflow: inherit;
  padding: 0 !important;
  position: relative;
}
hr.vertical {
  width: 1px;
  height: 100%;
}
.row-fluid .span1_1 {
  width: 6.333333333333332%;
  *width: 6.263888888888888%;
}
.row-fluid .span3_1 {
  width: 18.999999999999996%;
  *width: 18.930555555555554%;
}
.QuesError .content {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  font-family: "Lato", Helvetica;
  padding: 100px 0 45px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  color: #00354e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
}
.QuesError .content h3 {
  font: 4em "latoregular", Helvetica;
  margin-bottom: 0;
}
.QuesError .content a {
  text-decoration: none;
}
.QuesError .content .retake {
  font-size: 1.9em;
  margin-top: 1em;
}
.login .content {
  font-family: "Lato", Helvetica;
  margin: 116px 0 45px;
  color: #fff;
  padding-bottom: 0;
  margin: 50px 0 45px;
}
.login .content .login-title {
  margin-bottom: 40px;
}
.login .content .login-title h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 30px;
}
.login .content .login-title p {
  margin-bottom: 0;
}
.login .content form {
  margin-bottom: 0;
  margin-top: 60px;
}
.login .content form .form-content {
  margin-bottom: 40px;
}
.login .content .user-types {
  display: inline-block;
  clear: both;
  margin: 0;
}
.login .content .user-types li {
  list-style: none;
  width: 240px;
  height: 44px;
  float: left;
  font-size: 16px;
  line-height: 44px;
  text-transform: uppercase;
  border: 1px #60abde solid;
  cursor: pointer;
}
.login .content .user-types li.selected {
  background-color: #60abde;
  color: #fff;
}
.login .content #divsessionlinks {
  padding-top: 20px;
}
.login .content #divsessionlinks .inline {
  cursor: pointer;
  font-weight: bold;
}
.login .content #divsessionlinks li {
  padding: 3px 1em;
}
.login .content h1 {
  font-size: 30px;
  font-weight: normal;
}
.login .content h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 20px;
  margin-bottom: 20px;
}
.login .content strong {
  font-family: "latoblack", Helvetica;
  color: #98ca4a;
  text-transform: uppercase;
}
.login .content input,
.login .content password {
  height: 40px;
  border: none;
  display: block;
  width: 90%;
  padding-left: 39px;
  text-align: left;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.login .content a {
  text-decoration: underline;
}
.login .content #left {
  float: left;
}
.login .content #right {
  float: right;
}
.login .content #main {
  margin-top: 40px;
}
.login .content .input-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.login .content label.error {
  color: red;
  margin-top: 0px;
}
.login .content .input-wrapper input:hover,
.login .content .input-wrapper input:hover {
  border: none;
}
.login .content .input-wrapper input.error {
  border: 2px solid red;
  background-position: 99%;
  background-image: url("images/error-icon.png");
  background-repeat: no-repeat;
}
.login .content .input-wrapper label.error {
  text-align: right;
}
.login .content .input-wrapper span {
  width: 20px;
  height: 18px;
  top: 11px;
  left: 11px;
  position: absolute;
  padding-right: 10px;
}
.login .content .input-wrapper span.email {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1786px -320px;
}
.login .content .input-wrapper span.password {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1571px -153px;
  width: 11px;
  height: 18px;
}
.login .content .main {
  margin-bottom: 15px;
}
.login .content .error-message {
  display: none;
  border-top: 1px solid #c3c3c3;
  background-color: #fffcef;
  padding: 0 22%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-top: 30px;
}
.login .content .error-message h2 {
  line-height: 35px;
}
.login .content .error-message p {
  color: #2e3238;
}
.login .content .error-message p.error-email {
  color: #5dace6;
  text-transform: uppercase;
  text-decoration: underline;
}
.login .content .error-message .close-icon {
  position: absolute;
  top: 35px;
  right: 10px;
}
.login .content p {
  color: #9da1aa;
}
.login .content .button {
  width: 240px;
  height: 50px;
  font-size: 16px;
  background-color: #60abde;
  background-image: none;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
}
.login .content .button:hover {
  background-color: #6bb5e4;
}
.login .content .button:active {
  background-color: #3f87b9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login .content .button[disabled] {
  background-color: #add3f0;
  cursor: default;
  visibility: visible;
}
.login .content .other-login {
  border-left: none;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.login .content .other-login p.footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: solid 2px #2f2f2f;
}
.login .content #footerLanguage {
  border-top: 1px solid #c3c3c3;
  font-size: small;
}
.trademark {
  position: absolute;
  display: inline-block;

  margin-top: -11px;

  font-size: 45%;
}
.trademark.title {
  margin-top: -60px !important;
  margin-left: 403px !important;
}
.trademark.foot {
  margin-top: -24px !important;
  margin-left: 183px !important;
  padding-right: 5px !important;
}

.trademarkLogin {
  position: absolute;
  display: inline-block;

  margin-top: -5px;

  font-size: 45%;
}
.modal-blocker {
  position: fixed;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1055;
  background: black;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#timeoutModal {
  z-index: 1060;
}

/* Create Account Module CSS */
.errortext-ie8 {
  position: absolute;
  font-size: 11px;
  color: red;
  margin: 0px;
  padding: 0px;
}

.create-account .content {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  font-family: "Lato", Helvetica;
  padding: 100px 0 45px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  color: #00354e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
}
.create-account .content h1 {
  font: 3.5em "latobold", Helvetica;
}
.create-account .content h5 {
  font: 1.5em "latoregular", Helvetica;
}
.create-account .content form {
  margin: 20px;
}
.create-account .content select {
  visibility: hidden;
  position: absolute;
}
.create-account .content input {
  color: #7f9aa6;
  height: 55px;
  line-height: 55px;
  -moz-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  padding-left: 20px;
}
.create-account .content input::-webkit-input-placeholder {
  color: #7f9aa6;
}
.create-account .content input:-moz-placeholder {
  color: #7f9aa6;
}
.create-account .content input::-moz-placeholder {
  color: #7f9aa6;
}
.create-account .content input:-ms-input-placeholder {
  color: #7f9aa6;
}
.create-account .content input[type="text"],
.create-account .content input[type="password"] {
  width: 100%;
  margin-left: 0;
}
.create-account .content input.strong {
  font-weight: bold;
  color: #00364b;
}
.no-generatedcontent .create-account .content input[type="text"],
.no-generatedcontent .create-account .content input[type="password"],
.no-generatedcontent .create-account .content input select {
  padding: 0;
}
.lt-ie8 .create-account .content input.set-width {
  width: 95%;
}
.create-account .content small {
  font-size: 125%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
}
.lt-ie8 .create-account .content .btn-group {
  border: 1px solid #cccccc;
}
.lt-ie8 .create-account .content .btn-group.set-width {
  width: 95%;
}
.lt-ie8 .create-account .content .btn-group .dropdown-toggle {
  border-left: 1px solid #cccccc;
}
.create-account .content button.main {
  background: none;
  background-color: #cdcdcd;
  font-weight: bold;
  height: 55px;
  color: #757575;
  margin: 0.6em 0 0;
  font-size: 160%;
  width: 100%;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
}
.create-account .content button.main:hover {
  background-position: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.create-account .content button.main .arrow {
  background: transparent url("images/sprite.png") 0 0 no-repeat;
  height: 16px;
  width: 22px;
  display: inline-block;
}
.no-generatedcontent .create-account .content button.main .arrow {
  height: 19px;
}
.create-account .content .relative-position {
  position: relative;
}
.create-account .content .push-right {
  padding-left: 5px;
}
.no-generatedcontent .create-account .content .push-right {
  padding-left: 0;
}
.create-account .content .push-left {
  padding-right: 5px;
}
.no-generatedcontent .create-account .content .push-left {
  padding-right: 0;
}
.create-account .content .btn-group.country {
  width: 100%;
}
.create-account .content .btn-group.country .default {
  width: 92%;
  background: none;
  color: #01354b;
  text-align: left;
  height: 55px;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.create-account .content .btn-group.country .dropdown-toggle {
  width: 8%;
  background: none;
  height: 55px;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.create-account .content .btn-group.country .dropdown-menu {
  width: 100%;
  height: 300%;
  overflow-y: scroll;
}
.create-account .content .btn-group.country .caret {
  border-top-color: #01354b;
}
.create-account .content .password-tooltip {
  padding: 10px;
  position: absolute;
  background-color: #fff4c8;
  width: 100%;
  border: 1px solid #b3b3b3;
  opacity: 0.9;
  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.create-account .content .work-info {
  margin-top: 15px;
}
.create-account .content .work-info .btn-group {
  width: 100%;
  margin-bottom: 10px;
}
.create-account .content .work-info .btn-group .default {
  width: 85%;
  height: 55px;
  background: none;
  color: #01354b;
  text-align: left;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.create-account .content .work-info .btn-group .dropdown-toggle {
  width: 15%;
  background: none;
  height: 55px;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.create-account .content .work-info .btn-group .dropdown-menu {
  width: 100%;
  height: 300%;
  overflow-y: scroll;
}
.create-account .content .work-info .btn-group .caret {
  border-top-color: #01354b;
}
/* Confirm Informartion Module CSS */
.confirm-info .content {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  font-family: "Lato", Helvetica;
  padding: 100px 0 45px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  color: #00354e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
}
.confirm-info .content h1 {
  font: 3.5em "latobold", Helvetica;
}
.confirm-info .content h5 {
  font: 1.5em "latoregular", Helvetica;
}
.confirm-info .content form {
  margin: 20px;
}
.confirm-info .content select {
  visibility: hidden;
  position: absolute;
}
.confirm-info .content input {
  color: #7f9aa6;
  height: 55px;
  line-height: 55px;
  -moz-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
  box-shadow: inset 0 11px 3px -8px rgba(182, 182, 182, 0.25);
}
.confirm-info .content input[type="text"] {
  width: 100%;
  margin-left: 0;
}
.no-generatedcontent .confirm-info .content input[type="text"],
.no-generatedcontent .confirm-info .content input[type="password"],
.no-generatedcontent .confirm-info .content input select {
  padding: 0;
}
.lt-ie8 .confirm-info .content input.set-width {
  width: 95%;
}
.confirm-info .content .ipad-input {
  color: #394b53;
}
.confirm-info .content small {
  font-size: 125%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
}
.confirm-info .content button.main {
  background: none;
  background-color: #cdcdcd;
  font-weight: bold;
  height: 55px;
  color: #757575;
  margin: 0.6em 0 0;
  font-size: 160%;
  width: 100%;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
}
.confirm-info .content button.main:hover {
  background-position: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.confirm-info .content button.main .arrow {
  background: transparent url("images/sprite.png") 0 0 no-repeat;
  height: 16px;
  width: 22px;
  display: inline-block;
}
.no-generatedcontent .confirm-info .content button.main .arrow {
  height: 19px;
}
.confirm-info .content .push-right {
  padding-left: 10px;
}
.no-generatedcontent .confirm-info .content .push-right {
  padding-left: 0;
}
.confirm-info .content .push-left {
  padding-right: 10px;
}
.no-generatedcontent .confirm-info .content .push-left {
  padding-right: 0;
}
.confirm-info .content .locked {
  position: relative;
}
.confirm-info .content .locked span {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 17px;
  right: 21px;
  background: transparent url("images/sprite.png") 0 -17px no-repeat;
}
.lt-ie8 .confirm-info .content .locked span.move-left {
  right: 50px;
}
.confirm-info .content .locked input {
  background-color: #f4f4f4;
}
.lt-ie8 .confirm-info .content .btn-group {
  border: 1px solid #cccccc;
}
.lt-ie8 .confirm-info .content .btn-group.set-width {
  width: 95%;
}
.lt-ie8 .confirm-info .content .btn-group .dropdown-toggle {
  border-left: 1px solid #cccccc;
}
.confirm-info .content .btn-group.country {
  width: 100%;
}
.confirm-info .content .btn-group.country .default {
  width: 92%;
  background: none;
  color: #01354b;
  text-align: left;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.confirm-info .content .btn-group.country .dropdown-toggle {
  width: 8%;
  background: none;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.confirm-info .content .btn-group.country .dropdown-menu {
  width: 100%;
  height: 300%;
  overflow-y: scroll;
}
.confirm-info .content .btn-group.country .caret {
  border-top-color: #01354b;
}
.confirm-info .content .work-info {
  margin-top: 15px;
}
.confirm-info .content .work-info .btn-group {
  width: 100%;
  margin-bottom: 10px;
}
.confirm-info .content .work-info .btn-group .default {
  width: 80%;
  background: none;
  color: #01354b;
  text-align: left;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.confirm-info .content .work-info .btn-group .dropdown-toggle {
  width: 20%;
  background: none;
  -moz-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  -webkit-box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
  box-shadow: inset -4px -18px 2px -14px rgba(182, 182, 182, 0.25);
}
.confirm-info .content .work-info .btn-group .dropdown-menu {
  width: 100%;
  height: 300%;
  overflow-y: scroll;
}
.confirm-info .content .work-info .btn-group .caret {
  border-top-color: #01354b;
}
/* Landing Module CSS */
.landing a {
  text-decoration: none;
}
.landing .content {
  padding: 100px 0 45px;
  color: #00354e;
}
.landing .content h1 {
  font: 6.5em "latobold", Helvetica;
}
.landing .content h3 {
  font: 3em "latoregular", Helvetica;
  margin-bottom: 0;
}
.landing .content .button {
  background: none;
  background-color: #cdcdcd;
  font-weight: bold;
  height: 55px;
  color: #757575;
  margin: 2.5em 0 0;
  font-size: 160%;
  line-height: 55px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.72);
}
.landing .content .button:hover {
  background-position: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.landing .content .button .arrow {
  background: transparent url("images/sprite.png") 0 0 no-repeat;
  height: 16px;
  width: 22px;
  display: inline-block;
}
.no-generatedcontent .landing .content .button .arrow {
  height: 19px;
}
.landing .content .disclaimer {
  margin-top: 2em;
}
.landing .content .disclaimer a {
  color: #00354e;
  font-family: "latoregular", Helvetica;
  font-size: 170%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
  text-decoration: underline;
}
/* Questionnaire Module CSS */
.questionnaire {
  color: #00354e;
  font-family: "latoregular", Helvetica;
  background-color: #fff;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 100%;
  min-height: 700px;
  padding-bottom: 5%;
}
.hunch-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.close-button {
  display: block;
  width: 14px;
  height: 14px;
  background: url("images/close.png") no-repeat;
  border: none;
}
.close-button:hover {
  background: url("images/close-hover.png") no-repeat;
}
.avatar-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 3px #b3b3b3;
}
.h-question__header {
  height: 80px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.h-question__header .user-img {
  float: left;
  margin-left: 20px;
  margin-top: -15px;
  overflow: hidden;
}
.h-question__header .header-info {
  float: right;
  width: 80%;
  margin-right: 20px;
  margin-top: 25px;
}
.h-question__header .user-name {
  font-weight: bold;
  float: left;
  text-transform: capitalize;
  margin-top: -20px;
  font-size: 20px;
}
.h-question__header .button-close-questionnaire {
  float: right;
  margin-top: -50px;
  margin-right: -35px;
  height: 22px;
  width: 15px;
}
.h-question__header .question-number {
  height: 37px;
  float: right;
  color: #8f959e;
  font-size: 26px;
  margin-top: -20px;
}
.h-question__header .question-number .current {
  color: #5eace5;
  font-size: 36px;
}
.h-question__header .progress-bar {
  margin-top: 20px;
  height: 6px;
  background-color: #e4ebeb;
  border-radius: 5px;
  position: relative;
}
.h-question__header .progress-bar .progress-value {
  position: absolute;
  height: 6px;
  background-color: #5dabe5;
  border-radius: 5px;
  width: 0;
}
.numpreg {
  position: relative;
  max-width: 200px;
  line-height: 30px;
}
.questionnaire .slides-container {
  position: relative;
  overflow: hidden;
}
.questionnaire .slides-wrapper {
  position: relative;
}
.questionnaire .slide {
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
}
.questionnaire .slide h3 {
  font-size: 8em;
  position: relative;
  padding-left: 65px;
  line-height: 90px;
  height: 70px;
  font-weight: normal;
}
.lt-ie8 .questionnaire .slide h3 {
  width: 119px;
}
.questionnaire .slide h3 span {
  font-size: 0.4em;
  position: absolute;
  left: 0;
}
.questionnaire .slide h1 {
  font: 30px "latobold", Helvetica;
  line-height: 50px;
}
.questionnaire .slide .slider-wrapper {
  display: none;
}
.questionnaire .question-text {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  margin-top: 53px;
  height: 190px;
}
.questionnaire .controls {
  display: inline-block;
  width: 30px;
  height: 55px !important;
  top: 217px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.questionnaire .arrowUpIcon {
  width: 25px;
  height: 14px;
  background: url("/Content/images/business-chemistry-sprite.png") -161px 0 no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.questionnaire .controls.control-next {
  right: 5%;
  background: url("/Content/images/business-chemistry-sprite.png") -91px 0 no-repeat;
}
.questionnaire .controls.control-prev {
  left: 5%;
  background: url("/Content/images/business-chemistry-sprite.png") -21px 0 no-repeat;
}
.questionnaire .controls.control-next.enable {
  background: url("/Content/images/business-chemistry-sprite.png") -126px 0 no-repeat;
}
.questionnaire .controls.control-prev.enable {
  background: url("/Content/images/business-chemistry-sprite.png") -56px 0 no-repeat;
}
.questionnaire .slider-wrapper {
  padding: 20px 10px;
  position: relative;
}
.questionnaire .slider-wrapper .lines-scales {
  background: url("images/sprite.png") repeat scroll 0px -40px transparent;
  width: 97%;
  height: 27px;
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 1;
}
.questionnaire .slider-wrapper .ui-slider-handle {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1590px -153px;
  top: -1em;
  height: 42px;
  width: 38px;
  cursor: pointer;
  border: none;
  margin-left: -20px;
}
.patterns-row {
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}
.questionnaire .patterns span {
  font-size: 1.8em;
  display: inline-block;
  line-height: 1.8em;
  float: left;
  position: relative;
  height: 50px;
  bottom: -10px;
}
.questionnaire .patterns span.four {
  width: 25%;
}
.lt-ie8 .questionnaire .patterns span.four {
  width: 24.5%;
}
.questionnaire .patterns span.two {
  width: 50%;
}
.lt-ie8 .questionnaire .patterns span.two {
  width: 49.9%;
}
.questionnaire .patterns span.custom {
  bottom: 7px;
}
.questionnaire .patterns span.wrapped {
  padding-left: 24%;
  text-align: center;
  width: 26%;
  bottom: 5px;
  line-height: 25px;
}
.lt-ie8 .questionnaire .patterns span.wrapped {
  width: 26%;
  padding-left: 23%;
}
.questionnaire small {
  font-size: 125%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
  font-size: 130%;
  padding: 0 10px;
}

.questionnaire .ui-slider-horizontal {
  background: url("images/bgSliderIcon.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  border: none;
  margin-left: auto;
  margin-right: auto;
  width: 91%;
  height: 26px;
  max-width: 780px;
}
.slider-color-angular {
  background: url("images/sliderIcon.png") no-repeat left center;
  background-size: contain;
  height: 26px;
}
.slider-color {
  background: url("images/sliderIcon.png") no-repeat left center;
  background-size: contain;
  height: 26px;
  width: 50%;
}
.questionnaire .progress {
  position: fixed;
  bottom: 0;
  left: 0;
  font: 1.5em Helvetica;
  background: none;
  background-color: #01344f;
  color: #73acc9;
  margin-bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01344F', endColorstr='#01344F', GradientType=0);
  height: 30px;
  width: 100%;
}
.questionnaire .progress > div {
  position: relative;
}
.questionnaire .progress .bar {
  background-color: #73acc9;
  color: white;
  height: 30px;
}
.questionnaire .progress .progress-label {
  position: absolute;
  left: 5px;
  top: 5px;
  color: white;
}
.questionnaire .progress .label_ {
  position: absolute;
  top: 5px;
  left: 85px;
  width: 160px;
}
.questionnaire .progress .label_.pull-left_ {
  color: #01344f;
}
@media all (device-width: 1041px) {
  .questionnaire .patterns span {
    font-size: 1.2em;
  }
  .questionnaire .patterns span.wrapped {
    padding-left: 20%;
    width: 30%;
    bottom: 7px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1240px) {
  .questionnaire .patterns span {
    font-size: 1.5em;
  }
  .questionnaire .patterns span.wrapped {
    padding-left: 21%;
    width: 29%;
    bottom: 7px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 639px) {
  .questionnaire .question-text {
    margin-top: 60px;
  }
  .questionnaire .controls {
    top: 40%;
  }
  .questionnaire .controls span {
    top: 10%;
    left: 45%;
  }
  .questionnaire .progress {
    position: inherit;
  }
  .questionnaire .patterns span {
    font-size: 1em;
  }
  .questionnaire .patterns span.wrapped {
    bottom: 30px;
  }
  .questionnaire .patterns span.custom {
    bottom: -12px;
  }
  .questionnaire {
    padding-bottom: 20%;
  }
  .h-question__header {
    height: 50px;
  }
  .h-question__header .header-info {
    width: 80%;
    margin-right: 5px;
    margin-top: 17px;
  }
  .h-question__header .user-name {
    margin-top: -15px;
    font-size: 16px;
  }
  .h-question__header .user-img {
    margin-left: -13px;
  }
  .h-question__header .question-number {
    font-size: 20px;
    margin-top: -15px;
  }
  .h-question__header .question-number .current {
    font-size: 30px;
  }
  .questionnaire .slides-container {
    overflow: visible;
  }
  .avatar-photo {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
@media only screen and (max-device-width: 639px) and (min-device-width: 320px) and (orientation: landscape) {
  .questionnaire {
    padding-bottom: 50%;
  }
}

@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {
  .questionnaire .questionnaire-wrapper {
    margin-top: 0;
  }
  .questionnaire .controls {
    height: 105px;
  }
  .questionnaire .controls span {
    top: 0;
    left: 50%;
  }
  .questionnaire .progress {
    position: inherit;
  }
  .questionnaire .patterns span.wrapped {
    bottom: 30px;
  }
  .questionnaire .patterns span.custom {
    bottom: -12px;
  }
}
@media all and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: landscape) {
  .questionnaire .patterns span {
    font-size: 1.5em;
  }
  .questionnaire .patterns span.wrapped {
    padding-left: 21%;
    width: 29%;
    bottom: 7px;
  }
  .questionnaire .controls {
    height: 105px;
  }
  .questionnaire .controls span {
    top: 40%;
  }
}
@media all and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait) {
  .questionnaire .patterns span {
    font-size: 1.2em;
  }
  .questionnaire .patterns span.wrapped {
    padding-left: 20%;
    width: 30%;
    bottom: 7px;
  }
  .questionnaire .questionnaire-wrapper {
    margin-top: 8px;
  }
  .questionnaire .controls {
    height: 105px;
  }
  .questionnaire .controls span {
    top: 40%;
  }
  .questionnaire .controls .control-prev {
    left: 35%;
  }
}
@media only screen and (device-width: 768px) {
  .questionnaire .slide h1 {
    font: 28px "latobold", Helvetica;
  }
}
.questionnaire .controls span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
/* Result Module CSS */
.result .content {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  font-family: "Lato", Helvetica;
  padding: 100px 0 45px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  color: #00354e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
}
.result .content a {
  text-decoration: none;
}
.result .content p {
  font-size: 1.4em;
}
.result .content .button {
  background: none;
  background-color: #00354e;
  font-weight: bold;
  height: 55px;
  color: white;
  line-height: 55px;
  margin: 0.5em 0 0;
  font-size: 160%;
  width: 334px;
  -webkit-box-shadow: 0px 6px 0px #1a5e7e;
  -moz-box-shadow: 0px 6px 0px #1a5e7e;
  box-shadow: 0px 6px 0px #1a5e7e;
}
.result .content .button:hover {
  background-position: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.result .content .button .arrow {
  background: transparent url("images/sprite.png") 0 -138px no-repeat;
  height: 25px;
  width: 26px;
  display: inline-block;
  margin-top: 13px;
}
.lt-ie8 .result .content .button .arrow {
  margin-top: 0;
}
.result .content .button .arrow.loading-state {
  background: none;
}
.result .content .retake {
  font-size: 1.9em;
  margin-top: 1em;
}
.result .content .email-msg,
.result .content .email-handle {
  display: none;
}
.result .content .email-msg .arrow,
.result .content .email-handle .arrow {
  background: transparent url("images/sprite.png") 0 -73px no-repeat;
  height: 15px;
  width: 23px;
}
.lt-ie8 .result .content .email-msg .arrow,
.lt-ie8 .result .content .email-handle .arrow {
  height: 18px;
}
.lt-ie9 .result .content .email-msg,
.lt-ie9 .result .content .email-handle {
  display: block;
}
.lt-ie9 .result .content .download-msg,
.lt-ie9 .result .content .download-handle {
  display: none;
}
.result .content .QuesError .content {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  font-family: "Lato", Helvetica;
  padding: 100px 0 45px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  color: #00354e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  -moz-box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
  box-shadow: 0px 6px 0px rgba(182, 182, 182, 0.25);
}
.result .content .QuesError .content h3 {
  font: 4em "latoregular", Helvetica;
  margin-bottom: 0;
}
.result .content .QuesError .content a {
  text-decoration: none;
}
.result .content .QuesError .content .retake {
  font-size: 1.9em;
  margin-top: 1em;
}
.result .content .questionsblock {
  border-top: 1px solid #ccc;
  text-align: left;
  padding: 0 1em;
  *padding: 0;
  color: #00354e;
  font-family: "Lato", Helvetica;
  font-size: 18px;
}
.result .content .questionsblock .button {
  margin-right: 20px;
}
.result .content .questionsblock .radio {
  color: #00354e;
  font-family: "latoregular", Helvetica;
  font-size: 18px;
}
.result .content .questionsblock .rqheading {
  margin-top: 20px;
  text-align: center;
  font-family: "latobold", Helvetica;
  font-size: 25px;
}
.result .content .questionsblock .inline {
  margin-top: 10px;
}
.result .content .questionsblock ul.inline > li {
  margin-right: 2em;
}
.result .content .questionsblock .button {
  width: auto;
  font-size: 1em;
  padding: 0 2em;
}
.result .content .rstileblock {
  margin-top: 10px;
}
.result .content .rstile {
  height: 380px;
  *width: 23.5%;
  *height: 450px;
}
.result .content .rstileblock .driverTile {
  border-left: 10px solid #fff;
}
.result .content .rstileblock .driverTile,
.result .content .rstileblock .pioneerTile,
.result .content .rstileblock .integratorTile,
.result .content .rstileblock .guardianTile {
  background-color: #f4f4f4;
  text-align: left;
  margin: 1em 0;
  border-right: 10px solid #fff;
}
.result .content .rstileblock .driverTile .borderline {
  border-top: 12px solid #e22136;
  height: 0px;
}
.result .content .rstileblock .driverTile .tileheading {
  color: #e22237;
}
.result .content .rstileblock .driverTile .tileheading,
.result .content .rstileblock .pioneerTile .tileheading,
.result .content .rstileblock .integratorTile .tileheading,
.result .content .rstileblock .guardianTile .tileheading {
  font-family: "latobold", Helvetica;
  font-size: 2em;
  padding: 0.5em 0.5em;
  height: 50px;
  *line-height: 1.2em;
}
.result .content .rstileblock .pioneerTile .borderline {
  border-top: 12px solid #edb01f;
  height: 0px;
}
.result .content .rstileblock .pioneerTile .tileheading {
  color: #edb01f;
}
.result .content .rstileblock .integratorTile .borderline {
  border-top: 12px solid #449743;
  height: 0px;
}
.result .content .rstileblock .integratorTile .tileheading {
  color: #449743;
}
.result .content .rstileblock .guardianTile .borderline {
  border-top: 12px solid #0665a6;
  height: 0px;
}
.result .content .rstileblock .guardianTile .tileheading {
  color: #0665a6;
}
.result .content .rstileblock .whiteborder {
  border-bottom: 3px solid #fff;
}
.result .content .rstileblock .cnText {
  font-family: "latoregular", Helvetica;
  font-size: 1.5em;
  padding: 0.5em 0.5em 2em 0.5em;
  *height: 30px;
  *font-size: 1.4em;
}
.result .content .rstileblock .rstileList {
  padding: 0.5em 0.5em 2em 1em;
}
.result .content .rstileblock .rstileList ul {
  list-style-position: inside;
  font-size: 3em;
  text-align: left;
  font-family: "latoregular", Helvetica;
  margin: 0;
}
.result .content .rstileblock .rstileList ul > li span {
  color: #00354e;
  font-size: 0.5em;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  *margin-top: 12px;
}
.result .content .rstileblock .driverTile .rstileList ul {
  color: #e22136;
}
.result .content .rstileblock .pioneerTile .rstileList ul {
  color: #edb01f;
}
.result .content .rstileblock .integratorTile .rstileList ul {
  color: #449743;
}
.result .content .rstileblock .guardianTile .rstileList ul {
  color: #0665a6;
}
@media all and (min-device-width: 768px) and (orientation: landscape) {
  .result .content .rstile {
    height: 400px;
  }
  .result .content .rstileblock .driverTile .tileheading,
  .result .content .rstileblock .pioneerTile .tileheading,
  .result .content .rstileblock .integratorTile .tileheading,
  .result .content .rstileblock .guardianTile .tileheading {
    padding: 0.5em 0.4em;
  }
  .result .content .rstileblock .rstileList ul {
    font-size: 2.8em;
  }
  .result .content .rstileblock .cnText {
    height: 50px;
  }
  .result .content .rstileblock .rstileList {
    padding: 0.5em 0.5em 2em 0.5em;
  }
}
@media all and (min-device-width: 768px) and (orientation: portrait) {
  .result .content .rstileblock .row-fluid .span3 {
    width: 49%;
  }
  .result .content .rstile {
    height: 360px;
  }
  .result .content .rstileblock .integratorTile {
    border-left: 10px solid #fff;
  }
  .result .content .rstileblock .driverTile .tileheading,
  .result .content .rstileblock .pioneerTile .tileheading,
  .result .content .rstileblock .integratorTile .tileheading,
  .result .content .rstileblock .guardianTile .tileheading {
    height: 50px;
  }
  .result .content .rstileblock .driverTile .tileheading .span6,
  .result .content .rstileblock .pioneerTile .tileheading .span6,
  .result .content .rstileblock .integratorTile .tileheading .span6,
  .result .content .rstileblock .guardianTile .tileheading .span6 {
    width: 50%;
  }
  .result .content .rstileblock .cnText {
    height: 50px;
  }
  .result .content .rstileblock .rstileList ul > li span {
    height: auto;
  }
}
@media (max-width: 480px) {
  .result .content .questionsblock {
    line-height: 24px;
  }
  .result .content .rstileblock .row-fluid .span3 {
    width: 100%;
  }
  .result .content .questionsblock ul.inline > li {
    display: block;
    text-align: left;
  }
  .result .content .rstileblock .driverTile,
  .result .content .rstileblock .pioneerTile,
  .result .content .rstileblock .integratorTile,
  .result .content .rstileblock .guardianTile {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }
  .result .content .rstileblock .driverTile .tileheading,
  .result .content .rstileblock .pioneerTile .tileheading,
  .result .content .rstileblock .integratorTile .tileheading,
  .result .content .rstileblock .guardianTile .tileheading {
    height: 50px;
  }
  .result .content .rstileblock .driverTile .tileheading .span6,
  .result .content .rstileblock .pioneerTile .tileheading .span6,
  .result .content .rstileblock .integratorTile .tileheading .span6,
  .result .content .rstileblock .guardianTile .tileheading .span6 {
    width: 49%;
    display: inline-block;
  }
  .result .content .rstile {
    height: auto;
  }
}

/* PDF Export Module CSS */

.pdf-export .page-break {
  page-break-after: always;
  position: relative;
}
.pdf-export .page-template {
  padding: 0 0;
}
.pdf-export .page-template #pie {
  padding-left: 45px;
}
.pdf-export .end-page .foot-text {
  color: black;
  text-align: center;
  line-height: 95%;
  font-weight: 400 !important;
}
.pdf-export .end-page .foot-text.foot-text-title {
  font-weight: bold !important;
}
.pdf-export .end-page .foot-text.foot-text-subtitle {
  font-weight: bold !important;
  font-style: italic;
}
.pdf-export .end-page .logo-image {
  background: transparent url("images/20q-shadow-pdf.png") no-repeat;
  display: inline-block;
  width: 74px;
  height: 87px;
  margin-left: 45%;
}
.grey-line {
  margin-left: 27%;
  width: 46%;
  border-top: 1px solid #9f9f9f;
}
.pdf-export .end-page .StirThingsUp {
  background: transparent url("images/StirThingsUp.png") no-repeat;
  display: inline-block;
  width: 363px;
  height: 74px;
  margin-left: 30%;
}
.pdf-export .deloitte-logo {
  background: transparent url("images/deloitte-logo.png") 0 0 repeat;
  position: absolute;
  width: 100px;
  height: 21px;
  top: 0;
  right: 0;
}
.pdf-export .page {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.pdf-export .page .text {
  width: 95%;
  border-top: 1px solid #03334f;
  display: inline-block;
  font-style: normal;
}

.pdf-export .cover-page .logo {
  background: transparent url("images/pdf-app-logo.png") 35px 0 no-repeat;
}
.pdf-export .cover-page hr {
  border-color: #03334f;
}

.pdf-export .cover-page p {
  font: 1.1em/1em "Lato", Helvetica;
  font-style: normal;
}
.pdf-export .cover-page strong {
  font-family: "Lato Black", Helvetica;
  font-weight: bold;
  font-style: normal;
}
.pdf-export .intro-page h2 {
  font-size: 1.6em;
  line-height: 1em;
  margin: 0;
}
.pdf-export .intro-page em {
  font: 1.1em/1em "Lato Black", Helvetica;
  font-weight: bold;
  font-style: italic;
}
.pdf-export .intro-page .body {
  margin-bottom: 30px;
}
.pdf-export .intro-page .body h3 {
  font: 1.3em/1.2em "Lato", Helvetica;
  font-style: italic;
  margin: 0 0 10px;
  padding-right: 10px;
}
.pdf-export .intro-page .body h6 {
  font: 1em/1.4em "Lato", Helvetica;
  font-weight: bold;
}
.pdf-export .intro-page .body em {
  font: 1.1em/1em "Lato", Helvetica;
  font-style: italic;
  font-weight: bold;
}
.pdf-export .intro-page .body p {
  font: 0.9em/1.5em "Lato", Helvetica;
  padding-right: 25px;
}
.pdf-export .intro-page .body strong {
  font: 1em "Lato", Helvetica;
  font-weight: bold;
}
.pdf-export .intro-page .header {
  margin: 0 0 25px;
  position: relative;
}
.pdf-export .intro-page .personality {
  padding: 13px;
  color: white;
  min-height: 405px;
  margin-right: 15px;
  width: 23%;
  height: 480px;
}
.pdf-export .intro-page .personality ul {
  height: 140px;
}
.pdf-export .intro-page .personality li {
  font-size: 0.7em;
}
.pdf-export .intro-page .personality h5 {
  font: 1.6em "Lato", Helvetica;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.pdf-export .intro-page .personality .image {
  margin-bottom: 15px;
}
.pdf-export .intro-page .personality span {
  background-image: url("images/personality.png");
  width: 117px;
  height: 53px;
  display: inline-block;
}
.pdf-export .intro-page .personality p {
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-bottom: 0;
  height: 65px;
}
.pdf-export .intro-page .personality.driver {
  background-color: #e31c39;
}
.pdf-export .intro-page .personality.driver span {
  background-position: 0 0;
}
.pdf-export .intro-page .personality.driver p {
  padding-right: 15px;
}
.pdf-export .intro-page .personality.pioneer {
  background-color: #ecb01f;
}
.pdf-export .intro-page .personality.pioneer span {
  background-position: 0 166px;
}
.pdf-export .intro-page .personality.integrator {
  background-color: #449745;
}
.pdf-export .intro-page .personality.integrator span {
  background-position: 0 332px;
}
.pdf-export .intro-page .personality.guardian {
  background-color: #0066a6;
}
.pdf-export .intro-page .personality.guardian span {
  background-position: 0 276px;
}
.pdf-export .summary h5 {
  font: 1.4em "Lato", Helvetica;
  font-style: italic;
  margin-bottom: 25px;
}
.pdf-export .summary h2 {
  font: 1.3em "Lato", Helvetica;
  font-weight: bold;
}
.pdf-export .summary strong {
  font-family: "Lato Black", Helvetica;
  font-weight: bold;
  font-style: italic;
}
.pdf-export .summary p {
  font-size: 1em;
  line-height: 1.4em;
}
.pdf-export .summary .spacer {
  width: 0;
  height: 100px;
  float: left;
}
.pdf-export .summary #barchar {
  width: 55%;
  height: 260px;
  float: left;
  margin: 0 5px 5px 0;
}
.pdf-export .summary .legend {
  padding-left: 5%;
}
.pdf-export .summary .legend .wrapper {
  float: left;
  margin-right: 5px;
  width: 130px;
}
.pdf-export .summary .legend .label_ {
  float: left;
  font: 0.9em "Lato", Helvetica;
  color: black;
  font-weight: bold;
}
.pdf-export .summary .legend .square {
  display: block;
  width: 8px;
  height: 8px;
  float: left;
  margin: 5px 3px;
}
.pdf-export .summary .legend .square.Guardian {
  background-color: #1367a8;
}
.pdf-export .summary .legend .square.Integrator {
  background-color: #439845;
}
.pdf-export .summary .legend .square.Driver {
  background-color: #e41c39;
}
.pdf-export .summary .legend .square.Pioneer {
  background-color: #eeb11b;
}
.pdf-export .summary .Guardian {
  color: #1367a8;
}
.pdf-export .summary .Integrator {
  color: #439845;
}
.pdf-export .summary .Driver {
  color: #e41c39;
}
.pdf-export .summary .Pioneer {
  color: #eeb11b;
}
.pdf-export .summary .wordle-container {
  width: 730px;
  height: 370px;
  margin-top: 0;
  margin-left: 90px;
}
.pdf-export .summary .horizontal-line {
  border-bottom-style: solid;
  padding-top: 10px;
  padding-right: 50px;
  width: 300px;
}
.pdf-export .pattern-partial h3 {
  font: 1.7em "Lato", Helvetica;
  font-weight: bold;
}
.pdf-export .pattern-partial h3 strong {
  font-family: "Lato Black", Helvetica;
  font-weight: bold;
  font-style: italic;
}
.pdf-export .pattern-partial h4 {
  font: 1.2em "Lato", Helvetica;
  font-style: italic;
  width: 90%;
}
.pdf-export .pattern-partial h5 {
  font-size: 1em;
  margin: 30px 0 0;
}
.pdf-export .pattern-partial p {
  line-height: 1.2em;
  font-size: 0.9em;
}
.pdf-export .pattern-partial li {
  overflow: hidden;
}
.pdf-export .pattern-partial .words {
  margin-bottom: 20px;
}
.pdf-export .pattern-partial .info-section ul li {
  line-height: 120%;
}
.pdf-export .pattern-partial .woo {
  margin-right: 60px;
}
.pdf-export .pattern-partial .pattern-logo {
  height: 95px;
  width: 100%;
  display: inline-block;
}
.pdf-export .pattern-partial hr.no-margin {
  margin: 10px 0;
}
.pdf-export .pattern-partial span.icon {
  display: inline-block;
  height: 19px;
  width: 29px;
  padding-right: 5px;
  float: left;
}
.pdf-export .pattern-partial span.text {
  width: 85%;
  float: left;
  line-height: 120%;
}
.pdf-export .pattern-partial .hero-unit {
  line-height: 1.3em;
  padding: 20px;
}
.pdf-export .pattern-partial .hero-unit li {
  font-size: 0.9em;
  line-height: 20px;
}
.pdf-export .pattern-partial .did-know {
  padding-bottom: 13px;
  display: inline-block;
}
.pdf-export .pattern-partial .integrator h5,
.pdf-export .pattern-partial .integrator h3 > span,
.pdf-export .pattern-partial .integrator strong {
  color: #439845;
}
.pdf-export .pattern-partial .integrator hr {
  border-color: #439845;
}
.pdf-export .pattern-partial .integrator .hero-unit {
  background-color: #eaf0e5;
}
.pdf-export .pattern-partial .integrator .pattern-logo {
  background: transparent url("images/patterns-images.png") -7px 0 no-repeat;
}
.pdf-export .pattern-partial .integrator span.icon {
  background: transparent url("images/patterns-logos.png") 0 0 no-repeat;
}
.pdf-export .pattern-partial .guardian h5,
.pdf-export .pattern-partial .guardian h3 > span,
.pdf-export .pattern-partial .guardian strong {
  color: #1367a8;
}
.pdf-export .pattern-partial .guardian hr {
  border-color: #1367a8;
}
.pdf-export .pattern-partial .guardian .hero-unit {
  background-color: #e4e9f4;
}
.pdf-export .pattern-partial .guardian .pattern-logo {
  background: transparent url("images/patterns-images.png") -7px -94px no-repeat;
}
.pdf-export .pattern-partial .guardian span.icon {
  background: transparent url("images/patterns-logos.png") 0 -70px no-repeat;
}
.pdf-export .pattern-partial .driver h5,
.pdf-export .pattern-partial .driver h3 > span,
.pdf-export .pattern-partial .driver strong {
  color: #e41c39;
}
.pdf-export .pattern-partial .driver hr {
  border-color: #e41c39;
}
.pdf-export .pattern-partial .driver .hero-unit {
  background-color: #fce7e1;
}
.pdf-export .pattern-partial .driver .pattern-logo {
  background: transparent url("images/patterns-images.png") -7px -285px
    no-repeat;
}
.pdf-export .pattern-partial .driver span.icon {
  background: transparent url("images/patterns-logos.png") 0 -25px no-repeat;
}
.pdf-export .pattern-partial .pioneer h5,
.pdf-export .pattern-partial .pioneer h3 > span,
.pdf-export .pattern-partial .pioneer strong {
  color: #ecb01f;
}
.pdf-export .pattern-partial .pioneer hr {
  border-color: #ecb01f;
}
.pdf-export .pattern-partial .pioneer .hero-unit {
  background-color: #fcf6e5;
}
.pdf-export .pattern-partial .pioneer .pattern-logo {
  background: transparent url("images/patterns-images.png") -7px -189px
    no-repeat;
}
.pdf-export .pattern-partial .pioneer span.icon {
  background: transparent url("images/patterns-logos.png") 0 -45px no-repeat;
}
.pdf-export .shared-traits h3 {
  font: 2em "Lato", Helvetica;
  font-weight: bold;
}
.pdf-export .shared-traits h4 {
  margin: 25px 0;
  font: 1.4em "Lato", Helvetica;
  font-style: italic;
}
.pdf-export .shared-traits .traits-image {
  background: transparent url("images/share-traits.jpg") no-repeat;
  display: inline-block;
  width: 760px;
  height: 710px;
  margin: 100px 0 0 150px;
}
.pdf-export .interacting h2 {
  font: 1.8em "Lato", Helvetica;
  font-weight: bold;
  font-style: italic;
}
.pdf-export .interacting h3 {
  font: 1.8em "Lato", Helvetica;
  font-weight: bold;
}
.pdf-export .interacting h4 {
  font: 1.2em "Lato", Helvetica;
  font-style: italic;
  margin: 25px 0;
}
.pdf-export .interacting h4 strong {
  font: 1.2em "Lato Black", Helvetica;
  font-weight: bold;
  font-style: italic;
}
.pdf-export .interacting h5 {
  font: 1.3em "Lato", Helvetica;
  font-weight: bold;
  font-style: italic;
}
.pdf-export .interacting h6,
.pdf-export .interacting li {
  font-size: 0.8em;
}
.pdf-export .interacting h6.dont {
  margin-left: 10px;
}
.pdf-export .interacting strong.Guardian {
  color: #1367a8;
}
.pdf-export .interacting strong.Integrator {
  color: #439845;
}
.pdf-export .interacting strong.Driver {
  color: #e41c39;
}
.pdf-export .interacting strong.Pioneer {
  color: #eeb11b;
}
.pdf-export .interacting .pattern {
  height: 220px;
  margin-bottom: 15px;
}
.pdf-export .interacting .left-rect {
  height: 100%;
  color: white;
  padding: 30px 0;
}
.pdf-export .interacting .right-rect {
  margin-left: 0;
  height: 100%;
  padding: 10px 15px;
}
.pdf-export .interacting .pattern-image {
  background: transparent url("images/personality.png") no-repeat;
  width: 117px;
  height: 53px;
  display: inline-block;
}
.pdf-export .interacting .separator-line {
  border-right-width: 1px;
  border-right-style: solid;
}
.pdf-export .interacting .driver h6 {
  color: #e41c39;
}
.pdf-export .interacting .driver .left-rect {
  background-color: #e41c39;
}
.pdf-export .interacting .driver .right-rect {
  background-color: #fce7e1;
}
.pdf-export .interacting .driver .separator-line {
  border-right-color: #e41c39;
}
.pdf-export .interacting .pioneer .pattern-image {
  background-position: 0 -53px;
}
.pdf-export .interacting .pioneer h6 {
  color: #eeb11b;
}
.pdf-export .interacting .pioneer .left-rect {
  background-color: #eeb11b;
}
.pdf-export .interacting .pioneer .right-rect {
  background-color: #fcf6e5;
}
.pdf-export .interacting .pioneer .separator-line {
  border-right-color: #eeb11b;
}
.pdf-export .interacting .guardian .pattern-image {
  background-position: 0 -161px;
}
.pdf-export .interacting .guardian h6 {
  color: #1367a8;
}
.pdf-export .interacting .guardian .left-rect {
  background-color: #1367a8;
}
.pdf-export .interacting .guardian .right-rect {
  background-color: #e4e9f4;
}
.pdf-export .interacting .guardian .separator-line {
  border-right-color: #1367a8;
}
.pdf-export .interacting .integrator .pattern-image {
  background-position: 0 -106px;
}
.pdf-export .interacting .integrator h6 {
  color: #439845;
}
.pdf-export .interacting .integrator .left-rect {
  background-color: #439845;
}
.pdf-export .interacting .integrator .right-rect {
  background-color: #eaf0e5;
}
.pdf-export .interacting .integrator .separator-line {
  border-right-color: #439845;
}
.pdf-export .end-page {
  padding-top: 4%;
}
.pdf-export .end-page h6 {
  color: #231f2a;
  font-size: 0.9em;
}
.pdf-export .end-page small {
  color: #231f2a;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.8em;
}
.pdf-export .extreme-responses-page h3 {
  font: 1.7em "Lato", Helvetica;
  font-weight: bold;
}
.pdf-export .extreme-responses-page h4 {
  font: 1.2em "Lato", Helvetica;
  font-style: italic;
  width: 90%;
}
.pdf-export .extreme-responses-page p {
  font-size: 1em;
  line-height: 1.4em;
}
.pdf-export .extreme-responses-page .main-text {
  background-color: #03334f;
  padding: 15px;
  color: #71abc9;
  font-size: 24px;
  font-weight: bold;
  font-family: "Lato", Helvetica;
}
.pdf-export .extreme-responses-page .header {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.pdf-export .extreme-responses-page .header tr th {
  text-align: left;
  padding: 15px;
  color: #333;
}
.pdf-export .extreme-responses-page .header:last-child {
  text-align: center;
}
.pdf-export .extreme-responses-page .ResposeTable {
  margin-bottom: 15px;
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.pdf-export .extreme-responses-page .ResposeTable td {
  font-family: "Lato", Helvetica;
  font-size: 18px;
  padding-left: 15px;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}
.pdf-export
  .extreme-responses-page
  .ResposeTable
  td:first-child
  .pdf-export
  .extreme-responses-page
  .ResposeTable
  th:last-child,
.pdf-export .extreme-responses-page .ResposeTable td:last-child {
  text-align: center;
  vertical-align: middle;
}
.pdf-export .extreme-responses-page .firsttdwidth {
  width: 80%;
}

/* Reset Password Module CSS */
.reset-password .content {
  font-family: "Lato", Helvetica;
  padding: 100px 0 45px;
  color: #fff;
  font: 1.6em "latoregular", Helvetica;
}
.reset-password .content form {
  border-top: #2f2f2f solid 2px;
  padding-top: 30px;
  margin-top: 30px;
}
.reset-password .content h1 {
  font: 1.7em "lato", Helvetica;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.reset-password .content p {
  color: #9da1aa;
  font-family: "lato", Helvetica;
  font-size: 14px;
  height: 20px;
}
.reset-password .content h5 {
  font: 1.1em "latoregular", Helvetica;
  margin-bottom: 35px;
}
.reset-password .content strong {
  font: 0.9em "latobold", Helvetica;
  margin-bottom: 15px;
  display: inline-block;
}
.reset-password .content input {
  height: 40px;
  border: none;
  display: block;
  width: 100%;
  padding-left: 39px;
  text-align: left;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.reset-password .content input::-webkit-input-placeholder {
  color: #7f9aa6;
}
.reset-password .content input:-moz-placeholder {
  color: #7f9aa6;
}
.reset-password .content input::-moz-placeholder {
  color: #7f9aa6;
}
.reset-password .content input:-ms-input-placeholder {
  color: #7f9aa6;
}
.reset-password .content button {
  background: none;
  background-color: #60abde;
  font-weight: bold;
  height: 40px;
  color: #fff;
  margin: 0.4em 0 0;
  font-size: 16px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
}
.reset-password .content button:hover {
  background-color: #6bb5e4;
  background-position: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.reset-password .content button .arrow {
  background: transparent url("images/sprite.png") 0 0 no-repeat;
  height: 16px;
  width: 22px;
  display: inline-block;
}
.no-generatedcontent .reset-password .content button .arrow {
  height: 19px;
}
.reset-password .content label {
  margin-top: 0;
}
.reset-password .content .relative-position {
  position: relative;
}
.reset-password .content .password-tooltip {
  padding: 10px;
  position: absolute;
  background-color: #fff4c8;
  width: 100%;
  border: 1px solid #b3b3b3;

  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #00354e;
}
.reset-password .content .input-wrapper span.password,
.reset-password .content .input-wrapper span.confirmpassword {
  width: 11px;
  height: 18px;
  left: 11px;
  position: absolute;
  padding-right: 10px;
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1571px -153px;
}
.reset-password .content .input-wrapper span.password {
  top: 11px;
}
.reset-password span.confirmpassword {
  margin-top: 10px;
}

/*Iphone common */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
  only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  body {
    padding: 0px;
    font-size: 9px;
  }
  header {
    height: 30px;
  }
  header .main-image {
    -webkit-background-size: 45px;
    background-size: 45px;
    left: 8px;
    display: block;
    margin-left: 0;
    top: 4px;
  }
  .content {
    padding: 10px 12px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    line-height: 1.3em !important;
  }
  .content input {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .tipsy {
    display: none !important;
  }
  /* LOGIN SCREEN UPDATES */
  .login .content a {
    font-size: 1.2em;
  }
  .login .content #footerLanguage {
    display: none;
  }
  .login .content .form-content {
    padding: 0 20px 0 20px;
    text-align: center;
  }
  .login .content .button {
    font-size: 1em;
    margin: 0 0 20px 80px;
    width: 160px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .login .content input {
    width: 206px;
  }
  .login .text-right {
    margin-right: 25px;
  }
  /*Create Account*/
  .create-account .content form,
  .confirm-info .content form {
    margin: 6px;
  }
  .confirm-info .content input {
    padding-left: 20px;
  }
  .create-account .content .push-right,
  .confirm-info .content .push-right {
    padding-left: 0;
  }
  .create-account .content .push-left,
  .confirm-info .content .push-left {
    padding-right: 0;
  }
  .create-account .content .btn-group.country .default,
  .confirm-info .content .btn-large.default {
    width: 85% !important;
    height: 55px;
  }
  .create-account .content .btn-group.country .dropdown-toggle,
  .confirm-info .content .dropdown-toggle {
    width: 15% !important;
    height: 55px;
  }
  .create-account .content .btn,
  .confirm-info .content .btn {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .create-account label.error,
  .confirm-info label.error {
    padding-right: 5px;
    margin-top: -8px;
    margin-bottom: 8px;
    font-size: 1.2em;
    text-align: right;
  }
  .create-account .btn-group > .btn-large,
  .confirm-info .btn-group > .btn-large {
    font-size: 14px;
  }
  #main {
    position: absolute;
    left: 0;
    background-color: #ffffff;
  }
  /* Results */
  .result .content .button {
    width: 220px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .result .content .button .arrow {
    display: none;
  }
  .result .content p,
  .result .result h4 {
    line-height: 1.4em;
  }
  /* Questionnaire */
  .questionnaire small {
    line-height: 2.1em;
  }
  .questionnaire .control-prev {
    text-align: left;
  }
  .questionnaire .control-next {
    text-align: right;
  }
  .questionnaire .progress {
    position: fixed !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .questionnaire .progress .progress-label {
    display: none;
  }
  .questionnaire .progress .label_ {
    display: none;
  }
  .questionnaire .slide h3 {
    font-size: 5em;
    padding-left: 30px;
    line-height: 10px;
    height: 0;
    font-weight: normal;
    float: right;
  }
  .questionnaire .patterns span {
    font-size: 1.3em;
  }
  .questionnaire .rightborder {
    border-top: solid 1px #b3b3b3;
    border-right: solid 1px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
  }
  .questionnaire .leftborder {
    border-top: solid 1px #b3b3b3;
    border-left: solid 1px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
    left: 50% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
  .questionnaire .slides-wrapper {
    position: relative !important;
  }
  .questionnaire .slide h1 {
    font-size: 2.3em;
    position: relative;
    top: 50%;
    height: 125px;
    margin-top: -80px;
  }
}
.blue-button {
  font: 0.9em "latoregular", Helvetica;
  position: relative;
  background: none;
  background-color: #00354e;
  color: white;
  line-height: 25px;
  -webkit-box-shadow: 0px 6px 0px #1a5e7e;
  -moz-box-shadow: 0px 6px 0px #1a5e7e;
  box-shadow: 0px 6px 0px #1a5e7e;
}
.blue-button.btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: white;
  background-color: #00354e;
}
header .helpbtn {
  float: right;
  margin-top: 20px;
  *position: absolute;
  *top: 5px;
  *right: 20px;
}
header .helpbtn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: white;
  background-color: #00354e;
}
.helpDialog .modal-title {
  font-family: "latoblack", Helvetica;
  font-size: 2em;
  color: #00354e;
}
.helpDialog .modal-body {
  font-family: opensans;
  font-size: 1.2em;
  color: #00354e;
}
.helpDialog .blue-button {
  font: 1.2em "latoregular", Helvetica;
  box-shadow: none;
}
#HelpModal {
  top: 25px;
}
#HelpModal .modal-body {
  font-size: 15px;
}
#HelpModal .modal-body img {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#HelpModal .modal-body p {
  margin-bottom: 20px;
  text-align: center;
}
#HelpModal .modal-body a {
  color: #000;
  text-decoration: none;
}
#HelpModal .modal-body a:hover {
  color: #666;
  border-bottom: 4px solid #666;
}
#HelpModal .modal-body .skyblue-button {
  width: 112px;
  border: 2px solid #000;
  color: black;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
}
#HelpModal .modal-body .skyblue-button:hover {
  border: 2px solid #666;
  background-color: #666;
  color: #ffffff;
}
#HelpModal .modal-body .skyblue-button:active {
  border: 2px solid #000;
  background-color: #000;
  color: #ffffff;
}
body {
  padding: 0;
}
.txtDriver {
  color: #ff4a2c;
}
.txtPioneer {
  color: #ffb400;
}
.txtIntegrator {
  color: #72bb13;
}
.txtGuardian {
  color: #5dace6;
}
.fdoGris .txt-grey {
  color: #9da1aa;
}
.clear-both {
  clear: both;
}

.BCcontainer {
  width: 940px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: opensans;
}

section.BCpage {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.BCcontainer {
  width: 100%;
  max-width: 100%;
  padding-top: 41px;
}

.BCpage p {
  font-size: 14px;
}

h1 {
  font-size: 30px;
}
.fdoBlanco h1,
.fdoBlanco p {
  color: #2e3238;
}
h2 {
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
}
.fdoBlanco h2 {
  color: #9da1aa;
}
body,
.fdoGris {
  background-color: #2e3238;
}
.BCpage p a:visited,
.BCpage p a,
.fdoGris {
  color: #fff;
}
.fdoBlanco {
  background-color: #fff;
}
.fdoBlanco {
  color: #333333;
}
header nav.BCcontainer {
  position: relative;
}
#noScript {
  position: absolute;
  top: -5px;
  left: -5px;
}
#mainMenu {
  border-top: #5dace6 solid 4px;
  text-transform: uppercase;
  height: 62px;
  font-size: 14px;
  background-color: #2e3238;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#headerMain #mainMenu {
  height: 118px;
}
#mainMenu.login-header {
  position: relative;
}
#mainMenu.login-header nav {
  border-bottom: solid 2px #2f2f2f;
  height: 66px;
}
#mainMenu ul {
  position: relative;
  top: 0;
  left: 0;
}
#mainMenu li {
  margin: 0 10px 0 20px;
  position: relative;
}
#mainMenu a,
#mainMenu a:visited {
  color: #9da1aa;
  padding: 24px 0 28px 0;
  margin: 0;
}
#mainMenu a:hover,
#mainMenu a:focus,
#userMenu a:hover,
#userMenu a:focus {
  background-color: transparent;
  color: #fff;
  outline: none;
}
#mainMenu .active-menu-icon {
  display: none;
}
#mainMenu .active .active-menu-icon {
  display: block;
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1472px
    0;
  width: 18px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9px;
}
#userMenu a,
#userMenu a:visited,
#mainMenu a:active,
#mainMenu .active {
  color: #5dace6;
  max-width: 15em;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#userMenu a,
#mainMenu a {
  cursor: pointer;
}

#userMenu {
  padding-left: 42px;
  position: relative;
  right: 0;
  top: 0;
}
#userMenu img {
  position: absolute;
  top: 0;
  left: 0;
}
#mascara {
  overflow: hidden;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  border-color: #8c8e9a;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  top: 14px;
  left: 0px;
}
#logoHeader {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1621px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 14px;
  margin-left: -19px;
  width: 38px;
  height: 38px;
}
#logoHeader:hover {
  background-position: -1578px 0;
}
#logoHeader.grande {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1664px 0;
  margin-left: -39px;
  margin-top: 28px;
  width: 78px;
  height: 78px;
}
#logoHeader.grande:hover {
  background-position: -1495px 0;
}
#BCtimeout,
#BCexpired {
  margin-top: 186px;
}
#BCexpired .img-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#BCexpired img {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
#BClanding {
  margin-top: 70px;
}
#BClanding h1 {
  padding: 80px 0 0 0;
  border-top: solid 2px #2f2f2f;
}
#BClanding p {
  margin: 20px 0 0 0;
}
#BClanding a {
  margin: 40px 0 0 0;
}
#BClanding img {
  margin: 40px auto 0 auto;
  display: block;
  padding-left: 42px;
}
#BChunching h1,
#BCAbout.white h1 {
  padding: 0 0 0 0;
  margin: 0;
  background: url("images/title-white-background-bottom.png") no-repeat bottom
    center;
}
#BChunching h2 {
  padding: 50px 0 0 0;
}
#BChunching p {
  padding-top: 20px;
}
#BChunching img {
  margin: 50px auto 0 auto;
  display: block;
}
#BChunching a {
  margin: 20px 0 14px 0;
}
#BCAbout h1 {
  margin: 0;
  padding: 50px 0 30px 0;
}

@media only screen and (max-height: 768px) {
  #BCAbout h1 {
    padding: 10px 0 15px;
  }
}

@media only screen and (max-height: 768px) {
  #BCAbout h1 {
    padding: 10px 0 15px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #BCAbout h1 {
    padding: 10px 0 15px;
  }
}

.arrow-divider-container {
  border-top: 1px solid #282b2f;
}
.fdoBlanco .arrow-divider-container {
  border-top: 1px solid #e9e9e9;
}
.arrow-divider {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 28px 0 28px;
  border-color: #282b2f transparent transparent transparent;
  position: relative;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}
.fdoBlanco .arrow-divider {
  border-color: #e9e9e9 transparent transparent transparent;
}
.arrow-inside {
  position: absolute;
  top: -22px;
  left: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 27px 0 27px;
  border-color: #2e3238 transparent transparent transparent;
}
.fdoBlanco .arrow-inside {
  border-color: #fff transparent transparent transparent;
}
#BCAbout.fdoBlanco {
  min-width: 940px;
}
#BCAbout .pattern-type {
  width: 215px;
  display: inline-block;
  margin: 0;
  padding: 50px 0 0 0;
  box-sizing: border-box;
}
#BCAbout .pattern-type .txtDriver {
  color: #ff4a2c;
}
#BCAbout .pattern-type .txtPioneer {
  color: #ffb400;
}
#BCAbout .pattern-type .txtIntegrator {
  color: #72bb13;
}
#BCAbout .pattern-type .txtGuardian {
  color: #5dace6;
}
#BCAbout .pattern-type + .pattern-type {
  margin-left: 17px;
}
.pattern-type .arrow-divider {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 18px 0 18px;
  border-color: #282b2f transparent transparent transparent;
  position: relative;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.fdoBlanco .pattern-type .arrow-divider {
  border-color: #e9e9e9 transparent transparent transparent;
}
.pattern-type .arrow-inside {
  position: absolute;
  top: -11px;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17px 0 17px;
  border-color: #2e3238 transparent transparent transparent;
}
.fdoBlanco .pattern-type .arrow-inside {
  border-color: #fff transparent transparent transparent;
}
.pattern-type p {
  height: 70px;
  margin-bottom: 30px;
}
.pattern-type .pattern-img {
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 20px;
}
.pattern-type .pattern-img__driver {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1198px 0;
}
.pattern-type .pattern-img__guardian {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1322px 0;
}
.pattern-type .pattern-img__integrator {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1398px -153px;
}
.pattern-type .pattern-img__pioneer {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1749px -153px;
}
.pattern-list-container {
  margin-bottom: 45px;
  min-height: 140px;
}
.pattern-type ul {
  width: 49%;
  display: inline-table;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  list-style-position: inside;
}
.pattern-type ul.wide {
  width: 63%;
}
.pattern-type ul.narrow {
  width: 30%;
}
.pattern-type ul li:before {
  color: #999;
  content: "\2022";
  font-size: 25px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.pattern-type .footer-img {
  width: 24px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
}
.pattern-type .footer-img.driver {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1633px -153px;
}
.pattern-type .footer-img.guardian {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1662px -153px;
}
.pattern-type .footer-img.integrator {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1691px -153px;
}
.pattern-type .footer-img.pioneer {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1720px -153px;
}
.pattern-list-container.driver ul li:before {
  color: #ff4a2c;
}
.pattern-list-container.guardian ul li:before {
  color: #5dace6;
}
.pattern-list-container.integrator ul li:before {
  color: #72bb13;
}
.pattern-list-container.pioneer ul li:before {
  color: #ffb400;
}
.pattern-type .pattern-list-container {
  width: 220px;
}
h2.saved-hunches {
  padding: 0px 0 0 0 !important;
}
.latest-hunches div {
  display: inline-table;
  width: 220px;
  padding-top: 30px;
}
.latest-hunches div p {
  margin: 0;
  padding-top: 0 !important;
  color: #9da1aa;
  line-height: 14px;
  padding-bottom: 9px;
}
.latest-hunches div + div {
  margin-left: 15px;
}
#BChunching .latest-hunches a {
  display: block;
  width: 120px;
  height: 70px;
  background-repeat: no-repeat;
  margin: 0 auto 25px auto;
  cursor: pointer;
}
.registered-hunch-user hr {
  margin: 40px 0 !important;
}
.registered-hunch-user p.small-top-margin {
  padding-top: 10px !important;
}
.registered-hunch-user p a,
.registered-hunch-user p a:visited {
  margin: 0;
  color: #0088cc;
}
.latest-hunches h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.hemisphere0 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1747px
    0;
}
.hemisphere1 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1872px
    0;
}
.hemisphere2 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat 0 -153px;
}
.hemisphere3 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -125px -153px;
}
.hemisphere4 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -250px -153px;
}
.hemisphere5 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -375px -153px;
}
.hemisphere6 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -500px -153px;
}
.hemisphere7 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -625px -153px;
}
.hemisphere8 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -750px -153px;
}
.hemisphere9 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -875px -153px;
}
.hemisphere10 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1000px -153px;
}
.hemisphere11 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1125px -153px;
}
.hemisphere12 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1250px -153px;
}
.hemisphere13 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -2005px
    0;
}
.hemisphere14 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -2082px -81px;
}
.hemisphere15 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -2083px -165px;
}
.hemisphere16 {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -2084px -252px;
}
input[type="text"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  text-align: center;
  box-shadow: none;
  padding: 0px 0px;
}
.widthdownloadreport {
  width: 320px !important;
}
input[type="text"].hunch-pname {
  margin-bottom: 20px;
}
input[type="text"]:focus,
input[type="text"]:active {
  box-shadow: none;
}
.skyblue-button {
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;

  white-space: nowrap;
}
.skyblue-button:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.skyblue-button:hover {
  color: #fff;
  background-color: #6bb5e4;
  text-decoration: none;
}
.skyblue-button:active {
  background-color: #3f87b9;
  color: #fff;
}
.skyblue-button.disabled,
.skyblue-button:disabled {
  background-color: #add3f0;
  cursor: default;
}
.btn-create-hunch {
  width: 200px;

  height: 34px;
}
.btn-start-hunch {
  width: 200px;

  height: 34px;
}
.hunch-pname {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 240px;
}
/* Modal user profile information*/
.modal-upRight {
  position: fixed;
  top: 60px;
  left: 78%;
  width: 300px;
  margin-left: -160px;
  z-index: 1050;
  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;
  outline: none;
}
.BCcontainer.border-top.title {
  padding-top: 100px;
}

.modaltext {
  padding: 12px 15px;
  font-size: 15px;
  height: 30px;
  border-bottom: 2px solid #ccc;
}
.right-text a:hover,
.right-text a:visited,
.right-text a:link,
.right-text a:focus {
  color: #000000;
  text-decoration: none;
}
.modaltext.picture {
  height: 100px;
  font-family: opensans;
}
.modaltext-last {
  border-bottom: 0px !important;
}
.modaltext .left-symbol,
.modaltext .right-text {
  position: relative;
  display: inline;
  float: left;
}
.modaltext .left-symbol {
  width: 10%;
}
.modaltext .right-text {
  width: 85%;
  padding-left: 5%;
  padding-top: 3px;
}
.profile-left {
  position: relative;
  display: inline;
  float: left;

  width: 30%;
  height: 80%;
}
.profile-left .profile-image {
  width: 100%;
  padding-top: 20%;
  padding-left: 5%;
}
.profile-image .image-modal {
  width: 70px;
  height: 70px;
}
.profile-right {
  position: relative;
  display: inline;
  float: left;

  width: 60%;
  padding-left: 15px;
}
.profile-right-up,
.profile-right-down {
  position: relative;
  display: inline;
  float: left;
}
.profile-right .profile-right-up {
  width: 100%;

  font-size: 15px;
  color: #282b2f;
}
.profile-right .profile-right-down {
  width: 100%;

  font-size: 13px;
  color: #979797;
}
.profile-right .right-text {
  padding-top: 10%;
}
.right-subtext {
  padding-left: 5%;
}

/* Validations of EditProfile*/
.edit-profile-page label.error {
  background-color: #fff !important;
}
.edit-profile-page label.error + .arrow-down-icon {
  display: none !important;
}
.edit-profile-page select.error,
.edit-profile-page input.error {
  background: #fff !important;
}
.edit-profile-page #editPassword:focus + label + .error-icon {
  display: none;
}
.incompleteusersessionold {
  width: 823px !important;
  left: 34% !important;
}

.incompleteusersession {
  width: 750px !important;
  left: 37% !important;
}
.modal-questionnaire {
  position: fixed;
  top: 33%;
  left: 47%;
  width: 400px;
  margin-left: -160px;
  z-index: 1050;
  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;
  outline: none;
  text-align: center;
}
.quest-modal-title {
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  font-family: opensans;
  font-size: 24pt;
}
.modal-sm {
  position: fixed;
  top: 25%;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  z-index: 1050;
  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;
  outline: none;
  text-align: center;
}
.modal-med {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 560px;
  margin-left: -283px;
  z-index: 1050;
  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;
  outline: none;
  text-align: center;
}
.modal-big {
  position: fixed;
  top: 7%;
  left: 50%;
  width: 780px;
  margin-left: -390px;
  z-index: 1050;
  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;
  outline: none;
  text-align: center;
}
.sm-header {
  font-size: 16px;
  padding: 16px 0;
}
.modal-body-sm {
  padding: 30px 40px;
}
.modal-body-med {
  padding: 20px 40px 30px 40px;
  max-height: none;
}

.close-icon {
  position: relative;
  float: right;
  right: 20px;
  width: 18px;
  height: 18px;
  margin: 0px 0px !important;
  background: url("/Content/images/close.png") no-repeat;
}

#BChunching p.hunch-reguser-text {
  padding-top: 20px;
  padding-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  line-height: 20px;
}
.wrapper-search {
  position: relative;
}
input.search-saved {
  width: 448px;
  text-align: left !important;
  padding-left: 35px !important;
  padding-bottom: 11px !important;
  padding-top: 11px !important;
  margin-bottom: 20px !important;
  border: 1px solid #cccccc;
}
.search-saved-icon {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -33px -320px;
}
.saved-right p {
  margin-bottom: 0px;
}
.lst-saved-hunches {
  overflow-y: auto;
  min-height: 130px;
  max-height: 368px;
  margin: 0px -10px 10px 0;
}
.lst-saved-hunches > li {
  display: block;
  cursor: pointer;
  clear: both;
}
.saved-left {
  margin: 10px 0 5px 0;
  width: 120px;
  height: 70px;
  float: left;
}
.saved-right {
  text-align: left;
  border-top: 1px solid #e9e9e9;
  width: 340px;
  padding-top: 10px;
  float: right;
}
.saved-right > p {
  padding: 5px 0px !important;
}
.saved-title {
  font-size: 20px !important;
}
.saved-hemisphere {
  font-size: 16px !important;
  color: #9da1aa !important;
}
/* RESULTS PAGE */
.results-page {
  position: relative;
  margin-top: 66px;
  border-top: solid 2px #2f2f2f;
  padding-top: 69px;
  padding-bottom: 328px;
  background: url("/Content/images/assessment-done.png") no-repeat bottom center;
}
.results-page div.BCcontainer {
  position: relative;
}
.results-page .BCcontainer .hunching-link {
  margin-bottom: 10px;

  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;

  cursor: pointer;
}

.results-page .BCcontainer .hunching-description {
  margin: auto;
  float: none;
  padding-bottom: 20px;
  width: 300px;
}

#timeoutModal .skyblue-button,
#BCtimeout .skyblue-button,
.results-page .skyblue-button {
  width: 200px;
  line-height: 34px;
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 20px;
  height: 34px;
  border: none;
}
.results-page .skyblue-button.download {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 60px;
}
.results-page .skyblue-button.download .arrow {
  position: absolute;
  top: 22px;
  left: 32px;
}
.result-personality-type {
  width: 186px;
  height: 186px;
  -webkit-border-radius: 186px;
  -moz-border-radius: 186px;
  border-radius: 186px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: 101px;
  left: 50%;
  margin-left: -93px;
}
.result-personality-type.personalityDriver {
  border-color: #ff4a2c;
}
.result-personality-type.personalityPioneer {
  border-color: #ffb400;
}
.result-personality-type.personalityIntegrator {
  border-color: #72bb13;
}
.result-personality-type.personalityGuardian {
  border-color: #5dace6;
}
.result-profile-pic-mask {
  overflow: hidden;
  width: 176px;
  height: 176px;
  -webkit-border-radius: 176px;
  -moz-border-radius: 176px;
  border-radius: 176px;
  border-style: solid;
  border-width: 5px;
  border-color: #23262b;
}
.result-profile-pic-mask-usermodal {
  overflow: hidden;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  border-style: solid;
  border-width: 5px;
  border-color: #23262b;
}
.result-user-name {
  width: 940px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -470px;
}
.result-user-data {
  width: 940px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -470px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}
.result-percentage {
  position: absolute;
  width: 76px;
  height: 76px;
  line-height: 76px;
  color: #fff;
  font-size: 30px;
  left: 50%;
}
.result-percentage small {
  font-size: 20px;
}
.result-percentage-integrator {
  bottom: 200px;
  margin-left: -314px;
}
.result-percentage-pioneer {
  bottom: 71px;
  margin-left: -221px;
}
.result-percentage-guardian {
  bottom: 198px;
  margin-left: 164px;
}
.result-percentage-driver {
  bottom: 49px;
  margin-left: 275px;
}

.results-page .subheader {
  font-size: 16px;
}

.results-page #baseline-wrapper {
  margin: 25px 0;
}

.results-page #baseline-wrapper .txt-grey {
  font-size: 11.5pt;
}

.results-page #baseline-label {
  font-size: 22px;
  margin-right: 10px;
  font-weight: bold;
}

.results-page #baseline-dropdown {
  display: inline-block;
}
.results-page #baseline-dropdown .baseline-opener {
  cursor: pointer;
}

.results-page #baseline-select {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px dotted;
  color: #4a8ebd;
}

.results-page #baseline-select:hover {
  color: #4a8ebd;
}

.results-page #baseline-select + img {
  margin: 0 0 2px 9px;
  vertical-align: baseline;
}

.results-page #baseline-menu {
  display: block;
  border-radius: 0;
  line-height: 24px;
  color: #2e3238;
  font-size: 14px;
  color: #2e3238;
  padding: 0;
  width: 300px;
}

.results-page #baseline-menu > li > a {
  line-height: 36px;
}

.results-page #baseline-menu > li > a:hover {
  background-color: #dbe2eb;
  background-image: none;
  color: #2e3238;
  line-height: 36px;
}

.results-page #baseline-info {
  margin: 0 0 2px 6px;
}

.results-page #baseline-info-tooltip {
  display: block;
  border-radius: 0;
  line-height: 24px;
  color: #2e3238;
  font-size: 14px;
  color: #2e3238;
  padding: 20px 20px 0;
  width: 300px;
  background: #fffae8;
}

.results-page #baseline-info-tooltip li {
  margin-bottom: 20px;
  white-space: normal;
}

/* CREATE AND CONFIRM INFO PAGES */
.confirm-info-page {
  padding-top: 71px;
}
.create-account-page form,
.confirm-info-page form {
  width: 740px;
  margin: 30px auto 0 auto;
}
.create-account-page label.error,
.confirm-info-page label.error {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #2e3238;
  position: absolute;
  width: 100%;
  font-size: 11px;
}
.create-account-page label.error + .arrow-down-icon,
.confirm-info-page label.error.arrow-down-icon {
  display: none;
}
.create-account-page select.error,
.create-account-page input.error {
  background: #fff;
}
.create-account-page .col,
.confirm-info-page .col {
  padding: 30px 0 30px 0;
  width: 350px;
  float: left;
  margin: 0;
}
.create-account-page .col.right,
.confirm-info-page .col.right {
  margin-left: 40px;
}
.create-account-page h1,
.confirm-info-page h1 {
  margin-bottom: 15px;
  line-height: 30px;
  padding-top: 70px;
}
.create-account-page input,
.create-account-page select,
.confirm-info-page input,
.confirm-info-page select {
  height: 35px;
  text-align: left;
  border-radius: 0;
}
.confirm-info-page select.disabled,
.confirm-info-page input.disabled {
  border: #33373d solid 1px;
  background: #292a33;
}
.input-w-bkg-image {
  position: relative;
}
.input-w-bkg-image .lock-icon-grey,
.input-w-bkg-image .lock-icon-grey {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1548px -153px;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 11px;
  top: 22px;
}
.input-w-bkg-image .error-icon {
  position: absolute;
  right: 11px;
  top: 24px;
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1299px
    0;
  width: 18px;
  height: 18px;
  display: none;
}
.input-w-bkg-image .select-emulator .error-icon {
  top: 8px;
  z-index: 2;
}
.input-w-bkg-image label.error + .error-icon {
  display: block;
}
.input-w-bkg-image input.valid + label.error + .error-icon {
  display: none;
}
.create-account-page input,
.confirm-info-page input {
  width: 350px;
  text-indent: 6px;
  padding: 0;
}
.confirm-info-page .select-emulator,
.confirm-info-page input,
.create-account-page input,
.create-account-page .select-emulator {
  margin: 15px 0 0 0;
  border: #25292f solid 1px;
}
.create-account-page .select-emulator,
.confirm-info-page .select-emulator {
  background: #fff;
  overflow: hidden;
  padding-right: 27px;
  width: 323px;
}
.select-emulator .arrow-down-icon {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat 0 0;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 12px;
  top: 17px;
}
.create-account-page select,
.confirm-info-page select {
  margin: 0;
  background-color: transparent;
  width: 380px;
}
.create-account-page p a,
.confirm-info-page p a:visited,
.confirm-info-page p a:visited {
  color: #fff;
  text-decoration: underline;
}
.create-account-page .border-top,
.confirm-info-page .border-top {
  border-top: solid 2px #2f2f2f;
}
.create-account-page h2,
.confirm-info-page h2 {
  font-size: 20px;
  margin: 0;
}
.create-account-page .skyblue-button,
.confirm-info-page .skyblue-button {
  margin: 40px 0 15px 0;
  border: none;
  width: 300px;
  font-size: 13px;
  line-height: 40px;
}
/* CREATE ACCOUNT PAGE */
.create-account-page h1 {
  margin-top: 5px;
}
.create-account-page form {
  position: relative;
}
.select-emulator.half-width {
  width: 162px;
}
.select-emulator.half-width .arrow-down-icon {
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat 0 0;
  width: 16px;
  height: 9px;
  position: absolute;
  left: 162px;
  top: 15px;
}
.select-emulator.half-width select {
  width: 220px;
}
.create-account-page .password-tooltip {
  position: absolute;
  width: 386px;
  padding: 20px;
  background-color: #fff4c8;
  z-index: 999;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 370px;
  top: -80px;
  color: #2e3238;
  font-size: 13px;
}
.create-account-page .password-tooltip h5 {
  margin: 0;
  font-size: 16px;
}
.create-account-page .password-tooltip h6 {
  margin: 30px 0 20px 0;
}
.create-account-page .password-tooltip ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.create-account-page .password-tooltip li {
  list-style-image: url("data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==");
  list-style-position: inside;
}
.create-account-page #fldPassword:focus + label + .error-icon {
  display: none;
}
.info-icon {
  position: absolute;
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat -1375px -153px;
  width: 18px;
  height: 18px;
  display: none;
  z-index: 3;
  top: 24px;
  right: 11px;
}
/* SCROLLBAR STYLES */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #3d98d1;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 6px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scrollbar-macosx
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -11px;
}
/* END - SCROLLBAR STYLES */
.dotted-divider-reguser {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: url("../hunches/app/images/bg-dotted.png") repeat-x;
  margin-left: 20%;
  margin-right: 20%;
}
.login .content.forgot-password-section {
  margin-top: 0px;
  margin-bottom: 0px;
}
.login .content.forgot-password-section input {
  line-height: 100%;
  width: 100%;
}
.login .content.forgot-password-section span {
  border-right: none;
}
.login .content.forgot-password-section form {
  border-top: #2f2f2f solid 2px;
  padding-top: 30px;
  margin-top: 30px;
}
.login .content.forgot-password-section form button {
  width: 100%;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login .content.linksenthead {
  margin-top: 0px;
  padding-top: 0px;
}
.login .content .linksentmessage {
  margin-top: 30px;
  padding: 30px 50px;
  background-color: #f4f4f4;
  font: 1em "latobold", Helvetica;
}
.login .content .linksentmessage p {
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Lato", Helvetica;
  font-weight: normal;
  color: #2e3238;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .login .content.forgot-password-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .reset-password .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#postAssessmentQuestionsModal {
  position: fixed !important;
  display: block;
  float: none !important;

  width: 780px !important;
  height: 622px !important;
  left: 50% !important;
  margin: 0px !important;
  margin-left: -390px !important;
  padding: 0px !important;
}
#postAssessmentQuestionsModal .pattern-type-desc-sm {
  display: inline-table;
  width: 170px;
}
#postAssessmentQuestionsModal .modal-body {
  padding-top: 5px;
  max-height: 535px;
  overflow-y: auto;
}
#postAssessmentQuestionsModal .pattern-type-title {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#postAssessmentQuestionsModal p {
  font-size: 13px;
}
.closeAditionalQuestions {
  position: absolute;
  display: block;
  float: right;

  right: 15px;
  top: 17px;
  width: 18px;
  height: 18px;

  background: url("Content/images/business-chemistry-sprite.png") no-repeat -1129px
    0;
  border: none;
  cursor: pointer;
}
.closeAditionalQuestions:hover {
  background: url("Content/images/business-chemistry-sprite.png") no-repeat -1175px
    0;
}
#postAssessmentQuestionsModal .pattern-types {
  margin-top: 20px;
  margin-bottom: 10px;
}
#postAssessmentQuestionsModal .pattern-type-icon {
  width: 60px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  background-size: 60px 34px;
  background-repeat: no-repeat;
  background-color: transparent;
}
#postAssessmentQuestionsModal .pattern-type-icon.driver {
  background-image: url("images/driver-simple.png");
}
#postAssessmentQuestionsModal .pattern-type-icon.pioneer {
  background-image: url("images/pioneer-simple.png");
}
#postAssessmentQuestionsModal .pattern-type-icon.integrator {
  background-image: url("images/integrator-simple.png");
}
#postAssessmentQuestionsModal .pattern-type-icon.guardian {
  background-image: url("images/guardian-simple.png");
}
#postAssessmentQuestionsModal .questionsblock {
  position: relative;
  display: block;
  float: left;

  width: 100%;
  height: 464px;
  max-height: 464px;
  margin-top: 15px;

  overflow-y: auto !important;
}
#postAssessmentQuestionsModal .questionsblock > div {
  position: relative;
  display: block;
  float: left;

  width: 100%;
  height: auto;
}
#postAssessmentQuestionsModal .questionsblock .post-assessment-question {
  width: 100%;
  display: inline-table;
}
#postAssessmentQuestionsModal .questionsblock .post-assessment-question ul li {
  width: 24%;
  display: inline-block;
  text-align: left;
}
#postAssessmentQuestionsModal .questionsblock .post-assessment-question {
  font-size: 13px;
}
#postAssessmentQuestionsModal .questionsblock .post-assessment-question strong {
  display: inline-block;
  margin-bottom: 10px;
}
#postAssessmentQuestionsModal
  .questionsblock
  .post-assessment-question
  .post-assessment-description {
  margin-bottom: 10px;
}
#postAssessmentQuestionsModal .dotted-divider-reguser {
  height: 2px;
  background: url("../hunches/app/images/bg-dotted.png") repeat-x;
  margin: 0;
}
#postAssessmentQuestionsModal .skyblue-button {
  margin-bottom: 0px;
  margin-top: 10px;
}
#timeoutModal .skyblue-button {
  width: 150px;
  cursor: pointer;
}
#createHunchModal .icon-name {
  background-position: -1950px -320px;
}
/* Applies one or more styles to the clear button of a text input control. */
::-ms-clear {
  display: none;
}
/* Applies one or more styles to the password reveal button of an input type=password control. */
::-ms-reveal {
  display: none;
}

#expiredInvalidSessionModal {
  z-index: 1060;
}

#enhancementsModal .modal-body > p:last-child {
  margin-bottom: 30px;
}

.expiredInvalidSessionP {
  width: 83%;
  padding-top: 10%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn-blue {
  width: 240px;
  height: 50px;
  font-size: 16px;
  background-color: white;
  border: 2px solid black;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
}
.btn-blue:hover {
  background-color: #666;
  outline: none;
  border: 3px solid #666;
  color: #fff;
}
.btn-blue:active {
  background-color: black;
  outline: none;
}

/*	Login section	*/
.spreader-bar {
  width: 3px;
  background-color: white;
}

#toShowLogIn {
  margin-top: 2%;
}
#hiddenLogIn {
  position: relative;

  width: 64%;
  margin: 40px auto 0px auto;
}
div .col-text {
  width: 33%;
  height: 240px;
  float: left;
  text-align: left;
  margin: 0 auto;
  font-size: 12px;
}
div .col-text .col-text-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  padding-left: 10px;
}
div .col-text.border {
  border-right: 2px solid #fff;
}
div .col-header {
  width: 33%;
  float: left;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

div .to-header {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 20px;
}

.col-text p {
  font-size: 12px;
  color: #ffffff !important;
  line-height: 15px;
  padding: 5px 5px 5px 10px;
}

div .content-holder {
  clear: both;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

/*	New login section	*/
.full-width {
  min-width: 940px;
  width: 100% !important;
  max-width: 100% !important;
}

.container-parent {
  margin-bottom: 20px;

  background: white;
}

.full-width > .container {
  width: 100%;
  max-width: 940px !important;
  margin-left: auto;
  margin-right: auto;
}
.homeslider {
  position: relative;
  display: inline-block;
  float: left;

  width: 740px;
  height: 440px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;

  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.homeslider-next,
.homeslider-prev {
  position: relative;
  display: inline-block;
  float: left;

  width: 100px;
  height: 440px;

  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  cursor: pointer;
}
.homeslider-next {
  background-image: url("/Content/images/arrowRightInnactiveIconCircled.png");
}
.homeslider-prev {
  background-image: url("/Content/images/arrowLeftInnactiveIconCircled.png");
}
.homeslider > .homeslider-carrousell {
  position: relative;
  display: block;
  float: left;

  width: 300%;
  height: 382px;
  padding: 0px;
  margin: 0px;

  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all;
}
.homeslider > .homeslider-carrousell > .slide {
  position: relative;
  display: inline-block;
  float: left;

  width: 33.33%;
  height: 382px;
  padding: 20px;
  margin: 0px;

  box-sizing: border-box;
}
.slide h1.slide-title {
  position: relative;
  display: block;
  float: left;

  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;

  color: black;
  text-align: center;
}
.slide .img {
  position: relative;
  display: block;
  float: left;

  width: 40%;
  height: auto;
  max-height: 382px;
  padding: 0px;
  margin: 0px;

  box-sizing: border-box;
}
.slide .img img {
  position: relative;
  display: block;
  float: none;

  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 382px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}
.slide .img img.landscape {
  margin-top: 60px;
}
.slide .slide-text {
  position: relative;
  display: block;
  float: right;

  width: 60%;
  height: auto;
  padding: 0px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px;

  text-align: left;

  box-sizing: border-box;
}
.slide .slide-text p {
  position: relative;
  display: block;
  float: left;

  width: 100%;
  height: auto;
  padding: 0px;
  margin: 20px 0px;

  color: #212121;
}
.homeslider > .slide-selector {
  position: relative;
  display: inline-block;
  float: none;

  width: 72px;
  height: auto;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;

  box-sizing: border-box;
}
.homeslider > .slide-selector > .selector {
  position: relative;
  display: inline-block;
  float: left;

  width: 18px;
  height: 18px;
  padding: 2px;
  margin: 0px 3px;

  border: 1px solid grey;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.homeslider > .slide-selector > .selector.active {
  border-color: #60abde;
}
.homeslider > .slide-selector > .selector.active > .selector-background {
  position: relative;
  display: inline-block;
  float: left;

  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;

  background-color: #60abde;
  border-radius: 50%;
}
.window-link {
  position: relative;
  display: inline-block;
  float: none;

  margin: 0px;
  margin-top: 20px;

  color: grey;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;

  cursor: pointer;
}

/*	About Section	*/
.subText {
  font-size: 14px;
  font-family: opensans;
  line-height: 160%;
}
.footText {
  position: relative;
  display: block;
  float: center;

  bottom: 40px;
}
.footLink {
  color: #000;
  font-family: opensans-bold;
  text-decoration: none;
  border-bottom: 3pt solid;
}
.footLink:hover {
  color: #666;
}
.footer {
  position: relative;
  display: inline-block !important;
  float: left;
  width: 100% !important;
  padding-top: 0px !important;
}
.quarter {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}

.hidden {
  display: none !important;
}

/*About ipad fix*/
@media only screen and (max-height: 768px) {
  #BCAbout p {
    line-height: normal;
  }

  #BCAbout h1 {
    padding: 10px 0 15px;
  }

  #BCAbout .pattern-type {
    padding: 0;
  }

  #BCAbout .pattern-type p {
    margin-bottom: 0;
  }

  #BCAbout .pattern-type .pattern-img {
    margin-bottom: 20px;
  }

  #BCAbout .pattern-list-container {
    margin-bottom: 10px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .BCcontainer {
    width: 100%;
  }

  #BCAbout section.BCcontainer {
    width: 90%;
    min-width: 700px;
  }

  #BCAbout h1 {
    padding: 10px 0 15px;
  }

  #BCAbout .pattern-type {
    padding: 50px 0 0;
  }

  #BCAbout .pattern-type p {
    margin-bottom: 30px;
  }

  #BCAbout .pattern-type .pattern-img {
    margin-bottom: 40px;
  }

  #BCAbout .pattern-list-container {
    margin-bottom: 45px;
  }
}

@media all and (device-height: 768px) and (device-width: 1024px) and (orientation: landscape) {
  #BCAbout .BCcontainer {
    width: 100%;
  }

  #BCAbout h1 {
    padding: 10px 0 15px;
  }

  #BCAbout .pattern-type {
    padding: 0;
  }

  #BCAbout .pattern-type p {
    margin-bottom: 30px;
  }

  #BCAbout .pattern-type .pattern-img {
    margin-bottom: 40px;
  }

  #BCAbout .pattern-list-container {
    margin-bottom: 45px;
  }
}

/*Forgot Password*/

.login .forgot-pass-form input {
  width: 100%;
}
.login .content .forgot-pass-form {
  border-top: solid 2px #2f2f2f;
  margin-top: 0px;
  padding-top: 30px;
}
.login .content .forgot-pass-form .button {
  width: 480px;
}
h1.forgotpass {
  padding-top: 50px;
}

/*Reset Password*/

.login .content .reset-password {
  border-left: none;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.login .content .reset-password .button {
  width: 300px;
  margin-left: 0;
}

.close-additionalquestion-icon {
  position: relative;
  float: right;
  right: 0px;
  width: 18px;
  height: 18px;
  margin: 0px 0px !important;
  background: url("/Content/images/business-chemistry-sprite.png") no-repeat;
  background-position: -1129px 0;
}

/* Post Assessment Questions Popup*/
.post-assessment-description.text-center span {
  font-weight: bold;
}

.questions.text-center > ul.multi-select-question {
  display: inline-block;
  margin: auto;
  width: 70%;
  text-align: left;
}

@media all and (max-width: 1024px) {
  .questions.text-center > ul.multi-select-question {
    width: 100%;
  }
}

.questions.text-center > ul.single-select-question {
  display: inline-block;
  width: 70%;
}

@media all and (max-width: 1024px) {
  .questions.text-center > ul.single-select-question {
    width: 100%;
    margin-left: 0;
  }
}

.questions.text-center > ul > li {
  display: inline-block;
  height: auto;
  min-height: 45px;
  vertical-align: top;
}

.questions.text-center > ul.multi-select-question > li {
  width: 49%;
  margin-right: 1%;
}

.questions.text-center > ul.single-select-question > li {
  width: 25%;
}
#spanhelpPOPUP a {
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
  font-family: opensans;
  font-weight: bold;
  text-decoration: underline !important;
}

#spanhelpPOPUP a:hover,
a:active {
  color: #666;
  text-decoration: none;
  padding-bottom: 2px;
  font-family: opensans;
  font-weight: bold;
  text-decoration: underline !important;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1920px) {
  .hide.password-tooltip.password_tooltip_rytalign {
    left: 100% !important;
    width: 320px !important;
    top: -330px !important;
  }
}
@media only screen and (max-device-width: 2160px) and (min-device-width: 2560px) {
  .hide.password-tooltip.password_tooltip_rytalign {
    left: 95% !important;
    width: 320px !important;
    top: -330px !important;
  }
}

.welcomeTitle_Updt {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.btn-assessment-new,
.btn-assessment-new:active {
  margin-top: 20px !important;
  background-color: #000;
  color: #fff;
  width: 250px;
  float: left;
  font-family: opensans-bold;
  font-size: 14px;
  padding: 11px 0;
  text-align: center;
  text-decoration: none !important;
}
.btn-assessment-new:hover {
  background: #666 !important;
  width: 250px;
  padding: 11px 0;
  color: #fff !important;
}
.btn-assessment-new:focus {
  background: #666 !important;
  width: 250px;
  padding: 11px 0;
  color: #fff !important;
  outline: none !important;
}

.divider-line {
  padding: 0;
  border-bottom: 8px solid #000;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.drag_norank {
  margin: 0 !important;
  background: none !important;
}

.pull_left {
  float: left !important;
}
.width_rank {
  width: 12%;
  float: left;
}
.width_input {
  width: 85% !important;
  float: left;
}
.pad_adjust {
  padding-top: 28px;
  padding-bottom: 30px;
}

.option_background {
  background: #999999;
  border-radius: 10px;
  line-height: 36px;
  text-align: center;
  color: #fff !important;
}
.additionalQuestions .options .droppable div.draggable {
  padding: 0 !important;
  cursor: pointer;
}
.additionalQuestions .options .droppable {
  border: 1px solid rgba(85, 85, 85, 0.32);
}
.additionalQuestions .options .rankSet {
  padding-top: 10px;
  font-weight: lighter;
  color: #000;
}
.paddingadjust {
  padding: 0 5px;
}
.droppableback {
  background: rgba(0, 0, 0, 0.08);
  min-height: 38px !important;
}
.label-rank {
  float: left;
  padding-right: 10px;
  opacity: 0;
  display: none;
}
.label-norank {
  float: left;
  padding-right: 10px;
  opacity: 1 !important;
  display: block;
}
.staticHeader {
  height: 100px;
  float: left;
  margin-top: 40px;
  position: fixed;
  width: 784px;
  background: #fff;
  padding-top: 20px;
}
.bgLogoSmall {
  width: 84px;
  display: inline-block;
  float: left;
  display: inline-block;
}
section#BChunching.questioners {
  padding-top: 170px;
}
.moreInfoLink {
  float: right;
}
.moreInfoLink a {
  float: left;
  margin-left: 30px;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.app-title {
  text-align: left;
  font-size: 34px;
  float: left;
  font-family: openSans-bold;
  position: relative;
  top: 8px;
  left: 15px;
}

#BChunching h2.welcomeTitle {
  padding-top: 10px;
}

#BCchemistry h2.welcomeTitle,
#BChunching h2.welcomeTitle,
#BCchemistry h2.welcomeTitle,
#BChunching h2.welcomeTitle {
  font-size: 50pt;
  text-align: left;
  line-height: 54pt;
  padding-bottom: 40px;
  margin: 0px 0 30px;
  border-bottom: 8px solid #000;
  font-family: opensans-bold;
  background: transparent;
  clear: both;
  color: #2e3238;
}
@media (max-width: 768px) {
  .staticHeader {
    width: 755px;
  }
}
.modal-header-v5 {
  display: block !important;

  padding: 16px !important;
}
.modal-header-background-v5 {
  padding: 0 !important;
}

.modal-body-v5 {
  padding: 30px 40px !important;
}
.hunch-question__header-v5 {
  height: 100px !important;
}
.bgLogoSmall img {
  width: 84px;
  aspect-ratio: auto;
}
.app-title h1 {
  margin-top: 12px;
}
.hunch-reguser-text img {
  margin-bottom: 6px !important;
}
.user-name {
  margin-top: 8px !important;
}
.grande img {
  width: 84px;
  aspect-ratio: auto;
}

.do-dont-block-des ul,
.do-dont-block ul {
  margin-left: -20px !important;
}
#createHunch {
  height: 36px;
  width: 203px;
  text-decoration: none;
}
a {
  text-decoration: auto !important;
}
.pattern-list > li {
  height: 36px !important;
}
#footerArea {
  height: 60px !important;
  font-family: "opensans";
}
.modal-header-bth-v5 {
  border-bottom: 2px solid #ccc;
}
