html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

.blazored-modal {
    padding: 0px !important;
    border: solid 0px #ffffff !important;
    margin: 0 !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.modal-size {
    background: red;
}

.bm-container {
    overflow:hidden !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 1500px;
    /*height: 700px;*/
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    overflow: scroll
}

.flex-container-column {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    height: 400px;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    overflow: scroll
}



.flex-item {
    flex: 0 1 20%;
    box-sizing: border-box;
    padding: 10px;
}

.form-row {
    display: flex;
    width: 100%;
}

.form-column {
    display: table-column;
    width: 100%;
}

.validation-messages {
    display: flex;
    flex-direction: column;
    width: 100%;
    column-gap: 5px;
    padding: 0 10px;
}

.validation-message {
    font-size: 0.8em;
    padding-left: 3px;
}

.validation-messages .validation-message {
    font-size: 0.8em;
    list-style-type: disc;
    padding-left: 3px;
}

.validation-messages .validation-message::before {
    content: "-";
    color: #d9534f;
    font-size: 1.4em;
    padding-right: 5px;
}

.form-label {
    font-weight: bold;
}

.header-row {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 0 14px;
    background-color: #00b6bd0a;
    height: 32px;
    margin-top: 15px;
    color: #086467;
}

.loc {
    display: flex;
    flex-direction: column;
}

.loc-label {
    font-size: 14px;
    font-weight: 600;
    padding-right: 0;
    color: #3b3a39;
    margin-bottom: 5px;
    font-family: inherit;
}

.save-button {
    background-color: #06686c;
    color: #fff;
}

.save-button:hover {
    background-color: #05494c;
    color: #fff;
}