﻿.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

.field-validation-error {
    font-size: 80%;
}

.form-text {
    font-size: 80%;
}

.form-control, .input-group-text {
    font-size: 0.9rem !important;
}

.bold-labels label {
    font-weight: bold;
}

.bold-labels .form-control-plaintext {
    color: #000 !important;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}