body {
    outline: none;
    padding: 0px;
    margin: 0px;
    background-color: #303030;
    font-family: 'tahoma';
}

#ChartRangeOptions,
#serviceProxy {
    display: none;
}

button:focus {
    outline: none;
}

select:focus {
    outline: none;
}

iframe {
    width: 100%;
}

a:focus {
    outline: none;
}

img {
    border: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    margin: 0px;
    display: block;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: normal;
}

a:focus {
    text-decoration: none;
}

p {
    color: #757575;
    font-weight: 400;
}

.input-group .form-control:focus {
    border-radius: 0 !important;
    box-shadow: 0 0 0;
    z-index: 3;
}

.toggle {
    cursor: pointer;
}

.form-control {
    height: 30px;
}

#header {
    width: 100%;
    float: left;
    background-color: #1c1c1c;
    padding: 8px 10px;
}

.user-box {
    width: auto;
    float: left;
}

.user-box span {
    width: 33px;
    height: 33px;
    line-height: 33px;
    float: left;
    background-color: #3d4654;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
}

.user-box a {
    color: #999999;
    float: left;
    font-size: 14px;
    line-height: 33px;
    padding: 0 0 0 10px;
    margin-left: 11px
}

.user-box:hover a {
    color: #fff;
}

.logo-sheum {
    background: url(../images/logo-sheum.png)no-repeat right;
    background-size: 26px 26px;
    float: left;
    height: 30px;
    width: 30px;
    padding: 17px;
    padding-left: 28px;
}

.logobg-dark {
    background-color: rgb(33, 37, 41) !important;
}

.li-item-selected {
    background: #143052;
}

.heur-text {
    color: #999;
}

.user-info {
    float: left;
    color: white;
    margin-right: 20px;
}

#datetime {
    float: right;
    color: white;
    margin-left: 20px;
}

.vector-smart-object {
    float: left;
    margin: 0 0;
}

.menu .dropdown-menu {
    background-color: #111419;
    border: 0 none;
    box-shadow: 0 0 0;
    left: -176px;
    min-width: 220px;
    position: absolute;
    top: 118%;
}

.menu .dropdown-menu a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
    float: left;
    border: none;
}

.menu {
    float: left;
}

.menu a {
    border-left: 1px solid #505050;
    color: #999999;
    float: left;
    font-size: 29px;
    line-height: 0;
    margin: 0 0 0;
    padding: 2px 10px;
}

.menu:hover a {
    color: #fff;
}

.menu .fa.fa-cog {
    font-size: 30px;
}

.vector-smart-object a {
    padding: 5px;
    border: none;
    margin: 0px;
}

.vector-smart-object {
    padding: 0 10px;
    border-left: 1px solid #505050;
    margin-left: 20px;
}

.open a {
    color: #fff;
}

.menu .dropdown-menu li {
    background-repeat: no-repeat;
    border: medium none;
    padding: 0;
    width: 100%;
    float: left;
}

.menu.setting_menu .dropdown-menu li {
    background-image: url(../images/Icons.png);
}

.menu .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: none;
    color: #fff;
}

.menu .dropdown-menu>li>a {
    color: #fff;
    padding: 5px 0 10px 38px;
    line-height: 23px;
}

.menu .dropdown-menu #set-personaldata {
    background-position: 2px 3px;
}

.menu .dropdown-menu #set-account {
    background-position: 2px -32px;
}

.menu .dropdown-menu #set-deposit {
    background-position: 2px -63px;
}

.menu .dropdown-menu #set-withdrawfunds {
    background-position: 2px -97px;
}

.menu .dropdown-menu #set-contactsupport {
    background-position: 2px -130px;
}

.menu .dropdown-menu #set-transactionshistory {
    background-position: 2px -163px;
}

.menu .dropdown-menu #set-tradindhistory {
    background-position: 2px -198px;
}

.menu .dropdown-menu #set-logout {
    background-position: 2px -231px;
}

.menu .navbar-right {
    margin-top: 30px;
}

.container-wrapper {
    padding: 5px;
    float: left;
    width: 100%;
}

.container-row {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.cont-left {
    width: 22%;
    float: left;
    margin-right: 0.2%;
}

.cont-color {
    padding: 12px;
    background-color: #1c1c1c;
    border-radius: 5px;
}

.right-col .cont-color {
    width: 100%;
}

#graph {
    width: 1340px;
    float: left;
    height: 440px;
}

#graph-unavailable {
    text-align: center;
    width: 100%;
    float: left;
    height: 440px;
    vertical-align: middle;
    display: none;
    color: #fff;
}


