﻿select.error, textarea.error, input.error, label.error {
    color: #FF0000;
}

#ajaxErr {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#ajaxErrLabel {
    padding: 20px 0;
    margin-bottom: 0;
    font-size: 13px;
}

#ajaxErrLabel .error {
    color: #FF0000;
}

.ajaxErrLabel__context {
    padding: 0px 0 10px 30px
}

.ajaxErrLabel__context p {

}

#ajaxErrLabel ul {
    padding: 0px;
    margin: 0px;
}

#ajaxErrLabel a {
    color: #0056b3;
}

.ajaxErrLabel__filename {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: black;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#ajaxErrLabel li {
    display: block;
}

#ajaxErrLabel table td {
    padding: 5px;
}

label.error:empty {
    display: none !important;
}

.select-block select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}