
<style type="text/css">
@charset "utf-8";
/* CSS Document */




div {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 16px;
		vertical-align: baseline;
	}

/* ------- CSS RESEST ------- */
	html, body, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, hgroup, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
	}

	html, body, span, p, tbody, tfoot, thead, tr, th, td,
	article {
		font-size: 16px;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}

	h4 {
		font-size: 14px;
	}

  /* Common Use */
 .clear {
	 clear:both;
 }

 body {
	 background: #ffffff;
 }

 div#nav {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.content-wrapper {
  margin: 0 auto;
  height: auto;
	padding: 1em 1em 0 1em;
}

#formWrapper {
	background: #ffffff;
	margin:25px auto;
	max-width:1200px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,.25);
  box-shadow: 5px 5px 5px 1px rgba(0,0,0,.25);
}


 /* Billing / Review Page */

 #go-back {
	 float:right;
	 padding-bottom:5px;
 }

 #content {
	 max-width:1160px;
	 margin: 0 auto;
	 padding: 0 8px 0 8px;
 }

 #content h2 {
	 padding-top: 10px;
 }

 .packageContainer {
	 background: #d4e7f7;
	 color: #000000;
	 width:100%;
	 float: left;
	 border-radius: 20px;
	 border: 1px rgba(0,0,0,0.1) solid;
	 padding: 8px 0px 8px 0px;
 }
 .productImage {
	 float: left;
	 width:30%;
	 max-width:250px;
	 padding-right: 15px;
 }

 .productImage img {
	 max-width: 100%;
	 height: auto;
	 width: auto;
	 float: left;
	 border-top-left-radius: 15px;
 }
 .productDescription {
	 padding: 0 10px 0 10px;
 }
 .packageReview {
	 float: left;
	 width: 100%;
 }
 .packageDetail {
	 float: left;
	 /*width: 45%;*/
	 width: 55%;
	 min-width: 400px;
	 margin: 0 0 0 10px;
	 padding: 10px;
 }
 .packagePrice {
	 float: right;
	 width:35%;
	 min-width:250px;
	 margin-right: 10px;
	 background: #FFEFBF;
	 border-radius: 15px;
	 padding: 10px;
 }
 .packageDetail .item {
	 float: left;
	 width: 375px;
	 /*width: 330px;*/
	 padding: 3px 15px 0 0;
 }

 .packageDetail .itemDetail {
	 float: left;
	 padding-top: 3px;
 }
 .itemDetail select {
	 width: 40px;
	 height: auto;
 }
 .itemDetail input {
	 text-align:center;
 }
 .packageDetail .option {
	 float: left;
	 width:370px;
	 /*width: 340px;*/
	 padding: 3px 10px 0 10px;
 }

  .packageDetail .optionDetail {
	 float: left;
	 padding-top:3px;
 }

 .packageDetail .optionDetail input {
	 width: auto !important;
 }
 .packageDetail .optionHeader {
	 text-decoration: underline;
	 text-transform: uppercase;
	 font-weight:bold;
	 padding-top: 5px;
 }
 .packagePrice .description {
	 display: none;
 }
 .packagePrice .lineLeft {
	 float:left;
	 padding-left:5px;
	 color: #000000;
	}

 .packagePrice .lineLeft input {
	 border-radius:5px;
	 text-align: center;
	 width: auto;
	}
	.packagePrice .lineRight {
	 float:right;
	 padding-right:5px;
	 color: #000000;
	}
	.packagePolicyFull {
		float: left;
		padding: 0 10px 10px 10px;
		width: 100%;
	}
	.packagePolicyResponsive {
		display:none;
	}

	.packageInfo  {
		display:none;
	}
	.lessInfo {
		display:none;
		background:none;
		text-decoration: underline;
		border-radius:20px;
		padding:5px;
		border:0;
		cursor: pointer;
	}
	.moreInfo {
		background:none;
		text-decoration: underline;
		border-radius:20px;
		padding:5px;
		border:0;
		cursor: pointer;
	}

	.option button {
		background: none;
		border: none;
		width:15px;
	}

