@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
:root{
    --color-1:#ccdeea;
    --color-2:#060606;
    --color-3:#5b6484;
    --color-4:#f5f0e9;
    --color-text:#060606;
    --color-text-hover:#818181;
    --color-border: #e6e6ea;
}
.color1 {color: #060606;}
.color2 {color: #252839;}
.color3 {color: #5b6484;}
.color4 {color: #96a5de;}
.color5 {color: #ccdeea;}
html {
  -webkit-font-smoothing: antialiased;
}
.gh-app-dark:root{
    --color-bg-1:#000;
    --color-bg-2:#161618;
    --color-bg-3:#212124;
    --color-border:#e2e2e2;
    --color-text:#fff;
}
body{
    color: var(--color-text);
    background: #f8f8fb;
    font-family: 'Ubuntu', sans-serif;
}
h1,h2,h3,h4,h5,h6{font-weight: bold;}
form label:not(.list-group-item) {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
select[readonly="true"] {
    pointer-events: none;
}
.form-check-input:checked {
    background-color: var(--color-3);
    border-color: var(--color-3);
}
.togglePassword {
    position: relative;
}
.togglePassword input {
    padding-right: 75px;
}
.togglePassword-handlr {
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    color: #6c757d;
}
.togglePassword.tpShow .togglePassword-handlr{
    color: #198754;
    font-weight: bold;
}
#termsRegister:checked {
    background-color: var(--color-2);
    border-color: var(--color-2);
}
.main-logo {
    position: relative;
    display: block;
}
.main-logo img {
    max-height: 80px;
}
#sidebar-app{
    display: flex;
    flex-direction: column;
    z-index: 101;
    background: #fff;
    height: 100vh;
    position: fixed;
    overflow: visible;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: var(--color-border);
    transition: all 0.2s linear 0s;
    width: 230px;
    min-width: 230px;
}
.app-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-left: 230px;
}
.header {
    width: 100%;
    height: 85px;
    color: #000;
}
.card{
    border-radius: 1rem;
}
.rounded-start {
    border-bottom-left-radius: 1rem!important;
    border-top-left-radius: 1rem!important;
}

.main-menu .nav-link{position: relative;padding-left: 20px;}
.main-menu .nav-link:before {
    content: "";
    display: flex;
    width: 5px;
    height: 100%;
    left: 0px;
    bottom: 0px;
    margin-right: 18.5px;
    position: absolute;
    overflow: hidden;
    border-radius: 0px 5px 5px 0px;
}
.main-menu .active:before {
    background: var(--color-3);
}
.main-menu .lnr {
    color: #a5a8b3;
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 14px;
}
.nav-link-icon {
    font-size: 1.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0;
    transition:all .4s ease-in-out;
}



.page-signup select#country {
    padding: 11px 21px;
}


.edit-row {
    cursor: pointer;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: var(--color-border);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--color-2);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.page-link {
    color: var(--color-2);
}
.page-item.active .page-link {
    background-color: var(--color-2);
    border-color: var(--color-2);
}


/*
.main-menu .nav-link-icon:after {
    display: none;
}

.nav-link-icon:hover {
    color:var(--color-3);
}
.page-link {
    color: var(--color-2);
    background: var(--color-4);
}
.page-item.active .page-link, .page-link:hover {
    background-color: var(--color-3);
    border-color: var(--color-3);
    color: #fff;
}
.page-link.prev-item span {
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
}
.page-link.next-item span {
    display: inline-block;
    vertical-align: middle;
}
*/
.gh-customer {
    cursor: pointer;
    border-radius: 35px;
    background-color: var(--color-1);
    color: #000 !important;
    padding: 10px 18px;
}

.bg-gh-1{background-color: var(--color-2);} 

.text-small {
    font-size: 85%;
}

.external-screen-bg{
    background-color: var(--color-3);
    min-height: 100vh;
    width: 100%;
}

.external-screen-bg > div {
    min-height: 100vh !important;
}
.signup .external-screen-bg{min-height: 100vh;height: initial;}
.external-logo{
    max-width: 240px;
}
.form-control {
    padding: 10px 21px;
    border-radius: 0.375rem;
    outline: transparent solid 2px;
    color: var(--color-text);
    font-weight: 500;
    box-shadow: initial;
}
.external-form .form-control{
    background-color: var(--color-border);
}
.form-control:focus {
    color: var(--color-text);
    outline: var(--color-3) solid 2px;
    box-shadow: initial;
    /*box-shadow: 0 0 0.1rem 0.15rem var(--color-3);*/
}
.btn-primary {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-1);
    background-color: var(--color-2);
    border-color: var(--color-2);
    padding: 12px 22px;
    border-radius: 5px;
    line-height: 1;
}
.btn-primary:hover, .btn-primary:focus {
    color: var(--color-text);
    background-color: var(--color-3);
    border-color: var(--color-3);
    box-shadow: initial;/*0 0 0.2rem 0.1rem var(--color-3);*/
}
.btn-primary-inverted:hover, .btn-primary-inverted:focus {
    background-color: var(--color-1);
    border-color: var(--color-1);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--color-2);
    border-color: var(--color-2);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--color-2);
}
.nav-pills .nav-link {
    color: #171717;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-3);
}
.text-primary {
    color: var(--color-3)!important;
}
.bg-primary {
    background-color: var(--color-3)!important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--color-3);
}

