﻿.input-group-addon {
    background-color: transparent !important;
    color: black !important;
    border: none !important;
}

.bigHeader {
    font-size: large;
}

.input-group .form-control {
    border-radius: 0 !important;
}

.validationError { 
    color: red;
}

.form-control[disabled] {
    color: gray !important;
    border-color: gray !important;
    background-color: lightgray !important;
}

label.form-check-label {
    font-weight: initial;
    padding-left: 5px;
    vertical-align: top;
}

div.input-group a,
div.input-group a:link,
div.input-group a:hover,
div.input-group a:visited {
    color: inherit !important;
    text-decoration: underline;
}