/*!
 * CV Web CSS Library 5
 * Copyright (c) 2025, Euclid Technology
 * http://www.euclidtechnology.com
 * All rights reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Euclid Technology and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Euclid Technology and its suppliers
 * and may be covered by U.S. and Foreign Patents, patents in process,
 * and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Euclid Technology.
 */

@font-face {
	font-family: "Roboto";
	font-weight: normal;
	font-style: normal;
	src: local('Roboto Regular'), local('Roboto Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
	font-display: swap;
}

/* misc font styles*/
body{
	font-family: "Roboto",'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.form-control::-moz-placeholder{color:#bbb;opacity:1}
.form-control:-ms-input-placeholder{color:#bbb}
.form-control::-webkit-input-placeholder{color:#bbb}
.cut{
	margin: -9px 0 35px 15px;
	border-top: 1px dotted #333;
}
.thumbnail{
	border:none;
	background: none;
}
.callout{
	padding: 5px 30px;
	background-color: #fbfbfb;
	border-top: 15px solid #f6f6f6;
}
.strong { font-weight: bold; }
.em{font-style: italic;}
.small, small, .label { font-size: 90%; }
label {
	vertical-align: bottom;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-default {
    background-color: #777;
}
.label-primary {
    background-color: #337ab7;
}
.label-success {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}

.mini {font-size: 55%;}
.large { font-size: 110%; }
.legend {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	font-weight: normal;
}
.notop{
	margin-top: 0;
	padding-top: 0;
}
.nopadding{
	padding:0;
}
.nomargin{
	margin: 0;
}
.nobottom{
	margin-bottom: 0;
	padding-bottom: 0;
}

.align-bottom {
	vertical-align: bottom !important;
}
.warningMsg{
	background-color: #fcf8e3;
}
.main-login-header {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	margin-top: 15px;
}
.btn{
	text-transform: uppercase;
	line-height: 1.3em;
	vertical-align: middle;
}
.btn-default, .btn-default:hover{
	background-color: #f3f3f3;
	border-top: 1px solid transparent;
	border-right:  1px solid transparent;
	border-left:  1px solid transparent;
	border-bottom: 1px solid #e3e3e3;
}
.btn-default:hover{
	background-color: #eeeeee;
}
.btn-primary{
	border-bottom: 1px solid #24537c;
}
.btn-info{
	border-bottom: 1px solid #408da0;
}
.btn-warning{
	border-bottom: 1px solid #d58512;
}
.btn-success{
	border-bottom: 1px solid #398439;
}
.btn-danger{
	border-bottom: 1px solid #ac2925;
}
.btn-xs{
	line-height: 1.5;
	padding:1px 5px;
}
.text-success { color: #468847; }

.text-error { color: #B94A48; }

.text-info { color: #3a87ad; }
.input-group-btn .btn{
	border-bottom: 1px solid transparent;
	line-height: 1.4em !important;
}
.input-group-btn:last-child > .btn-default, .input-group-btn:last-child > .btn-group {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.btn-group .btn-default{
	border: 1px solid #e3e3e3;
}
input[type="radio"], input[type="checkbox"]{
	margin-right: 3px;
}
.labelgroup label{
	display: block;
	font-weight: normal;
}
.width250{
	max-width: 250px;
	display: inline-block;
}

dd, dt { line-height: 22px; }

.dl-horizontal dt {
	clear: left
}

dd:empty {display: block; content: ""; clear: both;}

@media (min-width: 550px) {
	.dl-horizontal dt {
		width: 160px;
		float:left;
		text-align: right;

	}
	.dl-horizontal dd { margin-left: 180px; }
}
}

table input[type="radio"], table input[type="checkbox"]{
	vertical-align: top;
	margin-top:3px;
}
legend + .form-group {
	margin-top: 0;
}

a:active, a:focus, button:active, button:focus, .btn:active, .btn:focus { outline: none; }

.required::after {
  content: " *";
  white-space: pre;
  color: red;
}

.validity-tooltip {
	z-index: 1003;
	cursor: pointer;
	padding: 3px;
	position: absolute;
}

.validity-summary-container a{
	color: #B94A48;

}
.text-center, .text-center th {
	text-align: center !important;
}
/*tables*/
.table-lg > thead > tr > th, .table-lg > tbody > tr > th, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td, .table-lg > tbody > tr > td, .table-lg > tfoot > tr > td{
	padding:15px;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 1px solid #dddddd;
}

.CV_columnTable { width: 100%; }

.CV_columnTable th,.CV_columnTable td {
	padding: 8px;
	vertical-align: top;
	margin: 10px;
}

.trainerTable .popover{
	max-width: 500px;
	min-width:500px;
}

.table { display: table !important;}

.table td, .table th { border-top: none	!important;  vertical-align: middle !important;}

/*.table th { border-bottom: 1px solid #efefef !important; }*/

.table-bordered td { border-top: 1px solid #efefef;
}
.table-bordered>thead>tr>th {
	border-bottom-width: 1px !important;
}
.table-cart tr td, .table-cart tr th{
	padding:15px !important;
	vertical-align: middle !important;
	border-color: #f5f5f5 !important;
}
.table-cart {
	border-color: #f5f5f5 !important;
}
.table-cart thead, .table-cart tfoot, .subtotal{
	font-size: 110%;
	font-weight: bold;
}
.table tbody th[scope="row"] {
	font-weight:normal;
}

/* product listing */
.prod-thumbnail{
	max-height: 120px;
}
.prodForm{
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto 20px;
}
.productItem{
	width: 250px;
	display: inline-block;
	height: 400px;

}
.prodimg {
	height: 180px;
}

.prodinfo{
	border-top: 1px solid #ededed;
	margin-top: 25px;

}
.height50{
	height:50px;
}

.slideEffect  {
	position: relative;
	z-index: 1;
}

.slideEffect a {
	overflow: hidden;
	margin: 0 15px 0 0;
	position: relative;
	display: inline-block;
	outline: none;
}

.slideEffect a h4 {
	background: #efefef;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	margin-top: 0;
}

.slideEffect a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0 20px 10px;
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	color: #B94A48;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.slideEffect a:hover h4,
.slideEffect a:focus h4 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.slideEffect a:hover::before,
.slideEffect a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

/* Calendar styles*/
.calendar { table-layout: fixed;
}
.calendar th{
	border: 1px solid #efefef;
	background-color: #ddd;
	text-transform: uppercase;
}
.calendar td {
	width: 14%;
	text-overflow:ellipsis;
	overflow:hidden;

	padding: 15px !important;
	height: 126px;
	border: 1px solid #efefef;
	vertical-align: top !important;
}
.calendar .popover{
	max-width: 200px;
	text-align: center;
}

/* Dash Gadget Calendar styles*/
.calendar-resp { table-layout: fixed;
}
.calendar-resp th{
	border: 1px solid #efefef;
	background-color: #ddd;
	text-transform: uppercase;
}
.calendar-resp td {
	border: 1px solid #efefef;
	padding: 4.5%;
}
.calendar-resp .popover{
	max-width: 200px;
	text-align: center;
}

/*events*/
.event-month {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-top: 1px;
    background: #aaaaaa;
    text-transform: uppercase;
}

.event-date {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.eventicon {
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 2.5em;
    margin-right: 5px;

}

.fa-events{
	margin-top: 10px;
}
.tabs-left .nav-pills>li+li{
	margin-left: 0;
}
.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: flex !important;
}

.tabs-left .nav-pills > li {
	float: none;
}

.tabs-left .nav-pills > li > a {
	margin-bottom: 4px;
}

.navwrap {
	margin-top: 30px;
}

.navwrap .tab-content {
	/* background: #fafafa; */
	padding: 15px 20px 10px;
}

.fa-tabs {
	display: block !important;
	margin-bottom: 5px;
}
.help-inline {
	padding: 5px 0 0;
}

p.lead{
	font-size: 15px;
	font-weight: bold;
}

.form-actions {
	border-top: solid 1px #dddddd;
	padding: 15px;
	margin-top: 25px;
	text-align: right;
	width: 100%;
}

.default-display {
	display: inline-block;
	vertical-align: middle;
}

.fixed-width { width: 150px !important;}

.accordion-toggle {
	cursor: pointer;
}

legend {
	padding-top: 20px;
}

.alert-heading {
	margin-bottom: 15px;
}

.well {
	margin-top: 5px;
}

.form-inline {
	margin-bottom: 30px;
}

.userRow {
	padding: 15px;
}
.cartnav {
	width:100%;
	text-align:center;
	font-weight:700;
	padding:0px 0px 20px 0px;
	/* margin-top: 15px; */
}
.nav2 {
	padding-right: 25px;
	padding-left: 25px;
}

/* Required by anchors without href - 8/26/2014 */
a:hover{
	cursor: pointer;
}
@media (max-width: 479px) {
	.hidden-ts{
		display: none;
	}
	/* Displays twice on mobile view
	.required {
		background: url(../images/icon_star.png) no-repeat scroll right 0 transparent;
		display:inline;
	}
	 */
	/** responsive tables! **/
	.table-bordered > tbody > tr > td{
		border: 0;
	}
	table.responsive {
		border: 0;
	}
	table.responsive thead {
		display: none;
	}

	table.responsive tr {
		margin-bottom: 10px;
		display: block;
		border: 1px solid #ddd ;
		padding: 5px;
	}

	table.responsive td, table.responsive th[scope="row"] {
		display: block;
		text-align: right !important;
		font-size: 13px;
		border-bottom: 1px dotted #ccc !important;
		border-right: 0px !important;
		border-left: 0px !important;
	}

	table.responsive td:last-child {
		border-bottom: 0 !important;
	}

	table.responsive td:before, table.responsive th[scope="row"]:before {
		content: attr(data-label);
		font-family: 'Font Awesome 5 Free',"Roboto",'Helvetica Neue', Helvetica, Arial, sans-serif;
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}

	.fixed-width { width: 100% !important;}
	.resp-strong {font-weight: bold;}
}
@media (min-width: 480px) {
	.visible-ts{
		display: none;
	}
	.border-right{
		border-right: 1px solid #efefef;
	}

}
	@media (max-width: 480px){
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
		width:100%;
	}
}
.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12{
	position: relative;
	min-height: 1px;
	margin-bottom: 10px;
	float: left;
}
.col-ts-12 {
	width: 100%;
}
.col-ts-11 {
	width: 91.66666667%;
}
.col-ts-10 {
	width: 83.33333333%;
}
.col-ts-9 {
	width: 75%;
}
.col-ts-8 {
	width: 66.66666667%;
}
.col-ts-7 {
	width: 58.33333333%;
}
.col-ts-6 {
	width: 50%;
}
.col-ts-5 {
	width: 41.66666667%;
}
.col-ts-4 {
	width: 33.33333333%;
}
.col-ts-3 {
	width: 25%;
}
.col-ts-2 {
	width: 16.66666667%;
}
.col-ts-1 {
	width: 8.33333333%;
}
/*Firefox fix for .table-responsive class */
/*@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}*/
/* end Firefox fix */



.inliner + .inlined {
	display: block;
	vertical-align: middle;
}

.inlined {
	width: 100%;
	margin: 0 auto;
}

.progress-meter {
	margin: 20px auto 40px;
	padding: 40px;
	counter-reset: point;
	list-style-type: none;
}
.progress-meter .progress-point:before {
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	content: "\2713";
	display: block;
	width: 26px;
	margin: 0 auto 12px;
	border: 4px solid #aaaaaa;
	text-align: center;
	background-color: white;
	color: white;
}

.progress-meter .progress-pointNQ:before {
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	content: "\2713";
	display: block;
	width: 26px;
	margin: 0 auto 12px;
	border: 4px solid #aaaaaa;
	text-align: center;
	background-color: white;
	color: white;
}

.progress-meter .track {
	position: relative;
	height: 4px;
	background: #ddd;
}
.progress-meter .progress {
	-moz-transition: width 1s;
	-o-transition: width 1s;
	-webkit-transition: width 1s;
	transition: width 1s;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	background: #4cae4c;
}
.progress-meter .progress-points {
	position: relative;
	margin: -14px 0 0;
	padding: 0;
	list-style: none;
}
.progress-meter .progress-points .progress-point:nth-child(1) {
	left: 0%;
}
.progress-meter .progress-points .progress-point:nth-child(2) {
	left: 25%;
}
.progress-meter .progress-points .progress-point:nth-child(3) {
	left: 50%;
}
.progress-meter .progress-points .progress-point:nth-child(4) {
	left: 75%;
}
.progress-meter .progress-points .progress-point:nth-child(5) {
	left: 100%;
}




.progress-meter .progress-points .progress-pointNQ:nth-child(1) {
	left: 0%;
}
.progress-meter .progress-points .progress-pointNQ:nth-child(2) {
	left: 33%;
}
.progress-meter .progress-points .progress-pointNQ:nth-child(3) {
	left: 66%;
}
.progress-meter .progress-points .progress-pointNQ:nth-child(4) {
	left: 100%;
}




.progress-meter .progress-point {
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-webkit-transition: color 1s;
	transition: color 1s;
	position: absolute;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	cursor: pointer;
}
.progress-meter .progress-point .visible-ts{
	font-size: 1.2em;
	font-weight: 700;
}
.progress-meter .progress-point.completed{
	color: #398439;
}
.progress-meter .progress-point.completed:before {
	border-color: #4cae4c;
	background-color: #4cae4c;
}
.progress-meter .progress-point.active:before {
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	/*border-color: #777;*/
	border-color: #4cae4c;
}


















.progress-meter .progress-pointNQ {
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-webkit-transition: color 1s;
	transition: color 1s;
	position: absolute;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	cursor: pointer;
}
.progress-meter .progress-pointNQ .visible-ts{
	font-size: 1.2em;
	font-weight: 700;
}
.progress-meter .progress-pointNQ.completed{
	color: #398439;
}
.progress-meter .progress-pointNQ.completed:before {
	border-color: #4cae4c;
	background-color: #4cae4c;
}
.progress-meter .progress-pointNQ.active:before {
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	border-color: #777;
}

/* .progress-meter .progress-point .lilabel:before {
  counter-increment: point;
  content: counter(point) ". ";
  Display the counter
  } */
  @media print {
  	a[href]:after {
  		content: none !important;
  	}
  }
  h6{
  	color: #aaa;
  	text-transform: uppercase;
  	border-bottom: 1px solid #eee;
  	letter-spacing: .5px;
  }
  .dashboardWrapper h3{
  	margin-top: 10px;
  }
  .dashboardWrapper p{
  	margin-bottom: 4px;
  }
  .dashboard-list {
  	margin: 0;
  	padding: 0;
  }
  .dashboard-list li{
  	display: inline-block;
  	margin-right: 50px;
  	text-transform: uppercase;
  	font-size: 0.9em;
  	letter-spacing: 0.5px;
  	color: #888;
  }
  .dashboard .col-sm-12, .dashboard .col-sm12, .dashboard .col-sm-4{
  	border: 1px solid #eee;
  }
  .dashboard .col-sm-12 h3{
  	font-weight: 400;
  	letter-spacing: .5px
  }
  .dashboard .col-sm-12, .dashboard .col-sm-4, .dashboard .col-sm-12{
  	padding: 15px;
  }
  .dashboard .col-sm-12 {
  	margin-top: 20px;
  }
  .dashboard .col-sm-4.alt{
  	background-color: #f9f9f9;
  }
  .dashboard .col-sm-4 li{
  	display: block;
  }
  .instructorImg {
  	display: block;
  	width: 100px;
  	height: 100px;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	background-position:50% 50%;
  	background-repeat:no-repeat;
  	background-size: cover;
  	margin-right: 15px;
  }

  .instructorImgLG {
		cursor: pointer;
  	display: block;
  	width: 180px;
  	height: 180px;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	background-position:50% 50%;
  	background-repeat:no-repeat;
  	background-size: cover;
  	margin-right: 15px;
  }
	.instructorImgLG:hover {
	  opacity: .5;
	}
	.instructorImgLG:hover + div.hide{
		position: absolute;
		display:block !important;
		top: 105px;
		left: 45%;
	}
	.deleteImageBubble {
		background-color: white;
    box-shadow: 1px 1px 2px 1px #ccc;
    width: 22px;
    height: 21px;
    border-radius: 10px;
    top: -51px;
    right: 69px;
    position: relative;
    display: none;
		cursor: pointer;
	}
	.deleteImageBubble i {
		margin-top: 4.5px;
	}
	.deleteImageBubble:hover + div.hide{
		position: absolute;
		display:block !important;
		top: 105px;
		left: 45%;
	}
	.editImageBubble {
		background-color: white;
    box-shadow: 1px 1px 2px 1px #ccc;
    width: 22px;
    height: 21px;
    border-radius: 10px;
    top: -30px;
    left: 54px;
    position: relative;
    display: block;
		cursor: pointer;
	}
	.editImageBubble i {
		margin-top: 4.5px;
	}
	.editImageBubble:hover + div.hide{
		position: absolute;
		display:block !important;
		top: 105px;
		left: 45%;
	}
  @media (max-width: 767px){
  	.dashboard .col-sm-4 {
  		margin-top: 20px;
  	}
  }
  .dashboard-list .active{
  	font-weight: bold;
	/*margin-right: 20px;
	margin-left: -32px; */
}
.dashboardWrapper .tab-content {
	padding: 0;
}
.instructor:last-child .col-sm-12{
	border-bottom: 1px solid #eee;
}
.instructor.tab-pane{
	background-color: none;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.instructor .col-sm-12{
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.instructor h3{
	font-weight: 400;
	letter-spacing: .5px
}
/* .instructor h4{
	font-size: 1.1em;
  letter-spacing: .5px;
  margin: 15px 15px 5px;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3px;
} */
.instructor .col-sm-12, .instructor .col-sm-4, .instructor .col-sm-12{
	padding: 15px;
}
.instructor .col-sm-4.alt{
	background-color: #f9f9f9;
}
.instructor .col-sm-4 li{
	display: block;
}
/* .instructorImg {
	display: block;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	margin-right: 15px;
}
.instructorImgLG {
	display: block;
	width: 180px;
	height: 180px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	margin-right: 15px;
} */
 .imgWrap{
  	position: relative;
  	float:left;
  }
@media (max-width: 767px){
	.instructor .col-sm-4 {
		margin-top: 20px;
	}
}
#certDiv li{
	display: block;
	margin: 5px 0;
}
/*
.instructor #myTab .active a:after{
	border-color: #fff transparent transparent;
	border-image: none;
	border-right: 20px solid transparent;
	border-style: solid;
	border-width: 15px 15px 0;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -15px;
	position: relative;
	top: 15px;
	width: 0;
	z-index: 999;
}
*/
.instructor #myTab li{
	margin-right: 0;
	text-align: center;
	width: 24%;
	margin-bottom: -20px;
}
.instructor .certstatus{
	margin: 15px 0 0 120px;
}
a.accordion-toggle{
	font-size: 1.1em;
	letter-spacing: .5px;
	margin-bottom: 5px;
	display: block;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}
/*  .instructor #myTab .active a:before{
 content: "";
 width: 5px;
 border-left: 16px solid transparent;
 border-right: 16px solid transparent;
 border-top: 16px solid #eee;
 position: relative;
 top: 48px;
 left: 35%;
 }  */
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

.checkboxList {
	font-size:11px;
}

.checkboxList table td {
	padding-right:32px;
}

.spacer8 {
	height:8px;
}


/** Select2 CSS Override **/
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple
{
	border: 1px solid #ccc !important;
}

.has-error .select2-container--default .select2-selection--multiple,
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple
{
	border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

.select2-container
{
	width: 100% !important;
}
/** Select2 CSS Override Ends **/


/** Flexbox style used for CAHF **/
.flex-container
{
	display: flex;
	-webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
	margin: 10px;
}

.flex-item
{
	/* width: 16%; */
	width: 250px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	margin: 10px;
    padding: 10px 20px;
    -webkit-order: 0;
    order: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-align-self: auto;
    align-self: stretch;
	/* background-color: #FCF0AD; */
}
/** Flexbox style used for CAHF Ends **/

/**     3/28/2017 - Avoiding text overflow in File input boxes     **/
.form-control .fileinput-filename
{
     text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    position: absolute;
    margin-left: 7px;
}

.toaster {
    width:auto;
    height:auto;
    min-width:150px;
		max-width:250px;
    position:fixed;
    right:0%;
    top:0%;
    opacity:0;
    text-align:center;
		z-index:999;
}

.jumbotron {
	padding: 15px 20px;
}

/* BOOTSTRAP 4 COMPATIBILITY */
.hidden,.hide {display:none !important;}
.col-xs-12,.form-horizontal {width:100%;}
.navbar {padding-left:-15px;padding-right:-15px;}
#dashboardList .nav-item {width:25%;text-align:center;}
.input-group-addon {padding-top:8px;}

.notification {
	background-color: red;
  box-shadow: none;
	border: 2.5px solid #222;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  top: -27px;
  left: 39px;
  position: relative;
  display: block;
}

/**	File drag-drop style **/
.uploadDiv { border: 5px dashed #bdbdbd; width: 95%; min-height: 250px; margin: 20px auto; border-radius: 5px;}
.uploadDiv.hover { border: 5px dashed #2296f3; background-color: #60b8ff75; }
.uploadDiv img { display: block; margin: 10px auto; }
.uploadDiv p { margin: 10px; font-size: 14px; }
/**	File drag-drop style **/

.dashLegends {
	padding: 0;
}
/* .modal-header {display:flow-root} */
.close{font-size:1.5em}
.btn-primary,.btn-danger,.btn-success{color:white !important;}
.btn-default{color:#444444 !important}

@media (max-width: 575.98px) {
	#dashNavBar {
		width: 100%;
	}
	#mainDashContainer {
		padding: 0;
	}
  #dashNavBar .navbar {
		padding: 0;
	}
  #dashNavBar .collapse {
		display: block !important;
		overflow: auto;
	}
  #dashNavBar .navbar-nav {
		flex-direction: row !important;
	}
  #dashNavBar .nav-item {
		margin: 5px 10px;
	}
  #dashNavBar .nav-item:last-child {
		padding-right: 25px;
	}
  #dashNavBar .nav-link {
		width: max-content !important;
		padding: 5px !important;
	}
}

.w-max-content {
    width: max-content !important;
}

.cv-stepper {
	list-style-type: none;
	counter-reset: li;
	padding-left: 10px;
	border-right: 1px solid #eee;
}
.cv-stepper li::before {
	content: counter(li);
	counter-increment: li;
	background-color: #949494;
	color: #ffffff;
  display: inline-block;
	width: 1em;
	margin-left: -1.5em;
  margin-right: 0.5em;
	padding: 4px 10px 4px 18px;
	border-radius: 20px;
	text-align: right;
	direction: rtl;
}
.cv-stepper li {
	margin: 10px;
	font-weight: bold;
	color: #949494;
}
.cv-stepper li.completed::before {
	content: "\2713";
	background-color: #4CAF50;
}
.cv-stepper li.completed {
	color: #4CAF50;
}
.cv-stepper li.active::before {
	background-color: #2196F3;
}
.cv-stepper li.active {
	color: #2196F3;
}
@media (max-width: 991.98px) {
	.cv-stepper{
		border-right: none;
		border-bottom: 1px solid #eee;
	}
}
.input-group-append, .input-group-prepend {
	align-items: center;
}

.card-link {
	align-self:stretch;
  display:flex;
  align-items:center;
}

/**	Dashbord Gadgets **/
.ui-sortable-helper {
	opacity: 0.8;
}
.ui-sortable-handle .card-header {
	cursor: all-scroll !important;
}
.sortableItem {
	padding-left: 10px;
	padding-bottom: 10px;
}
.sortableItemHighlight {
	min-height: 40px;
	height: 40px;
	border: 1px dashed #C4C3C3;
}
.v-scroll {
	overflow-x:scroll;
}
.v-scroll::-webkit-scrollbar {
	height: 7px;
}
.v-scroll::-webkit-scrollbar-track {
	border-radius: 5px;
}
.v-scroll::-webkit-scrollbar-thumb {
	background: rgba(171, 171, 171, 0.7);
	border-radius: 5px;
}
.v-scroll::-webkit-scrollbar-thumb:hover {
	background: #ABABAB;
}
#allDashGadgets .card {
	cursor: pointer;
}
/**	Dashbord Gadgets **/

#savedCardToggle .form-check-label {position:relative;bottom:5px;margin-left:1em;}

.prefix-alert-icon{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0;
	width:94px;
	background-color:rgba(24,26,27,0.2);
	text-align:center;
	font-size:30px;
}
.prefix-alert-icon:before{
	vertical-align:middle;
	position:absolute;
	top:50%;
	left:50%;
	margin:-18px 0 0 -18px;
	display:inline-block;
	text-align:center;
	border:1px solid #FFF;
	height:35px;
	width:35px;
	line-height:35px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:15px;
}
.prefix-alert-icon ~ h6,
.prefix-alert-icon ~ p,
.prefix-alert-icon ~ div{
	padding-left:94px;
}

.alert-light {
  background-color: #fefefe;
  background-image: var(--bs-gradient);
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
}
.alert-light .prefix-alert-icon:before  {
  border: 1px solid black;
}

/** FONTAWESOME UPGRADE **/
.pull-right {float:right}
.pull-left {float:left}

/* LIGHT BG */
.bg-primary-light {background-color:#a9d7fb !important}
.bg-success-light {background-color:#bbe1bd !important}
.bg-danger-light {background-color:#f5a8ab !important}
.bg-warning-light {background-color:#ffd89f !important}
.bg-info-light {background-color: #dab0e2 !important}
.bg-dark-light {background-color: rgba(0,0,0,.5) !important}

/* Card Header Legend */
.card legend, .jumbotron legend {
	padding-top: 0px;
}
.card-header.dashboard {
	border-radius: 0;
	background-color: #e9ecef;
}

.card-header legend {
	padding-top:5px !important;
	padding-bottom: 0px !important;
}

/**	File drag-drop style **/
.uploadDiv { border: 5px dashed #efefef; width: 95%; min-height: 250px; margin: 20px auto; border-radius: 5px;}
.uploadDiv.hover { border: 5px dashed #1890bc; background-color: #e8f8ff; }
.uploadDiv img { display: block; margin: 10px auto; }
.uploadDiv p { margin: 10px; font-size: 14px; }

/** event customization **/
#eventLinks .nav-item.disabled {
	display: none;
}

.grecaptcha-badge{ visibility: collapse !important; }

#myDashTabs .tab-pane .nav-tabs { margin-bottom:20px }

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
		top: 50%;
    width: 0;
		cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
		top: 50%;
    width: 0;
		cursor: pointer
}

.select2-results__option {
	min-height: 2em;
}

/* document upload styling */
.border-bottom.has-danger {
	border-bottom: 1px solid #e51c23 !important;
}

/*
.border-bottom label {
	width:85%;
}*/

/* Payment Methods Removal Button */
#myPaymentAccounts .fa-times {opacity:0;font-size:120%}
#myPaymentAccounts:hover .fa-times {opacity:1;cursor:pointer;display:inline-block;}

.bg-light-primary {
  background: #d3eafd;
  color: #000;
  border-color: #bed3e4;
}

.bg-light-primary:hover {
  background: #bed3e4;
}

.bg-light-warning {
  background: #ffeacc;
  color: #000;
  border-color: #e6d3b8;
}

.bg-light-warning:hover {
  background: #e6d3b8;
}

.bg-light-danger {
  background: #fad2d3;
  color: #000;
  border-color: #e1bdbe;
}

.bg-light-danger:hover {
  background: #e1bdbe;
}

.bg-light-success {
  background: #dbefdc;
  color: #000;
  border-color: #c5d7c6;
}

.bg-light-success:hover {
  background: #c5d7c6;
}

.bg-light-secondary {
  background: white;
  color: #000;
  border-color: #e6e6e6;
}

.bg-light-secondary:hover {
  background: #e6e6e6;
}

.bg-light-info {
  background: #ebd4ef;
  color: #000;
  border-color: #d4bfd7;
}

.bg-light-info:hover {
  background: #d9c4dd;
}

.divide-with-text {
	border-top: 1px solid #cbd2d6;
  position: relative;
  margin: 25px 0 10px;
  text-align: center;
}
.divide-with-text .inside-text {
	background-color: #fff;
	padding: 0 .5em;
	position: relative;
	color: #6c7378;
	top: -.7em;
}
.d-slide {
	display:none;
}
[class*=' btn-outline'] {
	background-color:white;
}
.row .col-ani {
    transition: all 0.1s ease-in-out;
}
p.title-case {
	display: inline-block;
}
.title-case::first-letter {
  text-transform: uppercase;
}
.form-control[disabled],
.form-control[disabled]::placeholder,
.control-label.material[disabled] {
	color: #706767 !important;
}

.ckeditor.is-invalid{
	border: 1px #da292e solid;
	padding: 3px;
}

.ck.ck-content.ck-editor__editable {
	min-height: 250px;
}

.text-tiny {
    font-size: 0.7em;
}

.text-small {
    font-size: 0.85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}

.ck-list__item .ck-button__label {
    padding: 5px 0px !important;
}

/* Featured Flag ribbon - see eventinfo */

.featured-ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1; /* Ensure the ribbon is on top */
}

.featured-ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #dc3545; /* Example color - adjust as needed */
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    transform: rotate(-45deg);
    left: -60px;
    top: 30px;
}

.featured-ribbon-top-left {
    top: -10px;
    left: -10px;
}

.featured-ribbon-top-right {
    top: -10px;
    right: -10px; /* Position to the top-right corner */
}

.featured-ribbon-top-right span {
    left: auto; /* Reset left positioning */
    right: -60px; /* Position text to the right */
    transform: rotate(45deg); /* Rotate in the opposite direction */
}

/* BASETABLE validation */
.base-table th.has-danger {
	color: #e51c23; /* A more standard red */
}

/* SMS Opt-In Styling */

/* Default style: wrapping (for smaller screens) */
#SMS_OPTIN-div .form-check-label {
    white-space: normal;
		position: relative;
		left: -5px;
}

/* Skeleton Loading Animation */
/* Used in cvweb.loadDashModules */
.skeleton-loader {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: shimmer 1.2s infinite;
	border-radius: 0px;
}

@keyframes shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}

.skeleton-line {
	height: 16px;
	margin-bottom: 10px;
}

.skeleton-block {
	height: 60px;
	margin-bottom: 15px;
}

/**
 * Styles for cvweb.autoFunctionInputV2 enhancements
 * – hides the pseudo checkbox/radio graphics
 * – tightens up the column for auto-included number inputs
 * – styles the “Included” pill badge
 */

/* hides the bootstrap/custom-control checkbox & radio pseudo-elements */
.hide-input-pseudo.custom-control-label::before,
.hide-input-pseudo.custom-control-label::after {
  display: none !important;
}

/* shrink the table cell for auto-included number inputs */
.auto-include-column {
  width: 1px !important;
}

/* styling for the “Included” pill badge */
.included-pill {
  font-size: 0.85em;
  position: relative;
  z-index: 9999;
  margin-right: 0.5rem;
}

.readonly {
	background-color: #e9ecef;
	color: #6c757d;
	pointer-events: none;

/* cvTableSort CSS */
th.sortable {
  cursor: pointer;
  position: relative;
  padding-right: 1.3em; /* space for the icon */
}

th.sortable:after {
  content: '\21C5'; /* ⇅, default, unsorted */
  font-size: 0.85em;
  position: absolute;
  right: 0.4em;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  pointer-events: none;
}

th.sortable.sorted-asc:after {
  content: '\25B2'; /* ▲, up arrow for ascending */
  opacity: 0.8;
}

th.sortable.sorted-desc:after {
  content: '\25BC'; /* ▼, down arrow for descending */
  opacity: 0.8;
}

/* div table-responsive-card - alternative to table-responsive scrollbar */
@media (max-width: 767.98px) {
  .table-responsive-card table,
  .table-responsive-card thead,
  .table-responsive-card tbody {
    display: block;
    width: 100%;
  }
  .table-responsive-card thead tr {
    display: none;
  }
  .table-responsive-card tr {
    display: block;
    background: #f8f9fa;
    margin-bottom: 1rem;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
    padding: 0.5rem 0;
    border: 1px solid #ececec;
  }
  .table-responsive-card td,
  .table-responsive-card th {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    background: none;
    padding: 0.5em 1em;
    min-height: 2.2em;
    position: relative;
  }
  .table-responsive-card td:last-child,
  .table-responsive-card th:last-child {
    border-bottom: none; /* Don't double border the end */
  }
  .table-responsive-card td:before,
  .table-responsive-card th:before {
    content: attr(data-label);
    flex: 0 0 45%;
    font-weight: bold;
    margin-right: 0.5em;
    white-space: nowrap;
    background: none;
    position: static;
    padding-left: 0;
    min-width: 80px;
  }
  .table-responsive-card td,
  .table-responsive-card th {
    flex: 1 1 55%;
    justify-content: flex-start;
  }
}

/* MFA Input Group Styles */
#mfa-input-group>* {
	margin-right: 8px;
}

#mfa-input-group>*:last-child {
	margin-right: 0;
}

/* MFA Digit Input Styles */
.mfa-digit::-webkit-outer-spin-button,
.mfa-digit::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.mfa-digit[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
}