@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;
}

td {
    text-align: center;
}

.btn-admin {
    color: #fff;
    background-color: #d72427;
    border-color: #b30628;
}

    .btn-admin:hover {
        background-color: #d72427;
    }

    .btn-admin:focus {
        background-color: #d72427;
        box-shadow:0 0 0 .2rem rgba(255,0,1,.5);
    }

.btn-lo {
    background: none;
    border: none;
}

.content {
    padding-top: 1.1rem;
    padding-bottom:3.5rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.top_space {
    margin: 20px 20px;
}


#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;
    }

#error-style {
    font-weight: bold;
    font-size: large;
    color: #d72427;
    margin: 5px 5px;
}

#success-style {
    font-weight: bold;
    font-size: large;
    color: green;
    margin: 5px 5px;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.toggled {
    border: 1px solid lightgrey;
    border-radius: 4px;
    height: 40px;
    width: 345px;
}

.sidebyside {
    display: inline-block;
    margin: 0 10px 0 0;
}

.sidebyside input:checked {
    background: red;
}

h1.title {
    text-align: center;
}

label {
    font-weight: bold;
}