@charset "UTF-8";
@media all {
  * {
    margin: 0;
    padding: 0;
  }
  option {
    padding-left: 0.4em;
  }
  select {
    padding: 1px;
  }
  * html body * {
    overflow: visible;
  }
  * html iframe,
  * html frame {
    overflow: auto;
  }
  * html frameset {
    overflow: hidden;
  }
  html {
    height: 100%;
    margin-bottom: 1px;
  }
  body {
    font-size: 100.01%;
    color: #000;
    background: #fff;
    text-align: left;
  }
  fieldset,
  img {
    border: 0 solid;
  }
  ul,
  ol,
  dl {
    margin: 0 0 1em 1em;
  }
  li {
    line-height: 1.5em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1em 0.8em;
  }
  blockquote {
    margin: 0 0 1em 0.8em;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
  }
}
/*	OUR MIXINS  */
.radius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radius-top {
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*
	MIXINS FROM TWITTER BOOTSTRAP
*/
/* Preboot.less
 * Variables and mixins to pre-ignite any new web development project
 * ------------------------------------------------------------------ */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.page_margins {
  width: 980px;
  margin: 0 auto;
  zoom: 1;
  margin-bottom: 18px;
  *zoom: 1;
}
.page_margins:before,
.page_margins:after {
  display: table;
  content: "";
}
.page_margins:after {
  clear: both;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success,
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info,
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
@media all {
  #header {
    position: relative;
  }
  #topnav {
    text-align: right;
  }
  #header #topnav {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #header,
  #nav,
  #main,
  #footer {
    clear: both;
  }
  #col1 {
    float: left;
    width: 200px;
  }
  #col2 {
    float: right;
    width: 200px;
  }
  #col3 {
    width: auto;
    margin: 0 200px;
  }
  #col1_content,
  #col2_content,
  #col3_content {
    position: relative;
  }
  .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    display: block;
  }
  .floatbox {
    overflow: hidden;
  }
  #ie_clearing {
    display: none;
  }
  .subcolumns {
    width: 100%;
    overflow: hidden;
  }
  .subcolumns_oldgecko {
    width: 100%;
    float: left;
  }
  .c50l,
  .c22l,
  .c25l,
  c30l,
  .c33l,
  .c38l,
  .c56l,
  .c66l,
  .c75l,
  .c62l,
  .c70l {
    float: left;
  }
  .c50r,
  .c22r,
  .c25r,
  .c33r,
  .c38r,
  .c56r,
  .c66r,
  .c75r,
  .c62r,
  .c30r {
    float: right;
    margin-left: -5px;
  }
  .c22l,
  .c22r {
    width: 22%;
  }
  .c25l,
  .c25r {
    width: 25%;
  }
  .c33l,
  .c33r {
    width: 33.333%;
  }
  .c50l,
  .c50r {
    width: 50%;
  }
  .c56l,
  .c56r {
    width: 56%;
  }
  .c66l,
  .c66r {
    width: 66.666%;
  }
  .c75l,
  .c75r {
    width: 75%;
  }
  .c38l,
  .c38r {
    width: 38.2%;
  }
  .c62l,
  .c62r {
    width: 61.8%;
  }
  .c70l,
  .c70r {
    width: 69%;
  }
  .c30l,
  .c30r {
    width: 31%;
  }
  .subc {
    padding: 0 0.5em;
  }
  .subcl {
    padding: 0 1em 0 0;
  }
  .subcr {
    padding: 0 0 0 1em;
  }
  .equalize,
  .equalize .subcolumns {
    overflow: visible;
    display: table;
    table-layout: fixed;
  }
  .equalize .c50l,
  .equalize .c25l,
  .equalize .c33l,
  .equalize .c38l,
  .equalize .c66l,
  .equalize .c75l,
  .equalize .c62l,
  .equalize .c50r,
  .equalize .c25r,
  .equalize .c33r,
  .equalize .c38r,
  .equalize .c66r,
  .equalize .c75r,
  .equalize .c62r,
  .equalize .c70r,
  .equalize .c70l,
  .equalize .c30r,
  .equalize .c30l {
    display: table-cell;
    vertical-align: top;
    float: none;
    margin: 0;
    overflow: hidden;
  }
  .skip,
  .hideme,
  .print,
  dfn {
    position: absolute;
    left: -1000em;
    top: -1000em;
  }
  .skip:focus,
  .skip:active {
    position: static;
    left: 0;
    top: 0;
  }
}
@media screen, projection {
  body {
    text-align: left;
    padding: 0px;
  }
  #main {
    padding: 0 0;
  }
  #col1 {
    float: left;
    width: 161px;
  }
  #col2 {
    float: left;
    width: 507px;
  }
  #col3 {
    width: auto;
    margin: 0 0 0 668px;
  }
  #col1_content {
    padding: 1px 0px 0px 10px;
    z-index: 0;
  }
  #col2_content {
    padding: 1px 20px 0px 10px;
    z-index: 2;
  }
  #col3_content {
    padding: 1px 10px 0px 0px;
    z-index: 1;
  }
  .hidecol1 #col2 {
    width: 668px;
  }
  .hideboth #col1,
  .hideboth #col2,
  .hidecol1 #col1,
  .hidecol2 #col2 {
    display: none;
  }
  .hideboth #col3 {
    margin: 0px;
  }
  .hidetop #top {
    display: none;
  }
  .hidecol2 #col3 {
    margin-left: 171px;
    margin-right: 0;
  }
  .hidecol2 #col3_content {
    padding: 1px 10px 0px 10px;
  }
  .hideboth #col3_content {
    margin-left: 0;
    margin-right: 0;
    padding: 0px 10px;
  }
  .page_margins {
    width: auto;
    min-width: 980px;
    max-width: 980px;
    margin: 0 auto;
  }
  #container {
    padding-top: 43px;
  }
  /* @group Adverts */
  .Leaderboard {
    width: 728px;
    height: 90px;
  }
  .BigSquare {
    width: 300px;
    height: 250px;
  }
  .Banner {
    width: 468px;
    height: 60px;
  }
  .MediumSquare {
    width: 250px;
    height: 250px;
  }
  .Rectangle {
    width: 300px;
    height: 100px;
  }
  .BigSkyscraper {
    width: 160px;
    height: 600px;
  }
  /* @end */
}
/* Hack for the datatables.js API - */
.ui-helper-clearfix {
  clear: none;
  overflow: hidden;
}
/*@media all {*/
/* @group Content Styling */
html * {
  font-size: 100.01%;
}
textarea,
code,
kbd,
samp,
var,
tt {
  font-family: Arial, Helvetica, sans-serif;
}
/*'Proxima Nova', 'Helvetica Neue',*/
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 75.00%;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #333333;
  margin: 0 0 0.25em 0;
}
h1 {
  font-size: 250%;
  font-weight: bold;
  margin: 0.5em 0 0.5em 0;
}
h2 {
  font-size: 150%;
  font-weight: bold;
}
/*Bit more margin in nodes*/
#node-body h2 {
  margin-top: 2em;
}
#node-body h3 {
  margin-top: 1.5em;
}
#node-body h4 {
  margin-top: 1em;
}
#node-body p {
  line-height: 170%;
  font-size: 14px;
  margin-bottom: 2em;
}
#node-body li {
  line-height: 1.6;
}
#node-body ul,
#node-body ol {
  margin-bottom: 2em;
}
#comments,
#node-comments {
  font-size: 1.1em;
  line-height: 1.6;
}
h3 {
  font-size: 133.33%;
  font-weight: bold;
}
h4 {
  font-size: 116.67%;
  font-weight: bold;
}
h5 {
  font-size: 100%;
}
h2 .small {
  font-weight: normal;
  font-size: .7em;
  margin-top: 5px;
}
/* font sizes */
.s250 {
  font-size: 250%;
}
.s200 {
  font-size: 200%;
}
.s180 {
  font-size: 180%;
}
.s150 {
  font-size: 150%;
}
.s133 {
  font-size: 133%;
}
.s116 {
  font-size: 116%;
}
.s90 {
  font-size: 90%;
}
.s80 {
  font-size: 80%;
}
.s10 {
  font-size: 10px;
  vertical-align: middle;
}
ul,
ol,
dl {
  /*		line-height: 1.5em;
*/
  margin: 0 0 0 1em;
}
ul li {
  list-style-type: disc;
}
ul ul li {
  list-style-type: circle;
}
ol li {
  list-style-type: decimal;
}
ol ol li {
  list-style-type: lower-latin;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em 0.8em;
}
p {
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
div.p {
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
p span {
  margin-right: 5px;
}
small {
  font-size: .8em;
}
dog {
  background-color: black;
}
span.in_h1 {
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
blockquote {
  background: #f5f5f5 url(../../images/icons/quote.png) 5px top no-repeat;
  margin: 5px 20px 10px;
  padding: 5px 40px;
  color: #555555;
  font-style: italic;
  border-left: 5px solid #dddddd;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
kbd,
samp,
var {
  color: #666;
}
var {
  font-style: italic;
}
acronym,
abbr {
  font-variant: small-caps;
  letter-spacing: .07em;
}
sub,
sup {
  font-size: 91.6667%;
}
hr {
  background: transparent;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
  border: 0;
  border-bottom: 1px #dddddd solid;
}
a {
  color: #5888cf;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
/*4D87C7 4e70db*/
/*036*/
a.dimmed:visited,
.dimmed a,
.dimmed a:visited {
  color: #777777;
}
.anchor {
  color: #5888cf;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}
a span {
  cursor: pointer;
}
/*ie hack*/
a:focus,
a:hover,
.dimmed a:hover,
a:active {
  color: #182eaa;
  text-decoration: underline;
}
/* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
.topbar {
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  overflow: visible;
  /*  font-size:13px;*/

}
.topbar a {
  color: #808080;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.topbar h3 a:hover,
.topbar .brand:hover,
.topbar ul .active > a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.topbar h3 {
  position: relative;
}
.topbar h3 a,
.topbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  /*    margin-left: -20px; // negative indent to left-align the text down the page*/

  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}
.topbar #logo {
  background: url(https://assets.stockopedia.com/redesign/logo.png) center left no-repeat;
  display: block;
  width: 180px;
  height: 28px;
}
.topbar p {
  margin: 0;
  line-height: 40px;
}
.topbar p a:hover {
  background-color: transparent;
  color: #ffffff;
}
.topbar form {
  float: left;
  margin: 4px 0 0 0px;
  position: relative;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.topbar form.pull-right {
  float: right;
}
.topbar input {
  background-color: #fff !important;
  /*    background-color: rgba(255,255,255,.3);*/

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 7px 9px;
  color: #808080;
  /*    color: rgba(255,255,255,.75);*/

  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.topbar input:-moz-placeholder {
  color: #808080;
}
.topbar input::-webkit-input-placeholder {
  color: #808080;
}
.topbar input:focus,
.topbar input.focused {
  outline: 0;
  color: #404040;
  border: 1px solid #5888cf;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.topbar-inner,
.topbar .fill {
  background-color: #333;
}
.topbar div > ul,
.nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
}
.topbar div > ul > li,
.nav > li {
  display: block;
  float: left;
}
.topbar div > ul .btn,
.nav .btn {
  padding: 5px 11px !important;
  margin-top: 4px !important;
  font-size: 15px !important;
}
.topbar div > ul a,
.nav a {
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
}
.topbar div > ul a:hover,
.nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar div > ul .active > a,
.nav .active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar div > ul.secondary-nav,
.nav.secondary-nav {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.topbar div > ul.secondary-nav .menu-dropdown,
.nav.secondary-nav .menu-dropdown,
.topbar div > ul.secondary-nav .dropdown-menu,
.nav.secondary-nav .dropdown-menu {
  right: 0;
  border: 0;
}
.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
  background: #444;
  background: transparent;
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
  background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
  background: #444;
  background: transparent;
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
  color: #ccc;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
  background-color: #222;
  border-color: #444;
}
.topbar ul .menu-dropdown li a,
.topbar ul .dropdown-menu li a {
  padding: 4px 15px;
}
li.menu,
.dropdown {
  position: relative;
}
/*a.menu:after,
.dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid @white;
  .opacity(50);
}*/
.menu-dropdown,
.dropdown-menu {
  background-color: #ffffff;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  min-width: 200px;
  max-width: 240px;
  _width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-dropdown li,
.dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.menu-dropdown .divider,
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #ffffff;
}
.topbar .dropdown-menu a,
.dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #808080;
  text-shadow: 0 1px 0 #ffffff;
}
.topbar .dropdown-menu a:hover,
.dropdown-menu a:hover,
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  color: #404040;
  text-decoration: none;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.tabs,
.pills {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
  margin-bottom: 18px;
  *zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
}
.tabs:after,
.pills:after {
  clear: both;
}
.tabs > li,
.pills > li {
  float: left;
}
.tabs > li > a,
.pills > li > a {
  display: block;
}
.tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a,
.tabs .active > a:hover {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs li {
  list-style-type: none;
}
.tabs .menu-dropdown,
.tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after,
.tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu,
.tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after,
.tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #049cdb;
}
.pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.pills-vertical > li {
  float: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.hero-unit {
  background-color: #f5f5f5;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
footer {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eee;
}
.page-header {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header h1 {
  margin-bottom: 8px;
}
.alert-message,
.message {
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message h5,
.message h5 {
  line-height: 18px;
}
.alert-message p,
.message p {
  margin-bottom: 0;
}
.alert-message div,
.message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn,
.message .btn {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close,
.message .close {
  float: right;
  margin-top: -2px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.alert-message .close:hover,
.message .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message.block-message,
.message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -moz-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message p,
.message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message .alert-actions,
.message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error,
.message.block-message.error,
.alert-message.block-message.success,
.message.block-message.success,
.alert-message.block-message.info,
.message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error,
.message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success,
.message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info,
.message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.pagination {
  height: 36px;
  margin: 0px;
}
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 9px;
  line-height: 34px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */

  text-decoration: none;
}
.pagination a:hover,
.pagination .active a {
  background-color: #c7eefe;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  background-color: transparent;
  color: #808080;
}
.pagination .next a {
  border: 0;
}
.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 3px rgba(0, 0, 0, 0.15);
  -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);
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  width: 560px;
  margin: -280px 0 0 -250px;
  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;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 20px;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  line-height: 10px;
  font-size: 18px;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 20px 15px;
  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;
  -moz-box-shadow: inset 0 1px 0 #ffffff 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 #ffffff 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 #ffffff 1px 3px rgba(0, 0, 0, 0.15);
  -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;
  margin-bottom: 18px;
  *zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 10px;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #808080;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background: #808080;
  background: rgba(5, 5, 5, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p,
.popover .content ul,
.popover .content ol {
  margin-bottom: 0;
}
/**
Retina elements
**//*!
 * Bootstrap v2.0.0
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 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;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -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;
}
.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 .btn.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 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.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  top: 26px;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  *line-height: 1.5;
  /* IE6-7 */

  color: #404040;
}
.clearfix {
  margin-bottom: 18px;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
div.input {
  margin-left: 150px;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #404040;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* mini reset for non-html5 file types */
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  -moz-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
select,
input[type=file] {
  height: 27px;
  line-height: 27px;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input,
select,
textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: #9d261d;
}
form div.error input,
form div.error textarea {
  border-color: #c87872;
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input:focus,
form div.error textarea:focus {
  border-color: #b9554d;
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5) 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5) 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
  height: 20px;
  padding: 10px 15px;
  font-size: inherit;
}
textarea.xxlarge {
  overflow-y: scroll;
}
input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -moz-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.actions {
  background: #f5f5f5;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.bigName {
  padding: 10px;
  width: 98% !important;
  font-family: 'Open Sans';
  font-size: 36px;
  font-weight: 300;
  height: 40px;
}
.help-inline,
.help-block {
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span,
.inline-inputs input {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  color: #bfbfbf;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #e0e0e0;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #808080;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*@import "../_bootstrap/tables2.less"; //from twitter*/
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
  font-size: 12px;
  border-collapse: collapse;
}
table th,
table td {
  padding: 9px 10px 8px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding: 7px 11px 9px !important;
  font-weight: 600;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th,
.condensed-table td {
  padding: 1px 3px 0px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th,
.bordered-table td + td,
.bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child,
.bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child,
.bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table .span1 {
  width: 20px;
}
table .span2 {
  width: 60px;
}
table .span3 {
  width: 100px;
}
table .span4 {
  width: 140px;
}
table .span5 {
  width: 180px;
}
table .span6 {
  width: 220px;
}
table .span7 {
  width: 260px;
}
table .span8 {
  width: 300px;
}
table .span9 {
  width: 340px;
}
table .span10 {
  width: 380px;
}
table .span11 {
  width: 420px;
}
table .span12 {
  width: 460px;
}
table .span13 {
  width: 500px;
}
table .span14 {
  width: 540px;
}
table .span15 {
  width: 580px;
}
table .span16 {
  width: 620px;
}
.zebra-striped tbody tr:nth-child(odd) td,
.zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td,
.zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp,
table .headerSortDown {
  background-color: #cde4ee !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after,
table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -moz-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: none 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
table .blue {
  /*    color: @blue;*/

  /*    border-bottom-color: @blue;*/

}
table .headerSortUp.blue,
table .headerSortDown.blue {
  background-color: #ade6fe;
}
table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}
table .headerSortUp.green,
table .headerSortDown.green {
  background-color: #cdeacd;
}
table .red {
  /*    color: @red;*/

  /*    border-bottom-color: @red;*/

}
table .headerSortUp.red,
table .headerSortDown.red {
  background-color: #f4c8c5;
}
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow,
table .headerSortDown.yellow {
  background-color: #fff6d9;
}
table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}
table .headerSortUp.orange,
table .headerSortDown.orange {
  background-color: #fee9cc;
}
table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}
table .headerSortUp.purple,
table .headerSortDown.purple {
  background-color: #e2d5f0;
}
/*table {
	width: 99%;
	border-collapse: collapse;
	margin-bottom: 0.5em;
	border: 1px @grey solid;
	border-bottom: 2px @grey solid;
}

table caption {
	text-align: left;
	font-weight: bold;
}

table.full {
	width: 100%;
}

table.fixed {
	table-layout: fixed;
}



th,td {
	padding: 0.2em;
	text-align:right;
}

tbody td:first-child { text-align: left; }

thead th {
	color: @font;
	border-bottom: 2px @grey solid;
}

tbody th {
	background: @bg-grey;
	color: @font;
}

tbody th[scope="row"], tbody th.sub {
	background: @bg-grey;
}

tbody th {
	border-bottom: 1px solid #fff;
	text-align: left;
}

tbody td {
/*	border-bottom: 1px solid @grey;*/
/*}*/
tbody td p {
  margin: 0.2em;
  padding: 0.2em;
}
/*Helper Classes*/
table.noborder {
  border: none;
}
table.noborder td {
  border: none;
  /*	padding: .2em .3em .3em;*/

}
tbody.noborder th {
  border: none;
}
.tablehover tbody tr:hover {
  background-color: #f0f0ff;
  /*	font-weight:bold;*/

}
tr.hover:hover {
  background-color: #EAEBFF;
}
.table-group,
td.table-group,
tr.table-group td {
  font-size: 90%;
  color: #555;
  background-color: #f5f5f5;
  padding: 4px 5px !important;
  line-height: 150%;
}
/*!
 * Bootstrap v2.0.0
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
  color: #1065D3;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  display: block;
  padding: 3px 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list .nav-header {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-transform: uppercase;
}
.nav-list > li + .nav-header {
  margin-top: 9px;
}
.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-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills .active > a,
.nav-pills .active > a:hover {
  color: #ffffff;
  background-color: #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-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.iconPadlock,
.bloomberg,
.google,
.yahoo,
.iii,
.advfn,
.iconWrite,
.iconArrowBottomRight,
.iconCommentTiny,
.iconCommentNew,
.iconMouse,
.iconDot,
.iconDirector,
.iconThreadComment,
.iconDocumentComment,
.iconEventComment,
.iconPodcastComment,
.iconTinyComment,
.iconGameComment,
.iconSlideComment,
.iconNewsComment,
.iconVideoComment,
.iconArticleComment,
.iconAnnouncementComment,
.iconAnnouncement,
.iconFollowPage,
.iconFollowTag,
.iconDocument,
.iconSelectedUp,
.iconSelectedDown,
.iconPDF,
.iconSelected,
.iconSave,
.iconNext,
.iconPrevious,
.iconStart,
.iconEnd,
.iconZoomIn,
.iconZoomOut,
.iconGame,
.iconCalendar,
.iconDoc,
.iconAudio,
.iconFeed,
.iconBook,
.iconSlides,
.iconFolderOpen,
.iconFolderClose,
.iconEventExport,
.iconHourglass,
.iconPublished,
.iconSystemMail,
.iconFrontPage,
.iconUser,
.iconStock,
.tooltip-stock,
.iconOrders,
.iconEmail,
.iconSearch,
.iconWiki,
.iconChart,
.iconThread,
.iconFinancials,
.iconNews,
.iconMail,
.iconHistory,
.iconEdit,
.iconEditTiny,
.iconPrint,
.iconWeb,
.iconBookmark,
.iconTag,
.iconTrade,
.iconWatchlist,
.iconComment,
.iconLink,
.iconTool,
.iconCollab,
.iconEditProfile,
.iconSettings,
.iconProfile,
.iconEditEvent,
.iconThread,
.iconEvent,
.iconSearch,
.iconCreateEvent,
.iconComment,
.iconTV,
.iconVideo,
.iconSetting,
.iconKey,
.iconAttachment,
.iconHeart,
.iconMail,
.iconMailAttachment,
.iconRemoveFave,
.iconAddFave,
.iconFave,
.EditMail,
.iconThumbUp,
.iconVote,
.iconThumbDown,
.iconRSS,
.iconBasket,
.iconBarChart,
.iconPhone,
.iconChart,
.iconFlag,
.iconPodcast,
.iconWarning,
.iconNew,
.iconGroup,
.iconClose,
.iconHome,
.iconAdd,
.iconProfile,
.iconFollowUser,
.iconUnfollow,
.iconInfo,
.iconHelp,
.iconShare,
.iconArticle,
.iconWebsite,
.iconFinancials,
.iconBug,
.iconArticles,
.iconCreateMail,
.iconSentMail,
.iconDelete,
.iconTopics,
.iconPortfolio,
.iconFund,
.iconPromote,
.iconPermalink,
.iconAlarm,
.iconWaiting,
.iconDraft,
.iconUp,
.iconDown,
.iconGold,
.iconSilver,
.iconBronze,
.iconTick,
.iconCross,
.iconTrade,
.iconTradeBuy,
.iconTradeSell,
.iconNewspaper,
.iconStocks,
.iconEye,
.iconSector,
.iconSectors,
.iconThreadAuthor,
.iconAddPortfolio,
.iconRemovePortfolio,
.iconAddStar,
.iconRemoveStar,
.iconBack {
  background-image: url(https://assets.stockopedia.com/layout/iknc3_new.png);
  background-repeat: no-repeat;
  padding-left: 23px;
  height: 16px;
  display: inline-block;
}
.iconSpacer {
  line-height: 16px;
  padding-left: 23px;
  height: 16px;
  display: inline-block;
}
.hover:hover {
  background-color: #f1f1f1;
}
.spinning {
  margin: 0 auto;
  background: transparent url("../../images/icons/spinning.gif") no-repeat;
  height: 24px;
  width: 24px;
}
.iconWrite {
  background-position: 0px -3665px;
  height: 18px;
  width: 20px;
}
.iii {
  background-position: 0px -3683px;
}
.advfn {
  background-position: 0px -3702px;
}
.google {
  background-position: 0px -3734px;
}
.yahoo {
  background-position: 0px -3718px;
}
.bloomberg {
  background-position: 0px -3753px;
}
.iconWrite:hover {
  background-position: 0px -3647px;
}
.iconFave {
  background-position: 0px -1180px;
}
.iconAddFave {
  background-position: 0px -2428px;
}
.iconRemoveFave {
  background-position: 0px -2454px;
}
.iconFinancials {
  background-position: 0px -1726px;
}
.iconWebsite {
  background-position: 0px -1647px;
}
.iconGold {
  background-position: 0px -1569px;
}
.iconSilver {
  background-position: 0px -1595px;
}
.iconBronze {
  background-position: 0px -1621px;
}
.iconFollowPage {
  background-position: 0px -1180px;
}
.iconBug {
  background-position: 0px -1700px;
}
.iconHistory {
  background-position: 0px -9px;
}
.iconEdit {
  background-position: 0px -374px;
}
.iconTag {
  background-position: 0px -140px;
}
.iconProfile {
  background-position: 0px -90px;
}
.iconEditProfile {
  background-position: 0px -140px;
}
.iconArticle {
  background-position: 0px -165px;
}
.iconArticles {
  background-position: 0px -451px;
}
.iconEditEvent {
  background-position: 0px -190px;
}
.iconComment {
  background-position: 0px -216px;
}
.iconThreadComment {
  background-position: 0px -216px;
}
.iconEvent {
  background-position: 0px -242px;
}
.iconSearch {
  background-position: 0px -269px;
}
.iconMail {
  background-position: 0px -581px;
}
.iconMailAttachment {
  background-position: 0px -633px;
}
.iconEditMail {
  background-position: 0px -686px;
}
.iconThumbUp {
  background-position: 0px -712px;
}
.iconVote {
  background-position: 0px -712px;
}
.iconRSS {
  background-position: 0px -789px;
}
.iconBasket {
  background-position: 0px -815px;
}
.iconBarChart {
  background-position: 0px -841px;
}
.iconPhone {
  background-position: 0px -866px;
}
.iconChart {
  background-position: 0px -892px;
}
.iconFlag {
  background-position: 0px -918px;
}
.iconPodcast {
  background-position: 0px -3018px;
}
.iconWarning {
  background-position: 0px -1257px;
}
.iconNews {
  background-position: 0px -2064px;
}
.iconGroup {
  background-position: 0px -1023px;
}
.iconUser {
  background-position: 0px -1023px;
}
.iconClose {
  background-position: 0px -1049px;
}
.iconAdd {
  background-position: 0px -1101px;
}
.iconHome {
  background-position: 0px -1075px;
}
.iconAttachment {
  background-position: 0px -529px;
}
.iconKey {
  background-position: 0px -503px;
}
.iconSetting {
  background-position: 0px -425px;
  cursor: pointer;
}
.iconWiki {
  background-position: 0px -477px;
}
.iconTV {
  background-position: 0px -400px;
}
.iconVideo {
  background-position: 0px -400px;
}
.iconThread {
  background-position: 0px -320px;
}
.iconTag {
  background-position: 0px -346px;
}
.iconInfo {
  background-position: 0px -1361px;
}
.iconUnfollow {
  background-position: 0px -1387px;
}
.unfollow {
  /* Aligns the tick with the 'follow button' */

  display: inline-block;
  margin-top: 4px;
  width: 83px;
}
.iconFollowUser {
  background-position: 0px -1180px;
  /* background-position:0px -1335px;*/
}
.iconPermalink {
  background-position: 0px -1412px;
}
.iconShare {
  background-position: 0px -1517px;
}
.iconSave {
  background-position: 0px -1543px;
  opacity: .6;
}
.iconSave:hover {
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.iconSentMail {
  background-position: 0px -1804px;
}
.iconCreateMail {
  background-position: 0px -1778px;
}
.iconTopics {
  background-position: 0px -1830px;
}
.iconPortfolio {
  background-position: 0px -1855px;
}
.iconFund {
  background-position: 0px -1881px;
}
.iconArrowBottomRight {
  background-position: -7px -1907px;
  padding-left: 12px;
}
.iconPromote {
  background-position: 0px -1931px;
}
.iconNew {
  background-position: 0px -2091px;
  height: 18px !important;
}
.iconAlarm {
  background-position: 0px -2141px;
}
.iconWaiting {
  background-position: 0px -2245px;
}
.iconDraft {
  background-position: 0px -2272px;
}
.iconDelete,
.iconCross {
  background-position: 0px -1751px;
}
.iconCreateEvent {
  background-position: 0px -295px;
}
.iconNewspaper {
  background-position: 0px -2064px;
}
.iconTick {
  background-position: 0px -2220px;
}
.iconHourglass {
  background-position: 0px -2246px;
}
.iconTrade {
  background-position: 0px -1959px;
}
.iconTradeBuy {
  background-position: 0px -1985px;
  color: blue;
}
.iconTradeSell {
  background-position: 0px -2011px;
  color: red;
}
.iconEye {
  background-position: 0px -2298px;
}
.iconStocks {
  background-position: 0px -2323px;
}
/*same as iconstock*/
.tooltip-stock,
.iconStock {
  background-position: 0px -2323px;
  padding-left: 20px;
}
.iconSector {
  background-position: 0px -2349px;
}
.iconSectors {
  background-position: 0px -2349px;
}
.iconAddPortfolio {
  background-position: 0px -1180px;
  /* background-position:0px -2483px;*/
}
.iconRemovePortfolio {
  background-position: 0px -2509px;
}
.iconThreadAuthor {
  background-position: 0px -2535px;
}
.iconBack {
  background-position: 0px -2562px;
}
.iconSelected {
  background-position: 0px -2588px;
  color: #555;
}
.iconOrders {
  background-position: 0px -2613px;
}
.iconFrontPage {
  background-position: 0px -2638px;
}
.iconSystemMail {
  background-position: 0px -2666px;
}
.iconPublished {
  background-position: 0px -2690px;
}
.iconEventExport {
  background-position: 0px -2864px;
}
.iconFolderOpen {
  background-position: 0px -2890px;
}
.iconFolderClose {
  background-position: 0px -2913px;
}
.iconSlides {
  background-position: 0px -2933px;
}
.iconBook {
  background-position: 0px -2953px;
}
.iconMobile {
  background-position: 0px -2973px;
}
.iconDoc {
  background-position: 0px -2997px;
}
.iconPDF {
  background-position: 0px -3237px;
}
.iconDocument {
  background-position: 0px -3237px;
}
.iconAudio {
  background-position: 0px -3018px;
}
.iconFeed {
  background-position: 0px -3038px;
}
.iconCalendar {
  background-position: 0px -3058px;
}
.iconGame {
  background-position: 0px -3077px;
}
.iconNext {
  background-position: 0px -3095px;
  cursor: pointer;
}
.iconPrevious {
  background-position: 0px -3111px;
  cursor: pointer;
}
.iconZoomIn {
  background-position: 0px -3127px;
  cursor: pointer;
}
.iconZoomOut {
  background-position: 0px -3144px;
  cursor: pointer;
}
.iconStart {
  background-position: 0px -3161px;
  cursor: pointer;
}
.iconEnd {
  background-position: 0px -3178px;
  cursor: pointer;
}
.iconSelectedUp {
  background-position: 0px -3200px;
  cursor: pointer;
}
.iconSelectedDown {
  background-position: 0px -3216px;
  cursor: pointer;
}
.iconFollowTag {
  background-position: 0px -1180px;
  /* background-position:0px -3260px;*/
}
.iconAnnouncement {
  background-position: 0px -3281px;
}
.iconDocumentComment {
  background-position: 0px -3307px;
}
.iconEventComment {
  background-position: 0px -3333px;
}
.iconPodcastComment {
  background-position: 0px -3354px;
}
.iconTinyComment {
  background-position: 0px -3373px;
}
.iconGameComment {
  background-position: 0px -3391px;
}
.iconSlideComment {
  background-position: 0px -3412px;
}
.iconNewsComment {
  background-position: 0px -3434px;
}
.iconVideoComment {
  background-position: 0px -3454px;
}
.iconArticleComment {
  background-position: 0px -3479px;
}
.iconAnnouncementComment {
  background-position: 0px -3500px;
}
.iconDirector {
  background-position: 0px -3539px;
}
.iconDot {
  background-position: 0px -3557px;
}
.iconMouse {
  background-position: 0px -3572px;
}
.iconCommentNew {
  background-position: 0px -3593px;
}
.iconPadlock {
  background-position: 0px -3772px;
}
.iconCommentTiny {
  background-position: 0px -3616px;
  padding-left: 19px;
  display: inline !important;
  line-height: 14px;
  height: 14px;
  vertical-align: middle;
}
.iconEditTiny {
  background-position: 0px -3632px;
  padding-left: 19px;
  display: inline !important;
  line-height: 14px;
  height: 14px;
  vertical-align: middle;
}
.block {
  display: block !important;
  overflow: hidden;
}
a.nohover {
  text-decoration: none;
}
.TradeBuy {
  background-color: #F0F0FF;
  vertical-align: middle;
  margin-bottom: 5px;
}
.TradeSell {
  background-color: #FFF0F2;
  vertical-align: middle;
  margin-bottom: 5px;
}
.iconHelp {
  background: url(https://assets.stockopedia.com/layout/iknc3_new.png) no-repeat 0px -1310px;
  color: inherit;
  display: inline-block;
  padding: none;
  height: 14px;
}
.iconBull {
  background: transparent url(../../images/icons/bullbear.png) 0 0 repeat-x;
  display: inline-block;
}
.iconBear {
  background: transparent url(../../images/icons/bullbear.png) 0 -20px repeat-x;
  display: inline-block;
}
.ib1 {
  width: 20px;
  height: 20px;
}
.ib2 {
  width: 40px;
  height: 20px;
}
.ib3 {
  width: 60px;
  height: 20px;
}
.iconUp {
  background-position: 0px -2164px;
  color: blue;
  height: inherit;
}
.iconDown {
  background-position: 0px -2193px;
  color: red;
  height: inherit;
}
.iconPrint {
  background-position: 0px -113px;
  padding-left: 15px;
}
.iconEmail {
  background-position: 0px -581px;
  padding-left: 15px;
}
/*! qTip2 - Pretty powerful tooltips - v2.0.0pre - 2012-11-20
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */
/* Core qTip styles */
.qtip,
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 640px;
  min-width: 50px;
  font-size: 1em;
  line-height: 12px;
  direction: ltr;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}
/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}
/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}
.qtip-red .qtip-icon {
  border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}
/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}
/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}
/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, #4a4a4a 0, #000000 100%);
  background-image: -moz-linear-gradient(top, #4a4a4a 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #4a4a4a 0, #000000 100%);
  background-image: -o-linear-gradient(top, #4a4a4a 0, #000000 100%);
}
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
  border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4a4a4a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a4a4a, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
  border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}
/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}
/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  max-width: 300px;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10;
  background-color: transparent;
}
.qtip-tipsy .qtip-content {
  padding: 6px 10;
}
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
  background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a79b8, endColorstr=#2e629d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}
/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */

  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */

  padding: 1px;
  background-color: #ffffff;
  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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */

  padding: 8px 14px;
  margin: 0;
  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;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
             * Overrides qTip2:
             * .qtip-titlebar .qtip-close{
             *   [...]
             *   right: 4px;
             *   top: 50%;
             *   [...]
             *   border-style: solid;
             * }
             */

  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */

  padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
  /**
         * Overrides qTip2:
         * .qtip-default .qtip-icon {
         *   border-color: #CCC;
         *   background: #F1F1F1;
         *   color: #777;
         * }
         */

  background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  /**
             * Overrides qTip2:
             * .qtip-icon .ui-icon{
             *   width: 18px;
             *   height: 14px;
             * }
             */

  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */

  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */

  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
/* Tips plugin */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
/* Modal plugin */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* IE6 Modal plugin fix */
.qtipmodal-ie6fix {
  position: absolute !important;
}
/*@import '../_core/_tablist_nude.less';*/
/* @group Helper Classes */
.noborder {
  border: none !important;
}
.bold {
  font-weight: bold;
}
table tr td .bold {
  font-weight: 600 !important;
}
.bgcolor {
  background-color: #f1f1f1;
}
.underline {
  text-decoration: underline;
}
.text-shadow {
  text-shadow: 1px 1px white;
}
.italic {
  font-style: italic;
}
.highlight {
  color: #ee1111;
}
.highlight-row {
  background-color: #ECF2FD;
}
.dimmed {
  color: #777777;
}
.dim {
  color: #777777;
}
.info {
  background: #f1f1f1;
  color: #555555;
  padding: 10px;
  margin-bottom: 0.5em;
  font-size: 91.7%;
  border: 1px dotted #dddddd;
}
.info p {
  margin: 0;
}
.infoBig {
  background: #f1f1f1;
  color: #555555;
  padding: 10px;
  margin-bottom: 0.5em;
  font-size: 116.67;
  border: 1px dotted #dddddd;
  text-align: left !important;
}
.notice {
  background: #efe;
  color: #040;
  border: 1px #484 dotted;
  padding: 10px;
  margin-bottom: 1em;
}
.message {
  background: lightyellow;
  color: #440000;
  border: 1px #AA8800 dotted;
  padding: 10px;
  margin-bottom: 1em;
}
.warning {
  background: #fee;
  color: #400;
  border: 1px #844 dotted;
  padding: 10px;
  margin-bottom: 1em;
}
.float_left {
  float: left;
  display: inline;
  margin-right: 1em;
  margin-bottom: 0.15em;
}
.float_right {
  float: right;
  display: inline;
  margin-left: 1em;
  /*	margin-bottom: 0.15em;*/

}
.center {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
.block {
  display: block;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_justify {
  text-align: justify;
}
.lower {
  text-transform: lowercase;
}
.upper {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal {
  font-weight: normal;
  text-transform: capitalize;
}
.inherit {
  color: inherit;
}
.border-right {
  border-right: 1px solid #dddddd;
}
.padbottom {
  padding-bottom: 5px;
}
.padtop {
  padding-top: 5px;
}
.padleft {
  padding-left: 5px;
}
.padright {
  padding-right: 5px;
}
.pad {
  padding: 5px;
}
.blue {
  color: #529608;
  font-weight: bold;
}
.red {
  color: #CD3131;
  font-weight: bold;
}
.green {
  color: #9fce6a;
  font-weight: bold;
}
.page-shadow {
  -moz-box-shadow: 0 0 15px #999999;
  -webkit-box-shadow: 0 0 15px #999999;
  box-shadow: 0 0 15px #999999;
}
.shadow {
  -moz-box-shadow: 3px 3px 15px #555555;
  -webkit-box-shadow: 3px 3px 15px #555555;
  box-shadow: 3px 3px 15px #555555;
}
.border {
  border: 1px solid #dddddd;
}
.hide {
  display: none;
}
.notification {
  color: white !important;
  background-color: orange;
  font-weight: bold;
  padding: 0px 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: .8em;
  vertical-align: middle;
  text-shadow: none;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
}
/* @end */#title h1 {
  border: none !important;
  padding: 10px 10px 0 0 !important;
  font-weight: 300 !important;
  margin: 0 !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: inherit !important;
}
#title p {
  border: none;
  padding: 0px 10px 2px;
  font-size: .9em;
  margin: 0;
}
.background {
  background: #dddddd url(../../images/layout/opaque.png) repeat-x scroll 0 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
}
.heading {
  background-color: #f0f0f0;
  border-color: #dddddd;
  overflow: hidden;
  /*	border: 1px solid @grey;*/

  padding: 5px;
  margin-bottom: 0;
  text-shadow: white 1px 1px;
  color: #333;
  text-shadow: white 0 1px 0;
  text-align: left;
  font-weight: bold;
  height: 14px;
}
.heading h3 {
  font-size: 100%;
  color: #333;
}
.heading .dimmed li a:hover {
  background: none !important;
}
.heading-under {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.box {
  margin-bottom: 10px;
}
.box .box-header {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 6px 10px 12px 10px;
  margin: 0;
  color: #333;
  list-style: none;
  overflow: visible;
  /*cursor: move;*/

}
.box .box-header h4 {
  font-weight: 600;
  margin-left: 5px;
}
.box .box-header .dimmed li {
  border: 0;
}
.box .box-header .dimmed li.active {
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 7px 4px 11px 10px;
  display: inline-block;
  position: relative;
}
.box .box-header .dimmed li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 4px;
  display: block;
  z-index: 999;
  left: 0;
}
.box .box-header .dimmed li.active a {
  padding: 0;
  text-decoration: none;
}
.box .box-header .dimmed li.active strong {
  padding: 3px 6px 0 5px;
}
.box-header li.active {
  font-weight: bold;
  background: white;
  padding: 10px;
}
.box .box-container {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: white;
}
/* Stock Reports */
.noTop {
  border-top: none !important;
}
.heading {
  color: #555;
  font-weight: 600;
  padding: 6px 10px 12px 10px;
}
.circleRank {
  border-radius: 50%;
  color: white;
  font-size: 13px;
  font-weight: 600;
  top: -1px;
  position: relative;
  width: 18px;
  display: inline-block;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  line-height: 125%;
  text-indent: 1px;
}
/* @group Module */
.module {
  margin-bottom: 10px;
  border-left: 1px solid #dddddd;
}
#col3 .module,
.module.col3 {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.module-heading {
  background: #dddddd url(../../images/layout/opaque.png) repeat-x scroll 0 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
  background-color: #f0f0f0;
  border-color: #dddddd;
  overflow: hidden;
  /*	border: 1px solid @grey;*/

  padding: 5px;
  margin-bottom: 0;
  text-shadow: white 1px 1px;
  color: #333;
  text-shadow: white 0 1px 0;
  text-align: left;
  font-weight: bold;
  height: 14px;
  color: #555;
  font-weight: 600;
  padding: 6px 10px 12px 10px;
  border: none;
}
.module-heading h3 {
  font-size: 100%;
  color: #333;
}
.module-heading .dimmed li a:hover {
  background: none !important;
}
#col2 .module-heading,
.module-heading.col3 {
  border-top: 1px solid #dddddd;
}
.module-heading h3,
.module-heading h2 {
  font-size: 1em;
  font-weight: bold;
  color: #777;
  border-bottom: 0px;
  margin: 0;
}
.module-body {
  padding: 10px 5px;
}
/* @end */
#breadcrumbs {
  padding-left: 10px;
  font-size: 90%;
  padding-top: 5px;
}
#breadcrumbs strong {
  color: #1065d3;
}
/* @group Footer */
#bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f1f1f1;
  height: 110px;
  margin-top: 0px;
  line-height: 1.5em;
  font-size: 1.1em;
  border-top: 2px solid #CCCCCC;
  clear: both;
}
#bottom .pad {
  padding: 5px 10px;
}
#bottom .border {
  border-left: 2px dotted #DDDDDD;
  height: 110px;
}
#footer {
  padding: 10px 20px 0px;
  padding-top: 10px;
  opacity: 1;
  margin-top: 0px;
  line-height: 1.5em;
  font-size: 1.1em;
  clear: both;
  margin-left: 0px;
}
#footer .pad {
  padding: 5px 10px;
}
#footer .border {
  border-left: 1px dotted #999;
  height: 110px;
}
#footer .title {
  color: #6673ae;
}
#footer a {
  color: #565F92;
}
#footer a:hover {
  color: white;
}
#footer span {
  color: #777;
}
#legals {
  color: #565F92;
  clear: both;
}
#legals ul {
  list-style-type: none;
}
#legals li {
  float: left;
  list-style-type: none;
}
#legals a {
  color: #565F92;
}
#legals a:hover {
  color: white;
  text-decoration: underline;
}
/* @end */
/* @group Miscellany */
/* @end */
/* @group Autocompleter */
.ac_results {
  font-size: 116%;
  padding: 0px;
  border: 1px solid #999;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  width: 600px;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 5px;
  cursor: pointer;
  display: block;
  font: menu;
  font-size: 1em;
  line-height: 16px;
  overflow: hidden;
  cursor: hover;
}
.ac_loading {
  background: #ffffff url(../../images/icons/spinning.gif) right center no-repeat;
}
.ac_odd {
  border-top: 1px dotted #dddddd;
  border-bottom: 1px dotted #dddddd;
}
.ac_over {
  background-color: #EBEFF9;
}
/* @end */
#conversion {
  background: url(../../../../images/registration/background_compressed.png) no-repeat top right;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
}
#conversion h1 {
  color: white;
  text-shadow: 1px 1px 2px #222;
  margin-top: 8px;
}
#innerconversion {
  width: 606px;
}
#conversion div#subtitle {
  color: white;
}
#signupbutton {
  margin-top: 30px;
}
.quote {
  background: url('../../images/icons/quote.png') no-repeat scroll 5px top #f5f5f5;
  padding-left: 35px;
  font-style: italic;
}
/* @group Registration Path */
#reg-path {
  background: transparent url(../../images/layout/headerbackground_140px.gif) repeat-x top left;
  color: white;
  font-size: 1.6em;
  height: 50px;
  padding-top: 10px;
}
.reg-title {
  padding-left: 42px;
  height: 35px;
  padding-top: 8px;
  margin-left: 10px;
}
.reg-title.one.active {
  background: url(../../images/numbers/one.png) no-repeat;
}
.reg-title.one.inactive {
  background: url(../../images/numbers/one_inactive.png) no-repeat;
  color: #90A9C3;
}
.reg-title.two.active {
  background: url(../../images/numbers/two.png) no-repeat;
}
.reg-title.two.inactive {
  background: url(../../images/numbers/two_inactive.png) no-repeat;
  color: #90A9C3;
}
.reg-title.three.active {
  background: url(../../images/numbers/three.png) no-repeat;
}
.reg-title.three.inactive {
  background: url(../../images/numbers/three_inactive.png) no-repeat;
  color: #90A9C3;
}
.reg-title.four.active {
  background: url(../../images/numbers/four.png) no-repeat;
}
.reg-title.four.inactive {
  background: url(../../images/numbers/four_inactive.png) no-repeat;
  color: #90A9C3;
}
.reg-title.five.active {
  background: url(../../images/numbers/five.png) no-repeat;
}
.reg-title.five.inactive {
  background: url(../../images/numbers/five_inactive.png) no-repeat;
  color: #90A9C3;
}
.reg-arrow {
  background: url(../../images/numbers/arrow.png) no-repeat 8px right;
  height: 50px;
  margin-left: 20px;
  margin-right: 10px;
}
#reg-finish {
  background: url(../../images/numbers/logo.png) no-repeat 2px left;
  width: 150px;
  height: 35px;
}
/* @end */
/* @group Wizard */
#wizard {
  min-height: 345px;
  position: relative;
  padding: 0px 0px;
  margin: 20px 0px 10px;
}
.wizard-refresh {
  display: inline;
  float: right;
}
#wizard-search input[type="text"] {
  width: 230px;
  height: 20px;
  font-size: 1.1em;
}
a.wizard-follow:hover {
  color: #222;
}
.wizard-container {
  font-weight: bold;
  width: 120px;
  height: 100px;
  margin: 0 5px 15px;
  text-align: center;
  float: left;
  position: relative;
  cursor: pointer;
}
.wizard-inner {
  background-color: white;
}
a.wizard-follow {
  /* background-color: #F80046;
	color: white;
*/

  background-color: #dddddd;
  text-shadow: 0px 1px white;
  color: #555555;
  height: 20px;
  font-weight: bold;
  padding-top: 5px;
  display: block;
}
.wizard-img {
  height: 60px;
  width: 120px;
}
/* @end */
/* @group Progress Bar */
#progress-bar-bucket {
  width: 100%;
  color: #555555;
}
#progress-bar-bucket:hover {
  text-decoration: none;
  background-color: #EAEFFF;
  color: #5888cf;
}
#progress-bar {
  background: #dddddd url(../../images/buttons/progress-bar.png) -50px 0px no-repeat;
  height: 12px;
  width: 116px;
  float: left;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
