@-webkit-keyframes positive-buysell-button-bg {
    0%,
    100% {
        background-color: #f1f1f1
    }
    50% {
        background-color: #6bad10
    }
}

@keyframes positive-buysell-button-bg {
    0%,
    100% {
        background-color: #fff
    }
    50% {
        background-color: #6bad10
    }
}

@-webkit-keyframes positive-buysell-button-border {
    0%,
    100% {
        border-color: #f1f1f1
    }
    50% {
        border-color: #6bad10
    }
}

@keyframes positive-buysell-button-border {
    0%,
    100% {
        border-color: #f1f1f1
    }
    50% {
        border-color: #6bad10
    }
}

@-webkit-keyframes positive-buysell-button-title {
    0%,
    100% {
        background-color: #54626e
    }
    50% {
        background-color: #6bad10
    }
}

@keyframes positive-buysell-button-title {
    0%,
    100% {
        background-color: #54626e
    }
    50% {
        background-color: #6bad10
    }
}

@-webkit-keyframes positive-buysell-button-number {
    0%,
    100% {
        color: #2c2c2c
    }
    50% {
        color: #fff
    }
}

@keyframes positive-buysell-button-number {
    0%,
    100% {
        color: #2c2c2c
    }
    50% {
        color: #fff
    }
}

@-webkit-keyframes negative-buysell-button-bg {
    0%,
    100% {
        background-color: #f1f1f1
    }
    50% {
        background-color: #d0021b
    }
}

@keyframes negative-buysell-button-bg {
    0%,
    100% {
        background-color: #fff
    }
    50% {
        background-color: #d0021b
    }
}

@-webkit-keyframes negative-buysell-button-border {
    0%,
    100% {
        border-color: #f1f1f1
    }
    50% {
        border-color: #d0021b
    }
}

@keyframes negative-buysell-button-border {
    0%,
    100% {
        border-color: #f1f1f1
    }
    50% {
        border-color: #d0021b
    }
}

@-webkit-keyframes negative-buysell-button-title {
    0%,
    100% {
        background-color: #54626e
    }
    50% {
        background-color: #d0021b
    }
}

@keyframes negative-buysell-button-title {
    0%,
    100% {
        background-color: #54626e
    }
    50% {
        background-color: #d0021b
    }
}

@-webkit-keyframes negative-buysell-button-number {
    0%,
    100% {
        color: #2c2c2c
    }
    50% {
        color: #fff
    }
}

@keyframes negative-buysell-button-number {
    0%,
    100% {
        color: #2c2c2c
    }
    50% {
        color: #fff
    }
}


/* favorites start */

.instrument-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
}

.fiftytwo-weeks-progress-bar {
    color: #2c2c2c;
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 31px;
}

.fiftytwo-weeks-progress-bar .price-range {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 1;
    font-weight: 400;
}

.fiftytwo-weeks-progress-bar .bar-wrap {
    background-color: #ececec;
    width: 100%;
    border-radius: 4px;
    height: 8px;
    position: relative;
}

.fiftytwo-weeks-progress-bar .measure-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #54626e;
    display: block;
    margin-top: -2px;
    position: absolute;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}

#select_pop_modal ul.items {
    list-style: none;
    padding: 10px 30px;
}

#select_pop_modal li {
    border-bottom: 1px solid #def;
    font-size: 1rem;
    padding: 10px 0px;
}

#select_pop_modal li:last-child {
    border-bottom: unset !important;
}

.market-wrapper {
    position: relative;
}

.market-box {
    padding: 12px;
}

#select_pop_modal .market-wrapper img {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    margin-right: 2rem;
}

#select_pop_modal .previous {
    position: absolute;
    left: 30px;
    font-size: 1.8em;
}

.toast-wrapper {
    position: absolute;
    top: 0px;
    right: 0;
}

.icon_sel {
    position: absolute;
    right: 10px;
    top: 10px;
}

.icon_sel i {
    font-size: 1.5rem;
    color: darkgray;
}

.icon_sel i.fa.fas.fa-plus-circle {
    color: #0dc8de;
}

