﻿.navbar-inverse {
    background: #452684; /* Old browsers */
    background: -moz-linear-gradient(left, #452684 0%, #67387c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(0%,#452684), color-stop(100%,#67387c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #452684 0%,#67387c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #452684 0%,#67387c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #452684 0%,#67387c 100%); /* IE10+ */
    background: linear-gradient(to right, #452684 0%,#67387c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#452684', endColorstr='#67387c',GradientType=0 ); /* IE6-9 */
    border: none;
    border-bottom: 1px solid #452684;
    margin-left: 0px;
    margin-right: 0px;
}

body {
    font-family: 'Arial';
}

html, body {
    height: 100%;
}

.container.body-content {
    min-height: 100%;
    padding-top: 20px;
    margin-bottom: -30px;
    width: 100%;
}

.print-instructions {
    display: none;
}

#nav-chart {
    height: 300px;
}

.search-form .search-form-inner .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table.theader .subfund-header th {
    border: none;
}

.tr-big-border-top {
    border-top: 3px solid #452684;
}

.table.theader .tr-details th {
    border-bottom: 2px solid rgb(21, 134, 157);
}

.logo_center {
    width: 120px;
    height: 120px;
    text-align: center;
}

.logo_full {
    width: 120px;
    height: 120px;
    display: block;
}

.logo_mobile {
    width: 50px;
    height: 50px;
    margin: 5px 0 0 20px;
    display: none;
}
.navbar {
    min-height: 120px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-nav {
    float: none;
}

.navbar-toggle {
    margin-left: 10px;
}

.navbar-header {
    float: none;
}

.navbar-header a:link,
.navbar-header a:visited,
.navbar-header a:active {
    color: white;
}

.navbar-header a:hover,
.navbar-header a:focus {
    color: #f8991d;
}

.navbar-header-logo {
    display: inline-block;
    float: left;
}

.navbar-header-container .name {
    min-height: 36px;
}

.navbar-header-container .name ul {
    list-style-type: none;
    color: white;
    text-align: right;
    margin: 5px 10px 0 0;
}

.navbar-header-container .name ul li {
    color: white;
}

.navbar-header-container .name a.login,
.navbar-header-container .name a.account {
    display: inline-block;
}

.navbar-header-container .menus {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 70px;
}

.navbar-header-container .menus a {
    line-height: 23px;
    padding: 5px 10px;
}

.navbar-right {
    position: absolute;
    right: 5px;
    margin-top: 5px;
    text-align: right;
    padding-right: 35px;
    display: block;
    list-style-type: none;
    color: white;
}

.navbar-right a {
    color: white;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #f8991d;
}

.navbar-collapse.collapse.in {
    display: block !important;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.navbar-collapse.collapsing {
    border: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #f8991d;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

ul.nav.navbar-nav {
    font-weight: bold;
    font-size: 15px;
}

#search-text-box .twitter-typeahead {
    display: block !important;
}

 #search-text-box input {
    border-radius: 0;
    padding-right: 28px;
 }

#search-text-box button {
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 0;
    border: none;
    background: transparent;
    margin: 0;
    height: 34px;
}
.dropdown-menu .dropdown-item{
    display:block;
    min-width:0;
}
.nav-item .dropdown-menu{
    min-width:0;
    background-color: #452684;
}
.investor-type, .header-right-bottom {
    font-weight: bold;
    font-size: 13px;
}
#fundsearchdiv{
    padding-right: 28px;
}

input#search {
    font-size: 16px;
    padding-bottom: 3px;
    margin-left: 5px;
}

.glyphicon.glyphicon-search {
    min-height: 35px;
    border-radius: 4px;
    margin: 2px;
    background-color: white;
    top: -38px;
    float: right;
    right: -7px;
}

.contentbody {
    background-color: rgb(230, 230, 230);
    padding: 5px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.doc-container .row {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
}

.radio-container {
    line-height: 2.3;
    vertical-align: middle;
    font-size: 16px;
}

input[type="radio"].radio-button {
    vertical-align: middle;
    margin: 1px 0px 2px 5px;
}

.control-label.radio-label {
    padding-top:0px;
}

.form-register .control-label {
    font-size: 14px;
    vertical-align: middle;
    line-height: 2;
}

.doc-container {
    margin-right: 0;
    border: 1px solid #452684;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    padding-top: 0;
}

.field-title, field-title-screener {
    font-weight: bold;
}

.field-title-screener {
    text-align: right;
}

.field-title-screener label {
    padding-top: 10px;
}

td.goto-share-class {
    cursor: pointer;
}

#providerCarousel .thumbnail {
    margin-bottom: 0;
    border: none;
}

