html, body {
    font-size: 16px;
    background-color: #2775e1;
    background-color: #fff;
}

body {
    background-size: cover;
}

    /*body:not(.rz-default-scrollbars)::-webkit-scrollbar-corner {
        background-color: transparent;
    }
    
    body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
        background-color: #333;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
        background-color: #888;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: content-box;
        border-radius: 8px;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar-corner {
        background-color: #ffffff;
    }*/

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
        background-color: none;
        width: 10px;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
        background-color: #479cc8;
        border: none;
        border-radius: 0;
    }

a:hover {
    text-decoration: none;
}

.body-container {
    background-color: transparent;
}

    .body-container .body-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
.error-message {
    background-color: darkred;
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.taskbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #111;
    color: #fff;
    height: 40px;
    font-size: 0.9em;
    font-family: Avenir, Helvetica, Arial, sans-serif;
}

    .taskbar .taskbar-start {
        display: flex;
        align-items: center;
        height: 100%;
        min-width: 300px;
        width: 300px;
        justify-content: center;
    }

    .taskbar .taskbar-end {
        display: flex;
        align-items: center;
        height: 100%;
        padding-right: 15px;        
        margin-left: 10px !important;        
        /*width: 140px;*/
        justify-content: flex-end;
    }

    .taskbar .taskbar-content {
        display: flex;
        height: 100%;
        width: calc(100% - 120px);
    }

    .taskbar .app-buttons {
        display: flex;
        flex-direction: row;
    }

    .taskbar .vault-customer {
        margin-left: auto;
        display: inline-flex;
        align-items: center;
        align-content: center;
    }

        .taskbar .vault-customer div {
            color: #fff;
            background-color: #2C6E93 ;
            border-radius: 5px;
            padding: 5px 12px;
            margin-right: 5px;
            border: solid 1px #2C6E93;
        }

            .taskbar .vault-customer div:hover {
                cursor: pointer;
                background-color: #2C6E93;
                color: #fff;
                color: #e1c500;
                border: solid 1px #2C6E93;
                text-decoration: none;
            }

    .taskbar .taskbar-app-button {
        display: flex;
        align-items: center;
        padding: 0px 20px;
        border-bottom: solid 2px #222;
        color: #eee;
        text-decoration: none;
        margin-right: 10px;
        /*margin-top: 3px;
        margin-bottom: 3px;
*/
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

        .taskbar .taskbar-app-button:hover {
            color: #fff;
            border-bottom: solid 2px #cf9900;
            cursor: pointer;
        }

        .taskbar .taskbar-app-button i {
            padding-left: 10px;
        }

    .taskbar .taskbar-app-button-active {
        background-color: #303030;
        border-bottom: solid 2px #71c8ff;
        color: #fff;
    }

.taskbar-end .settings {
    color: #eee;
}

.taskbar-end .settings-active {
    background-color: #303030;
    border-bottom: solid 2px #71c8ff;
    color: #fff;
}

    .taskbar-end .settings:hover {
        cursor: pointer;
        color: #fff;
    }

.desktop {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-items: stretch;
    height: calc(100vh - 40px);
}

.rz-chart-tooltip .rz-chart-tooltip-content label {
    color: black;
    z-index: -15;
}