#current-asset-price {
    text-align: center;
    color: #fff;
}

#current-asset-rate {
    text-align: center;

}

.dashboard_asset_box {
    margin-bottom: 5px;
    padding: 2px;
}

.left-col {
    width: 100%;
    margin-right: 1%;
    float: left;
    padding: 0 10px;
}

.left-col .cont-left {
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.total-box-butt {
    padding: 0px;
    margin-top: 5px;
}

.cont-left .rate-box {
    width: 49%;
    border-right: 1px solid #374247;
    float: left;
    padding: 0;
}

/* .cont-left .rate-box .icon-bg {color: #fff; display: table; font-size: 20px; margin: auto;padding: 0 0 0 34px;background-size:32px 32px;height:32px;} */
.cont-left .rate-box .icon-bg {
    color: #fff;
    display: table;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    background-size: 25px 25px;
    height: 25px;
    margin-top: 10px;
    padding-left: 30px;
}

.vector {
    background-image: url("../images/Vector.png");
    background-repeat: no-repeat;
    float: left;
    height: 35px;
    width: 35px;
}

.cont-left .rate-box img {
    margin: auto;
}

/* .rate{padding-bottom:21px; padding-top:21px;} */
.m-5 {
    margin-bottom: 5px;
}

.w-100 {
    width: 100%;
}

.chart-gof img {
    width: 100%;
}

.rate-box-1 {
    float: left;
    padding: 7px 0px 0px 0px;
    text-align: center;
    width: 50%;
}

.rate-box-1 h2 {
    color: #fff;
}

.rate-box-1 p {
    color: #999999;
}

.buttons-sb-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.buttons-asset {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sell-text {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
}

.cont-right {
    width: 100%;
    float: left;
    background-color: #1c1c1c;
    padding: 10px;
    border-radius: 5px;
}

.right-col {
    width: 77.5%;
    float: left;
}

.right-col .cont-right {
    width: 100%;
    margin-bottom: 5px;
}

.logo {
    color: #fff;
    float: left;
    height: 46px;
    line-height: 42px;
    text-align: center;
    width: 155px;
}

.cont-title {
    width: 100%;
    border-bottom: 1px solid #8e9195;
    float: left;
    font-size: 0px;
    color: #fff;
    float: left;
}

h2.cont-title {
    font-size: 14px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.cont-title h2 {
    font-size: 14px;
    color: #fff;
    float: unset;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.cont-title-assets {
    margin-right: 8px;
}

.cont-title .fa {
    float: left;
    font-size: 24px;
    line-height: 15px;
    margin: 0;
    text-align: center;
    width: 30px;
}

.cont-title ul {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border: none;
}

.cont-title ul.nav.nav-tabs {
    display: inline-block;
}

.cont-title ul li {
    float: left;
    padding: 0 7px;
}

.cont-title ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.cont-title ul li .fa {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    width: 100%;
}

.simplebar-scroll-content {
    width: 108% !important;
}

.cont-title ul li:hover a {
    line-height: 30px;
}

.cont-title ul li:hover .fa {
    color: #000;
    line-height: 30px;
}

.cont-title ul li.active {
    background-color: #FFF;
    border-radius: 5px 5px 0 0;
}

.cont-title ul li.active a {
    color: #000;
}

.cont-title ul li.active .fa {
    color: #000;
}


.cont-title .fa.fa-star.pull-right {
    font-size: 15px;
}

.cont-right-row {
    width: 100%;
    float: left;
    position: relative;
}

.top-row-box {
    padding-top: 10px;
    padding-bottom: 0;
}

.top-row-box label {
    width: 100%;
    float: left;
    color: #999999;
    font-size: 12px;
    font-weight: 100;
}

.orderdetailtitle label {
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.order-details span {
    color: #999999;
    font-size: 12px;
    font-weight: 100;
}

.order-details span:last-child {
    float: right;
    text-align: right;
}


li#popup-asset-val {
    background-position: 10px;
}

.top-row-limit {
    float: left;
    margin-left: 1%;
    margin-right: 1.5%;
    width: 12%;
}

.top-row-limit ul {
    width: 100%;
    float: left;
    list-style: none;
    background-color: #3d4654;
    border-radius: 5px;
    border: none;
}

.top-row-limit ul li {
    width: 50%;
    float: left;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.top-row-limit ul li a {
    color: #999999;
    font-size: 12px;
    width: 100%;
    float: left;
}

.top-row-limit ul li.actva {
    border-radius: 5px;
    background-color: #fff;
    color: #000;
}

.top-row-limit ul li.actva a {
    color: #000;
}

.top-row-limit1 {
    float: left;
    margin-left: 1%;
    margin-right: 1.5%;
    width: 12%;
}

.top-row-limit1 ul {
    width: 100%;
    float: left;
    list-style: none;
    background-color: #3d4654;
    border-radius: 3px;
    border: none;
    padding: 3px 0;
}

.top-row-limit1 ul li {
    width: 44%;
    float: left;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 0 3px;
}

.top-row-limit1 ul li a {
    color: #999999;
    font-size: 12px;
    width: 100%;
    float: left;
    border: none;
    padding: 4px 0;
    border-radius: 4px;
}

.top-row-limit1 ul li.actva {
    border-radius: 3px;
    background-color: #fff;
    color: #000;
}

.top-row-limit1 ul li.actva a {
    color: #000;
}

.goToLimitPendingOrder,
.goToOrder {
    cursor: pointer;
}


.active-weta {
    background-color: #fff;
    color: #000 !important;
}

.top-row-price {
    float: left;
    margin-right: 1.5%;
    width: 10%;
}

.input-group1 {
    width: 100%;
    float: left;
    border: 1px solid grey;
    border-radius: 3px;
}

.input-group1 .form-control {
    background: none;
    border: none;
}

.input-group1 .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 75%;
    z-index: 2;
    color: #fff;
    padding: 0px;
    text-indent: 10px;
    height: 27px;
    line-height: 30px;
    font-size: 12px;
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
}

.asset span,
.asset-2 span,
.asset-3 span {
    padding-left: 20px;
}

.button-box {
    float: right;
    width: 20px;
}

.button-box .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    border-radius: 0;
    float: left;
    height: 13px;
    line-height: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    color: grey;
}

.top-row-stop-loss {
    float: left;
    margin-right: 1.5%;
    width: 15%;
}

.top-row-buy,
.top-row-sell {
    background-color: #74c591;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    height: 45px;
    border: none;
    margin-top: 22px;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
}

.top-row-sell {
    background-color: #ee7874;
}

.top-row-buy:disabled {
    background-color: gray;
    color: white;
    cursor: not-allowed;
    opacity: 0.6;
}

.button-box .btn-1 {
    border-bottom: none;
}

.fa.fa-angle-up {
    line-height: 0;
}


.loss-row {
    width: 100%;
    float: left;
}

.catego-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-color: transparent;
    background-image: url("../images/Roundedrectangle.png");
    background-position: 86% 10px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    height: 27px;
    margin-right: 8px;
    text-align: left;
    text-indent: 3px;
    width: 25%;
    line-height: 26px;
    float: left;
}

.catego-select option {
    background: #1c1c1c;
}

#process_message,
#process_message_limit {
    color: #fff;
}

#instant-bye:hover,
#limit-place-order-but:hover {
    cursor: pointer;
}

