body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*header {
	margin-bottom: 15px;
}*/
header form {
    margin-bottom: 0;
}
header #logo {
    text-align: right;
    display: block;
}
header #blackbar {
    background: #2a3235;
    line-height: 35px;
}
header #region {
    color: #fff;
    /* font-size: 0.85em; */
}
header #region a {
    color: #ffcb62;
    font-size: 12px;
}
header #user {
    color: #fff;
    /* font-size: 0.85em; */
    text-align: right;
}
header #user a {
    color: #ffcb62;
    font-size: 12px;
}

header #region_wrapper {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 300px;
    background: #2a3235;
    display: none;
    z-index: 100;
}
header #region_accordion {
    font-size: 12px;
    margin: 0;
}
header #region_accordion a {
    color: #fff;
    text-decoration: none;
}
header #region_accordion ul {
    margin-bottom: 0;
}
header #region_accordion .accordion-group {
    border: 0;
    margin: 0;
}
header #region_accordion .accordion-heading .accordion-toggle {
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
}
header #region_accordion .accordion-inner {
    border: none;
    padding: 4px 10px;
}

header .navbar .navbar-inner {
    background: #337c69;
    border-bottom: 1px solid #bdbcbc;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
header .navbar a.brand {
    width: 153px;
    height: 40px;
    background: url(../images/logo-header.png) no-repeat center center;
    text-indent: -9999px;
    padding-top: 14px;
    padding-bottom: 0;
}
header .navbar .nav > li > a {
    color: #fff;
    text-shadow: none;
}
header .navbar .nav > li {
    padding: 7px 0;
}
header .navbar .nav > li:hover,
header .navbar .nav > li.dropdown.open {
    background-color: #2a3235;
}
header .navbar .nav > li > a:focus,
header .navbar .nav > li > a:hover {
    color: #fff;
    text-shadow: none;
}
header .navbar-form {
    margin-left: 25px;
}
header .navbar-form .input-append,
header .navbar-form .input-prepend {
    margin-top: 11px;
    margin-bottom: 0;
}
header .navbar .nav li.dropdown.open > .dropdown-toggle,
header .navbar .nav li.dropdown.active > .dropdown-toggle,
header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: #2a3235;
}
header .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
header .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
header .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
header .navbar .nav .dropdown-menu {
    top: auto;
    margin: 2px 0 0;
    background-color: #2a3235;
    border: 1px solid #434b4e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
header .navbar .nav > li > .dropdown-menu:after {
    border-bottom-color: #434b4e;
}
header .navbar .nav .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
}
header .navbar .nav .dropdown-menu > li > a:hover,
header .navbar .nav .dropdown-menu > li > a:focus,
header .navbar .nav .dropdown-submenu:hover > a,
header .navbar .nav .dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #eb963a;
    background-image: -moz-linear-gradient(top, #eb963a, #c96b35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb963a), to(#c96b35));
    background-image: -webkit-linear-gradient(top, #eb963a, #c96b35);
    background-image: -o-linear-gradient(top, #eb963a, #c96b35);
    background-image: linear-gradient(to bottom, #eb963a, #c96b35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc96b35', endColorstr='#ffeb963a', GradientType=0);
}
header .navbar .btn-navbar {
    background-color: #eb963a;
    background-image: -moz-linear-gradient(top, #eb963a, #c96b35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb963a), to(#c96b35));
    background-image: -webkit-linear-gradient(top, #eb963a, #c96b35);
    background-image: -o-linear-gradient(top, #eb963a, #c96b35);
    background-image: linear-gradient(to bottom, #eb963a, #c96b35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc96b35', endColorstr='#ffeb963a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
header .navbar .btn-navbar:hover,
header .navbar .btn-navbar:focus,
header .navbar .btn-navbar:active,
header .navbar .btn-navbar.active,
header .navbar .btn-navbar.disabled,
header .navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #c96b35;
    *background-color: #c96b35;
}
header .navbar .btn,
header .navbar .btn-group {
    margin-top: 12px;
}

#footer_wrapper {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #313131;
    padding: 25px;
}
#footer_wrapper ul.links {
    line-height: 30px;
}
#footer_wrapper p {
    font-size: 10px;
    line-height: 150%;
}

body.simple header {
    margin-bottom: 10px;
}

/* Links */
ul.links {
    margin: 0;
    padding: 0;
}
ul.links li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.links.horizontal {
    display: inline-block;
}
ul.links.horizontal li {
    display: inline;
}
ul.links.horizontal li a {
    text-decoration: none;
    padding: 0 5px;
}
ul.links.horizontal li a:hover {
    text-decoration: underline;
}
ul.links.horizontal.yellow li a {
    color: #fac167;
}
ul.links.horizontal.white li a {
    color: #fff;
}

/* Forms */
form ul.error-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}
form ul.error-inline li {
    color: #b94a48;
    font-size: 0.85em;
    line-height: 150%;
}
form #perpage {
    width: auto;
    margin: 0 0 0 15px;
}
ul.errors {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}

ul.errors li {
    color: #cc0000;
    font-size: 11px;
}

/* Site-wide success, warning, and error messages */
ul.messages {
    font-size: 0.8em;
    border: 1px solid #000000;
    margin: 10px;
    padding: 5px;
}
ul.messages li {
    list-style: none;
}

ul.messages.success {
    background: #9cbdaa;
    border-color: #608d73;
}

/* User preferences menus */
.user-prefs-header {
    padding: 16px;
}
.user-prefs-wrapper {
    padding-left: 16px;
    padding-right: 16px;
}

/* Titles */
.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.title.small {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
.title.grey a {
    color: #aaa;
}

/* Colors */
.grey {
    color: #aaa;
}

/* Elements */
hr {
    margin: 10px 0;
}

.plus-symbol::before,
.minus-symbol::before {
    height: 20px;
    width: 20px;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: courier;
    color: white;
}

.plus-symbol::before {
    content: "+";
}

.minus-symbol::before {
    content: "-";
}

.blue-header.accordion-heading {
    background-color: #0094b3;
}

.blue-header.accordion-heading .accordion-toggle > center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.blue-header .accordion-toggle:focus,
.blue-header .accordion-toggle:hover {
    text-decoration: none;
}

.holdings-accordion {
    max-width: 400px;
}

.no-hover:hover {
    cursor: default;
}

.no-hover.btn--danger:hover {
    background: #da353b;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    border: 1px solid #da353b;
    color: #ffffff;
}

/* Bootstrap Elements */
.table th,
.table td {
    padding: 4px 8px;
}

table.table td.small {
    font-size: 85%;
}
.table tbody > tr > td.favored-status,
.table-striped tbody > tr:nth-child(odd) > td.favored-status,
.table tbody > tr > td.success,
.table-striped tbody > tr:nth-child(odd) > td.success,
div.favored-status,
td.favored-status {
    background-color: #dff0d8 !important;
}

.favored-status {
    background-color: #dff0d8 !important;
}

.table tbody > tr > td.unfavored-status,
.table-striped tbody > tr:nth-child(odd) > td.unfavored-status,
.table tbody > tr > td.error,
.table-striped tbody > tr:nth-child(odd) > td.error,
div.unfavored-status,
td.unfavored-status {
    background-color: #f2dede !important;
}

.unfavored-status {
    background-color: #f2dede !important;
}
.table tbody > tr > td.average-status,
.table-striped tbody > tr:nth-child(odd) > td.average-status,
.table tbody > tr > td.warning,
.table-striped tbody > tr:nth-child(odd) > td.warning,
div.average-status,
td.average-status {
    background-color: #fcf8e3 !important;
}

.average-status {
    background-color: #fcf8e3 !important;
}

.table tbody tr.favored-status > td {
    background-color: #dff0d8 !important;
}
.table tbody tr.unfavored-status > td {
    background-color: #f2dede !important;
}
.table tbody tr.average-status > td {
    background-color: #fcf8e3 !important;
}
.table-hover tbody tr.favored-status:hover > td {
    background-color: #d0e9c6 !important;
}
.table-hover tbody tr.unfavored-status:hover > td {
    background-color: #ebcccc !important;
}
.table-hover tbody tr.average-status:hover > td {
    background-color: #faf2cc !important;
}
.table th.text-right,
.table td.text-right {
    text-align: right;
}
.table th.text-center,
.table td.text-center {
    text-align: center;
}

td .btn-group {
    margin-bottom: 0;
}
legend {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
ul.nav-tabs {
    margin-bottom: 0;
}
div.tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 12px;
}

/* Flags */
.flag {
    width: 16px;
    height: 11px;
    background: url(../images/flags.png) no-repeat;
}
.flag.flag-ad {
    background-position: -16px 0;
}
.flag.flag-ae {
    background-position: -32px 0;
}
.flag.flag-af {
    background-position: -48px 0;
}
.flag.flag-ag {
    background-position: -64px 0;
}
.flag.flag-ai {
    background-position: -80px 0;
}
.flag.flag-al {
    background-position: -96px 0;
}
.flag.flag-am {
    background-position: -112px 0;
}
.flag.flag-an {
    background-position: -128px 0;
}
.flag.flag-ao {
    background-position: -144px 0;
}
.flag.flag-ar {
    background-position: -160px 0;
}
.flag.flag-as {
    background-position: -176px 0;
}
.flag.flag-at {
    background-position: -192px 0;
}
.flag.flag-au {
    background-position: -208px 0;
}
.flag.flag-aw {
    background-position: -224px 0;
}
.flag.flag-az {
    background-position: -240px 0;
}
.flag.flag-ba {
    background-position: 0 -11px;
}
.flag.flag-bb {
    background-position: -16px -11px;
}
.flag.flag-bd {
    background-position: -32px -11px;
}
.flag.flag-be {
    background-position: -48px -11px;
}
.flag.flag-bf {
    background-position: -64px -11px;
}
.flag.flag-bg {
    background-position: -80px -11px;
}
.flag.flag-bh {
    background-position: -96px -11px;
}
.flag.flag-bi {
    background-position: -112px -11px;
}
.flag.flag-bj {
    background-position: -128px -11px;
}
.flag.flag-bm {
    background-position: -144px -11px;
}
.flag.flag-bn {
    background-position: -160px -11px;
}
.flag.flag-bo {
    background-position: -176px -11px;
}
.flag.flag-br {
    background-position: -192px -11px;
}
.flag.flag-bs {
    background-position: -208px -11px;
}
.flag.flag-bt {
    background-position: -224px -11px;
}
.flag.flag-bv {
    background-position: -240px -11px;
}
.flag.flag-bw {
    background-position: 0 -22px;
}
.flag.flag-by {
    background-position: -16px -22px;
}
.flag.flag-bz {
    background-position: -32px -22px;
}
.flag.flag-ca {
    background-position: -48px -22px;
}
.flag.flag-catalonia {
    background-position: -64px -22px;
}
.flag.flag-cd {
    background-position: -80px -22px;
}
.flag.flag-cf {
    background-position: -96px -22px;
}
.flag.flag-cg {
    background-position: -112px -22px;
}
.flag.flag-ch {
    background-position: -128px -22px;
}
.flag.flag-ci {
    background-position: -144px -22px;
}
.flag.flag-ck {
    background-position: -160px -22px;
}
.flag.flag-cl {
    background-position: -176px -22px;
}
.flag.flag-cm {
    background-position: -192px -22px;
}
.flag.flag-cn {
    background-position: -208px -22px;
}
.flag.flag-co {
    background-position: -224px -22px;
}
.flag.flag-cr {
    background-position: -240px -22px;
}
.flag.flag-cu {
    background-position: 0 -33px;
}
.flag.flag-cv {
    background-position: -16px -33px;
}
.flag.flag-cw {
    background-position: -32px -33px;
}
.flag.flag-cy {
    background-position: -48px -33px;
}
.flag.flag-cz {
    background-position: -64px -33px;
}
.flag.flag-de {
    background-position: -80px -33px;
}
.flag.flag-dj {
    background-position: -96px -33px;
}
.flag.flag-dk {
    background-position: -112px -33px;
}
.flag.flag-dm {
    background-position: -128px -33px;
}
.flag.flag-do {
    background-position: -144px -33px;
}
.flag.flag-dz {
    background-position: -160px -33px;
}
.flag.flag-ec {
    background-position: -176px -33px;
}
.flag.flag-ee {
    background-position: -192px -33px;
}
.flag.flag-eg {
    background-position: -208px -33px;
}
.flag.flag-eh {
    background-position: -224px -33px;
}
.flag.flag-england {
    background-position: -240px -33px;
}
.flag.flag-er {
    background-position: 0 -44px;
}
.flag.flag-es {
    background-position: -16px -44px;
}
.flag.flag-et {
    background-position: -32px -44px;
}
.flag.flag-eu {
    background-position: -48px -44px;
}
.flag.flag-fi {
    background-position: -64px -44px;
}
.flag.flag-fj {
    background-position: -80px -44px;
}
.flag.flag-fk {
    background-position: -96px -44px;
}
.flag.flag-fm {
    background-position: -112px -44px;
}
.flag.flag-fo {
    background-position: -128px -44px;
}
.flag.flag-fr {
    background-position: -144px -44px;
}
.flag.flag-ga {
    background-position: -160px -44px;
}
.flag.flag-gb {
    background-position: -176px -44px;
}
.flag.flag-gd {
    background-position: -192px -44px;
}
.flag.flag-ge {
    background-position: -208px -44px;
}
.flag.flag-gf {
    background-position: -224px -44px;
}
.flag.flag-gg {
    background-position: -240px -44px;
}
.flag.flag-gh {
    background-position: 0 -55px;
}
.flag.flag-gi {
    background-position: -16px -55px;
}
.flag.flag-gl {
    background-position: -32px -55px;
}
.flag.flag-gm {
    background-position: -48px -55px;
}
.flag.flag-gn {
    background-position: -64px -55px;
}
.flag.flag-gp {
    background-position: -80px -55px;
}
.flag.flag-gq {
    background-position: -96px -55px;
}
.flag.flag-gr {
    background-position: -112px -55px;
}
.flag.flag-gs {
    background-position: -128px -55px;
}
.flag.flag-gt {
    background-position: -144px -55px;
}
.flag.flag-gu {
    background-position: -160px -55px;
}
.flag.flag-gw {
    background-position: -176px -55px;
}
.flag.flag-gy {
    background-position: -192px -55px;
}
.flag.flag-hk {
    background-position: -208px -55px;
}
.flag.flag-hm {
    background-position: -224px -55px;
}
.flag.flag-hn {
    background-position: -240px -55px;
}
.flag.flag-hr {
    background-position: 0 -66px;
}
.flag.flag-ht {
    background-position: -16px -66px;
}
.flag.flag-hu {
    background-position: -32px -66px;
}
.flag.flag-ic {
    background-position: -48px -66px;
}
.flag.flag-id {
    background-position: -64px -66px;
}
.flag.flag-ie {
    background-position: -80px -66px;
}
.flag.flag-il {
    background-position: -96px -66px;
}
.flag.flag-im {
    background-position: -112px -66px;
}
.flag.flag-in {
    background-position: -128px -66px;
}
.flag.flag-io {
    background-position: -144px -66px;
}
.flag.flag-iq {
    background-position: -160px -66px;
}
.flag.flag-ir {
    background-position: -176px -66px;
}
.flag.flag-is {
    background-position: -192px -66px;
}
.flag.flag-it {
    background-position: -208px -66px;
}
.flag.flag-je {
    background-position: -224px -66px;
}
.flag.flag-jm {
    background-position: -240px -66px;
}
.flag.flag-jo {
    background-position: 0 -77px;
}
.flag.flag-jp {
    background-position: -16px -77px;
}
.flag.flag-ke {
    background-position: -32px -77px;
}
.flag.flag-kg {
    background-position: -48px -77px;
}
.flag.flag-kh {
    background-position: -64px -77px;
}
.flag.flag-ki {
    background-position: -80px -77px;
}
.flag.flag-km {
    background-position: -96px -77px;
}
.flag.flag-kn {
    background-position: -112px -77px;
}
.flag.flag-kp {
    background-position: -128px -77px;
}
.flag.flag-kr {
    background-position: -144px -77px;
}
.flag.flag-kurdistan {
    background-position: -160px -77px;
}
.flag.flag-kw {
    background-position: -176px -77px;
}
.flag.flag-ky {
    background-position: -192px -77px;
}
.flag.flag-kz {
    background-position: -208px -77px;
}
.flag.flag-la {
    background-position: -224px -77px;
}
.flag.flag-lb {
    background-position: -240px -77px;
}
.flag.flag-lc {
    background-position: 0 -88px;
}
.flag.flag-li {
    background-position: -16px -88px;
}
.flag.flag-lk {
    background-position: -32px -88px;
}
.flag.flag-lr {
    background-position: -48px -88px;
}
.flag.flag-ls {
    background-position: -64px -88px;
}
.flag.flag-lt {
    background-position: -80px -88px;
}
.flag.flag-lu {
    background-position: -96px -88px;
}
.flag.flag-lv {
    background-position: -112px -88px;
}
.flag.flag-ly {
    background-position: -128px -88px;
}
.flag.flag-ma {
    background-position: -144px -88px;
}
.flag.flag-mc {
    background-position: -160px -88px;
}
.flag.flag-md {
    background-position: -176px -88px;
}
.flag.flag-me {
    background-position: -192px -88px;
}
.flag.flag-mg {
    background-position: -208px -88px;
}
.flag.flag-mh {
    background-position: -224px -88px;
}
.flag.flag-mk {
    background-position: -240px -88px;
}
.flag.flag-ml {
    background-position: 0 -99px;
}
.flag.flag-mm {
    background-position: -16px -99px;
}
.flag.flag-mn {
    background-position: -32px -99px;
}
.flag.flag-mo {
    background-position: -48px -99px;
}
.flag.flag-mp {
    background-position: -64px -99px;
}
.flag.flag-mq {
    background-position: -80px -99px;
}
.flag.flag-mr {
    background-position: -96px -99px;
}
.flag.flag-ms {
    background-position: -112px -99px;
}
.flag.flag-mt {
    background-position: -128px -99px;
}
.flag.flag-mu {
    background-position: -144px -99px;
}
.flag.flag-mv {
    background-position: -160px -99px;
}
.flag.flag-mw {
    background-position: -176px -99px;
}
.flag.flag-mx {
    background-position: -192px -99px;
}
.flag.flag-my {
    background-position: -208px -99px;
}
.flag.flag-mz {
    background-position: -224px -99px;
}
.flag.flag-na {
    background-position: -240px -99px;
}
.flag.flag-nc {
    background-position: 0 -110px;
}
.flag.flag-ne {
    background-position: -16px -110px;
}
.flag.flag-nf {
    background-position: -32px -110px;
}
.flag.flag-ng {
    background-position: -48px -110px;
}
.flag.flag-ni {
    background-position: -64px -110px;
}
.flag.flag-nl {
    background-position: -80px -110px;
}
.flag.flag-no {
    background-position: -96px -110px;
}
.flag.flag-np {
    background-position: -112px -110px;
}
.flag.flag-nr {
    background-position: -128px -110px;
}
.flag.flag-nu {
    background-position: -144px -110px;
}
.flag.flag-nz {
    background-position: -160px -110px;
}
.flag.flag-om {
    background-position: -176px -110px;
}
.flag.flag-pa {
    background-position: -192px -110px;
}
.flag.flag-pe {
    background-position: -208px -110px;
}
.flag.flag-pf {
    background-position: -224px -110px;
}
.flag.flag-pg {
    background-position: -240px -110px;
}
.flag.flag-ph {
    background-position: 0 -121px;
}
.flag.flag-pk {
    background-position: -16px -121px;
}
.flag.flag-pl {
    background-position: -32px -121px;
}
.flag.flag-pm {
    background-position: -48px -121px;
}
.flag.flag-pn {
    background-position: -64px -121px;
}
.flag.flag-pr {
    background-position: -80px -121px;
}
.flag.flag-ps {
    background-position: -96px -121px;
}
.flag.flag-pt {
    background-position: -112px -121px;
}
.flag.flag-pw {
    background-position: -128px -121px;
}
.flag.flag-py {
    background-position: -144px -121px;
}
.flag.flag-qa {
    background-position: -160px -121px;
}
.flag.flag-re {
    background-position: -176px -121px;
}
.flag.flag-ro {
    background-position: -192px -121px;
}
.flag.flag-rs {
    background-position: -208px -121px;
}
.flag.flag-ru {
    background-position: -224px -121px;
}
.flag.flag-rw {
    background-position: -240px -121px;
}
.flag.flag-sa {
    background-position: 0 -132px;
}
.flag.flag-sb {
    background-position: -16px -132px;
}
.flag.flag-sc {
    background-position: -32px -132px;
}
.flag.flag-scotland {
    background-position: -48px -132px;
}
.flag.flag-sd {
    background-position: -64px -132px;
}
.flag.flag-se {
    background-position: -80px -132px;
}
.flag.flag-sg {
    background-position: -96px -132px;
}
.flag.flag-sh {
    background-position: -112px -132px;
}
.flag.flag-si {
    background-position: -128px -132px;
}
.flag.flag-sk {
    background-position: -144px -132px;
}
.flag.flag-sl {
    background-position: -160px -132px;
}
.flag.flag-sm {
    background-position: -176px -132px;
}
.flag.flag-sn {
    background-position: -192px -132px;
}
.flag.flag-so {
    background-position: -208px -132px;
}
.flag.flag-somaliland {
    background-position: -224px -132px;
}
.flag.flag-sr {
    background-position: -240px -132px;
}
.flag.flag-ss {
    background-position: 0 -143px;
}
.flag.flag-st {
    background-position: -16px -143px;
}
.flag.flag-sv {
    background-position: -32px -143px;
}
.flag.flag-sx {
    background-position: -48px -143px;
}
.flag.flag-sy {
    background-position: -64px -143px;
}
.flag.flag-sz {
    background-position: -80px -143px;
}
.flag.flag-tc {
    background-position: -96px -143px;
}
.flag.flag-td {
    background-position: -112px -143px;
}
.flag.flag-tf {
    background-position: -128px -143px;
}
.flag.flag-tg {
    background-position: -144px -143px;
}
.flag.flag-th {
    background-position: -160px -143px;
}
.flag.flag-tj {
    background-position: -176px -143px;
}
.flag.flag-tk {
    background-position: -192px -143px;
}
.flag.flag-tl {
    background-position: -208px -143px;
}
.flag.flag-tm {
    background-position: -224px -143px;
}
.flag.flag-tn {
    background-position: -240px -143px;
}
.flag.flag-to {
    background-position: 0 -154px;
}
.flag.flag-tr {
    background-position: -16px -154px;
}
.flag.flag-tt {
    background-position: -32px -154px;
}
.flag.flag-tv {
    background-position: -48px -154px;
}
.flag.flag-tw {
    background-position: -64px -154px;
}
.flag.flag-tz {
    background-position: -80px -154px;
}
.flag.flag-ua {
    background-position: -96px -154px;
}
.flag.flag-ug {
    background-position: -112px -154px;
}
.flag.flag-um {
    background-position: -128px -154px;
}
.flag.flag-us {
    background-position: -144px -154px;
}
.flag.flag-uy {
    background-position: -160px -154px;
}
.flag.flag-uz {
    background-position: -176px -154px;
}
.flag.flag-va {
    background-position: -192px -154px;
}
.flag.flag-vc {
    background-position: -208px -154px;
}
.flag.flag-ve {
    background-position: -224px -154px;
}
.flag.flag-vg {
    background-position: -240px -154px;
}
.flag.flag-vi {
    background-position: 0 -165px;
}
.flag.flag-vn {
    background-position: -16px -165px;
}
.flag.flag-vu {
    background-position: -32px -165px;
}
.flag.flag-wales {
    background-position: -48px -165px;
}
.flag.flag-wf {
    background-position: -64px -165px;
}
.flag.flag-ws {
    background-position: -80px -165px;
}
.flag.flag-ye {
    background-position: -96px -165px;
}
.flag.flag-yt {
    background-position: -112px -165px;
}
.flag.flag-za {
    background-position: -128px -165px;
}
.flag.flag-zanzibar {
    background-position: -144px -165px;
}
.flag.flag-zm {
    background-position: -160px -165px;
}
.flag.flag-zw {
    background-position: -176px -165px;
}

/* Auth */
body.auth {
    background: #f2f2f2;
}
#auth-wrapper {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    box-shadow: 0 0 10px #aaa;
    margin-top: 25px;
    padding: 25px 0;
}
#auth-wrapper .logo {
    text-align: center;
}

#auth-wrapper h1 {
    color: #555;
    font-size: 18px;
    text-align: center;
}
#auth-wrapper form {
    padding-top: 15px;
    padding-left: 45px;
    padding-right: 45px;
}

