@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600|Open+Sans:300,400,500,600,700");
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

main {
    background-color: #f1f1f1;
    color: #555;
    line-height: 1.8;
    padding-bottom: 20px;
    padding-top: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.iti,
.country-select {
    width: 100%;
}

.country-select .flag.us {
    background-position: -5263px 0 !important;
}

.carousel-overlay {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.carousel-img-container {
    height: 360px;
}

@media (min-width: 768px) {
    .carousel-img-container {
        height: 460px;
    }
}

@media (min-width: 992px) {
    .carousel-img-container {
        height: 617px;
    }
}

@media (min-width: 1400px) {
    .w-xxl-50 {
        width: 50% !important;
    }
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-header {
    /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}

.job-card .card:hover {
    background-color: #f5f5f5;
    /* color: blue; */
}


/* .cookie-alert {
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    visibility: hidden;
    z-index: 999;
}

.cookie-alert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
} */

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f4f4f4;
    opacity: 1;
}

.main-content {
    padding-top: 30px;
}

article {
    margin-bottom: 30px;
}

h1 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 1em;
}

h1:last-child {
    margin-bottom: 0;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1em;
}

strong {
    font-weight: 600;
}

table {
    font-size: 14px;
    font-weight: 500;
}

.banner {
    background-position: center center;
    background-size: cover;
    height: 75px;
}

.intro-text {
    padding: 30px 0 50px;
}

.jumbotron {
    background-size: cover;
}

.page-banner {
    background-size: cover;
    height: 57px;
}

.dl-inline:before,
.dl-inline:after {
    display: table;
    content: " ";
}

.dl-inline:after {
    clear: both;
}

.dl-inline dt,
.dl-inline dd {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.dl-inline dd+dt::before {
    content: "|";
    padding-left: 5px;
    padding-right: 15px;
}

.text-column {
    column-count: 2;
    column-gap: 30px;
}

.text-column li {
    break-inside: avoid;
}

.text-column dd {
    break-before: avoid;
}

.cursorMove {
    cursor: move;
}

.cursorPointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.font-small {
    font-size: 90%;
}

.font-smaller {
    font-size: 80%;
}

.top-buffer {
    margin-top: 10px;
}

.icon {
    display: inline-block;
    font-style: normal;
    text-transform: none;
}

.icon::before {
    font-family: "socialapp-icon";
    font-weight: 400;
}

.icon-mail::before {
    content: "";
}

.icon-mobile::before {
    content: "";
}

.table {
    font-size: 13px;
    display: table;
}

.table>thead>tr>td,
.table>thead>tr>th {
    background-color: #f4f4f4;
    border-bottom: 0;
    font-weight: 600;
    padding: 10px;
    white-space: nowrap;
}

.table>thead .sortable::after {
    font-family: "FontAwesome";
    content: "";
    color: #e6e6e6;
    padding-left: 0.5em;
}

.table>thead .sortable.sorted-asc::after {
    font-family: "FontAwesome";
    content: "";
    color: #28aeed;
    padding-left: 0.5em;
}

.table>thead .sortable.sorted-desc::after {
    font-family: "FontAwesome";
    content: "";
    color: #28aeed;
    padding-left: 0.5em;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    border-bottom: 1px solid #f1f1f1;
    border-top: 0;
}

.table>tbody>tr>td {
    font-weight: 400;
}

.table>tbody>tr>th {
    font-weight: 500;
}

.table .table {
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0);
}

.table .table>thead>tr>td,
.table .table>thead>tr>th {
    background-color: #f9f9f9;
    border-bottom: none;
    font-weight: 600;
    padding: 5px;
    white-space: nowrap;
}

.table .table>tbody>tr>td {
    border-bottom: none;
}

.table-pager-label {
    line-height: 32px;
}

.table-filter label {
    margin-bottom: 2px;
}

.table-filter .form-group {
    min-height: 64px;
}

.table-filter .form-group>.btn {
    margin-top: 24px;
}

.table-filter label,
.table-filter-collapse label {
    font-size: 11.5px;
}

.table-striped tbody>tr:nth-child(odd) td,
.table-striped tbody>tr:nth-child(odd) th {
    background-color: #fff;
}

.table-striped tbody>tr:nth-child(even) td,
.table-striped tbody>tr:nth-child(even) th {
    background-color: #f4f4f4;
}

.table-hover tbody>tr.no-hover:hover>td,
.table-hover tbody>tr.no-hover:hover>th {
    background-color: #fff;
}

.table-hover tbody>tr.hover:hover>td,
.table-hover tbody>tr.hover:hover>th {
    background-color: #f9f9f9;
}

.content-rtl th {
    text-align: right;
}

.table-rankinglist>tbody>tr>td,
.table-rankinglist>tbody>tr>th {
    vertical-align: middle;
}

.table-rankinglist .toptrader-careerstep {
    font-size: 18px;
}

.table-rankinglist .toptrader-bigger-column {
    width: 121px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-positions>thead>tr>th,
.table-positions>tbody>tr>td {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 480px) {
    .table-filter label,
    .table-filter-collapse label {
        font-size: 13px;
    }
}

.infotooltiplabel {
    border-bottom: dashed 1px #ccc;
    cursor: pointer;
}

.infotooltiplink {
    cursor: pointer;
}

.infotooltip .tooltip-inner {
    margin-left: 10px;
    margin-top: -10px;
    padding: 8px;
    background-color: #fff;
    position: absolute;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 0 7px #333;
    min-width: 300px;
    max-width: 380px;
    text-align: left;
    color: #000;
}

.tooltip {
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 1.6;
    padding: 12px;
}

.pagination-table {
    margin: 0;
}

@media (min-width: 375px) {
    .text-left-fxxs {
        text-align: left;
    }
    .text-right-fxxs {
        text-align: right;
    }
    .text-center-fxxs {
        text-align: center;
    }
}

@media (min-width: 480px) {
    .text-left-fxs {
        text-align: left;
    }
    .text-right-fxs {
        text-align: right;
    }
    .text-center-fxs {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .text-left-fsm {
        text-align: left;
    }
    .text-right-fsm {
        text-align: right;
    }
    .text-center-fsm {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .text-left-fmd {
        text-align: left;
    }
    .text-right-fmd {
        text-align: right;
    }
    .text-center-fmd {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-left-flg {
        text-align: left;
    }
    .text-right-flg {
        text-align: right;
    }
    .text-center-flg {
        text-align: center;
    }
}

.content-rtl dd {
    margin-right: 0;
}

@media all and (min-width: 375px) {
    .hidden-fxxs {
        display: none !important;
    }
    /* outline: 1px; */
}

@media all and (min-width: 480px) {
    .hidden-fxs {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .hidden-fsm {
        display: none !important;
    }
}

@media all and (min-width: 992px) {
    .hidden-fmd {
        display: none !important;
    }
}

@media all and (min-width: 1200px) {
    .hidden-flg {
        display: none !important;
    }
}

@media all and (max-width: 374px) {
    .hidden-txxs {
        display: none !important;
    }
}

@media all and (max-width: 479px) {
    .hidden-txs {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .hidden-tsm {
        display: none !important;
    }
}

@media all and (max-width: 991px) {
    .hidden-tmd {
        display: none !important;
    }
}

@media all and (max-width: 1199px) {
    .hidden-tlg {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .col-xxs {
        display: block;
        float: none;
        width: 100%;
    }
}

body>header {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
}

.has-secondary {
    padding-top: 110px;
}

.anchor::before {
    content: "";
    display: block;
    height: 110px;
    margin-top: -110px;
    visibility: hidden;
}

body>footer {
    background-color: #343434;
    color: #b6b6b6;
    font-weight: 300;
}

.footer-riskwarning {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 1px #555;
    color: #b6b6b6;
    font-size: 14px;
    padding: 20px 0;
}

.footer-riskwarning hr.grey {
    border-top: 1px solid #555;
}

.footer-contact {
    background-color: #5c5c5c;
    color: #5c5c5c;
}

.footer-sitemap {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 1px #555;
    color: #b6b6b6;
    padding: 45px 0;
}

.footer-copyright {
    font-size: 14px;
    padding: 25px 0;
    text-align: left;
}

.footer-copyright .copyright {
    color: #fff;
}

.footer-copyright .nav-meta>li {
    display: inline-block;
}

.footer-copyright .nav-meta>li a {
    border-right: solid 1px #fff;
    color: #b6b6b6;
    padding: 0 15px;
}

.footer-copyright .nav-meta>li a:focus,
.footer-copyright .nav-meta>li a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.footer-copyright .nav-meta>li:last-child>a {
    border-right: 0;
}

.footer-disclaimer {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
}

.footer-disclaimer p {
    margin-bottom: 0;
}

.footer-disclaimer .disclaimer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.footer-disclaimer .disclaimer .btn {
    border: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    outline: 0;
    padding: 5px 8px;
    right: 15px;
    text-transform: none;
    vertical-align: baseline;
}

.footer-disclaimer .disclaimer-risk {
    background-color: #eee;
    color: #444;
    font-size: 14px;
    padding: 10px 15px;
}

.footer-disclaimer .disclaimer-risk .btn {
    bottom: 8px;
    position: absolute;
    right: 15px;
}

@media (max-width: 1199px) {
    .footer-disclaimer .disclaimer-risk .btn {
        position: static;
    }
}

.footer-disclaimer .disclaimer-cookie {
    background-color: #ddd;
    color: #555;
    font-size: 14px;
    padding: 15px;
}

.footer-disclaimer .disclaimer-cookie .btn-group {
    display: inline-block;
}

.footer-disclaimer .close {
    font-size: 11px;
    line-height: 1.4;
}

.footer-disclaimer .disclaimer-placeholder {
    position: static;
    visibility: hidden;
}

.btn {
    /* border-color: transparent; */
    font-weight: 600;
    /* text-transform: uppercase; */
}

.btn:hover {
    /* border-color: transparent; */
}

.btn-link {
    text-transform: none;
}

.btn-icon {
    background-color: transparent;
    color: #e6e6e6;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0;
}

.btn-icon:hover,
.btn-icon:focus {
    color: #5c5c5c;
}

.btn-icon.btn-danger {
    color: #c62323;
}

.btn-icon.btn-danger:hover,
.btn-icon.btn-danger:focus {
    background-color: transparent;
    color: #9b1b1b;
}

.btn-default {
    border-color: #e6e6e6;
}

.btn-default:hover {
    border-color: #cdcdcd;
}

.btn-circle {
    border-radius: 100%;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 22px;
}

.btn-account-demo,
.btn-account-live {
    font-weight: 700;
    margin: 0 10px;
    padding: 15px;
    text-transform: uppercase;
}

.btn-account-demo {
    color: #fff;
    background-color: #35a30e;
    border-color: #35a30e;
}

.btn-account-demo:focus,
.btn-account-demo.focus {
    color: #fff;
    background-color: #26740a;
    border-color: #0f2e04;
}

.btn-account-demo:hover {
    color: #fff;
    background-color: #26740a;
    border-color: #236b09;
}

.btn-account-demo:active,
.btn-account-demo.active,
.open>.btn-account-demo.dropdown-toggle {
    color: #fff;
    background-color: #26740a;
    background-image: none;
    border-color: #236b09;
}

.btn-account-demo:active:hover,
.btn-account-demo:active:focus,
.btn-account-demo:active.focus,
.btn-account-demo.active:hover,
.btn-account-demo.active:focus,
.btn-account-demo.active.focus,
.open>.btn-account-demo.dropdown-toggle:hover,
.open>.btn-account-demo.dropdown-toggle:focus,
.open>.btn-account-demo.dropdown-toggle.focus {
    color: #fff;
    background-color: #1b5307;
    border-color: #0f2e04;
}

.btn-account-demo.disabled:hover,
.btn-account-demo.disabled:focus,
.btn-account-demo.disabled.focus,
.btn-account-demo[disabled]:hover,
.btn-account-demo[disabled]:focus,
.btn-account-demo[disabled].focus,
fieldset[disabled] .btn-account-demo:hover,
fieldset[disabled] .btn-account-demo:focus,
fieldset[disabled] .btn-account-demo.focus {
    background-color: #35a30e;
    border-color: #35a30e;
}

.btn-account-demo .badge {
    color: #35a30e;
    background-color: #fff;
}

.btn-account-live {
    background-color: transparent;
    border-color: #37a90a;
    border-width: 1px;
    color: #37a90a;
    font-weight: 600;
}

.btn-account-live:hover {
    background: #37a90a;
    border-color: transparent;
    color: #fff;
}

.btn-lg {
    font-size: 14px;
    font-weight: 600;
}

.btn-xl {
    padding: 20px 40px;
    position: relative;
    margin-left: 50px;
    top: -20px;
}

.btn-primary-outline {
    color: #28aeed;
    background-color: rgba(0, 0, 0, 0);
    border-color: #28aeed;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus {
    color: #28aeed;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0c628a;
}

.btn-primary-outline:hover {
    color: #28aeed;
    background-color: rgba(0, 0, 0, 0);
    border-color: #118dc7;
}

.btn-primary-outline:active,
.btn-primary-outline.active,
.open>.btn-primary-outline.dropdown-toggle {
    color: #28aeed;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #118dc7;
}

.btn-primary-outline:active:hover,
.btn-primary-outline:active:focus,
.btn-primary-outline:active.focus,
.btn-primary-outline.active:hover,
.btn-primary-outline.active:focus,
.btn-primary-outline.active.focus,
.open>.btn-primary-outline.dropdown-toggle:hover,
.open>.btn-primary-outline.dropdown-toggle:focus,
.open>.btn-primary-outline.dropdown-toggle.focus {
    color: #28aeed;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0c628a;
}

.btn-primary-outline.disabled:hover,
.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline[disabled]:hover,
.btn-primary-outline[disabled]:focus,
.btn-primary-outline[disabled].focus,
fieldset[disabled] .btn-primary-outline:hover,
fieldset[disabled] .btn-primary-outline:focus,
fieldset[disabled] .btn-primary-outline.focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: #28aeed;
}

.btn-primary-outline .badge {
    color: rgba(0, 0, 0, 0);
    background-color: #28aeed;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
    background-color: #28aeed;
    border-color: transparent;
    color: #fff;
}

.btn-default-outline {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    border-width: 1px;
}

.btn-default-outline:focus,
.btn-default-outline.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf;
}

.btn-default-outline:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-default-outline:active,
.btn-default-outline.active,
.open>.btn-default-outline.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #e0e0e0;
}

.btn-default-outline:active:hover,
.btn-default-outline:active:focus,
.btn-default-outline:active.focus,
.btn-default-outline.active:hover,
.btn-default-outline.active:focus,
.btn-default-outline.active.focus,
.open>.btn-default-outline.dropdown-toggle:hover,
.open>.btn-default-outline.dropdown-toggle:focus,
.open>.btn-default-outline.dropdown-toggle.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf;
}

.btn-default-outline.disabled:hover,
.btn-default-outline.disabled:focus,
.btn-default-outline.disabled.focus,
.btn-default-outline[disabled]:hover,
.btn-default-outline[disabled]:focus,
.btn-default-outline[disabled].focus,
fieldset[disabled] .btn-default-outline:hover,
fieldset[disabled] .btn-default-outline:focus,
fieldset[disabled] .btn-default-outline.focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
}

.btn-default-outline .badge {
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
}

.btn-default-outline:hover,
.btn-default-outline:focus {
    background-color: #fff;
    border-color: transparent;
    color: #000;
}

.btn-grey-outline {
    color: #999;
    background-color: rgba(0, 0, 0, 0);
    border-color: #999;
    border-width: 1px;
}

.btn-grey-outline:focus,
.btn-grey-outline.focus {
    color: #999;
    background-color: rgba(0, 0, 0, 0);
    border-color: #595959;
}

.btn-grey-outline:hover {
    color: #999;
    background-color: rgba(0, 0, 0, 0);
    border-color: #7a7a7a;
}

.btn-grey-outline:active,
.btn-grey-outline.active,
.open>.btn-grey-outline.dropdown-toggle {
    color: #999;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #7a7a7a;
}

.btn-grey-outline:active:hover,
.btn-grey-outline:active:focus,
.btn-grey-outline:active.focus,
.btn-grey-outline.active:hover,
.btn-grey-outline.active:focus,
.btn-grey-outline.active.focus,
.open>.btn-grey-outline.dropdown-toggle:hover,
.open>.btn-grey-outline.dropdown-toggle:focus,
.open>.btn-grey-outline.dropdown-toggle.focus {
    color: #999;
    background-color: rgba(0, 0, 0, 0);
    border-color: #595959;
}

.btn-grey-outline.disabled:hover,
.btn-grey-outline.disabled:focus,
.btn-grey-outline.disabled.focus,
.btn-grey-outline[disabled]:hover,
.btn-grey-outline[disabled]:focus,
.btn-grey-outline[disabled].focus,
fieldset[disabled] .btn-grey-outline:hover,
fieldset[disabled] .btn-grey-outline:focus,
fieldset[disabled] .btn-grey-outline.focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: #999;
}

.btn-grey-outline .badge {
    color: rgba(0, 0, 0, 0);
    background-color: #999;
}

.btn-grey-outline:hover,
.btn-grey-outline:focus {
    background-color: #999;
    border-color: transparent;
    color: #fff;
}

#ayondoPRO-CTA {
    background-color: #333333;
    position: static;
    padding: 10px 5px;
    text-align: center;
}

a.announcement-wrapper:hover {
    text-decoration: none;
}

.announcement-cta,
.announcement-cta:hover {
    color: #fff;
    text-transform: none;
    width: 100%;
}

@media (min-width: 992px) {
    #ayondoPRO-CTA {
        position: fixed;
        border-radius: 5px;
        box-shadow: 0px 0px 3px #fff;
        bottom: 67px;
        left: 20px;
        z-index: 10000;
        transition: bottom 200ms ease;
    }
    body.has-cookie-warning #ayondoPRO-CTA {
        bottom: 134px;
    }
    html[lang="de"] body.has-cookie-warning #ayondoPRO-CTA {
        bottom: 174px;
    }
    html[lang="es"] body.has-cookie-warning #ayondoPRO-CTA {
        bottom: 174px;
    }
}

@media (min-width: 1200px) {
    html[lang="de"] body.has-cookie-warning #ayondoPRO-CTA {
        bottom: 156px;
    }
    html[lang="es"] body.has-cookie-warning #ayondoPRO-CTA {
        bottom: 156px;
    }
}

.u-m-0 {
    margin-bottom: 0em;
}

.u-m-0_1 {
    margin-bottom: 0.1em;
}

.u-m-0_2 {
    margin-bottom: 0.2em;
}

.u-m-0_25 {
    margin-bottom: 0.25em;
}

.u-m-0_33 {
    margin-bottom: 0.33em;
}

.u-m-0_5 {
    margin-bottom: 0.5em;
}

.u-m-0_66 {
    margin-bottom: 0.66em;
}

.u-m-0_75 {
    margin-bottom: 0.75em;
}

.u-m-1 {
    margin-bottom: 1em;
}

.u-m-1_25 {
    margin-bottom: 1.25em;
}

.u-m-1_5 {
    margin-bottom: 1.5em;
}

.u-m-1_75 {
    margin-bottom: 1.75em;
}

.u-m-2 {
    margin-bottom: 2em;
}

.u-m-2_5 {
    margin-bottom: 2.5em;
}

.u-m-3 {
    margin-bottom: 3em;
}

.u-m-4 {
    margin-bottom: 4em;
}

.u-m-6 {
    margin-bottom: 6em;
}

.u-m-8 {
    margin-bottom: 8em;
}

.u-m-12 {
    margin-bottom: 12em;
}

.u-m-16 {
    margin-bottom: 16em;
}

@media (min-width: 375px) {
    .u-m-0-fxxs {
        margin-bottom: 0em;
    }
    .u-m-0_1-fxxs {
        margin-bottom: 0.1em;
    }
    .u-m-0_2-fxxs {
        margin-bottom: 0.2em;
    }
    .u-m-0_25-fxxs {
        margin-bottom: 0.25em;
    }
    .u-m-0_33-fxxs {
        margin-bottom: 0.33em;
    }
    .u-m-0_5-fxxs {
        margin-bottom: 0.5em;
    }
    .u-m-0_66-fxxs {
        margin-bottom: 0.66em;
    }
    .u-m-0_75-fxxs {
        margin-bottom: 0.75em;
    }
    .u-m-1-fxxs {
        margin-bottom: 1em;
    }
    .u-m-1_25-fxxs {
        margin-bottom: 1.25em;
    }
    .u-m-1_5-fxxs {
        margin-bottom: 1.5em;
    }
    .u-m-1_75-fxxs {
        margin-bottom: 1.75em;
    }
    .u-m-2-fxxs {
        margin-bottom: 2em;
    }
    .u-m-2_5-fxxs {
        margin-bottom: 2.5em;
    }
    .u-m-3-fxxs {
        margin-bottom: 3em;
    }
    .u-m-4-fxxs {
        margin-bottom: 4em;
    }
    .u-m-6-fxxs {
        margin-bottom: 6em;
    }
    .u-m-8-fxxs {
        margin-bottom: 8em;
    }
    .u-m-12-fxxs {
        margin-bottom: 12em;
    }
    .u-m-16-fxxs {
        margin-bottom: 16em;
    }
}

@media (min-width: 480px) {
    .u-m-0-fxs {
        margin-bottom: 0em;
    }
    .u-m-0_1-fxs {
        margin-bottom: 0.1em;
    }
    .u-m-0_2-fxs {
        margin-bottom: 0.2em;
    }
    .u-m-0_25-fxs {
        margin-bottom: 0.25em;
    }
    .u-m-0_33-fxs {
        margin-bottom: 0.33em;
    }
    .u-m-0_5-fxs {
        margin-bottom: 0.5em;
    }
    .u-m-0_66-fxs {
        margin-bottom: 0.66em;
    }
    .u-m-0_75-fxs {
        margin-bottom: 0.75em;
    }
    .u-m-1-fxs {
        margin-bottom: 1em;
    }
    .u-m-1_25-fxs {
        margin-bottom: 1.25em;
    }
    .u-m-1_5-fxs {
        margin-bottom: 1.5em;
    }
    .u-m-1_75-fxs {
        margin-bottom: 1.75em;
    }
    .u-m-2-fxs {
        margin-bottom: 2em;
    }
    .u-m-2_5-fxs {
        margin-bottom: 2.5em;
    }
    .u-m-3-fxs {
        margin-bottom: 3em;
    }
    .u-m-4-fxs {
        margin-bottom: 4em;
    }
    .u-m-6-fxs {
        margin-bottom: 6em;
    }
    .u-m-8-fxs {
        margin-bottom: 8em;
    }
    .u-m-12-fxs {
        margin-bottom: 12em;
    }
    .u-m-16-fxs {
        margin-bottom: 16em;
    }
}

@media (min-width: 768px) {
    .u-m-0-fsm {
        margin-bottom: 0em;
    }
    .u-m-0_1-fsm {
        margin-bottom: 0.1em;
    }
    .u-m-0_2-fsm {
        margin-bottom: 0.2em;
    }
    .u-m-0_25-fsm {
        margin-bottom: 0.25em;
    }
    .u-m-0_33-fsm {
        margin-bottom: 0.33em;
    }
    .u-m-0_5-fsm {
        margin-bottom: 0.5em;
    }
    .u-m-0_66-fsm {
        margin-bottom: 0.66em;
    }
    .u-m-0_75-fsm {
        margin-bottom: 0.75em;
    }
    .u-m-1-fsm {
        margin-bottom: 1em;
    }
    .u-m-1_25-fsm {
        margin-bottom: 1.25em;
    }
    .u-m-1_5-fsm {
        margin-bottom: 1.5em;
    }
    .u-m-1_75-fsm {
        margin-bottom: 1.75em;
    }
    .u-m-2-fsm {
        margin-bottom: 2em;
    }
    .u-m-2_5-fsm {
        margin-bottom: 2.5em;
    }
    .u-m-3-fsm {
        margin-bottom: 3em;
    }
    .u-m-4-fsm {
        margin-bottom: 4em;
    }
    .u-m-6-fsm {
        margin-bottom: 6em;
    }
    .u-m-8-fsm {
        margin-bottom: 8em;
    }
    .u-m-12-fsm {
        margin-bottom: 12em;
    }
    .u-m-16-fsm {
        margin-bottom: 16em;
    }
}

@media (min-width: 992px) {
    .u-m-0-fmd {
        margin-bottom: 0em;
    }
    .u-m-0_1-fmd {
        margin-bottom: 0.1em;
    }
    .u-m-0_2-fmd {
        margin-bottom: 0.2em;
    }
    .u-m-0_25-fmd {
        margin-bottom: 0.25em;
    }
    .u-m-0_33-fmd {
        margin-bottom: 0.33em;
    }
    .u-m-0_5-fmd {
        margin-bottom: 0.5em;
    }
    .u-m-0_66-fmd {
        margin-bottom: 0.66em;
    }
    .u-m-0_75-fmd {
        margin-bottom: 0.75em;
    }
    .u-m-1-fmd {
        margin-bottom: 1em;
    }
    .u-m-1_25-fmd {
        margin-bottom: 1.25em;
    }
    .u-m-1_5-fmd {
        margin-bottom: 1.5em;
    }
    .u-m-1_75-fmd {
        margin-bottom: 1.75em;
    }
    .u-m-2-fmd {
        margin-bottom: 2em;
    }
    .u-m-2_5-fmd {
        margin-bottom: 2.5em;
    }
    .u-m-3-fmd {
        margin-bottom: 3em;
    }
    .u-m-4-fmd {
        margin-bottom: 4em;
    }
    .u-m-6-fmd {
        margin-bottom: 6em;
    }
    .u-m-8-fmd {
        margin-bottom: 8em;
    }
    .u-m-12-fmd {
        margin-bottom: 12em;
    }
    .u-m-16-fmd {
        margin-bottom: 16em;
    }
}

@media (min-width: 1200px) {
    .u-m-0-flg {
        margin-bottom: 0em;
    }
    .u-m-0_1-flg {
        margin-bottom: 0.1em;
    }
    .u-m-0_2-flg {
        margin-bottom: 0.2em;
    }
    .u-m-0_25-flg {
        margin-bottom: 0.25em;
    }
    .u-m-0_33-flg {
        margin-bottom: 0.33em;
    }
    .u-m-0_5-flg {
        margin-bottom: 0.5em;
    }
    .u-m-0_66-flg {
        margin-bottom: 0.66em;
    }
    .u-m-0_75-flg {
        margin-bottom: 0.75em;
    }
    .u-m-1-flg {
        margin-bottom: 1em;
    }
    .u-m-1_25-flg {
        margin-bottom: 1.25em;
    }
    .u-m-1_5-flg {
        margin-bottom: 1.5em;
    }
    .u-m-1_75-flg {
        margin-bottom: 1.75em;
    }
    .u-m-2-flg {
        margin-bottom: 2em;
    }
    .u-m-2_5-flg {
        margin-bottom: 2.5em;
    }
    .u-m-3-flg {
        margin-bottom: 3em;
    }
    .u-m-4-flg {
        margin-bottom: 4em;
    }
    .u-m-6-flg {
        margin-bottom: 6em;
    }
    .u-m-8-flg {
        margin-bottom: 8em;
    }
    .u-m-12-flg {
        margin-bottom: 12em;
    }
    .u-m-16-flg {
        margin-bottom: 16em;
    }
}

.u-ms-0 {
    margin-right: 0;
    margin-left: 0;
}