#openSidebarMenu:checked ~ #sidebarMenu {
    transform: translateX(0);
}
#openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 199;
    height: 100%;
    width: 100%;
    top: 5px;
    left: 0px;
    height: 22px;
    width: 22px;
    display: none;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: var(--color-2);
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.refCodeQr {
    padding: 0.3rem 0.5rem;
}
.refCodeQr img {
    max-height: 20px;
}
body .offcanvas-end {
    width: 420px;
}
ul.nav.breadcrumb-wrap li:last-child i {
    display: none;
}
@media(max-width: 992px){
    /*body {
        padding-top: 6rem;
    }
    body.page-signin {
        padding: 0;
    }*/
    .main-logo {
        margin: 0 !important;
    }
    .ghcart-top:before {
        right: calc(50% - 1.2rem) !important;
    }
    /*.main-menu {
        position: relative;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 111;
        top: 0;
        right: 0;
        display: none;
    }*/
    #sidebarMenu {
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background: #fff;
        z-index: 99;
        flex-direction: column;
        align-content: center;
        justify-content: center !important;
        text-align: center;
    }
    .sidebarIconToggle{
        display: inline-block;
    }
    .header {
        height: 75px;
        background-color: var(--color-1);
        color: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 90;
    }
    .main-logo img {
        max-height: 60px;
    }
    .product-col {
        width: 100%;
    }
}
/*Markeplace*/
.product-col .inner {
    position: relative;
}
.product-col a{
    outline: 0;
    text-decoration: none;
    transition: all ease 0.3s;
}
.product-col .product-thumbnail {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
    background-image: linear-gradient(330deg, #7FB800 0%, #0F9B0F 100%);
}
.product-col .product-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform ease 0.3s;
}
.product-col .gh-product-link:hover .product-thumbnail img {
    transform: scale(1.1) rotate(1.5deg);
}

.top-box-left {
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    font-size: 12px;
    z-index: 10;
}

.top-box-right {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    font-size: 12px;
    z-index: 10;
}

.product-col .gh-product-link .onsale {
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    background-color: var(--color-1);
    color: #000;
    z-index: 10;
}

.product-col .gh-product-link .mostsold {
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    background-color: #5b8c51;
    color: #fff;
    z-index: 10;
}

