@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

.danger-max {
    background-color: #dc3545 !important;
    color: white !important;
}

.card-padding {
    padding:34px !important;
}

/***  Callout ***/
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout + .bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de;
    background-color: #f2f9fb;
}

.bd-callout-danger {
    border-left-color: var(--bs-danger-border-subtle);
    background-color: var(--bs-danger-bg-subtle);
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

.bd-callout-primary {
    border-left-color: #007bff
}

.bd-callout-primaryh4 {
    color: #007bff
}

.bd-callout-success {
    border-left-color: #28a745
}

.bd-callout-successh4 {
    color: #28a745
}

.bd-callout-default {
    border-left-color: #6c757d
}

.bd-callout-defaulth4 {
    color: #6c757d
}

/***  End callout ***/

.dxbl-checkbox > .dxbl-text {
    font-size: 0.9rem !important;
}

.dxbl-checkbox.dxbl-checkbox-radio.dxbl-sm {
    --dxbl-checkbox-radio-check-size: 0.5rem;
    --dxbl-checkbox-radio-size: 1.2rem !important;
}

.banner-top {
    padding: 0px !important;
}

.page-title {
    font-weight: bold !important;
    font-size: 1.6rem;
    text-align: center;
    background-color: #2b2e31;
    color: white;
    padding-top: 16px;
    padding-bottom: 25px;
}


.page-subtitle {
    font-size: 0.917rem !important;
}

.page-title-v1 {
    font-weight: bold !important;
    font-size: 1.6rem;
    text-align: center;
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
    padding: 25px;
}

.page-subtitle-v1 {
    font-weight: bold !important;
    font-size: 0.9rem;
    text-align: center;
    background: rgb(210,230,194);
    background: linear-gradient(180deg, rgba(210,230,194,0.4962185557816877) 0%, rgba(224,241,211,1) 100%);
    padding: 12px;
}


.content-form {
    /*padding-top:25px;*/
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    /*    height: 100%;
    overflow: hidden;*/
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#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;
    }
