@charset "utf-8";
/* CSS Document */
.PageTitle 
{
	font-family: sans-serif;
	color: #1B3A8C;
	font-size: 25px;
	margin-bottom:10px;
}
.submit-section{
    display:flex;
    align-items:center;
    /*column-gap:15px;*/
    margin-top:15px;
    padding:20px 0;
}
.mobile-disclaimer{
    font-size:x-small;
    padding:0 10px;
    line-height:1.5;
}
@media (max-width: 475px) {
    .submit-section{
        align-items: start;
        flex-direction: column;
        row-gap:15px;
    }
}
.calculateButton {
    background: url(/aspdb/include/img/grad_button_L7.gif) repeat;
    border: 1px solid #F0F4F4;
    color: #666666;
    font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 11px;
    cursor: pointer;
    WIDTH: auto;
    FONT-WEIGHT: bold;
    text-decoration: none;
    padding: 1px;
}
.inviteButton a {
    color: white;
    text-decoration: none;
}

.receiptsButton {
    color: white;
    text-decoration: none;
    background: #FFA000;
    text-align: center;
    padding: 5px 8px 5px 10px;
    margin: 3px;
}
.receiptsButton:hover {
    color: white;
}
.checkedInButton {
    text-align: center;
    padding: 5px 8px 5px 10px;
    margin: 3px;
}
.checkedInButton a {
    color: black;
    text-decoration: none;
}
.calculateNoBorder {
    border: none;
}
/* <a class="btnAll id="">Save</a> */
.btnAll {
	text-decoration: none;
    color: #fff;
    background-color: #ffa000 !important;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
	outline: 0;
}

.btnAll.disabled, .disabled.btnAll-large, .btnAll-floating.disabled, .btnAll-large.disabled, .btnAll-flat.disabled, .btnAll:disabled, .btnAll-large:disabled, .btnAll-floating:disabled, .btnAll-large:disabled, .btnAll-flat:disabled, .btnAll[disabled], [disabled].btnAll-large, .btnAll-floating[disabled], .btnAll-large[disabled], .btnAll-flat[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}
.menuTitles {
    color: #1B3A8C;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #1b3a8c;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #1b3a8c;
}

.errorDialog {
    background: rgba(229,57,53,.85);
}
.registrationHeading {
    margin-bottom: 15px;
}
.checkinButtons {
    float: right;
}
.submitButton {
    padding: 20px 0 20px 0;
}
.signatureDiv {
    margin-top: 30px;
}

.signatureButton {
    position: absolute; 
    left: 0; 
    top: 5px; 
    margin-left: 0 !important;
}

#signatureImage {
    text-align: center; 
    border: 1px solid #c4caac; 
    margin-top: 5px; 
    width: 250px; 
    height: 120px;
}
@media (min-width: 992px) {
    .modalS {
        width: 30%;
    }
}


/* LOGIN PAGE */
#login_div .input-field label {
    position: inherit; 
    top: 0;
    left: 0 !important;
}
#login_div input {
    border: 1px solid #cccccc !important;
    background: white !important;
    border-bottom: none;
    padding-left: 10px !important;
    height: 40px !important;
    margin-bottom: 0 !important;
}
#login_div input:focus {
    border-bottom: 1px solid #cccccc !important;
    box-shadow: none !important;
}
#login_div {
    max-width: 500px; 
    width: 100%; 
    margin: 0 auto;
}
#login_div .form_header {
    background: #E31C79; 
    height: 30px; 
    font-weight: bold; 
    font-size: 18px; 
    line-height: 30px;
}
#login_div form {
    background: #F7F9FB;
}
#login_div .login_button_div {
    margin-top: 20px;
}
#login_div .error {
    color: red;
    text-align: center;
    padding: 15px 0 0 0;
}
.tableButton {
    color: white;
    background: #FFA000 !important;
    text-align: center;
    padding: 5px 8px 5px 10px;
    margin: 3px;
    text-decoration: none;
    transition: all 500ms ease;
}
.tableButton:hover {
    background: #1B3A8C !important;
    color: white;
}