﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-color: #3a474d;
    width: 300px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.content {
    padding-top: 1.1rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.rz-datepicker {
    width:350px !important;
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* LOG-IN BOX */
.log-in-box {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log-in-box .card {
    padding: 25px;
    width: 450px;
}

/* VOUCHER DOCS */
.schippers-stop-deals .deals-uitleg {
    margin-left: 60px;
    display:flex;
}

.schippers-stop-deals .line {
    margin: 0 12px;
    background-color:gray;
    width: 3px;
}

.schippers-stop-deals .uitleg {
    display:block;
}

.schippers-stop-deals h3 {
    color:red;
}

.schippers-stop-deals .notification {
    max-width: 60%;
}