﻿.form-element-checkbox {
    line-height: 18px;
    margin-bottom:30px;
    position: relative;
    font-size: 16px;
    font-weight:400;
    height: 18px;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.main-body-font {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

.header-logged {
    background-color: rgb(18,18,18);
    height: 220px;
    min-width: fit-content;
}

.header-unlogged {
    background-color: white;
    height: 70px;
    width: -webkit-fill-available;
    display: inline-flex;
    align-items:center;
}

.header-unlogged-title {
    color: black;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800px;
}

.header-top-div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 70px;
    display: inline-flex;
    width: -webkit-fill-available;
}

.header-top-div-element {
    margin: 15px 25px 15px 25px;
    position: relative;
    color: #909090;
    display: inline-grid;
    white-space: nowrap;
}

.header-top-div-element-tab {
    margin: 10px 25px 10px 25px !important;
}

.header-header-top-div-element-1-3 {
    width: -webkit-fill-available;
    display: inline-flex;
    justify-content: left;
}

.header-header-top-div-element-2-3 {
    width: -webkit-fill-available;
    display: inline-flex;
    justify-content: center;
}

.header-header-top-div-element-3-3 {
    width: -webkit-fill-available;
    display: inline-flex;
    justify-content: right;
}

.header-top-div-element-center-space {
    width: -webkit-fill-available;
}

.logo {
    width: 40px;
    height: 40px;
}

.user-button {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

.account-info {
    margin-right: 5px;
    text-align: right;
}

.field-text {
    height: 10px;
    font-size: 15px;
    line-height: 18px;
    align-self: stretch;
}

.account-id-value {
    height: 13px;
    font-size: 18px;
    line-height: 20px;
}

.separator {
    border-left: 1px solid #3A3A3A;
    margin: 15px 0 15px 0;
}

.header-tab-container {
    background-color: #323232;
    border-radius: 4px;
    display: inline-flex;
    width: fit-content;
    justify-self: center;
    height: 50px;
}

    .header-tab-container input[name=tab-control] {
        display: none;
    }

.header-tab-element {
    align-content: center;
    text-align: -webkit-center;
    font-size: 14px;
    width: 140px;
}

.positionsTabButton ~ ul label[for=positionsTabButton],
.leadersTabButton ~ ul label[for=leadersTabButton],
.followersTabButton ~ ul label[for=followersTabButton],
.historyTabButton:checked ~ ul label[for=historyTabButton] {
    border-radius: 4px;
    padding: 10px 13px 10px 13px;
}

.positionsTabButton:checked ~ ul label[for=positionsTabButton],
.leadersTabButton:checked ~ ul label[for=leadersTabButton],
.followersTabButton:checked ~ ul label[for=followersTabButton],
.historyTabButton:checked ~ ul label[for=historyTabButton] {
    background-color: #000000;
}

.header-tab-element-icon {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.header-tab-container ul {
    display: contents;
    list-style-type: none;
}

.header-tab-element-icon-positions {
    content: url("img/positions_icon.svg");
}

    .positionsTabButton:checked  ~ ul .header-tab-element-icon-positions {
        content: url("img/positions_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-leaders {
    content: url("img/leaders_icon.svg");
}

    .leadersTabButton:checked  ~ ul .header-tab-element-icon-leaders {
        content: url("img/leaders_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-followers {
    content: url("img/followers_icon.svg");
}

    .followersTabButton:checked  ~ ul .header-tab-element-icon-followers {
        content: url("img/followers_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-history {
    content: url("img/history_icon.svg");
}

    .historyTabButton:checked  ~ ul .header-tab-element-icon-history {
        content: url("img/history_icon_checked.svg");
        color: #E098E0;
    }

.positionsTabButton:checked ~ ul .header-tab-element-text-positions,
.leadersTabButton:checked ~ ul .header-tab-element-text-leaders,
.followersTabButton:checked ~ ul .header-tab-element-text-followers,
.historyTabButton:checked ~ ul .header-tab-element-text-history {
    color: #E098E0;
}

.content {
    margin-top: -120px;
    margin-left: 115px;
    margin-right: 115px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.grid-layout {
    background-color: rgb(FF,FF,FF);
}

.grid-name {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: inline-flex;
}

.grid-update-button {
    width: 30px;
    margin-left: 15px;
}

.e-grid {
    border-radius: 5px !important;
    border: 1px solid #DDDDDD !important;
}

    .e-grid .e-gridheader {
        height: 50px;
        border-bottom: 1px solid #DDDDDD !important;
    }

        .e-grid .e-gridheader .e-headercelldiv {
            line-height: 15px;
            font-family: 'Roboto';
            font-style: normal;
            font-size: 13px;
            color: #72747A;
            font-weight: 400;
            margin-left: 1px;
            height: -webkit-fill-available !important;
            vertical-align: top !important;
        }

.e-grid .e-rowcell {
    height: 44px;
    line-height: 18px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400;
    width:fit-content !important;
}

    .e-grid .e-rowcell:not(.equity-div) {
        padding: 0 15px 0 15px !important;
    }

        .text-align-right {
            text-align: right;
        }

        .e-grid.e-bothlines .e-rowcell {
            border-color: #DDDDDD !important;
            border-width: 0 0 0 0 !important;
        }

        .e-grid.e-bothlines .e-rowcell:not(:first-child) {
            border-left-width: 1px !important;
        }

        .e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell,
        .e-grid:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
            border-color: none !important;
            border-width: 0 0 0 0 !important;
        }

.e-rhandler .e-rcursor {
    color: none !important;
}

.time-label-color {
    margin-left:5px;
    color: #9F9F9F;
}

.leader-id-header-icon {
    margin-left:5px;
    width: 15px;
}

.direction-div {
    border-radius: 3px;
    padding: 3px;
    width:fit-content;
}
.direction-buy-div {  
    background-color: #BEFFD2;    
}

.direction-sell-div {
    background-color: #FED2FE;
}

.negative-money {
    color: #E13535;
}

.equity-div {
    padding: 8px 0 0 0 !important;
}

.e-dropdown-btn {
    background-color: #000000 !important;
    color: #72B988 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    width: max-content;
}

.e-dropdown-popup ul {
    min-width: 0 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
}

.e-btn.header-top-div-element.user-button
{
    outline: none;
    border: none;
    background-color: rgb(18,18,18) !important;
    padding: 0;
    box-shadow: none !important;
}

/* Login */
.login-bottons {
    display: inline-flex;
    width: 100%;
    gap: 6px;
}

    .login-bottons .button, .login-bottons #submit {
        padding: 10px 18px !important;
    }

.ddb-actions {
    display: inline-flex !important;
    align-items:center;
}

.e-spinner-inner {
    display: none;
}

.login-box #register:hover {
    border-radius: 0;
}

.login-box #submit:hover {
    border-radius: 0;
}