@font-face {
    font-family: Eurostile;
    src: url("../fonts/Eurostile.ttf") format("opentype");
}

@font-face {
    font-family: EurostileBold;
    src: url("../fonts/Eurostile-Bol.otf") format("opentype");
}

@font-face {
    font-family: EurostileConReg;
    src: url("../fonts/EurostileCon-Reg_0.otf") format("opentype");
}

@font-face {
    font-family: Magistral;
    src: url("../fonts/MGBOLD.TTF") format("opentype");
}

@font-face {
    font-family: SupermolotRegular;
    src: url("../fonts/TT-Supermolot-Regular.otf") format("opentype");
}

/*body {*/
/*font-family: SupermolotRegular;*/
/*!*font-weight:bold;*!*/
/*}*/


.btn.btn-outline-purple {
    border-color: #b363ff;
    background-color:transparent;
    color: #b363ff;
}

.btn.btn-outline-purple:hover, .btn.btn-outline-purple.active, .btn.btn-outline-purple:active, .btn.btn-outline-purple:active:focus {
    border-color: #b363ff;
    background: rgba(98, 0, 190, 0.77);
    color: #FFF;
}

.btn.btn-outline-purple:focus {
    border-color: #b363ff;
    background: rgba(98, 0, 190, 0.77);
    color: #FFF;
}

.btn.btn-outline-purple.disabled {
    border-color: #711eff;
    background:  rgba(113, 30, 255, 0.13);
}

.btn.btn-outline-purple.disabled:hover {
    border-color: #711eff;;
    background: rgba(113, 30, 255, 0.13);
    color: #711eff;
}

.nav-pills .nav-link:hover {
    background-color:rgba(89, 129, 183, 0.5);
    /*background-color:rgb(97, 111, 129, 0.4);*/
    border:1px solid rgba(255,255,255,0.2);
}

.btn-outline-hybrid-always-dark {
    background-color: transparent;
    color: #000;
}


.btn.btn-outline-darkgray {
    /*border-color: rgba(115, 138, 159, 0.84);*/
    background: rgba(12, 22, 62, 0.84);
    color: #fff;
    padding:6px 12px;
    border-radius: 4px;
    /*font-size:12px;*/
}

.symbol-button {
    border:0px;
    width:90px!important;
}

.dex_td_breaks {
    width:90px!important;
}

.navigation {
    background-color:#fff;
}

.btn.btn-outline-darkgray:hover, .btn.btn-outline-darkgray.active, .btn.btn-outline-darkgray:active, .btn.btn-outline-darkgray:active:focus {
    border-color: rgba(140, 149, 157, 0.84);
    background: rgba(86, 101, 115, 0.92);
    color: #FFF;
}

.btn.btn-outline-darkgray:focus {
    border-color: rgba(140, 149, 157, 0.84);
    background: rgba(52, 62, 72, 0.84);
    color: #FFF;
}

.btn.btn-outline-darkgray.disabled {
    border-color: #444a45;
    background:  #343a40;
}

.btn.btn-outline-darkgray.disabled:hover {
    border-color: #444a45;
    background:  #343a40;
    color: #aaa;
}


.footer-note {
    margin-bottom:-10px!important;
    margin-top:15px!important;
}

.btn-purple {
    color: #fff;
    background-color:rebeccapurple;
    border-color:purple;
}

.veriff-submit {
    background-color:#f00!important;
    padding: 9px 15px!important;
    line-height: 20px!important;
    cursor: pointer!important;
    font-weight: 500!important;
    font-size: 12px!important;
}

/*.modal.left .modal-dialog,*/
/*.modal.right .modal-dialog {*/
/*    position: fixed;*/
/*    margin: auto;*/
/*    width: 320px;*/
/*    !*height: 100%;*!*/
/*    -webkit-transform: translate3d(0%, 0, 0);*/
/*        -ms-transform: translate3d(0%, 0, 0);*/
/*         -o-transform: translate3d(0%, 0, 0);*/
/*            transform: translate3d(0%, 0, 0);*/
/*}*/

/*.modal.left .modal-content,*/
/*.modal.right .modal-content {*/
/*    height: 100%;*/
/*    overflow-y: auto;*/
/*}*/

