/* Add here all your CSS customizations */
html.dark body {
    color: #CCC;
}

html a {
    color: #444;
}

html a:hover {
    color: #222;
}

html.dark a {
    color: #EEE;
}

html.dark a:hover {
    color: #FFF;
}

.popover-content, .flotTip {
    color: #666;
}

#help p {
    padding: 4px 0 4px 0;
}

#help h6 {
    line-height: 1.5;
}

#stream {
    position: fixed;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #171717;
    z-index: 1000;
    border-left: 5px solid #282d36;
    padding: 7px 0 7px 7px;
    line-height: 120%;
}

#stream-toggle {
    position: absolute;
    top: 120px;
    left: -38px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.alert-custom {
    background: #2e353e;
    color: #EEE;
    padding: 5px;
    margin: 0 0 8px 0;
}

.scrollable-content {
    margin-right: -20px;
    margin-left: 0;
}

@media only screen and (min-width: 768px) {
    #stream {
        top: 114px;
    }

    #stream-toggle {
        top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    #stream {
        top: 0px;
    }

    #stream-toggle {
        top: 250px;
    }
}

/* Analysis datatable */
/*#datatable-custom-analysis {*/
/*    display: none;*/
/*}*/

td.details-control {
    width: 6.666%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

tr.shown td.details-control {
    width: 6.666%;
    vertical-align: middle;
    text-align: center;
}

td.details-control, .indent {
    text-align: center;
}

table.dataTable tbody td.no-padding {
    padding: 0;
}

.analysisTable {
    width: 6.666%;
    vertical-align: middle;
    padding: 0px;
    margin: 0px
}

.keyStatsTable {
    width: 20%;
    text-align: center;
    vertical-align: middle !important;
    padding: 0px;
    margin: 0px
}

/* Loader */
#analysisLoader {
    margin-top: 10%;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 5px solid #ddd;
    border-radius: 50%;
    border-top: 5px solid #0088cc;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    border-width: 0px !important;
}

table.dataTable tbody td {
    vertical-align: middle;
}

/* Whitelabel homepage */

.mobile-panel-heading {
    padding-top: 2%;
    padding-bottom: 2%;
}

.mobile-panel-body {
    font-size: 1.05rem;
}

.mobile-signal-rows {
    padding-top: 0.5%;
    vertical-align: middle;
    text-align: center;
}

.mobile-signal-analysis {
    width: 100%;
    height: 100%;
    vertical-align: middle !important;
}

.desktop-signal-analysis {
    width: 100%;
    height: 100%;
}

hr {
    margin-top: 0%;
    margin-bottom: 2%;
}

.alertCheckbox {
    padding-left: 0px !important;
}