.loss-row .input-group {
    border-collapse: separate;
    display: inline-block;
    float: left;
    position: relative;
    width: 69%;
}

.loss-row .catego-select option {
    float: left;
    padding: 3px 0;
    text-indent: 7px;
    width: 100%;
    border: none;
}

.cc-hod {
    width: 100%;
    float: left;
    padding: 0;
    line-height: 40px;
}

div#assetname-column {
    padding-left: 18px;
}

/* .cc-hod div{text-align:center;} */

.w-25 {
    width: 25%;
    float: left;
}

.w-22 {
    width: 22%;
    float: left;
}

.w-30 {
    width: 30%;
    float: left;
}

.w-33 {
    width: 33%;
    float: left;
}

.w-35 {
    width: 35%;
    float: left;
}

.asset-item {
    margin: 0;
}

.f-size-12 {
    font-size: 12px;
}

.gray99 {
    color: #999999;
}

.fa.gray99 {
    cursor: pointer;
}

.transform-uppercase {
    text-transform: uppercase
}

.white-ff {
    color: #fff;
}

.red {
    color: #ff0000;
}

.green {
    color: #1b9c30;
}

/*.crypto-ul li .fa.fa-sort-desc.red {  display: inline-block;  float: none;  font-size: 20px;  line-height: 0;  margin: 0 0 0 6px;}*/
.crypto-ul li .fa.fa-sort-desc.red {
    display: inline-block;
    float: none;
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
}

.crypto-ul li .fa.fa-sort-asc.green {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 0;
    margin: 14px 0 0 6px;
}

.crypto-ul {
    width: 100%;
    float: left;
}