/*.modal.left .modal-body,*/
/*.modal.right .modal-body {*/
/*    padding: 15px 15px 80px;*/
/*}*/

/*!*Left*!*/
/*.modal.left.fade .modal-dialog{*/
/*    left: 0px;*/
/*    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*         -o-transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*            transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*}*/

/*.modal.left.fade.in .modal-dialog{*/
/*    left: 320px;*/
/*}*/

/*!*Right*!*/
/*.modal.right.fade .modal-dialog {*/
/*    right: -320px;*/
/*    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*         -o-transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*            transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*}*/

/*.modal.right.fade.in .modal-dialog {*/
/*    right: 0;*/
/*}*/


.caption-full-color {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    /*color: #91969a;*/
    text-transform: uppercase;
}

body.indent {
    /*background-image: url("/static/img/backgrounds/flavouredretro-bw3-blue-reduced.jpg");*/
    background-attachment: fixed;
    background-position: top!important;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 35px 35px;*/
    padding: 0px 0px;
    background-color:#000;
}

.btn.btn-sm span[class^='li-'], .btn-group-sm > .btn span[class^='li-'] {
    font-size: 16px;
    font-weight: bold;
}

body.indent.index-dark {
    background-image: url("/static/img/backgrounds/flavouredretro-bw3-blue-reduced.jpg");
    background-attachment: fixed;
    /*padding: 35px 75px;*/
    padding: 0px 0px;

    background-position: top!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#000;
}

body::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

body {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.timelog_scrollarea::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.timelog_scrollarea {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

body.indent-padding {
    padding: 35px 35px;
}

body.indent-padding-dark {
    padding: 35px 75px;
}

@media screen and (max-width: 430px) {
  body.indent {
    background-size: auto;
  }
    body.indent.index-dark {
    background-size: auto;
  }
}

.file-tree ul > li.open > ul {
    max-height: 500000px;
}

.page__header > .logo-holder {
    width: 324px;
}

.btn.btn-outline-light {
    border-color: #0b0b10;
    color: #d7dde3;
}

.btn.btn-dark {
    border-color: #0b0b10;
    background: #000;
    color: #FFF;
}

.btn.btn-dark:hover {
    border-color: black;
    background: #07070a;
    color: #FFF;
}


.btn.btn-dark:not([disabled]):not(.disabled):active, .btn.btn-dark:not([disabled]):not(.disabled).active {
    border-color: black;
    background: #0b0b10;
    color: #FFF;
    box-shadow: 0px 0px 0px 2px rgba(18, 17, 25, 0.2);
}

.btn.btn-dark:focus, .btn.btn-dark.focus {
    border-color: #050507;
    background: #0e0d13;
    color: #FFF;
    box-shadow: none;
}


body.indent.indent--shadowed > .page > .page__content.index-dark {
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0);
}

.page__footer {

    background-color:rgba(0,0,0,0.6);
    color:#fff;
    border-top:1px solid rgba(255,255,255,0.1);
    /*margin-top:35px;!**!*/
    /*height:200px;*/
}

html body > .page {
    border:1px solid rgba(0,0,0,0.5);
}


.breadcrumb {
    border-radius: 0px;
}

.hidden_internal_bank_account {
    visibility: hidden;
    display: none;
}


.external_smart_contract {
    visibility: hidden;
    display: none;
}

.additional_nft_token {
    visibility: hidden;
    display: none;
}

.additional_savings_token {
    visibility: hidden;
    display: none;
}

.additional_savings_fiats {
    visibility: hidden;
    display: none;
}

/*@media (max-width: 991.98px) {*/
/*body.indent {*/
/*background-size: 100%;*/
/*}*/
/*}*/

#progressbar {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    /* (height of inner div) / 2 + padding */
    padding: 3px;
    width:700px;
    /*margin-left:270px;*/
    margin-top:30px;
}

#progressbar > div {
    background-color: rgba(0, 120, 250, 1);
    /* Adjust with JavaScript */
    height: 20px;
    border-radius: 5px;
}


#logo {
    /*width: 210px;*/
    margin-top: 18px;
    margin-left: 20px;
    height: 44px;
    padding-top:2px;
    padding-bottom:2px;
}