.product-col .gh-product-link .peu {
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    padding: 3px 10px;
    background-color: var(--bs-gray-600);
    color: #fff;
    z-index: 10;
}
.product-col .product-info {
    padding: 1rem 0 1rem;
    position: relative;
}
.page-marketplace_product .product-info {
    background-color: transparent;
}
.product-col .product-info .product-cat {
    font-size: 16px;
    color: #878986;
}
.product-col .product-info h2 {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #404a3d;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-rendering: optimizeLegibility;
    transition: color ease 0.3s;
}
.product-col .product-info a:hover h2 {
    color: var(--color-1);
}
.product-col .product-info .price {
    font-size: 20px;
    font-weight: 600;
    color: #878986;
}
.product-col .product-info .price .del {
    opacity: 0.5;
    color: #aaa;
    font-weight: 400;
    padding-right: 4px;
}
.pricepvp:before {
    content: "PVP: ";
    font-size: 10px;
}
.pricepvc:before {
    content: "PVC:";
    font-size: 10px;
}
.pricepvd:before {
    content: "PVD: ";
    font-size: 10px;
}
.product-col .product-info .price ins {
    text-decoration: none;
}
.product-detail-add{
    max-width: 360px;
}
.product-detail-price .price {
    display: block;
}
.product-detail-price .price ins {
    font-size: 1.4rem;
    color: var(--color-3);
}

.editQtyInput {
    max-width: 95px;
}

.editQtyInput input {
    width: 80px;
    padding: 14px 8px;
    text-align: center;
}

.ghcart-top:before {
    content: attr(data-count_notify);
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.6rem;
    border-radius: 50%;
    background: var(--color-3);
    color: #fff !important;
    top: -5px;
    right: 0px;
    z-index: 1;
    text-align: center;
    line-height: 1.2rem;
}

#VersionText {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: .5rem;
    font-size: xx-small;
    color: #6c757d;
    z-index: -1;
}
.nologged #VersionText {
    z-index: 4;
    color: #fff;
}




/* TOASTY */
.tp-com-toasty {
    z-index: 2000;
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 400px;
    width: auto;
    opacity: 0.5;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    transition: all .5s ease-in-out;
    transform: translateX(200%);
}
.tp-com-toasty.toasty-open {
    transform: translateX(0);
    opacity: 1;
}

.ghzip {
    padding: 6px 18px;
}

#checkout-empty {
    display: none;
}
.is-empty#checkout-wrap {
    display: none;
}
.is-empty#checkout-empty {
    display: block;
}


/* LEVELS  */
.level-box-img {
    position: absolute;
    width: 60px;
    right: 2rem;
    top: 2rem;
}


.binary-tree {
    position: relative;
}
.binary-tree:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 2px;
    background: var(--color-3);
    height: 90%;
    top: 60px;
    right: calc(50% - 1px);
}
.binary-tree .circle {
    z-index: 10;
    position: relative;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    background-color: #ececec;
    transition:all .3s ease;
    border:2px solid transparent;
    cursor:pointer;
}
.binary-tree .circle:hover {
    border-color:#5a8b51;
    box-shadow:0 0 5px 4px rgba(237,221,94,.5);
}
.binary-tree .level {
    display: flex;
    padding: 10px;
}
.circle img {
    width: 75%;
    display: block;
}
.circle.circle-empty:hover {
    border-color: transparent;
    box-shadow: initial;
}
.circle.circle-empty {
    opacity: .3;
}
.level[data-level="32"] .circle {
    width: calc(100% / 32);
    height: 45px;
}


.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  width: 74px;
  height: 36px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: var(--bs-gray-200);
  transition: 0.3s ease all;
  z-index: 1;
}


/* Button 3 */
#button-3 .knobs:before {
  content: "I";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 28px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#button-3 .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#button-3 .checkbox:checked + .knobs:before {
  content: "D";
  left: 42px;
  background-color: #f44336;
}

/*#button-3 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}*/

#chart {
  max-width: 650px;
  margin: 35px 0;
}

.square-grid .square-item {
    min-height: 120px;
}


