﻿body {
    width:100%;
}

.creg-row {
    margin-left: 10px;
}

.creg_resultsColumn {
    /*padding: 15px;*/
}

a {
	text-decoration: none;
}

.xtraGutter {
	padding: 0 40px;
}

.noNegMargins {
	margin-right: 0px;
	margin-left: 0px;
}

.btm-pad20 {
	padding-bottom: 20px;
}

.margin0 {
	margin: 0px;
}

.creg_circle {
    padding: 5px 10px 0 0;
}

.creg-list-desc {
    text-align: justify;
}

/*start BUTTONS*/

.btn {
	text-decoration: none;
}

.btn-default {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #333333;
}

.btn-danger {
	background-color: #D9534F;
	border-color: #D43F3A;
	color: #FFFFFF;
}

	.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
		background-color: #D2322D;
		border-color: #AC2925;
		color: #FFFFFF;
	}

.btn-primary {
	background-color: #428BCA;
	border-color: #357EBD;
	color: #FFFFFF;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		background-color: #3276B1;
		border-color: #285E8E;
		color: #FFFFFF;
	}



/*start DATE PICKER*/

.datepicker {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

	.datepicker:before {
		content: '';
		display: inline-block;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-bottom-color: rgba(0, 0, 0, 0.2);
		position: absolute;
		top: -7px;
		left: 6px;
	}

	.datepicker:after {
		content: '';
		display: inline-block;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #ffffff;
		position: absolute;
		top: -6px;
		left: 7px;
	}

	.datepicker > div {
		display: none;
	}

	.datepicker table {
		width: 100%;
		margin: 0;
	}

	.datepicker td,
	.datepicker th {
		text-align: center;
		width: 20px;
		height: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

		.datepicker td.day:hover {
			background: #eeeeee;
			cursor: pointer;
		}

		.datepicker td.day.disabled {
			color: #eeeeee;
		}

		.datepicker td.old,
		.datepicker td.new {
			color: #999999;
		}

		.datepicker td.active,
		.datepicker td.active:hover {
			color: #ffffff;
			background-color: #006dcc;
			background-repeat: repeat-x;
			border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
			*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
			background-image: linear-gradient(to bottom, #0088cc, #0044cc);
			/* Darken IE7 buttons by default so they stand out more given they won't have borders */
			border-left-color: #0044cc;
			border-right-color: #0044cc;
			border-top-color: #0044cc;
			border-bottom-color: #002a80;
		}

			.datepicker td.active:hover,
			.datepicker td.active:hover:hover,
			.datepicker td.active:focus,
			.datepicker td.active:hover:focus,
			.datepicker td.active:active,
			.datepicker td.active:hover:active,
			.datepicker td.active.active,
			.datepicker td.active:hover.active,
			.datepicker td.active.disabled,
			.datepicker td.active:hover.disabled,
			.datepicker td.active[disabled],
			.datepicker td.active:hover[disabled] {
				color: #ffffff;
				background-color: #0044cc;
				*background-color: #003bb3;
			}

				.datepicker td.active:active,
				.datepicker td.active:hover:active,
				.datepicker td.active.active,
				.datepicker td.active:hover.active {
					background-color: #003399 \9;
				}

		.datepicker td span {
			display: block;
			width: 47px;
			height: 54px;
			line-height: 54px;
			float: left;
			margin: 2px;
			cursor: pointer;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}

			.datepicker td span:hover {
				background: #eeeeee;
			}

			.datepicker td span.active {
				color: #ffffff;
				background-color: #006dcc;
				background-repeat: repeat-x;
				border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
				*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
				background-image: linear-gradient(to bottom, #0088cc, #0044cc);
				/* Darken IE7 buttons by default so they stand out more given they won't have borders */
				border-left-color: #0044cc;
				border-right-color: #0044cc;
				border-top-color: #0044cc;
				border-bottom-color: #002a80;
			}

				.datepicker td span.active:hover,
				.datepicker td span.active:focus,
				.datepicker td span.active:active,
				.datepicker td span.active.active,
				.datepicker td span.active.disabled,
				.datepicker td span.active[disabled] {
					color: #ffffff;
					background-color: #0044cc;
					*background-color: #003bb3;
				}

				.datepicker td span.active:active,
				.datepicker td span.active.active {
					background-color: #003399 \9;
				}

			.datepicker td span.old {
				color: #999999;
			}

		.datepicker th.switch {
			width: 145px;
		}

		.datepicker th.next,
		.datepicker th.prev {
			font-size: 21px;
		}

	.datepicker thead tr:first-child th {
		cursor: pointer;
	}

		.datepicker thead tr:first-child th:hover {
			background: #eeeeee;
		}

.input-group.date .input-group-addon i, .input-group.date .input-group-addon i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
	background-color: #fff;
	cursor: text;
}

/*start SEARCH OPTIONS*/

.accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
	font-size: 22px;
	content: "\e114"; /* adjust as needed, taken from bootstrap.css */
	float: right; /* adjust as needed */
	color: grey; /* adjust as needed */
}

.accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.creg-search-options {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 4px #ddd;
	-moz-box-shadow: 0px 2px 4px #ddd;
	box-shadow: 0px 2px 4px #ddd; /* Firefox 3.6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfe5ea));
	background: -webkit-linear-gradient(top, #ffffff 5%, #dfe5ea 100%);
	background: -moz-linear-gradient(top, #ffffff 5%, #dfe5ea 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #dfe5ea 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #dfe5ea 100%);
	background: linear-gradient(to bottom, #ffffff 5%, #dfe5ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe5ea',GradientType=0), progid:DXImageTransform.Microsoft.dropshadow(OffX=-3, OffY=2, Color='#dfe5ea');
	padding: 15px 10px 10px 10px;
	margin-top: 30px;
}

	.creg-search-options h1 {
		font-weight: normal;
		color: #000;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 24px;
		border: none;
	}

.form-group label {
	color: #787878;
	font-weight: normal;
	font-size: 14px;
	margin-top: 15px;
}

.required {
	color: #D2322D;
}

.creg_error {
	color: rgb(202,60,60);
}

.form-control-sm {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 50%;
}

.form-control-xs {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 25%;
}

/*start TABS*/
.nav-tabs > li > a {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
	font-weight: bold;
	text-decoration: none;
}

	.nav-tabs > li > a:hover {
		background-color: #254380;
		background-image: none;
		border-color: #EEEEEE #EEEEEE #DDDDDD;
		border-radius: 4px 4px 0 0;
		color: #fff;
	}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	background-image: none;
	border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #356096;
	cursor: default;
}

/*start LIST VIEW*/
.class-listings, .class-listings li, .class-list-details, .class-list-details li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}

.creg-class-status {
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}

.class-listings {
	padding-top: 15px;
}

	.class-listings a {
		color: #254380;
		cursor: pointer;
		font-weight: bold;
		font-size: 16px;
	}

.class-listing a:hover {
	color: #356096;
	text-decoration: none;
}

.class-list-details {
	padding: 5px 0px 15px 0px;
	margin-bottom: 15px;
	border-bottom: solid 1px #CCC;
}

.glyphicon-ban-circle {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	color: #D44950;
}

.rcCalPopup {
	padding-left: 15px !important;
}


/*start SIDE RAILS*/

.panel-title {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}


.otherTimes {
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}

	.otherTimes li {
		padding: 5px 0px;
		margin: 0px;
	}

/*start FEATURED CLASSES*/
.thumbnail .caption .featureText {
	max-height: 60px;
	overflow: hidden;
}

.thumbnail h3 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

/*start CART TICKER*/
.cart a .count {
	background-color: #428BCA;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #999;
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	right: 105px;
	line-height: 10px;
	padding: 2px 3px;
	position: absolute;
	text-decoration: none;
	top: 3px;
	z-index: 1;
}

/*start TABLE - cart view*/
.table-hover > tbody > tr:hover > th {
	background-color: #FFF;
}

.remove {
	text-align: center;
}

	.remove a {
		color: #D44950;
	}

		.remove a:hover {
			color: #AC2925;
		}

.creg_hidden {
	display: none;
}

.creg-class-info {
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	margin-top: 10px;
}

.RadInput .riTextBox {
	border-width: 0 !important;
}

.riTextBox {
	border-width: 0 !important;
}

.cregriTextBox {
    border-width: 1px !important;
    height: 23px !important;
    padding: 2px !important;
}

.radio input[radio] {
	position: relative !important;
	margin: 15px !important;
}

.myradio {
	padding: 5px !important;
}


.creg-row-divider {
	height: 1px;
	clear: both;
	margin: 5px 0px;
	width: 100%;
	border-bottom: 1px dotted #efefea;
	padding: 10px;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.creg-other-classes {
	margin-top: 12px;
}

.creg-message, .creg-success, .creg-warning, .creg-error, .creg-validation {
    font-size: large;
    border: 1px solid #efefea;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
}

.creg-message {
    background-color: #BDE5F8;
    background-color: #f8f8f8;
}

.creg-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.creg-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.creg-error {
    color: #D8000C;
    background-color: #FFBABA;
}

@media only screen and (min-width: 0px) and (max-width: 679px) {

    .creg-btn-navtext 
    {
        display: none;
    }

    .btn-lg {
        width: 100%;
        margin: 10px;
    }

}

