body {
    margin-top: 10px;
    font-size: smaller
}

/******************************************
LOADER
******************************************/
.cs-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100% - 200px);
    color: #3498db;
    padding: 0 100px;
    text-align: center;
}

.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

/******************************************
FIN LOADER
******************************************/




.achat {
    font-weight: bold;
    color: darkgreen;
}

.vente {
    font-weight: bold;
    color: darkred;
}

.nav-link {
    color: white !important;
}

.nav-link.active {
    background-color: #444444 !important;
}

.card {
    background-color: rgb(33, 37, 41) !important;
    color: white;
}

a.wtIcon {
    text-decoration: none;
}

.modal-body {
    background-color: rgb(33, 37, 41) !important;
}

.modal-footer {
    background-color: #444444 !important;
}

.wtIcon {
    font-size: smaller;
    text-align: center;
    display: inline-block;
    width: 17px;
    height: 17px;
    color: green;
    font-weight: bold;
    border: 1px solid green;
    border-radius: 50%;
    background-color: rgb(206, 228, 206);
}

.wtIcon:hover {
    background-color: rgb(125, 243, 125);
}

.indicator {
    font-size: smaller;
}

.banner-price {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    color: rgb(125, 243, 125);
}

.cell-screener {
    padding: 0px;
}


.row-cell-screener {
    color: white;
    background-color: #555555;
    margin: 5px;
    padding: 3px;
    border: 1;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.signal-combo {
    background-color: #012344 !important;
}

a.cell-screener {
    color: white;
    text-decoration: none;
}

a.side_LONG {
    color: #5bff8c !important;
}

a.side_SHORT {
    color: #fc7878 !important;
}

a.cell-screener:hover {
    color: #CCCCCC;
}


.row-cell-screener:hover {
    background-color: #444444;
}

.signal {
    font-size: medium;
    font-weight: bold;
}

.figure-block {
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    color: #DDD
}

.figure-icon {
    font-size: large;
    font-weight: bold;
}



.signal-up-false {
    color: #666666
}

.signal-up-true,
.signal-true,
a.signal-true {
    color: rgb(25, 203, 15)
}

.signal-down-false,
.signal-false {
    color: #666666
}

.signal-down,
a.signal-down {
    color: rgb(253, 144, 144);
}