.u-ms-0_1 {
    margin-right: 0.1em;
    margin-left: 0;
}

.u-ms-0_2 {
    margin-right: 0.2em;
    margin-left: 0;
}

.u-ms-0_25 {
    margin-right: 0.25em;
    margin-left: 0;
}

.u-ms-0_33 {
    margin-right: 0.33em;
    margin-left: 0;
}

.u-ms-0_5 {
    margin-right: 0.5em;
    margin-left: 0;
}

.u-ms-0_66 {
    margin-right: 0.66em;
    margin-left: 0;
}

.u-ms-0_75 {
    margin-right: 0.75em;
    margin-left: 0;
}

.u-ms-1 {
    margin-right: 1em;
    margin-left: 0;
}

.u-ms-1_25 {
    margin-right: 1.25em;
    margin-left: 0;
}

.u-ms-1_5 {
    margin-right: 1.5em;
    margin-left: 0;
}

.u-ms-1_75 {
    margin-right: 1.75em;
    margin-left: 0;
}

.u-ms-2 {
    margin-right: 2em;
    margin-left: 0;
}

.u-ms-2_5 {
    margin-right: 2.5em;
    margin-left: 0;
}

.u-ms-3 {
    margin-right: 3em;
    margin-left: 0;
}

.u-ms-4 {
    margin-right: 4em;
    margin-left: 0;
}

.u-ms-6 {
    margin-right: 6em;
    margin-left: 0;
}

.u-ms-8 {
    margin-right: 8em;
    margin-left: 0;
}

.u-ms-12 {
    margin-right: 12em;
    margin-left: 0;
}

.u-ms-16 {
    margin-right: 16em;
    margin-left: 0;
}

.content-rtl .u-ms-0 {
    margin-left: 0;
    margin-right: 0;
}

.content-rtl .u-ms-0_1 {
    margin-left: 0.1em;
    margin-right: 0;
}

.content-rtl .u-ms-0_2 {
    margin-left: 0.2em;
    margin-right: 0;
}

.content-rtl .u-ms-0_25 {
    margin-left: 0.25em;
    margin-right: 0;
}

.content-rtl .u-ms-0_33 {
    margin-left: 0.33em;
    margin-right: 0;
}

.content-rtl .u-ms-0_5 {
    margin-left: 0.5em;
    margin-right: 0;
}

.content-rtl .u-ms-0_66 {
    margin-left: 0.66em;
    margin-right: 0;
}

.content-rtl .u-ms-0_75 {
    margin-left: 0.75em;
    margin-right: 0;
}

.content-rtl .u-ms-1 {
    margin-left: 1em;
    margin-right: 0;
}

.content-rtl .u-ms-1_25 {
    margin-left: 1.25em;
    margin-right: 0;
}

.content-rtl .u-ms-1_5 {
    margin-left: 1.5em;
    margin-right: 0;
}

.content-rtl .u-ms-1_75 {
    margin-left: 1.75em;
    margin-right: 0;
}

.content-rtl .u-ms-2 {
    margin-left: 2em;
    margin-right: 0;
}

.content-rtl .u-ms-2_5 {
    margin-left: 2.5em;
    margin-right: 0;
}

.content-rtl .u-ms-3 {
    margin-left: 3em;
    margin-right: 0;
}

.content-rtl .u-ms-4 {
    margin-left: 4em;
    margin-right: 0;
}

.content-rtl .u-ms-6 {
    margin-left: 6em;
    margin-right: 0;
}

.content-rtl .u-ms-8 {
    margin-left: 8em;
    margin-right: 0;
}

.content-rtl .u-ms-12 {
    margin-left: 12em;
    margin-right: 0;
}

.content-rtl .u-ms-16 {
    margin-left: 16em;
    margin-right: 0;
}