#logout {
  border-bottom: 1px dotted #dddddd;
  border-top: 1px dotted #dddddd;
  margin: 30px auto;
  padding: 20px 0;
  font-size: 1.5em;
}
#recaptcha_table {
  border-color: transparent !important;
}
#recaptcha_response_field {
  border-color: #dddddd !important;
}
#login_modal_container {
  width: 360px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -212px;
}
#login_modal_container .loginWrap {
  width: 360px;
  background: #fff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0 10px;
}
#login_modal_container .loginWrap .loginTitle {
  text-align: center;
  width: 100%;
  margin: 8px 0 1px;
  display: block;
  font-size: 18px;
}
#login_modal_container .loginWrap form {
  margin: 0;
}
#login_modal_container .loginWrap fieldset {
  padding: 0;
  margin: 0;
}
#login_modal_container .loginWrap #username,
#login_modal_container .loginWrap #password {
  width: 92.5%;
  padding: 15px 11px;
  font-size: 15px;
}
#login_modal_container .loginWrap #username:-webkit-autofill,
#login_modal_container .loginWrap #password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#login_modal_container .loginWrap #username {
  border-radius: 3px 3px 0 0;
}
#login_modal_container .loginWrap #password {
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
#login_modal_container .loginWrap .btn-primary {
  width: 100%;
  border: 0;
  padding: 12px 0;
  font-size: 18px;
}
#login_modal_container .greyWrap {
  width: 360px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e2e2e2;
  padding: 10px;
  text-align: center;
  background: #f1f1f1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#login_modal_container .loginlogo {
  margin: auto;
  display: block;
  margin-bottom: 10px;
}
#login_modal_container .alert-message.error {
  margin-bottom: 0px;
  border: 0;
  background: #f0d8d8;
  padding: 0px 10px;
  margin-top: 8px;
  text-shadow: none;
  color: #d05959;
}
#login_modal_container .loginIcon {
  background: url(../../../core/images/loginicons.png) no-repeat;
  width: 24px;
  height: 50px;
  display: block;
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
#login_modal_container .loginIcon.password {
  background-position: -25px 0;
}
/* @end *//* @group Comments */
.comment:before {
  display: block;
  content: "";
  height: 50px;
  margin: -50px 0 0;
}
.comment .right {
  text-align: right;
}
.comment table.comment-block {
  border: none;
  table-layout: fixed;
  border-left: 2px solid #dddddd;
}
/*fixes IE bug*/
.comment thead.bull {
  background-color: #f0f0ff;
}
.comment thead.bear {
  background-color: #fff0f2;
}
.comment thead.fence {
  background-color: #f1f1f1;
}
.comment th {
  border: none;
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 2px;
}
.comment tr.foot {
  font-size: .9em;
  border-bottom: 1px dotted #dddddd;
}
.comment tbody td {
  border: none;
}
.comment tr.signature {
  background-color: #f9f9f9;
  font-style: italic;
  color: #555555;
}
.comment tr {
  width: 810px;
}
.comment tbody tr:hover td {
  background: none;
}
.comment th {
  border: none;
  font-weight: normal;
  padding: 5px 5px 2px 10px !important;
}
.comment th.th_thumbnail {
  width: 32px;
}
.comment th.th_name {
  width: 140px;
}
.comment th.th_date {
  color: #777777;
  font-size: 80%;
  width: 75px;
}
.comment td p,
.comment td blockquote {
  text-align: justify;
}
.comment th.th_toggle a {
  display: block;
  cursor: pointer;
}
.comment th.th_thumb {
  width: 66px;
}
/* @group Thumb Rater */
.thumbs {
  float: right;
}
.thumb_msg {
  color: dimgray;
  font-size: .8em;
  float: left;
  padding-top: 3px;
}
div.thumb {
  width: 22px;
  height: 22px;
  float: left;
}
div.thumbs {
  width: 110px;
  color: #808080;
}
div.vote {
  height: 16px;
  width: 26px;
  float: left;
  margin: 0px 5px;
  font-size: 10px;
  font-weight: bold;
}
div.thumb {
  height: 16px;
  width: 18px;
  float: left;
}
div.thumb:hover {
  cursor: pointer;
}
.up {
  color: #049cdb;
}
.down {
  color: #9d261d;
}
div.floatbox_vote,
div.node_vote {
  display: inline;
}
div.thumb_down_neutral:hover,
div.thumb_down:hover {
  background: transparent url('https://assets.stockopedia.com/layout/iknc3_new.png') 0 -2838px no-repeat;
}
div.thumb_up_neutral:hover,
div.thumb_up:hover {
  background: transparent url('https://assets.stockopedia.com/layout/iknc3_new.png') 0 -2718px no-repeat;
}
div.thumb_up_neutral {
  background: transparent url('https://assets.stockopedia.com/layout/iknc3_new.png') 0 -2767px no-repeat;
}
div.thumb_down_neutral {
  background: transparent url('https://assets.stockopedia.com/layout/iknc3_new.png') 0 -2789px no-repeat;
}
div.thumb_up_voted,
div.thumb_up {
  background: transparent url('https://assets.stockopedia.com/layout/iknc3_new.png') 0 -2742px no-repeat;
}
div.thumb_down_voted,
div.thumb_down {
  background: transparent url('https://assets.stockopedia.com/layout/iknc3_new.png') 0 -2814px no-repeat;
}
/* @end */
/* Content Node Styling*/
#node-body img,
#node-comments img {
  margin: 10px;
}
.node_graphic {
  /*	border: 1px solid @grey;*/

  margin: 5px 10px 0 0;
  float: left;
  width: 250px;
  background-color: #FFFFFF;
}
.node_graphic_image {
  padding: 0px;
  width: 250px;
}
.caption {
  font-size: .8em;
  padding-bottom: 4px;
  color: grey;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 250px;
}
/*node create form topic styling*/
.n-topics {
  float: left;
  padding-top: 7px;
  width: 100%;
  border-bottom: 1px dotted #dddddd;
}
.n-topics ul {
  line-height: 1em;
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
.n-topics li {
  list-style-type: none !important;
  float: left;
  margin: 0;
  padding: 1px;
  line-height: 2em;
}
.n-topics a,
.n-topics strong {
  display: block;
  font-weight: bold;
  padding: 3px;
  text-decoration: none;
  text-transform: none;
  width: auto;
}
.n-topics > ul a,
.n-topics > ul strong {
  width: auto;
}
.n-topics ul li:focus,
.n-topics ul li:hover,
.n-topics ul li:active {
  background-color: #fff;
  text-decoration: none;
  background-position: 0 -150px;
  color: #ffffff;
}
.n-topics li:focus a,
.n-topics li a.active,
.n-topics li:hover a,
.n-topics li:active a {
  background-position: 100% -150px;
  text-decoration: none;
  color: #ffffff;
  background-color: #275096;
}
/* @end */
/* @group PDF / Documents */#disclaimer_box_outside {
  padding: 30px;
}
.disclaimer_box {
  padding: 15px;
  text-align: left;
}
.disclaimer_buttons {
  padding-top: 10px;
}
.document_container {
  padding: 15px;
  border: 2px solid #dddddd;
  overflow: hidden;
  height: 100%;
  position: relative;
}
/* @end */
/* @group Stream */
/* What is this? */
div.stream {
  border-bottom: 1px dotted #dddddd;
  padding: 5px 0px;
  line-height: 1.4em;
}
div.stream:hover {
  background-color: #f5f5f5;
}
/*Monitor 'Stream' View styling*/
div.m-item {
  border-bottom: 2px dotted #dddddd;
}
div.m-header:hover {
  background-color: #EAEFFF;
}
a.black {
  color: #222;
}
div.m-about {
  margin-left: 28px;
}
div.m-body {
  margin: 5px 10px 5px 28px;
  /*border-left: 5px solid @grey;*/

  /*padding-left: 10px;*/

}
div.m-reply {
  margin: 20px 0 10px;
}
div.m-footer {
  font-size: 1em;
  margin-top: 10px;
}
div.m-comment {
  margin: 10px 0;
  padding: 10px;
}
/*Stream Navigator*/
ul#navigator-options {
  padding-right: 5px;
  background: #dddddd url(../../images/layout/opaque.png) repeat-x scroll 0 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul#navigator-options li a {
  font-size: 1.2em !important;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
}
#navigator ul#navigator-options {
  background: #dddddd url(../../images/layout/opaque.png) repeat-x scroll 0 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
  border-top: 1px solid #e4e4e4;
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  padding-left: 0px;
  -moz-border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-top-right-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  border-top-right-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 0px;
}
/**/
ul#navigator-options li a {
  font-size: 1.1em;
  text-shadow: white 1px 1px;
}
ul#navigator-options li.active a {
  font-size: 1.2em;
}
#navigator span {
  cursor: pointer;
  margin-left: 10px;
  vertical-align: top;
}
#navigator input[type='checkbox'] {
  cursor: pointer;
}
#navigator-sub-options ul {
  margin: 10px 0px 10px;
  float: left;
  width: 100%;
}
#navigator-sub-options li {
  display: inline;
  margin-left: 10px;
}
#navigator-sub-options li a {
  color: #555555;
}
#navigator-sub-options li label {
  color: #555555;
}
#navigator-sub-options li a.active {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}
.navigator-node-type {
  padding-left: 18px !important;
}
#monitor-error {
  margin: 20px 10px;
  padding: 10px 20px;
  border-left: 2px solid #dddddd;
}
.m-response table {
  margin-top: 10px;
}
.m-header {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
#t-summary-links {
  display: none;
}
#t-summary:hover {
  color: #000000;
}
.syndication ul {
  margin: 0 auto;
  padding: 0;
}
.syndication li {
  list-style-type: none;
  float: left;
  background: none;
}
.syndication a {
  color: inherit;
  background-color: transparent!important;
  border: none !important;
}
/* @group Charts */
table#small_chart {
  border: none;
  margin-bottom: 0px !important;
}
#small_chart tbody tr:hover tbody th.sub {
  background: #f1f1f1 !important;
}
#small_chart tbody tr:hover td:hover {
  background: #fff !important;
}
#small_chart td.chart {
  padding: 0;
  background-color: #fff;
}
.ch_main {
  background-color: #FFFFFF;
  height: 200px;
  text-align: center;
}
td.ch_tab {
  border: 1px solid #dddddd;
  background: #dddddd url(../../images/layout/opaque.png) repeat-x scroll 0 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
  color: #000000;
  cursor: pointer;
  padding: 1px 2px 1px;
  text-align: center;
  text-shadow: white 1px 1px;
}
td.ch_tab.active {
  border: 1px solid #dddddd;
  background: #FFFFFF;
  border-top: 1px solid white !important;
  font-weight: bold;
  text-align: center;
  border-top: none;
}
/* @end */
/* @group Tagging */
a.tag {
  background-color: #E0EAF1;
  margin: 2px 2px 2px 0;
  padding: 3px 5px;
  text-decoration: none;
  /* line-height: 2;
	*/
  white-space: nowrap;
  display: inline-block;
}
a.tag:hover {
  color: #e0eaf1;
  background-color: #275096;
}
a.tag1 {
  font-size: 10px;
}
a.tag2 {
  font-size: 12px;
}
a.tag3 {
  font-size: 12px;
  font-weight: bold;
}
a.tag4 {
  font-size: 14px;
}
a.tag5 {
  font-size: 14px;
  font-weight: bold;
}
a.tag6 {
  font-size: 16px;
}
a.tag7 {
  font-size: 16px;
  font-weight: bold;
}
a.tag8 {
  font-size: 18px;
  font-weight: bold;
}
img.badge {
  height: 100px;
  width: 87px;
}
img.avatar {
  vertical-align: middle;
  width: 140px;
  padding: 1px;
}
img.avatar.medium {
  width: 50px !important;
  height: 50px;
}
img.avatar.small {
  width: 25px !important;
  height: 25px;
}
/* @end */
/* title */
h6.vlist {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 5px;
  /* LTR */

  margin: 0;
  color: #333333;
  background-color: #fff;
  border-top: 2px #dddddd solid;
  border-bottom: 4px #777 solid;
  /*width:inherit;
*/
}
.vlist {
  /*    width: 100%;
*/
  overflow: hidden;
  margin: 0 0 1.5em 0;
  list-style-type: none;
  border-bottom: 1px #dddddd solid;
  border-top: 2px #dddddd solid;
  background: #f5f5f5;
}
.vlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vlist li {
  float: left;
  /* LTR */

  width: 100%;
  margin: 0;
  padding: 0;
}
/*,
 .vlist span */
