.container {
	background-color: #b2b4b2;
	box-shadow: 0 4px 8px 0 #000000;
}

.footerSection h4 {color: #ffffff !important;}

.step-nav .btn{
    position: relative;
}

.step-nav a{
    text-shadow: none;
}

.step-nav a:hover{
    color: #fff;
}

.step-nav .btn .badge{
    position: absolute;
    left: -10px;
    background: #000;
    top: 7px;
}

.step-nav .btn-primary .badge {
    background-color: #000;
    color: #fff;
}

.step-nav .btn-primary{
    background-color: #393939;
    border-color: #393939;
}

.step-nav .btn-primary:hover{
    background-color: #191919;
    border-color: #191919;
	color: #ffffff;
}


.tab-pane{
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.form-control.inline{
    display: inline-block;
    max-width: 50%;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.program-select .program-card{
    position: relative;
    cursor: pointer;
}

.program-select .program-card.full:hover{
    background: rgba(220, 56, 72, 0.25);
}

.program-select .program-card.modal-waitlist:hover{
    background: rgba(255, 193, 7, 0.25);
}

.program-select .program-card:hover{
    background: #EDF6EF;
}

.program-card-body {
	border: 1px solid rgba(0,0,0,.125);
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

.program-select-label {
	float: left;
	width: 10%;
}

.program-card-program-info{
	float: right;
	width: 90%;
	padding: 8px 25px 8px 25px !important;
	margin: 0px 0px 0px 0px !important;
	border-left: 1px solid rgba(0, 0, 0, .125);
}

.card-title {
	line-height: 22px;
}

/* .selected{
    position: absolute;
    left: 0;
    top: 42%;
} */

@media (max-width: 767px) {
	.rotate.selected {
		width: 25% !important;
		left: -8% !important;
	}
	.selected {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.rotate.selected {
		width: 35% !important;
		left: -12% !important;
	}
	.selected {
		top: 39% !important;
		padding-bottom: 4px !important;
	}
}

@media (min-width: 992px) and (max-width: 1198px) {
	.rotate.selected {
		width: 26% !important;
		left: -9% !important;
	}
	.selected {
		top: 39% !important;
		padding-bottom: 4px !important;
	}
}

.rotate.selected{
    width: 21%;
    left: -5%;
}

.selected{
    position: absolute;
	left: 0;
    top: 36%;
    padding-bottom: 10px;
    
}

.selected-program{
    border: 3px solid #28a745;
    background: #EDF6EF;
}

.selected-program .selected{
    color: #28a745;
    border-color: #28a745;
}

.req{
    font-weight: bold;
    color: #f00;
}

.card-header {
    font-weight: 500;
	font-size: 15px;
	margin: 0;
	padding: 12px 0 12px 10px;
	/*cursor: pointer;*/
}


.card-header::after {
	content: "\f107";
	color: #555;
	top: 5px;
	right: 10px;
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
}

.card-header[aria-expanded="true"]::after {
	content: "\f106";
}



.tab-content>.active{
    background: #f2f2f2;
	height: 80px;
}

.nav-tabs .nav-link{
    border: 1px solid #cccccc;
    border-bottom-color: #dee2e6;
	height: 30px;
	padding-top: 5px !important;
}

.nav-tabs .nav-link.active{
    background: #f2f2f2;
    border-bottom-color: #f2f2f2;
}

ul.nav .nav-item {
	margin-left: 0;
	margin-right: 0;
}

#tabbed-search li.nav-item {
	background-color: #ffffff !important;
}

#tabbed-search li.nav-item a.nav-link:hover {
	background-color: #f2f2f2 !important;
}

ul#tabbed-search li.nav-item a.nav-link {
	padding: 5px 10px !important;
	color: #444444 !important;
}


@media print {
    .step-nav{
        display:none;
    }
    .hide-for-print{
        display: none;
    }
    footer{
        display: none !important;
    }
 }

 .inline-input{
     width: 25% !important;
     display: inline-block !important;
     margin-right: 1%;
 }

 select.form-control:not([size]):not([multiple]){
     height: calc(2.25rem + 11px);
 }

.btn.btn-dark:hover{
    color: #fff !important;
}


.btn-dark.focus, .btn-dark:focus {
color: #fff !important;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}



.btn-info{
    background-color: #72c0d3;
    border-color: #72c0d3;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active{
    background-color: #5aa0b1;
    border-color: #5aa0b1;
}


.btn-small-text {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

.gj-datepicker-bootstrap [role=right-icon] button{
    border: none;
}

input[type="radio"].form-check-input{
    margin-left: -1.25em;
}

input[type="checkbox"].form-check-input{
    margin-left: 0;
}

.padding-left-form-fields{
    padding-left: 75px !important;
}

.badge.badge-success{
    color: #fff !important;
    background-color: #28a745 !important;
 }
 .badge.badge-danger{
    color: #fff !important;
    background-color: #dc3545 !important;
 }
 .badge.badge-warning{
    color: #000000 !important;
    background-color: #FFC108 !important;
 }

 h5.modal-title{
     font-weight: bold;
     font-size: 1.75rem;
 }

 .modal-body h6{
     font-weight: bold;
     font-size: 1.1em;
 }


 .has-float-label {
    display: block;
    position: relative;
  }
  .has-float-label label, .has-float-label > span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
            transition: all .2s;
    top: -.5em;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
  }
  .has-float-label label::after, .has-float-label > span::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
  }
  .has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
            transition: all .2s;
  }
  .has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all .2s;
  }
  .has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
  }
  .has-float-label .form-control::placeholder {
    opacity: 0;
    font-weight: normal;
    -webkit-transition: all .2s;
            transition: all .2s;            
  }
  .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
  }
  .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
  }
  .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
  }
  .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
  }
  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    font-weight: normal;
    opacity: .5;
    top: .60em;
  }
  
  .input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .input-group .has-float-label .form-control {
    width: 100%;
    border-radius: 0.25rem;
  }
  .input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
  }
  .input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