@media (min-width: 375px) {
    .u-ms-0-fxxs {
        margin-right: 0;
        margin-left: 0;
    }
    .u-ms-0_1-fxxs {
        margin-right: 0.1em;
        margin-left: 0;
    }
    .u-ms-0_2-fxxs {
        margin-right: 0.2em;
        margin-left: 0;
    }
    .u-ms-0_25-fxxs {
        margin-right: 0.25em;
        margin-left: 0;
    }
    .u-ms-0_33-fxxs {
        margin-right: 0.33em;
        margin-left: 0;
    }
    .u-ms-0_5-fxxs {
        margin-right: 0.5em;
        margin-left: 0;
    }
    .u-ms-0_66-fxxs {
        margin-right: 0.66em;
        margin-left: 0;
    }
    .u-ms-0_75-fxxs {
        margin-right: 0.75em;
        margin-left: 0;
    }
    .u-ms-1-fxxs {
        margin-right: 1em;
        margin-left: 0;
    }
    .u-ms-1_25-fxxs {
        margin-right: 1.25em;
        margin-left: 0;
    }
    .u-ms-1_5-fxxs {
        margin-right: 1.5em;
        margin-left: 0;
    }
    .u-ms-1_75-fxxs {
        margin-right: 1.75em;
        margin-left: 0;
    }
    .u-ms-2-fxxs {
        margin-right: 2em;
        margin-left: 0;
    }
    .u-ms-2_5-fxxs {
        margin-right: 2.5em;
        margin-left: 0;
    }
    .u-ms-3-fxxs {
        margin-right: 3em;
        margin-left: 0;
    }
    .u-ms-4-fxxs {
        margin-right: 4em;
        margin-left: 0;
    }
    .u-ms-6-fxxs {
        margin-right: 6em;
        margin-left: 0;
    }
    .u-ms-8-fxxs {
        margin-right: 8em;
        margin-left: 0;
    }
    .u-ms-12-fxxs {
        margin-right: 12em;
        margin-left: 0;
    }
    .u-ms-16-fxxs {
        margin-right: 16em;
        margin-left: 0;
    }
    .content-rtl .u-ms-0-fxxs {
        margin-left: 0;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_1-fxxs {
        margin-left: 0.1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_2-fxxs {
        margin-left: 0.2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_25-fxxs {
        margin-left: 0.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_33-fxxs {
        margin-left: 0.33em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_5-fxxs {
        margin-left: 0.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_66-fxxs {
        margin-left: 0.66em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_75-fxxs {
        margin-left: 0.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1-fxxs {
        margin-left: 1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_25-fxxs {
        margin-left: 1.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_5-fxxs {
        margin-left: 1.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_75-fxxs {
        margin-left: 1.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2-fxxs {
        margin-left: 2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2_5-fxxs {
        margin-left: 2.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-3-fxxs {
        margin-left: 3em;
        margin-right: 0;
    }
    .content-rtl .u-ms-4-fxxs {
        margin-left: 4em;
        margin-right: 0;
    }
    .content-rtl .u-ms-6-fxxs {
        margin-left: 6em;
        margin-right: 0;
    }
    .content-rtl .u-ms-8-fxxs {
        margin-left: 8em;
        margin-right: 0;
    }
    .content-rtl .u-ms-12-fxxs {
        margin-left: 12em;
        margin-right: 0;
    }
    .content-rtl .u-ms-16-fxxs {
        margin-left: 16em;
        margin-right: 0;
    }
}

@media (min-width: 480px) {
    .u-ms-0-fxs {
        margin-right: 0;
        margin-left: 0;
    }
    .u-ms-0_1-fxs {
        margin-right: 0.1em;
        margin-left: 0;
    }
    .u-ms-0_2-fxs {
        margin-right: 0.2em;
        margin-left: 0;
    }
    .u-ms-0_25-fxs {
        margin-right: 0.25em;
        margin-left: 0;
    }
    .u-ms-0_33-fxs {
        margin-right: 0.33em;
        margin-left: 0;
    }
    .u-ms-0_5-fxs {
        margin-right: 0.5em;
        margin-left: 0;
    }
    .u-ms-0_66-fxs {
        margin-right: 0.66em;
        margin-left: 0;
    }
    .u-ms-0_75-fxs {
        margin-right: 0.75em;
        margin-left: 0;
    }
    .u-ms-1-fxs {
        margin-right: 1em;
        margin-left: 0;
    }
    .u-ms-1_25-fxs {
        margin-right: 1.25em;
        margin-left: 0;
    }
    .u-ms-1_5-fxs {
        margin-right: 1.5em;
        margin-left: 0;
    }
    .u-ms-1_75-fxs {
        margin-right: 1.75em;
        margin-left: 0;
    }
    .u-ms-2-fxs {
        margin-right: 2em;
        margin-left: 0;
    }
    .u-ms-2_5-fxs {
        margin-right: 2.5em;
        margin-left: 0;
    }
    .u-ms-3-fxs {
        margin-right: 3em;
        margin-left: 0;
    }
    .u-ms-4-fxs {
        margin-right: 4em;
        margin-left: 0;
    }
    .u-ms-6-fxs {
        margin-right: 6em;
        margin-left: 0;
    }
    .u-ms-8-fxs {
        margin-right: 8em;
        margin-left: 0;
    }
    .u-ms-12-fxs {
        margin-right: 12em;
        margin-left: 0;
    }
    .u-ms-16-fxs {
        margin-right: 16em;
        margin-left: 0;
    }
    .content-rtl .u-ms-0-fxs {
        margin-left: 0;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_1-fxs {
        margin-left: 0.1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_2-fxs {
        margin-left: 0.2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_25-fxs {
        margin-left: 0.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_33-fxs {
        margin-left: 0.33em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_5-fxs {
        margin-left: 0.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_66-fxs {
        margin-left: 0.66em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_75-fxs {
        margin-left: 0.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1-fxs {
        margin-left: 1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_25-fxs {
        margin-left: 1.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_5-fxs {
        margin-left: 1.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_75-fxs {
        margin-left: 1.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2-fxs {
        margin-left: 2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2_5-fxs {
        margin-left: 2.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-3-fxs {
        margin-left: 3em;
        margin-right: 0;
    }
    .content-rtl .u-ms-4-fxs {
        margin-left: 4em;
        margin-right: 0;
    }
    .content-rtl .u-ms-6-fxs {
        margin-left: 6em;
        margin-right: 0;
    }
    .content-rtl .u-ms-8-fxs {
        margin-left: 8em;
        margin-right: 0;
    }
    .content-rtl .u-ms-12-fxs {
        margin-left: 12em;
        margin-right: 0;
    }
    .content-rtl .u-ms-16-fxs {
        margin-left: 16em;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .u-ms-0-fsm {
        margin-right: 0;
        margin-left: 0;
    }
    .u-ms-0_1-fsm {
        margin-right: 0.1em;
        margin-left: 0;
    }
    .u-ms-0_2-fsm {
        margin-right: 0.2em;
        margin-left: 0;
    }
    .u-ms-0_25-fsm {
        margin-right: 0.25em;
        margin-left: 0;
    }
    .u-ms-0_33-fsm {
        margin-right: 0.33em;
        margin-left: 0;
    }
    .u-ms-0_5-fsm {
        margin-right: 0.5em;
        margin-left: 0;
    }
    .u-ms-0_66-fsm {
        margin-right: 0.66em;
        margin-left: 0;
    }
    .u-ms-0_75-fsm {
        margin-right: 0.75em;
        margin-left: 0;
    }
    .u-ms-1-fsm {
        margin-right: 1em;
        margin-left: 0;
    }
    .u-ms-1_25-fsm {
        margin-right: 1.25em;
        margin-left: 0;
    }
    .u-ms-1_5-fsm {
        margin-right: 1.5em;
        margin-left: 0;
    }
    .u-ms-1_75-fsm {
        margin-right: 1.75em;
        margin-left: 0;
    }
    .u-ms-2-fsm {
        margin-right: 2em;
        margin-left: 0;
    }
    .u-ms-2_5-fsm {
        margin-right: 2.5em;
        margin-left: 0;
    }
    .u-ms-3-fsm {
        margin-right: 3em;
        margin-left: 0;
    }
    .u-ms-4-fsm {
        margin-right: 4em;
        margin-left: 0;
    }
    .u-ms-6-fsm {
        margin-right: 6em;
        margin-left: 0;
    }
    .u-ms-8-fsm {
        margin-right: 8em;
        margin-left: 0;
    }
    .u-ms-12-fsm {
        margin-right: 12em;
        margin-left: 0;
    }
    .u-ms-16-fsm {
        margin-right: 16em;
        margin-left: 0;
    }
    .content-rtl .u-ms-0-fsm {
        margin-left: 0;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_1-fsm {
        margin-left: 0.1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_2-fsm {
        margin-left: 0.2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_25-fsm {
        margin-left: 0.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_33-fsm {
        margin-left: 0.33em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_5-fsm {
        margin-left: 0.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_66-fsm {
        margin-left: 0.66em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_75-fsm {
        margin-left: 0.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1-fsm {
        margin-left: 1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_25-fsm {
        margin-left: 1.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_5-fsm {
        margin-left: 1.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_75-fsm {
        margin-left: 1.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2-fsm {
        margin-left: 2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2_5-fsm {
        margin-left: 2.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-3-fsm {
        margin-left: 3em;
        margin-right: 0;
    }
    .content-rtl .u-ms-4-fsm {
        margin-left: 4em;
        margin-right: 0;
    }
    .content-rtl .u-ms-6-fsm {
        margin-left: 6em;
        margin-right: 0;
    }
    .content-rtl .u-ms-8-fsm {
        margin-left: 8em;
        margin-right: 0;
    }
    .content-rtl .u-ms-12-fsm {
        margin-left: 12em;
        margin-right: 0;
    }
    .content-rtl .u-ms-16-fsm {
        margin-left: 16em;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .u-ms-0-fmd {
        margin-right: 0;
        margin-left: 0;
    }
    .u-ms-0_1-fmd {
        margin-right: 0.1em;
        margin-left: 0;
    }
    .u-ms-0_2-fmd {
        margin-right: 0.2em;
        margin-left: 0;
    }
    .u-ms-0_25-fmd {
        margin-right: 0.25em;
        margin-left: 0;
    }
    .u-ms-0_33-fmd {
        margin-right: 0.33em;
        margin-left: 0;
    }
    .u-ms-0_5-fmd {
        margin-right: 0.5em;
        margin-left: 0;
    }
    .u-ms-0_66-fmd {
        margin-right: 0.66em;
        margin-left: 0;
    }
    .u-ms-0_75-fmd {
        margin-right: 0.75em;
        margin-left: 0;
    }
    .u-ms-1-fmd {
        margin-right: 1em;
        margin-left: 0;
    }
    .u-ms-1_25-fmd {
        margin-right: 1.25em;
        margin-left: 0;
    }
    .u-ms-1_5-fmd {
        margin-right: 1.5em;
        margin-left: 0;
    }
    .u-ms-1_75-fmd {
        margin-right: 1.75em;
        margin-left: 0;
    }
    .u-ms-2-fmd {
        margin-right: 2em;
        margin-left: 0;
    }
    .u-ms-2_5-fmd {
        margin-right: 2.5em;
        margin-left: 0;
    }
    .u-ms-3-fmd {
        margin-right: 3em;
        margin-left: 0;
    }
    .u-ms-4-fmd {
        margin-right: 4em;
        margin-left: 0;
    }
    .u-ms-6-fmd {
        margin-right: 6em;
        margin-left: 0;
    }
    .u-ms-8-fmd {
        margin-right: 8em;
        margin-left: 0;
    }
    .u-ms-12-fmd {
        margin-right: 12em;
        margin-left: 0;
    }
    .u-ms-16-fmd {
        margin-right: 16em;
        margin-left: 0;
    }
    .content-rtl .u-ms-0-fmd {
        margin-left: 0;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_1-fmd {
        margin-left: 0.1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_2-fmd {
        margin-left: 0.2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_25-fmd {
        margin-left: 0.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_33-fmd {
        margin-left: 0.33em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_5-fmd {
        margin-left: 0.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_66-fmd {
        margin-left: 0.66em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_75-fmd {
        margin-left: 0.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1-fmd {
        margin-left: 1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_25-fmd {
        margin-left: 1.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_5-fmd {
        margin-left: 1.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_75-fmd {
        margin-left: 1.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2-fmd {
        margin-left: 2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2_5-fmd {
        margin-left: 2.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-3-fmd {
        margin-left: 3em;
        margin-right: 0;
    }
    .content-rtl .u-ms-4-fmd {
        margin-left: 4em;
        margin-right: 0;
    }
    .content-rtl .u-ms-6-fmd {
        margin-left: 6em;
        margin-right: 0;
    }
    .content-rtl .u-ms-8-fmd {
        margin-left: 8em;
        margin-right: 0;
    }
    .content-rtl .u-ms-12-fmd {
        margin-left: 12em;
        margin-right: 0;
    }
    .content-rtl .u-ms-16-fmd {
        margin-left: 16em;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .u-ms-0-flg {
        margin-right: 0;
        margin-left: 0;
    }
    .u-ms-0_1-flg {
        margin-right: 0.1em;
        margin-left: 0;
    }
    .u-ms-0_2-flg {
        margin-right: 0.2em;
        margin-left: 0;
    }
    .u-ms-0_25-flg {
        margin-right: 0.25em;
        margin-left: 0;
    }
    .u-ms-0_33-flg {
        margin-right: 0.33em;
        margin-left: 0;
    }
    .u-ms-0_5-flg {
        margin-right: 0.5em;
        margin-left: 0;
    }
    .u-ms-0_66-flg {
        margin-right: 0.66em;
        margin-left: 0;
    }
    .u-ms-0_75-flg {
        margin-right: 0.75em;
        margin-left: 0;
    }
    .u-ms-1-flg {
        margin-right: 1em;
        margin-left: 0;
    }
    .u-ms-1_25-flg {
        margin-right: 1.25em;
        margin-left: 0;
    }
    .u-ms-1_5-flg {
        margin-right: 1.5em;
        margin-left: 0;
    }
    .u-ms-1_75-flg {
        margin-right: 1.75em;
        margin-left: 0;
    }
    .u-ms-2-flg {
        margin-right: 2em;
        margin-left: 0;
    }
    .u-ms-2_5-flg {
        margin-right: 2.5em;
        margin-left: 0;
    }
    .u-ms-3-flg {
        margin-right: 3em;
        margin-left: 0;
    }
    .u-ms-4-flg {
        margin-right: 4em;
        margin-left: 0;
    }
    .u-ms-6-flg {
        margin-right: 6em;
        margin-left: 0;
    }
    .u-ms-8-flg {
        margin-right: 8em;
        margin-left: 0;
    }
    .u-ms-12-flg {
        margin-right: 12em;
        margin-left: 0;
    }
    .u-ms-16-flg {
        margin-right: 16em;
        margin-left: 0;
    }
    .content-rtl .u-ms-0-flg {
        margin-left: 0;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_1-flg {
        margin-left: 0.1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_2-flg {
        margin-left: 0.2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_25-flg {
        margin-left: 0.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_33-flg {
        margin-left: 0.33em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_5-flg {
        margin-left: 0.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_66-flg {
        margin-left: 0.66em;
        margin-right: 0;
    }
    .content-rtl .u-ms-0_75-flg {
        margin-left: 0.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1-flg {
        margin-left: 1em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_25-flg {
        margin-left: 1.25em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_5-flg {
        margin-left: 1.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-1_75-flg {
        margin-left: 1.75em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2-flg {
        margin-left: 2em;
        margin-right: 0;
    }
    .content-rtl .u-ms-2_5-flg {
        margin-left: 2.5em;
        margin-right: 0;
    }
    .content-rtl .u-ms-3-flg {
        margin-left: 3em;
        margin-right: 0;
    }
    .content-rtl .u-ms-4-flg {
        margin-left: 4em;
        margin-right: 0;
    }
    .content-rtl .u-ms-6-flg {
        margin-left: 6em;
        margin-right: 0;
    }
    .content-rtl .u-ms-8-flg {
        margin-left: 8em;
        margin-right: 0;
    }
    .content-rtl .u-ms-12-flg {
        margin-left: 12em;
        margin-right: 0;
    }
    .content-rtl .u-ms-16-flg {
        margin-left: 16em;
        margin-right: 0;
    }
}

.sitemap .sitemap-social {
    margin-right: -15px;
    margin-left: -15px;
    float: left;
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
}

.sitemap .sitemap-social:before,
.sitemap .sitemap-social:after {
    display: table;
    content: " ";
}

.sitemap .sitemap-social:after {
    clear: both;
}

.sitemap .sitemap-social>li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .sitemap .sitemap-social>li {
        float: left;
        width: 50%;
    }
}

.sitemap .sitemap-social>li>a {
    color: inherit;
    font-size: 35px;
}

.sitemap .sitemap-social>li>a:focus,
.sitemap .sitemap-social>li>a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .sitemap .sitemap-social {
        width: 33%;
        margin-top: 0;
    }
    .sitemap .sitemap-social>li {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .sitemap .sitemap-social {
        margin-top: 15px;
        width: 100%;
    }
    .sitemap .sitemap-social>li {
        margin: 10px 0;
    }
}

.content-rtl .sitemap .sitemap-social {
    padding-right: 0;
    padding-left: 40px;
}

.sitemap .sitemap-title {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sitemap .sitemap-nav {
    list-style: none;
    padding-left: 0;
}

.sitemap .sitemap-nav>li>a {
    color: #b6b6b6;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    white-space: nowrap;
}

.sitemap .sitemap-nav>li>a:focus,
.sitemap .sitemap-nav>li>a:hover {
    color: #fff;
}

.content-rtl .sitemap .sitemap-nav {
    padding-right: 0;
}

.sitemap .sitemap-logo {
    float: left;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .sitemap .sitemap-logo {
        margin-top: 5px;
        text-align: left;
        width: 66%;
    }
}

@media (min-width: 992px) {
    .sitemap .sitemap-logo {
        margin-top: 0;
    }
}

.content-rtl .sitemap .sitemap-logo {
    float: right;
}

.sitemap .sitemap-logo-wl {
    width: 150px;
}

.sitemap .btn {
    white-space: normal;
}

.navbar-banner {
    background-color: #28aeed;
    background-position: center;
    background-size: cover;
    padding: 18px 0;
}

.navbar-banner .nav-pills {
    font-size: 12px;
    text-transform: uppercase;
}

.navbar-banner .nav-pills li+li {
    margin-left: 20px;
}

.navbar-banner .nav-pills a {
    color: #fff;
    padding: 2px 5px;
}

.navbar-banner .nav-pills a:hover,
.navbar-banner .nav-pills a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-banner .nav-pills .active a {
    background-color: rgba(0, 0, 0, 0.25);
}

.navbar-contact {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: 0;
    min-height: 25px;
}

.navbar-contact .navbar-brand {
    color: #28aeed;
}

.navbar-contact .navbar-brand:hover,
.navbar-contact .navbar-brand:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}

.navbar-contact .navbar-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.navbar-contact .navbar-text:first-child {
    margin-left: 0;
}

.navbar-contact .navbar-link {
    color: #f1f1f1;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-contact .navbar-link:hover {
    color: #28aeed;
}

.navbar-contact .contact-phone::before,
.navbar-contact .contact-email::before {
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    vertical-align: middle;
}

.content-ltr .navbar-contact .contact-phone::before,
.content-ltr .navbar-contact .contact-email::before {
    margin-right: 8px;
}

.content-rtl .navbar-contact .contact-phone::before,
.content-rtl .navbar-contact .contact-email::before {
    margin-left: 8px;
}

.navbar-contact .contact-phone a,
.navbar-contact .contact-email a {
    color: #fff;
}

@media (max-width: 767px) and (min-width: 480px) {
    .navbar-contact .contact-phone,
    .navbar-contact .contact-email {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-contact .contact-phone,
    .navbar-contact .contact-email {
        float: left;
        padding: 0 15px;
        width: 33%;
    }
}

.navbar-contact .contact-phone::before {
    font-family: "socialapp-icon";
    content: "";
}

.navbar-contact .contact-email::before {
    font-family: "socialapp-icon";
    content: "";
}

.navbar-contact .navbar-nav {
    margin: 5px 0;
    text-transform: uppercase;
    width: 100%;
}

.navbar-contact .navbar-nav>li a {
    color: #f1f1f1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-contact .navbar-nav>li a:hover,
.navbar-contact .navbar-nav>li a:focus {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

.navbar-contact .navbar-nav>.active>a,
.navbar-contact .navbar-nav>.active>a:hover,
.navbar-contact .navbar-nav>.active>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

.navbar-contact .navbar-nav>.disabled>a,
.navbar-contact .navbar-nav>.disabled>a:hover,
.navbar-contact .navbar-nav>.disabled>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ccc;
}

.navbar-contact .navbar-nav .dropdown:hover>a {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

.navbar-contact .navbar-nav .dropdown:hover .dropdown-menu {
    border: 0;
    display: block;
}

.navbar-contact .navbar-nav .dropdown:hover .dropdown-menu a {
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

.navbar-contact .navbar-nav>.open>a,
.navbar-contact .navbar-nav>.open>a:hover,
.navbar-contact .navbar-nav>.open>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

@media (max-width: 991px) {
    .navbar-contact .navbar-nav .open .dropdown-menu>li>a {
        color: #f1f1f1;
    }
    .navbar-contact .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-contact .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #28aeed;
    }
    .navbar-contact .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-contact .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-contact .navbar-nav .open .dropdown-menu>.active>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #28aeed;
    }
    .navbar-contact .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-contact .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-contact .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #ccc;
    }
}

.navbar-contact .navbar-social>li {
    float: left;
}

.navbar-contact .navbar-social>li>a {
    margin: 5px 7px;
    padding: 8px;
    text-align: center;
}

.navbar-contact .navbar-toggle {
    border-color: #ddd;
}

.navbar-contact .navbar-toggle:hover,
.navbar-contact .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-contact .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-contact .navbar-collapse,
.navbar-contact .navbar-form {
    border-color: rgba(0, 0, 0, 0);
}

.navbar-contact .contact-social li>a {
    padding: 15px;
}

.navbar-contact .contact-social li>a .fa {
    font-size: 20px;
}

.navbar-contact .btn-link {
    color: #f1f1f1;
}

.navbar-contact .btn-link:hover,
.navbar-contact .btn-link:focus {
    color: #28aeed;
}

.navbar-contact .btn-link[disabled]:hover,
.navbar-contact .btn-link[disabled]:focus,
fieldset[disabled] .navbar-contact .btn-link:hover,
fieldset[disabled] .navbar-contact .btn-link:focus {
    color: #ccc;
}

.navbar-primary {
    background-color: #fff;
    border: 0;
    border-color: #eee;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 60px;
}

.navbar-primary .centered {
    float: none;
    text-align: center;
}

.navbar-primary .navbar-brand {
    border-right: solid 1px #f1f1f1;
    color: #28aeed;
    display: inline-block;
    height: 30px;
    margin: 15px 0;
    padding: 0 20px 0 15px;
}

.navbar-primary .navbar-brand img {
    height: 100%;
    width: auto;
}

.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-brand:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}

.navbar-primary .navbar-text {
    color: #777;
}

.navbar-primary .navbar-nav {
    text-align: center;
}

.navbar-primary .navbar-nav>li>a {
    border-right: solid 1px #f1f1f1;
    color: #888;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    padding: 0 25px;
}

.navbar-primary .navbar-nav>li>a:hover,
.navbar-primary .navbar-nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

@media (max-width: 1199px) {
    .navbar-primary .navbar-nav>li>a {
        padding: 0 13px;
    }
}

.navbar-primary .navbar-nav>li .navbar-link {
    color: #28aeed;
}

.navbar-primary .navbar-nav>li .navbar-link:hover {
    text-decoration: underline;
}

.navbar-primary .navbar-nav>.active>a {
    color: #000;
    font-weight: 600;
}

.navbar-primary .navbar-nav>.active>a:hover,
.navbar-primary .navbar-nav>.active>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

.navbar-primary .navbar-nav>.disabled>a,
.navbar-primary .navbar-nav>.disabled>a:hover,
.navbar-primary .navbar-nav>.disabled>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ccc;
}

.navbar-primary .navbar-toggle {
    border-color: #ddd;
}

.navbar-primary .navbar-toggle:hover,
.navbar-primary .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-primary .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-primary .navbar-collapse,
.navbar-primary .navbar-form {
    border-color: #eee;
}

.navbar-primary .navbar-main>.open>a,
.navbar-primary .navbar-main>.open>a:hover,
.navbar-primary .navbar-main>.open>a:focus {
    background-color: rgba(0, 0, 0, 0);
    border-right-color: #e6e6e6;
    color: #28aeed;
}

.navbar-primary .navbar-main>li {
    position: static;
}

.navbar-primary .navbar-main>li>a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.navbar-primary .navbar-main>li .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #28aeed;
    border: 0;
    border-radius: 0;
    bottom: 0;
    display: none;
    padding: 10px 0;
    right: 0;
    text-align: center;
    top: auto;
}

.navbar-primary .navbar-main>li .dropdown-menu>li {
    display: inline-block;
}

.navbar-primary .navbar-main>li .dropdown-menu>li>a {
    color: #b8e8ff;
    font-weight: 500;
    padding: 0 28px;
}

.navbar-primary .navbar-main>li .dropdown-menu>li>a:hover,
.navbar-primary .navbar-main>li .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 1199px) {
    .navbar-primary .navbar-main>li .dropdown-menu>li>a {
        font-size: 13px;
        padding: 0 18px;
    }
}

.navbar-primary .navbar-main>.dropdown {
    margin-bottom: 0;
}

.navbar-primary .navbar-main>.dropdown.active {
    margin-bottom: 39px;
}

.navbar-primary .navbar-main>.dropdown.active>.dropdown-menu {
    display: block;
    z-index: 100;
}

.navbar-primary .navbar-main>.dropdown.active>a::before {
    background-color: #28aeed;
    bottom: -15px;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}

.navbar-primary .navbar-main>.dropdown .dropdown-menu .active>a {
    color: #fff;
    font-weight: 600;
}

.navbar-primary .navbar-main .active>a {
    font-weight: 400;
}

.navbar-primary .navbar-main .disabled {
    color: #ddd;
}

.navbar-primary .navbar-btn {
    line-height: 28px;
    margin: 15px 8px;
    padding: 0 15px;
    text-transform: none;
}

@media (max-width: 991px) {
    .navbar-primary .navbar-btn {
        display: block;
    }
}

.navbar-primary .btn-link .btn-link {
    color: #777;
}

.navbar-primary .btn-link .btn-link:hover,
.navbar-primary .btn-link .btn-link:focus {
    color: #28aeed;
}

.navbar-primary .btn-link .btn-link[disabled]:hover,
.navbar-primary .btn-link .btn-link[disabled]:focus,
fieldset[disabled] .navbar-primary .btn-link .btn-link:hover,
fieldset[disabled] .navbar-primary .btn-link .btn-link:focus {
    color: #ccc;
}

.navbar-primary .nav-user>li>a {
    border-right: 0;
}

.navbar-primary .user-menu {
    border-color: #f1f1f1;
    margin-top: 5px;
}

.navbar-primary .user-menu .user-summary {
    border-bottom: solid 1px #f1f1f1;
    margin: 0 25px;
    padding: 15px 0;
}

.navbar-primary .user-menu .user-summary .user-avatar {
    padding-right: 15px;
}

.navbar-primary .user-menu .user-summary .user-avatar img {
    height: 60px;
    width: 60px;
}

.navbar-primary .user-menu .nav li>a {
    color: #333;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-primary .user-menu .nav li>a:hover {
    background-color: transparent;
    color: #28aeed;
}

.navbar-primary .user-menu .nav>.divider {
    background-color: #f1f1f1;
    margin: 5px 25px;
}

.navbar-primary .user-menu-toggle {
    background-color: transparent;
    border: 0;
    margin: 12px 15px;
}

.navbar-primary .user-menu-toggle>img {
    border-radius: 100%;
    height: 34px;
    width: 34px;
}

.navbar-primary .user-menu-toggle::after {
    font-family: "FontAwesome";
    content: "";
    color: #e6e6e6;
    display: inline-block;
    line-height: 34px;
    margin-left: 5px;
}

.navbar-primary .user-menu-toggle:hover::after {
    color: #28aeed;
}

.navbar-primary .navbar-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 0;
}

.navbar-primary .navbar-link {
    color: #28aeed;
}

.navbar-primary .navbar-link:hover {
    text-decoration: underline;
}

.navbar-primary .btn-cta {
    display: inline-block;
}

@media (max-width: 991px) {
    .navbar-primary .navbar-main {
        text-align: left;
    }
    .navbar-primary .navbar-main .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-primary .navbar-main .open .dropdown-menu>li>a:hover,
    .navbar-primary .navbar-main .open .dropdown-menu>li>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #28aeed;
    }
    .navbar-primary .navbar-main .open .dropdown-menu>.active>a,
    .navbar-primary .navbar-main .open .dropdown-menu>.active>a:hover,
    .navbar-primary .navbar-main .open .dropdown-menu>.active>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #28aeed;
    }
    .navbar-primary .navbar-main .open .dropdown-menu>.disabled>a,
    .navbar-primary .navbar-main .open .dropdown-menu>.disabled>a:hover,
    .navbar-primary .navbar-main .open .dropdown-menu>.disabled>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #ccc;
    }
    .navbar-primary .navbar-main .dropdown>.dropdown-menu {
        background-color: #fff;
        bottom: auto;
        display: none;
        float: none;
        padding: 0;
        padding-left: 10px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .navbar-primary .navbar-main .dropdown>.dropdown-menu>li {
        display: block;
    }
    .navbar-primary .navbar-main .dropdown>.dropdown-menu>li>a {
        color: #777;
        font-size: 18px;
        padding: 12px 15px;
    }
    .navbar-primary .navbar-main .dropdown>.dropdown-menu>li>a:hover,
    .navbar-primary .navbar-main .dropdown>.dropdown-menu>li>a:focus {
        color: #28aeed;
    }
    .navbar-primary .navbar-main .dropdown>.dropdown-menu>.active>a {
        background-color: transparent;
        color: #000;
        font-weight: 500;
    }
    .navbar-primary .navbar-main .dropdown.active {
        margin-bottom: 0;
    }
    .navbar-primary .navbar-main .dropdown.active>a::before {
        content: none;
    }
    .navbar-primary .navbar-main .dropdown.active>.dropdown-menu {
        display: block;
    }
    .navbar-primary .navbar-main>li+li {
        margin-top: 10px;
    }
    .navbar-primary .navbar-main>li>a {
        display: block;
        font-size: 18px;
        margin: 0;
    }
    .navbar-primary .navbar-brand {
        border-right: 0;
        float: none;
        height: 39px;
        margin: 8px 0;
        margin-left: -12px;
        padding: 4.5px 0;
    }
    .navbar-primary .nav-user {
        margin-bottom: 0;
        margin-top: 0;
    }
    .navbar-primary .navbar-header {
        position: relative;
        text-align: center;
    }
    .navbar-primary .navbar-header .user-menu-toggle {
        float: left;
        margin: 8px 0 8px 10px;
        padding: 2.5px 0;
    }
    .navbar-primary .navbar-header .user-menu-toggle::after {
        content: none;
    }
    .navbar-primary .btn-cta-group {
        margin-left: -10px;
        margin-right: -10px;
    }
    .navbar-primary .btn-cta-group:before,
    .navbar-primary .btn-cta-group:after {
        display: table;
        content: " ";
    }
    .navbar-primary .btn-cta-group:after {
        clear: both;
    }
    .navbar-primary .btn-cta {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }
    .navbar-primary .btn-cta .btn {
        margin-left: 0;
        margin-right: 0;
        padding: 5px 15px;
    }
}

.nav-user-message-badge {
    position: absolute;
    left: 60px;
    top: 12px;
    width: 28px;
}

.nav-user-message-badge a {
    padding: 0 !important;
    margin: 16px 0 12px 8px !important;
}

.nav-user-message-badge-icon {
    position: relative;
    line-height: 30px;
    font-size: 20px;
    color: #c0c0c0;
}

.nav-user-message-badge-counter {
    position: absolute;
    top: 1px;
    right: -8px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    color: white;
    background-color: #28aeed;
    border-radius: 50% 50%;
    border: 1px solid #28aeed;
}

.nav-user-message-badge-counter--empty {
    color: #fff;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}

.nav-user-message-badge a:hover .nav-user-message-badge-icon {
    color: #d0d0d0;
    transition: color 200ms ease;
}

.nav-user-message-badge a:hover .nav-user-message-badge-counter {
    color: #28aeed;
    background-color: #fff;
    transition: background-color 60ms 0ms ease, color 200ms 80ms ease;
}

.nav-user-message-badge a:hover .nav-user-message-badge-counter--empty {
    background-color: #fff;
    color: #909090;
    border-color: #909090;
}

@media all and (max-width: 479px) {
    .navbar-brand {
        transform: translateX(18px);
    }
    .nav-user-message-badge {
        left: 48px;
    }
}

@media all and (min-width: 992px) {
    .navbar-primary .navbar-main>li>a {
        padding: 0px 11px;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: -0.02em;
    }
    .nav-user-message-badge {
        position: relative;
        top: auto;
        left: auto;
    }
}

@media all and (min-width: 1200px) {
    .navbar-primary .navbar-main>li>a {
        padding: 0px 14px;
        font-size: 16px;
        letter-spacing: 0;
    }
}

.navbar-secondary {
    -webkit-box-shadow: inset 0 2px 2px #e0e0e0;
    box-shadow: inset 0 2px 2px #e0e0e0;
    background-color: #f1f1f1;
    border: 0;
    border-color: #e0e0e0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 25px;
}

.navbar-secondary .navbar-brand {
    color: #28aeed;
}

.navbar-secondary .navbar-brand:hover,
.navbar-secondary .navbar-brand:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}

.navbar-secondary .navbar-text {
    color: #777;
}

.navbar-secondary .navbar-nav {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.navbar-secondary .navbar-nav>li {
    display: inline-block;
    float: none;
    margin-right: 50px;
}

.navbar-secondary .navbar-nav>li a {
    color: #777;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-secondary .navbar-nav>li a:hover,
.navbar-secondary .navbar-nav>li a:focus {
    -webkit-box-shadow: inset 0 2px 2px #e0e0e0;
    box-shadow: inset 0 2px 2px #e0e0e0;
    background-color: #fff;
    color: #28aeed;
}

.navbar-secondary .navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-secondary .navbar-nav>.active>a {
    color: #000;
    font-weight: 600;
}

.navbar-secondary .navbar-nav>.active>a:hover,
.navbar-secondary .navbar-nav>.active>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

.navbar-secondary .navbar-nav>.disabled>a,
.navbar-secondary .navbar-nav>.disabled>a:hover,
.navbar-secondary .navbar-nav>.disabled>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ccc;
}

.navbar-secondary .navbar-nav .dropdown:hover>a {
    -webkit-box-shadow: inset 0 2px 2px #e0e0e0;
    box-shadow: inset 0 2px 2px #e0e0e0;
    background-color: #fff;
    color: #28aeed;
}

.navbar-secondary .navbar-nav .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px -1px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px -1px rgba(0, 0, 0, 0.175);
    border: 0;
    border-radius: 0;
    display: block;
    padding-right: 50px;
}

.navbar-secondary .navbar-nav .dropdown .dropdown-menu li>a {
    color: #777;
}

.navbar-secondary .navbar-nav .dropdown .dropdown-menu li>a:hover,
.navbar-secondary .navbar-nav .dropdown .dropdown-menu li>a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #28aeed;
}

.navbar-secondary .navbar-nav .dropdown .dropdown-menu>.active>a {
    background-color: #fff;
    font-weight: 600;
}

.navbar-secondary .navbar-nav>.open>a,
.navbar-secondary .navbar-nav>.open>a:hover,
.navbar-secondary .navbar-nav>.open>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #28aeed;
}

@media (max-width: 991px) {
    .navbar-secondary .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-secondary .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-secondary .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #fff;
        color: #28aeed;
    }
    .navbar-secondary .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-secondary .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-secondary .navbar-nav .open .dropdown-menu>.active>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #28aeed;
    }
    .navbar-secondary .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-secondary .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-secondary .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #ccc;
    }
}

.navbar-secondary .navbar-toggle {
    border-color: #ddd;
}

.navbar-secondary .navbar-toggle:hover,
.navbar-secondary .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-secondary .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-secondary .navbar-collapse,
.navbar-secondary .navbar-form {
    border-color: #e0e0e0;
}

.navbar-secondary .navbar-link {
    color: #777;
}

.navbar-secondary .navbar-link:hover {
    color: #28aeed;
}

.navbar-secondary .btn-link {
    color: #777;
}

.navbar-secondary .btn-link:hover,
.navbar-secondary .btn-link:focus {
    color: #28aeed;
}

.macro-youtube>img {
    cursor: pointer;
}

.gray-background {
    background-color: #f4f4f4;
}

.gray-background .panel-default .panel-heading {
    background-color: #fff;
}

.gray-background input {
    background-color: #fff;
}

.gray-box .row {
    background-color: #f1f1f1;
    margin-bottom: 30px;
    padding: 15px 0;
}

.quote-box {
    background-color: #f1f1f1;
    margin: 0 0 30px;
    padding: 20px 132px;
    position: relative;
}

.quote-box> :first-child {
    margin-top: 0;
}

.quote-box::before,
.quote-box::after {
    color: #e6e6e6;
    display: block;
    font-family: "FontAwesome";
    font-size: 100px;
    line-height: 1;
    padding: 15px 20px;
    position: absolute;
    top: 0;
}

.quote-box::before {
    content: "\f10d";
    left: 0;
}

.quote-box::after {
    content: "\f10e";
    right: 0;
}

@media (max-width: 991px) {
    .quote-box {
        padding: 20px;
    }
    .quote-box::before {
        font-size: 30px;
        padding: 0 0 10px;
        position: relative;
    }
    .quote-box::after {
        font-size: 30px;
        padding: 10px 0 0;
        position: relative;
        text-align: right;
    }
}

.primary-background {
    background-color: #28aeed;
}

.am-background {
    background: url("/media/1018/markets-header-wide.png") center no-repeat;
    height: 445px;
}

.jumbotron {
    background-color: #28aeed;
    color: #fff;
    margin-bottom: 0;
    padding: 100px 0 250px;
}

.jumbotron h1 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 20px;
}

.jumbotron p {
    font-size: 21px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .steps .column {
        padding: 0 60px;
    }
    .steps .column+.column::before {
        background-image: url("/assets/follower-arrow-main.png");
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: -14px;
        position: absolute;
        top: 0;
        width: 28px;
    }
}

@media (min-width: 992px) {
    .content-rtl .steps .column+.column::before {
        background-image: url("/assets/follower-arrow-main-reverse.png");
    }
}

.videobg {
    position: relative;
}

.videobg .container {
    position: relative;
    z-index: 100;
}

.videobg-wrapper {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.videobg-wrapper::before {
    background-color: #28aeed;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial {
    background-color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
    min-height: 250px;
    padding: 15px;
}

.testimonial .testimonial-image {
    border: solid 4px #fff;
    border-radius: 100%;
    margin-top: -45px;
}

.traderdata thead>tr>th {
    background-color: #e6e6e6;
    border-bottom: 0;
    padding: 13px 10px;
}

.traderdata tbody>tr>td,
.traderdata tbody>tr>th {
    background-color: #fff;
    padding: 13px 10px;
}

.traderdata tbody>tr>td .text-danger,
.traderdata tbody>tr>th .text-danger {
    color: #c62323;
}

.traderdata tbody>tr>td .text-success,
.traderdata tbody>tr>th .text-success {
    color: #37a90a;
}

.traderdata tbody>tr>th {
    font-weight: 600;
}

.traderdata tbody>tr:first-child>td,
.traderdata tbody>tr:first-child>th {
    border-top: 0;
}

.traderdata tfoot>tr>td {
    font-size: 12px;
}

.competitive-spreads {
    display: none;
}

.switcher {
    padding: 5px 15px;
    white-space: nowrap;
}

.switcher .switcher-label {
    color: #b6b6b6;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.content-rtl .switcher .switcher-label.navbar-text {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.switcher .switcher-dropdown {
    display: inline-block;
    margin: 9px 0;
}

.switcher .switcher-dropdown .btn-default {
    background-color: #343434;
    border: 0;
    color: #fff;
    min-width: 150px;
    text-align: left;
}

.tradecount {
    text-align: center;
}

.tradecount .tradecount-counter {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.1;
}

.tradecount .tradecount-label {
    color: #235671;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.quick-links {
    background-color: #28aeed;
    background-image: url("/assets/quicklink-left.png"), url("/assets/quicklink-right.png");
    background-position: left bottom, top right;
    background-repeat: no-repeat, no-repeat;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    font-family: "Open Sans";
    margin-bottom: 20px;
    padding: 10px;
}

.quick-links .quick-links-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0;
}

.quick-links .nav-title {
    color: #70d1ff;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
}

.quick-links .nav {
    margin-bottom: 0;
}

.quick-links .nav a {
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.quick-links .nav a::after {
    color: #fff;
    display: inline-block;
}

.content-ltr .quick-links .nav a::after {
    font-family: "FontAwesome";
    content: "";
    margin-left: 10px;
}

.content-rtl .quick-links .nav a::after {
    font-family: "FontAwesome";
    content: "";
    margin-right: 10px;
}

.quick-links .nav a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.quick-links .nav a:hover::after {
    text-decoration: none;
}

@media (max-width: 991px) {
    .quick-links {
        background-image: none;
    }
}

.info-message {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    padding: 100px 0 200px;
    line-height: 1.2;
}

.info-message--xsPadding {
    padding: 16px 0 24px;
}

.trader-profile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    font-weight: 600;
    text-align: center;
}

.trader-profile .avatar {
    width: 75px;
    margin-bottom: 5px;
}

.trader-profile .trader-name {
    margin-bottom: 0;
}

.trader-profile .toptrader-careerstep {
    font-size: 14px;
}

.trader-profile-link:hover {
    text-decoration: none;
}

.trader-profile-container {
    text-align: center;
}

.trader-profile-container:before,
.trader-profile-container:after {
    display: table;
    content: " ";
}

.trader-profile-container:after {
    clear: both;
}

.trader-profile-container .trader-profile-link {
    float: left;
    width: 20%;
}

.trader-profile-container .trader-placeholder {
    position: relative;
    width: 20%;
    float: left;
}

.trader-profile-container .trader-placeholder::before {
    width: 75px;
    height: 75px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.8em;
    border: 1px dashed #999;
    border-radius: 50%;
    content: "";
    display: block;
}

.toptrader {
    color: #555;
    width: 100%;
}

.toptrader tr>th,
.toptrader tr>td,
.card-toptrader .toptrader tr>th,
.card-toptrader .toptrader tr>td {
    padding: 0 5px;
    white-space: nowrap;
}

.toptrader tr>th {
    font-size: 12px;
    font-weight: 600;
}

.toptrader tr>td {
    font-size: 12px;
}

.toptrader .toptrader-name {
    color: #28aeed;
    font-size: 13px;
}

.toptrader .toptrader-badge {
    color: #f0b904;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
}

.toptrader:hover {
    text-decoration: none;
}

.toptrader-careerstep {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
}

.toptrader-careerstep:before,
.toptrader-careerstep:after {
    display: table;
    content: " ";
}

.toptrader-careerstep:after {
    clear: both;
}

.toptrader-careerstep .step {
    float: left;
    font-style: normal;
    letter-spacing: 0.2em;
    line-height: 1;
}

.toptrader-careerstep .step::before {
    font-family: "socialapp-icon";
    content: "a";
}

.toptrader-careerstep .step:nth-child(1) {
    color: #c33925;
}

.toptrader-careerstep.career-streettrader .step:nth-child(n+2) {
    color: #e6e6e6;
}

.toptrader-careerstep .step:nth-child(2) {
    color: #e97f0a;
}

.toptrader-careerstep.career-advanced .step:nth-child(n+3) {
    color: #e6e6e6;
}

.toptrader-careerstep .step:nth-child(3) {
    color: #00a085;
}

.toptrader-careerstep.career-professional .step:nth-child(n+4) {
    color: #e6e6e6;
}

.toptrader-careerstep .step:nth-child(4) {
    color: #1dcd6e;
}

.toptrader-careerstep.career-riskadjusted .step:nth-child(n+5) {
    color: #e6e6e6;
}

.toptrader-careerstep .step:nth-child(5) {
    color: #3c78bf;
}

.toptrader-careerstep.career-institutional .step:nth-child(n+6) {
    color: #e6e6e6;
}

.portfoliobuilder-portfolio .info-text {
    padding: 15px 15px 5px;
    background-color: #e6e6e6;
    font-size: 16px;
    font-weight: 500;
}

.portfoliobuilder-portfolio .list-group-item-trader:nth-child(2n+1) {
    background-color: #f1f1f1;
}

.portfoliobuilder-portfolio .panel-heading {
    position: relative;
    padding-bottom: 0 !important;
    z-index: 1;
}

.portfoliobuilder-portfolio .label-heading {
    font-size: 12px;
    font-weight: 600;
}

.portfoliobuilder-portfolio .reset {
    padding-top: 0;
}

.portfoliobuilder-portfolio .portfolio--mobile {
    overflow: hidden;
    padding: 0;
}

.portfoliobuilder-portfolio .portfolio--mobile-item {
    display: flex;
    position: relative;
    width: calc(100% + 38px);
    padding: 0.4em 0;
    border-bottom: 1px solid #ebebeb;
    transition: all 400ms ease;
}

.portfoliobuilder-portfolio .portfolio--mobile-item:nth-child(odd) {
    background-color: #f8f8f8;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-info {
    display: flex;
    flex: 1 0 auto;
}

.content-ltr .portfoliobuilder-portfolio .portfolio--mobile-item-info {
    margin-right: 38px;
}

.content-rtl .portfoliobuilder-portfolio .portfolio--mobile-item-info {
    margin-left: 38px;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-user {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-avatar {
    position: relative;
    top: -1px;
    height: 40px;
    width: 40px;
    margin-right: 8px;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-name a {
    font-weight: 700;
    cursor: pointer;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-career {
    line-height: 16px;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-career .icon {
    position: relative;
    top: 2px;
    color: #f0b904;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-settings {
    flex: 0 1 33px;
    align-self: center;
    width: 100%;
    height: 33px;
    margin-right: 8px;
    color: #f5f5f5;
    background-color: #959595;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-settings:hover {
    color: #fff;
    background-color: #8b8b8b;
}

.portfoliobuilder-portfolio .portfolio--mobile-item-menu {
    position: absolute;
    top: auto;
    margin: 0.3em 0;
}

.content-ltr .portfoliobuilder-portfolio .portfolio--mobile-item-menu {
    right: 0;
    left: auto;
}

.content-rtl .portfoliobuilder-portfolio .portfolio--mobile-item-menu {
    left: 0;
    right: auto;
}

.content-ltr .portfoliobuilder-portfolio .portfolio--mobile-item--menuIn {
    transform: translateX(-38px);
}

.content-rtl .portfoliobuilder-portfolio .portfolio--mobile-item--menuIn {
    transform: translateX(38px);
}

.portfoliobuilder-portfolio .portfoliobuilder-portfolioLabel {
    padding-left: 8px;
}

.portfoliobuilder-portfolio .portfoliobuilder-portfolioLabel.executing::after {
    font-family: "FontAwesome";
    content: "";
    position: relative;
    top: -3px;
    left: 8px;
    color: #37a90a;
    font-size: 10px;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector {
    margin-bottom: 0.8em;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-toggle {
    padding-right: 46px;
    text-align: left;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-toggle::before {
    position: absolute;
    top: auto;
    right: 0;
    font-family: "FontAwesome";
    content: "";
    padding: 0 12px;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-toggle.executing::after {
    font-family: "FontAwesome";
    content: "";
    position: relative;
    top: -1px;
    left: 8px;
    color: #37a90a;
    font-size: 10px;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-list {
    display: none;
    position: absolute;
    top: 30px;
    width: calc(100% - 22px);
    padding: 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    list-style: none;
    z-index: 1;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-list-item {
    line-height: 3.2em;
    cursor: pointer;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-list-item a {
    padding: 0 12px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-list-item.executing>a::after {
    font-family: "FontAwesome";
    content: "";
    position: relative;
    top: -1px;
    left: 8px;
    color: #37a90a;
    font-size: 10px;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu-list-item:hover {
    background-color: #e6e6e6;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu:active .portfoliobuilder-ddSelector-menu-list,
.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-menu:hover .portfoliobuilder-ddSelector-menu-list {
    display: block;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-hint {
    padding-left: 16px;
    line-height: 33px;
    font-size: 12px;
}

.portfoliobuilder-portfolio .portfoliobuilder-ddSelector-hint a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfoliobuilder-portfolio .portfolio-action {
    font-size: 0.9em;
    margin-bottom: 0.75em;
}

.portfoliobuilder-portfolio .portfolio-options {
    line-height: 32px;
}

.portfoliobuilder-portfolio .portfolio-options .btn {
    font-size: 0.8em;
}

.portfoliobuilder * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.portfoliobuilder [ng-drag] {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.portfoliobuilder [ng-drag].dragging {
    position: absolute;
    z-index: 9999;
    width: 230px;
    background-color: white;
    opacity: 0.8;
}

.portfoliobuilder [ng-drag].drag-over {
    border: solid 1px lightgray;
}

.portfoliobuilder .portfolio-action::before,
.portfoliobuilder-portfolio .portfolio-action::before {
    content: "";
    position: relative;
    display: inline-block;
    top: -2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-bottom: -4px;
    font-size: 8px;
    border-radius: 50% 50%;
    text-align: center;
}

.content-ltr .portfoliobuilder .portfolio-action::before,
.content-ltr .portfoliobuilder-portfolio .portfolio-action::before {
    margin-right: 8px;
    transform: scaleX(1);
}

.content-rtl .portfoliobuilder .portfolio-action::before,
.content-rtl .portfoliobuilder-portfolio .portfolio-action::before {
    margin-left: 8px;
    transform: scaleX(-1);
}

.portfoliobuilder .portfolio-action-stop::before,
.portfoliobuilder-portfolio .portfolio-action-stop::before {
    font-family: "FontAwesome";
    content: "";
    color: #c62323;
    background-color: #fff;
    padding-left: 1px;
    margin-left: -8px;
    margin-right: 12px;
}

.portfoliobuilder .portfolio-action-stop:hover::before,
.portfoliobuilder-portfolio .portfolio-action-stop:hover::before {
    color: #9b1b1b;
}

.portfoliobuilder .portfolio-action-runDemo,
.portfoliobuilder-portfolio .portfolio-action-runDemo {
    margin-right: 16px;
}

.portfoliobuilder .portfolio-action-runDemo::before,
.portfoliobuilder-portfolio .portfolio-action-runDemo::before {
    font-family: "FontAwesome";
    content: "";
    color: #fff;
    background-color: #d0d0d0;
    padding-left: 1px;
}

.portfoliobuilder .portfolio-action-runDemo:hover::before,
.portfoliobuilder-portfolio .portfolio-action-runDemo:hover::before {
    color: #e6e6e6;
    background-color: #b0b0b0;
}

.portfoliobuilder .portfolio-action-runLive::before,
.portfoliobuilder-portfolio .portfolio-action-runLive::before {
    font-family: "FontAwesome";
    content: "";
    color: #37a90a;
    background-color: #fff;
    padding-left: 2px;
}

.portfoliobuilder .portfolio-action-runLive:hover::before,
.portfoliobuilder-portfolio .portfolio-action-runLive:hover::before {
    color: #277907;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .portfoliobuilder-portfolio .portfolio-action::before {
        line-height: 24px;
    }
    .portfoliobuilder-portfolio .portfolio-action-stop::before,
    .portfoliobuilder-portfolio .portfolio-action-runDemo::before {
        padding-left: 0;
    }
    .portfoliobuilder-portfolio .portfolio-action-runLive::before {
        padding-left: 1px;
    }
}

.profilebuilder-settings .modal-footer {
    display: flex;
    justify-content: space-between;
}

.profilebuilder-settings .modal-footer::before,
.profilebuilder-settings .modal-footer::after {
    content: none;
}

.profilebuilder-settings .modal-header {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.profilebuilder-settings .modal-header .close {
    line-height: 1;
    font-size: 21px;
}

.profilebuilder-settings .modal-header::before,
.profilebuilder-settings .modal-header::after {
    content: none;
}

.profilebuilder-settings .modal-title {
    font-size: 16px;
}

.profilebuilder-settings .help-text {
    border: solid 1px #e6e6e6;
    border-width: 1px 0;
    padding: 10px 0;
}

.profilebuilder-settings .instrument .instrument-body {
    display: flex;
    justify-content: space-between;
}

.profilebuilder-settings .instrument .instrument-title {
    font-size: 20px;
    margin: 0;
}

.profilebuilder-settings .instrument .instrument-risk {
    margin-bottom: 0;
}

.profilebuilder-settings .instrument .instrument-factor {
    display: flex;
}

.profilebuilder-settings .instrument .instrument-factor .label-default {
    color: #000;
}

.profilebuilder-settings .instrument .instrument-factor .label {
    height: 100%;
    align-items: center;
    font-size: 20px;
}

.profilebuilder-settings .instrument .ngrs-range-slider {
    margin-bottom: 15px;
}

@media all and (min-width: 480px) {
    .portfoliobuilder-portfolio .portfolio-action {
        font-size: 1em;
    }
    .portfoliobuilder-portfolio .portfolio-options .btn {
        font-size: 0.9em;
    }
}

.pager>li>a {
    background-color: transparent;
    border: 0;
    color: #28aeed;
    padding: 0;
    font-weight: 600;
}

.pager>li>a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.pager .disabled>a:hover {
    text-decoration: none;
}

.pager .previous>a::before {
    font-family: "FontAwesome";
    content: "";
    display: inline-block;
    margin-right: 5px;
}

.pager .next>a::after {
    font-family: "FontAwesome";
    content: "";
    display: inline-block;
    margin-left: 5px;
}

.myaccount-overview {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 20px 0;
}

.myaccount-overview .account-overview-section {
    display: table-cell;
    text-align: center;
}

.myaccount-overview .account-overview-section dl {
    display: inline-block;
    margin-bottom: 0;
    padding: 15px 0;
}

.myaccount-overview .account-overview-section dd {
    font-size: 28px;
    font-weight: 600;
}

.myaccount-overview .account-overview-section dt {
    font-weight: 400;
    font-size: 12px;
}

.myaccount-overview .account-overview-section .btn {
    margin: 27px 0;
}

.myaccount-overview .account-overview-section+.account-overview-section {
    border-left: solid 1px #e6e6e6;
}

.myaccount-overview .btn-setting {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    top: 0;
}

.avatar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: 18px;
}

.avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.avatar.pop::after {
    font-family: "socialapp-icon";
    content: "b";
    background-color: #fff;
    border-radius: 50%;
    color: #f0b904;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: -0.3em;
}

.avatar.rmt::before {
    font-family: "socialapp-icon";
    content: "c";
    background-color: #fff;
    border-radius: 50%;
    color: #f0b904;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -0.3em;
}

.avatar-big {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: 18px;
}

.avatar-big img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .avatar-big img {
        width: 50%;
        height: 50%;
    }
}

.avatar-big.pop-big::after {
    font-family: "socialapp-icon";
    content: "b";
    background-color: #fff;
    border-radius: 50%;
    color: #f0b904;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: -0.3em;
}

@media (min-width: 992px) {
    .avatar-big.pop-big::after {
        font-size: xx-large;
        right: -0.15em;
    }
}

@media (max-width: 991px) {
    .avatar-big.pop-big::after {
        right: auto;
    }
}

.avatar-big.rmt-big::before {
    font-family: "socialapp-icon";
    content: "c";
    background-color: #fff;
    border-radius: 50%;
    color: #f0b904;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -0.3em;
}

@media (min-width: 992px) {
    .avatar-big.rmt-big::before {
        font-size: xx-large;
        left: -0.15em;
    }
}

@media (max-width: 991px) {
    .avatar-big.rmt-big::before {
        left: auto;
    }
}

.list-requirement {
    list-style: none;
    padding-left: 0;
}

.list-requirement li {
    display: block;
    position: relative;
    padding: 15px 0 5px 35px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.list-requirement .fail::before {
    font-family: "FontAwesome";
    content: "";
    color: #c62323;
    font-size: 30px;
    top: 10px;
    left: 0;
    position: absolute;
    line-height: 1;
}

.list-requirement .success::before {
    font-family: "FontAwesome";
    content: "";
    color: #37a90a;
    font-size: 30px;
    top: 10px;
    left: 0;
    position: absolute;
    line-height: 1;
}

.numbered-section {
    counter-reset: numbered-section;
}

.numbered-section .numbered-title::before {
    background-color: #28aeed;
    border-radius: 50%;
    counter-increment: numbered-section;
    content: counter(numbered-section);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    width: 1.8em;
    margin-right: 10px;
    vertical-align: middle;
}

.spinner {
    text-align: center;
    font-size: 2em;
}

.spinner--fullSpace {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner::before {
    font-family: i4u-icon;
    width: 60px;
    height: 60px;
    content: "";
    border-left: 6px solid rgba(40, 174, 237, 0.15);
    border-right: 6px solid rgba(40, 174, 237, 0.15);
    border-bottom: 6px solid rgba(40, 174, 237, 0.15);
    border-top: 6px solid rgba(40, 174, 237, 0.8);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: rotate 1.5s linear infinite;
    -moz-animation: rotate 1.5s linear infinite;
    -ms-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    from {
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    to {
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.income-simulator {
    background-color: #eee;
}

.income-simulator .ctoolSlider {
    margin-bottom: 0px;
    margin-top: 0px;
    width: auto;
}

.income-simulator .checkbox {
    margin-top: 0px;
}

.income-simulator .modal-header h1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.income-simulator .modal-header p {
    margin-bottom: 0px;
}

.income-simulator .modal-body {
    padding-top: 15px;
}

.income-simulator .modal-footer {
    padding-bottom: 30px;
}

.income-simulator .modal-footer div.ctoolResult {
    background-color: white;
}

.income-simulator .modal-footer div.ctoolResult h2 {
    color: #28aeed;
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.income-simulator .modal-footer div.ctoolError h2 {
    color: red;
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-reset {
    color: #fff;
    background-color: #555;
}

.btn-reset:hover {
    color: #fff;
    background-color: #ccc;
}

.btn-reset:focus {
    color: #fff;
}

.btn-margin-left {
    margin-left: 20px;
}

.ayondo-signup {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}

.ayondo-signup .panel-body,
.ayondo-signup .panel-footer {
    padding-left: 50px;
    padding-right: 50px;
}

.ayondo-signup .panel-body {
    padding-bottom: 15px;
}

.ayondo-signup .panel-footer {
    padding-bottom: 15px;
    padding-top: 15px;
}

.ayondo-signup .btn-group-radio {
    background-color: #e6e6e6;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 200px;
}

.ayondo-signup .btn-group-radio .btn-default {
    background-color: transparent;
}

.ayondo-signup .btn-group-radio .btn-default.active {
    background-color: #37a90a;
    color: #fff;
}

@media (max-width: 767px) {
    .ayondo-signup .btn-group-radio {
        width: 100%;
    }
}

.ayondo-signup .macro-subpagenav a {
    text-decoration: none;
}

.ayondo-signup .macro-subpagenav a .panel-body {
    padding-left: 25px;
    padding-right: 25px;
}

.ayondo-signup .macro-subpagenav a .darker:hover {
    background: #014f72;
}

.ayondo-signup .macro-subpagenav a .panel-default {
    transition: inherit;
}

.ayondo-signup .macro-subpagenav a .panel-default p {
    font-size: 14px;
}

.ayondo-signup .macro-subpagenav a .panel-default p.header {
    font-weight: 600;
    font-size: 18px;
    color: inherit;
}

.wtl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wtl-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
}

.wtl-item-rank {
    position: absolute;
    top: 0;
    width: 10px;
    line-height: 11px;
    font-size: 9px;
    letter-spacing: -0.1em;
    background-color: #666;
    color: white;
    text-align: center;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.4);
}

.content-ltr .wtl-item-rank {
    left: 0;
}

.content-rtl .wtl-item-rank {
    right: 0;
}

.wtl-item-avatar {
    width: 52px;
    flex: 0 0 auto;
}

.wtl-item-avatar-img {
    width: 42px;
    height: 42px;
}

.wtl-item-details {
    width: calc(40% - 62px);
}

.wtl-item-details a:hover {
    text-decoration: none;
}

.wtl-item-name {
    letter-spacing: -0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wtl-item-careerstep {
    line-height: 12px;
    color: #f0b904;
    font-size: small;
}

.wtl-item-stats {
    display: flex;
    justify-content: space-evenly;
    width: calc(60% - 62px);
    text-align: right;
}

.wtl-item-stat-label {
    font-size: 0.8em;
    font-weight: 400;
}

.wtl-item-stat-value {
    font-size: 1em;
    font-weight: 400;
}

.wtl-item-stat-value-trs {
    font-weight: 600;
}

.wtl-item-chart {
    width: 72px;
    text-align: right;
}

.wtl-item-chart img {
    width: calc(100% - 8px);
    overflow: hidden;
}

.wtl-item--empty {
    display: flex;
    justify-content: center;
    min-height: 74px;
    align-items: center;
    font-style: italic;
}

@media all and (max-width: 479px),
all and (min-width: 992px) {
    .wtl-item-name {
        font-size: 12px;
    }
    .wtl-item-stat-label {
        font-size: 10px;
    }
    .wtl-item-stat-value {
        font-size: 11px;
        letter-spacing: -0.05em;
    }
}

@media all and (min-width: 1200px) {
    .wtl-item-stat-label {
        font-size: 11px;
    }
    .wtl-item-stat-value {
        font-size: 13px;
    }
}

.tt-slider-arrow {
    font-size: 100px;
    font-weight: 400;
    text-decoration: none;
}

.tt-slider-arrow:focus {
    outline: transparent;
    text-decoration: none;
}

.tt-slider-arrow:active {
    outline: transparent;
}

.tt-slider-arrow:active:focus {
    outline: transparent;
}

.tt-slider-arrow:hover {
    text-decoration: none;
}

.tt-slider-btn-row {
    padding-top: 10px;
    padding-bottom: 15px;
}

.tt-slider-tbl-container {
    text-align: center;
}

.tt-slider-tbl-container table {
    margin: 0 auto;
}

.card-row {
    display: flex;
    text-align: center;
}

.card {
    display: inline-flex;
    width: 33%;
    padding: 10px;
    margin: 0;
}

.card-border {
    border-right: solid 1px #aaa;
}

.recoPf-text {
    background-color: #f4faff;
    padding: 0.8em;
    font-size: 0.92em;
    line-height: 1.4em;
}

.recoPf-textPar {
    background-color: #f4faff;
    padding: 0.8em;
    font-size: 1em;
    line-height: 1.4em;
}

.recoPf-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -1.5em;
}

.recoPf-card {
    width: 100%;
}

.recoPf-card h4 {
    margin: 0 0 0.8em;
}

.recoPf-btn {
    margin-top: 1em;
    margin-bottom: 1em;
}

.recoPf-provider-list {
    display: flex;
    flex-wrap: wrap;
}

.recoPf-provider-item {
    width: calc(50% - 1em);
    margin: 0 1em 1em 0;
    display: flex;
    color: #28aeed;
    overflow: hidden;
}

.recoPf-provider-item .toptrader-careerstep {
    font-size: 16px;
}

.recoPf-provider-item:hover {
    color: #111;
    text-decoration: none;
}

.recoPf-provider-avatar {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    margin-right: 0.6em;
    border-radius: 50%;
    overflow: hidden;
}

.recoPf-provider-avatar img {
    width: 100%;
    height: 100%;
}

.recoPf-provider-info {
    flex: 1 0 auto;
}

.recoPf-provider-username {
    overflow: hidden;
    text-overflow: ellipsis;
}

.recoPf-provider-figure {
    color: #333;
}

.recoPf-chart-footer {
    font-size: 0.8em;
}

.recoPf-deletion-list .recoPf-provider-avatar {
    width: 24px;
    height: 24px;
    opacity: 1;
}

.recoPf-deletion-item {
    position: relative;
}

.recoPf-deletion-item h4 {
    margin: 0 0.6em 0.2em 0;
}

.recoPf-deletion-item-info {
    display: flex;
    flex-direction: column;
    margin-right: 120px;
}

.recoPf-deletion-item-info--executing h4::after {
    font-family: "FontAwesome";
    content: "";
    position: relative;
    top: -2px;
    left: 8px;
    margin-right: 8px;
    color: #37a90a;
    font-size: 10px;
}

.recoPf-deletion-item-btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100px;
}

.recoPf-deletion-item:hover h3 {
    color: #111;
}

.recoPf-deletion-item:hover .recoPf-provider-avatar {
    opacity: 0.66;
}

.recoPf-deletion-provider-list {
    display: flex;
}

.recoPf-deletion-provider-list--empty {
    line-height: 20px;
    font-style: italic;
}

.recoPf-deletion-provider-list .recoPf-provider-avatar {
    margin-right: 8px;
}

.recoPf-optOut {
    display: inline-block;
}

.content-ltr .recoPf-optOut label {
    padding-left: 0;
    padding-right: 24px;
}

.content-rtl .recoPf-optOut label {
    padding-right: 0;
    padding-left: 24px;
}

.recoPf-optOut .indicator {
    top: -1px;
}

@media all and (min-width: 480px) {
    .recoPf-provider-item {
        width: calc(33.3% - 1em);
    }
}

@media all and (min-width: 992px) {
    .recoPf-provider-item {
        flex-direction: column;
        width: calc(20% - 1em);
        margin: 0 0.5em 1em;
        font-size: 12px;
    }
    .recoPf-provider-avatar {
        width: 52px;
        height: 52px;
        margin: 0 auto 0.4em;
    }
    .recoPf-deletion-list .recoPf-provider-avatar {
        width: 32px;
        height: 32px;
    }
    .recoPf-deletion-item-info {
        flex-direction: row;
        min-height: 40px;
    }
    .recoPf-deletion-provider-list {
        position: relative;
        top: -5px;
    }
}

.set-loss-protection-row {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}

.set-loss-protection-row-label {
    flex: 1 0 auto;
}

.set-loss-protection-row-number {
    flex: 0 1 auto;
}

.content-ltr .set-loss-protection-row-input {
    text-align: right;
}

.content-rtl .set-loss-protection-row-input {
    text-align: left;
}

.ranking-pager-label {
    line-height: 32px;
}

.table-rankinglist .avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.table-rankinglist th:nth-child(1),
.table-rankinglist th:nth-child(8),
.table-rankinglist th:nth-child(9),
.table-rankinglist td:nth-child(1),
.table-rankinglist td:nth-child(8),
.table-rankinglist td:nth-child(9) {
    display: none;
}

.content-rtl .table-rankinglist-chart img {
    transform: scaleX(-1);
}

.table-rankinglist--mobile {
    margin-left: -15px;
    width: calc(100% + 30px);
}

@media (min-width: 768px) {
    .table-rankinglist--mobile {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .table-rankinglist th:nth-child(1),
    .table-rankinglist th:nth-child(8),
    .table-rankinglist th:nth-child(9),
    .table-rankinglist td:nth-child(1),
    .table-rankinglist td:nth-child(8),
    .table-rankinglist td:nth-child(9) {
        display: table-cell;
    }
}

.fund-account .alert-sect {
    margin: 10px 0;
}

.fund-account .back-btn {
    margin-left: 10px;
}

.fund-account .macro-icon {
    padding-top: 15px;
}

.fund-account .macro-icon .icon {
    font-size: 100px;
    line-height: 1;
}

.fund-account .macro-subpagenav {
    margin: 30px auto;
    max-width: 750px;
    padding: 0;
}

.fund-account .macro-subpagenav a:link,
.fund-account .macro-subpagenav a:visited,
.fund-account .macro-subpagenav a:hover,
.fund-account .macro-subpagenav a:active {
    text-decoration: none;
}

.fund-account .macro-subpagenav .panel-default {
    -webkit-transition: background-color 1s, color 0.5s;
    -o-transition: background-color 1s, color 0.5s;
    transition: background-color 1s, color 0.5s;
    background-color: #f1f1f1;
    border: 0;
    color: #28aeed;
    text-align: center;
}

.fund-account .macro-subpagenav .panel-default:hover {
    background-color: #28aeed;
    color: #fff;
}

.fund-account .macro-subpagenav .panel-default:hover .icon {
    color: #fff;
}

.fund-account .macro-subpagenav .panel-default .icon {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    color: #28aeed;
    font-size: 85px;
    line-height: 1;
}

.fund-account .macro-subpagenav .panel-default p {
    font-size: 16px;
    margin-bottom: 10px;
}

.fund-account .macro-subpagenav .panel-default p:last-child {
    margin-bottom: 0;
}

.fund-account .tooltip-icon {
    color: #28aeed;
}

.message-list {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.message-list-panel {
    padding: 16px;
}

.message-list-panel h2 {
    padding-left: 12px;
}

.message-list-panel .pagination {
    margin: 0;
}

.message-list-header {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    background-color: #f0f0f0;
    text-align: right;
    border-top: none;
}

.message-list-header-item {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.message-list-item {
    position: relative;
    line-height: 1.6em;
    background-color: #f8f8f8;
    border-color: #eaeaea;
}

.message-list-item-toggle {
    cursor: pointer;
}

.message-list-item-toggle::before {
    font-family: "FontAwesome";
    content: "";
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-weight: 700;
    color: silver;
    background-color: #fff;
    width: 20px;
    text-align: center;
}

.message-list-item-checkbox {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 28px;
    height: 40px;
}

.message-list-item-checkbox input {
    position: relative;
    top: 11px;
    left: 8px;
    margin: 0;
    cursor: pointer;
}

.message-list-item-intro {
    position: relative;
    margin: 0 54px 0 24px;
    color: silver;
}

.message-list-item-header {
    color: #a0a0a0;
    font-weight: 400;
}

.message-list-item-body {
    font-size: 0.9em;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-list-item-content {
    visibility: hidden;
    padding: 0;
    line-height: 1.8em;
    height: 0;
    padding-left: 1.7em;
    padding-right: 2.4em;
    opacity: 0;
    transform: translateY(4px);
}

.message-list-item-datetime {
    position: absolute;
    top: 11px;
    right: 12px;
    font-size: 0.9em;
    color: gray;
    text-align: right;
}

.message-list-item-date {
    font-weight: 600;
}

.message-list-item-time {
    font-weight: 300;
}

.message-list-item:last-child {
    border-bottom: none;
}

.message-list-item:hover,
.message-list-item--selected {
    background-color: #fff;
}

.message-list-item--unread .message-list-item-header {
    color: #5c5c5c;
    font-weight: 700;
}

.message-list-item--full .message-list-item-toggle::before {
    font-family: "FontAwesome";
    content: "";
}

.message-list-item--full .message-list-item-header {
    color: #28aeed;
    font-weight: 400;
}

.message-list-item--full .message-list-item-body {
    display: none;
}

.message-list-item--full .message-list-item-content {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding-top: 0.6em;
    padding-bottom: 2em;
    transform: translateY(0);
    transition: opacity ease 200ms, transform ease 300ms 60ms;
}

.message-list-item--full.message-list-item--unread .message-list-item-header {
    font-weight: 700;
}

.message-list-item-toggle:hover::before {
    display: block;
}

.message-list--noCheckboxes .message-list-item-toggle::before {
    display: block;
    background-color: transparent;
    font-family: "FontAwesome";
    content: "";
}

.message-list--noCheckboxes .message-list-item--unread .message-list-item-toggle::before {
    font-family: "FontAwesome";
    content: "";
}

.message-list--noCheckboxes .message-list-item .message-list-item-toggle:hover::before {
    font-family: "FontAwesome";
    content: "";
}

.message-list--noCheckboxes .message-list-item--full .message-list-item-toggle:hover::before {
    font-family: "FontAwesome";
    content: "";
}

.message-list-controls .btn.disabled,
.message-list-controls .btn[disabled] {
    opacity: 0.3;
}

@media all and (min-width: 992px) {
    .message-list-item-intro {
        line-height: 38px;
        margin-top: -8px;
        margin-bottom: -8px;
        margin-right: 94px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .message-list-item-header,
    .message-list-item-body,
    .message-list-item-date,
    .message-list-item-time {
        display: inline;
    }
    .message-list-item-header {
        margin-right: 12px;
    }
    .message-list-item-content {
        padding-right: 0.4em;
    }
    .message-list-item-date {
        margin-right: 4px;
    }
}

.modal-body {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 25px;
}

.modal-body h5 {
    font-weight: 600;
}

.modal-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background-color: #28aeed; */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* color: #fff; */
    padding: 10px 25px;
}

.modal-header .close {
    color: #fff;
    font-size: 30px;
    margin-right: -5px;
    opacity: 0.6;
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
}

.modal-header .modal-title .btn-link {
    color: #fff;
    cursor: pointer;
    padding: 15px 10px;
    opacity: 0.6;
}

.modal-header .modal-logo {
    width: 100%;
    max-width: 160px;
    padding: 0.4em 0;
}

.modal-header--withLogo {
    background-color: #28aeed;
}

.modal-footer {
    border-top: 1px solid #f1f1f1;
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px 0;
    text-align: right;
}

.modal-footer .btn {
    font-weight: 500;
    text-transform: uppercase;
}

.modal-section .section-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}

.modal-section+.modal-section {
    border-top: 1px solid #f1f1f1;
    margin-top: 25px;
    padding-top: 25px;
}

.modal-dialog {
    margin-top: 80px;
}

.modal-content {
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.5);
    border: 0;
}

.modal-getstartedvideo {
    width: 560px;
}

.modal-getstartedvideo .modal-content {
    height: 315px;
}

.modal-backdrop.in {
    opacity: 0.75;
}

.modal-login .modal-header {
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-login .modal-header .modal-title {
    font-size: 14px;
}

.modal-login .modal-body .form-group {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

.modal-login .modal-body .btn-login {
    margin-top: 30px;
}

.modal-login .modal-backdrop .in {
    opacity: 0.8;
}

.panel {
    break-inside: avoid;
    counter-reset: panel-section;
    margin-bottom: 20px;
}

.panel>.panel-chart,
.panel>.panel-table {
    padding: 0 15px 15px;
}

.panel .panel-table {
    padding-bottom: 15px;
}

.panel .panel-table .table {
    margin-bottom: 0;
}

.panel .panel-table+.panel-footer {
    border-top: 0;
    padding-top: 0;
}

.panel .panel-table+.panel-footer .pagination {
    margin-bottom: 0;
    margin-top: 0;
}

.panel>.panel-table-filter {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.panel>.panel-table-filter .table-filter-collapse {
    padding-top: 15px;
}

.panel>.panel-table-filter .table-filter-collapse-toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    margin-bottom: -20px;
}

.panel>.panel-heading .btn-sm {
    margin-top: -2.5px;
}

.panel>.panel-heading .btn-sm+.panel-title {
    padding: 5px 0;
}

.panel .panel-body .isdisabled {
    opacity: 0.4;
}

.panel .panel-body>.panel-footer {
    margin-left: 0;
    margin-right: 0;
}

.panel .accordion-toggle {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
}

.panel .accordion-toggle button.pull-right {
    position: relative;
    top: -7px;
    right: 35px;
}

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

.panel .accordion-toggle:focus {
    outline: none;
}

.panel .accordion-toggle::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.content-ltr .panel .accordion-toggle::before {
    right: 0;
    left: auto;
}

.content-rtl .panel .accordion-toggle::before {
    left: 0;
    right: auto;
}

@media (max-width: 767px) {
    .panel .accordion-toggle::before {
        margin-top: 8px;
    }
}

.panel .jumbotron {
    background-color: transparent;
    border-radius: 0;
    padding: 50px 50px 75px;
}

.panel .jumbotron h1 {
    font-size: 18px;
    font-weight: 600;
}

.panel .jumbotron p {
    font-size: 14px;
    font-weight: 300;
}

.panel .jumbotron .btn {
    margin-top: 30px;
}

.panel .jumbotron .container {
    padding: 0;
}

.panel .jumbotron img {
    width: 100%;
}

.panel address {
    line-height: 1.8;
    margin-bottom: 0;
}

.panel address+address {
    margin-top: 15px;
}

.panel-table-cell-label {
    font-size: 0.85em;
    margin-right: 4px;
}

.panel-table .table--mobile th {
    font-size: 0.9em;
}

.panel-table>.table--mobile>tbody>tr>th {
    white-space: normal;
}

.panel-section+.panel-section {
    border-top: solid 1px #f1f1f1;
    margin-top: 25px;
    padding-top: 25px;
}

.panel-section .panel-section-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
}

.panel-section .section-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}

.panel-open .accordion-toggle::before {
    content: "";
}

.panel-group {
    margin-bottom: 30px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
}

.panel-group .panel+.panel {
    margin-top: 20px;
}

.panel-default {
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    font-size: "Open Sans";
}

.panel-default .panel-default {
    background-color: #f5f5f5;
}

.panel-default .panel-default .panel-title {
    font-size: 16px;
}

.panel-default .panel-heading {
    background-color: transparent;
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 0;
}

.panel-default .panel-heading .form-control {
    background-color: #fff;
    font-size: 12px;
    height: auto;
    padding: 3px;
}

.panel-default .panel-heading .control-label {
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
}

.panel-default .panel-heading .input-group-addon {
    background-color: #fff;
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

.panel-default .panel-heading .form-inline {
    margin-top: -3px;
}

.panel-default .panel-heading .pull-right-margin {
    margin-right: 35px;
}

.panel-default .panel-heading+.panel-body {
    border-top: 1px solid #f1f1f1;
}

.panel-default .panel-heading+.panel-table-filter {
    border-top: 1px solid #f1f1f1;
}

.panel-default .panel-body {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    margin-left: 15px;
}

.panel-default .panel-title {
    font-size: 18px;
    font-weight: 400;
}

.panel-default .panel-footer {
    background-color: transparent;
    border-top: solid #f1f1f1 1px;
    text-align: right;
    padding: 10px 0;
    margin: 0 15px;
}

.panel-default .panel-footer a {
    font-weight: 600;
}

.panel-default .panel-footer-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}

.panel-default .panel-body {
    margin-bottom: 0;
    font-weight: 300;
}

.accent-primary .panel-title {
    color: #28aeed;
}

.accent-blue .panel-title {
    color: #1a719e;
}

.accent-orange .panel-title {
    color: #d14316;
}

.accent-teal .panel-title {
    color: #009688;
}

.accent-pink .panel-title {
    color: #9c1eb1;
}

.accent-purple .panel-title {
    color: #7381ba;
}

.panel-jumbotron {
    border: 0;
}

.panel-jumbotron .jumbotron {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
}

.panel-jumbotron .panel-body {
    padding: 15px 5px;
}

.panel-jumbotron .panel-section+.panel-section {
    border-top: solid 1px #f1f1f1;
    margin-top: 20px;
    padding-top: 20px;
}

.panel-jumbotron .panel-section .panel-section-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
}

.panel-jumbotron .panel-section .panel-section-title::before {
    background-color: #28aeed;
    border-radius: 50%;
    counter-increment: panel-section;
    content: counter(panel-section);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    width: 1.8em;
    margin-right: 10px;
    vertical-align: middle;
}

@media all and (min-width: 480px) {
    .panel-table .table--mobile th {
        font-size: 1em;
    }
}

.card-advertisment {
    background-color: #28aeed;
    color: #fff;
}

.card-advertisment .panel-heading {
    text-align: center;
    padding: 25px 30px 0;
}

.card-advertisment .panel-heading+.panel-body {
    border-top: 0;
}

.card-advertisment .panel-title {
    color: #fff;
}

.card-advertisment .panel-body {
    font-size: 14px;
    font-weight: 300;
    padding: 25px 30px;
}

.card-article .panel-heading {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.card-article .panel-heading+.panel-body {
    border-top: 0;
}

.card-article article {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 22px;
}

.card-article article ul,
.card-article article ol {
    padding-left: 20px;
}

.card-article article h1,
.card-article article h2,
.card-article article h3,
.card-article article h4,
.card-article article .template-marketing .grid-section h1,
.template-marketing .grid-section .card-article article h1,
.card-article article .template-marketing .grid-section h2,
.template-marketing .grid-section .card-article article h2,
.card-article article .template-campaign .grid-section h2,
.template-campaign .grid-section .card-article article h2,
.card-article article .template-campaign .grid-section h3,
.template-campaign .grid-section .card-article article h3,
.card-article article .template-campaign .grid-section h5,
.template-campaign .grid-section .card-article article h5 {
    font-weight: 400;
}

.card-article article h1 {
    font-size: 1.6em;
}

.card-article article h2 {
    font-size: 1.4em;
}

.card-article article h3 {
    font-size: 1.2em;
}

.card-article article h4 {
    font-size: 1em;
}

.card-blog .panel-heading {
    padding-bottom: 0;
}

.card-blog .panel-heading+.panel-body {
    border-top: 0;
}

.card-blog .list-group {
    margin-bottom: -15px;
}

.card-blog .list-group-item {
    border: 0;
    padding: 15px 0 5px;
}

.card-blog .list-group-item .list-group-item-heading {
    color: #28aeed;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
}

.card-blog .list-group-item+.list-group-item {
    border-top: solid 1px #f1f1f1;
}

.card-blog .publish-date {
    font-size: 12px;
    font-weight: 300;
}

.card-toptrader .list-group {
    margin-bottom: -15px;
}

.card-toptrader .list-group a:hover {
    text-decoration: none;
}

.card-toptrader .list-group .list-group-item {
    border: 0;
    padding: 10px 0;
}

.card-toptrader .list-group .list-group-item+.list-group-item {
    border-top: solid 1px #f1f1f1;
}

.card-toptrader .panel-heading+.panel-body {
    padding-top: 0;
}

.card-toptrader .toptrader {
    color: #555;
    width: 100%;
}

.card-toptrader .toptrader tr>th,
.card-toptrader .toptrader tr>td {
    white-space: nowrap;
    padding: 3px;
    line-height: 1;
    vertical-align: top;
}

.card-toptrader .toptrader tr>th {
    font-size: 12px;
    font-weight: 600;
}

.card-toptrader .toptrader tr>td {
    font-size: 12px;
}

.card-toptrader .toptrader .toptrader-name {
    color: #28aeed;
    font-size: 14px;
}

.card-toptrader .toptrader .toptrader-badge {
    color: #f0b904;
    font-size: 12px;
    line-height: 1;
    padding-top: 3px;
}

.card-toptrader .toptrader:hover {
    text-decoration: none;
}

.card-toptrader .toptrader-avatar {
    padding: 0 5px 0 8px;
}

.card-toptrader .toptrader-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.card-toptrader .toptrader-chart img {
    width: 100%;
    position: relative;
    top: -18px;
    margin-bottom: -15px;
}

.content-rtl .card-toptrader .toptrader-chart img {
    transform: scaleX(-1);
}

.card-toptrader .profile-card .btn-xtra-padding {
    padding: 5px 30px;
}

.card-toptrader .profile-card .user-chart-col {
    padding-left: 5px;
    padding-right: 5px;
}

.card-toptrader .profile-card .non-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-toptrader .profile-card .large-font {
    font-size: large;
}

.card-link .panel {
    color: #28aeed;
    text-align: center;
    transition: 0.5s;
}

.card-link .panel .panel-body {
    padding: 25px;
}

.card-link .panel:hover,
.card-link .panel:focus {
    background-color: #28aeed;
    color: #fff;
}

.card-link .card-link-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
}

.card-link .card-link-icon {
    color: inherit;
    font-size: 100px;
    line-height: 1;
}

.card-link:hover,
.card-link:focus {
    text-decoration: none;
}

.table-paged>thead>tr>th {
    border-bottom: 0;
    padding: 8px;
}

.table-paged>tbody>tr>td {
    padding: 8px;
    vertical-align: middle;
}

.table-paged>tfoot>tr>td {
    padding: 8px 8px 0;
    vertical-align: middle;
}

.table-paged .pagination {
    margin: 0;
}

.panel-body .table-paged:last-child {
    margin-bottom: 0;
}

.login-splash-screen {
    position: relative;
}

.login-splash-screen-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.mycareer .table>tbody>tr>td,
.mycareer .table>tbody>tr>th {
    padding-bottom: 16px;
    padding-top: 16px;
}

.mycareer .table:last-child {
    margin-bottom: 0;
}

.mycompensation-summary {
    font-size: 14px;
}

.mycompensation-summary output {
    color: #28aeed;
    display: inline;
    font-size: 14px;
}

.mycompensation-summary label+label::before {
    content: "| ";
    padding: 0 10px;
}

.mycompensation-monthpicker {
    margin-bottom: 10px;
}

.mycompensation-monthpicker .btn-link {
    color: #555;
}

.mycompensation-monthpicker .uib-datepicker table:focus {
    outline: none;
}

.mycompensation-monthpicker .uib-datepicker .btn {
    border: 0;
}

.watchlist .pagination {
    margin: 0;
}

.watchlist .panel-group .panel+.panel {
    margin-top: 45px;
}

.content-ltr .watchlist .panel .accordion-toggle::before {
    right: 0;
    left: auto;
}

.content-rtl .watchlist .panel .accordion-toggle::before {
    left: 0;
    right: auto;
}

.watchlist-trader .panel-heading a:focus,
.watchlist-trader .panel-heading a:hover {
    outline: none;
    text-decoration: none;
}

.watchlist-trader .panel-heading::before {
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-size: 16px;
    padding: 10px 10px 10px 0;
}

.watchlist-trader.panel-open .panel-heading::before {
    content: "";
}

.content-ltr .watchlist-trader-avatar {
    margin-right: 10px;
    float: left;
}

.content-rtl .watchlist-trader-avatar {
    margin-left: 10px;
    float: right;
}

.watchlist-trader-heading {
    line-height: 50px;
}

.watchlist-table {
    margin-bottom: 0;
}

.watchlist-table>thead>tr>th {
    border-bottom: 0;
    padding: 16px 8px;
}

.watchlist-table>tbody>tr>td {
    padding: 16px 8px;
}

.watchlist-table>tfoot>tr>td {
    padding: 16px 8px 0;
    vertical-align: middle;
}

.tradeinput {
    position: relative;
}

.tradeinput .panel-disable-input {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    z-index: 20;
}

.tradeinput .info-text {
    margin-bottom: 30px;
}

.tradeinput .cursor {
    cursor: pointer;
}

.tradeinput .account-overview .panel-heading a {
    font-size: 11px;
    font-weight: 600;
}

.tradeinput .account-overview .panel-body {
    padding-top: 0;
}

.tradeinput .account-overview .table {
    margin-bottom: 0;
    font-size: 13px;
}

.tradeinput .account-overview .table>tbody>tr>td,
.tradeinput .account-overview .table>tbody>tr>th {
    padding-bottom: 12px;
    padding-top: 12px;
}

.tradeinput-instruments {
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
}

.tradeinput-instruments .gridster-container {
    width: 100%;
    max-height: 680px;
}

@keyframes deleteAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tradeinput-instruments .instrument .deleting {
    animation: deleteAnimation;
    animation-duration: 600ms;
}

.tradeinput-instruments.loaded {
    opacity: 1;
}

.instrument .panel-title {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    cursor: move;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    line-height: 18px;
}

.instrument .close {
    font-size: 14px;
    line-height: 18px;
}

.instrument .panel-heading {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.instrument .panel-heading+.panel-body {
    margin-right: -10px;
    margin-left: -10px;
    border-top: 0;
    padding: 10px 15px 15px;
    position: relative;
}

.instrument .panel-heading+.panel-body:before,
.instrument .panel-heading+.panel-body:after {
    display: table;
    content: " ";
}

.instrument .panel-heading+.panel-body:after {
    clear: both;
}

.instrument .instrument-closed .ticker-sell,
.instrument .instrument-closed .ticker-buy {
    color: transparent;
    opacity: 0.5;
}

.instrument .instrument-closed .instrument-closed-message {
    display: block;
}

.instrument .instrument-closed-message {
    background-color: rgba(230, 230, 230, 0.7);
    border: 1px solid #e6e6e6;
    display: none;
    font-size: 10px;
    height: 100px;
    left: 15px;
    margin: 0 10px;
    padding: 25px;
    position: absolute;
    right: 15px;
    vertical-align: middle;
}

.instrument .instrument-closed-message p {
    margin-bottom: 0;
}

.instrument .ticker-sell,
.instrument .ticker-buy {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    color: #5c5c5c;
    text-align: center;
}

.instrument .ticker-sell .ticker-heading {
    background-color: #c62323;
    cursor: pointer;
}

.instrument .ticker-buy .ticker-heading {
    background-color: #37a90a;
    cursor: pointer;
}

.instrument .ticker-last {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}

.instrument .ticker-last+div {
    clear: both;
}

@media (max-width: 1199px) {
    .instrument .ticker-last {
        font-size: 11px;
    }
}

.instrument .ticker-heading {
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.instrument .ticker-body {
    background-color: #fff;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    height: 75px;
    padding: 10px;
    cursor: pointer;
}

.instrument .ticker-body small {
    font-size: 0.75em;
    padding-left: 3px;
}

.instrument .btn-link {
    color: #5c5c5c;
    padding: 0;
}

.instrument .trend {
    position: absolute;
    top: 34px;
    right: 12px;
    width: 12px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.7);
}

.instrument .trend-down {
    animation: trend-down;
    animation-duration: 500ms;
}

.instrument .trend-down::before {
    font-family: "FontAwesome";
    content: "";
}

.instrument .trend-up {
    animation: trend-up;
    animation-duration: 500ms;
}

.instrument .trend-up::before {
    font-family: "FontAwesome";
    content: "";
}

@keyframes trend-down {
    0% {
        color: #fff;
    }
    25% {
        color: #c62323;
    }
    75% {
        color: #c62323;
    }
    100% {
        color: #5c5c5c;
    }
}

@keyframes trend-up {
    0% {
        color: #fff;
    }
    25% {
        color: #37a90a;
    }
    75% {
        color: #37a90a;
    }
    100% {
        color: #5c5c5c;
    }
}

.tradeinput-account {
    margin-bottom: 30px;
}

.tradeinput-account>.panel-heading {
    border-bottom: 0;
}

.tradeinput-account .panel-title {
    font-size: 14px;
    font-weight: 600;
    color: #28aeed;
}

@keyframes tradeUpdateAnimation {
    0% {
        background-color: white;
    }
    25% {
        background-color: #28aeed;
    }
    100% {
        background-color: white;
    }
}

.position-table .updated {
    animation: tradeUpdateAnimation;
    animation-duration: 600ms;
}

.position-table .greyout {
    opacity: 0.5;
}

.position-table .btn-close {
    background-color: transparent;
    color: #c62323;
    font-size: 16px;
    padding: 0;
    line-height: 1;
}

.position-accordion .panel+.panel {
    margin-top: 15px;
}

.position-accordion .panel-title {
    line-height: 30px;
}

.position-accordion .panel-heading {
    border: 0;
    padding: 10px 15px;
}

.position-accordion .panel-heading a {
    display: block;
    width: 100%;
}

.position-accordion .panel-heading a:focus,
.position-accordion .panel-heading a:hover {
    text-decoration: none;
    outline: none;
}

.position-accordion .panel-heading a::before {
    color: #555;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    float: right;
    line-height: 30px;
}

.position-accordion .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
}

.position-accordion .panel-open .panel-heading a::before {
    content: "";
}

.modal-instrument-categories .categories .categories-title {
    font-weight: 600;
}

.modal-instrument-categories .categories .categories-list {
    overflow-wrap: break-word;
}

.modal-instrument-categories .categories .categories-item-lbl {
    padding-left: 0;
}

@media (min-width: 992px) {
    .modal-instrument-categories .categories .row.categories-display-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .modal-instrument-categories .categories .row.categories-display-flex>[class*="col-"] {
        display: flex;
        flex-direction: column;
    }
}

.modal-instrument-categories .categories .list-group {
    border: solid 1px #e6e6e6;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-instrument-categories .categories .list-group-item {
    border: 0;
    cursor: pointer;
    overflow-x: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-instrument-categories .categories .list-group-item.active {
    background-color: #e6e6e6;
    color: #555;
    font-weight: 600;
}

.modal-instrument-categories .categories .list-group-item.active::after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
}

.modal-instrument-categories legend {
    border: 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 0;
    text-align: center;
    padding: 0 5px;
    width: auto;
}

.modal-instrument-categories fieldset {
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    display: block;
    padding: 15px 0 0;
}

.modal-instrument-categories .checkbox {
    margin: 0 0 15px;
}

.modal-instrument-categories .m-b-1 {
    margin-bottom: 10px;
}

.modal-instrument-categories .m-b-2 {
    margin-bottom: 20px;
}

.modal-instrument-categories .m-b-3 {
    margin-bottom: 30px;
}

.trader .trader-heading {
    background-color: #fff;
    padding: 45px 50px;
}

.trader .trader-heading .media-object {
    height: 100px;
    width: 100px;
}

.trader .trader-heading .trader-avatar {
    margin-bottom: 5px;
}

.trader .trader-heading .trader-avatar.pop::before {
    font-size: 18px;
}

.trader .trader-heading .trader-avatar.rmt::after {
    font-size: 18px;
    right: 10px;
}

.trader .panel-stats {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #f1f1f1;
    margin: -30px auto 20px;
    width: 800px;
}

.trader .trader-stats {
    display: table;
    width: 100%;
}

.trader .trader-stats .panel-body {
    height: 340px;
}

.trader .trader-stats dl {
    border-right: solid 1px #e6e6e6;
    display: table-cell;
    padding: 0 30px;
    text-align: center;
}

.trader .trader-stats dl>dd {
    color: #28aeed;
    font-size: 20px;
    font-weight: 700;
}

.trader .trader-stats dl>dt {
    color: #5c5c5c;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.trader .trader-stats dl:last-child {
    border-right: 0;
}

.trader .trader-strategy .panel-body {
    height: 340px;
    overflow-y: auto;
}

.trader .account-overview {
    text-align: center;
}

.trader .account-overview .account-name,
.trader .account-overview .avatar,
.trader .account-overview .account-career,
.trader .account-overview .account-created {
    margin-bottom: 10px;
}

.trader .account-overview section+section {
    border-top: solid #f1f1f1 1px;
    padding-top: 10px;
}

.trader .account-overview .account-name {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
}

.trader .account-overview .avatar {
    height: 100px;
    width: 100px;
}

.trader .account-overview .avatar::before,
.trader .account-overview .avatar::after {
    font-size: 25px;
}

.trader .account-overview .account-career {
    margin-bottom: 10px;
}

.trader .account-overview .account-career .toptrader-careerstep {
    font-size: 22px;
}

.trader .account-overview .account-created {
    margin-bottom: 10px;
    color: #999;
}

.trader .account-overview dl {
    margin-bottom: 10px;
}

.trader .account-overview dt {
    color: #999;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0.4em;
}

.trader .account-overview dd {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
}

.trader .account-overview .btn {
    margin: 16px 0;
    width: 75%;
}

.trader .account-stats {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.trader .account-stats dl {
    width: 50%;
    flex-grow: 1;
    margin-bottom: 1.4em;
}

.trader .account-stats dl:last-child {
    margin-bottom: 0;
}

.trader .account-stats dt {
    color: #999;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0.4em;
}

.trader .account-stats dd {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
}

.trader .account-strategy-editBtn {
    position: relative;
    top: -7px;
}

.trader .account-strategy .account-strategy-translated-disclaimer {
    font-weight: bolder;
}

.trader .performance-chart {
    background-color: #fff;
}

.trader .performance-chart .nav-pills {
    padding: 0;
    margin-bottom: 15px;
}

.trader .performance-chart .nav-pills>li>a {
    border-radius: 0;
    color: #555;
    font-size: 11px;
    margin: 0;
    padding: 5px;
}

.trader .performance-chart .nav-pills .active a {
    color: #fff;
}

.trader .performance-chart .btn {
    background-color: transparent;
}

.trader .profile-chart-disclaimer {
    background-color: #f0f0f0;
    font-size: 0.9em;
    padding: 0.4em 1.6em;
    text-align: center;
}

.trader .profile-performance-table .panel-heading {
    position: relative;
}

.trader .profile-performance-table-year-selector {
    position: absolute;
    top: 10px;
    right: 0;
    width: 64px;
}

.content-rtl .trader .profile-performance-table-year-selector {
    right: auto;
    left: 0;
}

.trader .profile-performance-table--desktop {
    display: none;
}

.content-rtl .trader .accordion-toggle::before {
    left: 8px;
    right: auto;
}

.content-rtl .trader .panel .accordion-toggle button.pull-right {
    float: left !important;
    left: 35px;
    right: auto;
}

.trader-avatar {
    position: relative;
}

.trader-avatar.pop::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f0b904;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-style: normal;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: 1.5em;
    content: "";
    font-family: FontAwesome;
    border: 1px solid #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}

.trader-avatar.rmt::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f0b904;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-style: normal;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: 1.5em;
    content: "R";
    font-weight: 700;
    border: 1px solid #fff;
    bottom: 0;
    position: absolute;
    right: 0;
}

.trader-careerstep {
    display: inline-block;
}

.trader-careerstep:before,
.trader-careerstep:after {
    display: table;
    content: " ";
}

.trader-careerstep:after {
    clear: both;
}

.trader-careerstep .step {
    float: left;
    height: 25px;
    margin: 2px;
    width: 15px;
}

.trader-careerstep .step-profile {
    float: left;
    height: 30px;
    margin: 2px;
    width: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
}

.trader-careerstep .streettrader {
    background-color: #c33925;
}

.trader-careerstep .advanced {
    background-color: #e97f0a;
}

.trader-careerstep .professional {
    background-color: #00a085;
}

.trader-careerstep .riskadjusted {
    background-color: #1dcd6e;
}

.trader-careerstep .institutional {
    background-color: #3c78bf;
}

.trader-careerstep .active~.step {
    background-color: #e6e6e6;
}

.trader-careerstep .active~.step-profile {
    background-color: #e6e6e6;
}

.trader-list .panel-body {
    padding: 20px;
}

.trader-list .trader-avatar {
    font-size: 10px;
}

.trader-list .trader-careerstep {
    white-space: nowrap;
    width: 50px;
    vertical-align: middle;
}

.trader-list .trader-careerstep .step {
    height: 16px;
    margin: 0 1px;
    width: 8px;
}

.trader-list .trader-list-heading .trader-list-header,
.trader-list .trader-list-body .trader-list-item .trader-list-cell {
    background-color: #fff;
    display: table-cell;
    padding: 10px;
}

.trader-list .trader-list-table {
    display: table;
    width: 100%;
}

.trader-list .trader-list-heading {
    display: table-header-group;
}

.trader-list .trader-list-heading .trader-list-header {
    border-bottom: solid 1px #e6e6e6;
    font-size: 14px;
    font-weight: 600;
}

.trader-list .trader-list-body {
    display: table-row-group;
}

.trader-list .trader-list-body .trader-list-item {
    color: #555;
    display: table-row;
}

.trader-list .trader-list-body .trader-list-item .trader-list-cell {
    border-bottom: solid 1px #e6e6e6;
    position: relative;
    vertical-align: middle;
}

.trader-list .trader-list-body .trader-list-item .trader-list-cell::before {
    border-left: solid 1px #e6e6e6;
    content: "";
    height: 30px;
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}

.trader-list .trader-list-body .trader-list-item .no-border::before {
    content: none;
}

.trader-list .trader-list-body .trader-list-item:hover {
    text-decoration: none;
}

.trader-list .trader-list-body .trader-list-item:nth-child(even) .trader-list-cell {
    background-color: #f4f4f4;
}

.trader-list .trader-list-number {
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 0;
}

.trader-list .sortable {
    cursor: pointer;
    white-space: nowrap;
}

.trader-list .sortable::after {
    color: #e6e6e6;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    vertical-align: middle;
}

.content-ltr .trader-list .sortable::after {
    margin-left: 5px;
}

.content-rtl .trader-list .sortable::after {
    margin-right: 5px;
}

.trader-list .sortable.sort-asc::after {
    color: #28aeed;
    content: "";
}

.trader-list .sortable.sort-desc::after {
    color: #28aeed;
    content: "";
}

.trader-list .pagination {
    margin-bottom: 0;
}

.trader-legend {
    line-height: 1;
}

.trader-legend span+span {
    margin-left: 10px;
}

.trader-search select {
    display: block;
    width: 100%;
}

.trader-search .panel-heading {
    border-bottom: solid 1px #e6e6e6;
    margin: 20px 20px 0;
    padding: 0 0 20px;
}

.trader-search .panel-heading>.panel-title {
    color: #000;
    font-weight: 600;
}

.trader-search .panel-body {
    padding: 10px 20px 0;
}

.trader-search .form-group {
    margin-bottom: 0;
}

.trader-search .form-group label {
    display: inline-block;
    font-size: 13px;
}

.trader-search .selector-careerlevel label {
    background-color: #e6e6e6;
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    margin: 2px 0;
    width: 15px;
}

.trader-search .selector-careerlevel label~label {
    margin-left: 5px;
}

.trader-search .selector-careerlevel input {
    display: none;
}

.trader-search .selector-careerlevel input:checked+.streettrader {
    background-color: #c33925;
}

.trader-search .selector-careerlevel input:checked+.advanced {
    background-color: #e97f0a;
}

.trader-search .selector-careerlevel input:checked+.professional {
    background-color: #00a085;
}

.trader-search .selector-careerlevel input:checked+.riskadjusted {
    background-color: #1dcd6e;
}

.trader-search .selector-careerlevel input:checked+.institutional {
    background-color: #3c78bf;
}

.trader-search .selector-tradertype .checkbox-inline {
    font-size: 14px;
    font-weight: 700;
    padding-left: 15px;
}

.trader-search .selector-tradertype .checkbox-inline+.checkbox-inline {
    margin-left: 5px;
}

.selector-tradertype+.selector-tradertype {
    margin-top: 5px;
}

.checkbox-rmt input,
.checkbox-pop input {
    display: none;
}

.checkbox-rmt input:checked+.indicator,
.checkbox-pop input:checked+.indicator {
    color: #28aeed;
}

.checkbox-rmt input:checked+.indicator::before,
.checkbox-pop input:checked+.indicator::before {
    font-size: 15px;
    color: #f0b904;
}

.checkbox-rmt input[readonly]+.indicator,
.checkbox-pop input[readonly]+.indicator {
    color: #eee;
}

.checkbox-rmt input[readonly]:checked+.indicator,
.checkbox-pop input[readonly]:checked+.indicator {
    color: #28aeed;
}

.checkbox-rmt input:disabled+.indicator,
.checkbox-pop input:disabled+.indicator {
    cursor: not-allowed;
}

.checkbox-rmt .indicator,
.checkbox-pop .indicator {
    color: #ccc;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: -2px;
}

.content-ltr .checkbox-rmt .indicator,
.content-ltr .checkbox-pop .indicator {
    left: 0;
}

.content-rtl .checkbox-rmt .indicator,
.content-rtl .checkbox-pop .indicator {
    right: 0;
}

.checkbox-rmt .indicator::before,
.checkbox-pop .indicator::before {
    font-size: 15px;
    display: inline-block;
    font-family: "socialapp-icon";
    vertical-align: middle;
}

.checkbox-rmt .alternative-color,
.checkbox-pop .alternative-color {
    color: #eee;
}

.content-ltr .checkbox-rmt.checkbox,
.content-ltr .checkbox-pop.checkbox {
    padding-left: 20px;
}

.content-rtl .checkbox-rmt.checkbox,
.content-rtl .checkbox-pop.checkbox {
    padding-right: 20px;
}

.checkbox-rmt input:checked+.indicator::before,
.checkbox-rmt .indicator::before {
    content: "c";
}

.checkbox-pop input:checked+.indicator::before,
.checkbox-pop .indicator::before {
    content: "b";
}

.trader-search-advanced {
    padding: 10px 0 0;
}

.trader-search-advanced .form-group {
    padding: 10px 0;
}

.trader-search-advanced .form-group label {
    line-height: 1;
    margin-bottom: 0;
}

.trader-search-expander {
    border-top: solid 1px #e6e6e6;
    margin: 10px 0 0;
    padding: 10px 0;
}

.trader-search-expander .btn-link {
    color: #5c5c5c;
    font-size: 12px;
    padding: 0;
}

.trader-search-expander .btn-link .fa {
    display: block;
}

.trader-search-expander .btn-link:focus,
.trader-search-expander .btn-link:hover {
    outline: none;
    text-decoration: none;
}

.trader-disabled {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.absence-msg {
    font-size: 16px;
    margin-right: 50px;
    color: #c62323;
    width: 100%;
    text-align: center;
}

.chart-navigation {
    position: relative;
    top: -4px;
    font-size: 12px;
    line-height: 0.4;
    width: 100%;
}

.chart-navigation .nav-pills>li:nth-child(7) {
    float: right;
    line-height: 1em;
    cursor: pointer;
}

.chart-navigation .nav-pills>li:nth-child(7) a::after {
    font-family: "FontAwesome";
    content: "";
    font-size: 16px;
}

.chart-navigation .nav-pills>li:nth-child(7).chart-navigation-toggle--line a::after {
    font-family: "FontAwesome";
    content: "";
}

.chart-navigation .nav-pills>li:nth-child(7).chart-navigation-toggle--candlestick a::after {
    font-family: "FontAwesome";
    content: "";
}

.chart-navigation .nav-pills>li>a {
    padding: 14px 9px;
    line-height: 0.4em;
    font-size: 0.85em;
}

.chart-inactive {
    color: grey;
    cursor: pointer;
}

.chart-lasttrade-info {
    display: none;
}

.badge-rmt {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 2px;
    vertical-align: top;
}

.badge-rmt::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f0b904;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-style: normal;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: 1.5em;
    content: "R";
    font-weight: 700;
}

.badge-pop,
.badge-toptrader {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 2px;
    vertical-align: top;
}

.badge-pop::before,
.badge-toptrader::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f0b904;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-style: normal;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: 1.5em;
    content: "";
    font-family: FontAwesome;
}

.modal-avatar-edit .avatar-edit {
    border-right: solid 1px #e6e6e6;
}

.modal-avatar-edit .avatar-editor {
    padding: 15px 0;
}

.modal-avatar-edit .avatar-editor .btn-group {
    margin-top: 15px;
}

.modal-avatar-edit .avatar-preview .avatar-lg {
    height: 200px;
    margin-bottom: 5px;
    width: 200px;
}

.modal-avatar-edit .avatar-preview .avatar-sm {
    height: 75px;
    width: 75px;
}

.modal-avatar-edit .avatar-preview .avatar-sm-circle {
    border-radius: 100%;
    height: 75px;
    width: 75px;
}

.modal-avatar-edit .avatar-preview .avatar-xs-circle {
    border-radius: 100%;
    height: 60px;
    width: 60px;
}

@media all and (min-width: 480px) {
    .trader .account-stats dl {
        width: 33.33333%;
    }
    .chart-navigation li:nth-child(7) {
        line-height: 0.4em;
    }
    .chart-lasttrade-info {
        position: relative;
        display: block;
        top: -15px;
        font-size: 11px;
    }
}

@media all and (min-width: 768px) {
    .trader .account-stats dl {
        width: 25%;
    }
    .chart-navigation .nav-pills>li>a {
        padding: 12px;
        font-size: 1em;
    }
    .chart-navigation li:nth-child(7) {
        line-height: 0;
    }
    .chart-navigation li:nth-child(7) a::after {
        position: relative;
        top: 2px;
        margin-left: 8px;
    }
}

@media all and (min-width: 992px) {
    .trader .profile-performance-table--mobile,
    .trader .profile-performance-table-year-selector {
        display: none;
    }
    .trader .profile-performance-table--desktop {
        display: block;
    }
}

@media all and (min-width: 1200px) {
    .trader .account-stats dl {
        width: 14.28571%;
    }
}

@media (max-width: 767px) {
    .trader .accordion-toggle::before {
        margin-top: -8px;
    }
}

.mobiletrader .account-stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: -15px;
}

.mobiletrader .account-stats dl {
    width: auto;
    flex: 1 0;
    margin: 0 10px 15px;
}

.mobiletrader .account-strategy {
    column-width: 300px;
    column-gap: 30px;
}

.mobiletrader .panel-group {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    margin-bottom: 0;
}

.mobiletrader .panel-group .panel {
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.list-group-header {
    padding: 0 15px;
    background-color: #f4f4f4;
    font-size: 0.75em;
    font-weight: 700;
}

.list-group-header-container {
    overflow: hidden;
}

.list-group-header-trader {
    display: flex;
    width: calc(100% + 128px);
    flex-wrap: nowrap;
    justify-content: space-between;
}

.list-group-header-trader-user {
    flex: 0 0 24%;
}

.list-group-header-trader-riskscore {
    flex: 0 0 7%;
    text-align: center;
}

.list-group-header-trader-statistic {
    flex: 0 0 30%;
    visibility: hidden;
}

.list-group-header-trader-chart {
    flex: 0 0 23%;
    text-align: center;
    display: none;
}

.list-group-header-trader-action {
    width: 128px;
}

.list-group-header-trader--sortable {
    cursor: pointer;
    white-space: nowrap;
}

.list-group-header-trader--sortable::after {
    color: #e6e6e6;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    vertical-align: middle;
}

.content-ltr .list-group-header-trader--sortable::after {
    margin-left: 5px;
}

.content-rtl .list-group-header-trader--sortable::after {
    margin-right: 5px;
}

.list-group-header-trader--sortable.sorted-asc::after {
    color: #28aeed;
    content: "";
}

.list-group-header-trader--sortable.sorted-desc::after {
    color: #28aeed;
    content: "";
}

.list-group-item-trader {
    border-width: 1px 0;
    border-radius: 0;
}

.list-group-item-trader .trader-container {
    overflow: hidden;
}

.list-group-item-trader .trader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(100% + 90px);
    transition: transform 0.5s;
}

.ranking .list-group-item-trader .trader {
    width: calc(100% + 128px);
}

.content-ltr .list-group-item-trader .trader.in {
    transform: translateX(-90px);
}

.content-rtl .list-group-item-trader .trader.in {
    transform: translateX(90px);
}

.content-ltr .ranking .list-group-item-trader .trader.in {
    transform: translateX(-128px);
}

.content-rtl .ranking .list-group-item-trader .trader.in {
    transform: translateX(128px);
}

.list-group-item-trader .trader-action {
    display: flex;
    flex-flow: row;
    margin: 0 -2.5px;
    padding: 0 5px;
    position: relative;
}

.list-group-item-trader .trader-action .btn {
    flex: 1 0 auto;
    width: 35px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0 2.5px;
}

.list-group-item-trader .trader-action .btn--follow {
    width: 80px;
}

.list-group-item-trader .trader-image {
    flex-shrink: 0;
    position: relative;
}

.list-group-item-trader .trader-image img {
    height: 40px;
    width: 40px;
}

.ranking .list-group-item-trader .trader-image {
    flex: 0 0 7%;
}

.list-group-item-trader .trader-details {
    flex-shrink: 0;
    flex-grow: 1;
    padding: 0 5px;
    font-size: 12px;
    width: 25%;
}

.ranking .list-group-item-trader .trader-details {
    flex: 0 0 25%;
    padding: 0 5px 0 0;
    width: 0%;
}

.ranking .list-group-item-trader .trader-details p {
    padding-left: 0;
}

.list-group-item-trader .trader-riskscore {
    flex: 0 0 10%;
    padding: 0 10px;
    text-align: center;
    font-size: 1.35em;
}

.list-group-item-trader .trader-statistic {
    padding: 0 10px;
    flex: 0 0 75px;
}

.list-group-item-trader .trader-statistic dl {
    text-align: center;
    margin-bottom: 0;
}

.list-group-item-trader .trader-statistic dl dt,
.list-group-item-trader .trader-statistic dl dd {
    font-size: 12px;
    font-weight: 600;
}

.ranking .list-group-item-trader .trader-statistic {
    padding: 0 6px 0 0;
    flex: 0 0 33%;
    text-align: right;
    font-size: 0.95em;
}

.list-group-item-trader .trader-name,
.list-group-item-trader .trader-careerstep,
.list-group-item-trader .trader-follower {
    margin-bottom: 0;
    line-height: 1;
    padding: 0 5px;
}

.list-group-item-trader .trader-name {
    color: #28aeed;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.list-group-item-trader .trader-careerstep .step {
    height: auto;
    width: auto;
    margin: 1px 1px 1px 0;
}

.content-rtl .list-group-item-trader .trader-careerstep .step {
    float: right;
    margin: 1px 0 1px 1px;
}

.list-group-item-trader .trader-careerstep .icon {
    color: #f0b904;
    line-height: 1;
    background-color: #fff;
    border-radius: 100%;
}

.list-group-item-trader .trader-follower {
    color: #000;
}

.list-group-item-trader .trader-chart {
    flex: 0 0 24%;
    text-align: center;
}

.list-group-item-trader .trader-chart img {
    width: 100%;
}

.content-rtl .list-group-item-trader .trader-chart img {
    transform: scaleX(-1);
}

.list-group-item-trader .trader-label {
    font-size: 0.8em;
}

.list-group-item-trader .btn-default {
    background-color: #959595;
    color: #fff;
}

@media all and (min-width: 500px) {
    .list-group-header {
        padding: 0 15px;
    }
    .list-group-header-container {
        overflow: hidden;
    }
    .list-group-header-trader-user {
        flex-basis: 26%;
    }
    .list-group-header-trader-riskscore {
        flex-basis: 6%;
    }
    .list-group-header-trader-statistic {
        flex-basis: 19%;
    }
    .list-group-header-trader-chart {
        display: block;
        flex-basis: 17%;
    }
    .ranking .list-group-item-trader .trader-details {
        flex-basis: 20%;
    }
    .ranking .list-group-item-trader .trader-statistic {
        padding-right: 10px;
        font-size: 1em;
        flex-basis: 19%;
    }
    .ranking .list-group-item-trader .trader-riskscore {
        flex-basis: 8%;
    }
}

.portfoliobuilder .portfolio-providers:before,
.portfoliobuilder .portfolio-providers:after {
    display: table;
    content: " ";
}

.portfoliobuilder .portfolio-providers:after {
    clear: both;
}

.portfoliobuilder .portfolio-providers .provider-container {
    float: left;
    width: 50%;
}

.portfoliobuilder .portfolio-providers .provider {
    padding: 0 10px 10px;
}

.portfoliobuilder .portfolio-providers .provider:hover .provider-heading {
    opacity: 1;
}

.portfoliobuilder .portfolio-providers .provider-heading {
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0.8;
    height: 0;
    padding: 0 15px;
}

.portfoliobuilder .portfolio-providers .provider-heading button {
    background-color: transparent;
    border: 0;
    color: #cccccc;
    display: inline-block;
    line-height: 18px;
    padding: 0;
    vertical-align: top;
}

.portfoliobuilder .portfolio-providers .provider-heading button>.title {
    color: inherit;
    display: none;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
}

.portfoliobuilder .portfolio-providers .provider-heading button:hover,
.portfoliobuilder .portfolio-providers .provider-heading button:focus {
    color: #5c5c5c;
}

.portfoliobuilder .portfolio-providers .provider-heading button:hover>.title,
.portfoliobuilder .portfolio-providers .provider-heading button:focus>.title {
    display: inline-block;
}

.portfoliobuilder .portfolio-providers .provider-heading button:active {
    outline: none;
}

.portfoliobuilder .portfolio-providers .provider-body {
    text-align: center;
}

.portfoliobuilder .portfolio-providers .trader-username {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #28aeed;
}

.portfoliobuilder .portfolio-providers .provider-info {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #999;
    margin-bottom: 0;
}

.portfoliobuilder .portfolio-providers .provider-none .provider-body::before {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 8px auto;
    border: dashed 1px #999;
    border-radius: 100%;
    content: "";
    display: block;
}

.portfoliobuilder .portfolio-providers .provider-none.drag-enter {
    border: dashed 5px #999;
    padding: 5px;
}

.portfoliobuilder .portfolio-providers .avatar {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 8px auto;
}

.portfoliobuilder .portfolio-providers .avatar.rmt::before {
    left: 0;
}

.portfoliobuilder .portfolio-providers .avatar.pop::after {
    right: 0;
}

.portfoliobuilder .portfoliobuilder-trader-search .form-group {
    border-top: solid 1px #e6e6e6;
    padding-top: 15px;
    line-height: 1;
}

.portfoliobuilder .portfoliobuilder-trader-search .form-group label {
    font-size: 12px;
    font-weight: 600;
}

.portfoliobuilder .portfoliobuilder-trader-search .checkbox {
    margin: 0;
}

.portfoliobuilder .portfoliobuilder-trader-search .checkbox label {
    min-height: 0;
}

.portfoliobuilder .portfoliobuilder-trader-search input,
.portfoliobuilder .portfoliobuilder-trader-search select {
    background-color: #e6e6e6;
    color: #555;
}

.portfoliobuilder .portfoliobuilder-signup {
    border-top: solid 1px #e6e6e6;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}

.portfoliobuilder .portfoliobuilder-signup .btn {
    font-weight: 600;
    text-transform: uppercase;
    width: 230px;
    margin: 0 10px;
    padding: 8px 0;
}

.portfoliobuilder .portfoliobuilder-signup .btn-default {
    background-color: transparent;
}

.portfoliobuilder-portfolio {
    padding-bottom: 1px;
}

.portfoliobuilder .portfoliobuilder-footer-disclaimer {
    background-color: #f0f0f0;
    font-size: 0.9em;
    padding: 0.4em 1.6em;
    text-align: center;
    margin-bottom: 12px;
}

.portfoliobuilder-trader .panel-heading {
    padding-bottom: 0;
    padding-top: 10px;
}

.portfoliobuilder-trader .panel-heading .btn-default {
    font-weight: 600;
}

.portfoliobuilder-trader .panel-heading .btn-default.active {
    background-color: #28aeed;
    border-color: #28aeed;
    color: #fff;
}

.portfoliobuilder-trader .panel-heading .btn-default.active:focus {
    background-color: #28aeed;
    border-color: #28aeed;
    color: #fff;
}

.portfoliobuilder-trader .panel-heading .btn-default:hover,
.portfoliobuilder-trader .panel-heading .btn-default:focus,
.portfoliobuilder-trader .panel-heading .btn-default:hover:focus {
    background: #e6e6e6;
    border-color: #e6e6e6;
    color: #fff;
}

.portfoliobuilder-trader .panel-heading .btn-default:focus {
    outline: none;
}

.portfoliobuilder-trader .panel-heading .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    height: auto;
    padding: 0;
    width: auto;
}

.portfoliobuilder-trader .panel-heading+.panel-body {
    border-top: 0;
}

.portfoliobuilder-trader .panel-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.portfoliobuilder-trader .panel-body {
    border-top: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.portfoliobuilder-trader .pager {
    margin: 0;
    font-size: 12px;
}

.portfoliobuilder-trader .toptrader {
    margin-bottom: 0;
}

.portfoliobuilder-trader .toptrader .avatar {
    padding: 0;
    padding-right: 10px;
}

.portfoliobuilder-trader .toptrader .avatar img {
    width: 43px;
    height: 43px;
}

.portfoliobuilder-trader .toptrader .toptrader-careerstep {
    font-size: 12px;
}

.portfoliobuilder-trader .toptrader .toptrader-badge {
    font-size: 12px;
}

.portfoliobuilder-trader .toptrader .toptrader-performance {
    font-size: 14px;
    font-weight: 600;
    width: 60px;
    padding-left: 10px;
    text-align: right;
}

.portfoliobuilder-trader .toptrader .toptrader-avatar {
    width: 45px;
}

.portfoliobuilder-trader .toptrader .toptrader-avatar img {
    width: 35px;
    height: 35px;
}

.portfoliobuilder-trader .toptrader .toptrader-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.portfoliobuilder-trader .toptrader tr>td,
.portfoliobuilder-trader .toptrader tr>th {
    line-height: 1;
    padding: 0;
}

.portfoliobuilder-trader .toptrader tr>th {
    color: #28aeed;
    font-size: 13px;
}

.portfoliobuilder-trader .toptrader .listgroup-item {
    padding: 10px;
}

.portfoliobuilder-trader .toptrader .listgroup-item table {
    table-layout: fixed;
    width: 100%;
    display: table;
    margin-bottom: 0;
}

.portfoliobuilder-trader .toptrader .listgroup-item:nth-child(odd) {
    background-color: #f4f4f4;
}

.portfolio .btn-create-new {
    margin: 10px 0;
}

.portfolio .nav-tabs {
    padding: 0 15px;
}

.portfolio .nav-tabs>.external>a {
    font-style: italic;
}

.portfolio .nav-tabs>.executing>a::after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    position: relative;
    top: -1px;
    color: #37a90a;
    font-size: 10px;
}

.content-ltr .portfolio .nav-tabs>.executing>a::after {
    left: 8px;
    transform: scaleX(1);
}

.content-rtl .portfolio .nav-tabs>.executing>a::after {
    right: 8px;
    transform: scaleX(-1);
}

.portfolio .nav-tabs>.active input {
    cursor: text;
}

.portfolio .nav-tabs>.active input:focus {
    border: solid 1px #e6e6e6;
    outline: none;
    text-align: left;
}

.portfolio .panel-footer {
    background-color: #fff;
    border-top: 0;
    padding-bottom: 20px;
    padding-top: 0;
    text-align: center;
}

.portfolio .panel-footer .btn {
    min-width: 200px;
}

.pipe-gray-out {
    padding: 0 5px;
    border-right: 1px solid #dddddd;
}

.pipe-gray-out:hover {
    border-right: 1px solid #dddddd;
}

.pipe-gray-out:last-child {
    border-right: none;
}

.pipe-gray-in {
    padding: 0 5px;
    border-right: 1px solid #dddddd;
}

.pipe-gray-in:hover {
    border-right: 1px solid #dddddd;
}

.pipe-gray-in:focus {
    border-right: 1px solid #dddddd;
}

.portfolio-performance {
    background-color: #f4f4f4;
    padding: 15px;
}

.portfolio-performance .nav-pills {
    padding: 0;
    margin-bottom: 15px;
}

.portfolio-performance .nav-pills>li>a {
    border-radius: 0;
    color: #555;
    font-size: 11px;
    margin: 0;
    padding: 5px;
}

.portfolio-performance .nav-pills .active a {
    color: #fff;
}

.portfolio-performance .btn {
    background-color: transparent;
}

.simulationchart-container {
    height: 310px;
}

.instrumentsettings .instrument-table {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.instrumentsettings .instrument-table table {
    overflow-x: visible;
}

.instrumentsettings .instrument-table tr>td,
.instrumentsettings .instrument-table tr>th {
    border: 0;
}

.instrumentsettings .instrument-board {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    background-color: #f8f8f8;
    padding: 12px 20px;
    border-radius: 2px;
}

.instrumentsettings .instrument-board-search {
    position: relative;
}

.instrumentsettings .instrument-board-search input {
    padding-left: 34px;
}

.instrumentsettings .instrument-board-search-icon {
    position: absolute;
    left: 14px;
    top: 10px;
    color: #999;
}

.instrumentsettings .instrument-meter {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 0 1 auto;
    align-items: center;
}

.instrumentsettings .instrument-name {
    margin-right: 1em;
    min-width: 130px;
    font-size: 20px;
    color: #000;
}

.instrumentsettings .instrument-name .small {
    font-size: 12px;
}

.instrumentsettings .instrument-name__swap.ng-enter {
    opacity: 0;
    transform: translateY(6px);
    transition: transform 600ms ease, opacity 400ms ease;
}

.instrumentsettings .instrument-name__swap.ng-enter-active {
    opacity: 1;
    transform: translateY(0);
}

.instrumentsettings .instrument-name__swap.ng-leave {
    position: absolute;
    top: 0;
    transition: opacity 300ms ease;
    opacity: 1;
}

.instrumentsettings .instrument-name__swap.ng-leave-active {
    opacity: 0;
}

.instrumentsettings .instrument-factor {
    min-width: 80px;
    font-size: 30px;
}

.instrumentsettings .instrument-factor .label {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    color: #000;
    border: 1px solid #e0e0e0;
}

.instrumentsettings .instrument-factor .label__swap.ng-enter {
    opacity: 0;
    transition: opacity 600ms 120ms ease;
}

.instrumentsettings .instrument-factor .label__swap.ng-enter-active {
    opacity: 1;
}

.instrumentsettings .instrument-factor .label__swap.ng-leave,
.instrumentsettings .instrument-factor .label__swap.ng-leave-active {
    opacity: 0;
}

.instrumentsettings .instrument-slider {
    flex: 1 0 auto;
}

.instrumentsettings .instrument-slider .ngrs-range-slider {
    margin: 0;
}

.instrumentsettings .instrument-setting-lists {
    max-height: 25vh;
    overflow-y: scroll;
}

.instrumentsettings .instrument-setting-list-header {
    position: relative;
    line-height: 32px;
    text-align: center;
}

.instrumentsettings .instrument-setting-list-header-label {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 8px;
    font-size: 0.9em;
    line-height: 22px;
    background: #fff;
}

.instrumentsettings .instrument-setting-list-header-btn {
    margin-left: 4px;
    white-space: normal;
}

.instrumentsettings .instrument-setting-list-header::before {
    content: " ";
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    position: absolute;
    top: 16px;
}

.instrumentsettings .instrument-setting-item {
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 4px;
    padding: 0px 42px 0px 8px;
    line-height: 28px;
    margin-bottom: 0.2em;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.instrumentsettings .instrument-setting-item-factor {
    position: absolute;
    right: 8px;
}

.instrumentsettings .instrument-setting-item-edit {
    display: none;
    position: absolute;
    right: 8px;
}

.instrumentsettings .instrument-setting-item--default:hover .instrument-setting-item-factor,
.instrumentsettings .instrument-setting-item--custom:hover .instrument-setting-item-factor {
    display: none;
}

.instrumentsettings .instrument-setting-item--default:hover .instrument-setting-item-edit,
.instrumentsettings .instrument-setting-item--custom:hover .instrument-setting-item-edit {
    display: inline;
}

.instrumentsettings .instrument-setting-item--custom {
    font-weight: 700;
}

.instrumentsettings .instrument-setting-item--custom .instrument-setting-item-revert {
    display: none;
}

.instrumentsettings .instrument-setting-item--active {
    color: #28aeed;
}

.instrumentsettings .instrument-setting-item--active .instrument-setting-item-revert {
    display: none;
    position: absolute;
    right: 0;
    color: #555;
    padding: 0 12px;
}

.instrumentsettings .instrument-setting-item--active .instrument-setting-item-revert:hover {
    color: #28aeed;
}

.instrumentsettings .instrument-setting-item--active:hover .instrument-setting-item-factor,
.instrumentsettings .instrument-setting-item--active:hover .instrument-setting-item-edit {
    display: none;
}

.instrumentsettings .instrument-setting-item--active:hover .instrument-setting-item-revert {
    display: inline;
}

.instrumentsettings .help-text {
    padding: 20px 0 0;
}

.instrumentsettings .modal-footer .btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media all and (max-width: 767px) {
    .portfoliobuilder-trader .toptrader-avatar {
        display: none;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .portfoliobuilder-trader .toptrader-avatar {
        display: none;
    }
}

.portfoliobuilder .panel.portfolio .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.portfoliobuilder .panel.portfolio .nav.nav-tabs li {
    flex: 1 0 50%;
    float: none;
}

.portfoliobuilder .panel.portfolio .nav.nav-tabs li a {
    margin: 0 12px;
    padding: 12px 0;
}

@media all and (min-width: 768px) {
    .portfoliobuilder .panel.portfolio .nav.nav-tabs li {
        flex-basis: 33%;
    }
    .portfoliobuilder .portfolio-providers .provider-container {
        width: 33.33333%;
    }
    .portfoliobuilder .portfoliobuilder-footer-disclaimer {
        background-color: #f0f0f0;
        padding: 0.4em 1.6em;
    }
    .instrumentsettings .instrument-board {
        flex-direction: row;
        align-items: center;
    }
    .instrumentsettings .instrument-meter {
        margin-bottom: 0;
    }
    .instrumentsettings .instrument-name-label {
        width: 150px;
        white-space: normal;
    }
    .instrumentsettings .instrument-factor {
        margin-right: 0.6em;
    }
}

@media all and (min-width: 992px) {
    .portfoliobuilder .panel.portfolio .nav.nav-tabs {
        padding: 0 15px;
    }
    .portfoliobuilder .panel.portfolio .nav.nav-tabs li {
        flex: 1 0 auto;
    }
    .portfoliobuilder .panel.portfolio .nav.nav-tabs li a {
        margin: 0 25px;
        padding: 15px 0;
    }
    .portfoliobuilder .portfolio-providers .provider-container {
        width: 20%;
    }
    .portfoliobuilder .portfolio-providers .provider-heading {
        height: 18px;
    }
    .portfoliobuilder .portfolio-providers .avatar {
        position: relative;
        width: 70px;
        height: 70px;
        margin: 8px auto;
    }
    .portfoliobuilder .portfolio-providers .provider-none .provider-body::before {
        position: relative;
        width: 70px;
        height: 70px;
        margin: 8px auto;
    }
    .portfoliobuilder .portfolio-providers .isdisabled {
        opacity: 0.4;
    }
    .instrumentsettings .instrument-name-label {
        width: 220px;
    }
}

.popover-fees {
    color: #555;
    background: white;
    font-size: 13px;
    max-width: 480px;
    min-width: 320px;
    z-index: 1100;
}

.popover-fees .popover-content .thead,
.popover-fees .popover-content .tbody,
.popover-fees .popover-content .tfoot {
    width: 100%;
    margin: 0 auto 0 auto;
}

.popover-fees .popover-content .thead,
.popover-fees .popover-content .tfoot {
    background-color: #f4f4f4;
    font-weight: 600;
}

.popover-fees .popover-content .tfoot {
    margin-bottom: 15px;
}

.popover-fees .popover-content .tbody {
    max-height: 200px;
    overflow-y: auto;
}

.popover-fees .popover-content .tbody .fee-row {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
}

.popover-fees .popover-content .thead div,
.popover-fees .popover-content .tbody div div,
.popover-fees .popover-content .tfoot div {
    padding: 10px;
    display: inline-block;
    white-space: nowrap;
}

.popover-fees .popover-content .tfoot div {
    padding: 6px;
}

.popover-fees .popover-content .c-ftype {
    width: 30%;
}

.popover-fees .popover-content .c-date {
    width: 43%;
}

.popover-fees .popover-content .c-val {
    width: 26%;
}

.popover-fees .popover-content .c-vals {
    width: 50%;
}

.popover-fees .popover-content .c-vals div {
    padding: 0 5px 0 0;
    float: right;
}

.popover-fees-balance {
    color: #555;
    background: white;
    font-size: 13px;
    max-width: 480px;
    min-width: 350px;
    z-index: 1100;
}

.popover-fees-balance .popover-content .thead,
.popover-fees-balance .popover-content .tbody,
.popover-fees-balance .popover-content .tfoot {
    width: 100%;
    margin: 0 auto 0 auto;
}

.popover-fees-balance .popover-content .tfoot {
    margin-bottom: 10px;
    background-color: #f4f4f4;
    font-weight: 600;
}

.popover-fees-balance .popover-content .tfoot div {
    padding: 10px;
    display: inline-block;
    white-space: nowrap;
}

.popover-fees-balance .popover-content .c-val {
    width: 26%;
}

.popover-fees-balance .popover-content .c-sum {
    width: 73%;
}

.account-settings .switch-toggle {
    display: inline-block;
}

.account-settings .switcher {
    position: relative;
    width: 44px;
    height: 24px;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.account-settings .switcher input {
    display: none;
}

.account-settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.account-settings .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.account-settings input:checked+.slider {
    background-color: #2196f3;
}

.account-settings input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.account-settings input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.account-settings .slider.round {
    border-radius: 30px;
}

.account-settings .slider.round:before {
    border-radius: 50%;
}

.account-settings .switch-label {
    float: left;
}

.account-settings .switch-label>p {
    margin-bottom: 0;
}

.account-settings .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.account-settings .img-profile {
    width: 70px;
    height: 70px;
}

.account-settings .img-user-chart {
    width: 50px;
    height: 40px;
}

.account-settings .btn-stop-exec {
    margin-top: 20px;
}

.account-settings .table-riskcheck .avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.account-settings .table-riskcheck th:nth-child(1),
.account-settings .table-riskcheck th:nth-child(8),
.account-settings .table-riskcheck th:nth-child(9),
.account-settings .table-riskcheck td:nth-child(1),
.account-settings .table-riskcheck td:nth-child(8),
.account-settings .table-riskcheck td:nth-child(9) {
    display: table-cell;
}

.account-settings .truncate-username {
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
}

.account-settings .short-col-padding {
    padding-left: 6px;
    padding-right: 6px;
}

.account-settings .rtf a {
    font-weight: normal;
}

.account-settings .padding-spacer {
    padding: 0 20px;
}

.account-settings .info-section-title {
    padding-left: 10px;
}

.account-settings .info-section-ls>p {
    padding: 5px 20px;
}

.account-settings .change-ce-input {
    width: 145px;
}

.account-settings .change-ce-btn {
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .account-settings .info-section-rs {
        border-left: 1px #f4f4f4 solid;
    }
}

@media (min-width: 992px) {
    .account-settings .switch-toggle>label {
        margin-left: 15px;
    }
}

.rank-n-stats-listSel {
    margin-bottom: 1em;
}

.rank-n-stats-filter {
    margin-bottom: 1em;
}

.rank-n-stats-filter-group {
    width: 100%;
    display: flex;
}

.rank-n-stats-filter-btn {
    flex: 1 1 auto;
}

.rank-n-stats-filter-btn-careerstep {
    text-transform: lowercase;
}

.rank-n-stats-filter-btn:focus {
    background-color: #ffffff;
}

.rank-n-stats-filter--numOpts4 .rank-n-stats-filter-btn,
.rank-n-stats-filter--numOpts5 .rank-n-stats-filter-btn {
    padding-left: 6px;
    padding-right: 6px;
}

.rank-n-stats-filter--numOpts4 .toptrader-careerstep,
.rank-n-stats-filter--numOpts5 .toptrader-careerstep {
    font-size: 8px;
}

.rank-n-stats-filter .radio-inline {
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
}

.rank-n-stats-filter .radio-inline+.radio-inline {
    margin-left: 20px;
}

.rank-n-stats-filter .radio-inline:hover {
    color: black;
}

.rank-n-stats-filter-level-label {
    position: relative;
    top: -5px;
    margin-bottom: 0.2em;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
}

.rank-n-stats-filter-trs {
    position: relative;
    margin-right: 24px;
}

.rank-n-stats-filter-trs-slider.ngrs-range-slider .ngrs-handle {
    background-color: #28aeed;
}

.rank-n-stats-filter-trs-slider.ngrs-range-slider .ngrs-handle::before {
    color: #33698f;
}

.rank-n-stats-filter-trs-slider.ngrs-range-slider .ngrs-join {
    background-color: transparent;
}

.rank-n-stats-filter-trs-value {
    position: absolute;
    top: 0;
    right: -24px;
    width: 20px;
    text-align: center;
    letter-spacing: -0.15em;
    font-weight: 600;
}

.rank-n-stats-btn-disabled[disabled] {
    cursor: default;
}

body.template-dashboard main {
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 78px;
}

.dashboard-footer-disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0f0f0;
    z-index: 1045;
}

@media (min-width: 1240px) {
    body.template-dashboard main {
        padding-top: 84px;
    }
    body.template-dashboard .container {
        max-width: 960px;
    }
    body.template-dashboard.content-ltr main {
        padding-left: 256px;
    }
    body.template-dashboard.content-rtl main {
        padding-right: 256px;
    }
}

@media (min-width: 1440px) {
    body.template-dashboard .container {
        max-width: 1160px;
    }
}

.dbTopNav {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 0 0.8em;
    color: #fff;
    background-color: #28aeed;
    z-index: 1030;
}

.dbTopNav--group {
    display: flex;
    flex-direction: row;
}

.content-ltr .dbTopNav--rightGroup>* {
    margin-left: 0.8em;
}

.content-rtl .dbTopNav--rightGroup>* {
    margin-right: 0.8em;
}

.dbTopNav--rightGroup>*:first-child {
    margin-left: 0;
}

.dbTopNav-menuToggle {
    position: absolute;
    top: 6px;
    transition: transform 260ms 200ms ease;
}

.dbTopNav-toggleBtn {
    width: 36px;
    height: 36px;
    padding: 0;
    color: #fff;
}

.dbTopNav-toggleBtn:hover,
.dbTopNav-toggleBtn:focus {
    outline: none;
    color: #fff;
}

.dbTopNav-toggleBtn-icon {
    font-size: 21px;
}

.dbTopNav-brand {
    line-height: 48px;
    transition: margin 260ms 60ms ease;
}

.content-ltr .dbTopNav-brand {
    margin-left: 40px;
}

.content-rtl .dbTopNav-brand {
    margin-right: 40px;
}

.dbTopNav-brand-img {
    width: 100%;
    max-width: 108px;
}

.dbTopNav .btn {
    font-weight: 400;
    text-transform: none;
}

.dbTopNav-btn--outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.dbTopNav-btn--outline:hover,
.dbTopNav-btn--outline:focus {
    color: #28aeed;
    background-color: #fff;
}

.dbTopNav-btn--languageSwitch {
    padding-left: 6px;
    padding-right: 6px;
    letter-spacing: -0.05em;
    color: #ffffff;
    opacity: 0.8;
}

.dbTopNav-btn--languageSwitch:hover,
.dbTopNav-btn--languageSwitch:active,
.dbTopNav-btn--languageSwitch:focus {
    color: #ffffff;
    opacity: 1;
}

.content-rtl .dbTopNav .dropdown-menu-right {
    left: 0;
    right: auto;
}

@media (min-width: 480px) {
    .dbTopNav-btn--login {
        min-width: 120px;
    }
}

@media (min-width: 1240px) {
    .dbTopNav {
        height: 60px;
    }
    .dbTopNav-menuToggle {
        top: 12px;
        transition: transform 260ms 60ms ease;
    }
    .content-ltr .dbTopNav-menuToggle {
        transform: translateX(-60px);
    }
    .content-rtl .dbTopNav-menuToggle {
        transform: translateX(60px);
    }
    .dbTopNav-brand {
        line-height: 60px;
        transition: margin 260ms 200ms ease;
    }
    .content-ltr .dbTopNav-brand {
        margin-left: 0;
    }
    .content-rtl .dbTopNav-brand {
        margin-right: 0;
    }
    .dbTopNav-brand-img {
        max-width: 120px;
    }
}

.dbSideNav {
    position: fixed;
    top: 48px;
    width: 256px;
    height: calc(100vh - 48px);
    color: #f0f0f0;
    background-color: #535353;
    z-index: 1020;
    transition: transform 320ms 100ms ease;
}

.content-ltr .dbSideNav {
    left: 0;
    transform: translateX(-260px);
}

.content-rtl .dbSideNav {
    right: 0;
    transform: translateX(260px);
}

.dbNav--sideNavShown .dbSideNav {
    transform: translateX(0);
}

.dbSideNav a {
    color: #f0f0f0;
}

.dbSideNav-block {
    border-bottom: 2px solid #b0b0b0;
    padding: 1em 1.2em;
}

.dbSideNav-block--noVPadding {
    padding-top: 0;
    padding-bottom: 0;
}

.dbSideNav-block--noHPadding {
    padding-left: 0;
    padding-right: 0;
}

.dbSideNav-block:last-child {
    border-bottom: none;
}

.dbSideNav-scrollable {
    height: 100%;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.dbSideNav-scrollable::-webkit-scrollbar-thumb {
    background-color: #13a4e8;
    border-radius: 0;
}

.dbSideNav-scrollable::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0;
}

.dbSideNav-scrollable::-webkit-scrollbar {
    width: 4px;
}

.dbSideNav--dualMenu .dbSideNav-scrollable {
    height: calc(100% - 138px);
}

.dbSideNav .dbSideNav-toggle {
    position: relative;
    z-index: 10;
}

.dbSideNav .dbSideNav-toggle-selected {
    position: relative;
    width: 100%;
    margin: 0 0 4px;
    padding: 0 1em;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    background-color: #434343;
    box-shadow: 0px 2px 12px -4px #111;
}

.dbSideNav .dbSideNav-toggle-list {
    position: absolute;
    list-style: none;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #434343;
    cursor: pointer;
    transform: translateY(-108%);
    transform: translateY(calc(-100% - 4px));
    z-index: -10;
    transition: transform 320ms ease;
}

.dbSideNav .dbSideNav-toggle-list-item {
    line-height: 48px;
    padding: 0 1em;
}

.dbSideNav .dbSideNav-toggle-icon {
    position: absolute;
    top: 0;
    right: 1em;
    line-height: 48px;
}

.dbSideNav .dbSideNav-toggle:hover .dbSideNav-toggle-list {
    transform: translateY(-8%);
    transform: translateY(calc(0% - 4px));
}

.dbSideNav-user {
    min-height: calc(40px + 2.4em);
}

.dbSideNav-user-profile {
    position: relative;
}

.dbSideNav-user-profile a:hover {
    color: #28aeed;
    text-decoration: none;
}

.dbSideNav-user-avatar {
    position: absolute;
}

.dbSideNav-user-avatar img {
    background-color: #080808;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dbSideNav-user-info {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-ltr .dbSideNav-user-info {
    margin-left: 52px;
}

.content-rtl .dbSideNav-user-info {
    margin-right: 52px;
}

.dbSideNav-user-info--noProfileLink .dbSideNav-user-username {
    line-height: 2.4em;
}

.dbSideNav-user-info--noProfileLink .dbSideNav-user-profileLink {
    display: none;
}

.dbSideNav-user-username {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dbSideNav-user-username--noLink {
    pointer-events: none;
}

.dbSideNav-user-username--lengthy {
    letter-spacing: -0.06em;
}

.dbSideNav-user-profileLink {
    font-size: 13px;
}

.dbSideNav-user-profileLink.dbSideNav-user-profileLink {
    color: #b0b0b0;
}

.dbSideNav-user-completion {
    color: #ff836f;
    font-weight: 700;
}

.dbSideNav-overview {
    position: relative;
    display: none;
}

.dbSideNav-overview-total {
    width: 100%;
    margin-bottom: 1em;
}

.dbSideNav-overview-total:last-child {
    margin-bottom: 0;
}

.dbSideNav-overview-figure {
    width: 50%;
}

.dbSideNav-overview-label,
.dbSideNav-overview-value,
.dbSideNav-overview-hint {
    width: calc(100% - 12px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dbSideNav-overview-label {
    font-size: 0.75em;
    color: #b0b0b0;
}

.dbSideNav-overview-label--bigger {
    font-size: 0.85em;
}

.dbSideNav-overview-value {
    min-height: 22px;
    font-size: 1.2em;
    font-family: "Montserrat";
    font-weight: 400;
}

.dbSideNav-overview-value-currency {
    font-size: 0.8em;
    letter-spacing: -0.1em;
}

.dbSideNav-overview-value.overview-value--lengthy {
    letter-spacing: -0.02em;
    font-size: 15px;
}

.dbSideNav-overview-value.overview-value--lengthyString {
    letter-spacing: -0.02em;
    font-size: 10px;
    line-height: 2;
}

.dbSideNav-overview-hint {
    font-size: 0.72em;
    color: #b0b0b0;
}

.dbSideNav-overview-total .dbSideNav-overview-label {
    color: #f0f0f0;
}

.dbSideNav-overview-total .dbSideNav-overview-value {
    min-height: 30px;
    font-size: 1.6em;
    font-weight: 600;
}

.dbSideNav-menu {
    padding-top: 0.6em;
}

.dbSideNav-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dbSideNav-menu-item a {
    position: relative;
    display: block;
    top: 2px;
    width: 100%;
    height: 100%;
    padding: 1em 1em;
    font-size: 13px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dbSideNav-menu-item a:hover,
.dbSideNav-menu-item a:focus {
    text-decoration: none;
}

.dbSideNav-menu-item-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.content-ltr .dbSideNav-menu-item-icon {
    margin-right: 0.6em;
}

.content-rtl .dbSideNav-menu-item-icon {
    margin-left: 0.6em;
}

.dbSideNav-menu-item--active,
.dbSideNav-menu-item:hover {
    background-color: #28aeed;
}

.dbSideNav-menu-item--active a,
.dbSideNav-menu-item:hover a {
    color: #fdfdfd;
    text-decoration: none;
}

.dbSideNav-message {
    display: block;
    padding: 0.4em 0.6em;
    font-size: 12px;
    font-style: italic;
    color: #f0f0f0;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 200ms ease;
}

.dbSideNav-message--success {
    border-color: #7ed321;
}

.dbSideNav-message--danger {
    border-color: #ff836f;
}

.dbSideNav-stickyBottom {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: #535353;
}

.dbSideNav-stickyBottom::before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 8px;
    width: 100%;
    width: calc(100% - 16px);
    height: 0;
    z-index: -1;
    box-shadow: 0 4px 12px 2px #111;
}

.dbSideNav-actions {
    padding: 1em 1em 1em;
    width: 100%;
}

.dbSideNav-actions-btn {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.dbSideNav-actions-btn {
    line-height: 38px;
}

.dbSideNav-actions-btn--fund {
    height: 50px;
}

html[lang="es"] .dbSideNav-actions-btn--fund {
    font-size: 13px;
    letter-spacing: -0.06em;
}

@media (min-width: 1240px) {
    .dbSideNav {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .dbSideNav.dbSideNav {
        transform: translateX(0);
    }
    .dbSideNav-user {
        min-height: calc(64px + 2.4em);
    }
    .dbSideNav-user-avatar img {
        width: 64px;
        height: 64px;
    }
    .content-ltr .dbSideNav-user-info {
        margin-left: 76px;
    }
    .content-rtl .dbSideNav-user-info {
        margin-right: 76px;
    }
    .dbSideNav-user-info--noProfileLink .dbSideNav-user-username {
        line-height: 3.2em;
    }
    .dbSideNav-user-username {
        font-size: 18px;
        line-height: 2em;
    }
    .dbSideNav-menu-item a {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    .dbSideNav-overview {
        display: block;
    }
    body.template-dashboard .dbSideNav-overview-container {
        display: flex;
        flex-wrap: wrap;
        max-width: calc(256px - 2.4em);
        padding-left: 0;
        padding-right: 0;
    }
}

.dbFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1010;
}

.dbFooter-overview {
    position: relative;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #28aeed;
}

.dbFooter-overview-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-top: 2px;
}

.dbFooter-overview-total {
    width: 44%;
    max-width: 160px;
    text-align: right;
}

.dbFooter-overview-figure {
    width: 28%;
    max-width: 112px;
    text-align: right;
}

.dbFooter-overview-label,
.dbFooter-overview-value,
.dbFooter-overview-hint {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dbFooter-overview-label {
    padding: 0 1px 0 4px;
    font-size: 0.75em;
    letter-spacing: -0.08em;
    color: gray;
}

.dbFooter-overview-value {
    padding: 0 1px 0 4px;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 600;
    letter-spacing: -0.04em;
}

.dbFooter-overview-value-currency {
    font-size: 0.8em;
    letter-spacing: -0.1em;
}

.dbFooter-overview-value.overview-value--lengthy {
    letter-spacing: -0.06em;
    font-size: 0.85em;
}

.dbFooter-overview-value.overview-value--lengthyString {
    letter-spacing: -0.06em;
    font-size: 0.6em;
    line-height: 2;
}

.dbFooter-overview-hint {
    position: relative;
    top: -2px;
    font-size: 8.5px;
    line-height: 9px;
    color: #9a9a9a;
}

.dbFooter-overview-total .dbFooter-overview-value {
    font-size: 1.2em;
    letter-spacing: -0.05em;
}

.dbFooter .spinner {
    transform: scale(0.33);
}

@media (min-width: 768px) {
    .dbFooter-overview-container {
        padding-top: 6px;
        padding-bottom: 2px;
    }
    .dbFooter-overview-label {
        letter-spacing: 0;
    }
    .dbFooter-overview-value {
        font-size: 1.2em;
        letter-spacing: 0;
    }
    .dbFooter-overview-value.overview-value--lengthy,
    .dbFooter-overview-value.overview-value--lengthyString {
        letter-spacing: -0.02em;
        font-size: 1em;
    }
    .dbFooter-overview-total {
        width: 40%;
        max-width: 260px;
    }
    .dbFooter-overview-total .dbFooter-overview-value {
        font-size: 1.6em;
        letter-spacing: 0;
    }
    .dbFooter-overview-figure {
        width: 30%;
        max-width: 160px;
    }
}

@media (min-width: 1240px) {
    .dbFooter {
        display: none;
    }
}

.dbNav {
    z-index: 1000;
}

.dbNav-overlay {
    background-color: #f8f8f8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 600ms 0ms ease;
}

.dbNav--loading .dbNav-overlay {
    opacity: 0.9;
    pointer-events: auto;
}

.dbNav {
    z-index: 1000;
}

.dbNav-backdrop {
    background-color: #f8f8f8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: opacity 200ms 0ms ease;
}

.dbNav--sideNavShown .dbNav-backdrop {
    opacity: 0.9;
    pointer-events: all;
}

.dbNav--sideNavShown .dbNav-backdrop:hover {
    opacity: 0.7;
}

@media (min-width: 1240px) {
    .dbNav-backdrop.dbNav-backdrop {
        display: none;
    }
}

.toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-label {
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 240ms 120ms ease;
    cursor: pointer;
}

.toggle-label--left {
    color: #a8a8a8;
}

.toggle-label--right {
    color: #a8a8a8;
}

.toggle-handle {
    position: relative;
    flex-shrink: 0;
    width: 88px;
    height: 44px;
    padding: 4px;
    margin: 0 16px;
    background-color: #777;
    border-radius: 22px;
    cursor: pointer;
    box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.3);
    transition: background-color 200ms ease;
}

.toggle-handle:hover {
    background-color: #7f7f7f;
}

.toggle-handle::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background-color: #c6c6c6;
    border-radius: 18px;
    box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.3);
    transform: translateX();
}

.content-ltr .toggle-handle::before {
    transform: translateX(22px);
}

.content-rtl .toggle-handle::before {
    transform: translateX(-22px);
}

.toggle--untoggled .toggle-label--left {
    color: #7ed321;
}

.toggle--untoggled .toggle-label--right {
    color: #a8a8a8;
}

.toggle--untoggled .toggle-handle::before {
    background-color: #28aeed;
    transform: translateX(0);
    transition: transform 240ms ease, background-color 240ms 120ms ease;
}

.toggle--toggled .toggle-label--left {
    color: #a8a8a8;
}

.toggle--toggled .toggle-label--right {
    color: #ececec;
}

.toggle--toggled .toggle-handle::before {
    background-color: #c6c6c6;
    transform: translateX();
    transition: transform 240ms ease, background-color 240ms 120ms ease;
}

.content-ltr .toggle--toggled .toggle-handle::before {
    transform: translateX(44px);
}

.content-rtl .toggle--toggled .toggle-handle::before {
    transform: translateX(-44px);
}

.toggle .tooltip {
    font-size: 10px;
}

.dashboard-modal-mode-switch {
    padding: 1em;
    text-align: center;
    z-index: 1049;
}

.dashboard-modal-mode-switch-title {
    margin: 0 0 1em;
}

.dashboard-modal-mode-switch-progress-outer {
    width: 100%;
    height: 12px;
    padding: 2px;
    background-color: #f0f0f0;
}

.dashboard-modal-mode-switch-progress-inner {
    width: 0%;
    height: 8px;
    background-color: #28aeed;
    transition: width 800ms ease;
}

.dashboard-modal-mode-switch--animate .dashboard-modal-mode-switch-progress-inner {
    width: 100%;
}

.template-dashboard .myaccount-overview {
    overflow-x: scroll;
}

.template-dashboard .table-current-open-positions th,
.template-dashboard .table-current-open-positions td,
.template-dashboard .table-account-closed-positions th,
.template-dashboard .table-account-closed-positions td {
    padding-left: 4px;
    padding-right: 4px;
}

.template-dashboard .table-current-open-positions .btn-icon,
.template-dashboard .table-account-closed-positions .btn-icon {
    padding: 0;
}

.template-dashboard .table-current-open-positions .i-button,
.template-dashboard .table-account-closed-positions .i-button {
    border: none;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    vertical-align: top;
}

html[lang="de"] .template-dashboard .account-overview-section .btn {
    font-size: 11px;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .template-dashboard .myaccount-overview .account-overview-section .btn {
        width: calc(100% - 12px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .template-dashboard .table-current-open-positions th,
    .template-dashboard .table-account-closed-positions th {
        letter-spacing: -0.06em;
    }
    .template-dashboard .table-current-open-positions td,
    .template-dashboard .table-account-closed-positions td {
        letter-spacing: -0.02em;
    }
    .template-dashboard .table-current-open-positions th:nth-child(1),
    .template-dashboard .table-current-open-positions td:nth-child(1),
    .template-dashboard .table-account-closed-positions th:nth-child(1),
    .template-dashboard .table-account-closed-positions td:nth-child(1) {
        display: none;
    }
    .template-dashboard .table-current-open-positions .i-button,
    .template-dashboard .table-account-closed-positions .i-button {
        border: none;
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0;
        margin-left: 5px;
        vertical-align: top;
    }
}

@media (min-width: 992px) {
    .template-dashboard .myaccount-overview {
        overflow-x: visible;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .template-dashboard .portfoliobuilder .panel.portfolio .nav.nav-tabs li a {
        margin: 0px 12px;
        letter-spacing: -0.05em;
    }
    .template-dashboard .portfoliobuilder-trader-list .listgroup-item {
        margin-left: -15px;
        margin-right: -15px;
    }
    .template-dashboard .portfoliobuilder-trader-list .listgroup-item table td:nth-child(2) {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1240px) and (max-width: 1439px) {
    .template-dashboard .table-rankinglist th:nth-child(1),
    .template-dashboard .table-rankinglist th:nth-child(8),
    .template-dashboard .table-rankinglist th:nth-child(9),
    .template-dashboard .table-rankinglist td:nth-child(1),
    .template-dashboard .table-rankinglist td:nth-child(8),
    .template-dashboard .table-rankinglist td:nth-child(9) {
        display: none;
    }
}

.template-dashboard .account-overview dt,
.template-dashboard .account-stats dt {
    white-space: normal;
}

.user-settings-change-password p {
    font-size: 0.8em;
}

.ngrs-range-slider .ngrs-join {
    background-color: #28aeed;
}

.ngrs-range-slider .ngrs-handle {
    width: 34px;
    height: 34px;
    transform: translate(-8px, -8px);
}

.ngrs-range-slider .ngrs-handle:before {
    content: "||";
    position: absolute;
    color: #cccccc;
    font-size: 11px;
    letter-spacing: -0.2em;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.ngrs-range-slider .ngrs-handle.ngrs-over:before {
    content: "";
}

@media all and (max-width: 479px) {
    .uib-datepicker .btn-sm {
        padding: 5px 8px;
    }
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.umb-grid .grid-section .oveflow-x-hidden {
    overflow-x: hidden;
}

.umb-grid .grid-section .p-t {
    padding-top: 30px;
}

.umb-grid .grid-section .p-b {
    padding-bottom: 30px;
}

.umb-grid .grid-section .p-y {
    padding-bottom: 30px;
    padding-top: 30px;
}

.umb-grid .grid-section .p-mt {
    padding-top: 50px;
}

.umb-grid .grid-section .p-mb {
    padding-bottom: 50px;
}

.umb-grid .grid-section .p-my {
    padding-bottom: 50px;
    padding-top: 50px;
}

.umb-grid .grid-section .p-lt {
    padding-top: 100px;
}

.umb-grid .grid-section .p-lb {
    padding-bottom: 100px;
}

.umb-grid .grid-section .p-ly {
    padding-bottom: 100px;
    padding-top: 100px;
}

.umb-grid .grid-section .gallery img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
}

.umb-grid .grid-section .jumbotron {
    background-color: #5c5c5c;
    background-image: url("/assets/bg-socialheader.png");
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 290px;
    padding-top: 30px;
    text-align: center;
}

.umb-grid .grid-section .jumbotron h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
}

.umb-grid .grid-section .jumbotron-right {
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.panel .umb-grid {
    min-height: 500px;
}

.panel .umb-grid .grid-section> :first-child h1,
.panel .umb-grid .grid-section> :first-child h2,
.panel .umb-grid .grid-section> :first-child .card-article article h3,
.card-article article .panel .umb-grid .grid-section> :first-child h3,
.panel .umb-grid .grid-section> :first-child .card-article article h4,
.card-article article .panel .umb-grid .grid-section> :first-child h4,
.panel .umb-grid .template-marketing .grid-section> :first-child h1,
.panel .umb-grid .template-marketing .grid-section> :first-child h2,
.panel .umb-grid .template-campaign .grid-section> :first-child h2,
.panel .umb-grid .template-campaign .grid-section> :first-child h3,
.template-campaign .panel .umb-grid .grid-section> :first-child h3,
.panel .umb-grid .template-campaign .grid-section> :first-child h5,
.template-campaign .panel .umb-grid .grid-section> :first-child h5 {
    margin-top: 0;
}

.panel .umb-grid .grid-section> :first-child .ranking {
    margin-top: -15px;
}

.panel .umb-grid .grid-section .fullwidth {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.panel .umb-grid .grid-section .fullwidth img {
    width: 100%;
}

.panel .umb-grid .grid-section .fullwidth:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: -20px;
}

.panel .umb-grid .grid-section .jumbotron {
    background-color: transparent;
    background-position: top left;
    background-size: cover;
    border-radius: 0;
    margin: 0 -15px 15px;
    padding: 40px 30px;
    text-align: left;
}

.panel .umb-grid .grid-section .jumbotron h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.panel .umb-grid .grid-section .jumbotron p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.panel .umb-grid .grid-section .jumbotron .btn {
    margin-top: 30px;
}

.panel .umb-grid .grid-section .jumbotron .container {
    padding: 0;
}

.panel .umb-grid .grid-section .jumbotron img {
    width: 100%;
}

.panel .umb-grid .grid-section .jumbotron:first-child {
    margin-top: -20px;
}

.panel .umb-grid .grid-section .portfolio-editor .panel,
.panel .umb-grid .grid-section .ranking .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
}

.panel .umb-grid .grid-section .portfolio-editor .panel .panel-body,
.panel .umb-grid .grid-section .portfolio-editor .panel .panel-heading,
.panel .umb-grid .grid-section .portfolio-editor .panel .panel-table-filter,
.panel .umb-grid .grid-section .portfolio-editor .panel .panel-footer,
.panel .umb-grid .grid-section .ranking .panel .panel-body,
.panel .umb-grid .grid-section .ranking .panel .panel-heading,
.panel .umb-grid .grid-section .ranking .panel .panel-table-filter,
.panel .umb-grid .grid-section .ranking .panel .panel-footer {
    margin-left: 0;
    margin-right: 0;
}

.panel .umb-grid .grid-section .portfolio-editor .panel .panel-footer,
.panel .umb-grid .grid-section .ranking .panel .panel-footer {
    padding-bottom: 0;
}

.panel .umb-grid .grid-section .portfolio-editor .panel .panel-table,
.panel .umb-grid .grid-section .ranking .panel .panel-table {
    padding-left: 0;
    padding-right: 0;
}

.panel .umb-grid .grid-section .portfolio-editor table,
.panel .umb-grid .grid-section .ranking table {
    border: 0;
}

.panel .umb-grid .grid-section .portfolio-editor table th,
.panel .umb-grid .grid-section .portfolio-editor table td,
.panel .umb-grid .grid-section .ranking table th,
.panel .umb-grid .grid-section .ranking table td {
    background-color: transparent;
    border: 0;
}

.panel .umb-grid .grid-section .portfolio-editor ul li::before,
.panel .umb-grid .grid-section .ranking ul li::before {
    content: none;
}

.panel .umb-grid .grid-section .ranking .toptrader-careerstep {
    width: 64px;
}

.panel .umb-grid .grid-section .ranking th,
.panel .umb-grid .grid-section .ranking td {
    vertical-align: middle;
}

.panel .umb-grid .grid-section .ranking .table .btn {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.3;
    padding: 4px 8px;
}

.panel .umb-grid .grid-section .portfolio {
    border-left: solid 1px #f1f1f1;
}

.panel .umb-grid .grid-section .portfolio .panel-body {
    padding-bottom: 0;
}

.panel .umb-grid .grid-section .portfolio .panel-footer .btn {
    margin: 0 10px;
    min-width: 200px;
    width: auto;
}

.panel .umb-grid .grid-section .highlight {
    background-color: #f1f1f1;
    margin: 30px;
    padding: 30px 5px;
    text-align: center;
}

.panel .umb-grid .grid-section .highlight h1,
.panel .umb-grid .grid-section .highlight h2,
.panel .umb-grid .grid-section .highlight .card-article article h3,
.card-article article .panel .umb-grid .grid-section .highlight h3,
.panel .umb-grid .grid-section .highlight .card-article article h4,
.card-article article .panel .umb-grid .grid-section .highlight h4,
.panel .umb-grid .template-campaign .grid-section .highlight h3,
.template-campaign .panel .umb-grid .grid-section .highlight h3,
.panel .umb-grid .template-campaign .grid-section .highlight h5,
.template-campaign .panel .umb-grid .grid-section .highlight h5 {
    color: #28aeed;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

.panel .umb-grid .grid-section .highlight img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .panel .umb-grid .grid-section .highlight .btn {
        display: block;
        padding: 10px 6px;
    }
}

.error-page .umb-grid {
    min-height: auto;
    padding: 60px;
    margin: 50px 0;
}

.error-page h1 {
    color: #343434;
    font-size: 130%;
    font-weight: 400;
    margin: 50px 0 10px 0;
}

@media (max-width: 991px) {
    .p-lt {
        padding-top: 50px;
    }
    .p-lb {
        padding-bottom: 50px;
    }
    .p-ly {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .jumbotron-right {
        background: none;
    }
}

.layout-marketing {
    padding-top: 60px;
}

.layout-marketing main {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 0;
}

.layout-marketing header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
}

.layout-marketing .footer-riskwarning .container {
    border-top: 0;
}

.layout-marketing .disclaimer-risk .btn {
    display: none;
}

.three-col div {
    float: left;
    margin-right: 10px;
    width: 32%;
}

.three-col .L {
    margin-right: 0;
}

@media (max-width: 991px) {
    .contact-social>li {
        float: left !important;
    }
    .three-col div {
        clear: both;
        display: block;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
}

.template-contentcontainer .section-link {
    border: 1px solid #28aeed;
    display: block;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}

.template-contentcontainer .section-link .title {
    font-size: 20px;
    margin-bottom: 25px;
}

.template-contentcontainer .section-link .icon {
    font-size: 100px;
    line-height: 1;
}

.template-contentcontainer .section-link:hover {
    background-color: #28aeed;
    color: #fff;
}

.template-contentcontainer .page-header {
    border-bottom: 0;
    font-size: 1.2em;
    margin-top: 0;
}

.template-contentcontainer .page-header p {
    color: #000;
    font-weight: 600;
}

.template-contentcontainer .page-header :first-child {
    margin-top: 0;
}

.template-contentcontainer .section-nav {
    padding: 0 0 75px;
}

.template-contentcontainer section {
    padding: 0 0 30px;
}

.template-contentcontainer section h2 {
    border-top: 1px solid #e6e6e6;
    margin-top: -1px;
    padding-top: 30px;
}

.template-from-grid .navbar-primary .navbar-brand {
    border-right: 0;
}

.template-from-grid .navbar-primary .navbar-nav>li>a {
    border-right: 0;
}

.template-from-grid .logo-mid-size img {
    height: 40px;
    margin: 10px 0;
}

.template-subpage {
    background: linear-gradient(to right, #f1f1f1 50%, #f1f1f1 50%);
    background-color: #f1f1f1;
    border-top: solid 1px #e6e6e6;
    min-height: 100%;
}

.template-subpage .red {
    color: red;
}

.template-subpage main {
    bottom: 0;
    padding: 30px;
    top: 0;
}

.template-subpage main .panel-body {
    min-height: 500px;
}

.template-subpage .nav-pills {
    font-weight: 400;
}

.template-subpage .nav-pills li>a {
    color: #5c5c5c;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
}

.template-subpage .nav-pills li>a:hover,
.template-subpage .nav-pills li>a:focus {
    background-color: transparent;
    color: #28aeed;
}

.template-subpage .nav-pills li .nav-pills {
    margin-bottom: 5px;
    margin-top: -5px;
    padding-left: 10px;
}

.template-subpage .nav-pills li .nav-pills li>a {
    color: #28aeed;
    padding: 2px 0;
    text-transform: none;
}

.template-subpage .nav-pills .active>a {
    background-color: transparent;
    color: #0072a7;
    font-weight: 600;
}

.template-subpage .job-facts {
    border-bottom: 1px solid #28aeed;
    border-top: 1px solid #28aeed;
    margin: 0;
    padding: 15px 0;
}

.template-subpage .label-bold {
    font-weight: 600;
}

.template-subpage .holidays .panel .umb-grid {
    min-height: auto;
}

.template-glossary h1 {
    color: #28aeed;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.25em;
    margin-top: 0;
}

.template-glossary .nav-glossary {
    padding-bottom: 5px;
}

.template-glossary .nav-glossary li {
    display: inline-block;
    padding: 0 14px;
}

.template-glossary .nav-glossary li>a {
    color: #555;
    font-weight: 600;
    padding: 5px 0;
}

.template-glossary .nav-glossary li>a:focus,
.template-glossary .nav-glossary li>a:hover {
    color: #28aeed;
}

.template-glossary .nav-glossary .disabled>a {
    color: #e6e6e6;
}

.template-glossary .nav-glossary .disabled>a:focus,
.template-glossary .nav-glossary .disabled>a:hover {
    color: #e6e6e6;
    cursor: default;
}

@media (max-width: 1199px) {
    .template-glossary .nav-glossary li {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .template-glossary .nav-glossary li {
        padding: 0 9px;
    }
}

.template-glossary dl::before,
.template-glossary dl dt::before {
    content: "";
    display: block;
    height: 110px;
    margin-top: -110px;
    visibility: hidden;
}

.template-glossary dl {
    margin-bottom: 0;
}

.template-glossary dl dt {
    color: #343434;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.template-glossary dl dd {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.template-glossary dl dd p:last-child {
    margin-bottom: 0;
}

.template-marketing .grid-section .card-article article h3,
.card-article article .template-marketing .grid-section h3,
.template-marketing .grid-section .card-article article h4,
.card-article article .template-marketing .grid-section h4,
.template-marketing .grid-section h1,
.template-marketing .grid-section h2,
.template-marketing .template-campaign .grid-section h3,
.template-campaign .template-marketing .grid-section h3,
.template-marketing .template-campaign .grid-section h5,
.template-campaign .template-marketing .grid-section h5 {
    color: #00a4e2;
    font-weight: 300;
    line-height: 1.3;
}

.template-marketing .grid-section a {
    font-weight: 300;
}

.template-marketing .grid-section p:last-child {
    margin-bottom: 0;
}

.template-marketing .grid-section ul {
    padding-left: 45px;
}

.template-marketing .grid-section ul>li {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    position: relative;
}

.template-marketing .grid-section ul>li::before {
    background-color: transparent;
    background-image: url("/Assets/icon-bullet-marketing.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    content: "";
    height: 16px;
    left: -30px;
    top: 14px;
    width: 16px;
}

.template-marketing .grid-section ul.small>li {
    font-size: 20px;
}

.template-marketing .grid-section ul.small>li::before {
    top: 5px;
}

.template-marketing .grid-section h2 {
    font-size: 38px;
}

.template-marketing .grid-section .text-center ul {
    display: inline-block;
    text-align: left;
}

.template-marketing .grid-section .jumbotron {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.template-marketing .grid-section .jumbotron .btn {
    margin-bottom: 20px;
}

.template-marketing .grid-section .banner {
    background-color: #277593;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.template-marketing .grid-section .background-gray {
    background-color: #f9f9f9;
}

.template-marketing .grid-section .background-primary {
    background-color: #00a4e2;
}

.template-marketing .grid-section .btn {
    margin-bottom: 20px;
    padding: 20px 40px;
}

.template-marketing .grid-section .img-responsive {
    display: inline;
}

.template-marketing .grid-section .row {
    display: table;
    width: 100%;
}

.template-marketing .grid-section .column {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.template-marketing .grid-section .column:last-child,
.template-marketing .grid-section .column:empty {
    border-right: 0;
}

.template-marketing .grid-section .vertical-divider .column {
    border-right: solid 1px #999;
}

.template-marketing .grid-section .vertical-divider .column:last-child,
.template-marketing .grid-section .vertical-divider .column:empty {
    border-right: 0;
}

.template-marketing-legacy .navbar-primary .navbar-brand {
    border: none;
}

.template-marketing-legacy .grid-section .jumbotron .btn-default,
.template-marketing-legacy .grid-section .background-primary .btn-default {
    background-color: #fff;
    border: 2px solid #fff;
    color: #00a4e2;
}

.template-marketing-legacy .grid-section .jumbotron .btn-default:hover,
.template-marketing-legacy .grid-section .background-primary .btn-default:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    outline: none;
}

.template-marketing-legacy .grid-section p:last-child {
    margin-bottom: 0;
}

.template-marketing-legacy .grid-section .jumbotron {
    background-color: #00a4e2;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    height: 480px;
    margin-bottom: 0;
    padding: 100px 0 0;
    position: relative;
    text-align: left;
}

.template-marketing-legacy .grid-section .jumbotron h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
}

.template-marketing-legacy .grid-section .jumbotron .lead {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.template-marketing-legacy .grid-section .jumbotron a {
    color: #fff;
}

.template-marketing-legacy .grid-section .jumbotron small {
    font-size: 14px;
}

.template-marketing-legacy .grid-section .jumbotron .btn {
    margin-bottom: 20px;
}

.template-marketing-legacy .grid-section .jumbotron-sm {
    height: 445px;
    padding: 90px 0 0;
}

.template-marketing-legacy .grid-section .jumbotron-sm h1 {
    font-size: 32px;
    font-weight: 600;
}

.template-marketing-legacy .grid-section .jumbotron-sm .lead {
    font-size: 24px;
    font-weight: 400;
}

.template-marketing-legacy .grid-section .jumbotron-sm .btn {
    margin-top: 15px;
}

.template-marketing-legacy .grid-section .p-t {
    padding-top: 30px !important;
}

.template-marketing-legacy .grid-section .p-b {
    padding-bottom: 30px !important;
}

.template-marketing-legacy .grid-section .p-y {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.template-marketing-legacy .grid-section .p-mt {
    padding-top: 50px !important;
}

.template-marketing-legacy .grid-section .p-mb {
    padding-bottom: 50px !important;
}

.template-marketing-legacy .grid-section .p-my {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.template-marketing-legacy .grid-section .jumbotron-right {
    background: right no-repeat;
}

.template-marketing-legacy .grid-section .cover {
    background-position: 50% 0;
    background-size: cover;
}

.template-marketing-legacy .grid-section .height100 .container,
.template-marketing-legacy .grid-section .height100 .col-md-8 {
    height: 100%;
}

.template-marketing-legacy .grid-section .jumbotron-cover,
.template-marketing-legacy .grid-section .jumbotron-cover-right,
.template-marketing-legacy .grid-section .jumbotron-cover-middle,
.template-marketing-legacy .grid-section .jumbotron-cover-left-bottom,
.template-marketing-legacy .grid-section .jumbotron-cover-right-bottom,
.template-marketing-legacy .grid-section .jumbotron-cover-david-trullas {
    background-position: 50% 0;
    background-size: cover;
    display: inline-table;
    height: 100%;
    width: 100%;
}

.template-marketing-legacy .grid-section .jumbotron-cover-right {
    background-position: 100% 0%;
}

.template-marketing-legacy .grid-section .jumbotron-cover-middle {
    background-position: 50% 50%;
}

.template-marketing-legacy .grid-section .jumbotron-cover-left-bottom {
    background-position: 0% 100%;
}

.template-marketing-legacy .grid-section .jumbotron-cover-right-bottom {
    background-position: 100% 100%;
}

.template-marketing-legacy .grid-section .jumbotron-cover-david-trullas {
    background-position: 40% 0;
}

.template-marketing-legacy .grid-section .primary-font {
    color: #00a4e2;
}

.template-marketing-legacy .grid-section .white-font h1,
.template-marketing-legacy .grid-section .white-font h2,
.template-marketing-legacy .grid-section .white-font h3,
.template-marketing-legacy .grid-section .white-font p {
    color: #fff;
}

.template-marketing-legacy .grid-section .white-font ul li::before {
    background-color: #fff;
}

.template-marketing-legacy .grid-section .white-font hr {
    color: #fff;
}

.template-marketing-legacy .grid-section .main-header-center h1,
.template-marketing-legacy .grid-section .main-header-center h2 {
    text-align: center;
}

.template-marketing-legacy .grid-section .lead-italic .lead {
    color: #999;
    font-style: italic;
}

.template-marketing-legacy .grid-section .cover-text h1 {
    font-size: 250%;
}

.template-marketing-legacy .grid-section .cover-text h2 {
    font-size: 130%;
}

.template-marketing-legacy .grid-section .text-lg h1 {
    font-size: 40px;
}

.template-marketing-legacy .grid-section .text-lg h2 {
    font-size: 180%;
}

.template-marketing-legacy .grid-section .text-lg h3 {
    font-size: 150%;
}

.template-marketing-legacy .grid-section .text-lg .header-text {
    font-size: 150%;
}

.template-marketing-legacy .grid-section .text-lg .lead {
    font-size: 130%;
}

.template-marketing-legacy .grid-section .text-lg p,
.template-marketing-legacy .grid-section .text-lg li,
.template-marketing-legacy .grid-section .text-lg .btn {
    font-size: 120%;
}

.template-marketing-legacy .grid-section .text-lg .small {
    font-size: 100%;
}

.template-marketing-legacy .grid-section .text-xl h1 {
    font-size: 350%;
}

.template-marketing-legacy .grid-section .text-xl h2 {
    font-size: 200%;
}

.template-marketing-legacy .grid-section .text-xl .small {
    font-size: 100%;
}

.template-marketing-legacy .grid-section .text-xl p,
.template-marketing-legacy .grid-section .text-xl li {
    font-size: 150%;
}

.template-marketing-legacy .grid-section .title h3 {
    font-weight: 100;
    margin: 0;
}

.template-marketing-legacy .grid-section .title h2 {
    font-weight: 400;
    margin: 0 0 1em 0;
}

.template-marketing-legacy .grid-section .portfolio-header-text h1 {
    font-size: 720%;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
}

.template-marketing-legacy .grid-section .page-nav a {
    color: #666;
}

.template-marketing-legacy .grid-section .banner {
    background-color: #277593;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    height: auto;
    line-height: 1.2;
}

.template-marketing-legacy .grid-section .background-white {
    background-color: #fff;
    color: #999;
}

.template-marketing-legacy .grid-section .background-white hr {
    border-top: 1px solid #ccc;
}

.template-marketing-legacy .grid-section .background-white p {
    color: #999;
}

.template-marketing-legacy .grid-section .background-dark-grey {
    background-color: #ddd;
}

.template-marketing-legacy .grid-section .background-dark-grey hr {
    border-top: 1px solid #999;
}

.template-marketing-legacy .grid-section .background-grey {
    background-color: #f9f9f9;
}

.template-marketing-legacy .grid-section .background-grey hr {
    border-top: 1px solid #999;
}

.template-marketing-legacy .grid-section .background-primary {
    background-color: #00a4e2;
}

.template-marketing-legacy .grid-section .background-primary .lead {
    color: #fff;
}

.template-marketing-legacy .grid-section .banner-social-media-icons div {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
}

.template-marketing-legacy .grid-section .banner-social-media-icons a {
    display: block;
    height: 100%;
    width: 100%;
}

.template-marketing-legacy .grid-section .icon-facebook {
    background: url(/media/1851/facebook.png) no-repeat 50% #666;
}

.template-marketing-legacy .grid-section .icon-twitter {
    background: url(/media/1853/twitter.png) no-repeat 50% #666;
}

.template-marketing-legacy .grid-section .icon-google {
    background: url(/media/1852/google.png) no-repeat 50% #666;
}

.template-marketing-legacy .grid-section .bitcoin-exchange-pairs .three-col {
    display: inline-block;
    font-size: 120%;
    margin: auto 0;
}

.template-marketing-legacy .grid-section .bitcoin-exchange-pairs .three-col div {
    margin-right: 30px;
    width: 230px;
    padding: 10px;
    font-size: 110%;
}

.template-marketing-legacy .grid-section .bitcoin-exchange-pairs .three-col div.L {
    margin-right: 0;
}

.template-marketing-legacy .grid-section .bitcoin-exchange-pairs .three-col div img {
    padding-right: 10px;
}

.template-marketing-legacy .grid-section .bitcoin-large-padding {
    padding: 51px;
}

.template-marketing-legacy .grid-section .bitcoin-large-padding li {
    font-size: 150%;
}

.template-marketing-legacy .grid-section .bitcoin-large-padding li::before {
    top: 15px;
}

.template-marketing-legacy .grid-section .btn-lg {
    padding: 20px 40px;
}

.template-marketing-legacy .grid-section .btn-next {
    margin-top: -90px;
    text-align: center;
}

.template-marketing-legacy .grid-section .btn-round {
    border-radius: 20px;
    padding: 10px 40px;
}

.template-marketing-legacy .grid-section .btn-transparent {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.template-marketing-legacy .grid-section .btn-transparent>span {
    filter: alpha(opacity=100);
    opacity: 1;
}

.template-marketing-legacy .grid-section .img-responsive {
    display: inline;
}

.template-marketing-legacy .grid-section .img-50 {
    height: 50%;
}

.template-marketing-legacy .grid-section .footer-riskwarning {
    border-top: 0;
}

.template-marketing-legacy .grid-section .spt-arrows::before {
    background-image: url("/Assets/trans-arrows.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 20px;
    display: block;
    height: 75px;
    position: absolute;
    width: 100%;
}

@media (min-width: 992px) {
    .template-marketing-legacy .grid-section .spt-arrows::before {
        content: "";
    }
}

@media (max-width: 991px) {
    .template-marketing-legacy .grid-section .hidden-md-up {
        display: none;
    }
    .template-marketing-legacy .grid-section .margin-md-bp img {
        padding-bottom: 30px;
    }
    .template-marketing-legacy .grid-section .sm-center {
        text-align: center;
    }
    .template-marketing-legacy .grid-section .jumbotron-cover-left-bottom,
    .template-marketing-legacy .grid-section .jumbotron-cover-right-bottom {
        background-image: none !important;
    }
    .template-marketing-legacy .grid-section .sc-no-background {
        background-image: none !important;
        background-color: #28aeed;
    }
    .template-marketing-legacy .grid-section .text-lg h1 {
        font-size: 270% !important;
        margin: 10px 0;
        padding: 0;
    }
    .template-marketing-legacy .grid-section .text-lg h2 {
        font-size: 160% !important;
        margin: 10px 0;
    }
    .template-marketing-legacy .grid-section .text-lg .lead {
        font-size: 120%;
    }
    .template-marketing-legacy .grid-section .text-lg p,
    .template-marketing-legacy .grid-section .text-lg li,
    .template-marketing-legacy .grid-section .text-lg .btn {
        font-size: 120%;
    }
    .template-marketing-legacy .grid-section .text-lg .small {
        font-size: 100%;
    }
    .template-marketing-legacy .grid-section .text-xl {
        text-align: center;
    }
    .template-marketing-legacy .grid-section .text-xl h1 {
        font-size: 220% !important;
    }
    .template-marketing-legacy .grid-section .text-xl h2 {
        font-size: 140% !important;
    }
    .template-marketing-legacy .grid-section .text-xl .small {
        font-size: 70%;
    }
    .template-marketing-legacy .grid-section .img-50 {
        text-align: center;
    }
    .template-marketing-legacy .grid-section .title {
        text-align: center;
    }
    .template-marketing-legacy .grid-section .title ul {
        display: inline-block;
        text-align: left;
    }
    .template-marketing-legacy .grid-section .bitcoin-large-padding {
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 991px) {
    .template-marketing-legacy .grid-section .hidden-image-md-up {
        display: none;
    }
}

.template-marketing-legacy .grid-section footer li {
    display: inline-block !important;
}

.template-navless .page-banner {
    background-size: cover;
    height: 57px;
}

.template-navless .rtf {
    padding-top: 30px;
}

.template-landingpage {
    padding-bottom: 0;
    padding-top: 0;
}

.template-landingpage .white-background {
    background-color: #fff;
}

.template-landingpage .white-font h1,
.template-landingpage .white-font h2,
.template-landingpage .white-font h3,
.template-landingpage .white-font p {
    color: #fff;
}

.jumbotron-corporate-video {
    background-position: 50% 0%;
    background-size: cover;
    height: 340px;
}

.jumbotron-corporate-video .macro-youtube {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 340px;
    width: 1200px;
}

.template-campaign {
    font-family: "Lato", sans-serif;
}

.template-campaign .grid-section>div:first-child {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.template-campaign .grid-section h1,
.template-campaign .grid-section .card-article article h4,
.card-article article .template-campaign .grid-section h4,
.template-campaign .grid-section h2,
.template-campaign .grid-section h3,
.template-campaign .grid-section h5 {
    font-weight: 100;
    line-height: 1.3;
    text-align: center;
    color: white;
}

.template-campaign .grid-section h2 {
    font-size: 46px;
    font-weight: 700;
}

.template-campaign .grid-section h3 {
    font-size: 30px;
}

.template-campaign .grid-section h5 {
    font-size: 16px;
}

.template-campaign .grid-section .registration h1,
.template-campaign .grid-section .registration h2,
.template-campaign .grid-section .registration h3,
.template-campaign .grid-section .registration h4,
.template-campaign .grid-section .registration h5,
.template-campaign .grid-section .registration h6 {
    color: inherit;
}

.navbar-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    z-index: 100;
    box-shadow: none;
}

.navbar-transparent .navbar-brand {
    width: 200px;
    height: 80px;
}

.home-1901 h1,
.home-1901 h2,
.home-1901 h3,
.home-1901 h4,
.home-1901 h5,
.home-1901 h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.home-1901 .btn {
    width: 100%;
    max-width: 400px;
    border-radius: 24px;
    font-size: 0.9em;
}

.home-1901-block {
    background-color: #fafafa;
}

.home-1901-block:nth-child(even) {
    background-color: #f0f0f0;
}

.home-1901-hero,
.home-1901-perks,
.home-1901-funding,
.home-1901-awards,
.home-1901-cta {
    padding: 4em 2em;
}

.home-1901-perks img,
.home-1901-funding img,
.home-1901-awards img {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-1901-hero {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #333333;
}


/* .home-1901-hero::before {
    content: " ";
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
} */

.home-1901-hero h1 {
    font-size: 40px;
    margin: 0 0 0.6em;
    color: #f0f0f0;
    word-break: break-word;
}

.home-1901-perks .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home-1901-perks .item {
    width: 90%;
    margin-bottom: 3.2em;
    padding: 2em;
    background: #e8e8e8;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}

.home-1901-perks .item:last-child {
    margin-bottom: 0;
}

.home-1901-perks .item img {
    margin: 0 auto;
}

.home-1901-perks .item-title {
    margin-bottom: 0.4em;
    font-size: 1.4em;
    font-weight: 700;
}

.home-1901-perks .item-title {
    margin-bottom: 0.4em;
    font-size: 1.4em;
    font-weight: 700;
}

.home-1901-funding {
    position: relative;
}

.home-1901-funding::before {
    content: " ";
    position: absolute;
    background-color: #ffffff;
    opacity: 0.9;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.home-1901-funding h2,
.home-1901-funding h3 {
    margin: 0 0 1em;
    text-align: center;
    font-size: 22px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
}

.home-1901-awards img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 1em;
}

.home-1901-awards p {
    text-align: center;
}

.home-1901-cta {
    background-color: #28aeed;
    text-align: center;
}

.home-1901-cta h2,
.home-1901-cta h3 {
    margin: 0 0 1em;
    font-size: 30px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .home-1901 .btn {
        font-size: 1em;
        font-size: 14px;
    }
    .home-1901-hero {
        padding-top: 8em;
        padding-bottom: 8em;
    }
    .home-1901-hero h1 {
        font-size: 48px;
    }
    .home-1901-perks .item {
        width: 44%;
    }
    .home-1901-cta h2,
    .home-1901-cta h3 {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .home-1901-hero,
    .home-1901-perks,
    .home-1901-funding,
    .home-1901-cta,
    .home-1901-awards {
        padding-top: 8em;
        padding-bottom: 8em;
    }
    .home-1901-hero {
        padding-top: 14em;
        padding-bottom: 14em;
        background-position: center;
    }
    .home-1901-hero h1 {
        font-size: 60px;
    }
    .home-1901-perks .item {
        width: 28%;
        margin-bottom: 0;
    }
    .home-1901-funding h2,
    .home-1901-funding h3 {
        margin: 0;
        text-align: right;
    }
    .home-1901-funding .row {
        display: flex;
    }
    .home-1901-funding [class^="col-"]>div,
    .home-1901-funding [class*=" col-"]>div {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .home-1901-cta h2,
    .home-1901-cta h3 {
        font-size: 48px;
    }
}

@media (min-width: 1200px) {
    .home-1901-funding h2,
    .home-1901-funding h3 {
        font-size: 24px;
        letter-spacing: 0;
    }
}

.macro-icon {
    padding-top: 15px;
}

.macro-icon .icon {
    font-size: 100px;
    line-height: 1;
}

.macro-subpagenav {
    margin: 30px auto;
    max-width: 750px;
    padding: 0;
}

.macro-subpagenav .panel-default {
    -webkit-transition: background-color 1s, color 0.5s;
    -o-transition: background-color 1s, color 0.5s;
    transition: background-color 1s, color 0.5s;
    background-color: #f1f1f1;
    border: 0;
    color: #28aeed;
    text-align: center;
}

.macro-subpagenav .panel-default:hover {
    background-color: #28aeed;
    color: #fff;
}

.macro-subpagenav .panel-default:hover .icon {
    color: #fff;
}

.macro-subpagenav .panel-default .icon {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    color: #28aeed;
    font-size: 85px;
    line-height: 1;
}

.macro-subpagenav .panel-default p {
    font-size: 14px;
    margin-bottom: 10px;
}

.macro-subpagenav .panel-default p:last-child {
    margin-bottom: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


/* add panel */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #5c5c5c;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #5c5c5c
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #28aeed
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #28aeed;
    border-color: #28aeed
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #28aeed
}

.panel-primary>.panel-heading .badge {
    color: #28aeed;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #28aeed
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #37a90a;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #37a90a
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #55c8d7;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #55c8d7
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #f8a015;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #f8a015
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #c62323;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #c62323
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}