
.top-menu{
    background: #5f7c8b;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}


.nav-side-menu, span, #panel-container {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side-nav {
    position: fixed;
    top: 0px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #222d32;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    padding-top: 50px;
}
.nav-side-menu .nav2.nav>li>a:hover {
    text-decoration: none;
    color: #007bff !important;
    background-color: #e3ebef;
}
.nav-side-menu .nav>li>a:focus, .nav-side-menu .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #5f7c8b ;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
}

.bourse .table-responsive{
    padding-bottom: 150px;
}

.modal-title{
    display: inline;
}

@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
}

.mt10{
    margin-top: 10px;
}
.top-menu .header-title{
    color: #fff;
}

.nav-side-menu.menu-open{
    right:0 !important;
    width: 230px !important;
}

@media(min-width:768px) {
    #panel-container.menu-open{
        padding-right: 240px;
    }
}


.nav-side-menu a li .menu-icon-container {
    display: inline-block;
    width: 45px;
    text-align: center;
}

.nav-side-menu a li .menu-text-container {
    /* visibility: hidden; */
    opacity: 0;
    display: none;
}


.nav-side-menu.show-menu-content a li .menu-text-container {
    /* visibility: hidden; */
    display: contents;
    opacity: 1;
    -webkit-animation: fade_in 0.5s;
    -moz-animation: fade_in 0.5s;
    -ms-animation: fade_in 0.5s;
    -o-animation: fade_in 0.5s;
    animation: fade_in 0.5s;
}

@keyframes fade_in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 400;
    background-color: #fefefe;
    position: fixed;
    top: 50px;
    width: 45px;
    height: 100%;
    color: #e1ffff;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    box-shadow: 0 0px 14px 2px rgba(0,0,0,0.16);
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu.menu-closed .badge{
    font-weight: 100;
    position: absolute;
    left: -4px;
    top: -4px;
    padding: 2px;
    font-size: 9px;
    transition: 0.15s all ease;
}



.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
     */
 }

 .nav-side-menu ul > ul a li {
    padding-right: 18px;
 }

 .menuArrow{
    padding: 14px;
     float:left;
 }

 .nav-side-menu li :not(collapsed) .menuArrow {

     transform: rotate(-90deg);
}

.nav-side-menu li.collapsed .menuArrow {
    transform: rotate(0deg);

}


.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #f5f5f5;
    border: none;
    line-height: 36px;
    border-bottom: 1px solid #e4e4e4;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #e6e6e6;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu li {
    font-size: 13px;
    padding-left: 0px;
    

    border-bottom: 1px solid #f2f2f2;
}
.nav-side-menu  a li {
    text-decoration: none;
    color: #2d3f51;
}

.nav-side-menu li:hover {
    background-color: #d8d8d8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.nav-side-menu .menu-list .menu-content {
    display: block;
}

.menu-list{
    /* padding-top:5px; */
}

.m8{
    margin: 8px;
}

.side-menu-btn{
    font-size: 24px !important;
    cursor: pointer;
    /* position: fixed; */
    /* right: 12px; */
    /* top: 12px; */
    /* z-index: 101; */
    border-radius: 3px;
    padding: 1px 5px;
    /* background: #5f7c8b; */
    color: #fff;
}

.menu-icon-con{
    padding: 10px 8px;
    display: inline-block;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu {
        position: absolute;

    }
}
.pt13{
    padding-top: 13px;
}


@media(max-width:768px){
    #wrapper {
        padding-right: 0;
        padding-left: 0;
    }

} 

@media(min-width:768px){
    .side-menu-btn{
        /* display: none !important; */
    }

} 

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
}
.badge-red{
    position: relative;
    background: #ff3d47;
    padding: 5px 8px;
    box-shadow: 0px 1px 5px 0px #00000063;
    font-size: 12px;
    border-radius: 50px;
    font-family: cursive;
}

.navbar-nav-user > li > ul > li > a > .badge-red{
    position: absolute;
    top: 5px;
    left: 5px;
}

.navbar-nav-user > li > a > .badge-red{
    position: absolute;
    top: -5px;
    right: -10px;
}

.badge-blue{  
    background: #3379b7;
    padding: 5px;
    box-shadow: 0px 1px 5px 0px #00000063;
    font-size: 12px;
    border-radius: 50px;
}

