﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.bg-success {
    color: #fff;
    background-color: #28a745 !important;
}

.bg-info {
    color: #fff;
    background-color: #17a2b8 !important;
}

app {

}

.form-group {
    margin-bottom: 1rem;
}

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

.blazorstrap-toaster {
    margin: 70px 20px 0 0;
}

.blazorstrap-toaster .toast {
    margin-top: 12px;
}

/* Nav */

@media (min-width: 576px) {
    .nav-image {
        display: block !important;
    }
}

@media (max-width: 380px) {
    .navbar-brand {
        font-size: 1.00rem;
    }
}

@media (max-width: 360px) {
    .navbar-brand {
        font-size: 0.75rem;
    }
}

/* Home */

.jumbotron {
    padding: 0;
    margin-bottom: 0;
    background-color: white;
}

/* Forms */
.lb-xm {
    font-size: 12px;
    margin-bottom: .2rem;
}

.lb-sm {
    font-size: 14px;
    margin-bottom: .2rem;
}

.lb-md {
    font-size: 16px;
}

.lb-lg {
    font-size: 20px;
}

/* Lists */

ul.list {
    margin: 0;
    padding: 0;
}

.list-item {
    padding: 0 0 2px 16px;
    margin: 6px 0 2px 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
}

.list-item:last-child {
    border-bottom: none;
}

.list-item h4 {
    font-size: 18px;
    padding: 2px 0 0 0;
    margin: 0 0 6px 0;
}

.list-item p {
    font-size: 14px;
    margin: 4px 0;
}

.list-item-title {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: 500;
}

.list-item-title a {
    color: black;
}

.list-item-subtitle {
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 14px;
    color: gray;
}

.flex-shrink {
    padding: 0 0 8px 0;
    margin: 2px 8px 8px 0;
    color: gray;
}

/* Helpers */

.pre-line {
    white-space: pre-line;
}

.warning {
    color: red;
}

/* Icons */

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    border-radius: .45rem;
}

/* Footer */
.bd-footer {
    font-size: .8rem;
    text-align: center;
}

    .bd-footer a {
        color: #495057
    }

        .bd-footer a:hover, .bd-footer a:focus {
            color: #007bff
        }

    .bd-footer p {
        margin-bottom: 0
    }

@media (min-width: 576px) {
    .bd-footer {
        text-align: left
    }
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 0.5rem
}

.bd-footer-links li {
    display: inline-block
}

.bd-footer-links li + li {
    margin-left: 1rem
}