.invoiceTotalContainer button, #showTerms, #showTerms2, #hideTerms, #hideTerms2 {
	 margin-top:15px;
	 border-radius:7px;
	 border: 1px;
	 width:125px;
	 height:30px;
	 background: #003868;
	 color: #ffffff;
	 margin-left:10px;
	 cursor: pointer;
 }

.invoiceTotalContainer button:hover, #showTerms:hover, #showTerms2:hover, #hideTerms:hover, #hideTerms2:hover {
	 margin-top:15px;
	 border-radius:7px;
	 border: 1px;
	 width:125px;
	 height:30px;
	 background: #2487bf;
	 color: #ffffff;
	 margin-left:10px;
	 cursor: pointer;
 }

 .terms H1, .terms H1 {
	 font-size: 20px;
 }

  .terms H2, .terms2 H2 {
	 font-size: 18px;
 }

 .terms H3, .terms2 H3 {
	 font-size: 16px;
 }

 .terms H4, .terms2 H4 {
	 font-size: 14px;
 }

 .invoiceTotal {
	background: #A69E9E;
	width:45%;
	float: right;
	border-radius: 15px;
	border: 1px #d4e7f7 solid;
	padding: 10px;
	position: relative;
 }

  .invoiceTotal .lineLeft {
		float: left;
		padding-left: 5px;
		font-weight:bold;
		color: #000000;
	}

	.invoiceTotal .lineRight{
	float: right;
	padding-right:5px;
	color: #000000;
}

.customerRequest {
	float: left;
	width:45%;
	min-width:400px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}


.customerRequest textarea {
	border-radius:5px;
	border: 1px rgba(0,0,0,0.1) solid;
	padding:5px;
	height:60px;
	font-size: 16px;
}

#updatePrice {
	margin-bottom: 10px;
}


/* Overriding Commit Styling */
#main {
	padding: 0 5% 20px 5%;
}

/* End Override */

	/* CC Info and Terms - From Standard */

#complete-reservation h2 {
		padding-top:2px;
    padding-bottom:5px;
	}

#reservation {
	margin-top: 10px;
}

.submit-btn {
	margin:15px 0 0 10px;
	width: 210px;
	height: 40px;
	display: inline-block;
	text-align: center;
	background: #003868;
	color: #ffffff;
  vertical-align:middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
  border: 5px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
  cursor: pointer;
}


.submit-btn:hover {
	color: #ffffff;
  background: #2487bf;
}

#complete-reservation {
	width:100%;
	clear:both;
	padding-bottom:20px;
}
#complete-reservation h3 {
	font-weight: bold;
	padding-bottom: 10px;
}

#complete-reservation img {
	padding-right:5px;
	margin-bottom:-10px;
	margin-top:-5px;
}

	#complete-reservation input {
		border-radius: 5px;
		width: 80%;
		padding: 5px;
		margin-bottom: 12px;
		height: 25px;
	}

	#complete-reservation input[type="radio"] {
		width:3%;
	}

	#complete-reservation input[type="text"] {
		display: block;
		border: 1px rgba(0,0,0,0.1) solid;
		font-size: 16px;
	}

	#complete-reservation select {
		border-radius:5px;
		display: block;
    margin-bottom: 10px;
    height:37px;
		font-size: 16px;
		/* from Commit */
		border:1px rgba(0,0,0,0.1) solid;
	}

	#complete-reservation label {
		margin-left: 10px !important;
		font-weight: bold;
		font-size: 16px !important;
		background-color: rgba(255, 255, 255, 0.75);
	}

	#complete-reservation .halfSelect label {
		margin-left: 10px !important;
		font-weight: bold;
		padding: 0px !important;
		font-size: 16px !important;
		background-color: rgba(255, 255, 255, 0.75);
	}

	#complete-reservation label.error {
		/*display: block; */
		float: left;
		color: #990000;
		margin-bottom: 10px;
	}

#general-info, #credit-card-info {
    width: 100%;
    float: none;
    /* margin-left: 10%; */
    margin-bottom: 25px;
}