.crypto-ul li {
    width: 100%;
    border-top: 1px solid #374247;
    padding: 10px 0;
    float: left;
}

.crypto-ul li .fa {
    margin-left: 5px;
    font-size: 13px;
}

.crypto-ul p,
.crypto-ul span {
    cursor: pointer;
}

/*.coin-icon{width:100%; background-image:url(../images/Bi-icon.png);  float:left; background-repeat:no-repeat; padding-left: 20px;  background-position: 1px 1px; margin: 0;}*/
.coin-icon {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 1px 1px;
    margin: 0;
}

.chart-row {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0;
}

.chart-row .catego-select {
    background-position: 81% 10px;
    height: 26px;
    text-indent: 0;
    width: 80px;
    line-height: 26px;
}

.tradee ul {
    float: left;
}

.tradee ul li {
    float: left;
    margin: 0 0 0 5px;
}

.tradee ul li a {
    background-image: url("../images/Expert-icon.png");
    float: left;
    height: 21px;
    margin-right: 5px;
    margin-top: 3px;
    width: 22px;
    opacity: 0.3;
}

.tradee ul li a:hover {
    opacity: 1;
}

.tradee ul li a.tradeexpert2 {
    background-position: -31px 0;
}

.tradee ul li a.tradeexpert3 {
    background-position: -61px 0;
}

.tradee ul li a.tradeexpert4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    width: auto;
}

.tradee ul li a.actve {
    opacity: 1;
}

.chart-log {
    width: 100%;
    float: left;
}

.chart-log ul {
    width: 100%;
    float: left;
}

.chart-log ul li {
    float: left;
}

.chart-log ul li a {
    float: left;
    font-size: 12px;
    padding: 0 10px;
    border-right: 1px solid #6b767b;
    color: #fff;
    opacity: 0.3;
}

.chart-log ul li a.actve {
    opacity: 1;
    border-right: 1px solid #313c41;
}

.chart-log ul li a:hover {
    opacity: 1;
    border-right: 1px solid #313c41;
}

.summary {
    width: 100%;
    float: left;
    position: relative;
}

.summary ul {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-top: 10px;
}

.summary ul li {
    width: 100%;
    float: left;
}

.summary ul li p {
    padding: 0px;
    margin: 0px;
    float: left;
    color: #fff;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.summary ul li span {
    padding: 0px;
    margin: 0px;
    float: right;
    text-align: right;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.summary ul li .fa {
    color: #fff;
    float: left;
    font-size: 21px;
    padding: 5px 8px 8px 0;
}

.summary ul li .fa.fa-phone {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #1c1c1c;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin: 3px 9px 0 0;
    padding: 0;
    text-align: center;
    width: 22px;
}

.rwd-table {
    width: 100%;
    float: left;
}

.rwd-table tr {
    padding: 0 5px;
}

.rwd-table th {
    border-bottom: 1px solid #374247;
    color: #999999;
    font-size: 12px;
    font-weight: 100;
    height: 40px;
    padding: 11px 0 10px;
}

.rwd-table td {
    border-bottom: 1px solid #374247;
    color: #fff;
    font-size: 12px;
    padding: 11px 0 10px;
}

tr.stopout td {
    background-color: red;
}

.Edit-button {
    font-size: 12px;
    color: #fff;
    background-color: grey;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 0 2px;
}

.asset {
    width: 10%;
    float: left;
    padding-left: 5px;
}

.tyoe {
    width: 7%;
    float: left;
}

.amount {
    width: 9%;
    float: left;
}

.open-rate {
    width: 11%;
    float: left;
}

.current-rate {
    width: 10%;
    float: left;
}

.leverage {
    width: 5%;
    float: left;
}

.open-time {
    width: 10%;
    float: left;
}

.stop-loss {
    width: 8%;
    float: left;
}

.take-profit {
    width: 10%;
    float: left;
}

.profit {
    width: 10%;
    float: left;
}

.swap {
    width: 4%;
    float: left;
}

.close-position {
    width: 8%;
    float: left;
}

.cont-title span {
    color: #467d97;
}

.asset-2 {
    width: 11%;
    float: left;
    padding-left: 5px;
}

.tyoe-2 {
    width: 9%;
    float: left;
}

.amount-2 {
    width: 9%;
    float: left;
}

.open-rate-2 {
    width: 10%;
    float: left;
}

.current-rate-2 {
    width: 11%;
    float: left;
}

.leverage-2 {
    width: 10%;
    float: left;
}

.open-time-2 {
    width: 11%;
    float: left;
}

.stop-loss-2 {
    width: 9%;
    float: left;
}

.take-profit-2 {
    width: 10%;
    float: left;
}

.swap-2 {
    width: 10%;
    float: left;
}

.close-position-2 {
    width: 21%;
    float: left;
}

.cont-title-2 span {
    color: #467d97;
}

.asset-3 {
    width: 12%;
    float: left;
    padding-left: 5px;
}

.tyoe-3 {
    width: 7%;
    float: left;
}

.amount-3 {
    width: 8%;
    float: left;
}

.open-rate-3 {
    width: 9%;
    float: left;
}

.current-rate-3 {
    width: 10%;
    float: left;
}

.leverage-3 {
    width: 8%;
    float: left;
}

.open-time-3 {
    width: 10%;
    float: left;
}

.close-time-3 {
    width: 10%;
    float: left;
}

.stop-loss-3 {
    width: 10%;
    float: left;
}

.take-profit-3 {
    width: 8%;
    float: left;
}

.swap-3 {
    width: 7%;
    float: left;
}

.profit-3 {
    float: left;
}

.modal-content {
    background: none;
}

.stop-loss span,
.take-profit span,
.stop-loss-2 span,
.take-profit-2 span,
.stop-loss-3 span,
.take-profit-3 span {
    min-width: 25px;
    display: inline-block;
}

#order .top-row-buy,
#order .top-row-sell {
    width: 14%;
}

