﻿/* Form Container */
.form {
	width: 85%;
	font-size: 12pt;
	margin: auto;
}
.form-section {
	background-color: #eeeeee;
	padding: 15px;
	margin: 30px 0px 30px 0px;
}
.form h5 {
	margin-top: 20px;
	/* margin-bottom: -15px; */
	color: #f5821f;
}
#campWeeks .campWeek {
	border-top: Black 1px solid;
	margin-top: 0em;
	padding-bottom: 1em;
	width: 100%;
	margin-bottom: 0px;
}
.form-section .LabelCell {
	font-weight: bold;
}
.form label, .form .label {
	display: inline-block;
    vertical-align: middle;
}
.form input[type="radio"] + label + label, .form input[type="checkbox"] + label, .form input[type="checkbox"] + label + label, .form label.selectWeek {
	display: inline;
	line-height: 35px;
    margin-right: 20px;
    font-size: 15px;
    vertical-align: middle;
}
.form input[type="checkbox"] + label + label {
	margin-left: 10px;
}
.form label.selectWeek {
	line-height: 1em;
}
/* .form div {
	position: relative;
	margin: 35px 0;
	width: 100%;
} */
.form .weeks {
   position: relative;
   margin: 13px 0;
   width: auto;
   background-color: #fafafa;
   padding: 20px;
}
#tbcSelectGroupWeeks {
	margin-top: 0px;
}
.weekStatusMessage {
	color: red;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}

.waitListWarning {
	color: red;
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}

/* Text Fields */
strong {
	font-weight: 700;
}
textarea {
	font-family: "Myriad Pro", sans-serif;
}
.Required, .ValidationSummary span {
	font-weight: 800 !important;
    color: #000;
}
input[type="text"] + label, input[type="password"] + label, input[type="email"] + label, textarea + label, input[type="tel"] + label, .DOB, div.credit-card-form + label {
	/* position: absolute;
	top: 5px;	 */
	position: relative;
	/* top: -37px;
    left: -26rem;
	font-size: 20px; */
	margin: 17px 5px;
	padding: 0 5px;
	background-color: #FFF;
	/* -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
	transition: top .2s ease-in-out, font-size .2s ease-in-out !important; */
}
div.credit-card-form + label {
	top: 43%;
	left: 25px;
	margin: 0px;
	z-index: 6;
}
div.credit-card-form.focus + label {
	top: -10px;
	z-index: auto;
}
.Allergies textarea + label, .Problems textarea + label {
	position: absolute;
	top: 0;
	font-size: 20px;
	margin: 73px 5px 0;
	padding: 0 5px;
	background-color: #FFF;
	-webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
	transition: top .2s ease-in-out, font-size .2s ease-in-out;
}
/* input[type="text"]:focus + label, input[type="text"].filled + label, input[type="password"]:focus + label, input[type="password"].filled + label, input[type="email"]:focus + label, input[type="email"].filled + label, textarea:focus + label, textarea.filled + label, input[type="tel"]:focus + label, input[type="tel"].filled + label, div.credit-card-form.valid + label, div.credit-card-form.invalid:not(.empty) + label {
	top: -27px;
    z-index: auto;
} */
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input[type="tel"]:focus {
	outline: none;
}
/*Tables*/ 
.datesTableWidth {
	width: 100%;
}
.datesTableWidth td {
	width: 33%;
}
.datesTableWidth tbody, .datesTableWidth td, .datesTableWidth tr {
	display: revert;
}
/* Buttons */
div.formButton {
	width: 150px;
	display: block;
	margin: auto;
}
.next {
	font-weight: 700;
}
.button {
	display: block;
	margin: auto;
	width: 300px;
	height: 42px;
	color: #FFF;
	font-size: 21px;
	line-height: 200%;
	border: none;
	background: #f5821f;
	outline: none;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 1;
}
.button span {
	position: absolute;
	transition: all .2s ease-out;
	z-index: 1;
}
.button .border {
	border: 2px solid #323232;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.button .top, .button .bottom, .button .left, .button .right {
	background-color: #323232;
	height: 1px;
	width: 0;
}
.button .left, .button .right {
	height: 0;
	width: 1px;
}
.button .top {
	top: -5px;
	left: -15px;
}
.button .bottom {
	bottom: -5px;
	right: -15px;
}
.button .left {
	top: -15px;
	right: -5px;
}
.button .right {
	bottom: -15px;
	left: -5px;
}
.button .text {
	position: relative;
	width: 100%;
	display: block;
}
.button:hover {
	color: #000;
}
.button:hover .border {
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
}
.button:hover .top, .button:hover .bottom {
	width: 150px;
}
.button:hover .left, .button:hover .right {
	height: 40px;
}
.button:hover .top {
	left: -5px;
}
.button:hover .bottom {
	right: -5px;
}
.button:hover .left {
	top: -5px;
}
.button:hover .right {
	bottom: -5px;
}
/* Radio Buttons */
input[type="radio"] {
	width: 24px;
	height: 24px;
    vertical-align: middle;
/*	visibility: hidden; */
}
span#rblWithGroup {
	line-height: 30px;
}

/*  used on /Application/confirm.aspx and /Application/ThankYou.aspx */
.paymentBreakdown, .WeeksAttendingEnd {
	width: 100%;
}
.paymentBreakdown th, .paymentBreakdown td, .WeeksAttendingEnd th, .WeeksAttendingEnd td {
	width: 50%;
}

.LengthIndicator {
	/* must come before .Error or it will override the color setting defined there */
	color: #666666;
	font-style: italic;
}

