.bg-white {
    background: #fff;
}

.m-0 {
    margin: 0;
}

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

.pt-8 {
    padding-top: 8px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-8 {
    padding-right: 8px;
}

.color-buy {
    color: #00FFFF;
}

.color-sell {
    color: #ff3300;
}

.fs-11 {
    font-size: 11px !important;
}

.align-middle {
    vertical-align: middle !important;
}

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

.text-last-center {
    text-align-last: center;
}

.content-wrapper-order {
    background-color: #ecf0f5;
    padding-top: 0px;
    margin-left: 200px;
}

.regist-box {
    width: 80%;
    margin: 2% auto;
}

.regist-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.regist-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.regist-table {
    width: 60%;
    margin: 0 auto;
}

.regist-table table {
    border: 1px solid #f4f4f4;
}

.service-policy {
    height: 500px;
    overflow: auto;
    padding: 30px;
    border: 1px solid #CCC;
}

.consent-btn {
    margin: 50px auto;
    height: 40px;
    width: 200px;
    font-size: 18px;
}

.parent_user_title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.3em;
}

@media screen and (max-width:767px) {
    .content-wrapper-order {
        margin-left: 0;
    }

    .account-select {
        -webkit-appearance: none;
        color: #333;
        background: #FFF;
        border-radius: 0px;
        padding: 2px 5px !important;
    }

    .regist-box {
        width: 98%;
        margin: 5% auto;
    }

    .regist-logo {
        font-size: 2em;
        text-align: center;
        margin-bottom: 0px;
        font-weight: 300;
    }

    .regist-box-body {
        background: #fff;
        padding: 10px;
        border-top: 0;
        color: #666;
    }

    .regist-table {
        width: 95%;
        margin: 0 auto;
    }

    .service-policy {
        height: 400px;
        overflow: auto;
        padding: 15px;
        border: 1px solid #CCC;
    }

    .consent-btn {
        margin: 30px auto;
        height: 40px;
        width: 200px;
        font-size: 18px;
    }

    .line_not_setting_message_wap {
        margin-left: 0 !important;
    }

    #selectTargetAccountIds {
        height: auto !important;
    }

    .payment_status_table th {
        padding-left: 10px !important;
    }

    .payment_status_table th:first-child {
        width: 135px !important;
    }

    .card-input-wrapper {
        width: 100% !important;
    }
}

.apikey-box {
    display: flex;
    margin: 25px;
}

.apikey-box .title {
    font-size: 20px;
    padding: 10px;
}

.apikey-num {
    border: 1px solid #CCC;
    padding: 10px 25px;
    margin-left: 20px;
}

.apikey-num span {
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
}

.apikey-num span:last-child {
    margin-right: 0px;
}

.scroll {
    overflow: auto;
    white-space: nowrap;
    clear: both;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
    height: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.scroll_widget {
    overflow: auto;
    white-space: nowrap;
    clear: both;
    padding-bottom: 12px;
}

.scroll_widget::-webkit-scrollbar {
    height: 15px;
}

.scroll_widget::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll_widget::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.scroll_order {
    overflow: auto;
    white-space: nowrap;
    clear: both;
    padding-bottom: 5px;
    /*position: absolute;*/
    height: 100%;
    width: 100%;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #697b91;
    display: inline-block;
    margin-left: 5px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-right: solid 6px #697b91;
    display: inline-block;
    margin-right: 5px;
}


.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

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

.tiparea li {
    position: relative;
}

.tiparea li:hover {
    background: #CCC;
}

.tiparea-tooltips {
    display: none;
    position: absolute;
    top: 2.2em;
    left: 0.3em;
    z-index: 9999;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    background: #333;
    border-radius: 0.5em;
    text-align: left;
}

.tiparea-tooltips:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top: 8px solid transparent;
    border-left: 8px solid #333;
}

.tiparea li:hover .tiparea-tooltips {
    display: block;
}

.table-bordered tr:nth-child(even) td {
    background: #EFF0F2;
}

.plus-minus {
    width: 57px;
    font-weight: bold;
    padding: 0px 10px;
    font-size: 24px;
}