.badge-plus-blue{
    animation-name: pulseBlue;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.badge-plus-red{
    animation-name: pulseRed;
	animation-duration: 1.7s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.badge-circle{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 6px;
    background-color: #ff3b45;
    border-radius: 5px;
}

@keyframes pulseBlue {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(51, 121, 183, 0.836);
        box-shadow: 0 0 0 0 rgba(51, 121, 183, 0.836);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 210, 32, 0);
        box-shadow: 0 0 0 10px rgba(217, 220, 53, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(217, 220, 53, 0);
        box-shadow: 0 0 0 0 rgba(217, 220, 53, 0);
    }
}

@keyframes pulseRed {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(183, 51, 51, 0.836);
        box-shadow: 0 0 0 0 rgba(183, 51, 51, 0.836);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 210, 32, 0);
        box-shadow: 0 0 0 10px rgba(217, 220, 53, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(217, 220, 53, 0);
        box-shadow: 0 0 0 0 rgba(217, 220, 53, 0);
    }
}

.badge-green{
    background: #5cb85b;
    padding: 5px 8px;
    box-shadow: 0px 1px 5px 0px #00000063;
    font-size: 12px;
    border-radius: 50px;
    /* font-family: tahoma; */
    /* font-weight: 100; */
    font-family: cursive;
}

.badge-plus-green{
    animation-name: pulseGreen;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulseGreen {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(51, 183, 69, 0.836);
        box-shadow: 0 0 0 0 rgba(51, 183, 69, 0.836);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 210, 32, 0);
        box-shadow: 0 0 0 10px rgba(217, 220, 53, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(217, 220, 53, 0);
        box-shadow: 0 0 0 0 rgba(217, 220, 53, 0);
    }
}

.panel-container , .footer{
    /* padding-right: 60px;
    padding-top: 65px; */
}

@media(max-width:768px){
    #wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .form-control{
        font-size: 12px;
    }
    .form-group {
        margin-bottom: 10px;
    }
} 
.form-control{

    border-radius: 5px;
}


.timeAgo{
    font-weight: 300;
    font-size: 11px;
}

tr:hover .exchange-menu{
    display: block;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 95%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 4px 4px;
}

#top-scroll{
    min-height: 1px;
    overflow-x: auto;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