/* Chart */
.holdings-in-header {
    color: #c56609;
    font-size: 12px;
}

#model-holdings .accordion-inner,
#alternate-model-holdings .accordion-inner {
    max-height: 500px;
    overflow: auto;
}

#model-holdings table,
#alternate-model-holdings table {
    width: 100%;
}

.chart-thumbnail {
    /*overflow: hidden; */
}
.thumbnail-large {
    /*overflow: hidden; */
    height: 150%;
}

#chart_wrapper .header {
    font-size: 12px;
    margin-bottom: 25px;
    margin-left: 0px !important;
}
#chart_wrapper .header h1 {
    font-size: 22px;
    margin: 0;
}

#chart_wrapper .header h1.symbol_scroll {
    position: fixed;
    background-color: white;
    color: black;
    border: 1px solid black;
    right: 20px;
    text-align: center;
    z-index: 1;
    top: 0px;
    padding-left: 12px;
    padding-right: 12px;
    border-top: none;
    display: none;
}

#chart_wrapper .header h2 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 100%;
    border-bottom: 2px solid #f4f4f5;
    margin: 5px 0;
    padding-bottom: 3px;
}
#chart_wrapper .header p {
    margin-bottom: 0;
}
#chart_wrapper .header p.meta {
    font-size: 12px;
    margin-bottom: 10px;
}
#chart_wrapper .header p.bold {
    font-weight: bold;
}
#chart_wrapper .header .section-header {
    color: #474a53;
    font-size: 12px;
    text-transform: uppercase !important;
    background: #d5d6d8;
    margin-bottom: 10px;
    padding: 8px 10px;
}
#chart_wrapper .header table.balanced {
    font-size: 11px;
}
#chart_wrapper .header table.balanced th {
    text-transform: uppercase;
}
#chart_wrapper .header table.balanced td {
    text-align: center;
    table-layout: fixed;
}
#chart_wrapper .header hr {
    border-bottom: 2px solid #f4f4f5;
    margin-bottom: 10px;
    margin-top: 0;
}
#chart_wrapper .header hr.notThick {
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}
#chart_wrapper .header td.recent-change {
    background: #dff0d8;
    border-color: #d6e9c6;
}
#chart_wrapper .header td.recent-change.negative {
    background: #f2dede;
    border-color: #eed3d7;
}

