@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;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.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;
    }

/* MENU */
.navbar-dark .navbar-brand {
    color: #00b4ff;
    color: #20e2e1;
}
    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #20e2e1;
        color: #00b4ff;
    }
.nav-item.px-3 {
    padding: 0rem !important;
}
.test-title {
    padding: 0rem !important;
    color: yellow;
}

/* PAGE LAYOUT */

.top-row {
    height: 2.5rem !important;
    /*    background-color: #f7f7f7;
    border-bottom: 1 px solid #d6d5d5;
    justify-content: flex-end;
    display: flex;
    align-items: center;
*/
}
    .top-row a:first-child {
        margin-left: 0rem !important;
    }
    .top-row .logo {
        max-height: 2.4rem;
    }

.h1, h1 {
    font-size: 1.5rem;
}

.table.highlight {
}

    .table.highlight .fail {
        background-color: #ffdddd;
    }
    .table.highlight .warn {
        background-color: #fff0d6;
    }
    .table.highlight .ok {
        background-color: #e9fde9;
    }

.table td, .table th {
    padding: 0.5rem;
}

p + p {
    margin-top: -1rem;
}

.flex-box {
    display: flex;
    align-items: flex-start;
}

.flex-push-to-right {
    /*    align-self: flex-end;
*/ margin-left: auto;
}

/*    HOME PAGE   */
.home-panel {
    display: flex;
    justify-content: space-around;
    /*margin: 2rem;*/
}
.home-images {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 2rem;
}
    .home-images img {
        width: 25%;
        border: 2px solid white;
        box-sizing: border-box;
    }
@media screen and (max-width: 416px) {
    .home-images {
        flex-wrap: wrap;
    }

}