@media (min-width: 768px){
    .exchange-menu{
        display: none;
    }

}
.exchange-menu{
    position: absolute;
    left: 2px;
    top:15px
}
.p-5{
    padding: 5px;
}
.lh-35{
    line-height: 35px;
}
a.nav-link{
    cursor: pointer;
}
.d-inline-block{
    display: inline-block;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

.sk-three-bounce{
    margin: 40px auto;
    width: 80px;
    text-align: center;
    position: fixed;
    margin-left: -40px;
    left: 50%;
    top: 48%;
    z-index: 100;
}
.sk-three-bounce .sk-child{
    width:20px;height:20px;background-color:#3c4b64;border-radius:100%;
    display:inline-block;
    -webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation:sk-three-bounce 1.4s ease-in-out 0s infinite both
}
.sk-three-bounce .sk-bounce1{
    -webkit-animation-delay:-.32s;
    animation-delay:-.32s
}
.sk-three-bounce .sk-bounce2{
    -webkit-animation-delay:-.16s;
    animation-delay:-.16s
}
@-webkit-keyframes sk-three-bounce{
    0%,80%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{-webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes sk-three-bounce{
    0%,80%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.radio label, .checkbox label {
    /* padding-right: 0px !important; */
    padding-left: initial;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: 0 !important;
    margin-left: auto;
}

.fw-300{
    font-weight: 300;
}
.text-center th{
    text-align: center;
}


.typeahead-input1:read-only{
    display: none;
}

.right-70{
    right: -70px  !important;
}

/* table.table tr:nth-last-child(1) .dropdown-menu, table.table tr:nth-last-child(2) .dropdown-menu, table.table tr:nth-last-child(3) .dropdown-menu{
    bottom: -5px;
    top: auto
} */

.bg-green03{
    background-color: #45a1644a;
}
.bg-red03{
    background-color: #dc35454a;
}
.themeBtn{
    padding: 15px 10px;
}

.question-circle{
    color: #101010;
}
.table.nowrap th, .table.nowrap td{
    white-space: nowrap;
}
.modal-info .modal-header {
    color: #fff;
    background-color: #4799eb;
    border: none;
}
.modal-success .modal-header {
    border: none;
    color: #fff;
    background-color: #45a164;
}

.mb7{
    margin-bottom: 7px;
}
.zx1 .n-badge{
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 6px;
}

.n-badge-strategy-selected{
    border-color: #d8d8d8  !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    border: 1 px solid #D8D8D8 !important;
    color: #888888;
    border-radius: 6;
    font-size: 12px;
    margin-bottom: 5px;
}
/* Dark theme ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Dark theme ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Dark theme ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Dark theme ----------------------------------------------------------------------------------------------------------------------------------------------------- */

body.c-dark-theme{
    color: #eee;
    background-color: #181923;
}
.c-dark-theme .question-circle{
    color: #fff03f;
}
.c-dark-theme .loading{
    pointer-events: none;
    opacity: 0.2
}
.c-dark-theme .top-menu {
    background: #2a2b36;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}
.c-dark-theme .side-nav {
    position: fixed;
    top: 0px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #222d32;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    padding-top: 50px;
}

@media (max-width: 767px){
    .c-dark-theme .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #2a2b35;
        border: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
}
.modal-title{
    display: inline;
}
.c-dark-theme .nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 400;
    background-color: #2a2b35;
    position: fixed;
    top: 50px;
    width: 45px;
    height: 100%;
    color: #e1ffff;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    box-shadow: 0 0px 14px 2px rgba(0,0,0,0.16);
}

.c-dark-theme .nav-side-menu ul .sub-menu li, .c-dark-theme .nav-side-menu li .sub-menu li {
    background-color: #1d1e25;
    border: none;
    line-height: 36px;
    border-bottom: 1px solid #2a2b35;
    margin-left: 0px;
}

.c-dark-theme .svgicon.badges-icon, .c-dark-theme .svgicon.table-icon{
    filter: none;
}
.svgicon.badges-icon, .svgicon.table-icon{
    filter: brightness(0.5);
}

.c-dark-theme .nav-side-menu ul .sub-menu li:hover,
.c-dark-theme .nav-side-menu li .sub-menu li:hover {
    background-color: #14151b;
}

.c-dark-theme .nav-side-menu li {
    font-size: 13px;
    padding-left: 0px;
    border-bottom: 1px solid #1b1b21;
}
.c-dark-theme .nav>li>a:focus, .c-dark-theme .nav>li>a:hover {
    text-decoration: none;
    background-color: #1a1b21;
}
.c-dark-theme .nav .open > a, .c-dark-theme .nav .open > a:hover, .c-dark-theme .nav .open > a:focus {
    background-color: #1c1d25;
}
.c-dark-theme .nav .open > a, .c-dark-theme .nav .open > a:hover, .c-dark-theme .nav .open > a:focus {
    background-color: #1c1d25;
}
.c-dark-theme .nav-side-menu  a li {
    text-decoration: none;
    color: #c7c7c7;
}
.c-dark-theme .dropdown-menu{
    background: #2a2b35; 
}
.c-dark-theme .dropdown-menu > li > a{
    color: #fff;
}
.c-dark-theme .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #1c1d25;
}
.c-dark-theme .nav2.nav>li>a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #191a21;
}
.c-dark-theme .nav-side-menu li:hover {
    background-color: #1f1f25;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c-dark-theme .badge-red{
    position: relative;
    background: #e02020;
    padding: 5px 8px;
    box-shadow: 0px 1px 5px 0px #00000063;
    font-size: 12px;
    border-radius: 50px;
    font-family: cursive;
}
.c-dark-theme .table-outline {
    border-color: rgba(255,255,255,.1);
}

.c-dark-theme .table {
    color: rgba(255,255,255,.87);
    background-color: transparent;
}
.c-dark-theme .table {
    color: rgba(255,255,255,.87);
    background-color: transparent;
}

.c-dark-theme .table .thead-light th {
    color: rgba(255,255,255,.87);
    background-color: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.1);
}
.c-dark-theme .table th, .c-dark-theme .table td {
    vertical-align: top;
    border-top: 1px solid;
    border-top-color: #d8dbe0;
}
.c-dark-theme .table th, .c-dark-theme .table td {
    border-top-color: rgba(255,255,255,.1);
}
.c-dark-theme .table tr:last-child td {
    /* border-bottom: 1px solid; */
    /* border-bottom-color: rgba(255,255,255,.1); */
}
.c-dark-theme .table-outline {
    border-color: rgba(255,255,255,.1) !important;
}
.c-dark-theme .table {
    color: rgba(255,255,255,.87);
    background-color: transparent;
}
.table-outline {
    border: 1px solid;
    border-color: #d8dbe0;
}
.c-dark-theme .card {
    background-color: #24252f;
    border-color: rgba(255,255,255,.075);
}


.c-dark-theme .table-hover tbody tr:hover {
    color: rgba(255,255,255,.87);
    background-color: rgba(255,255,255,.1);
}
.exchangeTitleContainer{
    float: right;
    padding-top: 2px;
    padding-right: 5px;
}
.c-dark-theme .text-muted {
    color: rgba(255,255,255,.6)!important;
}

.c-dark-theme .text-muted2 {
    color: #404046;
}
.c-dark-theme .text-red {
    color: #d16767 !important;
}

.c-dark-theme .text-green {
    color: #45a164 !important;
}

.c-dark-theme .form-control, .c-dark-theme select {
    color: rgba(255,255,255,.87);
    background-color: rgba(255,255,255,.05) !important;
    border-color: rgba(255,255,255,.09);
}
.c-dark-theme select.form-control option {
    background-color: #34353e;
}
.nav-tabs > li > a:hover , .nav-tabs > li > a, .nav-link:active {
    border: none
}
.nav-tabs{
    top: 3px;
    position: relative;
}

.nav-tabs > li > a {
    padding: 12px 12px;
    padding-left: 16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

    padding: 10px 12px;
}

.tab-menu{
    position: absolute;
    top: 14px;
    left: 2px;
}
.c-dark-theme .btn-primary {
    color: #fff;
    background-color: #4638c2;
    border-color: #4638c2;
}

.c-dark-theme .btn-primary:hover {
    color: #fff;
    background-color: #3b2fa4;
    border-color: #382d9a;
}

.c-dark-theme .btn-primary:not(:disabled):not(.disabled):active, .c-dark-theme .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2819ae;
    border-color: #2517a3;
}