#chart_wrapper .tools {
    padding: 20px 0 20px;
}
#chart_wrapper .tools .has-alert {
    color: yellow;
    font-weight: bold;
}

#chart_wrapper .alert {
}

#chart_wrapper .options {
    font-size: 12px;
}

#chart_wrapper .options {
    background: #eaeaeb;
}
#chart_wrapper .options .section-header {
    color: #474a53;
    text-transform: uppercase !important;
    background: #d5d6d8;
    padding: 10px;
    margin-bottom: 0px;
}
#chart_wrapper .options a {
    color: #222;
}
#chart_wrapper .options ul.links {
    padding: 10px;
}
#chart_wrapper .options .link-header {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    font-size: 12px;
    line-height: inherit;
    text-transform: uppercase;
}
#chart_wrapper .options form {
    margin-bottom: 0;
    padding: 10px;
}

#optionsplay-modal {
}

#optionsplay-modal .modal-body {
    max-height: 500px !important;
    width: 92% !important;
}

/* Basic chart styles */
div.chart-price-wrapper {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

pre.chart {
    font-family: "Courier New";
    font-size: 8pt;
    line-height: 14px;
    text-align: left;
    overflow-x: scroll;
    overflow-y: none;
}

pre.chart table.years {
    width: auto;
    font-size: 8pt;
    border: none;
    table-layout: fixed;
}

pre.chart table.years td {
    width: 0;
    border: none;
    padding: 0;
}

pre.chart table.years td.legend {
    font-size: 8pt;
}

table.chart {
    width: auto;
    font-family: "Courier New";
    font-size: 13px;
    line-height: 16px;
    border-collapse: collapse;
    table-layout: fixed;
}

table.chart td {
    width: 13px !important;
    min-width: 13px !important;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    color: #000;
}
table.chart.bordered td {
    border: 1px solid #ccc;
}

table.chart td.scale {
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    padding: 0 3px;
}
table.chart td.dist {
    width: 25px !important;
    min-width: 25px !important;
}

table.chart td.band {
    background: #f2f2f2;
}

table.chart td.year {
    background: #f2f2f2 !important;
}

table.chart td.buy-signal span.green,
table.chart td.sell-signal span.red {
    color: #fff;
}

table.chart td.current-sell {
    background: #f2dede !important;
}

table.chart td.current-buy {
    background: #dff0d8 !important;
}

table.chart td.buy-signal {
    color: #fff;
    background: #448345 !important;
    font-weight: bold;
}

table.chart td.sell-signal {
    color: #fff;
    background: #b94a48 !important;
    font-weight: bold;
}

table.chart td.buy-signal span.blue,
table.chart td.sell-signal span.blue {
    color: #fff;
}

table.chart tr.year td {
    font-size: 10px;
    font-weight: bold;
    background: #f2f2f2 !important;
    border: 1px solid #f2f2f2;
}

span.blue {
    color: #0000ff;
}

span.red {
    color: #ff0000;
}

span.green {
    color: #009900;
}

span.x-color {
    color: #000000 !important;
}

span.grey {
    color: #666666 !important;
}

span.max,
span.min {
    cursor: pointer;
}

.inline-element {
    display: inline;
}

/* Alerts */
table.alerts tr.recipients td {
    font-size: 11px;
    background: #e9e9e9;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.alerts ul.unstyled {
    margin-bottom: 0;
}

/* Notifications */
table.notifications .preview {
    font-size: 11px;
}

/* Dashboard / Widgets */
.widgets .span2 {
    height: 100px;
}
.widgets .span2:hover {
    z-index: 1;
    border: 1px dashed;
}
.widget-add {
    opacity: 0.3;
}
#widget_15 .control-group {
    margin-bottom: 5px;
}
#widget_15 .control-group label {
    width: 100px;
    text-align: left;
}
#widget_15 .control-group .controls {
    margin-left: 120px;
}
#widget_15 .form-horizontal input + .help-block {
    margin-top: 0;
}
/* Distribution Curve Global */

#bellcurve_wrapper .section-header {
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    background: #f4f4f5;
    margin-bottom: 10px;
    padding: 8px 10px;
}

#bellcurve_wrapper label {
    display: inline-block;
}

td.bellcurve-box a,
td.bellcurve-box a:hover,
td.bellcurve-box a:visited {
    color: #000;
}
td.bellcurve-box {
    width: 45px;
    /*width: calc(100%/12);*/
    height: 20px;
    font-size: 12.5px;
}

td.bellcurve-bottom {
    font-weight: bold;
    border: white solid 1px;
    text-align: center;
    font-size: 12px;
}

img.bellcurve-colorbar {
    width: 100%;
    height: 7px;
    vertical-align: top;
}

div.bellcurve-favored-box {
    width: 65px;
    height: 20px;
    display: inline-block;
}

.bellcurve-border-left {
    border-left: 1px solid #979797 !important;
}

.bellcurve-buy-sig {
    color: green !important;
}

div.bellcurve_unfavored .bellcurve-buy-sig {
    color: #007200 !important;
}

.bellcurve-sell-sig {
    color: #d50000 !important;
}

/* BP Bellcurve */

div.bp-bellcurve-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
    font-size: 12px;
    font-family: Verdana;
}

div.bp-bellcurve-inner {
    border: 3px double black;
    width: 800px;
}

table.bp-bellcurve-table {
    margin-left: 35px;
    text-align: left;
}

/*Sector Distribution Curve*/
.normal {
    font-size: 12px;
    font-weight: normal;
}
table#curve_specs {
    width: 265px;
    margin-top: 5px;
    float: left;
    position: relative;
}
table#curve_specs td {
    text-align: left;
    font-weight: bold;
    padding: 3px 0;
    margin: 0;
}
td span.box {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #adadad;
    margin-right: 2px;
    float: left;
}
.bellcurve_unfavored {
    background-color: #ffd5dd;
}
.bellcurve_average {
    background-color: #ffffd7;
}
.bellcurve_favored {
    background-color: #c1ffc1;
}
#star_items {
    font-size: 11px;
    font-style: italic;
}
#sector_bell_curve {
    width: 100%;
    font-size: 11px;
    text-align: center;
}
#sector_bell_curve .checkbox {
    padding-left: 25px;
}
#curve_legend {
    width: 100%;
    float: left;
    position: relative;
}
#curve_legend table td {
    text-align: left;
}
#curve_options {
    width: 100%;
    padding: 10px 0 0 0;
}
#curve_options td {
    text-align: left;
    vertical-align: center;
    padding-bottom: 15px;
}
#curve_options input {
    margin: 0 2px 0 0;
}
.inlineinput {
    display: inline-block;
    margin-right: 10px !important;
}
.submit {
    background: #f4f4f5;
    border: 1px solid #000;
    padding: 2px 0;
    width: 123px;
}