.vlist a,
.vlist strong {
  display: block;
  padding: 3px 0px 3px 10%;
  text-decoration: none;
  border-bottom: 1px #dddddd solid;
}
.vlist a,
.vlist a:visited {
  color: #333333;
}
/*.vlist li span {
   display:block;
   font-weight: bold;
   border-bottom: 1px @grey solid;
 }*/
/* active list element */
.vlist li.active > a {
  color: #000;
  background-color: inherit;
  font-weight: bold;
}
/* Level 1 ,
 .vlist li span */
.vlist li a,
.vlist li strong {
  width: 90%;
  padding-left: 5%;
}
/* LTR */
.vlist li a:focus,
.vlist li a:hover,
.vlist li a:active {
  background-color: #ffffff;
  color: #333333;
}
/* Level 2 ,
 .vlist li ul li span*/
.vlist li ul li a,
.vlist li ul li strong {
  width: 90%;
  padding-left: 10%;
}
/* LTR */
.vlist li ul li a,
.vlist li ul li a:visited {
  background-color: #fafafa;
  color: #333;
}
.vlist li ul li a:focus,
.vlist li ul li a:hover,
.vlist li ul li a:active {
  background-color: #E4F0FC;
  color: #333333;
}
/* Level 3 ,
 .vlist li ul li ul li span */