.pin-base {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(45deg);
    position: relative;
}
.pin-base:after {
    content: "";
    background-image: url(img/HOJA.png);
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(-45deg);
}
.pin-lg {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 9px 2px rgba(12,10,10,.3);
}
.pin-lg:after {
    width: 75px;
    height: 75px;
}
.pin-lg-wrap {
    height: 120px;
}
.pin-lg-wrap .pin-lg {
    top: 20px;
}

.level1 {
    background: #3e5b19;
}
.level2 {
    background: #5a8c51;
}
.level3 {
    background: #95d040;
    text-color: #000 !important;
}
.level4 {
    background: #d0f59c;
    text-color: #000 !important;
}
.level5 {
    background: #c6e5f0;
    text-color: #000 !important;
}
.level6 {
    background: #72b9ed;
    text-color: #000 !important;
}
.level7 {
    background: #396084;
}
.level8 {
    background: #330d3b;
}
.level9 {
    background: #dd324c;
}
.level10 {
    background: #f3ca39;
}

.disabledPack {
    opacity:.5;
}
.disabledPack .card:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #6c757d;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
}
.florRange {
    max-width: 160px;
}


/*
a{
    color: var(--color-text);
}
a:hover{
    color: var(--color-text-hover);
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}
.mb-2a,.my-2a{
    margin-bottom: .75rem!important;
}
.mt-2a,.my-2a{
    margin-top: .75rem!important;
}
.jdmm-rapp-dark .list-group-item {
    background-color: transparent;
    border-color:rgba(255,255,255,.125);
}
.jdmm-rapp-logo img{
    max-width: 220px;
}
.jdmm-rapp-dark-logo{
    display: none;
}
.jdmm-rapp-dark .jdmm-rapp-dark-logo{
    display: inline-block;
}
.jdmm-rapp-dark .jdmm-rapp-light-logo{
    display: none;
}
.jdmm-box{
    padding: .5rem .8rem;
    display: block;
    border-radius: .8rem;
    background: var(--color-bg-2);
    height: 100%;
}
.jdmm-shadow{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.jdmm-rapp-dark .jdmm-shadow{
    box-shadow: rgba(22, 22, 24, 1) 0px 7px 29px 0px;
}
.switch {
    --line: #000;
    --dot: #000;
    --circle: #000;
    --duration: .3s;
    --text: #9EA0BE;
    cursor: pointer;
}
.jdmm-rapp-dark .switch {
  --line: #505162;
  --dot: #F7F8FF;
  --circle: #9EA0BE;
  --duration: .3s;
  --text: #9EA0BE;
  cursor: pointer;
}
.switch input {
  display: none;
}
.switch input + div {
  position: relative;
    display: inline-block;
}
.switch input + div:before, .switch input + div:after {
  --s: 1;
  content: "";
  position: absolute;
  height: 3px;
  top: 10px;
  width: 24px;
  background: var(--line);
  transform: scaleX(var(--s));
  transition: transform var(--duration) ease;
}
.switch input + div:before {
  --s: 0;
  left: 0;
  transform-origin: 0 50%;
  border-radius: 2px 0 0 2px;
}
.switch input + div:after {
  left: 28px;
  transform-origin: 100% 50%;
  border-radius: 0 2px 2px 0;
}
.switch input + div span {
  padding-left: 56px;
  line-height: 24px;
  color: var(--text);
}
.switch input + div span:before {
  --x: 0;
  --b: var(--circle);
  --s: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--s) var(--b);
  transform: translateX(var(--x));
  transition: box-shadow var(--duration) ease, transform var(--duration) ease;
}
.switch input + div span:not(:empty) {
  padding-left: 64px;
}
.switch input:checked + div:before {
  --s: 1;
}
.switch input:checked + div:after {
  --s: 0;
}
.switch input:checked + div span:before {
  --x: 28px;
  --s: 12px;
  --b: var(--dot);
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}
.container-fluid{
    padding-right: 8px;
    padding-left: 8px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    padding-right: 8px;
    padding-left: 8px;
}
#graph iframe{
    min-height: calc(420px + 60px);
    width: 100%;
}
.symbol_handler{
    min-height: 120px;
    background: #505162;
    border-radius: 12px;
    cursor: pointer;
}
.symbol_active,.symbol_handler:hover {
    /* background: #fff; 
}
.jdmm-rapp-dark .symbol_active,.jdmm-rapp-dark #symbols2 .symbol_handler:hover {
    /* background: #161618; 
    box-shadow: 0px 0px 5px 2px #ff9300;
}
.floating-tooltip-2 {
    width: 96px;
    height: 300px;
    position: absolute;
    display: none;
    padding: 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: '#20262E';
    background-color: rgba(255, 255, 255, 0.23);
    text-align: left;
    z-index: 1000;
    top: 12px;
    left: 12px;
    pointer-events: none;
    border-radius: 4px 4px 0px 0px;
  border-bottom: none;
  box-shadow: 0 2px 5px 0 rgba(117, 134, 150, 0.45);
}
#tradingview_5abcc iframe html.theme-dark .group-3uonVBsm {
    background-color: var(--color-bg-2) !important;
}
.on_gain {
   background: green !important;
}
.on_lose,.on_stop {
   background: red !important;
}
.form-control {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    border: 0;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
}
.form-control:focus {
    border-color: #454d55 !important;
}
.jdmm-rapp-dark .form-control {
    color: #fff;
    background-color: #161618;
    border-bottom: 1px solid #ffffff;
}
.buy_signal {
    /*
    background: #9afcbc;
    background: -moz-linear-gradient(left,  #9afcbc 0%, #59f991 17%, #17f765 33%, #009835 67%, #006824 83%, #003613 100%);
    background: -webkit-linear-gradient(left,  #9afcbc 0%,#59f991 17%,#17f765 33%,#009835 67%,#006824 83%,#003613 100%);
    background: linear-gradient(to right,  #9afcbc 0%,#59f991 17%,#17f765 33%,#009835 67%,#006824 83%,#003613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9afcbc', endColorstr='#003613',GradientType=1 );

    background: #7ccb5f;
    background: -moz-linear-gradient(-45deg,  #7ccb5f 0%, #61c147 50%, #1fa800 51%, #4fdb37 100%);
    background: -webkit-linear-gradient(-45deg,  #7ccb5f 0%,#61c147 50%,#1fa800 51%,#4fdb37 100%);
    background: linear-gradient(135deg,  #7ccb5f 0%,#61c147 50%,#1fa800 51%,#4fdb37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ccb5f', endColorstr='#4fdb37',GradientType=1 );

}
.sell_signal {
    /*
    background: #ff93ac;
    background: -moz-linear-gradient(left,  #ff93ac 0%, #ff4b75 17%, #ff053f 33%, #8a0020 67%, #580015 83%, #240008 100%);
    background: -webkit-linear-gradient(left,  #ff93ac 0%,#ff4b75 17%,#ff053f 33%,#8a0020 67%,#580015 83%,#240008 100%);
    background: linear-gradient(to right,  #ff93ac 0%,#ff4b75 17%,#ff053f 33%,#8a0020 67%,#580015 83%,#240008 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff93ac', endColorstr='#240008',GradientType=1 );

    background: #cb615f;
    background: -moz-linear-gradient(-45deg,  #cb615f 0%, #c14f47 50%, #a81100 51%, #db4d37 100%);
    background: -webkit-linear-gradient(-45deg,  #cb615f 0%,#c14f47 50%,#a81100 51%,#db4d37 100%);
    background: linear-gradient(135deg,  #cb615f 0%,#c14f47 50%,#a81100 51%,#db4d37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb615f', endColorstr='#db4d37',GradientType=1 );

}
#orders{
    min-width: 1270px;
}

@media(max-width: 992px){

}
*/