.c-dark-theme .alert-info {
    color: #255084;
    background-color: #daebfb;
    border-color: #cce2f9;
}

.c-dark-theme .alert-primary {
    color: #241d6f;
    background-color: #dad7f3;
    border-color: #cbc7ee;
}


.c-dark-theme .modal-info .modal-content {
    /* border-color: #4799eb; */
}
.c-dark-theme .modal-info .modal-header {
    color: #fff;
    background-color: #4799eb;
    border: none;
}
.c-dark-theme .modal-footer {
    border-color: rgba(0,0,0,.2);
}

.white-space-nowrap{
    white-space: nowrap;
    /* overflow: hidden; */
}

.small-header {
    font-size: 12px;
    font-weight: 100;
    padding-left: 1px;
    padding-right: 1px;
}

.c-dark-theme .panel-info>.panel-heading {
    color: #000000;
    background-color: #dad7f3;
    border-color: #dad7f3;
}

.c-dark-theme .panel-info {
    border-color: #dad7f3;
}

.c-dark-theme .panel {
    border-radius: 5px !important;
    background: #181923;
}

.c-dark-theme .modal-content{
    background-color: #3d3e47;
}
.c-dark-theme .btn-secondary {
    color: #fff;
    background-color: #4c4f54;
    border-color: #4c4f54;
}



.c-dark-theme .btn{
    border: 0;

    box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12) , 0 1px 3px 0 rgba(0,0,0,.20) ;
}

.c-dark-theme .active .nav-link {
    background-color: #24252f  !important;
    border-bottom-color: #282933 !important;
}
.c-dark-theme a {
    color: #4799eb;
}

.c-dark-theme .nav-tabs {
    border-bottom: none !important; 
}