.capital_pager {
    list-style: none;
    clear: both;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.capital_pager li {
    margin: 0 10px;
    float: left;
}

.plus {
    font-size: 15px;
    color: #3c763d;
    font-weight: bold;
}

.minus {
    font-size: 15px;
    color: #d73925;
    font-weight: bold;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.disp_vender_other {
    display: none;
}

.explain_ok {
    color: #00733e;
}

.explain_alert {}

.explain_ng {
    color: #dd4b39;
    font-weight: bold;
}

.green {
    color: #00733e;
}

.light_green {
    color: #B0F010;
}

.red {
    color: #dd4b39;
}


.error-block {
    color: #9F4F48;
    background: #EFDFDF;
    padding: 8px 10px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.error-message {
    color: #9F4F48;
    padding: 8px 10px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.remark-message {
    color: #444;
    padding: 8px 10px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.personal_total_box {
    width: 100%;
}

.personal_total_box span {
    display: inline-block;

}

.personal_total_title {
    text-align: left;
    font-size: 11px;
    width: 30%;
}

.personal_total_number {
    text-align: right;
    width: 70%;
}

.now {
    position: absolute;
    right: 5px;
    top: -40px;
    font-size: 11px;
    width: 55px;
}

.word_break {
    word-break: break-all;
}

.description {
    padding: 10px;
}

.ea-tooltip {
    display: none;
    position: absolute;
    top: 2.2em;
    left: 0.3em;
    z-index: 9999;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    background: #333;
    border-radius: 0.5em;
    text-align: left;
    white-space: nowrap;
}

.ea-tooltip:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top: 8px solid transparent;
    border-left: 8px solid #333;
}

.sumlot-tiparea-tooltips {
    display: none;
}

#notify_list {
    padding: 0px 10px;
    list-style: none;
}

#notify_list li {
    margin-bottom: 20px;
    clear: both;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 3px;
}

#notify_list .date {
    float: right;
    font-size: 11px;
    color: #666;
}

.notify_way_info {
    margin-bottom: 10px;
}

.grad-wrap {
    position: relative;
}

.grad-wrap+.grad-wrap {
    margin-top: 40px;
}

.grad-trigger {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: #009e8f;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-item {
    position: relative;
    overflow: hidden;
}

.grad-item.is-hide {
    height: 100px;
}

.grad-item p+p {
    margin-top: 1em;
}

.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.grad-trigger.is-show+.grad-item::before {
    display: none;
}

.grad-trigger:hover {
    background: #fff;
    color: #009e8f;
}

.fa-chevron-down:before {
    content: "\f078";
}

.now_group {
    font-size: 11px;
    margin-left: 15px;
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 55px;
}

.name_group {
    position: relative;
}

.order_table {}

.order_table td {
    padding: 10px 10px !important;
    background: #FFF;
}

.order_point {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
}

thead.scrollHead,
tbody.scrollBody {
    display: block;
}

tbody.scrollBody {
    overflow-y: scroll;
    height: 500px;
    width: 1230px;
    padding-bottom: 20px;
}

.scrollBody td,
.scrollBody th {
    table-layout: fixed;
}

.td_order {
    width: 50px;
}

.td_apikey {
    width: 140px;
}

.td_account {
    width: 100px;
}

.td_fxcompany {
    width: 100px;
}

.td_account_number {
    width: 100px;
}

.td_ipaddress {
    width: 120px;
}

.td_mtbuild {
    width: 95px;
}

.td_kizuna_ver {
    width: 110px;
}

.td_memo {
    width: 80px;
}

.td_limit {
    width: 80px;
}

.td_auto_update {
    width: 80px;
}

.ui-sortable-helper td {
    background: #e0fbe0 !important;
}

.ui-sortable-placeholder {
    border-collapse: collapse;
    border: 2px dashed #CCC;
    background: #FFF;

}

.ui-sortable-placeholder td {
    background: #FFF !important;
}

.btn-default {
    margin: 2px 0;
}

.mt4_check {
    width: 20px;
    height: 20px;
    float: right;
    margin-left: 10px !important;
    display: block;
}

.check-pop-box {
    position: relative;
}

.check-pop {
    display: none;
    position: absolute;
    top: 4.2em;
    left: 0.3em;
    z-index: 9999;
    padding: 0.5em 0.8em;
    color: #FFFFFF;
    background: #FFF;
    border-radius: 0.5em;
    text-align: left;
    border: 2px solid #CCC;
}

.check-pop:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top: 8px solid transparent;
    border-left: 8px solid #CCC;
}


.popup-btn,
.process-check {
    padding: 1px 3px;
}

.switch {
    margin-left: 10px;
    float: right;
    width: 50px;
}

.switch_left {
    margin-left: 10px;
    float: left;
}

.switch__label {
    width: 44px;
    position: relative;
    display: inline-block;
}

.switch__content {
    display: block;
    cursor: pointer;
    position: relative;
    /*border-radius: 30px;*/
    height: 19px;
    -webkit-transition: all .1s .4s;
    -moz-transition: all .1s .4s;
    -ms-transition: all .1s .4s;
    -o-transition: all .1s .4s;
    transition: all .1s .4s;
    overflow: hidden;
}

