﻿
html, body {
    font-family: Muli,Roboto,Helvetica Neue,Arial,sans-serif, 'Microsoft JhengHei UI Light';
    height: 100%;
    background-color: #0D0E0F;
    color: rgba(255, 255, 255, .9);
}

app {
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: auto;
}

a, a:hover, a:active {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

input, select, section option {
    background: #262626 !important;
    color: #FFF !important;
}

    input.form-control {
        padding: 1.5rem 1rem;
    }

i {
    padding-left: .375rem;
    padding-right: .375rem;
}

hr {
    border-top: 1px solid #E6DED5;
}

.btn {
    padding: .375rem .75rem;
    border: 0;
}

    .btn.btn-primary {
        color: rgba(255, 255, 255, 0.7);
        background-color: #323338;
        font-weight: 600;
        border-color: #323338;
        box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12) !important;
    }

        .btn.btn-primary.focus,
        .btn.btn-primary:focus {
            color: rgba(255, 255, 255, 0.7);
            background-color: #323338;
            border-color: #323338;
            outline: none;
        }

        .btn.btn-primary:hover {
            color: rgba(255, 255, 255, 0.8);
            background-color: #131417;
            border-color: #131417;
            outline: none;
        }

        .btn.btn-primary.active,
        .btn.btn-primary:active {
            color: rgba(255, 255, 255, 0.8);
            background-color: #131417;
            border-color: #131417;
            outline: none;
        }

            .btn.btn-primary.active.focus,
            .btn.btn-primary.active:focus,
            .btn.btn-primary.active:hover,
            .btn.btn-primary:active.focus,
            .btn.btn-primary:active:focus,
            .btn.btn-primary:active:hover {
                color: rgba(255, 255, 255, 0.8);
                background-color: #131417;
                border-color: #131417;
                outline: none;
            }

    .btn.btn-secondary {
        color: rgba(255, 255, 255, 0.7);
        background-color: #1E1D1E;
        font-weight: 600;
        border-color: #1E1D1E;
        box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12) !important;
    }

        .btn.btn-secondary.focus,
        .btn.btn-secondary:focus {
            color: rgba(255, 255, 255, 0.7);
            background-color: #1E1D1E;
            border-color: #1E1D1E;
            outline: none;
        }

        .btn.btn-secondary:hover {
            color: rgba(255, 255, 255, 0.8);
            background-color: #161616;
            border-color: #161616;
            outline: none;
        }

        .btn.btn-secondary.active,
        .btn.btn-secondary:active {
            color: rgba(255, 255, 255, 0.8);
            background-color: #161616;
            border-color: #161616;
            outline: none;
        }

            .btn.btn-secondary.active.focus,
            .btn.btn-secondary.active:focus,
            .btn.btn-secondary.active:hover,
            .btn.btn-secondary:active.focus,
            .btn.btn-secondary:active:focus,
            .btn.btn-secondary:active:hover {
                color: rgba(255, 255, 255, 0.8);
                background-color: #161616;
                border-color: #161616;
                outline: none;
            }


    .btn.btn-more {
        color: inherit;
        background-color: transparent;
        cursor: pointer;
        border: none;
        margin: 0;
        margin-left: auto;
        display: inline-flex;
        outline: 0;
        padding: 0;
        position: relative;
        align-items: center;
        user-select: none;
        border-radius: 0;
        vertical-align: middle;
        justify-content: center;
        text-decoration: none;
    }

        .btn.btn-more.focus,
        .btn.btn-more:focus {
            color: inherit;
            background-color: transparent;
            border: none;
            outline: none;
        }

        .btn.btn-more:hover {
            color: inherit;
            background-color: transparent;
            border: none;
            outline: none;
        }

        .btn.btn-more.active,
        .btn.btn-more:active {
            color: inherit;
            background-color: transparent;
            border: none;
            outline: none;
        }

            .btn.btn-more.active.focus,
            .btn.btn-more.active:focus,
            .btn.btn-more.active:hover,
            .btn.btn-more:active.focus,
            .btn.btn-more:active:focus,
            .btn.btn-more:active:hover {
                color: inherit;
                background-color: transparent;
                border: none;
                outline: none;
            }

.nav-tabs {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    border: none;
}

    .nav-tabs .nav-link {
        margin-left: 0;
        margin-right: 0;
        border: none;
        border-bottom: 2px solid transparent !important;
        background-color: transparent !important;
        color: rgba(230, 222, 213, 0.7);
        font-weight: 500;
        text-align: center;
        min-width: 120px;
    }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-link:active {
            color: rgba(230, 222, 213, 1);
            border: none;
            border-bottom: 2px solid rgba(230, 222, 213, .8) !important;
        }

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.card {
    width: 100%;
    padding: 1.2rem;
    background-color: #262526;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: .6rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.card-title {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
}

.card-footer {
    padding: 1.25rem 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
    text-align: right;
}

.table-dark {
    background-color: #262526;
}

.modal-content {
    background-color: #262526;
}

.modal-body label {
    margin: 0;
    font-size: 1.375rem;
}

.dropdown-menu {
    background-color: #262626;
    border: 1px solid rgba(230, 222, 213, .25);
}

.dropdown-item, .dropdown-item:hover {
    color: rgb(230, 222, 213);
    font-weight: 600;
}

    .dropdown-item:hover {
        cursor: pointer;
        background-color: rgb(230, 222, 213);
        color: #262626;
    }

.sign-in-card {
    margin: 2rem 0;
    width: 360px !important;
}

@media (max-width: 1199.98px) {
    .container {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .card {
        padding: .8rem;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }
}
