/* Web Plug-in portal child styles. */

.footer {
	background-color: white;
}
.bg-offwhite {
	background-color: white;
}
#formDiv {
	margin: 0px;
}

.glow {
    box-shadow: none !important;
}
h1{
    color: rgb(88, 88, 90);
}
#page-container{
    background-color: #ffffff;
}

#optionalAttachmentTiles .btn-primary,
#optionalAttachmentTiles .btn-primary:hover,
#signatureMethodForm_printSubmit,
#signatureMethodForm_printSubmit:hover,
#signatureMethodForm_continueSubmit,
#signatureMethodForm_continueSubmit:hover,
#uploadForm_attachmentFile,
#uploadForm_attachmentFile:hover,
#confirmationButton,
#confirmationButton:hover{
    background-color: #005280 !important;
    background-image: none;
    color: #fff;
}
.attachmentHeading {
    color: rgb(88, 88, 90);
    font-size: 12pt;
}

.textLink, .btn-secondary, #confirmationForm_return, #confirmationForm_cancel, .btn-secondary:hover {
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline !important;
    max-width: 260px;
    color: blue !important;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px;
}