.page .page__content .page-aside.invert {
    /*background-color: rgba(0, 0, 0, 0.55);*/
    /*background-color:#252b5a;*/
}



.btn-hybrid {
    background-color:#252b5a;
    color:#fff;
    width:100%;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 7px 7px 7px 0px;
    font-size:13px;
    margin-bottom:5px;
    border-radius: 0px;
}

.btn-hybrid-xs {
    background-color:#252b5a;
    color:#fff;
    width:100%;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 7px;
    font-size:13px;
    margin-bottom:5px;
    border-radius: 0px;
}

.btn-outline-hybrid {
    background-color:#f9f9f9;
    color:#252b5a;
    border: 1px solid #ccc;
    width:100%;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 7px 7px 7px 0px;
    font-size:13px;
    margin-bottom:5px;
}

.btn-hybrid-admin {
    background-color: #252b5a;
    color:#fff;
    width:100%;
    text-transform: uppercase;
    font-weight: bolder;
    padding:7px;
    padding-left:0px;
    font-size:13px;
    margin-bottom:5px;
}

.btn-outline-hybrid-admin {
    background-color:#f9f9f9;
    color: #252b5a;
    border: 1px solid #eee;
    width:100%;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 7px 7px 7px 0px;
    font-size:13px;
    margin-bottom:5px;
}






.btn-hybrid:hover {
    color: #fff;
}

.btn-outline-hybrid:hover {
    color: #000;
}



.btn-hybrid-t-header {
    background-color:rgba(255,255,255,0.2);
    color:#fff;
    width:100%;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 7px 10px;
    font-size:14px;
    margin-bottom:5px;
}

.btn-outline-hybrid-t-header {
    background-color:rgba(255,255,255,0.1);
    color:#ddd;
    /*border: 1px solid #aaa;*/
    width:100%;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 7px 10px;
    font-size:14px;
    margin-bottom:5px;
}




.page .page__content {
    background: transparent !important;
}

.page__content > .content {
    background-color: rgba(255, 255, 255, 0.6);
}

.page__content > .important-container {
    background: rgba(255, 255, 255, 0.8);
}

.card-title {
    text-transform: uppercase;
    font-size: 13px !important;
}

.card-footer {
    font-size: 11px !important;
    /*font-color: #888;*/
}

.card .card-footer {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    padding: 2px 15px;
}

.card .card-header {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    padding: 7px 15px;
}

.card .card-body {
    padding: 10px 10px;
}

p.dashboard {
    font-weight: bold;
    font-size: 14px;
    color:#000;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #252b5a;
}

.nav-pills .nav-link.active {
    background-color:#252b5a;
}

.nav-pills-index .nav-link.active {
    background-color: #ff0000;
}

.nav-item-index {
    border-radius: 3px;
}


.btn.btn-outline-light-hybrid {
    border-color: #4494f1;
    background: transparent;
    color: #bad3ff;
    /*text-transform: uppercase;*/
}

.btn.btn-outline-light-hybrid:hover, .btn.btn-outline-light-hybrid.active, .btn.btn-outline-light-hybrid:active, .btn.btn-outline-light-hybrid:active:focus {
    border-color: #d7dde3;
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.page-heading .page-heading__container .title {
    text-transform: uppercase;
    font-size: 13px !important;
}

.page-heading .page-heading__container {
    padding: 15px 15px 15px 25px;
}

p.performance-panel {
    font-weight: bold !important;
    font-size: 15px !important;
    /*color:#000;*/
}

.form-group.performance-panel {
    text-align: center !important;
}

.invert .btn.btn-outline-warning:hover, .invert .btn.btn-outline-warning.active, .invert .btn.btn-outline-warning:active, .invert .btn.btn-outline-warning:active:focus {
    border-color: #fece00;
    background: #fece00;
    color: #000;
}





.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}


.user.user--controls .user__name {
    padding-right: 20px;
    position: relative;
}

.card {
    margin-bottom: 0px;
    border-radius: 10px;
}

.topnav {
    margin: 0 !important;
}

.page__container {
    height: 30px;
}

.page__content .page-aside {
    width: 220px;
    /*background-color:#252b5a!important;*/
}

