ul.error {
    width:100%;
    font-size: 1rem;
}
ul.error li{
    width:100%;
    color:red;
    font-size: 1rem;
}
.form-control-feedback {
    color:red;
}

.row-bg-red {
    background-color: #ffcfcf !important;
}
.row-bg-green {
    background-color: #9fff9f !important;
}

.bg-metrostav-red {
    background-color: #d50108 !important;
}

.color-metrostav-red {
    color:#d50108 !important;
}

.btn-primary, .btn-secondary {
    background-color: #d50108 !important;
    border-color: #d50108 !important;
}
.btn-primary-green {
    background-color: #44c421 !important;
    border-color: #44c421 !important;
}
/*.btn-secondary {
    background-color: #407eb5 !important;
    border-color: #407eb5 !important;
}*/
table a {
    color: #5c5c5c !important;
}

table a.btn {
    color: #fff !important;
}
.form-control {
    border-color: #d50108;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d50108 !important;
}

.form-control:focus {
    border-color: #d50108 !important;
    box-shadow: 0 0 0 0.2rem rgb(255 123 123 / 25%) !important;
}

tr.ignored td {
    opacity:40%;
}
tr.ignored.row-bg-green, tr.ignored.row-bg-red {
    background-color: transparent !important;
}

.text-underlined {
    text-decoration: underline;
}

.btn-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.display-block {
    display: block !important;
}

#page-record-form-container select {
    width: 400px;
}

#page-record-form-container textarea {
    width: 400px;
    min-height: 200px;
}