.carousel-control.left, .carousel-control.right {
    display: none;
}

.carousel-indicators {
    display: none;
}

.carousel-inner > .item .row {
    background-color: white;
}

.provider-infos {
    font-size: 14px;
}

.InvCountry, .signinlanguage, .inv-type-select {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #452684;
    border-radius: 3px;
    color: white;
    width: 100%;
}

.lang-selector {
    /*   min-width: 343px;*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    margin-right: 0px;
}

.lang-selector > .btn-lang:last-child {
    margin-right: 0px;
}

.label-info {
    background-color: #452684;
}

.btn-info, .btn-info:active {
    background-color: #452684;
    border-color: #452684;
}

.btn-info:hover, .label-info:hover {
    background-color: #f8991d;
    border-color: #f8991d;
}

.info-box {
    background-color: white;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.searchmessage {
    padding-left: 35px;
    padding-bottom: 10px;
    font-weight:bold;
}

footer {
    height: 20px;
    width: 100%;
    font-size: 14px;
    color: #505050;
}

.center {
    text-align: center;
}

#background.shaded {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#scroller {
    position: relative;
}

#scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #cacaca;
    bottom: 0;
    padding-top: 5px;
}

#scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}

#scroller li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 120px;
}

.website-msg {
    font-size: 13px;
    color: #505050;
    text-align: right;
}

.welcome-title {
    padding-left: 20px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.blue-title {
    padding-left: 20px;
    font-weight: bold;
    font-size: 19px;
}

.search .blue-title {
    padding-left: 0px;
}

.is-favorite:hover {
    color: #46b8da;
    background-color: yellow;
    border-color: yellow;
}

.is-favorite {
    color: #46b8da;
    background-color: yellow;
    border-color: yellow;
}

.white-title {
    padding-left: 20px;
    font-weight: bold;
    font-size: 19px;
    color: white;
}

.btn-carnegie-dark {
    background-color: #452684;
    color: white;
    font-size: 16px;
    padding-bottom: 5px;
}

    .btn-carnegie-dark.btn-sm {
        font-size: 14px;
        border: solid;
    }

.btn-carnegie {
    background-color: #6600cc;
    color: #505050;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-carnegie:hover, .btn-lang:hover, .btn-carnegie-dark:hover {
    background-color: #f8991d;
}

a:hover {
    /*color: #009ee0;*/
    color: #f8991d;
    text-decoration: none;
}

h5, .h5 {
    font-size: 14px;
    color: #452684;
    font-weight: bold;
}

.alpha-bar-form {
    padding-left: 15px;
    padding-top: 25px;
    font-size: 19px;
    font-weight: bold;
}

.alpha-bar-form a {
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid white;
    color: #452684;
    font-weight: bold;
}

.alpha-bar-form a:last-child {
    border-right: none;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    width: 300px;
    text-align: left;
}

.documents td {
    padding-left: 10px;
    padding-right: 10px;
}

.distribution td {
    padding-left: 10px;
    padding-right: 10px;
}

body {
    font-size: 12px;
}

.funds-results .table tr td.right-border {
    border-right: 1px solid lightgray;
}

.funds-results .table tr td {
    vertical-align: middle;
}

.callout-title {
    background-color: #452684;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
}