h4 {
	color: #111111 !important;
}


ul.navbar-nav li.nav-item {
	margin-left: 15px;
	margin-right: 15px;
}

ul.navbar-nav li.nav-item ul.dropdown-menu {
	position: absolute;
	margin-left: -20px;
}

/*
.container {
	background-color: #b2b4b2;
	box-shadow: 0 4px 8px 0 #000000;
}
*/

.required-asterisk {
	color: #C60000 !important;
	display: inline-flex !important;
}


/* Portrait Tablet */
@media only screen
	and (min-width: 668px)
	and (max-width: 1000px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait){
		
		.mobile-row {
			margin: 0 !important;
			padding: 0 !important;
		}

		.page-header {
			padding: 0 5px 0 5px !important;
			margin: 0 !important;

		}

		.page-header h1 {
			font-size: 20px;
			font-weight: bold;
		}
		
		h2 {
			font-size: 18px;
			font-weight: bold;
			border-bottom: 1px solid #cccccc;
			line-height: 30px;
		}
		
		.tab-content>.active{
 			background: #f2f2f2;
			height: 200px !important;
}
		
		ul.nav-tabs {
			white-space: nowrap;
			display: block;
			width: 100%;
			min-width: 1px;
		}
		
		li.nav-item {
			box-sizing: border-box;
			margin: 0 !important;
			padding: 0 !important;
		}

		li.nav-item a.nav-link {
			font-size: 12px;
			font-weight: bold;
			box-sizing: border-box;
			margin: 0 !important;
			padding: 0 !important;
		}
		
		.tab-pane{
			height: 150px !important;
		}


		
}



/* Portrait iPhone 6 to 8 */
@media only screen
	and (min-width: 375px)
	and (max-width: 667px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait){
		
		.mobile-row {
			margin: 0 !important;
			padding: 0 !important;
		}

		.page-header {
			padding: 0 5px 0 5px !important;
			margin: 0 !important;

		}

		.page-header h1 {
			font-size: 20px;
			font-weight: bold;
		}
		
		h2 {
			font-size: 18px;
			font-weight: bold;
			border-bottom: 1px solid #cccccc;
			line-height: 30px;
		}
		
		.tab-content>.active{
 			background: #f2f2f2;
			height: 200px !important;
}
		
		ul.nav-tabs {
			white-space: nowrap;
			display: block;
			width: 100%;
			min-width: 1px;
		}
		
		li.nav-item {
			box-sizing: border-box;
			margin: 0 !important;
			padding: 0 !important;
		}

		li.nav-item a.nav-link {
			font-size: 12px;
			font-weight: bold;
			box-sizing: border-box;
			margin: 0 !important;
			padding: 0 !important;
		}
		
		.tab-pane{
			height: 150px !important;
		}
		
		.btn-info{
			font-size: 11px;
			font-weight: bold;
		}
		
		.btn-success{
			font-size: 11px;
			font-weight: bold;
		}
		
		.btn-small-text {
			font-size: 10px;
			font-weight: normal;
			font-style: italic;
		}
		
		.has-float-label label, .has-float-label > span {
			font-size: 10px;
		}
		
		.has-float-label .form-control:placeholder-shown:not(:focus) + * {
			font-size: 10px;
	  }
		
}

div.already-registered {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    cursor: default;
    z-index: 100;
}

div.already-registered span {
    display: block;
    font-size: 150%;
    color: #FF0000;
    transform: rotate(-10deg);
    text-transform: uppercase;
    margin-top: 1.5em;
}

.no-cursor {
	cursor: not-allowed !important;
}