div#screener {
  margin-left: 25px;
  font-size: 12px;
}

div#etf-filters h3 {
  margin-top: 10px;
}

input[type="radio"]  {
  margin: 5px 5px 5px 10px;
}

table#etfs{
  width: 100%;
  border-top: none;
}

table#etfs thead {
  border-left: 1px solid #005488;
  border-right: 1px solid #005488;
}

table#etfs thead th {
    cursor: pointer;
    background: #0069aa; /* Old browsers */
    background: -moz-linear-gradient(top,  #0069aa 0%, #005488 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0069aa), color-stop(100%,#005488)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0069aa 0%,#005488 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0069aa 0%,#005488 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0069aa 0%,#005488 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0069aa 0%,#005488 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069aa', endColorstr='#005488',GradientType=0 ); /* IE6-9 */
}

table#etfs tbody{
  overflow: auto;
}

table#etfs tbody td {
  text-align: center;
}

button.text_style_green{
  font: bold 15px 'Open Sans Condensed' Sans-Serif;
  color: #fff;
  text-shadow: 1px 1px 1px #6d931b;
}

/*.select2-search-choice-close{
  top:7px;
}*/

.select2-results .select2-result-label{
  font-size: 12px;
}

button.text_style_blue{
  font: bold 15px 'Open Sans Condensed' Sans-Serif;
  color: #fff;
  text-shadow: 1px 1px 1px #02588d;
  background-color: #1a9eef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a9eef), to(#0069aa));
  background-image: -webkit-linear-gradient(#1a9eef, #0069aa);
  background-image: -moz-linear-gradient(top, #1a9eef, #0069aa);
  background-image: -ms-linear-gradient(top, #1a9eef, #0069aa);
  background-image: -o-linear-gradient(top, #1a9eef, #0069aa);
  background-image: linear-gradient(top, #1a9eef, #0069aa);
}

span.text_style_blue{
  margin-top: 4px;
  margin-left: 90px;
  padding: 8px 13px 7px 13px;
  font: bold 15px 'Open Sans Condensed' Sans-Serif;
  color: #fff;
  text-shadow: 1px 1px 1px #02588d;
  border: 1px solid #3e76af;
  background-color: #1a9eef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a9eef), to(#0069aa));
  background-image: -webkit-linear-gradient(#1a9eef, #0069aa);
  background-image: -moz-linear-gradient(top, #1a9eef, #0069aa);
  background-image: -ms-linear-gradient(top, #1a9eef, #0069aa);
  background-image: -o-linear-gradient(top, #1a9eef, #0069aa);
  background-image: linear-gradient(top, #1a9eef, #0069aa);
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
  background: #ffffff;
}

.controls{
  width: 100%;
  padding: 0 5px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.well {
  min-height: 20px;
  padding: 11px;
  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);
}

.wrapper {
  background: white;
  border-radius: 10px;
  position: relative;
  z-index: 90;
}

.social-sharing * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .social-sharing {
    position: relative;
    float: left;
    width: 610px;
    height: 46px;
  }

  .social-sharing ul, .social-sharing li {
    padding-top: 7px;
    list-style: none;
    float: right;
    margin-left: 0px!important;
  }
  .social-sharing li {
    margin: 0 10px 0 0;
  }
  #screener .twitter-share-button{
    margin: 0px!important;
  }


.visible-etfs-label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8px;
  height: 30px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  color: #ffffff;
  font-family: 'Open Sans Condensed', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  border: 1px solid #005f99;
  border-bottom: 1px solid #005488;
  background: #1a9eef; /* Old browsers */
  background: -moz-linear-gradient(top,  #1a9eef 0%, #0069aa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a9eef), color-stop(100%,#0069aa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1a9eef 0%,#0069aa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1a9eef 0%,#0069aa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1a9eef 0%,#0069aa 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1a9eef 0%,#0069aa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a9eef', endColorstr='#0069aa',GradientType=0 ); /* IE6-9 */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.visible-etfs-label:after {
content: '';
display: block;
position: absolute;
right: 0;
bottom: -7px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 6px 0 0;
border-color: #004a77 transparent transparent
}

.headerCount {
  top: 8px;
}

.resultsCount {
  top: 12px;
  right: -7px;
}

.the-legend {
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 20px 0 5px 0;
}
.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow:  0px #000;
    -moz-box-shadow:  0px #000;
    box-shadow:  0px #000;
}

.structure-taxes {
  float: left;
  width: 100%;
  border: 1px solid #cccccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.radioRow {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#firstRadioRow {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#lastRadioRow {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

#dropdown-wrapper {
  float: left;
  width: 34%;
}

#dropdown-wrapper label {
  display: block;
  margin-bottom: 5px;
}

#s2id_autogen20 {
  margin-bottom: 10px;
}

*, * focus {
  outline: none;
  margin: 0;
  padding: 0;
}

/* ===== UI Slider ===== */

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 16px; height: 16px; background: url(../images/elements/ui/handle.png) no-repeat; border: none; cursor: pointer; }
.ui-slider .ui-slider-handle:hover { background-position: 0 -16px; }
.ui-slider .ui-slider-handle:active { background-position: 0 -32px; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; height: 6px; font-size: .7em; display: block; border: 1px solid #5ba8e1; box-shadow: 0 1px 0 #aad6f6 inset;  -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; background: #9bcff5; background: -moz-linear-gradient(top,  #9bcff5 0%, #84c4f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bcff5), color-stop(100%,#84c4f3)); background: -webkit-linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); background: -o-linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); background: -ms-linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); background: linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcff5', endColorstr='#84c4f3',GradientType=0 ); }
.ui-slider-horizontal { height: 4px; background: #eee; border: 1px solid #d5d5d5; box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset; -webkit-box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset; -moz-box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset; margin: 8px 0; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; }
.ui-slider-horizontal .ui-slider-handle { top: -6px; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: -1px; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { height: 100px; width: 4px; background: #eee; box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset; -webkit-box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset; -moz-box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset; border: 1px solid #d5d5d5; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;  }
.ui-slider-vertical .ui-slider-handle { left: -6px; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: -1px; width: 4px; background: #9bcff5; background: -moz-linear-gradient(top,  #9bcff5 0%, #84c4f3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bcff5), color-stop(100%,#84c4f3)); background: -webkit-linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); background: -o-linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); background: -ms-linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); background: linear-gradient(top,  #9bcff5 0%,#84c4f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcff5', endColorstr='#84c4f3',GradientType=0 ); }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
#eq span { height: 120px; float: left; margin-right: 30px; display: block; }
.slider-tip { opacity:1; bottom:120%; margin-left: -1.36em; }

.block {
  margin-top: 5px;
}

/* # Other classes
================================================== */

.close { float: right; font-size: 16px; line-height: 16px; color: #000000; opacity: 0.2; filter: alpha(opacity=20); }
.close:hover { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); }
button.close { padding: 0; cursor: pointer; background: transparent; border: 0; }

.pull-right { float: right; }
.pull-left { float: left; }
.hide { display: none; }
.show { display: block; }
.invisible { visibility: hidden; }
.typeahead { margin-top: -1px; }
.fade { 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; }
.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; }
.hidden { display: none; }


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

table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; }
.table { width: 100%; }
.table th, .table td { padding: 8px 12px; line-height: 20px; vertical-align: middle; border-top: 1px solid #e2e2e2; }
.table td { background: #fefefe; }
.table th { font-weight: bold;}
.table thead th { background-color: #f8f8f8; }

.table .checker { margin: 0; }
.table-checks tr td:first-child { width: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; }
.table-checks .row-checked td { background: #fffff7; }

.table-controls { margin: 0 -1px; }
.table-controls > li { display: inline-block; margin: 0 1px; }
.table-controls > li > .btn { padding: 4px; }
.table-controls > li > .btn > i { margin-left: 0; margin-right: 0; }
.table-controls > li > a > i { margin-right: 0; font-size: 14px; color: #555; }
.table-controls > li > a.btn > b, .table-controls > li > a > b { margin: 1px 0 -1px 0; font-size: 14px; color: #555; width: 1.1em; float: none; }

.table-footer {
  border-top: 1px solid #dddddd; padding: 8px 12px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top,  #fafafa 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%);
  background: linear-gradient(top,  #fafafa 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 );
}
.table-footer:after { content: ""; display: block; height: 0; clear: both; }
.table-footer .pagination { display: inline-block; float: right; margin: 6px 0; }
.table-footer .table-actions { display:block; margin: 6px 0; float: left; }
.table-footer .table-actions label { margin: 2px 12px 0 0; }

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; }
.table tbody + tbody { border-top: 2px solid #dddddd; }
.table-condensed th, .table-condensed td { padding: 4px 12px; }

.table-gradient tbody td { background: none; }
.table-gradient tbody tr {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
  background: linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}

.table-transparent, .table-transparent tbody td, .table-transparent thead th { background: none; border: none; }

.table-bordered { border: 1px solid #e2e2e2; border-collapse: separate; *border-collapse: collapse; border-left: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.table-bordered th, .table-bordered td { border-left: 1px solid #dddddd; }
.table .rowspan { border-left: 1px solid #e2e2e2!important; }

.table-block { border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.table-block tr:first-child th:first-child, .table-block tr td:first-child { border-left: none; }

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; }
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child { -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; }
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px;  }
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child { -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-left-radius: 2px; }
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; border-bottom-right-radius: 2px; }
.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: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; }
.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: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color:#f5f5f5; }
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th { background-color: #e8f5fb; font-weight: bold; }

.row-fluid table [class*=span] { display: table-cell; float: none; margin-left: 0; }

/* Color highlighting */

.table tbody tr.success td { background-color: #f0faec; }
.table tbody tr.error td { background-color: #fdf3f3; }
.table tbody tr.warning td { background-color: #FFFFF7; }
.table tbody tr.info td { background-color: #eef7fb; }
.table-hover tbody tr.success:hover td { background-color: #eaf9e4; }
.table-hover tbody tr.error:hover td { background-color: #fdefef; }
.table-hover tbody tr.warning:hover td { background-color: #fefeea; }
.table-hover tbody tr.info:hover td { background-color: #e8f5fb; }

/* # Navbar
================================================== */
.navbar { overflow: visible; color: #777777; *position: relative; *z-index: 2; }
.navbar-inner {
  width: 100%;
}
.navbar-inner:before, .navbar-inner:after { display: table; content: ""; line-height: 0; }
.navbar-inner:after { clear: both; }

.navbar .brand, .navbar h5, .navbar h6 { float: left; display: block; padding: 9px 14px; font-size: 14px; font-weight: bold; color: #5f5f5f; text-shadow: 0 1px 0 #ffffff; margin: 0; }
.navbar-inner > h5 > i, .navbar-inner > h6 > i { font-size: 14px; float: left; display: inline-block; line-height: 1; margin: 4px 10px 0 0; }
.navbar h6 { font-size: 12px; }
.navbar .brand:hover { text-decoration: none; }


/*===== Navbar elements =====*/

.navbar .progress { width: 40%; float: right; margin: 9px; }
.navbar .navbar-input { padding: 6px 7px; margin: 7px; width: 40%; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; }
.navbar .label, .navbar .badge { margin: 9px; }
.navbar .pick-a-date { margin: 7px; }
.navbar .pick-a-date > i { font-size: 16px; margin-right: 10px; float: left; margin-top: 3px; }
.navbar .pick-a-date input { padding: 6px 7px; margin-top: 0; height: auto; width: 100px; }
.navbar .pick-a-date .ui-datepicker-append { display: none; }
.navbar .checkbox, .navber .radio { margin: 9px 2px 0 2px; }
.navbar .checkbox .toggle-label, .navbar .radio .toggle-label { vertical-align: 7px; margin-right: 10px; margin-bottom: 0; }
.navbar .loading { margin: 9px 10px; }
.navbar .loading > span { float: left; display: block; margin-right: 10px; font-size: 11px; font-style: italic; color: #999; }
.navbar .loading > img { float: right; margin-top: 3px; }
.navbar .btn-group { margin: 6px; }
.navbar .btn { margin: 5px 5px 5px -4px; }
.navbar .btn-small { margin: 6px 5px 6px -4px; }
.navbar .btn:first-child { margin-left: 7px; }
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn { margin-top: 0; }
.nav-collapse.collapse { height: auto; }


/*===== Navbar form =====*/

.navbar-form { margin-bottom: 0; *zoom: 1; padding-top: 7px; padding-right: 7px; }
.navbar-form:before, .navbar-form:after { display: table; content: ""; line-height: 0; }
.navbar-form:after { clear: both; }
.navbar-form input[type=text], .navbar-form input[type=password] { height: 26px; padding: 7px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.navbar-form .btn { padding: 6px 13px 5px 13px; margin: 0 0 0 -4px; height: 26px; }
.navbar-form input, .navbar-form select, .navbar-form .btn { display: inline-block; }
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { margin-top: 3px; }
.navbar-form .input-append, .navbar-form .input-prepend { margin-top: 6px; white-space: nowrap; }
.navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; }
.navbar-form .btn { border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; }


/*===== Navbar navigation =====*/

.navbar .nav {
  position: relative;
  float: left;
  width: 100%;
}
.navbar .nav > li > a > i { margin-right: 0; }
.navbar .nav > li > a > i[class*="font-"] { font-size: 14px; vertical-align: -1px; }
.navbar .nav > li > a.just-icon { padding-left: 12px; padding-right: 12px; }
.navbar .nav > a.just-caret { padding: 9px 12px 9px 12px; border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; -moz-border-radius: 0 3px 0 0; }
.navbar .nav > a.just-caret > .caret { border-top-width: 5px; border-right-width: 5px; border-left-width: 5px; margin-top: 9px; }
.navbar .nav > li > a.just-caret { padding: 9px 12px 9px 12px; border-radius: 0; -moz-border-radius: 0; }
.navbar .nav > li > a.just-caret > .caret { border-top-width: 5px; border-right-width: 5px; border-left-width: 5px; margin-top: 9px; margin-left: 0; }
.navbar .nav > a { display: block; padding: 10px 12px 7px 12px; border-left: 1px solid #E2E2E2; cursor: pointer; }
.navbar .nav > a > .caret { border-top-color: #777; border-bottom-color: #777; border-top-width: 4px; border-right-width: 4px; border-left-width: 4px; }
.navbar .nav.open > a, .navbar .nav.open > a:hover { background: #fafafa; color: #999; }
.navbar .nav.open > a > .caret { border-top-color: #999; border-bottom-color: #999; }
.navbar .nav.pull-right { float: right; margin-right: 0; }
.navbar .nav > li {
  float: left;
  width: 70px;
  padding: 0 2px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar .nav > li > a { float: none; padding: 9px 14px; color: #5f5f5f; text-decoration: none; text-shadow: 0 1px 0 #ffffff; border-left: 1px solid #E2E2E2; }
.navbar .nav > li > a:hover, .navbar .nav > a:hover {

  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: -o-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);

}
.navbar .nav > li:last-child > a { border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; -moz-border-radius: 0 3px 0 0; }
.navbar .nav.left-nav > li:last-child > a { border-radius: 0; -moz-border-radius: 0; border-right: 1px solid #E2E2E2; }
.navbar .nav .dropdown-toggle .caret { margin-top: 10px; }
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  color: #0069aa;
  text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #999999; text-decoration: none; background-color: #fafafa; }

/* Tabs */

.navbar-tabs .navbar .nav > li > a:hover {
  background: #f6f6f6; /* Old browsers */
  background: -moz-linear-gradient(top,  #f6f6f6 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f6f6f6 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f6f6f6 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f6f6f6 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

[class^="well"] .navbar .nav > .active > a,
[class*=" well"] .navbar .nav > .active > a,
[class^="well"] .navbar .nav > .active > a:hover,
[class*=" well"] .navbar .nav > .active > a:hover
[class^="well"] .navbar .nav > .active > a:focus,
[class*=" well"] .navbar .nav > .active > a:focus,
.navbar-tabs .navbar .nav > li.active > a:hover {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 1px 0 #4dace7;
  border: 1px solid #005488;
  border-top-right-radius: 4px;
  border-bottom: none;
  background: #0088dd; /* Old browsers */
  background: -moz-linear-gradient(top,  #0088dd 0%, #0069aa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088dd), color-stop(100%,#0069aa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0088dd 0%,#0069aa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0088dd 0%,#0069aa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0088dd 0%,#0069aa 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0088dd 0%,#0069aa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088dd', endColorstr='#0069aa',GradientType=0 ); /* IE6-9 */
}

.navbar-tabs .navbar .nav > li.active {
  position: relative;
  z-index: 60;
}

[class^="well"] .navbar-inverse .nav > .active > a,
[class^="well"] .navbar-inverse .nav > .active > a:hover,
[class^="well"] .navbar-inverse .nav > .active > a:focus
{ box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background: #3f3f3f; color: #a5a5a5; }

/*===== Navbar dropdowns =====*/

.navbar .nav .dropdown-menu.pull-right:before, .navbar .nav .dropdown-menu:before { content: ''; display: inline-block; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.25); position: absolute; top: -5px; }
.navbar .nav .dropdown-menu.pull-right:after, .navbar .nav .dropdown-menu:after { content: ''; display: inline-block; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #ffffff; position: absolute; top: -4px; }
.navbar .nav .dropdown-menu.pull-right:before { right: 12px; left: auto; }
.navbar .nav .dropdown-menu.pull-right:after { right: 13px; left: auto; }
.navbar .nav .dropdown-menu:before { right: auto; left: 12px; }
.navbar .nav .dropdown-menu:after { right: auto; left: 13px; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { background-color: #fafafa; color: #999999; }
.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: #999; border-bottom-color: #999; }
.navbar .nav > li > .dropdown-menu.pull-right { left: auto; right: -1px; }
.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; }




/* # Nav, tabs, pills
================================================== */

.nav { margin-left: 0; list-style: none; }
.nav .divider { margin-top: 0; }
.nav > .disabled > a { color: #999999; }
.nav > .disabled > span { color: #999999; }
.nav > .disabled > a:hover { text-decoration: none; background-color: transparent; cursor: default; }
.nav > .disabled > span:hover { text-decoration: none; background-color: transparent; cursor: default; }
.nav > li > a { display: block; }
.nav > li > span { display: block; }
.nav > li > a:hover { background: #fbfbfb; color: #555; }
.nav > li > span:hover { background: #fbfbfb; color: #555; }
.nav > .pull-right { float: right; }
.nav-header { display: block; padding: 6px 15px 5px 15px; font-size: 11px; font-weight: bold; line-height: 20px; color: #777; text-transform: uppercase; background: #FAFAFA; border-bottom: 1px solid #e5e5e5; }
.nav-header:first-child { border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; }
.nav li + .nav-header { border-top: 1px solid #e5e5e5; }
.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: 6px 15px; }
.nav-list > .active > a, .nav-list > .active > a:hover { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; }
.nav-list [class^="icon-"] { margin-right: 2px; }
.nav-list .divider { *width: 100%; height: 0; margin: 0 -15px; *margin: -5px 0 5px; overflow: hidden; border-top: 0; border-bottom: 1px solid #e5e5e5; }

/*===== Tabs =====*/

.nav-tabs, .nav-pills { *zoom: 1; }
.nav-tabs { *zoom: }
.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.nav-stacked > li, .nav-pills.nav-stacked > li { float: none; }
.nav-tabs > li > a { font-size:10px; padding-right: 12px; padding-left: 12px; border-right: 1px solid #E1E1E1; line-height: 14px; }
.nav-tabs > li > span { padding-right: 12px; padding-left: 12px; border-right: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; line-height: 14px; }
.nav-tabs > li > a { padding: 8px 14px; line-height: 22px; }
.nav-tabs > li > span { padding: 8px 14px; line-height: 22px; }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: #999999; background: #fafafa; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: default; -webkit-box-shadow: 0 1px 0 #F1F1F1; -moz-box-shadow: 0 1px 0 #f1f1f1; box-shadow: 0 1px 0 #F1F1F1; }
.nav-tabs > .active > span, .nav-tabs > .active > span:hover { color: #999999; background: #fafafa; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: default; -webkit-box-shadow: 0 1px 0 #F1F1F1; -moz-box-shadow: 0 1px 0 #f1f1f1; box-shadow: 0 1px 0 #F1F1F1; }
.nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:hover {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: -o-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
  background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 );
}
.nav-tabs > li > span:hover, .tabs-left .nav-tabs > li > span:hover, .tabs-right .nav-tabs > li > span:hover {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: -o-linear-gradient(top, #fcfcfc, #f5f5f5);
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
  background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 );
}
.nav-stacked.nav-tabs > li > a:hover { background: #fbfbfb; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #555; }
.nav-tabs > .active:first-child > a, .nav-tabs > .active:first-child > a:hover, .nav-tabs > li:first-child > a { border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0; -moz-border-radius: 3px 0 0 0;  }

.tabs-stacked .open > a:hover { border-color: #999999; }
.tabbable { *zoom: 1; }
.tabbable:before, .tabbable:after { display: table; content: ""; line-height: 0; }
.tabbable:after { clear: both; }
.tab-content { overflow: auto; background: #fafafa; border: 1px solid #dadada; padding: 12px; border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; box-shadow: 0 1px 0 #fff inset, 0 1px 1px #ECECEC; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 1px #ECECEC; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 1px #ECECEC; }
.table-tabs .tab-content {
  padding: 0;
}
.navbar-tabs .tab-content {
  position: relative;
  z-index: 50;
  box-shadow: 0 -1px 0 #005488;
  background: none; border: none;
}
.navbar-tabs .nav-tabs { border: none; }
.navbar-tabs .navbar .nav > li > a {
  display: block;
  width: 100%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #cccccc;
  border-bottom: none;
  box-shadow: inset 0 1px 0 #ffffff;
  background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-tabs .navbar .nav > li.realtime-tab {
  width: 121px;
  padding: 0;
}

.toolbar-tabs .nav-tabs { border: none; }
.toolbar-tabs .tab-content { border: none; border-top: 1px solid #e1e1e1; }

/* Tabs below */

.tabs-below .tab-content { border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; }
.tabs-right .tab-content, .tabs-left .tab-content { background: none; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.tabs-below > .nav-tabs { border-top: 0; border-bottom: 1px solid #dadada; border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; box-shadow: 0 1px 1px #ECECEC; -webkit-box-shadow: 0 1px 1px #ECECEC; -moz-box-shadow: 0 1px 1px #ECECEC; }
.tabs-below .nav-tabs > .active > a, .tabs-below .nav-tabs > .active > a:hover { -webkit-box-shadow: 0 -1px 0 #F1F1F1; -moz-box-shadow: 0 -1px 0 #f1f1f1; box-shadow: 0 -1px 0 #F1F1F1; }
.tabs-below .nav-tabs > .active:first-child > a, .tabs-below .nav-tabs > .active:first-child > a:hover, .tabs-below .nav-tabs > li:first-child > a { border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; -moz-border-radius: 0 0 0 3px;  }


.tab-content > .tab-pane, .pill-content > .pill-pane { display: none; }
.tab-content > .active, .pill-content > .active { display: block; }

/* # Accordion, toggle
================================================== */

#assetClasses {
  float: left;
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 360px;
}

.boxAd {
  float: right;
  width: 300px;
  /*height: 250px;*/
}

.accordion-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion-heading {
  height: 31px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  background: #f5f5f5;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion-body { background: #FAFAFA; border-radius: 0 0 2px 2px; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; position: relative; }
.accordion-toggle { cursor: pointer; }
.accordion-inner { padding: 9px 15px; background: #eeeeee; box-shadow: inset 0 0 3px rgba(0,0,0,0.2);}
.accordion-heading a.accordion-toggle {
  display: inline-block;
  padding: 0 0 0 10px;
  line-height: 30px;
  border-left: 1px solid #e2e2e2;
  text-shadow: 0 1px 0 #ffffff;
  color: #0069AA;
}
.accordion-heading a.accordion-toggle:hover {color: #0069AA;}
.accordion-heading label {height: 29px; display: block;}
.accordion-heading input[type="radio"] {
  margin: 0 10px;
  padding: 0;
}
.accordion-heading b {margin-right: 10px; margin-top: 8px;}

#alternativesHeading {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#realEstateHeading {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

#realEstate .accordion-inner, #multiAsset .accordion-inner {
  box-shadow: 0 0 0;
  background: transparent;
}


/* === Dividers === */

.separator-doubled { padding: 0; height: 0; border: none; border-top: medium double #ccc; color: #333; text-align: center; margin-top: 15px; }
.separator-doubled:after { content: "§"; display: inline-block; position: relative; top: -10px; font-size: 14px; padding: 0 8px; color: #999;); }
.well .separator-doubled:after { background: #f5f5f5; }

/* # Buttons
================================================== */

.btn { font-size: 11px; color: #686868; font-weight: bold; display: inline-block; margin: 2px 0; line-height: 13px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; padding: 8px 13px 7px 13px; border: 1px solid #d5d5d5; box-shadow: inset 0 1px 1px rgba(255,255,255,0.2); -webkit-box-shadow:  inset 0 1px 1px rgba(255,255,255,0.2); -moz-box-shadow:  inset 0 1px 1px rgba(255,255,255,0.2);
  background: #fafafa;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
  background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
}
.btn-group .dropdown-menu { margin-top: -1px; }
.btn-group.dropup .dropdown-menu { margin-bottom: -1px; }
.sidebar .btn, .sidebar .btn:active { border: 1px solid #3A3A3A; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 1px #686868, 0 1px 1px rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 1px #686868, 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px #686868, 0 1px 1px rgba(255, 255, 255, 0.2) inset; }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { outline: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
.btn:first-child { *margin-left: 0; }
.btn:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.btn-warning:hover, .btn-success:hover, .btn-primary:hover, .btn-info:hover, .btn-danger:hover, .btn-inverse:hover { color: #fff; }
.btn.active, .btn:active, .btn-group.open .btn.dropdown-toggle { background: #f5f5f5; color: #fff; border: 1px solid #d5d5d5; box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset; }
.btn.active > .caret, .btn:active > .caret, .btn-group.open .btn.dropdown-toggle > .caret { border-top-color: #fff; border-bottom-color: #fff; }
.btn.disabled, .btn[disabled] { cursor: default; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

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-group.open .btn-link.dropdown-toggle > .caret, .btn-link:active > .caret, .btn-link > .caret { border-top-color: #327394; border-bottom-color: #327394; }
.dd-caret { margin-left: 5px; margin-right: -2px; } /* Correction margin for button dropdown */


/*===== Button sizes =====*/

.btn-large { padding: 8px 14px; font-size: 14px; line-height: normal; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.btn-large [class^="icon-"] { margin-top: 1px; }
.btn-small { padding: 7px 12px 6px 12px; line-height: 13px;}
.btn-small [class^="icon-"] { margin-top: -1px; }
.btn-mini { padding: 6px 10px 5px 10px; font-size: 11px; line-height: 13px; border-radius: 0; -moz-border-radius: 0; }
.btn-block { display: block; width: 100%; text-align: center; padding-left: 0; padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-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 { box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }


/*===== General button classes =====*/

.btn-primary { color: #fff; border: 1px solid #3e76af;
  background: #4786b8;
  background: -moz-linear-gradient(top,  #5ba5cb 0%, #3a70ab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab));
  background: -webkit-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
  background: -o-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
  background: -ms-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
  background: linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
}
.btn-primary:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.btn-primary:active, .btn-primary.active, .btn-group.open .btn-primary.dropdown-toggle { background: #4786b8;  border-color: #3e76af; }


.btn-warning { color: #fff; border: 1px solid #c4853e;
  background: #ca8e40;
  background: -moz-linear-gradient(top,  #d5a44c 0%, #c07833 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5a44c), color-stop(100%,#c07833));
  background: -webkit-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
  background: -o-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
  background: -ms-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
  background: linear-gradient(top,  #d5a44c 0%,#c07833 100%);
}
.btn-warning:active, .btn-warning.active, .btn-group.open .btn-warning.dropdown-toggle { background: #ca8e40; border-color: #c4853e; }


.btn-danger { color: #fff; border: 1px solid #a95151;
  background: #b15e5e;
  background: -moz-linear-gradient(top,  #c57979 0%, #a34c4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
  background: -webkit-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
  background: -o-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
  background: -ms-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
  background: linear-gradient(top,  #c57979 0%,#a34c4c 100%);
}
.btn-danger:active, .btn-danger.active, .btn-group.open .btn-danger.dropdown-toggle { background: #b15e5e; border-color: #a95151; }


.btn-success { color: #fff; border: 1px solid #68a341;
  background: #74aa49;
  background: -moz-linear-gradient(top,  #96c161 0%, #609c3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
  background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
  background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
  background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
  background: linear-gradient(top, #96c161 0%,#609c3d 100%);
}
.btn-success:active, .btn-success.active, .btn-group.open .btn-success.dropdown-toggle { background: #74aa49; border-color: #68a341; }


.btn-info { color: #fff; border: 1px solid #5897c3;
  background: #559cc7;
  background: -moz-linear-gradient(top,  #6db5d5 0%, #4a91c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db5d5), color-stop(100%,#4a91c0));
  background: -webkit-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
  background: -o-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
  background: -ms-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
  background: linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
}
.btn-info:active, .btn-info.active, .btn-group.open .btn-info.dropdown-toggle { background: #559cc7; border-color: #5897c3; }


.btn-inverse { color: #ffffff; border: 1px solid #4e4e4e;
  background: #484848;
  background: -moz-linear-gradient(top, #555555, #444444);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
  background: -webkit-linear-gradient(top, #555555, #444444);
  background: -o-linear-gradient(top, #555555, #444444);
  background: linear-gradient(to bottom, #555555, #444444);
}
.btn-inverse:active, .btn-inverse.active, .btn-group.open .btn-inverse.dropdown-toggle { background: #484848; }


.btn-link, .btn-link:active, .btn-link[disabled], .btn-group.open .btn-link.dropdown-toggle { background-color: transparent; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none; border: none; box-shadow: none; color: #327394; }
.btn-link { border: none; cursor: pointer; color: #327394; }
.btn-link:hover { color: #327394; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover { color: #333333; text-decoration: none; }
.btn-link:active { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }


/*===== Button group =====*/

.btn-group { position: relative; font-size: 0; vertical-align: middle; white-space: nowrap; *margin-left: .3em; display: inline-block; }
.btn-group:first-child { *margin-left: 0; }
.btn-group + .btn-group { margin-left: 5px; }
.btn-toolbar { font-size: 0; }
.btn-toolbar .btn-group { display: inline-block; *display: inline; *zoom: 1; }
.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 { font-size: 11px; }
.btn-group > .btn-mini { font-size: 11px; }
.btn-group > .btn-small { font-size: 12px; }
.btn-group > .btn-large { font-size: 14px; }
.btn-group > .btn:first-child { margin-left: 0; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-left-radius: 2px; }
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; border-bottom-right-radius: 2px; }
.btn-group > .btn.large:first-child { margin-left: 0; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-left-radius: 2px; }
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; border-bottom-right-radius: 2px; }
.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; *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-vertical { display: inline-block; *display: inline; *zoom: 1; }
.btn-group-vertical .btn { display: block; float: none; width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin-top: 0; margin-bottom: 0; }
.btn-group-vertical .btn + .btn { margin-left: 0; margin-top: -1px; }
.btn-group-vertical .btn:first-child { -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }
.btn-group-vertical .btn:last-child { -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
.btn-group-vertical .btn-large:first-child { -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }
.btn-group-vertical .btn-large:last-child { -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }


/*===== Button caret =====*/

.btn .caret { margin-top: 5px; }
.btn-mini .caret, .btn-small .caret, .btn-large .caret { margin-top: 6px; }
.btn-large .caret { border-left-width: 5px; border-right-width: 5px; border-top-width: 5px; }
.dropup .btn-large .caret { border-bottom: 5px solid #000000; border-top: 0; }
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; }
.dropup .btn-primary .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret, .dropup .btn-success .caret, .dropup .btn-inverse .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; }

/*===== Labels, badges =====*/

.badge, .label { color: #ffffff; display: inline-block; font-weight: bold; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5f5f5f; box-shadow: inset 0 0 3px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2); border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-size: 11px; font-weight: bold; padding: 5px 7px 4px 7px; line-height: 13px; }
label.valid { display: inline-block; }
label.error { margin-top: 4px; font-size: 11px; display: inline-block; white-space: nowrap; color: #b94a48; }
a.label:hover, a.badge:hover { color: #ffffff; text-decoration: none; cursor: pointer; }
.label-important, .badge-important { background-color: #c95454; }
.label-important[href], .badge-important[href] { background-color: #953b39; }
.label-warning, .badge-warning { background-color: #d17d10; }
.label-warning[href], .badge-warning[href] { background-color: #c67605; }
.label-success, .badge-success { background-color: #7aa745; }
.label-success[href], .badge-success[href] { background-color: #356635;}
.label-info, .badge-info { background-color: #589fc4; }
.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; }



/* # Icons (Glyphicons)
================================================== */

[class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; *margin-right: .3em; line-height: 14px; vertical-align: -2px; background-image: url("../images/sprites/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; }
.btn b { float: left; display: block; margin-top: -1px; margin-right: 5px; }

/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.btn-primary > [class^="icon-"],
.btn-primary > [class*=" icon-"],
.btn-info > [class^="icon-"],
.btn-info > [class*=" icon-"],
.btn-success > [class^="icon-"],
.btn-success > [class*=" icon-"],
.btn-danger > [class^="icon-"],
.btn-danger > [class*=" icon-"],
.btn-warning > [class^="icon-"],
.btn-warning > [class*=" icon-"],
.btn-inverse > [class^="icon-"],
.btn-inverse > [class*=" icon-"],
.btn:active > [class^="icon-"],
.btn:active > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"]
{ background-image: url("../images/sprites/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; }
.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; }

/*===== Fluid grid =====*/

.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%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; float: left; margin-left: 2.127659574468085%; *margin-left: 2.074468085106383%; }
.row-fluid [class*="span"]:first-child { margin-left: 0; }
.row-fluid .span12 { width: 100%; *width: 99.94680851063829%; }
.row-fluid .span11 { width: 91.48936170212765%; *width: 91.43617021276594%; }
.row-fluid .span10 { width: 82.97872340425532%; *width: 82.92553191489361%; }
.row-fluid .span9 { width: 74.46808510638297%; *width: 74.41489361702126%; }
.row-fluid .span8 { width: 65.95744680851064%; *width: 65.90425531914893%; }
.row-fluid .span7 { width: 57.44680851063829%; *width: 57.39361702127659%; }
.row-fluid .span6 { width: 48.93617021276595%; *width: 48.88297872340425%; }
.row-fluid .span5 { width: 40.42553191489362%; *width: 40.37234042553192%; }
.row-fluid .span4 { width: 31.914893617021278%; *width: 31.861702127659576%; }
.row-fluid .span3 { width: 23.404255319148934%; *width: 23.351063829787233%; }
.row-fluid .span2 { width: 14.893617021276595%; *width: 14.840425531914894%; }
.row-fluid .span1 { width: 6.382978723404255%; *width: 6.329787234042553%; }
.row-fluid .offset12 { margin-left: 104.25531914893617%; *margin-left: 104.14893617021275%; }
.row-fluid .offset12:first-child { margin-left: 102.12765957446808%; *margin-left: 102.02127659574467%; }
.row-fluid .offset11 { margin-left: 95.74468085106382%; *margin-left: 95.6382978723404%; }
.row-fluid .offset11:first-child { margin-left: 93.61702127659574%; *margin-left: 93.51063829787232%; }
.row-fluid .offset10 { margin-left: 87.23404255319149%; *margin-left: 87.12765957446807%; }
.row-fluid .offset10:first-child { margin-left: 85.1063829787234%; *margin-left: 84.99999999999999%; }
.row-fluid .offset9 { margin-left: 78.72340425531914%; *margin-left: 78.61702127659572%; }
.row-fluid .offset9:first-child { margin-left: 76.59574468085106%; *margin-left: 76.48936170212764%; }
.row-fluid .offset8 { margin-left: 70.2127659574468%; *margin-left: 70.10638297872339%; }
.row-fluid .offset8:first-child { margin-left: 68.08510638297872%; *margin-left: 67.9787234042553%; }
.row-fluid .offset7 { margin-left: 61.70212765957446%; *margin-left: 61.59574468085106%; }
.row-fluid .offset7:first-child { margin-left: 59.574468085106375%; *margin-left: 59.46808510638297%; }
.row-fluid .offset6 { margin-left: 53.191489361702125%; *margin-left: 53.085106382978715%; }
.row-fluid .offset6:first-child { margin-left: 51.063829787234035%; *margin-left: 50.95744680851063%; }
.row-fluid .offset5 { margin-left: 44.68085106382979%; *margin-left: 44.57446808510638%; }
.row-fluid .offset5:first-child { margin-left: 42.5531914893617%; *margin-left: 42.4468085106383%; }
.row-fluid .offset4 { margin-left: 36.170212765957444%; *margin-left: 36.06382978723405%; }
.row-fluid .offset4:first-child { margin-left: 34.04255319148936%; *margin-left: 33.93617021276596%; }
.row-fluid .offset3 { margin-left: 27.659574468085104%; *margin-left: 27.5531914893617%; }
.row-fluid .offset3:first-child { margin-left: 25.53191489361702%; *margin-left: 25.425531914893618%; }
.row-fluid .offset2 { margin-left: 19.148936170212764%; *margin-left: 19.04255319148936%; }
.row-fluid .offset2:first-child { margin-left: 17.02127659574468%; *margin-left: 16.914893617021278%; }
.row-fluid .offset1 { margin-left: 10.638297872340425%; *margin-left: 10.53191489361702%; }
.row-fluid .offset1:first-child { margin-left: 8.51063829787234%; *margin-left: 8.404255319148938%; }
.row-fluid [class*="span"].pull-right { float: right; }

/* Extra styles for the select2 where there is subcategories */
.select2-result-label span.parent {
  font-size: 13px;
  font-weight: bold;
}

.select2-search-choice span.parent {
  font-size: 13px;
  font-weight: bold;
}

.select2-result-label span.child {
  margin-left: 8px;
  font-style: italic;
}

/* UI Tweaks */

.screenerMasthead {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 0 0 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #bcbcbc;
  border-bottom: 1px solid #a2a2a2;
  background: #d5d5d5; /* Old browsers */
  background: -moz-linear-gradient(top,  #d5d5d5 0%, #bcbcbc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d5d5d5 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d5d5d5 0%,#bcbcbc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d5d5d5 0%,#bcbcbc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d5d5d5 0%,#bcbcbc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.screenerLogo {
  display: inline-block;
  font-family: 'Open Sans Condensed', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 46px;
  font-weight: normal;
  color: #3c3c3c;
  text-shadow: 0 1px 0 #f5f5f5;
}

#etf-filters {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #ffffff;
}

#show_hide_filters, #reset_filters {
  display: block;
  overflow: visible;
  position: absolute;
  top: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 0 #ffffff;
  border-radius: 4px;
  text-shadow: 0 1px 0 #ffffff;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#show_hide_filters {
  right: 130px;
}

#show_hide_filters:hover {
  background: #ffffff;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 1px rgba(0,0,0,0.1);
}

#reset_filters {
  right: 0;
  padding: 0 6px 0 30px;
  background: url("../images/refreshIcon.png") no-repeat 6px 6px;
}

#reset_filters:hover {
  background: #ffffff url("../images/refreshIcon.png") no-repeat 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 1px rgba(0,0,0,0.1);
}

.filterFieldset {
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
  background: #eeeeee;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filterSliders {}

.filterSection {}

.filtersHeader, .primaryFilterHeader, .filterSectionHeader {
  font-weight: 300;
  font-size: 16px;
  color: #0069AA;
  text-shadow: 0 1px 0 #ffffff;
  margin-bottom: 6px;
}

.primaryFilterHeader {
  margin-bottom: 6px;
  font-size: 14px;
}

.structureWrapper {
  padding: 6px 0 0;
}

.filtersHeader, .etfResultsHeader {
  display: inline-block;
  font-family: 'Open Sans Condensed', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #565656;
  text-shadow: 0 1px 0 #ffffff;
}

.filterSectionWell {
  padding: 0;
  border: 1px solid #cccccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.filterSliderWrapper {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dddddd;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#expense-ratio-range-filter, #ytd-performance-range-filter, #beta-range-filter {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#dividend-yield-range-filter, #five-year-performance-range-filter, #average-volume-range-filter {
  border-bottom: none;
}

.sliderHeader, .radioHeader, .dropdownHeader {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
  margin: 0 0 6px 0;
}

.dropdownHeader {
  font-weight: normal;
}

.slider-range {
  position: relative;
}

.rangeAmount {
  color: #666666;
}

.rangeAmountMax {
  position: absolute;
  top: 0;
  right: 0;
}

.etfResultsMasthead{
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
}

#signupButton {
  margin: 0;
  position: absolute;
  top: 0;
  right: 70px;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 12px;

  overflow: visible; /* IE 7 hack to prevent button stretching */
}

input.firstPrimaryRadio {
  margin: 0 5px 0 0;
}

input.primaryRadio {
  margin: 0 5px 0 10px;
}

.radioColumn {
  position: relative;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.radioColumn .filter {
  width: 100%;
}

#more_filters {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.dropdownFilters {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 3px rgba(0,0,0,0.2), inset 0 1px 0 #ffffff;
  background: #f5f5f5;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdownColumn {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#etf-results {
  position: relative;
}

.select2-container-multi .select2-choices {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 0 #ffffff;
  border-radius: 4px;
}

.screenerActionButtons {
  float: right;
  margin: 0 60px 0 0;
}

.screenerActionButtons form {
  float: left;
}

button.download_to_excel, button.download_to_csv {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  padding: 0 6px;
  margin: 0 10px 0 0;
}

.allFiltersWrapper {
  position: relative;
  width: 100%;
}

/* Dropdown Styles */

.accordion-inner .filter, .select2-container, .sub-category-types {
  width: 100%;
}

.select2-container-multi .select2-choices .select2-search-field input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 7px 0 0 5px;
}

/* Reset Styles */

input::-moz-focus-inner {
  margin: 0;
  padding: 0;
} /* Strips off extra space that Firefox adds to inputs */

/* Clickable Locks */
td.pro a img {
  width: 12px;
  height: 12px;
}

/* Prevent the screener table from overflowing */
#etfs .static.name{
  width: 110px;
}

/* Makes the entire pro td clickable */
#etfs td{
  padding: 3px 6px;
  vertical-align: middle;
  overflow: hidden;
}
#etfs td.pro a{
  display: block;
  margin: -10em;
  padding: 10em;
}
