@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {

}

.OrizzVertcentered-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.center_image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.PagesContent {
    padding: 50px 10px 5px 10px;
    background-color: white;
        min-height: 100%;
}

    .PagesContent p {
        color: #472D2D;
    }
.PagesTitle {
    padding: 10px 0px 10px 0px;
    font-size: 1.5rem;
    /*font-weight: bold;*/
    text-align: center;
}

.PagesSubtitle {
    text-align: center;
    font-size: 1rem;
}

.PagesSubtitleLeft {
    text-align: left;
    font-size: 0.8rem;
}

.PagesContentText {
    font-size: 0.8rem;
    padding: 5px 0px 5px 0px;
}

.TextDate {
    font-size:0.7rem;
    color: gray;
    text-align:right;
    margin-bottom:10px;
}

.RightPad {
    padding-right: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
    }