.callout {
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

.callout .label-info {
    background-color: #6600cc !important;
    color: #ffffff !important;
}

tr.subfund-header {
    cursor: cell;
    font-weight: bold;
    color: #452684;
    background-color: rgba(245, 245, 245, 0.8);
}

.favorites-container tr.subfund-header td:first-child {
    font-weight: bold;
}

.favorites-container tr.tr-details td:first-child {
    font-weight: bold;
}

tr.tr-details {
    background-color: rgba(206, 218, 228, 0.8);
}

.btn-group.document-selector button {
    padding-top: 5px;
    padding-bottom: 2px;
}

.blue-carnegie {
    color: #452684;
}

.label-carnegie {
    background-color: #452684;
    display: inline-block;
    padding: .2em .6em 0.0em;
}

label.label-normal
{
    font-weight:normal;
}

div.other-share-classes:only-child {
    width: 200px;
    padding: 0px 10px 10px;
    border: 1px solid #6600cc;
    border-radius: 4px;
    background-color: #6600cc;
}

.table.theader {
    table-layout: fixed;
    min-width: 1350px;
    margin-bottom: 0px;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 13px;
}

.table.theader th {
    vertical-align: top !important;
}

.table-tbody {
    overflow-y: auto;
    display: inline-block;
    overflow-x: hidden;
}

.no-img-provider {
    height: 75px;
    margin: 0;
    line-height: 75px;
    padding-right: 10px;
    padding-left: 10px;
}

.a-img-provider {
    line-height: 75px;
}

.img-provider {
    margin-top: 15px;
}

.logo-provider-row {
    margin: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.logo-provider-box {
    margin: 5px;
    text-align: center;
    display: inline-block;
    width: 190px;
    vertical-align: top;
}

.logo-provider {
    background-color: rgba(255,255,255,0.95);
    margin-bottom: 5px;
    border: 1px solid lightgray;
    text-align: center;
    display: inline-block;
    width: 190px;
}

.logo-provider span {
    line-height: 1.2;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
    text-align: left;
}

.text-below-logo {
    margin-bottom: 5px;
    text-align: center;
    background: rgba(255,255,255,0.4);
}

.provider-name {
    font-weight: bold;
}

.logo-provider-box {
    margin: 3px;
    text-align: center;
    display: inline-block;
    width: 190px;
    vertical-align: top;
}

.logo-provider {
    background-color: rgba(255,255,255,0.95);
    margin-bottom: 5px;
    border: 1px solid lightgray;
    text-align: center;
    display: inline-block;
    width: 190px;
}

.logo-provider span {
    line-height: 1.2;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
    text-align: left;
}

.text-below-logo {
    margin-bottom: 5px;
    text-align: center;
    background: rgba(255,255,255,0.4);
}

.table-tbody .table {
    min-width: 1350px;
}

.subfund-header:not(.expanded) td:first-child .glyphicon-triangle-bottom {
    display: none;
}

.subfund-header.expanded td:first-child .glyphicon-triangle-right {
    display: none;
}

.table-tbody .table tr td:first-child {
    font-weight: bold;
}


.btn-lang {
    font-size: 16px;
    vertical-align: center;
    padding-bottom: 5px;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #6600cc;
    border-radius: 3px;
    margin-right: 10px;
}

.btn-lang a {
    color: #505050;
}

.btn-xxs {
    margin-top: 2px;
    padding: 1px 5px;
    font-size: 8px;
    line-height: 1.2;
    border-radius: 3px;
}

.flag-thumbnail {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    border: none;
}

.badge-lang {
    font-size: 9px;
    padding: 1px 4px 0px;
    background-color: green;
}

.badge-type {
    font-size: 9px;
    padding: 1px 4px 0px;
    background-color: orange;
}

.tt-highlight {
    color: #009ee0;
}

.tt-menu {
    background-color: white;
    border: 1px solid gray;
    width: 600px;
    border-radius: 4px;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
}

.tt-suggestion.tt-selectable {
    padding-left: 10px;
    padding-right: 10px;
}

.tt-suggestion.tt-selectable:hover {
    color: white;
    background-color: #452684;
}

.funds-search {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.pre-waiver {
    height: 250px;
    font-size: 12px;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    overflow-y: auto;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

.search-form {
    display: table;
    width: 100%;
    height: 30%; /* set a pixel height and then remove the body,html height */
    vertical-align: middle;
    color: #555;
}

.search-form-inner {
    display: table-cell;
    vertical-align: middle;
}

.search-form .search {
    padding: 40px 25px 0 25px;
    width: 100%;
}

.form-inline .form-control {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.chosen-container {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.checkbox-thin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-tabs > li {
    background-color: white;
}

.nav-tabs > li:first-child {
    border-top-left-radius: 4px;
}

.nav-tabs > li:last-child {
    border-top-right-radius: 4px;
}

.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #dddddd;
    color: #f8991d;
}

.nav .nav-item li > a:hover {
    border: none;
    color: #f8991d;
    background-color: #452684;
}

.nav-tabs > li a {
    font-weight: bold;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #dddddd;
}

.nav-tabs > li:last-child a {
    border: none;
    border-bottom: 1px solid transparent;
}

.no-margin-top {
    margin-top: 0;
}

.search-form .twitter-typeahead {
    width: 100%;
    display: block !important;
}

.search-form .twitter-typeahead input {
    height: 35px;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}


/* ------ form-control-lg */
.form-control-lg {
    min-height: 46px;
    border-radius: 6px;
    font-size: 18px;
    line-height: normal;
}

.row .doc-container div{
    padding-right: 5px;
    padding-left: 5px;
}

.doc-container > .row{
    margin-right: 0px;
    margin-left: 0px;
}

form .doc-container div{
    padding-right: 10px;
    padding-left: 0px;
}

form .doc-container .btn-carnegie-dark{
    padding-right: 10px;
    padding-left: 10px;
}

form .doc-container .btn-default{
    padding-right: 10px;
    padding-left: 10px;
}

/* ------ disjointed form group custom */
.search-form .search.has-button .btn {
    margin-top: 5px;
    width: 100%;
}

@media (min-width:480px) {
    .search-form .search.has-button .form-group {
        position: relative;
        padding-right: 99px; /*space for button*/
    }

    .search-form .search.has-button .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        margin: 0;
    }
}
@media (max-width: 996px) {
    .container.body-content {
        margin-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-collapse.collapse {
        display: none !important;
        clear: both;
    }

    .navbar-collapse.collapsing {
        clear: both;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar {
        min-height: 0px;
    }

    .logo_full {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .navbar-inverse .navbar-nav > li {
        float: none;
    }

    .navbar-inverse .navbar-nav > li.lang-selector {
        float: left;
    }
}
@media (max-width: 768px) {
    .content-to-hide {
        display: none;
    }
    form .doc-container div{
        padding-left: 2px;
    }
    .field-title-screener {
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #f8991d;
    }
}
.about-container{
    padding-left: 20px;
    padding-right: 20px;
}

.jurisheader1 {
    display: block;
}
.jurisheader2 {
    display: none;
}

@media (max-width:1200px) {
    .jurisheader1 {
        display: none;
    }
    .jurisheader2 {
        display: block;
    }
    .about-container{
        padding-left: 50px;
    }
}
@media (min-width:1410px) {
    div.nav.navbar-nav.navbar-right {
        margin-top: 0px;
        height: 110px;
        padding: 0px;
    }

    .header-right-top {
        height: 25px;
        text-align: right;
        padding-right: 25px;
        display: block;
    }

    .header-right-bottom {
        min-width: 360px;
        margin-top: 50px;
        display: block;
    }
}@media (max-width: 420px) {
    .container.body-content {
        margin-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .performancehistory{
        font-size: 7px;
    }
    .navbar-header-container .name #user-name {
        display: none;
    }

    .navbar-header-container .name .investor-type {
        font-size: 11px;
        font-weight: normal;
    }
}
.loading-overlay {
    width: 155px;
    text-align: center;
    font-size: 11px;
    color: #447adb;
    margin: 200px auto;
}

    .loading-overlay:after {
        content: '';
    }

.container {
    position: relative;
    height: 110px;
    margin-bottom: 3px;
}

.bar {
    position: absolute;
    bottom: 0px;
    background: #452684;
    width: 20px;
}

.moveup {
    animation: moveup 3s infinite ease-in;
}

.movedown {
    animation: movedown 3s infinite ease-in;
}

.bar-1 {
    left: 0px;
}

.bar-2 {
    animation-delay: .1s;
    left: 22px;
}

.bar-3 {
    left: 45px;
}

.bar-4 {
    animation-delay: 0.3s;
    left: 67px;
}

.bar-5 {
    animation-delay: 0.1s;
    left: 89px;
}

.bar-6 {
    animation-delay: 0.35s;
    left: 111px;
}

.bar-7 {
    left: 134px;
}

@keyframes moveup {
    0% {
        height: 0px;
    }

    50% {
        height: 100px;
    }

    100% {
        height: 0px;
    }
}

@keyframes movedown {
    0% {
        height: 60px;
    }

    30% {
        height: 100px;
    }

    60% {
        height: 0px;
    }

    100% {
        height: 60px;
    }
}

p.icon-showcase i {
    margin: 3px;
}

.icon-circle {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.icon-rounded {
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.icon-square {
    border-radius: 0px;
    text-align: center;
    display: inline-block;
}

.icon-xs {
    width: 30px;
    height: 30px;
    padding: 8px 0;
}

.icon-sm {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 10px 0;
}

.icon-md {
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding: 15px 0;
}

.icon-lg {
    width: 90px;
    height: 90px;
    font-size: 45px;
    padding: 22px 0;
}

.icon-xl {
    width: 150px;
    height: 150px;
    font-size: 80px;
    padding: 34px 0;
}

.icon-sm-size {
    font-size: 20px;
    padding: 10px 0;
}

.icon-md-size {
    font-size: 30px;
    padding: 12px 0;
}

.icon-lg-size {
    font-size: 45px;
    padding: 15px 0;
}

.icon-xl-size {
    font-size: 80px;
    padding: 20px 0;
}

.icon-bordered.icon-default {
    background: #fff;
    color: #434A54;
    -webkit-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
    -moz-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
    box-shadow: inset 0px 0px 0px 2px #E6E9ED;
}

.icon-default {
    color: #434A54;
    background: #E6E9ED;
}

a .icon-primary,
a .icon-success,
a .icon-info,
a .icon-danger,
a .icon-warning,
a .icon-dark,
a:hover .icon-primary,
a:hover .icon-success,
a:hover .icon-info,
a:hover .icon-danger,
a:hover .icon-warning,
a:hover .icon-dark,
a:focus .icon-primary,
a:focus .icon-success,
a:focus .icon-info,
a:focus .icon-danger,
a:focus .icon-warning,
a:focus .icon-dark,
.icon-primary,
.icon-success,
.icon-info,
.icon-danger,
.icon-warning,
.icon-dark {
    color: #fff;
    text-decoration: none;
}

.icon-primary {
    background: #37BC9B;
}

.icon-success {
    background: #8CC152;
}

.icon-info {
    background: #3BAFDA;
}

.icon-danger {
    background: #E9573F;
}

.icon-warning {
    background: #f8991d;
}

.icon-dark {
    background: #434A54;
}

.icon-facebook,
a .icon-facebook,
a:focus .icon-facebook {
    background-color: #4B66A0;
    color: #fff;
    text-decoration: none;
}

a .icon-twitter,
a:focus .icon-twitter,
.icon-twitter {
    background-color: #55ACEE;
    color: #fff;
    text-decoration: none;
}

.icon-google-plus,
a .icon-google-plus,
a:focus .icon-google-plus {
    background-color: #D24333;
    color: #fff;
    text-decoration: none;
}

.icon-dribbble,
a .icon-dribbble,
a:focus .icon-dribbble {
    background-color: #E04C86;
    color: #fff;
    text-decoration: none;
}

.icon-flickr,
a .icon-flickr,
a:focus .icon-flickr {
    background-color: #0162DB;
    color: #fff;
    text-decoration: none;
}

.icon-pinterest,
a .icon-pinterest,
a:focus .icon-pinterest {
    background-color: #CC2127;
    color: #fff;
    text-decoration: none;
}

.icon-bordered.icon-primary {
    background: #fff;
    color: #37BC9B;
    -webkit-box-shadow: inset 0px 0px 0px 2px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 2px #37BC9B;
    box-shadow: inset 0px 0px 0px 2px #37BC9B;
}

.icon-bordered.icon-success {
    background: #fff;
    color: #8CC152;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 2px #8CC152;
    box-shadow: inset 0px 0px 0px 2px #8CC152;
}

.icon-bordered.icon-info {
    background: #fff;
    color: #3BAFDA;
    -webkit-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
    box-shadow: inset 0px 0px 0px 2px #3BAFDA;
}

.icon-bordered.icon-danger {
    background: #fff;
    color: #E9573F;
    -webkit-box-shadow: inset 0px 0px 0px 2px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 2px #E9573F;
    box-shadow: inset 0px 0px 0px 2px #E9573F;
}

.icon-bordered.icon-warning {
    background: #fff;
    color: #f8991d;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f8991d;
    -moz-box-shadow: inset 0px 0px 0px 2px #f8991d;
    box-shadow: inset 0px 0px 0px 2px #f8991d;
}

.icon-bordered.icon-dark {
    background: #fff;
    color: #434A54;
    -webkit-box-shadow: inset 0px 0px 0px 2px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 2px #434A54;
    box-shadow: inset 0px 0px 0px 2px #434A54;
}

.icon-md.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 3px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 3px #37BC9B;
    box-shadow: inset 0px 0px 0px 3px #37BC9B;
}

.icon-md.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 3px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 3px #8CC152;
    box-shadow: inset 0px 0px 0px 3px #8CC152;
}

.icon-md.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
    box-shadow: inset 0px 0px 0px 3px #3BAFDA;
}

.icon-md.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 3px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 3px #E9573F;
    box-shadow: inset 0px 0px 0px 3px #E9573F;
}

.icon-md.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 3px #f8991d;
    -moz-box-shadow: inset 0px 0px 0px 3px #f8991d;
    box-shadow: inset 0px 0px 0px 3px #f8991d;
}

.icon-md.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 3px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 3px #434A54;
    box-shadow: inset 0px 0px 0px 3px #434A54;
}

.icon-lg.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 5px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 5px #37BC9B;
    box-shadow: inset 0px 0px 0px 5px #37BC9B;
}

.icon-lg.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 5px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 5px #8CC152;
    box-shadow: inset 0px 0px 0px 5px #8CC152;
}

.icon-lg.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
    box-shadow: inset 0px 0px 0px 5px #3BAFDA;
}

