.form-group.required > label:after {
    content: "*";
    color: red;
}

.overlay {
    background-color: rgba(50,50,50,0.5);
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    display: none;
}

.overlay .overlay-modal {
    top: 5%;    
    overflow: auto;
    left: 50%;
    margin-left: -300px;
    width: 600px; 
    max-width: 100%;
    position: absolute;    
    background-color: white;   
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 20px;
    max-height: 575px;
}

.overlay .overlay-modal.overlay-modal-carddeclined {
    bottom: 5%;
    max-height: 575px;
}
.overlay .overlay-modal .regular-content {
    padding: 20px;
    text-align: left;
}
.overlay .overlay-modal .regular-content ol {
    margin-left: 1.5em;
}
.overlay .overlay-modal .regular-content ol li {
    margin-bottom: 10px;
}
.overlay .overlay-modal .loading-header {
    font-size: 2em;
    text-align: center;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.overlay .overlay-modal .loading-header .loading-header-text {
    display: inline-block;
    vertical-align: middle;
}
.overlay .overlay-modal .loading-header .loading-gif {
    background: url(../img/loading.gif);
    width: 120px;
    height: 120px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.overlay .overlay-modal .loading-text {
    font-size: 1em;
    text-align: center;
    display: inline-block;
    width: 100%;
}

table {
    table-layout: auto;
}

.totals-table tr td:last-of-type, .totals-table tr th:last-of-type {
    text-align: right;
}


/*Form Styling*/

div.pilgrimage-form-header h1 {
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-transform: none !important;
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: #17345D;
	margin-top: 0px;
}

div.pilgrimage-form-header p {
	font-size: 14px;
}

div.form-group label {
	font-size: 18px;
	color: #17345D;
}

div.submit {
	padding-bottom: 30px;
}

input.form-control {
	margin-bottom: 0px;
}

p.help-block {
	font-size: 12px;
}

div.final-text {
	
    margin-top: 30px;
    margin-bottom: 30px;
}

div.final-text h1 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	text-transform: none !important;
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: #17345D;
	margin-top: 0px;
}

td, th {
	font-size: 14px;
}

.text-danger {
    font-size: 18px;
    
.panel-danger {
    font-size: 18px;
}

.panel-heading {
    font-size: 18px;
}

.help-block {
    font-size: 16px;
    font-weight: normal;
}