.vlist li ul li ul li a,
.vlist li ul li ul li strong {
  width: 80%;
  padding-left: 20%;
}
/* LTR */
.vlist li ul li ul li a,
.vlist li ul li ul li a:visited {
  background-color: #f0f0f0;
  color: #222;
}
.vlist li ul li ul li a:focus,
.vlist li ul li ul li a:hover,
.vlist li ul li ul li a:active {
  background-color: #E4F0FC;
  color: #333333;
}
.vlist li a {
  width: inherit;
  background-color: #f1f1f1;
}
.vlist {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.vlist li a:hover {
  background-color: #d4dff1;
  text-decoration: none;
  text-shadow: none;
}
.vlist li.active > a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  background: #999999;
}
vlist.blue {
  border: 0px;
  margin-top: 0px;
}
.vlist.blue li strong {
  width: 100%;
}
.vlist.blue li strong {
  border: 2px solid #2E4C94;
  color: white;
  background: url("images/shiny_buttons/background.png") repeat-x scroll right center #c0c0c0;
}
.vlist.blue li ul li a {
  margin-left: 20px;
  margin-right: 20px;
  width: 220px;
  padding-left: 20px;
}
.vlist.blue a:hover {
  text-decoration: none;
  font-weight: bold;
}
#vlist-blue-title {
  color: white;
  background: url("images/shiny_buttons/background.png") repeat-x scroll right top transparent;
  padding: 2px 5px 5px 20px;
  margin: 0;
  border: 0px;
}
/*tablists under the tabnav on pages such as financials/balance_sheet or the article/view etc*/
.tablist {
  padding: 3px 0px 1px 5px;
  margin-top: 1em;
  margin-left: 0em;
  border-bottom: 1px solid #dddddd;
  font-size: 1em;
  font-weight: bold;
}
.tablist li {
  list-style: none;
  display: inline;
  margin-left: 3px;
}
.tablist li a {
  text-decoration: none;
  padding: 3px 0.5em 2px;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  color: dimgray;
  border-bottom: none;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tablist li a:hover {
  color: black;
  background: white;
}
.tablist li a.active {
  background: white;
  border-bottom: 2px solid white;
  color: #000000;
}
.tablist li a.active_table {
  background: #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
  color: #000000;
}
.tablist li a.blank {
  background: none;
  border: 0px solid #DDDDDD;
  vertical-align: bottom;
}
/* @end */
/* @group PAGE SPECIFIC */
/* @group Home/Landing */
.home_feature {
  padding: 10px 10px;
  border-bottom: 1px dotted #dddddd;
}
.home_markets {
  padding: 5px 0px;
  margin: 10px 0px;
}
.home_markets table {
  line-height: 1em;
}
.home h2,
.home h1 {
  border: none;
  color: #555555;
  border-top: 10px solid #e4e4e4;
  margin-top: 10px;
  padding-top: 5px;
}
.home h2 a {
  color: #555555;
}
.home h2 a:hover {
  text-decoration: underline;
  color: #222;
}
.home h3 {
  color: #555555;
  font-size: 1em;
  margin-top: 10px;
  padding-top: 5px;
  border: none;
  font-weight: bold;
}
.home h4 {
  color: #555555;
}
.home_items {
  margin: 5px 0px;
  border-top: 1px dotted #dddddd;
  padding: 5px 0px;
}
.georgia {
  font-family: Georgia, serif;
}
h2.interviews {
  background: url(../../images/ben_tiny.jpg) no-repeat scroll right 0 transparent;
}
div.home_border {
  margin-right: 5px;
  border-right: 1px solid #e4e4e4;
  padding-right: 15px;
}
#stats {
  color: #555;
  /*		min-height: 850px;
*/
}
#stats_admin {
  color: #555;
  min-height: 1100px;
}
.mini_header {
  color: #555555;
  font-size: 17px;
  padding-top: 30px;
  padding-left: 20px;
}
.page_view_header {
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.analytics_header {
  border-color: #E4E4E4;
  border-right: medium none;
  border-style: solid none none;
  border-width: 10px medium medium;
  color: #555555;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 5px;
  margin-right: 10px;
}
.analytics_sub_header {
  border-color: #E4E4E4;
  border-right: medium none;
  border-style: solid none none;
  border-width: 10px medium medium;
  color: #555555;
  font-size: 15px;
  margin-top: 10px;
  padding-top: 5px;
  margin-right: 10px;
}
.general_table table {
  border: 0px;
  padding-left: 10px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #555;
}
#analytics_bottom_key {
  border: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  width: 490px;
}
#analytics_bottom_key div {
  display: inline;
  padding: 10px;
}
.side_label {
  padding-left: 5px;
}
.subtext {
  color: #AAA;
}
.positive {
  color: #01AB01;
}
.neutral {
  color: yellow;
}
.general {
  color: #4F4F4F;
}
.negative {
  color: #994500;
}
.analytics_tab {
  padding: 10px;
  margin: 5px;
}
.side_stats_border {
  padding-left: 10px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #44A5E8;
}
.mini_side_stats_border {
  padding-left: 10px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #44A5E8;
}
.side_stats_border table {
  border: 0px;
  margin-right: 10px;
}
.mini_side_stats_border table {
  border: 0px;
  margin-right: 10px;
}
.stats_panel table {
  border: 0px;
  padding: 0px;
  width: 280px;
  size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
.side_stats_border .label {
  width: 64px;
  text-align: center;
}
.question_mark_about {
  color: orange;
  font-size: 10px;
}
.side_label {
  text-align: left;
}
.analytics_line_box {
  float: left;
  width: 600px;
  height: 280px;
}
.top_line_box {
  float: left;
  width: 600px;
}
.analytics_side_stats {
  float: left;
  width: 360px;
  height: 280px;
}
.analytics_side_list {
  float: left;
  width: 300px;
  max-width: 300px;
  height: 300px;
}
.analytics_side_stats div {
  float: left;
}
.analytics_pie_box {
  float: left;
  width: 310px;
  height: 550px;
  padding-left: 10px;
}
.analytics_pie_box_wide {
  float: left;
  width: 650px;
  height: 550px;
  padding-left: 10px;
}
.analytics_simple_box {
  float: left;
  width: 320px;
}
.half_analytics_simple_box {
  float: left;
  width: 225px;
}
.mini_half_analytics_simple_box {
  float: left;
  width: 200px;
}
.dashboard_stats_container {
  min-height: 180px;
}
.analytics_table_containers {
  padding: 10px 10px 10px 0;
}
.analytics_table_containers h3 {
  border-color: #E4E4E4;
  border-right: medium none;
  border-style: solid none none;
  border-width: 10px medium medium;
  color: #555555;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 5px;
}
#stats {
  color: #555;
  /*		min-height: 850px;
*/
}
#stats_admin {
  color: #555;
  min-height: 1100px;
}
.mini_header {
  color: #555555;
  font-size: 17px;
  padding-top: 30px;
  padding-left: 20px;
}
.page_view_header {
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.analytics_header {
  border-color: #E4E4E4;
  border-right: medium none;
  border-style: solid none none;
  border-width: 10px medium medium;
  color: #555555;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 5px;
  margin-right: 10px;
}
.analytics_sub_header {
  border-color: #E4E4E4;
  border-right: medium none;
  border-style: solid none none;
  border-width: 10px medium medium;
  color: #555555;
  font-size: 15px;
  margin-top: 10px;
  padding-top: 5px;
  margin-right: 10px;
}
.general_table table {
  border: 0px;
  padding-left: 10px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #555;
}
#analytics_bottom_key {
  border: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  width: 490px;
}
#analytics_bottom_key div {
  display: inline;
  padding: 10px;
}
.side_label {
  padding-left: 5px;
}
.subtext {
  color: #AAA;
}
.positive {
  color: #01AB01;
}
.neutral {
  color: yellow;
}
.general {
  color: #4F4F4F;
}
.negative {
  color: #994500;
}
.analytics_tab {
  padding: 10px;
  margin: 5px;
}
.side_stats_border {
  padding-left: 10px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #44A5E8;
}
.side_stats_border_widget {
  padding-left: 0px;
  padding-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #44A5E8;
}
.mini_side_stats_border {
  padding-left: 10px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #44A5E8;
}
.side_stats_border table {
  border: 0px;
  margin-right: 10px;
}
.side_stats_border_widget table {
  border: 0px;
  margin-right: 10px;
}
.mini_side_stats_border table {
  border: 0px;
  margin-right: 10px;
}
.stats_panel table {
  border: 0px;
  padding: 0px;
  width: 280px;
  size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
.side_stats_border .label {
  width: 64px;
  text-align: center;
}
.question_mark_about {
  color: orange;
  font-size: 10px;
}
.side_label {
  text-align: left;
}
.analytics_line_box {
  float: left;
  width: 600px;
  height: 280px;
}
.top_line_box {
  float: left;
  width: 600px;
}
.analytics_side_stats {
  float: left;
  width: 360px;
  height: 280px;
}
.analytics_side_list {
  float: left;
  width: 300px;
  max-width: 300px;
  height: 300px;
}
.analytics_side_stats div {
  float: left;
}
.analytics_pie_box {
  float: left;
  width: 310px;
  height: 550px;
  padding-left: 10px;
}
.analytics_pie_box_wide {
  float: left;
  width: 650px;
  height: 550px;
  padding-left: 10px;
}
.analytics_simple_box {
  float: left;
  width: 320px;
}
.half_analytics_simple_box {
  float: left;
  width: 225px;
}
.mini_half_analytics_simple_box {
  float: left;
  width: 200px;
}
.dashboard_stats_container {
  min-height: 180px;
}
.analytics_table_containers {
  padding: 10px 10px 10px 0;
}
.analytics_table_containers h3 {
  border-color: #E4E4E4;
  border-right: medium none;
  border-style: solid none none;
  border-width: 10px medium medium;
  color: #555555;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 5px;
}
.search-result {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  width: 100%;
  box-sizing: border-box;
}
.search-user {
  width: 230px;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.search-heading {
  border-top: 5px solid #dddddd;
  border-bottom: none;
  padding: 5px;
  background-color: #f1f1f1;
}
.search-type {
  display: inline-block;
  margin-top: 6px;
}
.search-margin {
  margin-left: 72px;
}
.search-group {
  margin-bottom: 30px;
}
#col1 {
  width: 200px;
  margin-right: 7px;
}
#col1 strong {
  margin: 15px 5px 7px;
  display: block;
}
#col2.results {
  width: 771px;
}
#col2 .linebreak {
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  margin: 7px 0;
}
#col2 .no-pad {
  padding: 10px !important;
}
#col2 .no-pad form {
  margin: 27px 0 0;
}
#col2 .no-pad input[type=submit] {
  text-indent: -999em;
  background: transparent url(https://assets.stockopedia.com/redesign/searchicon.png) no-repeat center;
  border: 0;
  box-shadow: none;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 19px;
  top: 43px;
  cursor: pointer;
}
#col2 .no-pad .sort-search {
  margin-top: -7px;
}
#col2 .no-pad .sort-wrapper {
  padding: 4px 0 7px;
}
#col2 .no-pad .sort-wrapper i {
  margin-right: 9px;
}
#col2 .no-pad .sort-wrapper .dropdown-menu {
  max-width: 110px;
  margin: -21px -10px;
  min-width: 70px;
}
#col2 .no-pad .search-flag {
  margin: 0 0 -1px 7px;
}
#col2 .no-pad .ticker strong {
  font-size: 18px;
}
.big-search {
  width: 100%;
  padding: 7px 12px;
  box-sizing: border-box;
  height: 38px;
}
ul.search-filter {
  margin: 5px 0 0 0;
  background: #f3f3f3;
}
ul.search-filter li {
  list-style: none;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}