.c-dark-theme .active .nav-link, .nav-link:active, .c-dark-theme .nav-link:hover{
    color: rgba(255,255,255,.87);
    background-color: rgba(255,255,255,.075);
    border-color: transparent;
}
.c-dark-theme .modal-success .modal-header {
    border: none;
    color: #fff;
    background-color: #45a164;
}
.c-dark-theme .nav-tabs>li.active>a, .c-dark-theme .nav-tabs>li.active>a:focus, .c-dark-theme .nav-tabs>li.active>a:hover {
    border: none

}
.c-dark-theme .form-control {
    color: rgba(255,255,255,.87);
    background-color: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.09) !important;
    border-radius: 5px;
}
.c-dark-theme .dropdown-item {
    color: rgba(255,255,255,.87);
}

.nav-item.active .wl-title-menu {
    display: inline-block;
}

.c-dark-theme .nav-tabs>li.active>a, .c-dark-theme .nav-tabs>li.active>a:focus, .c-dark-theme .nav-tabs>li.active>a:hover {
    color: #fff !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: rgb(34, 34, 34) !important;
}
.nav-tabs {
    border-bottom: none;
}

.dropdown-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: .5rem 1.25rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    
}
.c-dark-theme .dropdown-item {

    color: #4f5d73;
}

.c-dark-theme .dropdown-item:hover, .c-dark-theme .dropdown-item:focus {
    color: rgba(255,255,255,.87);
    background-color: #3b3c45;
    cursor: pointer;
}

.c-dark-theme .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0,.14),0 1px 10px 0 rgba(0, 0, 0,.12),0 2px 4px -1px rgba(0, 0, 0,.20);
}

.c-dark-theme table thead {
    background: rgb(42 43 53);
}
.lv-search-result {
    box-shadow: 0px 4px 10px 2px #00000029;
    background: #fff;
    z-index: 10;
    max-height: 300px;
    overflow-x: auto;
}
.c-dark-theme .lv-search-result {
    background: #2f303a;
}
.th-sticky th{
    background: white;
    position: sticky;
    z-index: 2;
    /* background-color: #24252f !important; */
    padding: 10px 8px !important;
    top: 0; /* Don't forget this, required for the stickiness */
    /* box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); */
}
.c-dark-theme .th-sticky th{
    background-color: #24252f !important;
}
.c-dark-theme .btn-success {
    color: #fff;
    background-color: #45a164;
    border-color: #45a164;
}

.c-dark-theme .item-box{
    background-color: #24252f;
    box-shadow: 0 0px 14px 2px rgb(0 0 0 / 16%)
}
.c-dark-theme .text-dark {
    color: #acbccc!important;
}
.c-dark-theme .date {

    color: #adadad;
}
.c-dark-theme .badge2 {
    padding: 1px 10px;
    /* border-radius: 20px; */
    background-color: #181923;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    color: #e8e8e8;
}
.c-dark-theme .btn {
    display: inline-block;
    font-weight: 400;
    /* color: #3c4b64; */
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.c-dark-theme .btn-outline-light:hover {
    color: #fff;
    background-color: #6c6e7e;
    border-color: #6c6e7e;
}
.c-dark-theme .bg-dark{
    background-color: #24252f;
}

.c-dark-theme .btn-outline-success {
    color: #45a164;
    border-color: #45a164;
}
.c-dark-theme .btn-outline-success:hover {
    color: #fff;
    background-color: #45a164;
    border-color: #45a164;
}
.c-dark-theme .alert-success {
    color: #24543e;
    background-color: #daece0;
    border-color: #cbe5d4;
}
.c-dark-theme .table-bordered>tbody>tr>td, .c-dark-theme .table-bordered>tbody>tr>th, .c-dark-theme .table-bordered>tfoot>tr>td, .c-dark-theme .table-bordered>tfoot>tr>th, .c-dark-theme .table-bordered>thead>tr>td, .c-dark-theme .table-bordered>thead>tr>th {
    border: 1px solid #2a2b35;
}

.c-dark-theme .pagination>li>a, .c-dark-theme .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #9e9e9e;
    text-decoration: none;
    background-color: #2a2b35;
    border: 1px solid #181923;
}
.c-dark-theme .pagination>li>a:focus, .c-dark-theme .pagination>li>a:hover, .c-dark-theme .pagination>li>span:focus, .c-dark-theme .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #0e0f15;
    border-color: #4f5165;
}
.c-dark-theme .pagination>.active>a, .c-dark-theme .pagination>.active>a:focus, .c-dark-theme .pagination>.active>a:hover, .c-dark-theme .pagination>.active>span, .c-dark-theme .pagination>.active>span:focus, .c-dark-theme .pagination>.active>span:hover {
    z-index: 3;
    color: #9489f7;
    cursor: default;
    background-color: #2a2b35;
    border-color: #181923;
}

