@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-size: 0.9rem;
    font-family: Brown, Arial, sans-serif;
/*    color: greenyellow */
    color: #070247;

}

.rz-menu:not(.rz-profile-menu) .rz-menu-toggle-item {
    display: none;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #070247;
    background-color: #fff;
    border-radius: 5px;
    border-color: #070247;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active:focus {
    color: #fff;
    background-color: #070247;
    box-shadow: none;
    border-color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #070247;
    border-radius: 5px;
    border-color: #fff
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active:focus {
    color: #070247;
    background-color: #fff;
    box-shadow: none;
    border-color: #070247;
}

.content {
    padding-top: 1.1rem;
}

/*.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;
}

/* this is the top little bit */
.navbar {
    background-color: #070247;
}

.valid.modified:not([type=checkbox]) {
    outline: none;
    border: 2px solid #26b050;
}

.invalid {
    outline: none;
    border: 2px solid red;
}

.rz-dropdown {
    height: 42px;
    width: 100%;
    border-radius: 6px;
}

.rz-dropdown-label {
    padding-top:4px;
}

.rz-dropdown.invalid {
    outline: none;
    border: 2px solid red;
}

tableau-viz {
    position: absolute;
    background: #fff;
    border: none;
    top: 3.0416rem;
    right: 0;
    bottom: 0;
    left: 0;
    height: 93.4%
}

.tour-logos {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -250px; /* half width of img */
}