ul.search-filter li:hover {
  background: #cfe0f0;
}
ul.search-filter li.sub-list a {
  padding-left: 20px;
}
ul.search-filter li a {
  color: #333 !important;
  display: block;
  padding: 5px 10px;
}
ul.search-filter li.checked {
  background: #88ace0;
  color: #fff;
  cursor: default;
}
ul.search-filter li.checked a {
  color: #fff !important;
}
ul.search-filter .hidden-filters .sub-list {
  display: none;
}
ul.search-filter .hidden-filters.show .sub-list {
  display: block;
}
ul.search-filter .hidden-filters .show-filters a {
  padding-left: 20px;
}
.alert.alert-info {
  margin-top: 7px;
  padding: 10px;
  background: #cfe0f0;
  color: #31708f;
  border-radius: 3px;
  display: none;
}
.alert.alert-info i {
  color: #333;
}
#advan-search {
  margin-left: 365px;
}
#close-alert {
  float: right;
  cursor: pointer;
}
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  position: relative;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  cursor: pointer;
  background-color: #b9b9b9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: 0px 3px 0px 0px #8e8e8e, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 0px 0px #8e8e8e, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 0px 0px #8e8e8e, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #bdbdbd;
  *background-color: #bdbdbd;
  color: #fff;
  text-decoration: none;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #6b6b6b;
  background-color: #6b6b6b \9;
  background-image: none;
  outline: 0;
  top: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #bdbdbd;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #5888cf;
  -webkit-box-shadow: inset 0px 1px 0px #86a9dc, 0px 3px 0px 0px #4a77ba, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: inset 0px 1px 0px #86a9dc, 0px 3px 0px 0px #4a77ba, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 0px 1px 0px #86a9dc, 0px 3px 0px 0px #4a77ba, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
}
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #5d90dc;
  *background-color: #5d90dc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3967ac;
  background-color: #3967ac \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-warning {
  background-color: #faa732;
  -webkit-box-shadow: 0px 3px 0px 0px #d6902d, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 0px 0px #d6902d, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 0px 0px #d6902d, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-danger {
  background-color: #d05959;
  -webkit-box-shadow: 0px 3px 0px 0px #b94141, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 0px 0px #b94141, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 0px 0px #b94141, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #d57272;
  *background-color: #d57272;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #b53b3b \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-success {
  background-color: #9fce6a;
  -webkit-box-shadow: 0px 3px 0px 0px #86b551, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 0px 0px #86b551, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 0px 0px #86b551, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #a6dd60;
  *background-color: #a6dd60;
}
.btn-success:active,
.btn-success.active {
  background-color: #82b243 \9;
  background-color: #82b243;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-info {
  background-color: #a0cfdd;
  -webkit-box-shadow: 0px 3px 0px 0px #7dadbb, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 0px 0px #7dadbb, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 0px 0px #7dadbb, 0px 4px 3px rgba(0, 0, 0, 0.3) !important;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #8cbcca;
  *background-color: #8cbcca;
}
.btn-info:active,
.btn-info.active {
  background-color: #8cbcca \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/* fontawesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot");
  src: url("../../../fonts/fontawesome-webfont-ie.eot") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff") format("woff"), url("../../../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */

  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
/* fontawesome end*/
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
body,
input {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
#reporting {
  position: absolute;
  top: 5px;
  right: 5px;
  font: 10px Arial, Verdana;
  color: #666;
}
/*
#datatable-tabs{border:0}
#datatable-tabs ul li {float:right}
#datatable-tabs ul li a{color:#888;text-shadow:0 1px #eee}
#datatable-tabs ul li a:hover{color:#555;text-shadow:0 1px #eee;background-color:#e5e5e5;.border-radius(5px)}
#datatable-tabs ul li.active a{color:#555;text-shadow:0 1px #eee;background-color:#e5e5e5;.border-radius(5px)}

.highlighted{ background-color: #FFFBCC }

table.datatable{border:0;margin:0;}
div.DTTT_container{margin-bottom:0;float:right !important;}
button.DTTT_button{height:22px;}
.datatable thead tr:hover{
    cursor:pointer;
}



.datatable tr{height:30px}

.ui-corner-top,.ui-corner-right,.ui-corner-left,.ui-corner-bottom,.ui-corner-all,.ui-corner-tr,.ui-corner-tl,.ui-corner-br,.ui-corner-bl{ border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; }
*/
/*overflow:hidden;*/
.dataTables_wrapper,
table.datatable {
  clear: none!important;
  min-height: 0;
}
.reset {
  margin: 0;
  padding: 0;
}
/*pills resetting*/
.pills {
  margin-bottom: 0;
}
.pills li {
  list-style-type: none;
}
.sidePadding {
  padding: 0 40px 0 0;
}
div.tablesorterPager {
  padding: 10px 0 10px 0;
  background-color: #D6D2C2;
  text-align: center;
}
div.tablesorterPager span {
  padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
  width: auto;
  margin-right: 10px;
}
div.tablesorterPager input.next {
  width: auto;
  margin-left: 10px;
}
div.tablesorterPager input {
  font-size: 8px;
  width: 50px;
  border: 1px solid #330000;
  text-align: center;
}
.btn {
  border: 0 !important;
}
/* @group Top Navigation Bar */
h1 {
  font-weight: 300;
}
#masthead,
.masthead {
  background-color: #5888cf;
}
#masthead h1,
.masthead h1,
#masthead p,
.masthead p,
#masthead .h1,
.masthead .h1 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  margin-bottom: 9px;
}
#masthead h1,
.masthead h1 {
  font-size: 54px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
#masthead .btn,
.masthead .btn {
  font-size: 26px;
  margin-top: 15px;
}
#masthead p,
.masthead p {
  font-weight: 300;
}
#masthead p.lead,
.masthead p.lead {
  font-size: 20px;
  line-height: 27px;
}
#masthead p a,
.masthead p a {
  color: #fff;
  font-weight: bold;
}
#masthead #hero-video,
.masthead #hero-video {
  height: 344px;
  background: url(https://assets.stockopedia.com/redesign/video.png) no-repeat;
  position: relative;
  margin: 50px 0 60px;
  background-size: 100% !important;
  width: 540px;
}
.topbar div > ul > li,
.nav > li {
  font-size: 13px !important;
}
.regionPicker .padlock,
.regionPicker .cross {
  display: none;
}
.regionPicker li.locked .padlock,
.regionPicker li.selected .cross {
  display: block;
}
.regionPicker li {
  position: relative;
}
.regionPicker li.selected {
  background: #2a4772;
}
.regionPicker li.selected .s80 {
  color: #fff;
}
.favicon {
  height: 16px;
  width: 16px;
}
#bcs {
  padding: 10px 14px 5px;
  margin: 0 0 0;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
}
#bcs li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
#bcs .divider {
  padding: 0 5px;
  color: #999999;
}
#bcs .active a {
  color: #333333;
}
#topp {
  /*  .grey-wash();*/

  background: #eff4f5;
  border-bottom: 1px solid #ddd;
}
#topp .tabs {
  border: 0;
}
#topp #editFolio {
  float: right;
  margin-top: 7px;
}
.wrap {
  padding: 0 10px;
}
h2.main-title {
  font-size: 36px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #5888cf;
}
.hoverchild {
  display: none;
}
.rise {
  color: green;
  padding: 1px;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: 1px 1px white;
  background-color: #e9ffc4;
}
.fall {
  color: red;
  padding: 1px;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: 1px 1px white;
  background-color: #FFF0F2;
}
#magic-formula {
  height: 30px;
  background: url(https://assets.stockopedia.com/pro/meters_new.png) 4px -55px no-repeat;
  width: 288px;
}
#magic-formula-quintile {
  width: 12px;
  height: 12px;
  padding: 8px;
  color: white;
}
#magic-formula-quintile.A {
  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat -359px 0px;
}
#magic-formula-quintile.B {
  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat -359px -30px;
}
#magic-formula-quintile.C {
  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat -359px -60px;
}
#magic-formula-quintile.D {
  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat -359px -90px;
}
#magic-formula-quintile.E {
  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat -358px -120px;
}
/* @end */
/*.blur1, .blur2, .blur3, .blur4, */
.padlockTiny {
  background: url(https://assets.stockopedia.com/pro/blur.png) right -100px no-repeat;
}
.padlock {
  background: url(https://assets.stockopedia.com/pro/blur.png) right -80px no-repeat;
}
.iconLock {
  background: url(https://assets.stockopedia.com/pro/blur.png) right -100px no-repeat;
  display: inline-block;
  width: 25px;
  height: 12px;
}
/*@group Moon*/
.moon {
  cursor: pointer;
  width: 30px;
  height: 11px;
  border: 1px solid silver;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*  float: right;*/

}
.moon .moon-n-a {
  border-color: white #e5e5e5;
  border-style: solid;
  border-width: 5px 15px;
}
.moon .moon-5 {
  height: 100%;
  -moz-border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3EC006 !important;
  float: left;
}
.moon .moon-4 {
  background: #B7D57D !important;
  height: 100%;
  -moz-border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.moon .moon-3 {
  background: #eae25c !important;
  height: 100%;
  -moz-border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.moon .moon-2 {
  background: #eab35c !important;
  height: 100%;
  -moz-border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.moon .moon-1 {
  background: #d05959 !important;
  height: 100%;
  -moz-border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.spot-1 {
  margin-top: 3px;
  background-color: #d05959;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d66d6d;
  background: -webkit-gradient(linear, left top, left bottom, from(#d66d6d), to(#d05959));
  background: -moz-linear-gradient(top, #d66d6d, #d05959);
  background-image: -ms-linear-gradient(top, #d66d6d, #d05959);
  background-image: -o-linear-gradient(top, #d66d6d, #d05959);
  background-image: linear-gradient(top, #d66d6d, #d05959);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66d6d, endColorstr=#d05959);
}
.spot-2 {
  margin-top: 3px;
  background-color: #eab35c;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #edbe73;
  background: -webkit-gradient(linear, left top, left bottom, from(#edbe73), to(#eab35c));
  background: -moz-linear-gradient(top, #edbe73, #eab35c);
  background-image: -ms-linear-gradient(top, #edbe73, #eab35c);
  background-image: -o-linear-gradient(top, #edbe73, #eab35c);
  background-image: linear-gradient(top, #edbe73, #eab35c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#edbe73, endColorstr=#eab35c);
}
.spot-3 {
  margin-top: 3px;
  background-color: #eae25c;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ede673;
  background: -webkit-gradient(linear, left top, left bottom, from(#ede673), to(#eae25c));
  background: -moz-linear-gradient(top, #ede673, #eae25c);
  background-image: -ms-linear-gradient(top, #ede673, #eae25c);
  background-image: -o-linear-gradient(top, #ede673, #eae25c);
  background-image: linear-gradient(top, #ede673, #eae25c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ede673, endColorstr=#eae25c);
}
.spot-4 {
  background-color: #b7d57d;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c2db90;
  background: -webkit-gradient(linear, left top, left bottom, from(#c2db90), to(#b7d57d));
  background: -moz-linear-gradient(top, #c2db90, #b7d57d);
  background-image: -ms-linear-gradient(top, #c2db90, #b7d57d);
  background-image: -o-linear-gradient(top, #c2db90, #b7d57d);
  background-image: linear-gradient(top, #c2db90, #b7d57d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c2db90, endColorstr=#b7d57d);
  margin-top: 3px;
}
.spot-5 {
  margin-top: 3px;
  background-color: #3ec006;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #46d907;
  background: -webkit-gradient(linear, left top, left bottom, from(#46d907), to(#3ec006));
  background: -moz-linear-gradient(top, #46d907, #3ec006);
  background-image: -ms-linear-gradient(top, #46d907, #3ec006);
  background-image: -o-linear-gradient(top, #46d907, #3ec006);
  background-image: linear-gradient(top, #46d907, #3ec006);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#46d907, endColorstr=#3ec006);
}
.spot-lock {
  margin-top: 3px;
  background: url(https://assets.stockopedia.com/pro/blur.png) right -100px no-repeat;
}
/* @end moon*/
/* @group Meters*/
#beneish {
  height: 18px;
  width: 64px;
  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat -286px -96px;
}
#beneish-on {
  height: 18px;
  width: 64px;
  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat -291px -61px;
}
#broker-sentiment {
  height: 37px;
  width: 352px;
  /*  background: url(https://assets.stockopedia.com/pro/broker.png) no-repeat;*/

  background: url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat 4px -17px;
  margin: 2px 0 10px;
}
#altman {
  /*  background: transparent url(https://assets.stockopedia.com/pro/altman.png) no-repeat 4px 0px;*/

  background: transparent url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat 4px -119px;
  width: 100%;
  height: 30px;
}
#piotroski {
  /*  background: transparent url(https://assets.stockopedia.com/pro/piotroski.png) no-repeat 3px 0px;*/

  background: transparent url(https://assets.stockopedia.com/pro/meters_new.png) no-repeat 7px -89px;
  width: 100%;
  height: 30px;
}
#montier {
  /*  background: transparent url(https://assets.stockopedia.com/pro/piotroski.png) no-repeat 3px 0px;*/

  background: transparent url(https://assets.stockopedia.com/pro/meter-montier_new.png) no-repeat -1px -2px;
  width: 100%;
  height: 30px;
}
.meter-score {
  background: url(https://assets.stockopedia.com/pro/progress-arrow_new.png) no-repeat left center;
}
.locked {
  background: url(https://assets.stockopedia.com/pro/padlock.png) no-repeat top left;
  padding-left: 25px;
  color: #555 !important;
  font-weight: bold;
  padding-top: 1px;
}
/* @end */
/* @group CTAs and Conversion */
.cta {
  border: 1px solid #9ACD32;
  padding: 10px;
  background-color: #f5fce2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5fce2), to(#e1edbf));
  background: -moz-linear-gradient(top, #f5fce2, #e1edbf);
  background-image: -ms-linear-gradient(top, #f5fce2, #e1edbf);
  background-image: -o-linear-gradient(top, #f5fce2, #e1edbf);
  background-image: linear-gradient(top, #f5fce2, #e1edbf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5fce2, endColorstr=#e1edbf);
}
.blur2 {
  background: url(https://assets.stockopedia.com/pro/blur.png) right -4px no-repeat;
  width: 100%;
  height: 14px;
  display: block;
  min-width: 20px;
}
.blur2:hover {
  background-position-y: -100px;
}
.blur1 {
  background: url(https://assets.stockopedia.com/pro/blur.png) right -42px no-repeat;
  width: 100%;
  height: 14px;
  display: block;
  min-width: 20px;
}
.blur1:hover {
  background-position-y: -100px;
}
.blur3 {
  background: url(https://assets.stockopedia.com/pro/blur.png) right -23px no-repeat;
  width: 100%;
  height: 14px;
  display: block;
  min-width: 20px;
}
.blur3:hover {
  background-position-y: -100px;
}
.blur4 {
  background: url(https://assets.stockopedia.com/pro/blur.png) right -59px no-repeat;
  width: 100%;
  height: 14px;
  display: block;
  min-width: 20px;
}
.blur4:hover {
  background-position-y: -100px;
}
/* @end */
/* @group Slidebox Conversion thingy*/
#slidebox {
  z-index: 1000;
  width: 400px;
  height: 100px;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  right: -430px;
}
#slidebox h2 {
  margin: 5px 20px 10px 0px;
}
#slidebox a.close {
  background: transparent url(https://assets.stockopedia.com/pro/close.gif) no-repeat top left;
  width: 13px;
  height: 13px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}
#slidebox a.close.close:hover {
  background-position: 0px -13px;
}
/* @end */
/* Helpers*/
.box-gradient {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
}
.text-shadow-darker {
  text-shadow: 1px 1px 3px #222;
}
.text-shadow-dark {
  text-shadow: 1px 1px 3px #444;
}
.text-shadow-light {
  text-shadow: 1px 1px 3px #fff;
}
.c222 {
  color: #222;
}
.c444 {
  color: #444;
}
.c555 {
  color: #555;
}
.c888 {
  color: #888;
}
.qtip-content {
  overflow: visible !important;
}
/* @group Homepage */
.grey-wash {
  background: #f3f3f3;
  color: #333;
  line-height: 160%;
}
.grey-wash h3 {
  margin: 50px 0 10px;
}
.grey-wash h3 a {
  color: #333;
  font-size: 20px;
  line-height: 130%;
}
.grey-wash h3 a:hover {
  text-decoration: none;
}
.grey-wash p {
  line-height: 175%;
}
.grey-wash p a {
  text-decoration: underline;
}
.grey-wash #featured-text {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin-bottom: 25px;
}
.grey-wash #featured-text span {
  display: block;
  text-align: center;
  background: #f3f3f3;
  width: 120px;
  margin: auto;
  top: -9px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #5888cf;
}
.grey-wash .home-icon {
  width: 62px;
  height: 62px;
  background: #fff;
  margin: -85px 0 0 65px;
  border-radius: 40px;
  border: 3px solid #333;
  position: absolute;
}
#grey-wash {
  height: 370px;
}
#inner-grey-wash {
  margin: 0 5px;
}
#computer {
  background: url('https://assets.stockopedia.com/redesign/video.png') no-repeat top center transparent;
  margin: 30px 0;
  height: 344px;
}
.newIcon {
  display: block;
  height: 60px;
  width: 60px;
  background: url(https://assets.stockopedia.com/redesign/newicons.png) no-repeat;
}
#mag-glass {
  background-position: center -60px;
}
#tick {
  background-position: center -120px;
}
#venn {
  background-position: center -420px;
}
#chart {
  background-position: center -180px;
}
#calculator {
  background-position: center -240px;
}
#compare {
  background-position: center -300px;
}
#pie {
  background-position: center -360px;
}
.finished {
  list-style: none;
  margin: 0;
}
.finished li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 19.6%;
  margin: 0;
}
.finished li span {
  margin-top: 10px;
}
.finished li img {
  margin: 0 auto 10px;
  position: inherit;
  display: block;
}
.finished li a {
  padding: 10px;
  color: #333;
}
.finished li a:hover {
  text-decoration: none;
}
.finished li a:hover img {
  -webkit-animation: tada ease 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: tada ease 1s;
  -moz-animation-iteration-count: 1;
  -o-animation: tada ease 1s;
  -o-animation-iteration-count: 1;
  -ms-animation: tada ease 1s;
  -ms-animation-iteration-count: 1;
  animation: tada ease 1s;
  animation-iteration-count: 1;
}
img.thumby {
  opacity: 0;
  display: block;
  right: auto;
  position: relative;
  left: 50%;
  margin: 0 0 20px -80px;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  -ms-aanimation-delay: .4s;
  animation-delay: .4s;
}
/* @group icons Home landing */
#icon-valuation {
  background: url('https://assets.stockopedia.com/pro/icons-home.png') no-repeat transparent;
  height: 54px;
  background-position: 0px -706px;
  padding-left: 60px;
  padding-top: 10px;
  color: #555;
}
#icon-valuation.hover {
  background-position: 0px -706px;
}
#icon-compare {
  background: url('https://assets.stockopedia.com/pro/icons-home.png') no-repeat transparent;
  height: 54px;
  background-position: 0px -595px;
  padding-left: 60px;
  padding-top: 10px;
  color: #555;
}
#icon-idea.compare {
  background-position: 0px 595px;
}
#icon-sector {
  background: url('https://assets.stockopedia.com/pro/icons-home.png') no-repeat transparent;
  height: 54px;
  background-position: 2px -826px;
  padding-left: 60px;
  padding-top: 10px;
  color: #555;
}
#icon-sector.compare {
  background-position: 2px 826px;
}
/* @end */
#icon-research {
  background: url('https://assets.stockopedia.com/pro/icons-home.png') no-repeat transparent;
  height: 48px;
  background-position: -5px -420px;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 4px;
  color: #555;
}
#icon-research.hover {
  background-position: -5px -362px;
}
#icon-chat {
  background: url('https://assets.stockopedia.com/pro/icons-home.png') no-repeat transparent;
  height: 50px;
  background-position: 0px -173px;
  padding-left: 60px;
  padding-top: 10px;
  color: #555;
}
#icon-chat.hover {
  background-position: 0px -122px;
}
#icon-checklist {
  background: url('https://assets.stockopedia.com/pro/icons-home.png') no-repeat transparent;
  height: 50px;
  background-position: 0px -535px;
  padding-left: 60px;
  padding-top: 10px;
  color: #555;
}
#icon-checklist.hover {
  background-position: 0px -482px;
}
#icon-chart {
  background: url('https://assets.stockopedia.com/pro/icons-home.png') no-repeat transparent;
  height: 50px;
  background-position: 0px -296px;
  padding-left: 60px;
  padding-top: 10px;
  color: #555;
}
#icon-chart.hover {
  background-position: 0px -235px;
}
/* @end */
/* @group Pricing Plans */
#swash-plans {
  background: #034c95 url('https://assets.stockopedia.com/pro/background-plans.png') no-repeat top center;
  padding-top: 20px;
}
#swash-plans-inner {
  background: url('https://assets.stockopedia.com/pro/background-pricing.png') no-repeat top center transparent;
  height: 390px;
}
#buttons {
  margin-top: 80px;
}
.home_heading {
  color: white;
}
.home_left {
  padding-top: 20px;
  padding-left: 10px;
}
.home_left p {
  color: white;
}
.home_image {
  margin-top: 20px;
  padding-left: 16px;
}
#subscription-price {
  border: 1px solid #ddd;
}
/* @end */
/* @group Features Pages */
#left {
  background: url(https://assets.stockopedia.com/pro/background_sidebar.png) no-repeat top right;
  min-height: 1000px;
}
#right {
  background: url(https://assets.stockopedia.com/pro/background_sidebar_right.png) no-repeat top left;
  min-height: 1000px;
}
#left-nav {
  padding-top: 50px;
  font-size: 1.5em;
  margin-left: 0;
}
#left-nav li {
  list-style-type: none;
  margin-left: 0;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #fff;
  padding: 5px;
}
#left-nav li.active {
  background: #fff;
  font-weight: bold;
}
#left-nav li.active a {
  color: #555;
}
#left-nav li a {
  display: block;
}
#markdown h2 {
  margin-top: 30px;
  clear: both;
}
/* @end */
/* @group OLD HEADERS */
#thin_header {
  background-color: black;
  margin-bottom: 0;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: -moz-linear-gradient(top, #000000, #000000);
  background-image: -ms-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(top, #000000, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
/* @end */
/* @group Share Page */
.carousel li {
  margin: 0;
  padding: 0;
}
#technicals td,
#growth td,
#history td,
#leverage td,
#liquidity td {
  padding-left: 5px;
}
table {
  width: 100%;
}
.box-bottom {
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  padding: 3px 5px;
}
#strategies-box {
  border: 1px solid #ddd;
  overflow: auto;
  height: 71px;
}
#strategies-box .subtitle {
  background: #f1f1f1;
}
#strategies-box p {
  margin-bottom: 5px;
}
.subsub {
  vertical-align: middle;
  color: #666;
  background-color: #f5f5f5;
  padding: 3px 5px;
  /* font-size:.8em;*/

  font-weight: bold;
}
#statements td {
  white-space: nowrap;
  padding-right: 5px !important;
  text-align: right;
}
#statements td:first-child {
  text-align: left;
  padding-left: 5px;
}
tr.break td {
  border-top: 1px dotted #ccc;
}
tr.big-break td {
  border-top: 1px solid #ccc;
}
#statements.break td,
#statements.big-break td {
  border: 0;
}
.highest {
  width: 65%;
  margin: 0 auto;
  background-color: #FFF9D4;
  text-align: center;
  background-position: 5px -2220px;
  background-image: url(https://assets.stockopedia.com/layout/iknc3_new.png);
  background-repeat: no-repeat;
  line-height: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #F2E7A4;
}
/* @end */
/* @group Checklists & Screening Pages */
.accordion-row {
  padding: 2px 0;
}
#accordion .selected {
  font-weight: bold;
}
.grouping {
  padding: 0 10px 10px 20px;
  margin: 10px 10px 10px 10px;
}
.criterion {
  border-bottom: 2px dotted silver;
  background: #FFF;
  font-size: 116%;
}
.criterion-header {
  padding: 10px;
  cursor: pointer;
}
.defn {
  margin-left: 60px;
  margin-top: 10px;
  text-decoration: italic;
}
/*.defn{margin-left:60px}*/
.defn.detail {
  margin-left: 100px;
}
.pass {
  background-color: #00b300;
  padding: 8px;
  width: 40px;
  color: white;
  border-radius: 5px;
  border: 1px solid darkgreen;
  text-align: center;
  background-image: url(../../images/buttons/bottom-shadow.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.fail {
  color: white;
  padding: 8px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  background-color: #D73535;
  text-shadow: 0px 1px 0px #E53939;
  border: 1px solid darkred;
  background-image: url(../../images/buttons/bottom-shadow.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.hide {
  display: none;
}
.choose {
  color: white;
  height: 30px;
  line-height: 30px;
  margin: 0px 0 0 0;
  padding-left: 10px;
  background-color: #748DBB;
  text-shadow: 0px 1px 1px #555;
  background-color: #adbdd7;
  background: -webkit-gradient(linear, left top, left bottom, from(#adbdd7), to(#748dbb));
  background: -moz-linear-gradient(top, #adbdd7, #748dbb);
  background-image: -ms-linear-gradient(top, #adbdd7, #748dbb);
  background-image: -o-linear-gradient(top, #adbdd7, #748dbb);
  background-image: linear-gradient(top, #adbdd7, #748dbb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adbdd7, endColorstr=#748dbb);
  -moz-box-shadow: inset 0 1px 0 #899cc0, inset 0 2px 0 #b4c6e4, inset 0 -1px 0 #6c7b98;
  -webkit-box-shadow: inset 0 1px 0 #899cc0, inset 0 2px 0 #b4c6e4, inset 0 -1px 0 #6c7b98;
  box-shadow: inset 0 1px 0 #899cc0, inset 0 2px 0 #b4c6e4, inset 0 -1px 0 #6c7b98;
  cursor: default;
}
.arrow-left {
  border-color: white white white #90A5C9;
  border-style: solid;
  border-width: 15px 0px 15px 15px ;
  width: 0;
  height: 0;
}
.arrow-bottom {
  border-color: #758BB4 white white white;
  border-style: solid;
  border-width: 10px 10px 0px 10px ;
  width: 0;
  height: 0;
  margin: 0 auto;
}
.shadow-subtle {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#checklist-stock {
  padding: 7px;
  border: solid 1px silver;
  background: #FFFFFF;
}
/* @end */
/*Accounts*/
.accounts {
  text-shadow: 0 1px white;
  width: 100%;
}
.accounts .group {
  background: #f1f1f1;
  border-bottom: 1px solid silver;
  border-top: 1px dotted silver;
  font-weight: bold;
  font-size: 1.1em;
}
td.first {
  padding-left: 5px !important;
}
.accounts thead tr {
  background: #dddddd url(../../images/layout/opaque.png) repeat-x scroll 0 0;
}
.neg {
  color: red;
}
td.indentlvl1 {
  text-align: right !important;
  font-weight: bold;
}
/*DATATABLES*/
/*Unstyled content flash killer*/
.flash .fouc {
  display: none;
}
#side-bar {
  width: 220px;
  float: left;
}
#wide-bar {
  margin-left: 220px;
}
#footerAward {
  height: 65px;
  position: absolute;
  margin-top: -17px;
}
#footer-wrap {
  background: #333;
  position: relative;
  z-index: 1000;
}
#footer-wrap ul {
  list-style: none;
  font-size: 15px;
  display: inline-block;
  margin: 0 56px 0 0;
  vertical-align: top;
}
#footer-wrap ul li {
  list-style: none;
  margin: 0;
}
#footer-wrap ul li.img a {
  display: block;
  margin-top: 12px;
}
.socialWrapper {
  background: #222;
  margin-top: 20px;
  padding: 10px;
}
.socialWrapper .socialFooter {
  float: right;
  margin: 0;
}
.socialWrapper .socialFooter li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 11px !important;
}
.socialWrapper .socialFooter li a {
  display: block;
  width: 30px;
  height: 26px;
  background: url(https://assets.stockopedia.com/redesign/socialsprite.png) no-repeat;
  background-size: 157px;
}
.socialWrapper .socialFooter li a:hover {
  cursor: pointer;
}
.socialWrapper .socialFooter li a.fbook {
  background-position: 0 1px;
}
.socialWrapper .socialFooter li a.twitter {
  background-position: -34px 2px;
}
.socialWrapper .socialFooter li a.youtube {
  background-position: -66px 2px;
}
.socialWrapper .socialFooter li a.rss {
  background-position: -93px 0;
}
.socialWrapper .socialFooter li a.insta {
  background-position: -123px 1px;
}
.socialWrapper .copy {
  color: #bdbdbd;
  margin-top: 5px;
  display: block;
  margin-left: 0px !important;
}
.socialWrapper .copy a {
  color: #bdbdbd;
}
.disclaimerWrap {
  padding: 15px 0 17px;
}
.disclaimerWrap .s80 {
  line-height: 1.4em;
  margin: 0 auto;
  color: #bdbdbd;
}
#footer {
  border: 0;
  padding: 30px 20px 20px !important;
}
#footer a {
  color: #bdbdbd;
}
#footer .title {
  color: #588acf;
  font-size: 14px;
}
#legals {
  color: #bdbdbd;
}
/*!
     * Bootstrap v2.0.0
     *
     * Copyright 2012 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 @twitter by @mdo and @fat.
     */
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
  background: #dddddd url(../../images/layout/opaque.png) repeat-x scroll 0 0;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(top, #ffffff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
  font-size: 116%;
  padding: 5px 10px;
  text-align: left;
  cursor: pointer;
}
.accordion-heading:hover {
  font-weight: bold;
  text-decoration: underline;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 116%;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.banner-research {
  background: url(https://assets.stockopedia.com/pro/banner-stockpick-blue.png) no-repeat;
  width: 1110px;
  height: 80px;
  position: absolute;
  top: -45px;
  left: -65px;
  z-index: 100;
}
/** For Subscriber only positioning! **/
.positioned {
  position: relative;
}
/** For Subscriber only positioning! **/
.subscriber_only {
  width: 160px;
  height: 20px;
  border: 1px solid #666666;
  text-align: left;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -90px;
}
/**
        vs. sector vs. market on stock report
    **/
.snm {
  margin-right: 7px;
  font-size: 60%;
  font-weight: normal;
  text-align: center;
  margin-top: -2px;
  text-transform: lowercase;
  float: right;
  color: #888;
}
.c70l.widescreen {
  width: auto;
  position: absolute;
  background: #fff;
  z-index: 999;
}
.c70l.widescreen .subcl {
  padding: 0;
}
.sneaky {
  right: 426px;
  color: #555;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  z-index: 100;
  top: 0;
}
#quantos-chat {
  padding-left: 30px;
  color: #ced6ff;
}
#quantos-chat a {
  color: #ced6ff;
  text-decoration: underline;
}
.iconScreen {
  background: url(/images/pro/iconsPRO.png) 4px 4px no-repeat;
  width: 35px;
  height: 20px;
  display: inline-block;
}
.iconIdea {
  background: url(https://assets.stockopedia.com/pro/iconsPRO.png) 4px -20px no-repeat;
  width: 35px;
  height: 20px;
  display: inline-block;
}
.iconChecklist {
  background: url(https://assets.stockopedia.com/pro/iconsPRO.png) 4px -43px no-repeat;
  width: 35px;
  height: 20px;
  display: inline-block;
}
.iconCompare {
  background: url(https://assets.stockopedia.com/pro/iconsPRO.png) 4px -67px no-repeat;
  width: 35px;
  height: 20px;
  display: inline-block;
}
.iconValuation {
  background: url(https://assets.stockopedia.com/pro/iconsPRO.png) 4px -91px no-repeat;
  width: 35px;
  height: 20px;
  display: inline-block;
}
.iconFolio {
  background: url(https://assets.stockopedia.com/pro/iconsPRO.png) 4px -115px no-repeat;
  width: 35px;
  height: 20px;
  display: inline-block;
}
.iconHelp {
  width: 8px;
  margin-left: 5px;
}
.iconBug {
  width: 8px;
  margin-left: 5px;
}
.home-links li {
  margin-top: 5px;
  margin-left: 10px;
}
h2.home {
  color: #666;
  font-size: 1.5em;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 20px;
  text-shadow: 1px 1px white;
}
#mac-computer .carousel ul li {
  width: 420px;
  height: 258px;
}
.hoverSwitch a:hover {
  text-decoration: none;
}
.force-uppercase {
  text-transform: uppercase;
}
.chartedrows tbody tr {
  cursor: pointer;
}
.iconUp,
.iconDown {
  height: 16px;
  vertical-align: middle;
}
/*      .iconSpacer{line-height:inherit;}*/
.dimmer {
  color: #555;
}
#broker_distribution td {
  text-align: center;
  border-left: 1px solid #ddd;
  padding: 5px;
}
table.share-price-quote td {
  text-align: center;
}
table.share-price-quote td.inner {
  border-right: 1px #DDD solid;
  border-left: 1px #DDD solid;
}
#leaderboard {
  float: left;
  width: 728px;
  height: 90px;
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
#leaderboard-container {
  margin-bottom: 10px;
}
div.dataTables_length label {
  width: 460px;
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  float: right;
  width: 460px;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.datatables table {
  margin: 1em 0;
  clear: both;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_processing {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  text-align: center;
  color: transparent;
  font-size: 0px;
  padding: 2px 0;
  z-index: 10000;
  opacity: 0.9;
  background: url(https://www.stockopedia.com/images/horizontal_loading.gif) no-repeat;
  height: 50px;
}
#datatable td {
  white-space: nowrap;
}
#datatable td.checkbox {
  padding: 9px 7px 3px;
}
th.checkbox .squaredThree {
  padding: 10px 10px 0 10px;
  margin: -2px 0 -11px -21px;
}
th.checkbox:after {
  display: none;
}
.headerTabs i.icon-pencil {
  font-size: 14px;
  color: #5c87c6;
}
/*
.dataTables_length {
    width: 40%;
    float: left;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_info {
    width: 50%;
    float: left;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous {
    background-image: url('../../images/datatables/back_disabled.jpg');
}

.paginate_enabled_previous {
    background-image: url('../../images/datatables/back_enabled.jpg');
}

.paginate_disabled_next {
    background-image: url('../../images/datatables/forward_disabled.jpg');
}

.paginate_enabled_next {
    background-image: url('../../images/datatables/forward_enabled.jpg');
}
*/
.highlight_row {
  background-color: #FFFBCC !important;
}
.highlight_row td {
  background-color: #FFFBCC !important;
}
table .red {
  font-weight: normal;
}
table .blue {
  font-weight: normal;
}
.upArrow {
  background-image: url(../../images/icons/iknc3.png);
  background-repeat: no-repeat;
  padding-left: 23px !important;
  background-position: 0px -2157px;
  color: blue;
}
.downArrow {
  background-image: url(../../images/icons/iknc3.png);
  background-repeat: no-repeat;
  padding-left: 23px !important;
  background-position: 0px -2183px;
  color: red;
}
.zebra-striped td {
  font-size: 13px;
}
.zebra-striped th {
  font-size: 13px;
  background-color: white;
  border-bottom: 1px solid #DDD;
}
td.focus,
th.focus {
  background-color: #e3eff6 !important;
}
td.headerCol,
th.headerCol {
  position: absolute;
  left: 11px;
  border-right: 1px solid #ddd;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.05);
}
td.headerCol {
  width: 96px;
}
.zebra-striped tbody tr:nth-child(even) td,
.zebra-striped tbody tr:nth-child(even) th {
  background: #fff;
}
/* screener ui / table view ui*/
.chzn-box {
  float: left;
  margin-right: 5px;
}
.criterion-row {
  clear: both;
  padding-top: 5px;
}
.criterion-row input[type=checkbox] {
  position: relative;
  top: -2px;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  cursor: pointer;
  line-height: 155%;
  outline: 0 !important;
  margin: 7px 0 0 10px;
}
.criterion-row input[type=checkbox]:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  position: absolute;
  background: #9fce6a;
  content: '';
  margin: 3px;
}
.criterion-row .search-field {
  height: 27px;
}
/**DatePicker**/
table.datepicker {
  width: 250px;
  padding: 0;
  margin: 0;
  z-index: 100000;
}
.datepicker span {
  padding: 4px;
  margin: 0;
}
.datepicker {
  border-collapse: collapse;
  border: 2px solid #999;
  position: absolute;
}
.datepicker tr.controls th {
  height: 22px;
  font-size: 11px;
}
.datepicker select {
  font-size: 11px;
  width: 85px;
}
.datepicker tr.days th {
  height: 18px;
}
.datepicker th,
.datepicker td {
  padding: 3px;
}
.datepicker tfoot td {
  height: 18px;
  text-align: center;
  text-transform: capitalize;
}
.datepicker th,
.datepicker tfoot td {
  background: #eee;
  font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}
.datepicker th span,
.datepicker tfoot td span {
  font-weight: bold;
}
.datepicker tbody td {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  font: 11px/22px Arial, Helvetica, sans-serif;
  text-align: center;
  background: #fff;
}
.datepicker tbody td.date {
  cursor: pointer;
}
.datepicker tbody td.date.over {
  background-color: #99ffff;
}
.datepicker tbody td.date.chosen {
  font-weight: bold;
  background-color: #ccffcc;
}
.printonly {
  display: none;
}
@media print {
  html {
    height: auto;
    margin-bottom: 0;
  }
  html * {
    text-shadow: none !important;
  }
  #bcs,
  #topnav,
  #nav,
  #search {
    display: none;
  }
  .print {
    position: static;
    left: 0;
  }
  .noprint {
    display: none !important;
  }
  .pagebreak {
    page-break-after: always;
  }
  #header,
  #main {
    padding: 0;
  }
  #footer {
    display: none;
  }
  #bottom {
    display: none;
  }
  form,
  .button {
    display: none;
  }
  .printonly {
    display: block;
  }
  .printwide {
    width: 100%;
  }
  .spot-1 {
    margin-top: 3px;
    width: 0px;
    height: 0px;
    border: 5px solid #d05959;
  }
  .spot-2 {
    margin-top: 3px;
    width: 0px;
    height: 0px;
    border: 5px solid #eab35c;
  }
  .spot-3 {
    margin-top: 3px;
    width: 0px;
    height: 0px;
    border: 5px solid #eae25c;
  }
  .spot-4 {
    margin-top: 3px;
    width: 0px;
    height: 0px;
    border: 5px solid #b7d57d;
  }
  .spot-5 {
    margin-top: 3px;
    width: 0px;
    height: 0px;
    border: 5px solid #3ec006;
  }
  .heading {
    color: #333;
    text-shadow: none;
  }
  .printMargin {
    margin-bottom: 6px !important;
  }
  #topp .page_margins,
  #stock-report {
    margin-bottom: 0 !important;
  }
  #topp {
    background: none !important;
    border: 0 !important;
  }
  #statement {
    overflow: hidden;
  }
}
.printMargin {
  margin-bottom: 12px;
}
#screen-criteria {
  padding: 0;
  border: 1px solid #ddd;
  border-bottom: none;
}
#screen-criteria > li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.asia-banner {
  padding: 19px 10px 26px;
  background: #b6d1e0;
}
.asia-banner .asia {
  float: left;
  margin: -22px 0 0 40px;
  -webkit-animation: incoming 1.6s ease;
  /* Safari 4+ */

  -moz-animation: incoming 1.6s ease;
  /* Fx 5+ */

  -o-animation: incoming 1.6s ease;
  /* Opera 12+ */

  animation: incoming 1.6s ease;
}
.asia-banner .banner-title {
  margin-right: -135px;
  font-size: 24px;
}
.asia-banner .oz,
.asia-banner .taj,
.asia-banner .fuji {
  background: url(https://assets.stockopedia.com/redesign/asia_small.png) no-repeat;
  height: 78px;
  width: 78px;
  display: block;
  position: absolute;
}
.asia-banner .oz {
  background-position: 0px center;
  -webkit-animation: asialeft 0.5s ease 1.3s forwards;
  /* Safari 4+ */

  -moz-animation: asialeft 0.5s ease 1.3s forwards;
  /* Fx 5+ */

  -o-animation: asialeft 0.5s ease 1.3s forwards;
  /* Opera 12+ */

  animation: asialeft 0.5s ease 1.3s forwards;
  z-index: 9;
}
.asia-banner .taj {
  background-position: -160px center;
  z-index: 1002;
}
.asia-banner .fuji {
  background-position: -80px center;
  -webkit-animation: asiaright 0.5s ease 1.5s forwards;
  /* Safari 4+ */

  -moz-animation: asiaright 0.5s ease 1.5s forwards;
  /* Fx 5+ */

  -o-animation: asiaright 0.5s ease 1.5s forwards;
  /* Opera 12+ */

  animation: asiaright 0.5s ease 1.5s forwards;
  z-index: 999;
}
.usa-banner {
  padding: 25px 10px;
  background: #90afdc;
}
.asia-banner .wrap,
.usa-banner .wrap {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.asia-banner .wrap .btn,
.usa-banner .wrap .btn {
  margin: -6px 0 0 10px;
}
.asia-banner .close,
.usa-banner .close {
  float: right;
  display: block;
  cursor: pointer;
  background: url(https://assets.stockopedia.com/redesign/closebtn.png) no-repeat center;
  height: 17px;
  width: 17px;
  margin-top: 5px;
}
#plane {
  width: 43px;
  height: 43px;
  display: block;
  background: url(https://assets.stockopedia.com/redesign/uscirc.png) no-repeat center;
  margin: -9px 0 0 144px;
  position: absolute;
  -webkit-animation: incoming 1.6s ease;
  /* Safari 4+ */

  -moz-animation: incoming 1.6s ease;
  /* Fx 5+ */

  -o-animation: incoming 1.6s ease;
  /* Opera 12+ */

  animation: incoming 1.6s ease;
}
/*****
New Pricing
****/
.pricingTable {
  margin-top: -100px;
}
.pricingTable .header {
  background: #c4d2ed;
  border: 1px solid #9fafcd;
  box-sizing: border-box;
  text-align: center;
  padding: 8px;
  font-size: 15px;
}
.pricingTable .content {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  background: #fff;
  padding: 18px 10px 10px;
  font-size: 14px;
}
.pricingTable .content .c50l img {
  margin-left: 16px;
}
.pricingTable .content .c50l .checkbox {
  margin: 5px 0 0 14px;
}
.pricingTable .c56l {
  margin-top: 55px;
  position: relative;
  z-index: 9;
}
.pricingTable .c56l .content {
  border-top: none;
}
.pricingTable .c56l .period {
  font-size: 10px;
}
.pricingTable .c56l a {
  font-size: 11px;
}
.pricingTable .c56l .c50l {
  display: none;
  cursor: pointer;
}
.pricingTable .c56l .c50l .checkbox {
  pointer-events: none;
}
.pricingTable .c56l .header,
.pricingTable .c56l .content {
  border-left: none;
  border-right: none;
}
.pricingTable .c22l,
.pricingTable .c22r {
  position: relative;
  z-index: 999;
}
.pricingTable .c22l .header,
.pricingTable .c22r .header {
  position: absolute;
  width: 109%;
  margin: 10px 0 0 -11px;
}
.pricingTable .c22l .content,
.pricingTable .c22r .content {
  padding-top: 55px;
}
.pricingTable .c22l {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.1);
}
.pricingTable .c22r {
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
}
.pricingTable .c22r .header {
  background: #cae4ad;
  border-color: #a5c086;
}
.pricingTable .c22r .greenWrap {
  background: #cae4ad;
  width: 194px;
  margin-left: -10px;
  padding: 10px 10px 15px;
  text-align: center;
  margin-bottom: 10px;
}
.pricingTable .c22r .greenWrap span {
  font-size: 15px;
}
.pricingTable .c22r strong.free {
  display: block;
  color: #62a913;
  font-size: 17px;
}
.pricingTable .c22r:hover .freeMessage {
  animation: tada linear 1s;
  animation-iteration-count: 1;
  -webkit-animation: tada linear 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: tada linear 1s;
  -moz-animation-iteration-count: 1;
  -o-animation: tada linear 1s;
  -o-animation-iteration-count: 1;
  -ms-animation: tada linear 1s;
  -ms-animation-iteration-count: 1;
}
.pricingTable .c22r p {
  font-size: 14px;
  margin: 10px;
  height: 190px;
}
.pricingTable .c22r .btn-large {
  width: 100%;
  border-radius: 3px;
  padding: 7px 14px;
  width: 165px;
}
.pricingTable h4 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: -2px;
  text-align: center;
}
.pricingTable .regionSwitch {
  font-size: 13px;
}
.pricingTable .regionSwitch .dropdown-menu {
  min-width: 140px;
  left: 20px;
}
.pricingTable #baseImg {
  margin: auto;
}
.pricingTable .baseItems {
  margin: 6px auto 14px;
  font-size: 14px;
  width: 80%;
}
.pricingTable .baseItems li {
  list-style: none;
}
.pricingTable .price {
  font-size: 30px;
  text-align: center;
}
.pricingTable .price .period {
  font-size: 13px;
}
.pricingTable .currencyChange {
  width: 154px;
  margin: auto;
}
.pricingTable .currencyChange .dropdown-menu {
  min-width: 100px;
}
.pricingTable .pricingPeriod {
  width: 154px;
  margin: 0 auto 10px;
  line-height: 185%;
}
.pricingTable .pricingPeriod small {
  margin-bottom: -29px;
  display: block;
  text-decoration: underline;
  color: #555 !important;
}
.pricingTable .pricingPeriod label {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  cursor: pointer;
}
.pricingTable .iconButton {
  margin-top: 5px;
  cursor: pointer;
}
.pricingTable .iconButton .leftButton {
  background: #c9d6e9;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  padding: 6px 7px 6px 6px;
}
.pricingTable .iconButton .leftButton .plusIcon {
  display: block;
  width: 15px;
  height: 15px;
  color: white;
  font-size: 23px;
  line-height: 62%;
  text-align: center;
}
.pricingTable .iconButton .pointingButton {
  display: inline-block;
  border: 1px solid #c9d6e9;
  background: #fff;
  border-radius: 0 3px 3px 0;
  padding: 1px 10px 2px 10px;
  margin: 0px 0 0 -4px;
  vertical-align: top;
  color: #5888cf;
  position: relative;
  font-size: 14px;
}
.pricingTable .iconButton .pointingButton:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  left: -2px;
  top: 9px;
}
.pricingTable .iconButton .pointingButton #addonPrice {
  font-size: 14px;
}
.pricingTable .addonInfo {
  margin: -5px 0 21px 84px;
}
.pricingTable .addonInfo span {
  font-size: 16px;
}
.pricingTable .addonInfo small {
  display: block;
}
.pricingTable .totalPrice {
  font-size: 20px;
  margin-bottom: 10px;
}
.pricingTable .totalPrice .period {
  font-size: 11px;
}
.pricingTable .c50l.selected .iconButton .leftButton {
  background: #9fce6a;
}
.pricingTable .c50l.selected .iconButton .plusIcon {
  font-size: 16px;
  line-height: 89%;
}
.pricingTable .c50l.selected .iconButton .pointingButton {
  color: #62a913;
  border-color: #9fce6a;
}
#aboutTitle {
  margin-top: 315px;
  font-size: 98px;
  margin-bottom: -5px;
}
@media only screen and (max-height: 822px) {
  #aboutTitle {
    margin-top: 150px;
  }
}
.faqs .stories {
  background: #f1f1f1;
  padding: 20px 30px;
}
.faqs .stories h4 {
  color: #5888cf;
  font-size: 18px;
  margin-bottom: 13px;
}
.faqs .stories p {
  font-size: 14px;
  margin-bottom: 15px;
}
.faqs .stories .story {
  margin-bottom: 60px;
}
.faqs .stories .story img {
  position: initial;
}
.faqs .userInfo {
  margin: 21px 0 0 55px;
}
.faqs .userInfo strong {
  font-size: 15px;
}
.faqs .c50l div {
  padding: 15px;
}
.faqs .c50l strong {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
.faqs .c50l img {
  position: initial;
  right: auto;
}
.faqs .c50l i {
  margin: 18px 0 -15px;
  display: block;
}
.faqs h2 {
  width: auto !important;
  margin: auto !important;
  font-size: 26px !important;
  margin-bottom: 12px !important;
}
.featureList {
  margin: 0;
}
.featureList li {
  width: 19%;
  text-align: center;
  list-style: none;
  margin-bottom: 23px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}
.featureList li img {
  position: initial;
  right: auto;
  display: block;
  margin: 0 auto 5px;
}
.freemiumCouponOffer {
  display: block;
  width: 232px;
  text-align: center;
  clear: both;
  background: #d05959;
  margin-left: -18px;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #ba4646;
  border-bottom: 3px solid #ba4646;
  position: relative;
}
.freemiumCouponOffer .ccysymbol,
.freemiumCouponOffer #freemiumDiscountPrice {
  font-size: 40px;
}
.freemiumCouponOffer .leftBox,
.freemiumCouponOffer .rightBox {
  content: '';
  display: block;
  background: #d05959;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -12px;
  left: 4px;
}
.freemiumCouponOffer .rightBox {
  right: 4px;
  left: auto;
}
.strike {
  text-decoration: line-through;
}
.monthlyMessage {
  border-radius: 4px;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  width: 110px;
  text-align: center;
  position: absolute;
  left: -125px;
  top: 235px;
  display: none;
}
.monthlyMessage:after {
  content: '';
  display: block;
  background: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -7px;
  right: -5px;
}
/****
End pricing
****/
.clearfix.line {
  background: #bdbdbd;
  height: 1px;
  margin: 20px 0 30px;
  text-align: center;
}
.clearfix.line span {
  background: #f3f3f3;
  display: block;
  width: 120px;
  margin: -10px auto;
  color: #5888cf;
  font-size: 17px;
  font-weight: 600;
}
.squaredThree {
  width: 20px;
  margin: -2px 0 -11px -30px;
  padding: 10px 10px 0 10px;
  position: relative;
}
.squaredThree input {
  opacity: 0;
}
.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 14px;
  top: 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}