#order .top-row-stop-loss {
    width: 13%;
}

#order .top-row-price {
    width: 11%;
}

.top-row-limit .nav-tabs>li>a {
    border-radius: 3px;
    padding: 4px 0;
    border: none;
}

.modal-header .close {
    background-color: #1a1c21;
    background-image: url(../images/Close.png);
    border-radius: 100%;
    display: inline-block;
    float: right;
    height: 44px;
    line-height: 30px;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 44px;
    background-repeat: no-repeat;
    background-position: center;
}

.updateVolume {
    color: #1b9c30;
    font-weight: bold;
}

.updateGreen {
    color: #1b9c30;
    font-weight: bold;
}

.updateRed {
    color: #ff0000;
    font-weight: bold;
}

.modal-content {
    box-shadow: 0 0 0;
}

.modal-header .close img {
    margin: auto;
}

.modal-body {
    width: 100%;
    float: left;
    background-color: #1c1c1c;
    border: none;
    padding: 0px;
}

.modal-header {
    border: none;
}

.modal-had {
    width: 100%;
    float: left;
    padding: 10px 30px;
}

.modal-had .nav-tabs>li>a {
    border-radius: 3px;
}

.modal-had .nav-tabs {
    border: none;
}

.pup-content {
    width: 100%;
    float: left;
    padding: 5px 14px;
}

.btuy-box-pu {
    width: 70%;
    float: none;
    margin: auto;
    display: table;
}

.btuy-box-pu ul {
    width: 100%;
    float: left;
    background-color: #3d4654;
    border-radius: 5px;
    border: none;
}

.btuy-box-pu ul li {
    width: 50%;
    float: left;
}

.btuy-box-pu ul li a {
    border-radius: 3px;
    width: 100%;
    float: left;
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
}

.btuy-box-pu ul li a:hover {
    color: #fff;
}

.button-row ul li button:hover {
    background-color: #444e5d;
    color: #fff
}

.top-row-limit .nav>li>a:hover,
.top-row-limit .nav>li>a:focus {
    border-radius: 3px;
    border: none;
    color: #000;
    background-color: #fff;
}

.btuy-box-pu ul li.active {
    background-color: #1ba631;
    color: #fff;
    border: medium none;
}

.btuy-box-pu ul li.active:hover a {
    background-color: #1ba631;
    color: #fff;
    border: medium none;
}

.btuy-box-pu ul li.active:focus a {
    background-color: #1ba631;
    color: #fff;
    border: medium none;
}

.btuy-box-pu .nav-tabs>li.active>a,
.btuy-box-pu .nav-tabs>li.active>a:hover,
.btuy-box-pu .nav-tabs>li.active>a:focus {
    background-color: #1ba631;
    color: #fff;
    border: medium none;
}

.red-modal {
    background-color: #ee7874 !important;
}

.btuy-box-pu ul li:hover a {
    background-color: #1ba631;
    color: #fff;
    border: medium none;
}

.btuy-box-pu ul li a {
    padding: 0px;
}