.left-sidenav-menu li.mm-active>a {
    color: #fff;
    background: #F7D52d;
    box-shadow: unset !important;
    /*    border-radius: unset !important;*/
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 0.9em;
}

.account-body .auth-card {
    border-radius: 0;
}

.account-body.accountbg {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(55%, #deffde));
    background: linear-gradient(0deg, #f7f7f7 0%, #deffde 55%);
}

.symbol_abb,
.header-label a {
    font-weight: 700;
    color: #2c2c2c;
    font-size: 14px;
    letter-spacing: -.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    margin-top: -2px;
}

.symbol_full {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    letter-spacing: -.15px;
}

.positive {
    color: #6bad10;
    /*	text-align: right;*/
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.negative {
    color: #d0021b;
    /*	text-align: right;*/
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.delta_number {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.delta_rate {
    font-size: 12px;
    font-weight: 400;
}

.prices {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.prices .price.number {
    border: 1px solid #f1f1f1;
    border-top-width: 0;
}

.delta_block .delta_number {
    line-height: unset;
}

.prices.positive-change {
    -webkit-animation: 1s ease-in-out positive-buysell-button-bg;
    animation: 1s ease-in-out positive-buysell-button-bg;
}

.prices.negative-change {
    -webkit-animation: 1s ease-in-out negative-buysell-button-bg;
    animation: 1s ease-in-out negative-buysell-button-bg;
}

.prices.positive-change .price {
    -webkit-animation: 1s ease-in-out positive-buysell-button-border, 1s ease-in-out positive-buysell-button-number;
    animation: 1s ease-in-out positive-buysell-button-border, 1s ease-in-out positive-buysell-button-number;
}

.prices.negative-change .price {
    -webkit-animation: 1s ease-in-out negative-buysell-button-border, 1s ease-in-out negative-buysell-button-number;
    animation: 1s ease-in-out negative-buysell-button-border, 1s ease-in-out negative-buysell-button-number;
}

.symbol_wrapper {
    width: 180px;
}

.delta_wrapper {
    margin-right: 1.5rem !important;
}

.buy_box,
.sell_box {
    /*	min-width:120px;*/
    height: 35px;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #f1f1f1;
}

.buy_tit,
.sell_tit {
    -webkit-box-flex: 0;
    flex: none;
    width: 38px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 6px;
    background-color: #54626e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.15px;
    line-height: 1.25em;
}

.buy_number,
.sell_number {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    border: 1px solid #f1f1f1;
    border-top-width: 0;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 6px 8px;
}

.fixed-info {
    background-color: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 273px;
}

.add-row {
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    color: #777;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.info-wrapper {
    display: flex;
}

.info-block {
    border-top: 2px solid;
    height: 80px;
    padding: 15px;
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1;
    border-right: 1px solid #edf0f5;
}

.info-number {
    font-size: 20px;
    letter-spacing: -.3px;
    font-weight: 300;
}

.info-desc {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.inner-header {
    position: relative;
    height: 60px;
    text-align: left;
    background-color: rgba(250, 250, 250, 0.95);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    transition: left .2s ease-out;
    -webkit-transition: left .2s ease-out;
    z-index: 2;
    border-bottom: solid 1px #ddd;
    display: flex;
}

.p-portfolio {
    position: absolute;
    top: 0px;
    bottom: 80px;
    left: 300px;
    right: 0;
}

.button-wrapper i {
    font-size: 2rem;
}

.inner-header .button-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #ddd;
}

.number {
    font-weight: 400;
    color: #2c2c2c;
    font-size: 16px;
    letter-spacing: -.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    text-align: right;
}

.header-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    border-right: 2px solid #ddd;
    font-size: 1.3rem;
}


/* marketplace */

#markets-container .card {
    margin-bottom: 0;
}

.mk-tit {
    border-bottom: 1px solid #fff;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mk-tit:after {
    display: block;
    width: 100%;
    content: "";
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
}

header.mk-top {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.avt-wrapper {
    display: flex;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.avt {
    -webkit-box-flex: 0;
    flex: none;
    position: relative;
    height: 41px;
    padding: 2px 0 4px;
}

.avt img,
.symbol_ico img {
    width: 35px;
    height: 35px;
}

.symbol-abb a {
    font-weight: 600;
    margin-bottom: 4px;
}

.symbol-full {
    margin-top: 5px;
}

.symbol-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.add-btn i {
    font-size: 20px;
}

.card-subtitle {
    display: flex;
}

.delta-wrapper {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.button-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.trade-button-title {
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    padding: 6px;
    background-color: #54626e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.15px;
    line-height: 1.25em;
    color: #fff;
}

@media screen and (max-width: 1599px) {
    .app-search {
        display: none;
    }
}


/* marketplace end */


/* history start */

#portfolio-table {
    height: 600px;
}

#portfolio-table .delta_rate {
    font-size: unset !important;
}

.time {
    text-align: right;
    color: #222;
}

.table-hat-wapper {
    border-bottom: 1px solid #e5e5e5;
    height: 80px;
    padding: 15px;
    position: relative;
    background-color: #fff;
}

.w-portfolio-table-hat {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    height: 80px;
    padding: 15px 30px;
    position: relative;
    background-color: #fff;
}

.reward-header .w-portfolio-table-hat {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-hat-wapper.hat-x6 .table-hat-cell {
    width: 20%;
}

.table-hat-wapper .table-hat-cell:first-child {
    padding-left: 0;
}

.table-hat-wapper .table-hat-cell {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    position: relative;
}

.i-portfolio-table-hat-cell {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    padding: 0 5px;
}

@media screen and (min-width: 741px) {
    .table-hat-wapper .table-hat-cell:nth-child(n+2) {
        border-left: solid 1px #e2e2e2;
        padding-left: 10px;
    }
}

.i-portfolio-table-hat-cell-value,
.i-portfolio-table-header-cell-value {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (min-width: 741px) {
    .table-hat-wapper .table-hat-cell:nth-child(n+2) {
        border-left: solid 1px #e2e2e2;
        padding-left: 10px;
    }
}

.symbol_wrapper .symbol_tit {
    position: relative;
    top: 10px;
}

.amount_wrapper .amount {
    position: relative;
    top: 6px;
    left: 6px;
}

.fee-wrapper {
    display: flex;
    justify-content: center;
}

.fee-wrapper .symbol2 {
    position: relative;
    left: 6px;
}


/* history end */

#buy-sell-button-container-sell {
    padding: 0;
}

.evt-link {
    width: 48%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.price.number {
    color: #333;
    text-align: right;
    padding: 7px 8px 5px;
}

.market-card-link {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: 700;
    color: #0079b9 !important;
}

#order_modal ul.nav li a {
    width: 120px;
    font-weight: 700;
}

.user-info.stock-sell-buy {
    overflow: visible;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    font-size: 1.2em;
}

.top-trade-profit,
.user-info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}

.user-info {
    letter-spacing: 0.2px;
}

.execution-dropper {
    height: 35px;
    width: 100px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px;
}

.execution {
    background-color: #f7f7f7;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 642px;
    height: 670px;
    overflow-x: visible;
    overflow-y: hidden;
    padding-bottom: 0px;
    z-index: 60;
    -webkit-overflow-scrolling: touch;
    display: block
}

.execution-main-head-drop .i-feed-drop {
    display: none
}

.execution::-webkit-scrollbar {
    display: none
}

.execution-head {
    border-bottom: 1px solid #151619;
    height: 60px;
    position: relative
}

.execution-head .search-ph {
    display: none;
    margin-left: -30px
}

.execution-main {
    padding: 0 48px 20px;
    margin-bottom: 100px;
}

.execution-main .tab-box-execution-sublabel,
.execution-main .e-drop-select-box,
.execution-main .stepper-info,
.execution-main .stepper-ph,
.execution-main .execution-main-head {
    transition: all ease 250ms
}

.execution-main .stepper-ph {
    width: 600px;
    margin: 20px auto;
}

.execution-main-head {
    border-bottom: 1px solid #dedede;
    box-shadow: 0 1px 0 0 #fefefe;
    padding: 14px 0 20px;
    position: relative;
}

.execution-main-head .execution-avatar-ph {
    width: 66px;
    display: inline-block;
    vertical-align: top;
    margin-right: 33px
}

.execution-main-head-avatar-ph {
    display: inline-block;
    height: 66px;
    margin-right: 33px;
    vertical-align: middle;
    position: relative
}

.execution-main-head-avatar {
    height: 66px;
    width: 66px
}

.execution-main-head-title {
    color: #777;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    height: 60px
}

.execution-main-head-sub-title {
    font-size: 14px;
    font-weight: normal;
    text-transform: none
}

.execution-main-head-title-name {
    color: #2c2c2c
}

.execution-main-head-title-name span:first-child {
    text-transform: uppercase;
    margin-right: 5px
}

.execution-main-head-title-fullname {
    border-left: 1px solid #bababa;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    left: 4px;
    line-height: 15px;
    padding-left: 10px;
    position: relative;
    text-transform: none;
    top: -2px
}

.execution-main-head-title-link {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase
}

.execution-main-head-title-price-value {
    color: #2c2c2c;
    font-size: 30px;
    line-height: 28px
}

.execution-main-head-title-price-value.positive {
    color: #6eaf0f
}

.execution-main-head-title-price-value.negative {
    color: #e1191d
}

.execution-main-head-title-price-change {
    font-size: 16px;
    font-weight: normal;
    left: 4px;
    position: relative
}

.execution-main-head-title-timeframe {
    font-size: 12px;
    font-weight: normal;
    left: 4px;
    position: relative;
    text-transform: uppercase;
    top: -2px
}

.execution-main-head .execution-main-head-drop {
    top: 82px;
    right: 47px
}

.execution-main-head-drop {
    display: inline-block;
    right: 0;
    position: absolute;
    top: 1px
}

.tab-box.execution-start {
    margin-bottom: 25px
}

.execution-main-head-drop.e-drop.light.big {
    height: 47px;
    width: 114px
}

.execution-main-head-drop.e-drop.light.big .e-drop-label {
    padding-top: 7px;
    display: inline-block
}

.execution-main-head-drop.e-drop.light.big .e-drop-label .e-drop-label-icon {
    margin-left: 38px
}

.execution-ad-footer {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;
    position: absolute;
    text-align: center;
    width: 100%
}

.execution-ad-footer-b {
    font-size: 18px
}

.execution-main-head-title-switch {
    color: #0079b9;
    display: inline-block;
    /*	float: right;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    text-decoration: underline
}

.execution-main-head-title-switch:hover {
    color: #00a5ee
}

.button-standard.button-blue {
    background-color: #3F9ADB;
    border: 1px solid #3F9ADB;
    color: #fff;
    box-shadow: none;
}

.tab-box-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 20px;
    overflow: hidden;
    width: 600px;
}

a#dLabel5 {
    width: 70px;
    display: inline-block;
}


/*
.tab-box {
	background-color: #f9f9f9;
	border: 1px solid #dedede;
	border-radius: 6px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
	margin: 0 auto 20px;
	overflow: hidden;
}
*/

.tab-box ul.nav.nav-tabs li {
    width: 33.33%;
    background-color: #fff;
}

.tab-box .nav-tabs .nav-link.active {
    background-color: #f9f9f9;
    border-color: unset;
    color: #000;
    font-weight: 600;
}

.tab-box .nav-tabs .nav-link {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.box-tab-value,
.box-tab-label {
    text-align: center !important;
}

.tab-box-tab {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    display: inline-block;
    /*	float: left;*/
    padding: 14px 5px;
    text-align: center;
    width: 180px
}

.tab-box-tab:first-child {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px
}

.tab-box-tab:nth-child(4) {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    border-right: 0
}

.tab-box-tab.disabled,
.tab-box-tab.disabled .tab-box-tab-label,
.tab-box-tab.disabled:hover .tab-box-tab-label {
    color: #777;
    cursor: default
}

.tab-box-tab-value {
    font-size: 20px;
    line-height: 22px
}

.tab-box-tab-label {
    color: #0079b9;
    font-size: 13px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

.tab-box-tab:hover .tab-box-tab-label {
    color: #00A5EE
}

.tab-box-tab.active {
    background-color: #f9f9f9;
    border-bottom-color: #f9f9f9;
    position: relative
}

.tab-box-tab.disabled,
.tab-box-tab.disabled:hover {
    color: #777
}

.tab-box-tab.disabled .tab-box-tab-label,
.tab-box-tab.disabled:hover .tab-box-tab-label {
    color: #bebebe
}

.tab-box-tab.active>.tab-box-tab-label {
    color: #777
}

.stepper-info {
    text-align: center
}

.stepper-info .other-info>p {
    color: #000;
    font-size: 14px;
    display: inline
}

.stepper-info .other-info>span {
    color: #777;
    font-size: 14px;
    display: inline;
    text-transform: uppercase
}

.stepper-info .other-info>.stepper-info-border {
    padding-right: 12px;
    margin-right: 6px;
    border-right: 1px solid #bebebe
}

.stepper-label {
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
    width: 125px;
    line-height: 1;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.stepper-minus,
.stepper-plus {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

.stepper {
    display: inline-block;
    text-align: center;
    width: 278px;
}

.stepper-switch {
    font-size: 12px;
    height: 43px;
    width: 188px;
    text-overflow: ellipsis;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    /*    padding-right: 15px;*/
}

.dropdown-menu {
    min-width: unset !important;
}

.tab-box-tab.active::before,
.tab-box-tab.active::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 6px
}

.execution-main-head-title.stock-sell-buy {
    text-transform: uppercase;
    position: relative
}

.execution-main-head-title.stock-sell-buy .execution-disclaimer {
    color: #777;
    font-size: 10px;
    position: absolute;
    bottom: -10px
}

.tab-box-tab.active::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAIAAAByq0inAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYyMTlBNjYzRjkxQTExRTJBMTZEOTk2RjI3NDZDOTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyMTlBNjY0RjkxQTExRTJBMTZEOTk2RjI3NDZDOTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjIxOUE2NjFGOTFBMTFFMkExNkQ5OTZGMjc0NkM5MzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjIxOUE2NjJGOTFBMTFFMkExNkQ5OTZGMjc0NkM5MzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DeFe+AAAAGElEQVR42mL8////v3///sLAnz9/AAIMAKmvEdJlFAvAAAAAAElFTkSuQmCC");
    left: -7px
}

.tab-box-tab.active::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAIAAAByq0inAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzOTNCQjg0RjkxQTExRTJBRjVCODRFQUYyOTkxMEVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzOTNCQjg1RjkxQTExRTJBRjVCODRFQUYyOTkxMEVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTM5M0JCODJGOTFBMTFFMkFGNUI4NEVBRjI5OTEwRUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTM5M0JCODNGOTFBMTFFMkFGNUI4NEVBRjI5OTEwRUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7v5Q4OAAAAF0lEQVR42mL88OEDCwsLMwwwMTEBBBgAMYIC/w6/QtkAAAAASUVORK5CYII=");
    right: -7px
}

.tab-box-tab:first-child.active::before,
.tab-box-tab:last-child.active::after {
    background-image: none
}

.tab-box-main {
    background-color: #f9f9f9;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.tab-box-execution-title {
    color: #777;
    font-size: 12px;
    margin: 18px 10px -9px 20px;
    text-align: left;
    text-transform: uppercase
}

.tab-box-execution-title.copy {
    background-color: #fff;
    margin: 0;
    display: block;
    width: auto;
    padding: 20px 20px 18px;
    border-bottom: 1px solid #dedede;
    font-size: 13px;
    position: relative
}

.tab-box-execution-title.copy .stop-point {
    font-size: 20px;
    margin-top: -4px
}

.tab-box-execution-title.copy.start {
    color: #777;
    border-bottom: 0 solid rgba(240, 240, 240, 0);
    text-transform: none;
    font-size: 16px
}

.execution-main-action.copy.start {
    padding: 30px 0 0
}

.tab-box-execution-title.copy.start span {
    font-size: 16px;
    color: #000;
    font-weight: bold
}

.tab-box-execution-title.copy.start .e-link:hover {
    color: #00a5ee
}

.tab-box-execution-title.copy.start .e-link {
    color: #0079b9;
    font-weight: normal;
    border-left: 1px solid #bebebe;
    padding-left: 10px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 24px
}

.tab-box-main.extended .tab-box-execution-stoploss.stop-at {
    height: 121px;
    opacity: 1
}

.tab-box-main.extended .tab-box-execution-title.copy.start {
    border-bottom: 1px solid #f0f0f0
}

.tab-box-main.extended .tab-box-execution-title.copy.start .stop-point.e-link {
    opacity: 0
}

.tab-box-execution-stoploss.stop-at {
    transition: all ease-out .5s;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.tab-box-execution-stoploss.info {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.tab-box-execution-stoploss.info .label {
    text-transform: uppercase;
    padding: 15px 0px 15px 30px;
    font-weight: bold;
    display: inline-block;
    text-align: left
}

.tab-box-execution-stoploss.info .stop-copying-at {
    display: inline-block;
    font-weight: bold;
    padding: 15px 30px 15px 0px;
    /*	float: right;*/
}

.tab-box-execution-start,
.tab-box-execution-stoploss {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none
}

.tab-box.execution-start .tab-box-execution-start,
.tab-box.execution-stoploss .tab-box-execution-stoploss,
.tab-box.execution-risklevel .tab-box-execution-risklevel,
.tab-box.execution-takeprofit .tab-box-execution-takeprofit {
    display: block;
    padding: 1px 0
}

.tab-box-execution-start-column {
    display: block;
    font-size: 16px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 16px;
    margin: 0 auto
}

.tab-box-execution-start-column:nth-child(n+2) {
    margin-left: -4px
}

.i-tab-box-execution-stepper-label,
.tab-box-main .i-stepper-label {
    display: inline-block;
    font-weight: bold;
    vertical-align: -20px;
    padding-left: 30px
}

.e-btn.light.stepper-switch {
    font-size: 12px;
    height: 47px;
    position: absolute;
    right: 19px;
    top: 1px;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis
}

.tab-box-execution-copy-info {
    border-top: 1px solid #fff
}

.tab-box-execution-copy-info .i-stepper-label {
    font-size: 16px
}

.tab-box.execution-stoploss .tab-box-execution-copy-info {
    -webkit-animation: resize 0.5s;
    animation: resize 0.5s;
    border-top: 1px solid #dedede
}

button.close {
    position: absolute;
    right: 16px;
}

.execution-main-head-price-value {
    font-size: 30px;
    line-height: 28px;
}

.stepper-switch .button-standard {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 105px;
    padding: 1px;
    text-align: center;
    padding: 10px 0;
    font-size: 0.8rem;
    text-align: center;
}

.button-standard {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #f8f8f8;
    background-color: #fdfdfd;
    color: #0079b9;
    cursor: pointer;
    transition: background-color .2s linear;
}

.stepper-minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-width: 1px 0 1px 1px;
}

.stepper-plus,
.stepper-minus {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #1e9fd4;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    vertical-align: middle;
    width: 50px;
    position: relative;
}

.stepper-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-width: 1px 1px 1px 0;
}

.stepper-minus:after {
    border-right: 1px solid #dcdcdc;
    right: 0;
}

.stepper-plus:after,
.stepper-minus:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
}

.stepper-plus:after {
    border-left: 1px solid #dcdcdc;
    left: 0;
}

.stepper-value {
    width: 150px;
    margin: 0 -5px 0 -4px;
    height: 43px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    border-width: 1px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-sizing: content-box;
    padding: 0;
}

.x8 .risk-itemlevel {
    font-size: 16px;
    margin-left: 0 !important;
    width: 11.2%;
}

.risk-itemlevel {
    outline: 1px solid #dcdcdc;
    box-sizing: border-box;
    color: #0079b9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #666;
}

.group-buttons {
    padding: 20px 20px 10px;
}

.execution-sub-label {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.execution-button {
    min-width: 225px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 55px;
    height: 55px;
    padding: 0 10px;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    -moz-transition-property: background-color, border-color, color;
    -o-transition-property: background-color, border-color, color;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
}

.execution-action-button {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 0;
    right: 0;
}

.execution-main .disclaimer {
    color: #777;
    font-size: 10px;
    position: relative;
    font-weight: normal;
}

img.avatar {
    width: 66px;
    height: 66px;
}

ul.wt,
ul.wt2 {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
}

ul.wt li {
    width: 25%;
    text-align: center;
}

ul.wt2 li {
    width: 20%;
    text-align: center;
}


/* header real-virtual toggle */

li.rv-toggle {
    width: 150px;
    margin-right: 10px;
}

li.rv-toggle .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: .25rem !important;
}

li.rv-toggle .nav-tabs .nav-item:last-child .nav-link {
    border-top-left-radius: unset !important;
    border-top-right-radius: .25rem !important;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: .25rem !important;
}

li.rv-toggle li.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

li.rv-toggle a.nav-link {
    height: 60%;
    width: 100%;
    text-align: center;
}

li.rv-toggle span.tab-tit {
    position: relative;
    top: -14px;
}

li.rv-toggle .nav-tabs .nav-link.active {
    border-color: unset !important;
    border: 0 !important;
}

li.rv-toggle .nav-tabs .nav-link {
    border: 1px solid rgba(23, 97, 253, 0.5);
    /*    border: 1px solid #1761fd;*/
}

li.account.report .report-wrapper {
    width: 220px;
}

li.account.report {
    margin-right: 200px;
}

li.account.report .balance-txt {
    color: #1c2d41;
    font-weight: 600;
    font-size: 24px;
    width: 220px;
}

ul#sel-platform-table {
    width: 200px;
}

#sel-platform-table li.nav-item {
    width: 100px;
}

#sel-platform-table a.nav-link {
    border: 1px solid rgba(23, 97, 253, 0.5);
    text-align: center;
}

#sel-platform-table .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: unset !important;
}

#sel-platform-table .nav-item:last-child .nav-link {
    border-top-left-radius: unset !important;
    border-top-right-radius: .25rem !important;
}

.address-wrapper {
    display: flex;
}

span.copy-btn {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.copy-btn i.fa.fas.fa-copy {
    font-size: 1.5em;
    color: silver;
}

@media (max-width: 767px) {
    .rv-toggle {
        display: none;
    }
    li.account.report {
        display: none;
    }
    .market-box {
        padding: 8px 0;
    }
    .topbar .topbar-left {
        display: none;
    }
    .left-sidenav {
        min-width: 200px;
        max-width: 200px;
        padding: 0;
    }
    .left-sidenav-menu li.mm-active>a {
        border-radius: 0;
    }
    .left-sidenav-menu li ul {
        padding: 0;
    }
}

.minichart.mainchart img {
    width: calc(100% - 4px);
    justify-items: flex-end;
    position: absolute;
    left: 2px;
    height: 75px;
}

.minichart>div {
    height: 75px;
    overflow: hidden;
    display: flex;
    align-content: center;
    clear: both;
}

span.google-label {
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    position: relative;
    left: -12px;
    color: deeppink;
}

ul.social-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-wrapper {
    display: flex;
}

.noti-label {
    padding-top: 3px;
    margin-right: 12px;
    width: 120px;
}

#app {
    display: none !important;
}

.left-sidenav .tit {
    font-size: 1rem;
}

.enlarge-menu.enlarge-menu-all .topbar .topbar-left {
    width: unset;
}

.frt {
    float: right;
    position: absolute;
    right: 0px;
    top: -16px;
}

.frt img {
    width: 20px;
}