.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 4px;
  background: transparent;
  top: 5px;
  left: 5px;
  border: 2px solid #555;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.squaredThree input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.folio-icons {
  background: url(../../images/layout/folioicons.png) no-repeat top;
}
.icon-cogged {
  display: inline-block;
  height: 22px;
  width: 34px;
  background-position: -3px -1px;
  margin: -2px 0 1px -2px;
}
.icon-tabled {
  display: block !important;
  height: 20px;
  width: 20px;
  background-position: -44px;
}
.icon-lists {
  display: block !important;
  height: 20px;
  width: 20px;
  background-position: -71px 0px;
}
.icon-graphs {
  display: block !important;
  height: 20px;
  width: 20px;
  background-position: -97px 0px;
}
.icon-bubbles {
  display: block !important;
  height: 20px;
  width: 20px;
  background-position: -123px 0px;
}
.editionWrapper {
  background: #fff;
  display: inline-block;
  width: 182px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: -90px 13px 50px 0px;
  -webkit-transition: all .3s ease;
}
.editionWrapper.over {
  -webkit-transform: translateY(-10px) scale(1.05);
  -moz-transform: translateY(-10px) scale(1.05);
  -ms-transform: translateY(-10px) scale(1.05);
  -o-transform: translateY(-10px) scale(1.05);
  transform: translateY(-10px) scale(1.05);
  -webkit-transition: all .3s ease;
}
.editionWrapper.over .newflag {
  animation: tada linear 1s;
  animation-iteration-count: 1;
  -webkit-animation: tada linear 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: tada linear 1s;
  -moz-animation-iteration-count: 1;
  -o-animation: tada linear 1s;
  -o-animation-iteration-count: 1;
  -ms-animation: tada linear 1s;
  -ms-animation-iteration-count: 1;
}
.editionWrapper.last {
  margin-right: 0;
}
.editionWrapper a.padd {
  padding: 40px 20px 20px;
  display: block;
  text-decoration: none !important;
}
.editionWrapper h2 {
  text-align: center;
  color: #333;
}
.editionWrapper .titleWrapper {
  display: block;
  margin: auto;
  width: 111px;
}
.editionWrapper .titleWrapper h2 {
  display: inline-block;
}
.editionWrapper .titleWrapper span {
  font-size: 12px;
  font-weight: 300;
  color: #333;
  display: inline-block;
  margin-left: 2px;
}
.editionWrapper .freeTrial {
  font-size: 11px;
  text-align: center;
  display: block;
  margin: -3px 0 6px;
}
.editionWrapper .freeTrial:hover {
  color: #5888cf;
}
.editionWrapper li {
  color: #333;
}
.editionWrapper .priceWrapper {
  text-align: center;
  margin-top: 15px;
}
.editionWrapper .priceWrapper strong {
  color: #333;
  font-size: 30px;
  margin-bottom: 8px;
  display: inline-block;
}
.editionWrapper .priceWrapper span {
  color: #333;
}
.editionWrapper .priceWrapper small {
  color: #d05858;
  display: block;
  line-height: 164%;
  margin-top: 3px;
}
.editionWrapper .priceWrapper small.current {
  background: #bdbdbd;
  padding: 4px;
  font-weight: 800;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  margin: 20px 0 25px;
}
.editionWrapper .btn {
  text-align: center;
  display: block;
  margin: -12px 10px 10px;
  padding: 10px;
}
.clearfix.line {
  background: #bdbdbd;
  height: 1px;
  margin: 20px 0 30px;
  text-align: center;
}
.clearfix.line span {
  background: #f3f3f3;
  display: block;
  width: 120px;
  margin: -10px auto;
  color: #5888cf;
  font-size: 17px;
  font-weight: 600;
}
.flagWrapper {
  display: block;
  height: 90px;
  width: 90px;
  background: #fff;
  border: 4px solid #333;
  border-radius: 80px;
  margin: -92px 0 10px 24px;
}
.flagWrapper .newflag {
  display: block;
  width: 56px;
  height: 37px;
  background: url(https://assets.stockopedia.com/redesign/flag_sprite3.png) no-repeat;
  margin: 25px 0 0 17px;
}
.flagWrapper .newflag.eu {
  background-position: 0 -42px;
}
.flagWrapper .newflag.us {
  background-position: 0 -85px;
}
.flagWrapper .newflag.uu {
  background-position: 0 -127px;
}
.flagWrapper .newflag.ue {
  background-position: 0 -170px;
}
.flagWrapper .newflag.az {
  background-position: 0 -211px;
}
.flagWrapper .newflag.azus,
.flagWrapper .newflag.azgb,
.flagWrapper .newflag.azeu,
.flagWrapper .newflag.asaz {
  width: 118px;
  height: 56px;
  margin: 17px 0 0 -12px;
}
.flagWrapper .newflag.azus {
  background-position: 0 -258px;
}
.flagWrapper .newflag.azgb {
  background-position: 0 -313px;
}
.flagWrapper .newflag.azeu {
  background-position: 0 -368px;
}
.flagWrapper .newflag.asaz {
  background-position: 0 -424px;
}
.flagWrapper .xmasflag {
  display: block;
  width: 90px;
  height: 90px;
  background: url(https://assets.stockopedia.com/redesign/xmas_icons.png) no-repeat;
  margin: 0;
}
.flagWrapper .xmasflag.eu {
  background-position: -96px 0;
}
.flagWrapper .xmasflag.us {
  background-position: -179px -3px;
}
.flagWrapper .xmasflag.uu {
  background-position: -272px 2px;
}
.flagWrapper .xmasflag.ue {
  background-position: -358px 0px;
}
#priceSlider {
  margin: 10px 36px 0 24px;
}
.pricingInfo .span {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 11px;
}
.pricingInfo strong {
  font-size: 24px;
}
.pricingInfo .savings {
  float: right;
  margin-top: -29px;
  color: #d05959;
}
.pricingInfo .total {
  margin-top: 10px;
}
.pricingInfo .total strong {
  font-size: 16px !important;
  margin-right: 4px;
}
.pricingInfo .btn-large {
  float: right;
  margin-top: -24px;
}
#cboxLoadedContent,
#cboxWrapper,
#colorbox,
#cboxContent {
  overflow: visible !important;
}
#cboxLoadedContent .flagWrapper,
#cboxWrapper .flagWrapper,
#colorbox .flagWrapper,
#cboxContent .flagWrapper {
  margin: -72px 0 10px 199px !important;
}
.priceTermTable a {
  width: 111px;
  float: right;
  padding: 10px;
}
.priceTermTable .bigPrice {
  font-size: 28px;
  padding-top: 5px;
  display: inline-block;
}
.priceTermTable .monthly {
  color: #5c87c6;
  font-weight: bold;
}
.priceTermTable .savings {
  color: #d05959;
  text-align: center;
}
.priceTermTable .savings strong {
  display: inline-block;
  font-size: 16px;
  padding-top: 5px;
}
.testos p {
  width: 47%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 2%;
  vertical-align: top;
}
.testos.media .qut {
  width: 22%;
  margin-right: 2%;
  display: inline-block;
}
.testos.media .mediaAuthor {
  float: right;
  text-align: right;
}
.testos.media .mediaAuthor i {
  display: block;
}
/**
Slider
**/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */

  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */

  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  left: -12px;
  top: -6px;
  background-color: #5888cf;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #5c87c6;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #5888cf;
  border-radius: 15px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 11px;
  top: 6px;
}
.noUi-handle:after {
  left: 14px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/***
Dropdown Menu
***/
#regionDropper {
  display: inline;
}
#regionMenu {
  width: 270px;
  padding: 0;
  left: 0px;
  top: 26px;
  overflow: scroll;
}
#regionMenu li,
#regionMenu li a {
  font-size: 13px;
  list-style: none;
  margin: 0;
}
#regionMenu > li.opener {
  height: 29px;
  overflow: auto;
}
#regionMenu > li.opener.open {
  height: auto !important;
  overflow: visible !important;
}
#regionMenu li a {
  padding: 5px 10px !important;
  border-bottom: 1px solid #ebe9e9 !important;
}
#regionMenu li a:hover {
  background: none !important;
}
#regionMenu ul {
  margin: 0;
  padding: 0;
  width: 240px;
  height: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}