.page-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.marquee {
    width: 1000px;
    height: 30px;
    line-height: 24px;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background: #ccc;*/
}

.marquee-element {
    float: left;
    margin-right: 30px;
}

.page__container {
    /*background: rgba(0,0,0,0.7);*/
}

.page .page__container.invert {
    background-color: rgba(0, 0, 0, 0.4);
}

.page__header {
    /*background-color: rgba(255, 255, 255, 0.9)!important;*/
}

.refdetails {
    padding: 4px;
    padding-left: 20px;
}

.navigation > ul > li ul > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin-top: 150px;
    }
}

.white-text-shadow{
    text-shadow: 0px 0px 6px #000;
    color:#fff;
}

.index-dark {
    background-color:transparent!important;
    color:#fff;
    border-bottom: 0px solid #000!important;


}

.page .page__container.invert.index-dark {
    background-color: rgba(0, 0, 0, 0);
}

.page__header > .box .dropdown .dropdown-menu {
    width: 200px;
}

.widget__subtitle {
    font-size: smaller;
    color:#333;
    text-transform: uppercase;
    font-weight: bold;
}

.alert {
    border-radius: 0px;
}

p.caption {
    font-weight: bold;
}

p.subtitle {
    color:#000;
}

.navigation .icon[class*=' fa-'] {
    font-size: 16px;
}

.fa-chf {
  position: relative;
}

.fa-chf:before {
  content: "\f0c8";
}

.fa-chf:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  content: "CHF";
  font-family: sans-serif;
  font-weight: bold;
  font-size: .35em;
  line-height: 2.858em;
  color: white;
}

/*.badge.badge-info {*/
/*    background: rgba(0, 138, 190, 0.6);*/
/*    color: #ffffff;*/
/*    border-color: rgba(0, 128, 255, 0.3);*/
/*}*/

.verify_tick {
    color:#3d69ff;
}

/*.nav-pills .nav-link.active {*/
/*    background-color:#2d69df;*/
/*}*/

.otc-side-panel-tr {
    background-color:#f8f8f8;
}

.otc-side-panel-tr-active {
    background-color:#d0e0f0;
}

.bulletinboard-side-panel-tr {
    background-color:#f8f8f8;
}

.bulletinboard-side-panel-tr-active {
    background-color:#d0e0f0;
}

.nav-pills .nav-link {
    border:1px solid #ccc;
    background-color:#fff;
}

.nav-pills .nav-link.active {
    border:1px solid rgba(255,255,255,0);
}

.table.table-indent-rows {
    border-collapse: separate;
    border-spacing: 0 7px;
    border: 0px;
}

.widget.invert {
    /*background: #040613;*/
    background: transparent;
    height:115px;
}

.widget-side.invert {
    border: 0px;
    background: #22212f;
    color: #fefeff;
}

.bg-secondary {
    background: #222 !important;
}
.page__content > .content .container, .page__content > .content .container-fluid {
    padding: 0px;
    padding-top: 0px;
}

/*.modal-dialog {*/
/*    position: relative;*/
/*    width: auto;*/
/*    margin: 1rem;*/
/*    pointer-events: none;*/
/*}*/

.logo-text{
    /*height:60px;*/
}

.cc_order_old {
    visibility: visible;
    display: table-row;
}

.container-fluid{
    background-color:rgba(255,255,255,0.75);
    height:100%;
}

#logo{
    max-width: 325px;

    /*content: url("/static/img/whitelabel/hybrid/hybrid-chain-logo-on-white-ss.png");*/
}

#logo-index{
    content: url("/static/img/hybrid-chain-logo-on-dark-ss.png");
}

.nav-item {
    background-color:transparent;
    margin-top:0px;
    margin-right: 0px;
    line-height: 22px;
    margin-bottom:-6px;
}

.side-nav-li-bullet {
    height:24px;
}
.side-nav-li-bullet-separator {
    height:8px;
}

.table.table-indent-rows tbody td, .table.table-indent-rows tbody th {
    border-top:  0px solid rgba(255,255,255,0);
    border-bottom:  0px solid rgba(255,255,255,0);
}

.table.table-indent-rows tbody td:first-child, .table.table-indent-rows tbody th:first-child {
    border-left: 0px solid rgba(255,255,255,0.1);
}

