body {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;

    &:hover {
        color: #0056b3;
        text-decoration: underline;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1140px;
    }
}

nav.navbar-inverse {
    background-color: inherit;
    border: none;
    margin-bottom: 0;

    .container {
        background-color: #111;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:active {
    background-color: #5C5C5C;
}

.alert-block {
    a,.btn {
        margin-top: 15px;
    }
}

.alert-block.status-action {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    span {
        font-size: 13pt;
    }

    button,a.btn {
        margin-top: 0!important;
        color: white;
    }

    .multiple-actions {
        display: flex;
        flex-direction: row;

        button,a.btn {
            margin-left: 15px;
        }
    }
}

h1, h2, h3, h4 {
    font-weight: 200;
    font-family: "Lato", "Helvetica Neue", "Arial";
}

.main {
    .container {
        background: #fff;
        color: #000;
        padding: 20px;
    }

    .content header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;

        h2 {
            margin: 0;
        }
    }
}

footer {
    a, a:visited {
        color: #ccc;
    }

    a.subtile {
        color: #555;
    }

    span {
        margin-right: 10px;
        margin-left: 10px;
    }

    form{
        display: inline;
    }

    button{
        color: #ccc;
        display: inline;
        background: none;
        border: 0;
        transition: 0.15s ease-in-out;
    }

    button:hover{
        color: #fff;
        text-decoration: underline;
        transition: 0.15s ease-in-out;
    }

    color: #999;
    margin-top: 30px; margin-bottom: 30px;
    text-align: center;
}


#header {
    display: flex;
    justify-content: space-between;
    height: 80px;

    .logo {
        margin-top: 15px;
        margin-left: 15px;
    }
    .megabeta {
        margin-top: 20px;
        font-size: 27px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 200;
    }
}

div.time-picker li.selected {
    background-color: #3276B1;
}

.comment_container {
    padding-top: 10px;
    padding-left: 10px;
    min-height: 25px;
    min-width: 230px;
}

.hets-desc {
    .tooltip-inner {
        background-color: white;
        border: 1px solid var(--offwhite);
        min-width: 430px;
    }

    .tooltip-arrow::before {
        border-bottom-color: var(--offwhite) !important;
    }
}

.mb-tooltip {
    .tooltip-inner {
        background-color: white;
        border: 1px solid var(--offwhite);
        color:#000;
    }
    .tooltip {
        --bs-tooltip-bg: var(--offwhite);
    }
}