#regionMenu ul ul {
  width: 180px;
  height: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#regionMenu ul li {
  width: 100%;
  display: block;
}
#regionMenu ul li a {
  padding: 5px 10px 5px 25px !important;
  width: 100%;
  background: #e2e2e2;
  display: block;
  color: #333;
  border-bottom: 1px solid #d3d3d3;
}
#regionMenu ul li a:hover,
#regionMenu ul li ul li a:hover {
  background: #d3d3d3 !important;
}
#regionMenu ul li ul li a {
  padding: 5px 10px 5px 50px !important;
  color: #333;
}
.droparrow {
  display: block;
  float: right;
  height: 5px;
  width: 7px;
  background: url(https://assets.stockopedia.com/redesign/droparrow.png) center no-repeat;
  margin: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
li.open > ul {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scaleY(1) !important;
  -moz-transform: scaleY(1) !important;
  -o-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}
ul > li.open > a > .droparrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#regionMenu .flagged {
  display: inline-block;
  height: 12px;
  width: 15px;
  background: url(https://assets.stockopedia.com/redesign/flags.png) top left no-repeat;
}
#regionMenu .flagged.us {
  background-position: -16px 0;
}
#regionMenu .flagged.uk {
  background-position: -52px 0;
}
#regionMenu .flagged.eu {
  background-position: -34px 0;
}
#regionMenu .flagged.selected {
  background-position: -69px 0;
  margin-top: 2px;
  float: right;
  display: none;
}
.current > a .selected {
  display: block !important;
}
/* StockRanks page */
.squarePills {
  margin: 0 0 20px;
  border: 1px solid #ddd;
}
.squarePills li {
  list-style: none;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #ddd;
}
.squarePills li.active {
  background: #5888cf;
}
.squarePills li.active a {
  color: #fff;
}
.squarePills li a {
  padding: 13px 5px;
  display: block;
  font-size: 14px;
  color: #333;
}
.tooltip.blue {
  position: absolute;
  background: #5888cf;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  top: 46px;
  width: 239px;
  font-weight: 500;
  line-height: 135%;
  font-size: 13px;
  z-index: 99999;
  left: 236px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  animation: tada linear 1s;
  animation-iteration-count: 1;
  -webkit-animation: tada linear 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: tada linear 1s;
  -moz-animation-iteration-count: 1;
  -o-animation: tada linear 1s;
  -o-animation-iteration-count: 1;
  -ms-animation: tada linear 1s;
  -ms-animation-iteration-count: 1;
}
.tooltip.blue:before {
  content: '';
  position: absolute;
  background: #5888cf;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
  left: 50%;
  margin-left: -10px;
}
.tooltip.blue a {
  color: #fff;
  padding: 2px 0;
  line-height: 135%;
  font-size: 13px;
}
.tooltip.blue a.closeIt {
  position: absolute;
  top: -14px;
  right: -13px;
  font-size: 22px;
  background: #b9b9b9;
  border-radius: 50%;
  padding: 0px 7px !important;
}
.tooltip.blue .icon {
  width: 22px;
  height: 28px;
  display: inline-block;
  margin: 0 14px 0 10px;
  background: url(https://assets.stockopedia.com/redesign/ranksprite.png) no-repeat left center;
  vertical-align: middle;
  float: left;
}
.tooltip.blue span {
  z-index: 999;
  position: relative;
}
.ranksPage .box-header {
  height: 100%;
  padding: 7px 10px 11px;
  border: 1px solid #ddd;
}
.ranksPage .box-header .btn {
  font-weight: 500;
  text-shadow: none !important;
  font-style: normal;
}
.ranksPage .icon-question-sign:hover {
  text-decoration: none;
}
.ranksPage #left {
  background: #fff;
  margin-top: -20px;
}
.ranksPage #left .label {
  display: block;
  clear: both;
  color: #b1b1b1;
  margin-bottom: 3px;
  font-style: italic;
}
.ranksPage #left-nav {
  border: 1px solid #ddd;
  padding: 0;
}
.ranksPage #left-nav li {
  padding: 0;
  border: 0 !important;
}
.ranksPage #left-nav li a {
  padding: 8px 10px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.ranksPage #left-nav li a:hover {
  text-decoration: none;
}
.ranksPage #left-nav li a .icon {
  width: 22px;
  height: 28px;
  display: inline-block;
  margin: 0 14px 0 5px;
  background: url(https://assets.stockopedia.com/redesign/ranksprite.png) no-repeat left center;
  vertical-align: middle;
}
.ranksPage #left-nav li a .icon.plus {
  background-position: -22px center;
}
.ranksPage #left-nav li a .icon.sector {
  background-position: -44px center;
}
.ranksPage #left-nav li a .icon.geo {
  background-position: -68px center;
}
.ranksPage #left-nav li a .icon.arrows {
  background-position: -92px center;
}
.ranksPage #left-nav li a .icon.tick {
  background-position: -114px center;
  display: none;
}
.ranksPage #left-nav li a .icon.risk {
  background-position: -138px center;
}
.ranksPage #left-nav li a .icon.risk {
  background-position: -138px center;
}
.ranksPage #left-nav li a .icon.style {
  background-position: -160px center;
}
.ranksPage #left-nav li a span {
  vertical-align: middle;
}
.ranksPage #left-nav > li ul {
  margin: 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.08), inset 0 2px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.08), inset 0 2px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.08), inset 0 2px 5px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.08), inset 0 2px 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #f3f3f3;
  height: 0px;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ranksPage #left-nav > li ul.show {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.ranksPage #left-nav > li ul.show i.icon-caret-left {
  -webkit-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  -webkit-transition: 0.3s ease-out !important;
  -o-transition: 0.3s ease !important;
  -ms-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}