.switch__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    top: 0;
    left: 0;
    border: 1.5px solid #000000;
    border-radius: 20px;
    background-color: #fff;
}

.switch__content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;

    border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.switch__input {
    display: none;
}

.switch__circle {
    display: block;
    top: 4px;
    left: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #000000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.switch__input:checked~.switch__circle {
    left: 29px;
    background-color: #fff;
}

.switch__input:checked~.switch__content {

    border-color: transparent;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.switch__input:checked~.switch__content:after {
    background-color: #0078D7;
    width: 100%;
}


.mt4_switch_td {}

.widget_box {
    padding: 20px;
}

.process-box {
    display: flex;
    padding-bottom: 5px;
}

.account-select {
    color: #333;
    padding: 2px 0;
    width: 170px;
}

.user_switch_btn {
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    border-radius: 0;
}

.account-confirm-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-right: -15px;
    margin-left: -15px;
}

.account-confirm-row form {
    width: 100%;
}

.account-confirm-btn {
    width: 60%;
}

.detail-hamberger {
    background-color: transparent;
    background-image: none;
    /*padding: 15px 15px;*/
    font-family: fontAwesome;
}

.detail-hamberger:before {
    content: "\f0c9"
}

.profit_change_tr {
    display: none;
}

.line_notify_btn {
    background: #16c464;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}


.twitter_api_btn {
    background: #1DA1F2;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.facebook_api_btn {
    background: #3b5998;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.discord_api_btn {
    background: #7289da;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.line_notify_btn:hover,
.twitter_api_btn:hover,
.facebook_api_btn:hover,
.discord_api_btn:hover {
    opacity: 0.8;
    color: #fff;
}

.line_not_link {
    padding: 5px;
    color: red;
}

.line_not_setting_message_wap {
    background: #FFF;
    padding: 10px 10px 0px 10px;
    margin-left: 200px;
}

.line_not_setting_message {
    border: 1.2px solid red;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9em;
}

.personal_data_wrapper {
    position: relative;
}

.apikey_textbox {
    font-size: 1.8em;
    font-weight: bold;
    border: none;
}

.main-header .logo.enterprise {
    /*line-height: normal;*/
}

.main-header .logo.enterprise .small {
    font-size: 0.75em;
}

.main-header .logo.enterprise .logo-lg {
    display: inline-block;
    /*line-height: 0.7em;*/
    /*vertical-align: middle;*/
    /*padding: 10px 0;*/
}

.link-account-content .hide {
    display: none;
}

.link-account-content .btn-disable {
    background: #666666;
}

.link-account-content>div {
    padding: 10px;
}

.mt4_attention {
    max-width: 550px;
    word-break: break-all;
    white-space: normal;
    padding: 10px 5px;
    color: #333;
}

.ea_tooltip_attention {
    padding: 5px;
    background: #FFF;
}

#selectTargetAccountIds {
    height: 500px;
    border: 1px solid #CCC;
}

.payment_status_table th {
    font-size: 1.1em;
    border: none !important;
    vertical-align: middle !important;
    padding-left: 18px !important;
}

.payment_status_table td {
    font-size: 1.2em;
    border: none !important;
    vertical-align: middle !important;
}

.payment_table_wrap {
    padding: 10px;
}

.plan_change_attention {
    padding: 20px 0px;
    line-height: 25px;
    font-size: 1.2rem;
}

.card_nickname_attention {
    margin-top: 10px;
    font-size: 1.1rem;
    clear: both;
}

.card-input-wrapper input {
    -webkit-appearance: none;
    border-radius: 0;
}

.card-row {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    margin: 15px auto;
    max-width: 34.5rem;
    width: 100%;
}

.card-columns {
    float: left;
}

.card-columns input {
    border: 1px solid #CCC;
    padding: 5px;
    font-size: 1em;
    width: 100%;
}

.card-input-wrapper {
    padding: 15px;
    background: #EEE;
    width: 420px;
}

.card-wrapper {
    margin-bottom: 20px;
}

.unknown,
.ed,
.cvv {
    border-right: none !important;
}

.small-6 {
    width: 50%;
}

.small-3 {
    width: 25%;
}

.btn.postfix {
    border-radius: 0;
}

.main-sidebar .user-panel.active {
    min-height: 110px;
}

.non_setting_payment_attention {
    color: red;
    font-weight: bold;
    padding: 10px;
}

.d-flex {
    display: flex !important;
}

.p-0 {
    padding: 0;
}