.bellCurveDisplayBox {
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    display: inline-block;
}

/* Distribution */
.table td.obos {
    padding: 0;
}
.obos {
    position: relative;
    padding: 4px 0;
}
.obos > .positive {
    position: absolute;
    left: 0;
    height: 20px;
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.obos > .negative {
    position: absolute;
    right: 0;
    height: 20px;
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

/* Research/Reports/Database Reports  */
.reports-wrapper h1 {
    font-size: 22px;
    margin-top: 0;
}
.reports-wrapper .report-sidebar {
    background: #f4f4f5;
    margin-bottom: 15px;
}
.reports-wrapper .report-sidebar .title {
    color: #474a53;
    font-size: 12px !important;
    font-family: inherit;
    background: #f4f4f5;
    padding: 7px 15px 0px 15px;
    text-transform: none;
    width: -webkit-fill-available;
}
.reports-wrapper .nav-list {
    margin: 0px 15px 15px 15px;
}
.reports-wrapper .nav-list li.nav-header {
    color: #666;
    font-size: 12px;
}
.reports-wrapper .nav-list li a {
    color: #303c38;
    font-size: 12px;
}
.reports-wrapper .nav-list li a:hover,
.reports-wrapper .nav-list li a:focus {
    background: #c1e2d6;
}
.reports-wrapper .nav-list li.active a,
.reports-wrapper .nav-list li.active a:hover,
.reports-wrapper .nav-list li.active a:focus {
    color: black;
    background: none;
    font-weight: bold;
    text-shadow: none;
}
.reports-wrapper .report-search form {
    padding: 15px;
}
.reports-wrapper .nav-tabs {
    border-bottom: 2px solid #f4f4f5;
    margin-bottom: 15px;
}
.reports-wrapper .nav-tabs > li {
    margin-bottom: 0;
}
.reports-wrapper .nav-tabs > li > a {
    color: #6c6c6c;
    font-size: 11px;
    line-height: 18px;
    background: #e0e0e0;
    border: none;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.reports-wrapper .nav-tabs > li.active > a,
.reports-wrapper .nav-tabs > li.active > a:hover,
.reports-wrapper .nav-tabs > li.active > a:focus {
    color: #474a53;
    background: #f4f4f5;
    border: none;
}
.reports-wrapper div.tab-content {
    border: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.reports-wrapper div.tab-content .nav {
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 7px 12px;
}
.reports-wrapper div.tab-content .nav form {
    margin-bottom: 0;
}
.reports-wrapper div.tab-content .nav form label {
    font-size: 12px;
}
.reports-wrapper div.tab-content .nav form select {
    font-size: 12px;
}
.reports-wrapper div.tab-content .nav .btn-group {
    margin-bottom: 0;
}
.reports-wrapper .tab-pane h4 {
    margin-top: 0;
    padding-bottom: 5px;
}
.reports-wrapper .post-wrapper {
    border-left: 5px solid #e9e9e9;
    margin-bottom: 15px;
    padding: 10px 10px;
}
.reports-wrapper .post-wrapper:hover {
    background: #f0f0f0;
    border-color: #ffcb62;
}
.reports-wrapper .post-wrapper img {
    float: left;
    margin-right: 10px;
}
.reports-wrapper .post-wrapper h5 {
    font-size: 16px;
    margin: 0 0 7px 110px;
}
.reports-wrapper .post-wrapper h5 a {
    color: #2a3235;
}
.reports-wrapper .post-wrapper .post-teaser {
    margin-left: 110px;
}
.reports-wrapper .post-wrapper .readmore {
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 0 110px;
}

.reports-wrapper .template .post {
    /*background: #fff url(../images/post-shadow.png) no-repeat;*/
    background-size: 100% 8px;
    margin: 25px 0px;
    padding-top: 5px;
}
.reports-wrapper .template .post h1.title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    font-style: bold;
    line-height: 30px;
    text-rendering: optimizelegibility;
    margin-bottom: 15px;
}
.reports-wrapper .template .post h1.title a:visited {
    color: #000;
}
.reports-wrapper .template .featured-image {
    float: left;
    display: inline;
    margin: 5px 10px 5px 5px;
}

.featured-image:hover {
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -o-filter: saturate(200%);
    -ms-filter: saturate(200%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.reports-wrapper .template .post .content {
    line-height: 150%;
}
.reports-wrapper .template .post .content h1 {
    font-size: 20px;
    line-height: 34px;
}
.reports-wrapper .template .post .content h2 {
    font-size: 18px;
    line-height: 32px;
}
.reports-wrapper .template .post .content h3 {
    font-size: 16px;
    line-height: 30px;
}

.reports-wrapper .search-results .result {
    margin-bottom: 25px;
}
.reports-wrapper .search-results .result h4 {
    margin: 0 0 3px;
}
.reports-wrapper .search-results .result cite {
    color: #006621;
    font-size: 12px;
}
.reports-wrapper .search-results .result p.summary {
    font-size: 12px;
    margin-bottom: 3px;
}
.reports-wrapper .search-results .result p.date {
    color: #666;
    font-size: 12px;
}
.reports-wrapper .search-results form {
    margin-bottom: 0;
}
.reports-wrapper .search-results .facet-count {
    font-size: 11px;
    float: right;
}
.reports-wrapper .search-results li.facet-more {
    font-size: 11px;
    padding-left: 20px;
    margin-bottom: 5px;
}
.reports-wrapper .search-results input[type="text"] {
    margin-bottom: 0;
}

/* Query Engine */
#query {
    overflow: hidden;
}
.query-wrapper {
    font-size: 12px;
}
.query-wrapper h1 {
    font-size: 22px;
    margin-top: 0;
}
.query-wrapper .toolbar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *border: 0;
    border-bottom: 1px solid #b3b3b3;
    padding: 5px;
}
.query-wrapper .toolbar .btn-group {
    margin-bottom: 0;
}
.query-wrapper .toolbar form {
    margin-bottom: 0;
}
.query-wrapper {
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #b3b3b3;
}
.query-wrapper i {
    cursor: pointer;
}
.query-wrapper #left {
    width: 225px;
    height: 500px;
    background: #e6e6e6;
    border-right: 1px solid #b3b3b3;
    overflow: scroll;
    float: left;
    padding: 10px;
}
.query-wrapper #center {
    margin-left: 246px;
    margin-right: 246px;
}
.query-wrapper #right {
    width: 225px;
    height: 500px;
    background: #f0f0f0;
    border-left: 1px solid #b3b3b3;
    float: right;
    overflow: scroll;
    padding: 10px;
}
.query-wrapper #filters {
}
.query-wrapper .control-group {
    font-size: 12px;
    margin-bottom: 5px;
}
.query-wrapper .control-group label,
.query-wrapper .control-group input,
.query-wrapper .control-group select {
    font-size: 12px;
    margin-bottom: 0;
}
.query-wrapper #filters .control-group.filter .scrollheight {
    height: 200px;
    overflow: scroll;
}
.query-wrapper #filter_grid ul.unstyled {
    margin: 3px 0 0 17px;
}
.query-wrapper #data {
    position: relative;
    overflow: scroll;
}
.query-wrapper #datatable {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    table-layout: fixed;
}
.query-wrapper #datatable th {
    cursor: pointer;
    overflow: hidden;
}
.query-wrapper #datatable td {
    white-space: nowrap;
    overflow: hidden;
}
.query-wrapper thead.scroller {
    position: absolute;
    background: #fff;
}
.query-wrapper .accordion .accordion-group {
    background: #fff;
}
.query-wrapper .accordion-heading .accordion-toggle {
    color: #fff;
    background: #666;
    text-decoration: none;
    padding: 5px 10px;
}
.query-wrapper .accordion-inner {
    padding: 5px 10px;
}

.simplequery-wrapper {
    font-size: 12px;
}
.simplequery-wrapper .count {
    color: #fff;
    background-color: #b94a48;
    padding: 2px 14px;
}
.simplequery-wrapper .control-group {
    font-size: 12px;
    margin-bottom: 5px;
}
.simplequery-wrapper .control-group label,
.simplequery-wrapper .control-group input,
.simplequery-wrapper .control-group select {
    font-size: 12px;
    margin-bottom: 0;
}
.simplequery-wrapper option:disabled {
    color: #e0e0e0;
}
.simplequery-wrapper #fieldstodisplay td.odd {
    padding-right: 30px;
}
.simplequery-wrapper .filter {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  */
}
.simplequery-wrapper .filter:hover {
    /*
	background: #f2f2f2;
	border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  */
}
.simplequery-wrapper .filter.green {
    background: #dff0d8;
    border-color: #d6e9c6;
}
.simplequery-wrapper .filter.yellow {
    background: #fcf8e3;
    border-color: #fbeed5;
}
.simplequery-wrapper .filter.red {
    background: #f2dede;
    border-color: #eed3d7;
}
.simplequery-wrapper .filter.gray {
    background: #f2f2f2;
    border-color: #ccc;
}
.simplequery-wrapper .filter.blue {
    background: #d9edf7;
    border-color: #bce8f1;
}
.simplequery-wrapper .filter h5 {
    margin-top: 0;
}
.simplequery-wrapper .filter div.content {
    margin-bottom: 10px;
}
.simplequery-wrapper .filter div:last-child {
    margin-bottom: 0;
}
.simplequery-wrapper .input-mini {
    width: 40px;
}
.simplequery-wrapper .filter label,
.simplequery-wrapper .filter input,
.simplequery-wrapper .filter select {
    font-size: 12px;
    margin-bottom: 5px;
}
.simplequery-wrapper .filter input[type="text"] {
    height: 19px;
    line-height: 15px;
}

#reg_pct,
#sector_pct {
    height: 20px;
}

.simplequery-wrapper #etf_drilldown_table .well td {
    padding: 25px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.simplequery-wrapper .filter input[type="text"].inline {
    margin-bottom: 0;
}
.simplequery-wrapper .filter .radio.inline {
    padding-top: 0;
}
.simplequery-wrapper #sector_wrapper label {
    line-height: 18px;
    margin-bottom: 0;
}
.simplequery-wrapper #sector_wrapper label.disabled {
    color: #b1d0df;
}
.simplequery-wrapper #sector_wrapper input[type="checkbox"] {
    vertical-align: top;
    margin: 2px 0 0;
}
.simplequery-wrapper td.cap,
.simplequery-wrapper td.style {
    color: #666;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    background: #fff;
}
.simplequery-wrapper td.style {
    text-align: right;
}
.simplequery-wrapper table.performance {
    background: #fff;
}
.simplequery-wrapper table.prank {
    background: #fff;
    margin-bottom: 0;
}
.simplequery-wrapper td.perf {
    line-height: 31px;
}

#datatable_wrapper .pagination {
    text-align: right;
    margin: 0;
}
#datatable_wrapper span.positive {
    color: #009900;
}
#datatable_wrapper span.negative {
    color: #ff0000;
}
#datatable_wrapper span.text-right {
    display: block;
}
.query-description {
    font-size: 11px;
}
.query-description .fields {
    display: none;
}
.query-description .filters {
    display: none;
}