.icon-lg.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 5px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 5px #E9573F;
    box-shadow: inset 0px 0px 0px 5px #E9573F;
}

.icon-lg.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 5px #f8991d;
    -moz-box-shadow: inset 0px 0px 0px 5px #f8991d;
    box-shadow: inset 0px 0px 0px 5px #f8991d;
}

.icon-lg.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 5px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 5px #434A54;
    box-shadow: inset 0px 0px 0px 5px #434A54;
}

.icon-xl.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 8px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 8px #37BC9B;
    box-shadow: inset 0px 0px 0px 8px #37BC9B;
}

.icon-xl.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 8px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 8px #8CC152;
    box-shadow: inset 0px 0px 0px 8px #8CC152;
}

.icon-xl.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
    box-shadow: inset 0px 0px 0px 8px #3BAFDA;
}

.icon-xl.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 8px #E9573F;
    -moz-box-shadow: inset 0px 0px 0px 8px #E9573F;
    box-shadow: inset 0px 0px 0px 8px #E9573F;
}

.icon-xl.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 8px #f8991d;
    -moz-box-shadow: inset 0px 0px 0px 8px #f8991d;
    box-shadow: inset 0px 0px 0px 8px #f8991d;
}

.icon-xl.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 8px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 8px #434A54;
    box-shadow: inset 0px 0px 0px 8px #434A54;
}