.table.table-indent-rows tbody td:last-child, .table.table-indent-rows tbody th:last-child {
    border-right: 0px solid rgba(255,255,255,0.1);
}

.table.table-indent-rows tbody td {
     background-color: rgba(255,255,255,0.9);
}

.upgrade-price-span {
    font-size:28px;
    font-weight:bold;
}

.modal-content {
    border-radius: 12px;
}

.bg-gradient-upgrade-1 {
    background: linear-gradient(-65.5deg, rgba(23,160,160,1), rgb(51, 139, 147)) !important;
}
.bg-gradient-upgrade-2 {
    background: linear-gradient( 65.5deg,  rgba(23,165,165,1), rgba(53,65,145,1) 71.5% ) !important;
}
.bg-gradient-upgrade-3 {
    background: linear-gradient(65.5deg, rgba(53,65,145,1) 0%, #101448 100%) !important;
}
.bg-gradient-upgrade-4 {
    background-image: linear-gradient( -65.5deg,  rgba(72,81,86,1) 8%, rgba(187,187,187,1) 84.1% )!important;
}

.login-container {
    border-radius:12px;
}

.modal-xl {
    max-width: 1100px;
}

.modal-xxl {
    max-width: 1300px;
}


.feature_upgrade_table_cell_title {
    background-color: #fff;
    line-height:32px;
    font-size:14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: left;
    padding-left:20px;
    padding-top:5px;
    padding-bottom: 5px;
}

.dex-order-input-generic-field {
    font-size:14px;
}

.feature_upgrade_table_cell {
    line-height:32px;
    font-size:14px;
    font-weight:normal;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color:#333;
    padding-top:5px;
    padding-bottom: 5px;
}


.feature_upgrade_table_cell_top {
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
}

.feature_upgrade_table_cell_title_head {
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
    font-weight: bold;
    text-transform: uppercase;
    /*font-size:14px;*/
    text-align: left;
    /*padding-top:20px;*/
    padding-left:15px;
    font-size:15px;
}

.feature_upgrade_table_cell_bottom {
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
}

.upgrade_feature_subtext {
    font-weight: normal;
    line-height:30px!important;
}


.zero_balance_row{
    visibility: hidden;
    display: none;
}

.case-table-card:hover
{
    border:1px solid #000000!important;
}

.fake-link:hover{
    text-decoration: underline;
    cursor: pointer;
}

.bulletinboard-side-panel-tr-off {
     background-color:#fff;
}

#orderbook-dex-table {
    background-color:#fff;color:#000;border-color:#ddd;
}

.orderbook-header {
    color:#000;border-left:0px solid #363c4e;
}

.orderbook-entry-td {
    border-color:#ddd;
    padding-top:2px!important;
    padding-bottom:2px!important;
    font-size: 12px!important;
}

#last-trades-market-feed-dex {
    /*background-color:#fff;*/
    color:#000;
    border-color:#ddd;
}

.clear-pool-last-trades-header {
    color: #000;
}

#order-entry-table{
 background-color:#fff;
}

.buying-power-table{
    background-color:#fff;color:#000;border-color:#ddd;
}

.btn-outline-success {
    color: #02af02;
    background-color: transparent;
    background-image: none;
    border-color: #02af02;
}

.btn.btn-outline-success {
    border-color: #02af02;
    color: #02af02;
}

.btn-outline-info {
    color: #0395cd;
    background-color: transparent;
    background-image: none;
    border-color: #0395cd;
}

.btn.btn-outline-info {
    border-color: #0395cd;
    color: #0395cd;
}


.btn-outline-info-alt {
    color: #b363ff;
    background-color: transparent;
    background-image: none;
    border-color: #b363ff;
}

.btn.btn-outline-info-alt {
    border-color: #b363ff;
    color: #b363ff;
}

.irs-min, .irs-max {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: #252b5a;
    color: #FFF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #FFF;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #252b5a;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #252b5a;
}



.case-table-card {
    background-color:#fff;
    border:1px solid rgba(0,0,0,0.2);
}

.base-nav-custom {
    border:1px solid rgba(4,8,53,0.8) !important;
}