.img-circle {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-picture {
    width: 28px;
    height: 28px;
}

.panel-body {
    border-radius: 0;
}

.userbox.open .dropdown-menu i {
    height: 20px;
    width: 20px;
    text-align: center;
}

.userbox.open .dropdown-menu {
    padding: 45px 6px 0;
}

.link {
    cursor: pointer;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mfp-close, .mfp-close-btn-in .mfp-close {
    display: none;
}

.mfp-bg {
    z-index: 1042;
}

table td {
    vertical-align: middle !important;
}

.btn-follower {
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.5;
    margin-top: -4px;
}

.panel-dashboard {
    border: none !important;
    padding: 0;
}

@media only screen and (min-width: 770px) {
    .text-desktop-left {
        text-align: left;
    }
}

.text-first-capitalize:first-letter {
    text-transform: capitalize !important;
}

.ui-pnotify-text {
    text-transform: lowercase !important;
}

.ui-pnotify-text:first-letter {
    text-transform: capitalize !important;
}

.account-status {
    padding-left: 16px;
    color: red;
}

.forex-symbols {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}

.ios-switch-symbols {
    margin: 5px auto 15px auto;
}

.ios-switch {
    display: none;
}

.datatables-header, .datatables-footer, thead {
    display: none;
}

.tab-pane {
    height: 100%;
}

.dataTables_wrapper {
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.loader {
    margin: 60px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0,136,204, 0.5);
    border-right: 1.1em solid rgba(0,136,204, 0.5);
    border-bottom: 1.1em solid rgba(0,136,204, 0.5);
    border-left: 1.1em solid #0088CC;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.text-overflow {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.padding-top {
    padding-top: 1em;
}

.tab-pane {
    display: none;
}

@media all and (max-width:480px) {
    .btn-mb-block {
        width: 100%;
        display:block;
    }
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
    padding-top: 0;
}

select.multiselect-hidden {
    visibility: hidden;
    position: absolute;
    max-height: 27px;
}
.switch.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.d-block {
    display: block;
}

@media only screen and (max-width: 600px) {
    .mobile-tabs {
        width: 50%;
    }
}

.remove-border-radius {
    border-radius: 0 !important;
}

@media only screen and (max-width: 650px) {

    .tab-content {
        /*height: 50vh;*/
        overflow-x: auto;
        overflow-y: auto;
    }

    /*.mfp-wrap {*/
    /*    position: fixed;*/
    /*    height: 100vh;*/
    /*}*/

    /*.mfp-container {*/
    /*    padding: 0;*/
    /*}*/

    /*.modal-block {*/
    /*    margin: 0;*/
    /*}*/

    /*.mfp-content{*/
    /*    border: none;*/
    /*    height: 100vh;*/
    /*    max-height: 100vh;*/
    /*    border-radius: 0;*/
    /*}*/
}

.btn-sm-icon {
    height: 31px;
    width: 33px;
    background: red;
}

html, body {
    height: 100%;
}

.text-decoration-none {
    text-decoration: none !important;
}

.account-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.border-none {
    border: none !important;
}

.filter-dropdown-container {
    display: none;
    position: fixed;
    right: 40px;
    z-index: 1;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-top: 1rem;
    padding: 10px;
    width: 200px;
}

@media only screen and (max-width: 650px) {
    .filter-dropdown-container {
        margin-top: 11px;
        left: 15px;
        border: none;
        width: 94%;
    }
}

.filter-dropdown-container-analysis-trades {
    right: 15px;
    top: 32px;
}

.filter-dropdown-container-analysis-history {
    right: 15px;
    top: 32px;
}

.filter-dropdown-container-calendar {
    width: 600px;
    right: 194px;
}

@media only screen and (max-width: 950px) {
    .filter-dropdown-container-calendar {
        right: 0;
        left: 0;
        width: 100%;
    }
}

.multiselect-container {
    width: 100%;
}

/*.fa {*/
/*    padding-right: 3px !important;*/
/*}*/

@media only screen and (max-width: 650px) {
    .fa {
        padding-right: 0 !important;
    }
}

.inner-wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
}

.btn-toggle {
    padding: 2px 3px;
}

.multi-copier-icon {
    padding-right: 3px !important;
}

.panel-heading-title-container {
    padding: 18px;
    height: 55px
}

@media only screen and (max-width: 650px) {
    .panel-heading-title-container {
        height: 73px;
    }
}

.panel-heading-title {
    max-width: 400px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

@media only screen and (max-width: 650px) {
    .panel-heading-title {
        max-width: 260px;
        text-overflow: clip;
        white-space: pre-line;
        overflow: hidden;
    }
}

.stt-tab {
    padding: 16px 15px !important;
    height: 55px !important;
    border-radius: 0 !important;
}

@media only screen and (max-width: 650px) {
    .nav-tab-item {
        width: 50%;
    }
}

@media only screen and (max-width: 650px) {
    .stt-tab {
        margin-bottom: 0 !important;
    }
}

.panel-tab-content {
    border: none;
    padding: 0;
    box-shadow: none;
}
@media only screen and (max-width: 650px) {
    .panel-nav-tab-item {
        width: 33.3%;
    }
}

.pagination {
    z-index: 0;
}


#datatable-trade tbody tr {
    height: 42.5px;
}

#datatable-history tbody tr {
    height: 42.5px;
}

.page-header {
    padding-right: 0;
}

.help-button {
    border-bottom: none !important;
}

.page-header h2 {
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 650px) {
    .page-header .title {
        width: 400px;
    }
}

@media only screen and (max-width: 500px) {
    .page-header .title {
        width: 300px;
    }
}

@media only screen and (max-width: 430px) {
    .page-header .title {
        width: 150px;
    }
}