.box {
    margin-bottom: 20px;
}
.box.green .boxtitle {
    color: #474a53;
    text-transform: uppercase;
    background: #f4f4f5;
    padding: 7px 7px;
}
.box.green .boxcontent {
    font-size: 13px;
    padding: 15px 7px;
}

.btn-orange {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #eeb862;
    *background-color: #dca855;
    background-image: -moz-linear-gradient(top, #fec56e, #dca855);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fec56e), to(#dca855));
    background-image: -webkit-linear-gradient(top, #fec56e, #dca855);
    background-image: -o-linear-gradient(top, #fec56e, #dca855);
    background-image: linear-gradient(to bottom, #fec56e, #dca855);
    background-repeat: repeat-x;
    border-color: #c4a473 #c4a473 #b1905c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffec56e', endColorstr='#ffdca855', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
    color: #ffffff;
    background-color: #d6962f;
    *background-color: #d6962f;
}

.btn-orange:active,
.btn-orange.active {
    background-color: #d6962f \9;
}

/* Library */
.recent-news h4 {
    color: #46884c;
}
.recent-news h5 {
    color: #3a87ad;
}

.recent-news p {
    font-size: 14px;
}

.archive-news h4 {
    color: #b94a52;
}
.archive-news h5 {
    color: #c09853;
}

.archive-news p {
    font-size: 14px;
}

/* Webinars */

@media print {
    body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top: 25px;
    }
    * {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin-bottom: 1cm !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }

    table.chart td {
        font-weight: bold !important;
    }
    table.chart td.scale {
        font-weight: bold !important;
    }
    div.btn-group,
    div.pagination,
    tr#table_selected {
        display: none;
    }
    #chart_wrapper .header {
        font-size: 12px !important;
    }
    #chart_wrapper .header h2 {
        font-size: 11px !important;
    }
    #chart_wrapper .header h1 {
        font-size: 16px !important;
    }
    #chart_wrapper .header table.balanced {
        font-size: 13px !important;
    }
    div.disclaimer {
        font-size: 5px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
    }

    div.reports-wrapper > div.container > h2 {
        font-size: 22px !important;
    }
    div.reports-wrapper > div.container {
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    /* Symbol not found */
    #chart_wrapper #not-found input,
    #chart_wrapper #request-new input {
        width: 50%;
    }
}

@media (max-width: 767px) {
    header #blackbar {
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer_wrapper {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (max-width: 979px) {
    header #user {
        text-align: left;
    }
    header .nav-collapse .nav > li > a,
    header .nav-collapse .dropdown-menu a {
        color: #fff;
    }
    header .nav-collapse .nav > li > a:hover,
    header .nav-collapse .nav > li > a:focus,
    header .nav-collapse .dropdown-menu a:hover,
    header .nav-collapse .dropdown-menu a:focus {
        background-color: #2a3235;
    }
    header .nav-collapse .open > .dropdown-menu {
        border: none;
    }
    header .nav-collapse .navbar-form .input-append,
    header .nav-collapse .navbar-form .input-prepend {
        margin: 0;
    }
    header .nav-collapse .navbar-form,
    header .nav-collapse .navbar-search {
        background: none;
        margin: 0;
        border-top: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* Symbol not found */
    #chart_wrapper #not-found,
    #chart_wrapper #request-new {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
}

/* Technical Indicator Report */
.tir-button {
    background-color: #255b4d;

    -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    text-indent: 0;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    height: 28px;
    line-height: 28px;
    width: 175px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #689324;
}
.tir-button:hover {
    background-color: #9abea9;
}
.tir-button:active {
    position: relative;
    top: 1px;
}

.carousel .carousel-control {
    visibility: hidden;
}
.carousel:hover .carousel-control {
    visibility: visible;
}

#contact_info {
    background: url("/images/geo_icon.png") 9px 9px no-repeat #0094b3;
    color: #fff;
}

#money_management_info {
    background: url("/images/graph_icon.png") 9px 9px no-repeat #0094b3;
    color: #fff;
}

#contact_info a,
#money_management_info a {
    color: #fff;
}

#datatable_filter {
    text-align: right;
}

#accessibility-wrapper {
    max-width: 800px;
    margin: auto;
}

#accessibility-wrapper img {
    width: 150px;
}

.onoffswitch {
    position: relative;
    width: 81px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #666666;
    border-radius: 30px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 15px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 15px;
    background-color: #0094b3;
    color: #ffffff;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 15px;
    background-color: #ffffff;
    color: #666666;
    text-align: right;
}

.onoffswitch-switch {
    width: 23px;
    margin: 0.5px;
    background: #ffffff;
    border: 2px solid #666666;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 53px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-checked .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checked .onoffswitch-switch {
    right: 0px;
}

/**
 * Performance Quilt
 */
#quilt th {
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #333;
    border: 1px solid #fff;
    padding: 10px 5px;
}
#quilt th.alt {
    background: #e7e1bd url("/images/bg-quilt-hdr2.gif") center top no-repeat;
}
#quilt td.year {
    color: #fefefe;
    font-size: 13px;
    border: 1px solid #fff;
    text-align: center;
    padding: 7px 0;
}
#quilt td.year p {
    margin: 0;
}

#quilt td.year div {
    color: #000000;
}

#quilt td.returns {
    color: #fefefe;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 10px;
}
#quilt-wrapper .swatch-wrapper {
    line-height: 32px;
    margin-bottom: 5px;
}

#print-quilt-btn,
#perf-quilt-btn,
#export-quilt-btn {
    margin: 20px 0px 40px 0px;
}

/* Styles for New DER Themed Tables */
table.nasdaq-theme thead th {
    background-color: #ffffff !important;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 9pt;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 1.67px;
    line-height: 14px;
    font-weight: 500;
}

p.nasdaq-theme,
label.nasdaq-theme,
legend.nasdaq-theme,
span.nasdaq-theme {
    font-size: 9pt;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 1.67px;
    line-height: 14px;
    font-weight: 500;
}

table.nasdaq-theme {
    border: 1px solid #ddd;
}

table.nasdaq-theme,
table.nasdaq-theme tbody td {
    border-right: none;
    border-left: none;
}

table.nasdaq-theme tbody td {
    font-size: 9pt;
}

table.nasdaq-theme tbody tr:first-child td {
    border-top: none;
}

/* if using a datatables table, the styles need to be over-ridden so wrap it in a div first */
.nasdaq-theme-datatable-wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody,
.nasdaq-theme-datatable-wrapper table.dataTable thead th {
    border-bottom: 1px solid #ddd;
}

.nasdaq-theme-datatable-wrapper table.nasdaq-theme.dataTable.no-footer {
    border-top-width: 0px;
}

.nasdaq-theme-datatable-wrapper .dataTables_scroll {
    border-top: 1px solid #ddd;
}

.nasdaq-theme-tab-header {
    font-weight: bolder;
    font-size: 9pt;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 1.67px;
    line-height: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

li.active .nasdaq-theme-tab-header,
li a.active .nasdaq-theme-tab-header /*bs4*/ {
    color: #08c;
}

/* Universal Dark Themed Modal */
.dark-themed-modal .modal-body {
    padding: 0px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dark-themed-modal .modal-body ul li,
.dark-themed-modal .modal-body p {
    text-align: left;
}

.dark-themed-modal .modal-body,
.dark-themed-modal .modal-header {
    background-color: #1d1e25;
    color: white;
    opacity: 0.95;
}

.dark-themed-modal .modal-header select,
.dark-themed-modal .modal-header input {
    background-color: #474a53;
    color: white;
    margin-left: 10px;
    border-color: #474a53;
    border-radius: 0%;
}

.dark-themed-modal .modal-footer {
    background-color: #474a53;
    color: white;
    box-shadow: inset 0 0px 0 #fff;
    border-radius: 0%;
    border-style: none;
}

.dark-themed-modal .modal-footer .btn--primary {
    background: none;
    color: #0094b3;
}

.dark-themed-modal .modal-body {
    min-height: 350px;
    max-height: 470px;
}
.dark-themed-modal .modal-body .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
.dark-themed-modal .user-prompt {
    padding: 15px;
    overflow: auto;
}

.dark-themed-modal .modal-header {
    display: flex;
    justify-content: space-between;
    border-bottom-color: #0094b3;
}

.dark-themed-modal small {
    float: left;
}

.dark-themed-modal .modal-footer form {
    margin: 0px;
}

/* Styles from the New DER Themed Disclaimer */
/*------- Disclaimer ----------*/

/*DISCLAIMER*/
.nasdaq-theme#disclaimer {
    margin-top: 20px;
    padding: 100px;
    background: #297671 url(/images/research/disclaimer.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.nasdaq-theme#disclaimer #disclaimer-content {
    border-color: rgba(255, 255, 255, 0.35);
    border-width: 2px;
    border-style: none none none solid;
    color: #fff;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 50px;
}

.nasdaq-theme#disclaimer #disclaimer-content a {
    color: #fff;
}

.nasdaq-theme#disclaimer #disclaimer-content a:hover {
    color: #005580;
}

.nasdaq-theme#disclaimer #disclaimer-content p:first-child {
    color: rgba(255, 255, 255, 0.65);
    padding-bottom: 10px;
    letter-spacing: 3px;
}

.nasdaq-theme#disclaimer #disclaimer-content hr {
    border-color: rgba(255, 255, 255, 0.35);
}

/* universal loading please wait css */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-banner {
    width: 30%;
    height: 30%;
    font-size: 25px;
    font-weight: bold;
    overflow: auto;
}

#overlay.white-overlay {
    background-color: rgba(255, 255, 255, 0.4);
}

/* styles for table headers */
.table tbody tr.green-header > td,
.table thead tr.green-header > th {
    color: #474a53;
    font-size: 12px;
    background-color: #f4f4f5 !important;
}

/*Large Icon Style*/
.icon-large {
    transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3); /* IE 9 */
    -moz-transform: scale(1.3, 1.3); /* Firefox */
    -webkit-transform: scale(1.3, 1.3); /* Safari and Chrome */
    -o-transform: scale(1.3, 1.3); /* Opera */
}

h2.post-title {
    font-family: "Arial Bold", sans-serif !important;
}

h1 a,
h1 a:link {
    color: #000000;
}

h1 a:visited {
    color: #666;
}
h1 a:hover,
h1 a:active {
    color: #666;
}

#datatable .distribution table {
    font-size: 10px;
    background: none;
    border: none;
}
#datatable .distribution td:first-child {
    max-width: 35px;
    text-align: right;
    overflow: hidden;
    padding-right: 5px;
}
#datatable .distribution td:last-child {
    max-width: 35px;
    overflow: hidden;
    padding-left: 5px;
}
#datatable .distribution td {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#datatable .distribution .progress {
    margin: 0;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.green-cell {
    background-color: #468847;
    text-align: right;
    color: #fff;
}

