﻿.errored {
    border: 1px solid red !important;
}

.inputbackground {
    font-weight: bolder;
    background-color: #fff !important;
}

.footer {
    padding-top: 75px;
    height: 0;
    width: 0;
}

.footer .footer-inner {
    text-align: center;
    position: absolute;
    z-index: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer .footer-inner .footer-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    padding: 8px;
    line-height: 36px;
    border-top: 3px double #E5E5E5;
}

.footer .footer-inner {
    text-align: center;
}

.bigger-120 {
    font-size: 120% !important;
}

.signaturecanvas {
    border: 1px solid #d0d4d8 !important;
}

.signaturesubline {
    font-size: .75em;
}

#signatureclear1 {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .signaturecanvas {
        min-height: 73px;
        width: 100%;
    }
}
@media only screen and (min-width: 600px) {
    .signaturecanvas {
        min-height: 100px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .signaturecanvas {
        min-height: 143px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .signaturecanvas {
        min-height: 196px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .signaturecanvas {
        /*max-height: 196px;*/
        width: 100%;
    }
} 