﻿body {
}


.validation-error {
    color: rgb(179, 0, 0) !important;
    font-weight: bold;
    font-size: 11px !important;
    font-style: italic;
}

.required-RBL-Container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.required-RBL-left {
    flex: 15%;
    text-align: right;
}

.required-RBL-right {
    flex: 85%;
    margin: auto;
    text-align: left;
}

.required-RBL-Left-2 {
    flex: 70%;
    text-align: left;
}

.required-RBL-right-2 {
    flex: 30%;
    margin: auto;
    text-align: left;
}

.required-RBL-Left-3 {
    flex: 470px;
    text-align: left;
}

.required-RBL-right-3 {
    flex: 20px;
    margin: auto;
    text-align: left;
}

.rbl {
    max-width: 180px;
}