/* These are used on widgets and reports to make standard color green/red/white cells for Buy/X/etc.
First used on Tech Indic Reversal widget.
*/
.green-cell a:link,
.green-cell a:visited,
.green-cell a:hover,
.green-cell a:active {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.red-cell {
    background-color: #b94a48;
    text-align: center;
    color: #fff;
}
.red-cell a:link,
.red-cell a:visited,
.red-cell a:hover,
.red a:active {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.white-cell {
    background-color: #ffffff;
    text-align: center;
    color: #000;
}
.white-cell a:link,
.white-cell a:visited,
.white-cell a:hover,
.white a:active {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
}

/* Colors for cells containing Favored Sector info. First 3 (-widget-) work well with widget*/
.favsect-widget-green {
    background: rgba(171, 245, 172, 1);
    background: -moz-linear-gradient(top, rgba(171, 245, 172, 1) 0%, rgba(87, 194, 89, 1) 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(171, 245, 172, 1)),
        color-stop(100%, rgba(87, 194, 89, 1))
    );
    background: -webkit-linear-gradient(top, rgba(171, 245, 172, 1) 0%, rgba(87, 194, 89, 1) 100%);
    background: -o-linear-gradient(top, rgba(171, 245, 172, 1) 0%, rgba(87, 194, 89, 1) 100%);
    background: -ms-linear-gradient(top, rgba(171, 245, 172, 1) 0%, rgba(87, 194, 89, 1) 100%);
    background: linear-gradient(to bottom, rgba(171, 245, 172, 1) 0%, rgba(87, 194, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abf5ac', endColorstr='#57c259', GradientType=0 );
}
.favsect-widget-red {
    background: rgba(255, 175, 173, 1);
    background: -moz-linear-gradient(top, rgba(255, 175, 173, 1) 0%, rgba(216, 72, 70, 1) 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 175, 173, 1)),
        color-stop(100%, rgba(216, 72, 70, 1))
    );
    background: -webkit-linear-gradient(top, rgba(255, 175, 173, 1) 0%, rgba(216, 72, 70, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 175, 173, 1) 0%, rgba(216, 72, 70, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 175, 173, 1) 0%, rgba(216, 72, 70, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 175, 173, 1) 0%, rgba(216, 72, 70, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffafad', endColorstr='#d84846', GradientType=0 );
}
.favsect-widget-yellow {
    background: rgba(255, 250, 209, 1);
    background: -moz-linear-gradient(top, rgba(255, 250, 209, 1) 0%, rgba(247, 226, 64, 1) 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 250, 209, 1)),
        color-stop(100%, rgba(247, 226, 64, 1))
    );
    background: -webkit-linear-gradient(top, rgba(255, 250, 209, 1) 0%, rgba(247, 226, 64, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 250, 209, 1) 0%, rgba(247, 226, 64, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 250, 209, 1) 0%, rgba(247, 226, 64, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 250, 209, 1) 0%, rgba(247, 226, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffad1', endColorstr='#f7e240', GradientType=0 );
}

.favsect-green {
    background: #c1ffc1;
}
.favsect-red {
    background: #ffd5dd;
}
.favsect-yellow {
    background: #ffffd7;
}

.show-print {
    display: none !important;
    visibility: hidden;
}

/* DWA Products Page */
#products a:not(.btn) {
    color: #38836c;
}
#products a:hover {
    text-decoration: none;
}
#products h2,
#products h3,
#products h4 {
    color: #205a4b;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
    margin-bottom: 20px;
}
#products .accordion-group {
    border-radius: 0;
    border: none;
    margin: 0;
}
#products .accordion-group .accordion-toggle {
    color: #fff;
    font-size: 18px;
    background: #9bbeaa url(../images/products/bg-collapse-down.png) no-repeat right 20px center;
    line-height: 60px;
    padding-left: 30px;
}
#products .accordion-group .accordion-toggle.active {
    background: #255b4d url(../images/products/bg-collapse-up.png) no-repeat right 20px center;
}
#products .accordion-group .accordion-body {
    border: 1px solid #d7d7d7;
    border-top: none;
}
#products #highrs {
    background: #ebebeb url(../images/products/bg-paperclip.png) no-repeat center top;
    margin-bottom: 20px;
    padding: 60px 40px 20px;
}
#products #highrs h4 {
    margin-bottom: 20px;
}
#products #whitepapers li {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
}
#products #whitepapers li:nth-child(even) {
    background: #f7f7f7;
}
#products #whitepapers li a {
    font-size: 18px;
    line-height: 75px;
    display: block;
    background: transparent url(../images/products/bg-doc-icon.png) no-repeat;
    background-position: 30px center;
    padding-left: 75px;
}

#profiler .accordion-group {
    background: #ffffff;
}

.accordion-caret .accordion-toggle:hover {
    text-decoration: none;
}
.accordion-caret .accordion-toggle:hover span,
.accordion-caret .accordion-toggle:hover strong {
    text-decoration: underline;
}
.accordion-caret .accordion-toggle:before {
    font-size: 25px;
    vertical-align: -3px;
}
.accordion-caret .accordion-toggle:not(.collapsed):before {
    content: "▾";
    margin-right: 0px;
}
.accordion-caret .accordion-toggle.collapsed:before {
    content: "▸";
    margin-right: 0px;
}

.edit-note {
    white-space: pre-line;
}

.chart-large > .chart-wrapper > .chart {
    font-size: 14px !important;
}

.chart-large > .chart-wrapper > table.chart td {
    padding: 2px !important;
    font-weight: bold !important;
}

.chart-dark > .chart-wrapper > table.chart td {
    border-color: #000 !important;
}

.condense-header > table.trend-header {
    width: 90%;
}

/**
 * Show colored bands for indicator charts
 */
table.chart td.band-70 {
    background: #f2dede !important;
}

table.chart td.band-30 {
    background: #dff0d8 !important;
}

div.chart-status {
    margin-bottom: 0px;
    margin-left: 0px !important;
    padding: 10px 20px;
    display: inline-block !important;
    text-align: center;
}

input[type="checkbox"] {
    margin-top: 0;
}

/* ##################################### DALI OVERVIEW: ##################################### */
.DALIgeneral {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 14px;
}
.DALIheader {
    margin-top: -30px;
    height: 40px;
}
.DALIheaderIconRow {
    float: right;
    margin-top: -35px;
    margin-right: 25px;
    height: 40px;
}
.DALIheaderIcons {
    margin-right: 20px;
    height: 40px;
    display: inline;
}
.DALIheaderIconEndRow {
    margin-right: 0;
    height: 40px;
    display: inline;
}
.DALIheaderColorBoxes {
    height: 15px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.DALIheaderPrint {
    float: right;
    height: 40px;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DALIheaderPrint > .btn--small,
#movers-form > .btn--small {
    flex: 1;
    font-size: 11.9px;
    margin: 2px;
}

#movers-form {
    margin-bottom: 0px;
}

.DALIheaderPrint > .btn-group {
    margin: 2px;
}

.movers-wrapper .date-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-auto-flow: row;
    align-items: flex-end;
    grid-template-rows: 50px;
    gap: 10px 10px;
}

.movers-wrapper .date-wrapper input,
.movers-wrapper .date-wrapper .input-append {
    margin: 0px;
}
.movers-wrapper .date-wrapper input[type="submit"] {
    max-width: 50px;
}