.table.v-align-middle > thead > tr > th, .table.v-align-middle > tbody > tr > th, .table.v-align-middle > tfoot > tr > th, .table.v-align-middle > thead > tr > td, .table.v-align-middle > tbody > tr > td, .table.v-align-middle > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.fund-details-value:empty::after {
    content: ".";
    visibility: hidden;
}

.fund-details-value > span {
    display: inline-block;
}
table.fund-details tr td:nth-of-type(2) {
    padding-left: 10px;
}

hr {
    border: none;
    border-bottom: 1px solid;
    width: 50%;
}

.contact .callout {
    margin-left: 20px;
    max-width: 400px;
    border-radius: 4px;
}

@media (max-width:480px) {
    .contact .blue-title {
        padding-left: 5px;
    }

    .contact .callout {
        margin-left: 0px;
    }
}

.fa-unlock-alt, .fa-user, .fa-envelope {
    margin-top:11px;
    padding-left:26px;
}

div.lg>span.fa-unlock-alt, div.lg>span.fa-user, div.lg>span.fa-envelope {
    margin-top:6px;
    padding-left:5px;
}

#SignInPage {
    padding: 5px;
}

/*register&account pages*/
span.text-checkbox {
    position:relative;
    bottom:5px;
}
.grid-first-name {
  grid-area: first-name;
}
.grid-last-name {
  grid-area: last-name;
}
.grid-company {
  grid-area: company;
}
.grid-street {
  grid-area: street;
}
.grid-zip {
  grid-area: zip;
}
.grid-city {
  grid-area: city;
}
.grid-country {
  grid-area: country;
}
.grid-investor-type {
  grid-area: investor-type;
}
.grid-terms-language {
  grid-area: terms-language;
}
.grid-terms {
  grid-area: terms;
}
.grid-login-data {
  grid-area: login-data;
}
.grid-privacy-policy{
  grid-area: privacy-policy;
}
.grid-account-email-language-title{
  grid-area: account-email-language-title;
}
.grid-empty{
  grid-area: empty;
}

