﻿#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;
    }


::placeholder {
    color: steelblue !important;
    font-style: italic;
}


div.spinner {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    opacity: 0.6;
}

    div.spinner img {
        display: inline-block;
        position: relative;
        width: 200px;
        height: 200px;
        margin-top: calc(50vh - 100px);
        margin-left: calc(50vw - 100px);
    }


div.question-settings {
    margin-left: 3em;
    width: calc(100% - 7em);
    border: solid rgb(206, 212, 218) 1px;
    border-radius: 0 0 4px 4px;
    border-top: none;
    margin-top: -0.9em;
    margin-bottom: 0.9em;
    padding: 0;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}


input[type=date] {
    max-width: 12em !important;
}


.text-left {
    text-align: left;
}


.text-right {
    text-align: right;
}

.text-right-padded {
    text-align: right;
    padding-right: 8px;
}

.th-sortable {
    cursor: pointer;    
}
.th-sortable:hover {
    cursor: pointer;    
    text-decoration: underline;
}


.btn.float-right {
    display: inline-block;
    float: right;
    margin-left: 8px;
}

.inline-block {
    display: inline-block;
}

.clear-all {
    clear: all;
}



th {
    background-color: white !important;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
}
