﻿.sell {
    color: #b73535;
}

.buy {
    color: #1d3c52;
}

.dialog_main_frame {
    background-color: rgb(255,255,255);
    border: 2px solid unset;
}

.dialog_hover {
    background-color: rgba(0,0,0,0.5);
}

.dialog_title {
    color: white;
    background-color:#555555;
    
}

.datatable_detail_main_frame .dialog_content{
    height:100%;
    max-height:450px;
    overflow-y:auto;
}

.datatable_detail_main_frame .dialog_content .dialog_content_item div{
    display:inline-block;
    width:49%;
    padding:0px;
    margin:0px;    
    height:25px;
    line-height:25px;
    font-weight:bold;


}

.datatable_detail_main_frame .dialog_content .dialog_content_item{
    border-bottom:1px solid rgb(207,207,207);
}

.datatable_detail_main_frame .dialog_content .dialog_content_item div:first-child{
    
    text-align:left;
}

.datatable_detail_main_frame .dialog_content .dialog_content_item div{
    
    text-align:right;
}

.datatable_detail_main_frame .dialog_button{
    margin-top:5px;
    
}

.datatable_detail_main_frame .dialog_button .limeblue{
    background-color:rgb(0,135,190);
}

.custom_sortorder_main_frame .dialog_title div:first-child
,.custom_sortorder_main_frame .dialog_title div:nth-child(2){
    border-right:1px solid white;
}

.dialog_button button {
    background-color: rgb(0,135,190);
    color:white;
    border: 1px solid rgb(115,133,140);
    border-radius:5px;
}

.dialog_button button.blue {
    background-color:rgb(25,77,179);
}

.dialog_button button.red {
    background-color:rgb(176,19,19);
}

.dialog_button button.silver {
    background-color:rgb(150,150,150);
}

.dialog_button button.cashbroker {
    background-color: #EA5504;
}

.dialog_button button.grey {
    background-color:rgb(160,160,160);
}


.dialog_warningmsg {
    color: #f00;
}

.changePW_notice {
    color: #f00;
}

.ipo_dialog_areement {
    color: #00f;
}

.ipo_button_bg {
    background-color: #f2f2f2;
}


.ipo_main_frame {
    background-color: #fff;
}

.comfirm_order_title {
    border-bottom: 1px solid #cfcfcf;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modify_order_content .price_minus_button, .modify_order_content .price_add_button, .modify_order_content .trigger_price_minus_button, .modify_order_content .trigger_price_add_button, .modify_order_content .qty_minus_button, .modify_order_content .qty_add_button {
    border: 1px solid #cfcfcf;
    color: #000;
    background-color: #eaeaea;
}

.acct_setting_content {
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}

.acct_setting_arrow_green {
    color: #009933;
}

.acct_setting_arrow_red {
    color: #FF3300;
}

.tsd_content th {
    color: #747474;
}

.tsd_content td {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.calc_fee_desp_table {
    border-color: #efefef;
    border: 1px solid #efefef;
}

    .calc_fee_desp_table td {
        border-top: 1px solid #efefef;
    }

        .calc_fee_desp_table td:first-child {
            border-right: 1px solid #efefef;
        }

.calc_fee_net {
    background-color: #c4c4c4;
}

.calc_fee_action_table .cfd_price_minus_button, .calc_fee_action_table .cfd_price_add_button, .cfd_qty_minus_button, .cfd_qty_add_button, .cfd_action_buy_button, .calc_fee_action_table .cfd_action_sell_button {
    border: 1px solid #cfcfcf;
    color: #000;
    background-color: #eaeaea;
}

.cfd_action_sell_button.buy {
    border: 1px solid #efefef;
    background-color: #fff;
    color: #000;
}

.cfd_action_sell_button.sell {
    border: 1px solid #efefef;
    background-color: #b73535;
    color: #fff;
}

.cfd_action_buy_button.buy {
    border: 1px solid #efefef;
    background-color: #1d3c52;
    color: #fff;
}

.cfd_action_buy_button.sell {
    border: 1px solid #efefef;
    background-color: #fff;
    color: #000;
}

.order_cancelled_content {
    color: red;
}


.device_management_unbind_button button {
    background-color: rgb(0,135,190);
    color: white;
    border: 1px solid rgb(115,133,140);
    border-radius: 5px;
}