.w45P { width:45%; }
.w49P { width:49%; }
.w50P { width:50%; }
.w100P { width:100%; }

.w100 { width:100px; }
.w150 { width:150px; }
.w200 { width:200px; }
.w300 { width:300px; }
.w500 { width:500px; }
.w1500 { width:1500px; }

.mw500 { min-width:500px; }
.mw800 { min-width:800px; }
.mw1000 { min-width:1000px; }
.mw1500 { min-width:1500px; }
.mw2000 { min-width:2000px; }
.mw2500 { min-width:2500px; }

.h100 { height:100px; }
.h200 { height:200px !important; }
.h300 { height:300px !important; }
.h400 { height:400px !important; }
.h450 { height:450px !important; }
.h500 { height:500px !important; }

.pl10 { padding-left:10px; }
.pl20 { padding-left:20px; }
.pl30 { padding-left:30px; }

.pt7 { padding-top:7px; }
.pt10 { padding-top:10px; }
.pt13 { padding-top:13px; }

.pl4 { padding-left:4px; }

.pr4 { padding-right:4px; }
.pr15 { padding-right:15px !important; }

.mt7 { margin-top:7px; }
.mt30 { margin-top:30px; }

.line200 { line-height:200%; }
.line250 { line-height:250%; }

.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs18 { font-size:18px; }

.right13 { right:13px; }
.right14 { right:14px; }

.TableList { display:table; width:100%; }
.TableRow { display:table-cell; }

.no_resize { resize:none; }

.ma { margin:0 auto; }

.bold { font-weight:600; }

.TradeLong { 
    background-image:url('/theme/ex2/img/long_ico.png'); 
    background-repeat:no-repeat;
    background-size:20px;
    background-position:25%;
}

.TradeShort { 
    background-image:url('/theme/ex2/img/short_ico.png'); 
    background-repeat:no-repeat;
    background-size:20px;
    background-position:25%;
}

.DisplayOff { display:none; }
.DisplayHover:hover .DisplayOff { display:block; }

#NavSoundCheck .custom-control-label { padding-top:5px !important; }
#NavSoundCheck .custom-control-label::before { top:9px !important; }
#NavSoundCheck .custom-control-label::after { top: calc(.25rem + 7px) !important; }

#swal2-html-container,
#swal2-title { color:#000; }
.swal2-actions { justify-content:center !important; }

.navbar-nav .nav-link { font-weight:900; color:#000 !important; }

.TableList { display:table; }
.TableRow { display:table-cell; }

#SiteLanguage { border:1px solid #c8c8c8; }

.CardHeaderDark { background-color:#4b545c; color:#fff; }

.cke_sc,
.sound_only { display:none; }

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

@media only screen and (max-width: 1000px) {
    .HeadMenuMemberPoint,
    .MobileHide { display:none; }
    #TradeChart { height:300px; }
}

@media only screen and (min-width: 1000px) {
    .main-sidebar,
    .MobileLogoTitle,
    .HeadNavMemberInfo,
    .PcHide { display:none; }

    #TradeChart { height:685px; }
}