.cols-amount-limit {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.loss-row .group-limit {
    width: 100%;
    float: left;
}

.group-limit {
    width: 100%;
    float: left;
}

.cols-amount-limit .group-limit .form-control {
    width: 100%;
}

.cols-amount-limit .group-limit .input-group1-x .form-control {
    width: 86%;
    padding-left: 0;
    text-indent: 0;
    margin: -1px 0 2px 0;
    float: left;
}

.input-group1-x i.fa.fa-times {
    font-size: 12px;
    color: #fff;
    float: left;
    margin: 7px 0 0 8px;
    cursor: pointer;
}

.container-sl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px !important;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4e4b4b;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: #ccc;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #4CAF50;
}

input:checked+.slider:before {
    transform: translateX(12px);
}

.text {
    flex-grow: 1;
    margin-right: 10px;
    float: left;
    color: #999999;
    font-size: 12px;
    font-weight: 100;
}

.stoplossgroup,
.takeprofitgroup {
    display: none;
}

.estimation {
    margin: 5px 4px;
    color: #fff;
}

.cols-buy {
    width: 100%;
    float: left;
    background-color: #74c591;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    margin: 20px 0;
}

.cols-buy1 {
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 20px 0;
}

.cols-buy1 a {
    color: #000 !important;
}

.cols-buy span {
    font-size: 16px;
    color: #fff;
}

/*.clos-stop .top-row-box .loss-row{margin-bottom:15px;}*/
.clos-stop .top-row-box {
    width: 100%;
}

.modal-had h3 {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    width: 100%;
}

.pup-content p {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.price-box {
    width: 80%;
    float: none;
    margin: auto;
    display: table;
}

.price-box ul {
    width: 100%;
    float: left;
}

.price-box ul li {
    width: 100%;
    float: left;
    border-radius: 3px;
    padding: 10px;
}

.price-box ul li span {
    color: #fff;
    font-size: 16px;
}

#close-position-assetname {
    padding-left: 19px;
}

.price-box ul li span.green {
    color: #1b9c30;
}

.price-box ul li span.red {
    color: #ff0000;
}

.price-box ul .firstchild {
    background-color: #1a1e25;
}

.button-row {
    width: 80%;
    float: none;
    margin: 20px auto;
    display: table;
}

.button-row ul {
    width: 100%;
    float: left;
}

.button-row ul li button {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    background-color: #3d4654;
    color: #fff;
    border: none;
}

.cl-Position {
    width: 49%;
    float: left;
}

.button-row ul .cl-Cancel {
    width: 49%;
    float: right;
}

.button-row ul .cl-Cancel button {
    background-color: #ffffff;
    color: #333;
}

.price-box .top-row-box {
    width: 100%;
    float: left;
}

.price-box .top-row-box .loss-row .input-group {
    width: 73%;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #3d4654;
    border-color: #3d4654;
    border-bottom: none;
    color: #fff;
}

.modal-header .close:hover {
    background-color: #1c1c1c;
}

.col-lg-3 {
    width: 27%;
}

.flagicon {
    background-image: url("../images/Language-1.png");
    background-repeat: no-repeat;
    float: left;
    height: 25px;
    margin: 0 5px;
    width: 25px;
}

.flagicon_EN {
    background-position: 0px 0;
}

.flagicon_FR {
    background-position: 0px -30px;
}

.flagicon_DE {
    background-position: 0px -60px;
}

.flagicon_IT {
    background-position: 0px -90px;
}

.flagicon_ES {
    background-position: 0px -120px;
}

.user-nema,
.user-balance-eur,
.user-balance-btc {
    color: #fff;
    float: left;
    line-height: 36px;
}

.user-balance-eur {
    font-size: 20px;
    line-height: 30px;
}

.user-nema {
    padding: 0 10px;
}

.user-balance-btc {
    color: #999999;
}

.vector-smart-object.dropdown.menu.open a {
    border-color: #1c1c1c;
    border-radius: 10px 10px 0 0;
}

.vector-smart-object .dropdown-menu {
    background-color: #111419;
    border: 0 none;
    box-shadow: 0 0 0;
    left: 10px;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 43px;
    width: 53px;
}

.vector-smart-object .dropdown-menu .flagicon {
    margin: 8px 0 8px 10px;
    padding: 0;
    width: 40px;
}

.menu.vector-smart-object .dropdown-menu a {
    padding: 0px;
}

.vector-smart-object.dropdown.menu.open li a {
    border-radius: 0px 0px 10px 10px;
}

.jspVerticalBar {
    left: 0;
}

.scroll-pane {
    width: 100%;
    height: 200px;
    overflow: auto;
}

.fa.fa-angle-right {
    display: none;
}

.act .fa.fa-angle-down {
    display: none;
}

.act .fa.fa-angle-right {
    display: block;
}