#general-info, #credit-card-info h3 {
		padding: 5px 0 20px 0;
}

#complete-reservation .third {
		float:left;
		width: 25%;
		margin-right:2%
}

#complete-reservation .half, #complete-reservation .halfSelect {
		float: left;
    width: 50%;
    margin-right: 0;
}

#complete-reservation .full {
    width: 95%;
		float: left;
}

h3.full {
    width: 91%!important;
}
#complete-reservation .half.ExpMonthOuter, #complete-reservation .halfSelect.ExpMonthOuter {
    width: 135px;
}
select.full {
    width: 83% !important;
}

.tooltipDesc {
		position: relative;
		display: inline-block;
		border-bottom: 1px dotted black;
}

.tooltipDesc .tooltiptext {
		visibility: hidden;
		width: 120px;
		background: #FFEFBF;
		color: #000000;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;

		/* Position the tooltip */
		z-index: 1;
}

.tooltipDesc:hover .tooltiptext {
		visibility: visible;
}


/* Card on File Display */
.col1, .col2, .col3, .col4 {
	float:left;
}
.col1 {
	width:40px;
}
.col2 {
	margin-left:30px;
	width:240px;
}
.col3 {
	margin-left:60px;
	width:40px;
}
.col4 {
	margin-left:30px;
	width: 240px;
}
/* End Cards on File */

#terms {
  width: auto;
  max-width:100%;
  height: auto;
  display: none;
  margin-top:6px;
  padding:0 8px 0 8px;
  box-sizing:border-box;
}

#terms2 {
  width: auto;
  max-width:100%;
  height: auto;
  display: none;
  margin-top:6px;
  padding:0 8px 0 8px;
  box-sizing:border-box;
}


/* Arzada Standard Styling - responsive */
	@media only screen and (max-width: 992px) {

		.content-wrapper {
			max-width:97%;
			margin:0 auto;
		}

		.packageContainer {
			padding: 10px 0 0 0;
		}

		.packageDetail {
			float: left;
			width: 100%;
			padding: 10px 0 0 0;
		}
		.packageDetail .item, .packageDetail .optionHeader {
			width:60%;
		}
		.packageDetail .option {
			width:60%;
			margin-right: -10px;
		}
		.packagePrice {
			width:100%;
			margin: 10px 0 0 0;
			padding: 0 0 10px 0;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
		}

		.packagePrice .description {
		 float:left;
		 font-size: 16px;
		 font-weight: bold;
		 text-decoration: underline;
		 width:100%;
		 display:inline;
		 padding: 3px 0 0 10px;
		 color: #000000;
	 }
		.packagePrice .lineLeft, .invoiceTotalContainer .lineLeft {
		 float:left;
		 width:60%;
		 padding: 3px 10px 0 10px;
	 }
		.packagePrice .lineRight, .invoiceTotalContainer .lineRight {
			float:left;
	 }

	 	.invoiceRequestContainer {
			padding-bottom:15px;
		}

		.invoiceTotalContainer {
			width:100%;
			background:#A69E9E;
			margin: 0 0 0 0;
			padding: 10px 0 10px 0;
			border-radius: 15px;
		}

		.invoiceTotal {
			width:100%;;
			margin: 0 0 10px 0;
			padding: 10px 0 10px 0;
		}

		.packagePolicyFull {
			display:none;
	 }
		.packagePolicyResponsive {
			float: left;
			padding: 10px 10px 0 10px;
			width: 100%;
			display:inline;
	 }
	 .customerRequest textarea {
		 height:50px;
		 max-width:390px;
	 }

	 #updatePrice {
			margin:0;
			text-align:center;
}
	}

/* Arzada Standard Styling - responsive */
	@media only screen and (max-width: 767px) {
		.invoiceTotalContainer {
			margin: 0 0 15px 0;
		}
	}

/* Arzada Standard Styling - responsive */
	@media only screen and (max-width: 450px) {
		.customerRequest textarea {
			max-width:270px;
		}
	}

</style>
