﻿@media screen and (min-width: 1024px)
{
    .page
    {
        width: 980px;
        margin: auto;            
        background-color: white;
        height: auto;
    }

    body
    {
        height: 100%;

    }
        
    html
    {
        background-color: #eff4ff;
        height: 100%;
    }

}

.page
{
    padding-right: 80px;
}

.icon-user
{
   font-size: 200%;
}

.icon-user-index
{
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 32pt;
    left: 0px;
    font-weight: bold;
    width: 58px !important;
    text-align: right !important;
    position: absolute;
}

ul.listview li
{
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    width: 250px;
}

button, .button
{
    min-width: 110px;
}

h4.strong
{
    font-weight: bold;
    color: black;
}

a:hover {
    cursor: pointer;
}

.listview li
{
    cursor: inherit;
}

.validation-errors
{
    color: red;
}

#blazor-error-ui {
    background: coral;
    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;
}