/*img {*/
/*    image-rendering: optimizeSpeed;             // Older versions of FF*/
/*    image-rendering: -moz-crisp-edges;          // FF 6.0+*/
/*    image-rendering: -webkit-optimize-contrast; // Webkit (non standard naming)*/
/*    image-rendering: -o-crisp-edges;            // OS X & Windows Opera (12.02+)*/
/*    image-rendering: crisp-edges;               // Possible future browsers.*/
/*    -ms-interpolation-mode: nearest-neighbor;   // IE (non standard naming)*/
/*}*/

.text-bold {
    font-weight: bold;
}

#datatable-copiers-new tbody {
    border-left: 2px solid;
}

th, td {
    white-space: nowrap;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(135,157,185, 0.1) none;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px;
    height: 7px; /* for horizontal scrollbars */
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(135,157,185, 0.3);
    border-radius: 20px;
    border: none;
}

.c-bn {
    padding: 4px 20px 4px 20px !important;
    border-radius: 2px !important;
    text-transform: uppercase !important;
}

#c-p-bn, #s-all-bn {
    background: #0099e6 !important;
}

.cc-link {
    color: #0099e6 !important;
}

.alert-announcement {
    background: #d2322d !important;
    color: white !important;
    border: 1px solid #620907;
    border-radius: 4px;
}

.alert-announcement-warning {
    background: #ed9c28 !important;
    color: white !important;
    border: 1px solid #ee9416;
    border-radius: 4px;
}

.alert-announcement-info {
    background: #5bc0de !important;
    color: white !important;
    border: 1px solid #25b4de;
    border-radius: 4px;
}

html.dark .popover {
    border-color: #1d2127;
    background: transparent;
    padding: 0;
}

html.dark .popover-title {
    background: #282d36;
    border-color: #1d2127;
    padding: 7px;
    letter-spacing: normal;
}

html.dark .popover.right > .arrow:after {
    border-right-color: #2d4156;
}

html.dark .popover-content {
    background: #2d4156;
    color: #ffffff;
    padding: 7px;
}

html .popover {
    background: transparent;
    border-color: #FDFDFD;
    padding: 0;
}

html .popover-title {
    background: #ECEDF0;
    border-color: #FDFDFD;
    padding: 7px;
    letter-spacing: normal;
}

html .popover-content {
    background: #FDFDFD;
    color: #777777;
    padding: 7px;
}
html.dark .popover.right > .arrow {
    border-right-color: rgba(0, 0, 0, .25);
}

html .popover.right > .arrow {
    border-right-color: #ECEDF0;
}

html .pagination > li.active a, html.dark .pagination > li.active a {
    z-index: 0 !important;
}


@media only screen and (max-width: 650px) {
    .btn-left-mb-right-dt {
        float: left;
    }
}

@media only screen and (max-width: 650px) {
    .btn-left-mb-right-dt {
        float: left;
    }
}

@media screen and (min-width: 650px) {
    .btn-left-mb-right-dt {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .inner-wrapper {
        min-height: 100vh;
        padding-top: 0;
    }
}

#terms ol {
    padding-left: 23px;
}

#terms ol li:first-child{
    font-weight: bold;
}

/* Scroll to Top */
html {
    .scroll-to-bottom {
        transition: all 0.3s;
        background: #282d36;
        border-radius: 7px 7px 0 0;
        bottom: 0px;
        color: #FFF;
        display: block;
        height: 9px;
        opacity: 0;
        padding: 5px 10px 25px;
        position: fixed;
        right: 60px;
        text-align: center;
        text-decoration: none;
        min-width: 39px;
        z-index: 1040;
        &:hover {
            opacity: 1;
        }
        &.visible {
            opacity: 0.75;
        }
        span {
            display: inline-block;
            padding: 0 5px;
        }
    }
    &.ie11 {
        .scroll-to-top {
            right: 25px;
        }
    }
}

/* Responsive */
@media (max-width: 991px) {
    html .scroll-to-bottom.hidden-mobile {
        display: block !important;
    }

    html .scroll-to-top.hidden-mobile {
        display: block !important;
    }
}

/*.grecaptcha-badge { visibility: hidden; }*/
#cloudflare-container iframe {
    width: 100% !important;
    margin-bottom: 10px;
}

.opacity-50 {
    opacity: 0.5;
}

.btn-default {
    padding: 6px 10px;
}

.datepicker {
    padding: 0;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-group {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
