@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.intro {
    position: relative;
    z-index: 0;
    padding-bottom: 0;
    height: 600px;
}

    .intro:before {
        content: "";
        background: url(/images/Duck2D.jpg);
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.4;
        z-index: -1;
        width: 1100px;
        height: 1100px
    }

@media only screen and (max-width: 991.9px) {
    .intro:before {
        width: 300px;
        height: 152px
    }
}

.intro .flex-container {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 991.9px) {
    .intro .flex-container {
        display: block
    }
}

html, body {
    height: 100%;
    overflow: hidden;
}

.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;
}


.pw-400 {
    min-width: 400px;
}

.pw-600 {
    min-width: 600px;
}

.pw-800 {
    min-width: 800px;
}

.pw-1000 {
    min-width: 1000px;
}

.pw-1200 {
    min-width: 1200px;
}

.ph-400 {
    min-height: 400px;
}

.ph-600 {
    min-height: 600px;
}

.ph-800 {
    min-height: 800px;
}

.ph-1000 {
    min-height: 1000px;
}

.ph-1200 {
    min-height: 1200px;
}







.numeric {
    text-align: end;
}

.detailtemplate {
    background-color: #F2F2F2;
}

.dxbl-grid .dxbl-grid-table .dxbl-grid-detail-cell {
    padding: 2.0rem 2.0rem;
    background-color: #F2F2F2;
}

.dxbl-grid {
    --dxbl-grid-focus-bg: #F2DCB5;
    --dxbl-grid-focus-color: black;
}

.GoldText {
    color: #F7A81B;
}

.BlueText {
    color: #253987;
    background-color: #F3F3F3;
}