.fake-link {
    color:#000;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #888;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.horizontal-navigation > ul > li ul > li {
    background: transparent!important;
}

.hybrid-nav-table tr {
    background-color: rgba(0,0,0,0.6);
    color:#fff;
}

.hybrid-nav-table tr:hover {
    background-color: #fff;
    color:#3b5999;
}

.nav-block-bg-change {
    background-color: rgba(0,0,0,0.0)!important;
}

.btn.btn-outline-warning {
    border-color: #efc200;
    color: #efc200;
}

.custom-control .custom-control-label:before {
    border:1px solid #888;
}

.side-panel-card {
    /*border-radius: 3px;*/
    background-color: transparent!important;
}

.side-panel-avatar-div {
    height: 72px;
    width: 72px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 12px;
    border: 1px solid #333;
    border-radius: 3px;
    margin-top: 2px;
}

.input-group-prepend .input-group-text *[class^="fa"],
.input-group-append .input-group-text *[class^="fa"] {
    border-radius: 3px;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-radius: 0 3px 3px 0;
}

.input-group-prepend:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*.navigation:hover {*/
/*    padding: 10px;*/
/*    float: left;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    background-color:rgba(86, 101, 115, 0.42);*/
/*    cursor: pointer;*/
/*}*/


#usd-value-balance-indicator {
    font-weight: bold;
}

.button-xl-sized {
    padding:6px 12px!important;
}

#right-side-panel-content {
    padding-left:0px;
}

.widget__container {
    padding:25px 20px;
}

.row {
    margin-right:unset;
    margin-left:unset;
}

.underscore_on_hover:hover {
    text-decoration: underline;
    cursor: pointer;
}

#available-buy-side-clear-pool-label {
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#available-sell-side-clear-pool-label {
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn.btn-outline-delete {
    border-color: #ff1e1e;
    color: #ff2d2d;
}

.bg-danger {
    background: #ff3030 !important;
}

.bg-warning {
    color: #000!important;
}

.bg-warning p {
    color: #000!important;
}

.logo-holder2 {
    margin-top:20px;
}

.page--w-container.page--w-header .page__container {
    margin-top: 80px;
}

.page__header {
    height: 80px;
}


.page__header > .box {
    flex: 0 0 auto;
    padding: 20px 0px 9px;
}

.row {
    flex-wrap: unset;
}

.btn.master-button-drop-down-modern {
    margin-right: 4px;
}

.explorer_query {
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
    /*font-weight:bold;*/
}

.icon-box {
    line-height: unset;
}

.icon-box > .fa {
    line-height: 28px;
    padding-top:5px;
    padding-bottom:5px;
}


.module-icon {
    height:60px;
    width: 60px!important;
    color:#fff;
    /*border:1px solid rgba(255,255,255,0);*/
    text-transform: uppercase;
    font-weight: bolder;
    font-size:13px;
    margin-bottom:5px;
    background-color: rgba(58, 84, 116, 0.42);
    border:1px solid rgba(255,255,255,0.3);
    padding: 18px 7px 7px;
}

.module-icon span {
    font-size: 34px!important;
}

.module-icon-span {
    /*margin-left:13px;*/
    /*margin-top:12px;*/
    width: 46px;
}

.edit-icon {
    font-size:16px;
    padding-left:10px;
    vertical-align: middle;
    color: rgba(113, 173, 255, 1);
    /*float:right;*/
}

.edit-icon-remove {
    font-size:16px;
    padding-left:10px;
    vertical-align: middle;
    color: rgb(255, 113, 113);
    /*float:right;*/
}

.edit-icon-remove-disabled {
    font-size:16px;
    padding-left:10px;
    vertical-align: middle;
    color: rgb(141, 141, 141);
    /*float:right;*/
}

.switch {
    height: 24px!important;
}

.switch span {
    height: 24px!important;
}

.switch input:checked + span {
    background-color: #034ca8;
}

#lineChart-constructor {
    width:100%!important;
}

.table.table-indent-rows tbody th {
    background-color:rgba(0,0,0,0.1);

}
.table.table-indent-rows tbody th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.table.table-indent-rows tbody th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dex-order-entry-panel-heading-generic {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}