div.grid-privacy-policy>label {
    margin-left:6px;
}

.grid-container>div{
    padding: 5px;
}

@media (max-width: 1024px)  {
    .grid-container#grid-container-register {
      display: grid;
      grid-template-areas:  "first-name"
                            "last-name"
                            "company"
                            "street"
                            "zip"
                            "city"
                            "country"
                            "investor-type"
                            "terms-language"
                            "terms"
                            "login-data"
                            "privacy-policy";
      }

    .grid-container#grid-container-account {
      display: grid;
      grid-template-areas:  "account-email-language-title"
                            "first-name"
                            "last-name"
                            "company"
                            "street"
                            "zip"
                            "city"
                            "country"
                            "investor-type"
                            "terms-language"
                            "terms"
                            "login-data"
                            "privacy-policy";
      }
}

@media (min-width: 1024px) 
{
    .grid-col1 {
        min-width:300px;
    }

    .pre-waiver.pre-waiver-private {
        height: 525px;
    }

    .pre-waiver.pre-waiver-private.account-waiver {
        height: 423px;
    }

    .grid-container#grid-container-register {

      display: grid;
      grid-template-areas:  "first-name country"
                            "last-name investor-type"
                            "company terms-language"
                            "street terms"
                            "zip terms"
                            "city terms"
                            "login-data terms"
                            "privacy-policy privacy-policy";
    }

     .grid-container#grid-container-account {

      display: grid;
      grid-template-areas:  "account-email-language-title empty"
                            "first-name country"
                            "last-name investor-type"
                            "company terms-language"
                            "street terms"
                            "zip terms"
                            "city terms"
                            "login-data terms"
                            "privacy-policy privacy-policy";
    }
}

