﻿.input-group > .form-control {
    min-height: calc(3.1rem + 2px);
    height: calc(3.1rem + 2px);
    padding-top: .27rem;
    padding-bottom: .27rem;
    transition: all .2s linear;
}

form label.required {
    padding-top: 0;
    padding-bottom: 2px;
}

form label.required:after {
    content: "*";
    color: var(--validation-error);
    font-size:16px;
}

/*cursor settings*/
.cur-ptr {
    cursor: pointer;
}

.cur-dft {
    cursor: default;
}

.match {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
    height: 30px;
    margin-top: 15px;
}

@*.beyond-null {
    background-color: red;
}

.beyond-date {
    background-color: red;
    color: white;
}

.beyond-date-near {
    background-color: yellow;
    color: black;
}

.beyond-normal {
}

.show-wait-cursor {
    cursor: wait;
}

.fa-circle-info {
    color: cornflowerblue;
    font-size: 1.2em;
    cursor: pointer;
}

@media (max-width: 768px) {
    .fg-reduced-margin {
        margin-top: 0.5rem;
    }
}