.c-dark-theme .message .user-list {
    background: #2a2b35;
}

.c-dark-theme .user-item {
    display: flex;
    height: 62px;
    border-bottom: 1px solid #181923;
}

.c-dark-theme .user-item:hover {
    background-color: #181923;
    cursor: pointer;
}

.c-dark-theme .message .content-header {
    border-bottom: 1px solid #181923;
    width: 100%;
    height: 60px;
    background: #2a2b35;
}

.c-dark-theme .message .content-main {
    width: 100%;
    background: #4f5d73;
    padding: 10px;
    overflow: auto;
    height: inherit;
}
.c-dark-theme .chat-input {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: right;
    outline: none;
    border: none;
    resize: none;
    background: #2a2b35;
}

.c-dark-theme .content-footer {
    border-top: 1px solid #181923;
    width: 100%;
    height: 50px;
    background: #2a2b35;
}

.c-dark-theme .user-item.selected {
    background-color: #4f5d73;
    color: #fff;
}

.c-dark-theme .loadOldChat{
    color: #fff;
    background-color: #4799eb;
    border-color: #4799eb;
}

.c-dark-theme .alert-warning {
    color: #755721;
    background-color: #f9eed5;
    border-color: #f7e7c4;
}
.c-dark-theme .btn-info {
    color: #fff;
    background-color: #4799eb;
    border-color: #4799eb;
}
.c-dark-theme .btn-outline-info {
    color: #4799eb;
    border-color: #4799eb;
}
.c-dark-theme .btn-outline-info:hover {
    color: #fff;
    background-color: #4799eb;
    border-color: #4799eb;
}


.n-badge {
    display: inline-block;
    padding: 6px 9px;
    border-radius: 20px;
    border: 1px solid;
    margin-left: 5px;
}

.n-badge-green {
    border-color: 1px solid #45a164;
    color: #45a164;
}

.n-badge-red {
    border-color: 1px solid #d16767;
    color: #d16767;
}

.n-badge-blue {
    border-color: #4799eb;
    color: #4799eb;
}

.c-dark-theme .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #181923;
}

.c-dark-theme table.allThLink th{
    color: #4799eb;
}
.c-dark-theme .badge-success {
    color: #fff;
    background-color: #45a164;
}

.btn-outline-light {
    color: #6c6e7e;
    border-color: #cdceda;
    background-color: transparent;
}
.c-dark-theme .btn-outline-light {
    color: #6c6e7e;
    border-color: #6c6e7e;
    background-color: transparent;
}

.c-dark-theme .top-menu .header-title{
    color: #e9f8ff;
}

.c-dark-theme .panel-primary a {
    color: #fff !important;
}

.c-dark-theme .panel-primary {
    border-color: #4638c2;
}
.c-dark-theme .panel-primary > .panel-heading {
    color: #fff;
    background-color:#4638c2 !important;
    border-color: #4638c2 !important;
}
.c-dark-theme .panel-primary .panel-footer {
    background-color:  #3f32b7 !important;
    border-top: 1px solid #4638c2;
    color: #fff;
}


.c-dark-theme .panel-green {
    border-color: #45a164;
}
.c-dark-theme .panel-green > .panel-heading {
    color: #fff;
    background-color:#45a164 !important;
    border-color: #45a164 !important;
}
.c-dark-theme .panel-green .panel-footer {
    background-color:  #41995f !important;
    border-top: 1px solid #45a164;
    color: #fff;
}

.c-dark-theme .panel-yellow {
    border-color: #e1a82d;
}
.c-dark-theme .panel-yellow > .panel-heading {
    color: #fff;
    background-color:#e1a82d !important;
    border-color: #e1a82d !important;
}
.c-dark-theme .panel-yellow .panel-footer {
    background-color:  #d69f2b !important;
    border-top: 1px solid #e1a82d;
    color: #fff;
}


.c-dark-theme .bg-white {
    background-color: #24252f !important;
}

.c-dark-theme .table.table-tbr tr th  {
    background-color: #2f313e !important;
}

.c-dark-theme .stickyMarketPulseHeader{
    background: #24252f; 
}