.ranksPage #left-nav > li ul li {
  background: #f3f3f3;
}
.ranksPage #left-nav > li ul li:not(.splitter) {
  height: 43px !important;
}
.ranksPage #left-nav > li ul li span {
  margin-left: 10px;
  font-size: 13px;
}
.ranksPage #left-nav > li ul li input {
  margin: 10px;
  padding: 8px 10px;
}
.ranksPage #left-nav > li ul li a {
  padding: 7px 10px;
  color: #333;
  text-decoration: none;
}
.ranksPage #left-nav > li ul li a:hover {
  text-decoration: underline;
}
.ranksPage #left-nav > li ul li a.active .icon.tick {
  display: block;
  margin: -1px;
}
.ranksPage #left-nav > li i.icon-caret-left:before {
  margin-top: 6px !important;
  color: #b1b1b1 !important;
}
.ranksPage #left-nav > li i.icon-caret-left {
  -webkit-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.ranksPage #left-nav > li .splitter {
  background: #b1c3d1;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
}
ul.perks {
  margin-top: 20px;
}
ul.perks li {
  display: inline-block;
  list-style: none;
  width: 32% !important;
  margin-top: 25px;
  vertical-align: top;
  margin-right: 10px;
}
ul.perks h4 {
  font-size: 16px;
  margin-bottom: 7px;
  display: block;
  line-height: 155%;
}
span.offices {
  font-size: 16px !important;
  text-decoration: underline;
  margin: 25px auto !important;
  display: block;
}
ul.positions li {
  list-style: none;
}
/* International Landing */
.heroWrapper.international {
  background-size: cover;
  background-repeat: none;
  background-position: top center;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.heroWrapper.international.launch {
  background-color: #222 !important;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.timeline {
  background: #5c87c6;
  display: block;
  position: absolute;
  width: 15px;
  height: 100%;
  bottom: -80px;
  left: 50%;
  margin-left: -7px;
}
.timelineStart {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 50%;
  border: 7px solid #5c87c6;
  background: url(https://assets.stockopedia.com/redesign/avatar.jpg) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -61px;
  background-size: 100%;
  top: 10px;
  z-index: 999;
}
.greyWrapper .c38l,
.greyWrapper .c38r {
  position: relative;
}
.greyWrapper.timelineWrap .c38l:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #5c87c6;
  position: absolute;
  top: 56%;
  right: -115px;
  -webkit-transform: rotate(45deg);
}
.greyWrapper.timelineWrap .c38r:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #5c87c6;
  position: absolute;
  top: 56%;
  left: -113px;
  -webkit-transform: rotate(45deg);
}
@-webkit-keyframes incoming {
  0% {
    -webkit-transform: translateX(-1520px) rotate(-1080deg);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes incoming {
  0% {
    -moz-transform: translateX(-1520px) rotate(-1080deg);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-o-keyframes incoming {
  0% {
    -o-transform: translateX(-1520px) rotate(-1080deg);
  }
  100% {
    -o-transform: translateX(0px);
  }
}
@keyframes incoming {
  0% {
    transform: translateX(-1520px) rotate(-1080deg);
  }
  100% {
    transform: translateX(0px);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #logo {
    background-image: url(https://assets.stockopedia.com/redesign/logox2.png) !important;
    background-size: 100% !important;
  }
  .newflag {
    background-image: url(https://assets.stockopedia.com/redesign/flag_sprite3x2.png) !important;
    background-size: 115px 483px !important;
  }
  #hero-video {
    background-image: url(https://assets.stockopedia.com/redesign/videox2.png) !important;
    background-size: 100% !important;
  }
  .newIcon {
    background-image: url(https://assets.stockopedia.com/redesign/newiconsx2.png) !important;
    background-size: 100% !important;
  }
  .ranksPage .icon {
    background-image: url(https://assets.stockopedia.com/redesign/ranksprite.png) !important;
    background-size: auto !important;
  }
}
.welcome1 h2 {
  font-weight: 300;
  margin-bottom: -4px;
  font-size: 29px !important;
}
.welcome1 .subHeader {
  color: #5888cf;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
.welcome1 .subHeader.success {
  color: #62aa10;
}
.welcome1 .halfModal {
  width: 50%;
  margin: auto;
}
.welcome1 .halfModal p {
  font-size: 15px;
}
.welcome1 .halfModal img {
  margin-bottom: 15px;
}
.welcome1 label {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 5px 5px;
  color: #555;
  font-size: 16px;
}
.welcome1 input {
  display: block;
  width: 96%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.welcome1 .folder {
  width: 236px;
  height: 193px;
  display: block;
  margin: 0 auto 40px;
  background: url(https://assets.stockopedia.com/redesign/minilogos/bigfolder.png) no-repeat center;
  position: relative;
}
.welcome1 .folder select {
  width: 95px;
  display: inline-block;
}
.welcome1 .folder .currency {
  position: absolute;
  bottom: -40px;
  left: 30px;
}
.welcome1 .folder strong {
  color: #fff;
  text-align: center;
  width: 195px;
  display: block;
  font-size: 20px;
  padding-top: 95px;
  margin: auto;
  font-weight: 300;
}
.welcome1 .simpleStocks ul {
  margin: 0 0 0 -13px;
}
.welcome1 .simpleStocks li {
  list-style: none;
  width: 30%;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin: 0 0 13px 1.8%;
  position: relative;
  cursor: pointer;
}
.welcome1 .simpleStocks li.selected {
  border-color: #86b551 !important;
}
.welcome1 .simpleStocks li.selected span.tick {
  display: block;
}
.welcome1 .simpleStocks li span.tick {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #86b551 url(https://assets.stockopedia.com/redesign/minilogos/smalltick.png) no-repeat center;
  right: 7px;
  border-radius: 50%;
  top: 7px;
  background-size: 50%;
}
.unlockArticle {
  padding: 260px 0 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 54%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 54%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 54%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  margin-top: -400px;
  position: absolute;
  width: 661px;
}
.unlockArticle img {
  margin: auto !important;
  display: block;
}
.unlockArticle h3 {
  margin-top: 8px !important;
}
.unlockArticle span {
  color: #5888cf;
  line-height: 165%;
  margin: 20px 0;
}
.unlockArticle form {
  width: 340px;
  margin: auto;
  position: relative;
}
.unlockArticle form input {
  margin-bottom: 10px;
  padding: 12px 15px;
  width: 307px;
  position: relative;
}
.unlockArticle form .inputIcon {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  width: 28px;
  height: 28px;
  top: 8px;
  right: 10px;
}
.unlockArticle form button {
  margin: auto;
  display: block;
  width: 187px;
  font-size: 17px;
}
.unlockArticle form .name {
  background: url(https://assets.stockopedia.com/redesign/user.jpg) no-repeat center;
}
.unlockArticle form .email {
  background: url(https://assets.stockopedia.com/redesign/email.jpg) no-repeat center;
}
.unlockArticle form .password {
  background: url(https://assets.stockopedia.com/redesign/password.jpg) no-repeat center;
}
ul.perks {
  margin-top: 15px;
}
ul.perks li {
  display: inline-block;
  list-style: none;
  width: 15px;
}
ul.perks h4 {
  font-size: 16px;
  margin-bottom: 7px;
}
.topbar .page_margins > h3 {
  margin-left: 0 !important;
  margin-top: 4px;
  top: -4px;
}
span.underline {
  text-decoration: underline;
}
#cboxClose {
  border: 0 !important;
}
.ac_results {
  width: 500px !important;
  font-size: 14px !important;
}
#colorbox,
#colorbox:active,
#cboxOverlay,
#cboxOverlay:active {
  outline: none !important;
}
/* Unsupported */
#unsupported {
  background: #fff;
  width: 700px;
  padding: 2em 1.5em;
  border-radius: 4px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  -moz-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  -o-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  margin: 140px auto 0;
  display: none;
  display: block\9 !important;
  display: block\0 !important;
}
#unsupported h2 {
  font-size: 38px;
  font-weight: 300;
}
#unsupported p {
  font-size: 24px;
  font-weight: 300;
}
#unsupported i {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
#unsupported > a {
  font-size: 13px;
}
#unsupported .browser {
  margin-bottom: 20px;
}
#unsupported .browser > div {
  display: inline-block;
  width: 150px;
}
#unsupported .browser > div img {
  display: block;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#unsupported .browser > div:hover img {
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/**
Animate
**/
@keyframes tada {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
/* folder icons */
@keyframes dollar {
  0% {
    transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 11;
  }
  100% {
    transform: translateY(52px) translateX(90px);
    z-index: 11;
  }
}
@-moz-keyframes dollar {
  0% {
    -moz-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -moz-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 11;
  }
  100% {
    -moz-transform: translateY(52px) translateX(90px);
    z-index: 11;
  }
}
@-webkit-keyframes dollar {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -webkit-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 11;
  }
  100% {
    -webkit-transform: translateY(52px) translateX(90px);
    z-index: 11;
  }
}
@-o-keyframes dollar {
  0% {
    -o-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -o-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 11;
  }
  100% {
    -o-transform: translateY(52px) translateX(90px);
    z-index: 11;
  }
}
@-ms-keyframes dollar {
  0% {
    -ms-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -ms-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 11;
  }
  100% {
    -ms-transform: translateY(52px) translateX(90px);
    z-index: 11;
  }
}
@keyframes note {
  0% {
    transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 12;
  }
  100% {
    transform: translateY(42px) translateX(130px);
    z-index: 12;
  }
}
@-moz-keyframes note {
  0% {
    -moz-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -moz-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 12;
  }
  100% {
    -moz-transform: translateY(42px) translateX(130px);
    z-index: 12;
  }
}
@-webkit-keyframes note {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -webkit-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 12;
  }
  100% {
    -webkit-transform: translateY(42px) translateX(130px);
    z-index: 12;
  }
}
@-o-keyframes note {
  0% {
    -o-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -o-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 12;
  }
  100% {
    -o-transform: translateY(42px) translateX(130px);
    z-index: 12;
  }
}
@-ms-keyframes note {
  0% {
    -ms-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -ms-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 12;
  }
  100% {
    -ms-transform: ttranslateY(42px) translateX(130px);
    z-index: 12;
  }
}
@keyframes bell {
  0% {
    transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 13;
  }
  100% {
    transform: translateY(50px) translateX(160px);
    z-index: 13;
  }
}
@-moz-keyframes bell {
  0% {
    -moz-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -moz-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 13;
  }
  100% {
    -moz-transform: translateY(50px) translateX(160px);
    z-index: 13;
  }
}
@-webkit-keyframes bell {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -webkit-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 13;
  }
  100% {
    -webkit-transform: translateY(50px) translateX(160px);
    z-index: 13;
  }
}
@-o-keyframes bell {
  0% {
    -o-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -o-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 13;
  }
  100% {
    -o-transform: translateY(50px) translateX(160px);
    z-index: 13;
  }
}
@-ms-keyframes bell {
  0% {
    -ms-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -ms-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 13;
  }
  100% {
    -ms-transform: translateY(50px) translateX(160px);
    z-index: 13;
  }
}
@keyframes magglass {
  0% {
    transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 14;
  }
  100% {
    transform: translateY(62px) translateX(220px);
    z-index: 14;
  }
}
@-moz-keyframes magglass {
  0% {
    -moz-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -moz-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 14;
  }
  100% {
    -moz-transform: translateY(62px) translateX(220px);
    z-index: 14;
  }
}
@-webkit-keyframes magglass {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -webkit-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 14;
  }
  100% {
    -webkit-transform: translateY(62px) translateX(220px);
    z-index: 14;
  }
}
@-o-keyframes magglass {
  0% {
    -o-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -o-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 14;
  }
  100% {
    -o-transform: translateY(62px) translateX(220px);
    z-index: 14;
  }
}
@-ms-keyframes magglass {
  0% {
    -ms-transform: translateY(0) translateX(0);
    z-index: 1;
  }
  10% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -ms-transform: translateY(-70px) translateX(310px);
    z-index: 1;
  }
  60% {
    z-index: 14;
  }
  100% {
    -ms-transform: translateY(62px) translateX(220px);
    z-index: 14;
  }
}
/* Bars/tracks */
@keyframes trackTop {
  0% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(0.6) translateX(43px);
  }
}
@-moz-keyframes trackTop {
  0% {
    -moz-transform: scaleX(1) translateX(0);
  }
  100% {
    -moz-transform: scaleX(0.6) translateX(43px);
  }
}
@-webkit-keyframes trackTop {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(0.6) translateX(43px);
  }
}
@-o-keyframes trackTop {
  0% {
    -o-transform: scaleX(1) translateX(0);
  }
  100% {
    -o-transform: scaleX(0.6) translateX(43px);
  }
}
@-ms-keyframes trackTop {
  0% {
    -ms-transform: scaleX(1) translateX(0);
  }
  100% {
    -ms-transform: scaleX(0.6) translateX(43px);
  }
}
@keyframes trackMiddle {
  0% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(0.3) translateX(-307px);
  }
}
@-moz-keyframes trackMiddle {
  0% {
    -moz-transform: scaleX(1) translateX(0);
  }
  100% {
    -moz-transform: scaleX(0.3) translateX(-307px);
  }
}
@-webkit-keyframes trackMiddle {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(0.3) translateX(-307px);
  }
}
@-o-keyframes trackMiddle {
  0% {
    -o-transform: scaleX(1) translateX(0);
  }
  100% {
    -o-transform: scaleX(0.3) translateX(-307px);
  }
}
@-ms-keyframes trackMiddle {
  0% {
    -ms-transform: scaleX(1) translateX(0);
  }
  100% {
    -ms-transform: scaleX(0.3) translateX(-307px);
  }
}
@keyframes trackBottom {
  0% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(0.2) translateX(557px);
  }
}
@-moz-keyframes trackBottom {
  0% {
    -moz-transform: scaleX(1) translateX(0);
  }
  100% {
    -moz-transform: scaleX(0.2) translateX(557px);
  }
}
@-webkit-keyframes trackBottom {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(0.2) translateX(557px);
  }
}
@-o-keyframes trackBottom {
  0% {
    -o-transform: scaleX(1) translateX(0);
  }
  100% {
    -o-transform: scaleX(0.2) translateX(557px);
  }
}
@-ms-keyframes trackBottom {
  0% {
    -ms-transform: scaleX(1) translateX(0);
  }
  100% {
    -ms-transform: scaleX(0.2) translateX(557px);
  }
}
/* Handles */
@keyframes topLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(81px);
  }
}
@-moz-keyframes topLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(81px);
  }
}
@-webkit-keyframes topLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(81px);
  }
}
@-o-keyframes topLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    -o-transform: translateX(81px);
  }
}
@-ms-keyframes topLeft {
  0% {
    -ms-transform: translateX(0);
  }
  100% {
    -ms-transform: translateX(81px);
  }
}
@keyframes topRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-21px);
  }
}
@-moz-keyframes topRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-21px);
  }
}
@-webkit-keyframes topRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-21px);
  }
}
@-o-keyframes topRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-21px);
  }
}
@-ms-keyframes topRight {
  0% {
    -ms-transform: translateX(0);
  }
  100% {
    -ms-transform: translateX(-21px);
  }
}
@keyframes middleRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-191px);
  }
}
@-moz-keyframes middleRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-191px);
  }
}
@-webkit-keyframes middleRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-191px);
  }
}
@-o-keyframes middleRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-191px);
  }
}
@-ms-keyframes middleRight {
  0% {
    -ms-transform: translateX(0);
  }
  100% {
    -ms-transform: translateX(-191px);
  }
}
@keyframes bottomLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(229px);
  }
}
@-moz-keyframes bottomLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(229px);
  }
}
@-webkit-keyframes bottomLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(229px);
  }
}
@-o-keyframes bottomLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    -o-transform: translateX(229px);
  }
}
@-ms-keyframes bottomLeft {
  0% {
    -ms-transform: translateX(0);
  }
  100% {
    -ms-transform: translateX(229px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -moz-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -o-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -o-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -o-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@-webkit-keyframes asiaright {
  0% {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  100% {
    -webkit-transform: translate(70px, 5px) rotate(6deg);
    transform: translate(70px, 5px) rotate(6deg);
  }
}
@-moz-keyframes asiaright {
  0% {
    -moz-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  100% {
    -moz-transform: translate(70px, 5px) rotate(6deg);
    transform: translate(70px, 5px) rotate(6deg);
  }
}
@-o-keyframes asiaright {
  0% {
    -o-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  100% {
    -o-transform: translate(70px, 5px) rotate(6deg);
    transform: translate(70px, 5px) rotate(6deg);
  }
}
@keyframes asiaright {
  0% {
    transform: translate(0) rotate(0);
  }
  100% {
    transform: translate(70px, 5px) rotate(6deg);
  }
}
@-webkit-keyframes asialeft {
  0% {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-70px, 5px) rotate(-6deg);
    transform: translate(-70px, 5px) rotate(-6deg);
  }
}
@-moz-keyframes asialeft {
  0% {
    -moz-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  100% {
    -moz-transform: translate(-70px, 5px) rotate(-6deg);
    transform: translate(-70px, 5px) rotate(-6deg);
  }
}
@-o-keyframes asialeft {
  0% {
    -o-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  100% {
    -o-transform: translate(-70px, 5px) rotate(-6deg);
    transform: translate(-70px, 5px) rotate(-6deg);
  }
}
@keyframes asialeft {
  0% {
    transform: translate(0) rotate(0);
  }
  100% {
    transform: translate(-70px, 5px) rotate(-6deg);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInX ease 1.2s forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation: flipInX ease 1.2s forwards;
  -moz-animation-iteration-count: 1;
  -o-animation: flipInX ease 1.2s forwards;
  -o-animation-iteration-count: 1;
  -ms-animation: flipInX ease 1.2s forwards;
  -ms-animation-iteration-count: 1;
  animation: flipInX ease 1.2s forwards;
  animation-iteration-count: 1;
}
#regionMenu {
  z-index: 10000;
}
/* Screen fix */
#srscreens .carousel li > .pad {
  float: left;
}
/******************* Freemium Everywhere **************/
#freemiumTakeover {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  transform: translateY(calc(-55%));
  transition: 0.4s;
}
#freemiumTakeover.open {
  transform: translateY(calc(-55%));
  transition: 0.4s;
}
#freemiumTakeover.open .floatedBottom {
  opacity: 0;
  transition: 0.3s;
}
.floatedBottom {
  padding: 24px 0;
  transition: 0.3s;
  opacity: 1;
}
.floatedBottom h4 {
  color: #fff;
  font-size: 1.2rem;
}
.floatedBottom p {
  font-size: 0.9rem;
  color: #fff;
}
.floatedBottom .btn-success {
  font-weight: bold;
  padding: 9px 27px;
}
.floatedBottom .btn-basic {
  background: transparent;
  border: 1px solid #e2e2e2 !important;
  box-shadow: none !important;
  top: 1px;
  opacity: 0.8;
  width: 90px;
  margin-left: 10px;
}
.scvrTopBanner,
.edBanner,
.foliosBanner {
  margin-top: 52px;
  margin-bottom: -43px;
  padding: 20px 0 29px;
  background: #ea7373;
  color: #fff;
}
.scvrTopBanner .page_margins,
.edBanner .page_margins,
.foliosBanner .page_margins {
  position: relative;
}
.scvrTopBanner h4,
.edBanner h4,
.foliosBanner h4 {
  color: #fff;
  font-size: 1.8rem;
}
.scvrTopBanner p,
.edBanner p,
.foliosBanner p {
  font-size: 14px;
}
.scvrTopBanner img,
.edBanner img,
.foliosBanner img {
  position: absolute;
  right: 0;
  bottom: -29px;
}
.scvrTopBanner .close,
.edBanner .close,
.foliosBanner .close {
  position: absolute;
  top: 0px;
  right: -20px;
  font-size: 1.9rem;
  opacity: 0.5;
}
.scvrTopBanner {
  background: #ea7373;
}
.scvrTopBanner .leftMessage {
  width: calc(100% - 400px);
}
.edBanner {
  background: #acbfdc;
}
.edBanner .leftMessage {
  width: calc(100% - 540px);
}
.edBanner img {
  right: -49px;
}
.foliosBanner {
  background: #9ece6b;
}
.foliosBanner .leftMessage {
  width: calc(100% - 440px);
}
.foliosBanner img {
  right: -49px;
  bottom: auto;
  top: -29px;
}