.Error, .ValidationSummary {
	/* (.Error) must come after .LengthIndicator or it will be overridden by the color setting defined there */
	color: #FF0000;
}
.DateFormat {
	font-size: 10px;
}
/*
label.radioStyleLabel {
	width: 24px;
	display: inline-block !important;
	height: 24px;
	margin-top: 3px;
	margin-left: -27px;
	overflow: hidden;
	border-radius: 20px;
}
label.radioStyleLabel::before, label.radioStyleLabel::after {
	content: " ";
	width: 20px;
	height: 20px;
	display: block;
	background: #FFF;
	border: 2px solid #000;
	border-radius: 20px;
	margin-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	visibility: visible;
	position: relative;
	z-index: 2;
	transition: all .125s ease-in;
}
label.radioStyleLabel:after {
	margin-top: -30px;
	position: relative;
	z-index: 3;
	border: 8px solid rgba(224,77,44,0.25);
	width: 22px;
	height: 22px;
	margin-left: -7px;
	background: none;
}
input[type="radio"]:hover + label.radioStyleLabel:after {
	width: 10px;
	height: 10px;
	margin-top: -25px;
	margin-left: -1px;
	border-radius: 15px;
}
input[type="radio"]:active + label.radioStyleLabel:after {
	width: 4px;
	height: 4px;
	margin-top: -22px;
	margin-left: 2px;
	border-radius: 10px;
	transition: all .125s ease-in;
}
input[type="radio"]:checked + label.radioStyleLabel:before {
	z-index: 4;
	background: none;
}
input[type="radio"]:checked + label.radioStyleLabel:after {
	width: 10px;
	height: 10px;
	margin-top: -25px;
	margin-left: -1px;
	border-radius: 15px;
	background-color: #000;
	border-color: #fff;
	transition: all .125s ease-in;
}
*/
/* Select Menu */
select {
	border: 1px solid #323232;
	border-radius: 0px;
	font-size: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	outline: none;
	width: 95%;
	padding: 3%;
	cursor: pointer;
}
/*
.selectMenu:after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
     margin-left: -25px; 
    background: #11c0de;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px; 
    width: 30px;
    text-align: center;
    padding: 20px 5px; 
    pointer-events: none;
    border: 1px solid #323232;
    border-left: none;
    font-size: 30px;
}
*/
.form .selectMenu {
	position: relative;
}
/* Check Boxes */
input[type="checkbox"] {
	float: left;
	margin-bottom: 12px;
	margin-right: 15px;
	visibility: hidden;
}
label.checkStyleLabel {
	width: 20px;
	display: inline-block !important;
	height: 20px;
	margin-top: 3px;
	border: 1px solid #323232;
	background: #fff;
}
input[type="checkbox"]:hover + label.checkStyleLabel:after {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	margin-top: -8px;
	margin-left: 0.5px;
	display: block;
	opacity: .3;
	cursor: pointer;
}
input[type="checkbox"]:checked + label.checkStyleLabel:after {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	margin-top: -8px;
	margin-left: .5px;
	display: block;
	color: #000;
	opacity: 1;
	cursor: pointer;
}
/* Date Pickers */
img.ui-datepicker-trigger {
    right: 35px;
    position: relative;
    top: -14px;
	width: 25px;
	cursor: pointer;
    visibility: hidden;
}
div#ui-datepicker-div {
	background: #fff;
	border: 2px solid #1794c9;
	border-radius: 0px;
	z-index: 4 !important;
}
.ui-datepicker-header:after, .ui-datepicker-title:before {
	content: "\f0d7";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 5px;
	right: 42px;
	width: 20px;
	height: 28px;
	background: #1794c9;
	color: #fff;
	text-align: center;
	padding-top: 9px;
	display: block;
	pointer-events: none;
}
.ui-datepicker-title:before {
	right: 137px;
	padding-top: 5px;
	height: 32px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 47%;
	margin-right: 5px;
}
/* Waivers */
.waiverContent p {
	padding: 0;
}
label#lblCommentsLength {
	margin: 0px;
}
/* Payment Page */
.CCLogos {
	text-align: center;
}
.moneyFieldPre {
	float: left;
	margin-right: 3px;
	margin-top: 17px;
}
.moneyFieldDiv input {
	width: 85.3%;
}
.moneyFieldDiv input + label {
	margin-left: 13px;
}
label.selectMenu.expDate {
	width: 148px;
	display: inline-block;
}
.selectMenu.expDate:after {
	padding: 9px 5px;
	bottom: -1px;
}
.form-amount::before {
 content: "$";
 font-size: 26pt;
 position: relative;
 left: 0px;
 margin-top: -10px;
}
@media (min-width:768px) {
	.form-section {
		padding: 30px;
	}
	.form-amount::before {
		content: "$";
		font-size: 26pt;
		position: absolute;
		left: -10px;
		margin-top: -5px;
	}
}
@media (max-width:767px) {
.form {
	width: 100%;
}
input[type="text"] {
	width: 100%;
	padding: 3% 2px;
}
input[type="text"] + label {
	font-size: 16px;
	margin: 10px 5px;
	line-height: 16px;
    top: -5rem;
    left: -10px;
}
    .reg-weeks-mobile {
     padding: 0px;
    margin: 0px;
}
    .reg-ext {
    position: relative;
    top: 0px !important; 
    left: 0px !important;
    }
    .reg-state {
    position: relative;
    top: 0px !important;
    left: 0px !important;
}
}