#account-email-box {
    margin-bottom:12px;
}

#account-deactivate {
    margin-top:12px;
}

/*layout page*/
div.inv-type-select>label.label-radio {
    margin-top:7px;
}

.newcontentbody {
    margin: 10px;
    padding: 10px 10px 10px 10px;
}

.newheader .blue-title {
    padding-left: 0px;
    margin-top:0px;
}

.news-box {
    margin: 5px;
    text-align: center;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    border-left-width:1px;
    border-left-style: dotted;
    border-left-color: #666;
    margin-left: 15px;
}
.news-line {
    margin: 5px;
    text-align: left;
    display: block;
}
.svg-container{
    position:inherit !important;
}

table tbody tr td ul li .dtr-data{
    white-space:pre-wrap;
    display:block;
}

.tab-content table.dataTable.nowrap th {
    white-space:pre-wrap;
}

.tab-content{
    margin-top: 10px;
}

#printContentPage{
    width:750px;
}

#printContentPage .PrintSubtitle{
    padding-left: 15px;
}

#printContentPage .btn-info{
    display:none;
}

#printContentPage .disclaimerforchart{
    display:none;
}

@media (max-width: 4000px) {
    #printContentPage .col-md-6 {
        width: 100%;
    }
    #printContentPage .col-sm-6 {
        width: 50%;
        float: left;
    }
    #printContentPage .col-sm-8 {
        width: 50%;
        float: left;
    }
    #printContentPage .col-sm-4  {
        width: 50%;
        float: left;
    }
}
@page {
    margin-top: 1cm;   
    margin-bottom: 1cm;   
    margin-left: 1cm;   
    margin-right: 1cm;   
}

@media print {
    .doc-container, .inthesamepage {
        page-break-inside:avoid;
    }
    a[href]:after {
        content: none !important;
    }
}