.c-dark-theme .select2-selection{
    background: #2f3039;
}


.c-dark-theme {
    --primary: #4638c2;
    --secondary: #4c4f54;
    --success: #45a164;
    --info: #4799eb;
    --warning: #e1a82d;
    --danger: #d16767;
    --light: #6c6e7e;
    --dark: #0e0e15;
    color: rgba(255,255,255,.87);
    background-color: #181924;
    --color: rgba(255, 255, 255, 0.87);
    --elevation-base-color: 0, 0, 0;
}

.c-dark-theme .table-tbr > thead > tr > th {
    text-align: center;
    background-color: #24252f;
    color: #fff;
    border-left: 1px solid #24252f;
}
.c-dark-theme .table-tbr > tbody > tr td {
    border-top: none;
    border-left: 1px solid #24252f;
}
.c-dark-theme .table-tbr > tbody > tr td:first-child {
    border-right: 1px solid #24252f;
}

.c-dark-theme .table-tbr > tbody > tr:nth-of-type(odd) {
    background-color: #24252f;
}
.c-dark-theme .table-tbr > tbody > tr:nth-of-type(even) {
    background-color: #24252f;
}
.c-dark-theme .table-tbr > tbody > tr:hover td {
    background-color: #363744 !important;
}
.c-dark-theme .table-tbr > tbody > tr {
    border-bottom: 1px solid #ffffff1a;
}

.c-dark-theme tr:nth-of-type(even) .buy-col, .buy-col {
    background: #001335;
}
.c-dark-theme tr:nth-of-type(odd) .buy-col{
    background: #001335;
}

.c-dark-theme tr:nth-of-type(even) .sell-col, .sell-col{
    background: #330000;
}
.c-dark-theme tr:nth-of-type(odd) .sell-col{

    background: #330000
}

.analyzer-table thead tr th{
    background-color: #337ab7;
    color: #fff;
}
.c-dark-theme .vipbox{
    background-color: #24252f;
}
.vipbox{
    background-color: #fff;
}
.c-dark-theme  .menu-icon-container li {
    color: #eee;
}

.c-dark-theme .menu-icon-container li:hover {
    background: #1c1d25;
}

.c-dark-theme .hichartBtn{
    color: #fff;
    background-color: #6c6e7e;
    border-color: #6c6e7e;
}

.c-dark-theme .filter-box-brbo .bg-green {
    background-color: #45a164;
}
.c-dark-theme .filter-box-brbo .bg-red {
    background-color: #d16767;
}
.c-dark-theme .filter-box-brbo .bg-blue {
    background-color: #4799eb;
}
.c-dark-theme .filter-box-brbo .row:nth-child(even) {
    background-color: transparent;
}
.c-dark-theme .filter-box-brbo .row {
    border-bottom: 1px solid #3a3b48;
}
.c-dark-theme .select2-selection {
    border: 1px solid #53545b !important;
}
.c-dark-theme .select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border-right: 1px solid #53545b;

}
.hint-block{
    color: #868686
}
.c-dark-theme .hint-block{
    color: #868686
}

.c-dark-theme .btn-default{
    color: #fff;
    background-color: #6c6e7e;
    border-color: #6c6e7e;
}


.c-dark-theme .table-bordered {
    border: 1px solid #53545b;
}
.c-dark-theme .table-bordered {
    background: #212331;
}
.c-dark-theme .user-wl-portfolio .tab-content {
    background: #181923;

}

.c-dark-theme .row-box {
    background: #2a2b35;
}

.c-dark-theme .real-legal-buffer {
    background: #181923;
}
.c-dark-theme .real-legal-buffer > span.buffer-red {
    background: #ef5350;
}
.c-dark-theme .real-legal-buffer > span.buffer-green {
    background: #25a69a;
}
.c-dark-theme .indicator-box {
    background: #181923;
}
.c-dark-theme .sell {
    background: #ef5350 !important;
}
.c-dark-theme .buy {
    background: #25a69a !important;
}
.c-dark-theme .buy-text {
    color: #25a69a !important;
}
.buy-text {
    color: #16C535 !important;
}
.h5bg{
    background: #ececec;
    padding: 10px;
    border-radius: 4px;
}
.c-dark-theme .h5bg{
    background: #34343c;
}

.form-check-label{
    line-height: 23px;
}