/*buy timepicker css*/
.limit_time_picker_class .divTimeSetterContainer {
    margin: 0px;
    width: 100%;
    float: left;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder {
    width: 100%;
    border: 1px solid #fff !important;
    background: none;
    height: 34px;
    float: left;
    border-radius: 3px;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder #txtHours {
    background: none;
    color: white;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: unset !important;
    width: 24px !important;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder .timeDelimiter {
    color: white;
    font-weight: unset !important;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder #txtMinutes {
    background: none;
    color: white;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: unset !important;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control {
    float: right;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control .updownButton {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 3px;
    height: 17px;
    line-height: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control .updownButton i {
    font-weight: unset !important;
    font-size: inherit !important;
    top: 0px !important;
}

.limit_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control .updownButton:hover {
    background: none !important;
    color: #fff;
}

/*sell timepicker css*/
.sell_time_picker_class .divTimeSetterContainer {
    margin: 0px;
    width: 100%;
    float: left;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder {
    width: 100%;
    border: 1px solid #fff !important;
    background: none;
    height: 34px;
    float: left;
    border-radius: 3px;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder #txtHours {
    background: none;
    color: white;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: unset !important;
    width: 24px !important;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder .timeDelimiter {
    color: white;
    font-weight: unset !important;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder #txtMinutes {
    background: none;
    color: white;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: unset !important;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control {
    float: right;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control .updownButton {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 3px;
    height: 17px;
    line-height: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control .updownButton i {
    font-weight: unset !important;
    font-size: inherit !important;
    top: 0px !important;
}

.sell_time_picker_class .divTimeSetterContainer .timeValueBorder .button-time-control .updownButton:hover {
    background: none !important;
    color: #fff;
}

#popup-limit-asset-expiry {
    background: none !important;
    color: #fff !important;
}

#custom_sell_datetime_picker {
    background: none !important;
    color: #fff !important;
}

#myModal-Pending .loss-row .catego-select {
    width: 27.6% !important;
}

#myModal-Order .loss-row .catego-select {
    width: 26.6% !important;
}

.cont-title .nav>li>a {
    display: block;
    padding: 0 !important;
    position: relative;
    border-radius: 0;
}

.cont-title .nav>li>a:hover,
.cont-title .nav>li>a:focus {
    background: none;
    border: none !important;
    border-bottom: none !important;
    line-height: 30px;
}

.cont-title .nav-tabs>li>a {
    border: none !important;
}

#graph {
    float: left;
    height: 440px;
    width: 1443px;
}

@media screen and (min-width:1900px) {}

@media screen and (max-width:1580px) {



    .close-position {
        float: left;
        width: 12%;
    }

    .tyoe {
        width: 7%;
        float: left;
    }

    .amount {
        width: 7%;
        float: left;
    }

    .tyoe-2 {
        width: 8%;
        float: left;
    }

    .amount-2 {
        width: 8%;
        float: left;
    }

    .close-position-2 {
        width: 12%;
        float: left;
    }

    .Edit-button {
        padding: 3px 10px;
    }

    #order .top-row-buy,
    #ordertop-row-sell {
        width: 12%;
    }

    #order .top-row-stop-loss {
        width: 15%;
        margin-right: 1.2%;
    }

    #order .top-row-price {
        width: 12%;
        padding-right: 1.2%;
    }

    .loss-row .input-group {
        width: 68%;
    }

    .top-row-buy,
    top-row-sell {
        font-size: 11px;
        padding: 10px 8px;
    }

    .catego-select {
        text-indent: 0;
    }

    .nav>li>a {
        display: block;
        padding: 10px 0;
        position: relative;
    }

    /*<!--NEW CSS-->*/
    #graph {
        float: left;
        height: 440px;
        width: 1106px;
    }
}

@media screen and (max-width:1400px) {
    #graph {
        float: left;
        height: 440px;
        width: 950px;
    }

    .cont-title ul {
        width: 100%;
    }

    .cont-title ul li {
        width: 40%;
        padding: 0px;
        text-align: center;
    }

    .cont-title ul li a {
        width: 100%;
        float: left;
        text-align: center;
    }

    .cont-title ul li:last-child {
        width: 20%;
    }

    .fa.gray99.fa-star-o.pull-right {
        width: 100%;
    }

}

@media screen and (max-width:1380px) {
    .asset-item-small {
        font-size: 9px;
    }
}