/* ALLIGNMENT */
.DALIassetClassBoxes {
    white-space: nowrap;
    margin-top: 10px;
    margin-left: 10px;
}
.DALIassetClassBoxesNonInitial {
    margin-top: 20px;
}
/* ASSET CLASS HEADER 'SIDE BAR' - ALLIGNMENT */
.DALIassetClassHeaderTALL4 {
    display: inline-block;
    margin-right: 8px;
    height: 355px;
}
.DALIassetClassHeaderTALL {
    display: inline-block;
    margin-right: 8px;
    height: 265px;
}
.DALIassetClassHeaderSHORT {
    display: inline-block;
    margin-right: 8px;
    height: 85px;
}
/* ASSET CLASS HEADER 'SIDE BAR' - SHADOW and MAIN CONTAINER */
.DALIheaderContentTALL4 {
    width: 120px;
    border: 1px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    height: 355px;
}
.DALIheaderContentTALL {
    width: 120px;
    border: 1px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    height: 265px;
}
.DALIheaderContentSHORT {
    width: 120px;
    border: 1px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    height: 85px;
}
.DALIheaderColorTALL4 {
    float: left;
    width: 25px;
    text-align: center;
    height: 355px;
}
.DALIheaderColorTALL {
    float: left;
    width: 25px;
    text-align: center;
    height: 265px;
}
.DALIheaderColorSHORT {
    float: left;
    width: 25px;
    text-align: center;
    height: 85px;
}
.DALIheaderMovement {
    margin-top: 5px;
}
.DALIheaderBodyTALL4 {
    float: left;
    width: 95px;
    position: relative;
    height: 355px;
}
.DALIheaderBodyTALL {
    float: left;
    width: 95px;
    position: relative;
    height: 265px;
}
.DALIheaderBodySHORT {
    float: left;
    width: 95px;
    position: relative;
    height: 85px;
}
.DALIheaderBodyText {
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.DALIheaderText {
    font-size: 14px;
    font-style: bold;
    font-variant: normal;
    font-weight: normal;
    line-height: 16px;
}
.DALIheaderSignals {
    margin-top: 10px;
}
.DALIheaderBadge {
    font-size: 11px;
    font-style: normal;
    border-radius: 10px;
    background: black !important;
    color: white !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.DALIbuySignals {
    margin-top: 3px;
    font-size: 11px;
    font-style: normal;
    color: #888888;
}
/* ROW OF BOXES - ALLIGNMENT */
.DALIassetClassBodyTALL4 {
    display: inline-block;
    height: 355px;
}
.DALIassetClassBodyTALL {
    display: inline-block;
    height: 265px;
}
.DALIassetClassBodySHORT {
    display: inline-block;
    height: 85px;
}
/* BOX ROW DIMENSIONS and ALLIGNMENT */
.DALIboxRow {
    float: left;
    width: 990px;
    height: 85px;
    display: inline-block;
}
.DALIboxRowNonInitial {
    margin-top: 5px;
}
/* BOX DIMENSIONS and STYLING */
.DALIbox {
    width: 85px;
    height: 85px;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
    text-align: center;
}
.DALIboxTitle {
    height: 32px;
    margin-top: 8px;
    /* creates upper half for title,
    lower half for symbols and badges */
}
.DALIboxSymbols {
    margin-top: 2px;
}
.DALIboxBadge {
    font-size: 11px;
    font-style: normal;
    border-radius: 10px;
    background: black !important;
    color: white !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.DALIboxRankChange {
    margin-top: 4px;
}
/* EXTRA */
.DALIhidden {
    visibility: hidden;
}

/* ##################################### DALI DETAILS ##################################### */
@media print {
    /* Subset of Top Level stylings that work with printing */
    .DALItopLevelRow {
        float: left;
        width: 1140px;
        height: 60px;
    }
    .DALItopLevelDividers {
        margin: 3px 0;
        width: 1140px;
    }
    .DALItopLevelColorBox {
        width: 20px;
        height: 40px;
        position: relative;
        float: left;
    }
    .DALItopLevelColorBoxRank {
        position: absolute;
        text-align: center;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 14px;
        font-weight: bold;
    }
    .DALItopLevelTitle {
        float: left;
        position: relative;
        text-align: center;
        top: 9px;
        margin-left: 5px;
        font-size: 16px;
        margin-top: 5px;
    }
    .DALItopLevelSectionContainer {
        position: relative;
        height: 40px;
    }

    .DALItopLevelBadgeSection {
        width: 160px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelTitleSection,
    .DALItopLevelFlexSection,
    .DALItopLevelBogeySection,
    .DALItopLevelCashSection,
    .DALItopLevelTrendSection {
        width: 190px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelTitleSectionHeader {
        width: 190px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelBadgeSectionHeader {
        width: 155px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelFlexSectionHeader,
    .DALItopLevelTrendSectionHeader,
    .DALItopLevelBogeySectionHeader {
        width: 190px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelCashSectionHeader {
        width: 180px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelBadgeContainer,
    .DALItopLevelFlexContainer,
    .DALItopLevelCashContainer,
    .DALItopLevelTrendContainer,
    .DALItopLevelBogeyContainer {
        position: relative;
    }
    .DALItopLevelTitlePosition {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #6b6d75; /* gray dark */
    }
    .DALItopLevelBadgePosition,
    .DALItopLevelFlexPosition,
    .DALItopLevelCashPosition,
    .DALItopLevelTrendPosition,
    .DALItopLevelBogeyPosition {
        position: absolute;
        top: 18px;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
    }
    .DALIcircleAlignment {
        width: 100px;
        height: 15px;
    }
    .DALIheaderCircleAlignment {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    .DALIcircleText {
        float: left;
        margin-left: 4px;
    }
    .DALIcircleStrong {
        margin-top: 2px;
        width: 15px;
        height: 15px;
        background: #19b772 !important;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        float: left;
    }
    .DALIcircleAverage {
        margin-top: 2px;
        width: 15px;
        height: 15px;
        background: #fff2bf !important;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        float: left;
    }
    .DALIcircleWeak {
        margin-top: 2px;
        width: 15px;
        height: 15px;
        background: #da353b !important;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        float: left;
    }
    .DALIbogeyPass {
        color: #19b772 !important;
    }
    .DALIbogeyFail {
        color: #da353b !important;
    }

    /* Sub Asset class printing */
    .DALIsliderContainer {
        white-space: nowrap;
        vertical-align: middle;
        float: right;
    }
    .DALIslide_slides {
        display: inline-block;
        vertical-align: middle;
    }
    .DALIslides {
        width: 700px;
        height: 18px;
        margin-top: 2px;
        position: relative;
        float: left;
    }
    .DALIbar {
        background: #f8f8f8 !important;
        width: 700px;
        height: 12px;
        margin-top: 2px;
        border-radius: 5px;
        position: absolute;
        display: inline-block;
    }
    .DALIshade {
        background: #d0d0d0 !important;
        height: 12px;
        margin-top: 2px;
        position: absolute;
        z-index: 5;
        display: block;
        top: -20px;
        /*display: none;*/
    }
    .DALIcircle {
        /*background: #F00;*/
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        z-index: 10;
        margin-left: -8px;
        display: inline-block;
    }
    .DALIslide_info {
        display: inline-block;
        vertical-align: middle;
    }
    .DALIsliderBadgeContainer {
        width: 32px;
        float: left;
    }
    .DALIsliderBadge {
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        border-radius: 10px;
        background: black !important;
        color: white !important;
        width: 20px;
        padding-left: 5px;
        padding-right: 6px;
        padding-top: 1px;
        padding-bottom: 1px;
        float: left;
        margin-top: 2px;
        text-align: center;
    }
    .DALIsliderBox {
        width: 10px;
        height: 19px;
        margin-top: 0.5px;
        margin-left: 8px;
        margin-right: 5px;
        float: left;
    }
    .DALIsliderTitle {
        margin-top: 3px;
        margin-right: 18px;
        width: 140px;
        float: left;
        text-align: right;
    }
    .DALIsliderRanking {
        margin-top: 2px;
        margin-right: 5px;
        width: 15px;
        float: left;
    }

    .DALIslideChart {
        float: right;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .DALIslideChartHolder {
        text-align: center;
    }
    /* Helpful and stupid link http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks */
    .subAssetClassCollapseCard {
        display: inline-block;
        width: 1138px;
        /*width: calc(100% - 30px);*/
        min-height: 33px;
        border: 1px solid #d5d6d8;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        /*float:left;*/
    }
    .collapseCardContentHolder {
        float: left;
        width: 100%;
        background: white;
        position: relative;
        overflow: hidden;
        height: 100%;
    }
    .collapseCardColorHolder {
        float: left;
        width: 100%;
        position: relative;
        right: calc(100% - 30px);
        height: 100%;
    }
    .collapseCardRank {
        font-size: 14px;
        font-weight: bold;
        margin: 10px;
    }
    .collapseCardColorBar {
        float: left;
        width: 30px;
        position: relative;
        left: calc(100% - 30px);
        height: 100%;
    }
    .collapseCardContentSection {
        float: left;
        width: calc(100% - 30px);
        position: relative;
        left: calc(100% - 30px);
        min-height: 33px;
        color: black;
    }
    .collapseCardContent {
        margin: 10px;
    }
    .collapseCardTitleSection {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .collapseCardTitle {
        display: inline;
    }
    .collapseCardButton {
        float: right;
    }
}
@media screen {
    #detailSubHeader {
        position: relative;
        top: -20px;
        vertical-align: middle;
    }
    #detailSubHeader p {
        position: relative;
        top: -5px;
        display: inline;
    }
    .vertical_line {
        height: 17px;
        width: 1px;
        background: #000;
        display: inline-block;
        vertical-align: top;
    }
    #detailSubHeaderToggle,
    #detailSubHeaderBogey {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }
    #subAssetClassCompareDate {
        width: 100px;
    }
    #detailTopLevelContainer {
        position: relative;
        top: 10px;
    }

    /* DETAILS - TOP LEVEL */
    .DALItable {
        /**/
    }

    .DALItopLevelPseudoTableHeader,
    .DALISubAssetClassHeader,
    .DALIHistoryHeader {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .DALItopLevelPseudoTable {
        margin-left: calc((100% - 910px) / 2);
    }
    .DALItopLevelRow {
        float: left;
        width: 1140px;
        height: 60px;
    }
    .DALItopLevelDividers {
        margin: 3px 0;
        width: 1140px;
    }
    .DALItopLevelColorBox {
        width: 20px;
        height: 40px;
        position: relative;
        float: left;
    }
    .DALItopLevelColorBoxRank {
        position: absolute;
        text-align: center;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 14px;
        font-weight: bold;
    }
    .DALItopLevelTitle {
        float: left;
        position: relative;
        text-align: center;
        top: 9px;
        margin-left: 5px;
        font-size: 16px;
        margin-top: 5px;
    }
    .DALItopLevelSectionContainer {
        position: relative;
        height: 40px;
    }
    .DALItopLevelBadgeSection {
        width: 120px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelTitleSection {
        width: 230px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelFlexSection,
    .DALItopLevelBogeySection,
    .DALItopLevelCashSection,
    .DALItopLevelTrendSection {
        width: 140px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelTitleSectionHeader {
        width: 230px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelBadgeSectionHeader {
        width: 115px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelFlexSectionHeader,
    .DALItopLevelTrendSectionHeader,
    .DALItopLevelBogeySectionHeader {
        width: 140px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelCashSectionHeader {
        width: 130px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .DALItopLevelTitleContainer,
    .DALItopLevelBadgeContainer,
    .DALItopLevelFlexContainer,
    .DALItopLevelCashContainer,
    .DALItopLevelTrendContainer,
    .DALItopLevelBogeyContainer {
        position: relative;
    }
    .DALItopLevelTitlePosition {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: ##474a53; /* gray darker */
    }
    .DALItopLevelBadgePosition,
    .DALItopLevelFlexPosition,
    .DALItopLevelCashPosition,
    .DALItopLevelTrendPosition,
    .DALItopLevelBogeyPosition {
        position: absolute;
        top: 18px;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
    }
    .DALIcircleAlignment {
        width: 65px;
        height: 15px;
    }
    .DALIheaderCircleAlignment {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    .DALIcircleText {
        float: left;
        margin-left: 4px;
    }
    .DALIcircleStrong {
        margin-top: 2px;
        width: 15px;
        height: 15px;
        background: #19b772 !important;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        float: left;
    }
    .DALIcircleAverage {
        margin-top: 2px;
        width: 15px;
        height: 15px;
        background: #fed840 !important;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        float: left;
    }
    .DALIcircleWeak {
        margin-top: 2px;
        width: 15px;
        height: 15px;
        background: #da353b !important;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        float: left;
    }
    .DALIbogeyPass {
        color: #19b772 !important;
    }
    .DALIbogeyFail {
        color: #da353b !important;
    }
    .dali-cash-graph-link {
        color: black;
    }

    /* DETAILS - SUB ASSET CLASS */
    .DALIsliderContainer {
        white-space: nowrap;
        vertical-align: middle;
        /* float: right; */
    }
    .DALIslide_slides {
        display: inline-block;
        vertical-align: middle;
    }
    .DALIslides {
        width: 700px;
        height: 18px;
        margin-top: 2px;
        position: relative;
        float: left;
    }
    .DALIbar {
        background: #f8f8f8 !important;
        width: 700px;
        height: 12px;
        margin-top: 2px;
        border-radius: 5px;
        position: absolute;
    }
    .DALIshade {
        background: #d0d0d0 !important;
        height: 12px;
        margin-top: 2px;
        position: absolute;
        z-index: 5;
    }
    .DALIcircle {
        /*background: #F00;*/
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        z-index: 10;
        margin-left: -8px;
    }
    .DALIslide_info {
        display: inline-block;
        vertical-align: middle;
    }
    .DALIsliderBadgeContainer {
        width: 32px;
        float: left;
    }
    .DALIsliderBadge {
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        border-radius: 10px;
        background: black !important;
        color: white !important;
        width: 20px;
        padding-left: 5px;
        padding-right: 6px;
        padding-top: 1px;
        padding-bottom: 1px;
        float: left;
        margin-top: 2px;
        text-align: center;
    }
    .DALIsliderBox {
        width: 10px;
        height: 19px;
        margin-top: 0.5px;
        margin-left: 8px;
        margin-right: 5px;
        float: left;
    }
    .DALIsliderTitle {
        margin-top: 3px;
        margin-right: 18px;
        width: 170px;
        float: left;
        text-align: right;
    }
    .DALIsliderRanking {
        margin-top: 2px;
        margin-right: 5px;
        width: 15px;
        float: left;
    }

    .DALIslideChart {
        float: right;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .DALIslideChartHolder {
        text-align: center;
    }
    /* Helpful and stupid link http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks */
    .subAssetClassCollapseCard {
        display: inline-block;
        width: 1138px;
        /*width: calc(100% - 30px);*/
        min-height: 33px;
        border: 1px solid #d5d6d8;
        /*margin-left: 15px;*/
        margin-left: calc((100% - 1138px) / 2);
        margin-top: 10px;
        margin-bottom: 10px;
        /*float:left;*/
    }
    .collapseCardContentHolder {
        float: left;
        width: 100%;
        background: white;
        position: relative;
        overflow: hidden;
        height: 100%;
    }
    .collapseCardColorHolder {
        float: left;
        width: 100%;
        position: relative;
        right: calc(100% - 30px);
        height: 100%;
    }
    .collapseCardRank {
        font-size: 14px;
        font-weight: bold;
        margin: 10px;
    }
    .collapseCardColorBar {
        float: left;
        width: 30px;
        position: relative;
        left: calc(100% - 30px);
        height: 100%;
    }
    .collapseCardContentSection {
        float: left;
        width: calc(100% - 30px);
        position: relative;
        left: calc(100% - 30px);
        min-height: 33px;
        color: black;
    }
    .collapseCardContent {
        margin: 10px;
    }
    .collapseCardTitleSection {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .collapseCardTitle {
        display: inline;
    }
    .collapseCardButton {
        float: right;
    }
}
/* #################################### DALI HISTORY #################################### */
#historySubHeader {
    position: relative;
    top: -10px;
    vertical-align: middle;
}
#historyTableSubHeader {
    position: relative;
    vertical-align: middle;
    float: left;
    margin-top: 25px;
}
#historySubHeaderToggle,
#historySubHeaderTime,
#historySubHeaderInterval,
#historySubHeaderView {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
#historySubHeader p,
#historyTableSubHeader p {
    position: relative;
    top: -5px;
    display: inline;
}
.datepickerSmall {
    width: 85px;
}
.datepickerLabel {
    font-size: 12px;
    position: relative;
    display: inline;
}

#chartContainer {
    width: calc(100% - 210px);
    display: inline-block;
}
#chartTitleContainer {
    display: inline-block;
}
.chartTitleHolder {
    width: 200px;
    height: 50px;
    border: 1px solid #d5d6d8;
    margin-top: 20px;
}
.chartTitleColorBar {
    float: left;
    width: 10px;
    text-align: center;
    height: 50px;
}
.chartTitleBody {
    float: left;
    width: 190px;
    position: relative;
    height: 50px;
}
.chartTitleBodyText {
    margin-top: 15px;
    margin-left: 5px;
    float: left;
}
.chartTitleBodyBadgeHolder {
    float: right;
    margin-right: 5px;
    margin-top: 14.5px;
}
.chartTitleBodyBadge {
    font-size: 12px;
    font-style: normal;
    border-radius: 10px;
    background: black !important;
    color: white !important;
    padding-left: 5px;
    padding-right: 5px;
}
.historyTableHolder {
    clear: both;
    /*margin-top: 82px;*/
    margin-top: 30px;
}
table.historyTable {
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
}
table.historyTable thead {
    border-bottom-width: 2px;
    border-bottom-color: #d5d6d8;
    border-bottom-style: solid;
    text-transform: uppercase;
    color: #96979c !important;
    background: white !important;
}
table.historyTable tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #d5d6d8;
    border-bottom-style: solid;
}
.historyTableDateCol {
    text-align: left;
    width: 148px;
}
.historyTableClassCol {
    text-align: center;
}
.historyTableClassBadge {
    font-size: 12px;
    width: 25px;
    font-style: normal;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* Styles for modal */
/**
 * Modal
 * modal/modal.less
 */
body.modal-open-nasdaq {
    overflow: hidden;
}
.modal-backdrop-nasdaq {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop-nasdaq.fade {
    opacity: 0;
}
.modal-backdrop-nasdaq,
.modal-backdrop-nasdaq.fade.in {
    opacity: 0.8;
}
.modal-nasdaq {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 600px;
    margin-left: -280px;
    background-color: transparent;
    border: 1px solid #42454e;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    outline: none;
}
.modal-nasdaq.fade {
    transition:
        opacity 0.3s linear,
        top 0.3s ease-out;
    top: -25%;
}
.modal-nasdaq.fade.in {
    top: 10%;
}
.modal-nasdaq.modal--large {
    width: 1000px;
    margin-left: -500px;
}
.modal__header {
    height: 46px;
    background: #2d303a;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.modal__header h3,
.modal__header h1 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25em;
    text-rendering: optimizelegibility;
    letter-spacing: -0.03em;
    margin: 0 0 5px;
    color: #1d1e25;
    font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.43rem;
    margin: 0;
    padding: 10px 14px;
    color: #ffffff;
}
.modal__header .close {
    height: 46px;
    width: 51px;
    background: #6b6d75;
    color: #ffffff;
    margin: 0;
    border-radius: 0px 6px 0px 0px;
    font-size: 1.71em;
}
.modal__body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 32px 20px;
    background: #ffffff;
}
.modal__footer {
    height: 46px;
    margin-bottom: 0;
    text-align: right;
    background-color: #2d303a;
    border-radius: 0 0 6px 6px;
}
.modal__footer:before,
.modal__footer:after {
    content: " ";
    display: table;
}
.modal__footer:after {
    clear: both;
}
.modal__footer .btn {
    padding: 14px;
    border-radius: 0;
}
.modal__footer .btn:first-child {
    margin-right: -4px;
}
.modal__footer .btn:last-child {
    border-bottom-right-radius: 6px;
}
.modal__footer .btn--link {
    background: transparent;
    border: 1px solid transparent;
    color: #ffffff;
    border: none;
}
.modal__footer .btn--link:hover,
.modal__footer .btn--link:active,
.modal__footer .btn--link:focus {
    background: tranparent;
    border-color: transparent;
    color: #0094b3;
}
.modal__footer .btn--link.active {
    background: #0094b3;
    border-color: #0094b3;
    color: #ffffff;
}
.modal__footer .btn + .btn {
    margin-left: 0px;
    margin-bottom: 0;
}
.modal__footer .btn-group .btn + .btn {
    margin-left: -1px;
}

/* MEDIA AND EDUCATION */

.glossaryNav {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 15px;
}
.glossaryNav a {
    font-size: 16px;
    color: #1d1e27;
    text-decoration: none;
}
.glossaryNav a.disabled {
    color: #96979c;
    pointer-events: none;
    cursor: default;
}
.glossaryNav a.active {
    color: #08c;
}

.bigCircleVideo {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    background-color: #7fddf1;
}
.bigCirclePdf {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    background-color: #19b772;
}
.bigCirclePpt {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    background-color: #1c1c45;
}
.bigCircleDate {
    border: 1px solid #b6b7ba;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    background-color: #fff;
    text-align: center;
}
.mediaContainerText {
    width: calc(100% - 82px);
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.mediaContainerTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.mediaContainerDesc {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}
.mediaContainerDate {
    /*margin-top: 5px;*/
    margin-bottom: 5px;
    font-size: 14px;
    color: #b6b7ba;
}

.bookContainer {
    overflow: auto;
}
.bookThumb {
    float: left;
}
.bookThumb img {
    display: block;
}
.bookContent {
    margin-left: 150px;
}
.bookContent p {
    font-size: 12px;
}
.bookTitle {
    margin-top: 0;
    margin-bottom: 0;
}
.bookAuthor {
    color: #b6b7ba;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: italic;
}

.successNasdaqBlueLight {
    background-color: #bfeef8;
}

.not-last-of-type {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.no-wrap {
    white-space: nowrap;
}

/* Modeler Global Styles */

.strategies-wrapper {
    display: flex;
    flex-direction: column;
}

#info-aside {
    margin: 0px;
}

.strat-blck,
.disabled-strat-blck {
    border-style: solid;
    border-width: 2px;
    border-color: #f4f4f5;
    padding: 10px;
    margin: 5px;
    width: 160px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disabled-strat-blck {
    background-color: #fafafa;
    color: #808080;
    opacity: 0.8;
}

.small-boxes .strat-blck,
.small-boxes .disabled-strat-blck {
    width: 100px;
    height: 100px;
}

#info-icon {
    color: #40bcdd;
}

.no-margin {
    margin: 0px;
}

#type-wrapper .model-types {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

#type-wrapper .strat-blck:hover {
    border-color: #40bcdd;
    border-width: 1px;
    cursor: pointer;
}

#type-wrapper .disabled-strat-blck {
    cursor: help;
}

#type-wrapper .free-trial {
    cursor: pointer;
}

#type-wrapper .free-trial:hover {
    border-color: #40bcdd;
    border-width: 1px;
    cursor: pointer;
}

#type-wrapper .strat-blck.active {
    border-color: #40bcdd;
    border-width: 1px;
}

.FS {
    color: #0094b3 !important;
}

.MX {
    color: #a14685 !important;
}

.SA {
    color: #1dd182 !important;
}

.ACGS {
    color: #ea9134 !important;
}

.DALI {
    color: #ffcc34 !important;
}

.SA,
.FS,
.ACGS,
.MX,
.DALI {
    margin-right: 5px;
}

.hidden-label {
    display: none;
}
/* end Modeler Global Styles */

/* Portfolio header */
@media screen {
    #hiddenTilPrint {
        display: none;
    }
}

.onPrintSize100fromCustomSidenav {
    width: calc(100% - 240px);
}
.width240 {
    width: 240px;
}

@media print {
    .onPrintSize100fromCustomSidenav {
        width: calc(100%);
    }
    .width240 {
        width: 0;
    }

    table.tablesorter-performance {
        min-width: 0px !important;
    }
}

/* General table stuff for Performance */

td.footerCellNoBorder {
    border-left: 0;
    text-align: center;
}

table.noFooterBorder {
    border-bottom: 0;
}

.regularScore {
    /* code */
}

.relativeMeasure {
    display: none;
}

.excessReturnRow {
    background-color: #82cafa !important;
}

.jw-display-icon-container {
    pointer-events: inherit !important;
}

.dw-body__sidebar {
    min-height: 1px !important;
}

/* Compare */
.compare-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

table.compare {
    font-size: 12px;
    line-height: 100%;
    border-right: 1px solid #999;
    margin: 0 auto;
    max-height: 100%;
}
table.compare tr th {
    text-align: center;
    white-space: normal;
}
table.compare tr td {
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    vertical-align: top;
    padding: 5px 0;
}
table.compare tr td.perf-label {
    font-weight: bold;
    text-align: left;
    padding: 5px 10px 5px 5px;
    min-width: 125px;
}

table.compare tr.border-top td {
    border-top: 1px solid #999;
}
table.compare tr.border-bottom {
    border-bottom: 1px solid #999;
}
table.compare tr td.border-left {
    border-left: 1px solid #999;
}
table.compare tr td.border-right {
    border-right: 1px solid #999;
}
table.compare tr.shade td {
    background: #f5f5f5;
}
table.compare tr th.etf {
    color: #fff;
    background: #136cb2;
    border-left: 1px solid #136cb2;
    padding: 7px;
}
table.compare table.country-groups {
    width: 120px;
    margin: 0 auto;
}

.smart_more_info {
    border-bottom: 1px dotted;
    position: relative;
}

.smart_more_info .title {
    position: absolute;
    top: 20px;
    background: #000;
    color: #fff;
    padding: 4px;
    left: 0;
    white-space: nowrap;
    z-index: 1000;
}

@media print {
    .compare-wrapper table.compare {
        zoom: 60%;
    }
}

.ignore-heading-style {
    text-transform: inherit !important;
    border: inherit !important;
    font-family: inherit;
    color: inherit;
    line-height: inherit !important;
    margin-top: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.modal-header h1 {
    font-size: 24.5px;
    display: inline-block;
}
