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

html, body {
    font-family: "Roboto Condensed", sans-serif;
}

a {
    color: #999;
    transition: color 0.125s ease-in-out 0s;
}

    a:hover, a:focus {
        text-decoration: none;
        color: white !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

main {
    padding-top: 50px;
}

.module {
    padding: 25px 10px 25px 10px;
}

.module-title {
    padding-bottom: 10px;
}

.module-text {
    color: #666666;
}

.module-dark {
    padding: 25px 10px 25px 10px;
    background-color: black;
    color: white;
}

.footer {
    border-top: solid #202020 1px;
    padding: 15px;
    background-color: black;
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase
}


.navbar {
    letter-spacing: 3px;
    font-size: 11px;
    background-color: black;
}

.navbar-brand {
    padding: 5px;
    letter-spacing: 4px;
    font-size: 22px;
    color: white !important;
}

.home {
    align-content: center;
    background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%), url(/img/Railway.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center;
    height: 100vh;
}

    .home p {
        margin-top: 1px;
        position: absolute;
        color: white;
        top: 50%;
        text-align: center;
        font-size: 18px;
        letter-spacing: 2px;
    }

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