﻿

.modal-dialog-medium {
    max-width: 700px;
}

.modal-dialog-large {
    max-width: 1000px;
}

.modal-dialog-xl {
    max-width: 1400px;
}

.opRcm {
    background-color: lightcyan;
}

.opThor {
    background-color: lightpink;
}

.opHam {
    background-color: lightgoldenrodyellow;
}

.opRcm:not(:disabled).active {
    font-weight: bold;
    border-color: #4e555b;
    border-width: 1px;
}

.opThor:not(:disabled).active {
    font-weight: bold;
    border-color: #4e555b;
    border-width: 1px;
}

.opHam:not(:disabled).active {
    font-weight: bold;
    border-color: #4e555b;
    border-width: 1px;
}

.printonly {
    display:none;
}

.signature {
    border: 0;
    border-bottom: 1px solid #000;
}