@media screen and (max-width:1200px) {


    .input-group1 .form-control {
        width: 73%;
    }

    .rwd-table th {
        font-size: 11px;
    }

    .asset {
        width: 8%;
    }

    .tyoe {
        width: 6%;
    }

    .leverage {
        width: 8%;
    }

    .stop-loss {
        width: 10%;
    }

    .close-position {
        float: left;
        width: 13%;
    }

    .asset-2 {
        width: 8%;
    }

    .stop-loss-2 {
        width: 10%;
    }

    .take-profit-2 {
        width: 10%;
    }

    .close-position-2 {
        width: 13%;
    }

    /*<!--NEW CSS-->*/

}

@media screen and (max-width:1100px) {
    .input-group1 .form-control {
        width: 70%;
    }

    .loss-row .input-group {
        width: 67%;
    }

    .cont-left .rate-box .icon-bg {
        padding: 4px 0 4px 34px;
    }

    .stop-loss {
        width: 11%;
    }

    .take-profit {
        width: 11%;
    }

    .close-position {
        width: 14%;
    }

    .stop-loss-2 {
        width: 11%;
    }

    .take-profit-2 {
        width: 11%;
    }

    .close-position-2 {
        width: 14%;
    }

    .open-rate-2 {
        width: 9%;
    }

    .open-time-2 {
        float: left;
        width: 10%;
    }

    .tyoe-2 {
        float: left;
        width: 7%;
    }

    .col-xs-12.col-sm-3.col-md-3.col-lg-3.dashboard_assest_sidebar {
        padding: 0;
    }

    .rwd-table th {
        font-size: 9px;
    }

    /*<!--NEW CSS-->*/
    #graph {
        float: left;
        height: 380px;
        width: 706px;
    }

    .top-row-limit1 {
        width: 15%;
    }

    #order .top-row-price {
        padding-right: 0;
        width: 10%;
    }

    .current-rate {
        float: left;
        width: 8%;
    }


    .cont-left {
        width: 34%;
    }

    .right-col {
        width: 64%;
    }

}

@media screen and (max-width:1000px) {
    .cont-left .rate-box .icon-bg {
        font-size: 15px !important;
    }

    .rate-box-1 h2 {
        font-size: 25px !important;
    }

    .input-group1 .form-control {
        width: 69%;
        font-size: 11px;
    }

    .rwd-table td {
        font-size: 10px;
    }

    .Edit-button {
        font-size: 10px;
    }

    .top-row-buy,
    top-row-sell {
        font-size: 11px;
    }

    #current-asset-price {
        font-size: 20px;
    }

    .cont-title ul li {
        width: 100%;
    }

    .cont-title ul li:last-child {
        width: 100%;
    }

    .right-col .cont-color {
        width: 100%;
    }

    .f-size-12 {
        font-size: 10px;
    }

    /*<!--NEW CSS-->*/
    #graph {
        float: left;
        height: 340px;
        width: 1106px;
    }
}

@media screen and (max-width:967px) {
    .input-group1 .form-control {
        width: 65%;
    }

    .loss-row .input-group {
        width: 66%;
    }

    .button-box {
        width: 18px;
    }

    /*<!--NEW CSS-->*/
    #graph {
        float: left;
        height: 340px;
        width: 1106px;
    }
}

@media screen and (max-width:867px) {
    .table-had {
        display: none;
    }

    table caption {
        background-image: none;
    }

    table thead {
        display: none;
    }

    table tbody td {
        display: block;
        padding: .6rem;
    }

    table tbody tr td:first-child {
        color: #fff;
    }

    table tbody tr td:first-child a {
        color: #fff;
    }

    table tbody tr td:first-child:before {
        color: #999999;
    }

    table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: initial;
    }

    /* table tbody td:before {content: attr(data-th); font-weight: bold; display: inline-block; width: 15rem;} */
    /* table tr th:last-child,
    table tr td:last-child {
        max-width: 100% !important;
        min-width: 100px !important;
        width: 100% !important;
    }

    .rwd-table th {
        max-width: 100% !important;
        min-width: 100px !important;
        width: 100% !important;
    }

    .rwd-table td {
        max-width: 100% !important;
        min-width: 100px !important;
        width: 100% !important;
    } */

    .input-group1 .form-control {
        width: 100%;
        font-size: 10px;
        text-indent: 4px;
    }

    .loss-row .input-group {
        width: 100%;
    }

    .rwd-table td {
        font-size: 14px;
    }

    .close-position,
    .close-position-2 {
        background-color: #ffffff;
        border-radius: 0;
    }

    .Edit-button {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    /*<!--NEW CSS-->*/
    #graph {
        float: left;
        height: 320px;
        width: 516px;
    }

}