
body
{
	font-size: 0.95rem;
}

@font-face {
	font-family: "Riffic Free"; 
	src: url("font/Riffic Free.eot"); 
	src: url("font/Riffic Free.eot?#iefix") format("embedded-opentype"), 
	url("font/Riffic Free.woff2") format("woff2"), 
	url("font/Riffic Free.woff") format("woff"), 
	url("font/Riffic Free.ttf") format("truetype"), 
}


.login-title {
	color: #266696;
	font-family: 'Riffic Free', Verdana;
	font-size: 1.5rem;
}

.small-text {
	font-size: 0.75rem;
}

.robo-button-white {
	color: #266696;
	background-color: #ffffff;
	border-color: #266696;
	border-radius: 4px;
	font-weight: 600;	
}

.robo-button-lightblue {
	color: #266696;
	background-color: #5fb4e4;
	border-color: #5fb4e4;
	border-radius: 4px;
	font-weight: 600;	
}

.robo-button-blue {
	color: #fff;
	background-color: #266696;
	border-color: #266696;
	border-radius: 4px;
	font-weight: 600;
}

.robo-button-blueborder {
	color: #266696;
	background-color: #ffffff;
	border-color: #266696;
	border-radius: 4px;
	font-weight: 600;
}

.robo-button-blueborder:hover {
	color: #266696;
	background-color: #ffffff;
	border-color: #266696;
	border-radius: 4px;
	font-weight: 600;
}

.robo-button-red {
	color: #fff;
	background-color: #cc1414;
	border-color: #cc1414;
	border-radius: 4px;
	font-weight: 600;
}

.robo-button-grey {
	color: #fff;
	background-color: #999999;
	border-color: #999999;
	border-radius: 4px;
	font-weight: 600;
}

.robo-button-grey:hover {
	filter: none !important;
}

.robo-actionbutton-blue {
	color: #266696;
}

.robo-actionbutton-red {
	color: #cc1414;
}

.robo-text-blue {
	color: #266696;
}

.robo-text-red {
	color: #cc1414 !important;	
}

.btn:hover, .btn:active  {
	filter: brightness(85%);
	color: #fff;
}

.btnsendmessage {
	vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
  font-size: 1rem;
	font-weight: normal;
  line-height: 1.5;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btnsendmessage:hover, .btnsendmessage:active {
	filter: brightness(85%);
}

.nav-pills .robo-nav-coursetype.active {

	background-color: #266696;
	margin: 0.1em;
	font-weight: 500;
}

.nav-pills .robo-nav-coursetype {
	
	background-color: #cecece;
	margin: 0.1em;
	font-weight: 500;
}

@media (min-width: 1170px) {
	.logo-icon{
		width:100%; 
		height:100%; 
		background-image: url('../assets/images/imgRCLogoSml_01.png'); 
		background-size: contain; 
		background-repeat: no-repeat; 
		background-position: center center;
	}
}

@media (min-width: 760px) and (max-width: 1169px) {
	.logo-icon{
		width:100%; 
		height:100%; 
		background-image: url('../assets/images/imgRCLogoBlueRoboSml_01.png'); 		
		background-size: contain; 
		background-repeat: no-repeat; 
		background-position: center center;
	}
}

@media (min-width: 250px) and (max-width: 759px) {
	.logo-icon {
		width: 200px; 
		height: 35px; 
		background-image: url('../assets/images/imgRCLogoSml_01.png'); 		
		background-size: contain; 
		background-repeat: no-repeat; 
		background-position: left center;
	}
}

.section-title {
	border-bottom: 1px solid #cecece;
}

.subsection-title {
	font-size: 0.875rem;
	border-bottom: 1px solid #cecece;
}

.navbar-brand.subsection {
	font-size: 0.875rem;
}

/* Template Overrides */

.btn-primary {
    color: #fff;
    background-color: #266696;
    border-color: #266696;
}

.btn-primary:hover {
    color: #fff;
    background-color: #225d8a !important;
    border-color: #225d8a !important;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #225d8a;
}

#main-wrapper[data-layout=vertical][data-header-position=fixed] .topbar {
	z-index: 150;
}

.input-group.is-invalid {
  ~ .invalid-feedback {
    display: block;
  }
}

.invalid-feedback {
	display: inline-block;
	 width: 100%;
	margin-top: 0rem;
	font-size: 80%;
	color: #e74a3b; 
}


a {
	color: #266696;
	background-color: transparent;
}

a:hover {
	color: #1c527c;
	text-decoration: none;
	background-color: transparent;
}

.form-control {
	font-size: 0.95rem;
	padding: 0.25rem 0.5rem;
	line-height: 1.25;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	color: #414141;
}

.auth-wrapper .auth-box {
    box-shadow: none;
	margin: 0 0 3% 0;
}

.badge-primary {
	color: #fff;
	background-color: #266696;
}

.badge-primary:hover {
	color: #fff;
	background-color: #1c527c;
}

.sidebar-nav #sidebarnav .sidebar-item.selected>.sidebar-link {
	border-radius: 0 60px 60px 0;
	color: #fff!important;
	background: rgb(204,20,20);
	background: linear-gradient(330deg, rgba(204,20,20,1) 0%, rgba(38,102,150,1) 50%);
	/*background: linear-gradient(to right,#cc1414,#a22935,#4b789a,#336e9a,#266696);*/
	box-shadow: none;
	opacity: 1;
}

.dashboard .dashboard-link {
	cursor: pointer;
}


.page-breadcrumb {
	padding: 25px 25px 0;

}

.page-wrapper>.container-fluid {
	padding: 15px;
	min-height: calc(100vh - 210px);
}


/* Default Card Body */
@media (min-width: 760px) {
	.card-body {
		padding: 0.1rem 2.25rem 0.5rem 2.25rem;
	}
}

@media (max-width: 759px) {
	.card-body {
		padding: 0.1rem 1.25rem 0.5rem 1.25rem;
	}
}


.card-title.course {
    color: #266696;
		font-family: 'Riffic Free', Verdana;
		font-size: 1.5rem;
}

.card-child-title {
	color: #266696;
	font-size: 1rem;
	font-weight: 500
}

.card-footer {
	border-top: 1px solid #e9ecef;
}
.card-footer, .card-header {
	padding: 0.75rem 25px;
	background-color: rgba(0,0,0,0.1);
}


/* Dashboard */

.dashboardtext-blue {
	color: #266696 !important;
}

.dashboardtext-red {
	color: #cc1414 !important;
}

.mycourseheading-blue{
	color: #266696 !important;
	background-color: #26669633;	
	padding: 0.8rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem 0.5rem 0 0 ;	
}

.mycourseheading-red{
	color: #cc1414 !important;
	background-color: #cc141433;	
	padding: 0.8rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem 0.5rem 0 0 ;	
}

.mycourserow{
	padding: 0rem 0.5rem 0rem 0.25rem;
}

/* Dashboard Cards */
.card-group.dashboard {
	margin-bottom:15px;
}

.dashboard .card {
	height: 100%;
}

.card-body.dashboard {
	flex: 1 1 auto;
	padding: 2rem;
}

.card-body.dashboard.card-child {
	flex: 1 1 auto;
	padding: 0.5rem 0.5rem;
	background-color: #26669633;
	border-radius: 0.5rem;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* FOOTER */

#footer {
  /* margin: 0 10px 0 0; */
  margin: 0;
  min-width: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* background-color: rgb(187, 187, 187); */
  color: #757575;
  text-align: center;  
}


.footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 20px;
  line-height: 20px; /* Vertically center the text there */
  opacity: 0.5;
  font-size: 0.6em;
}

.footer:hover {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 20px;
  line-height: 20px; /* Vertically center the text there */
  color: #47494b !important;
  background-color: #a7a7a7 !important;
  opacity: 1;
  font-size: 0.6em;
  cursor: pointer;
}

.footer-left {
  padding-left: 0.5em;

}

.sticky-footer {
  padding: 0 0 !important; 
  flex-shrink: 0;
}

.footer-right {
	display: none;
}


/* DataTables Override */

/* Datatable Column Dropdown Fix to show items*/
.dt-button-collection .dropdown-menu {
  display: block;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.5em;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: rgb(227, 230, 240); 
}

.table-striped tbody tr:nth-of-type(odd) { 
 background-color: rgba(0, 0, 0, 0.035);
 color: inherit;
}

.table-striped.table-hover>tbody>tr:hover>td, 
.table-striped.table-hover>tbody>tr:hover>th {
  background-color: #d3d3d3; /* #ecf3f8; */
  cursor: pointer;
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: inherit;
  color: var(--bs-table-hover-color);
}


table.dataTable tbody tr.selected {
  background-color: #cacaca;
}

td.dt-nowrap { white-space: nowrap }

/* Template  Override */
.table td, .table th {
  padding: .45rem;
	vertical-align: middle;
}

.form-group {
  margin-bottom: 0.1rem;
}

label {  
  margin-bottom: 0.1rem; 
}

.form-label {  
  margin-bottom: 0.1rem; 
  font-size: 0.7rem;
}

/* Dependents Card & Table */

.card-footer.dependent, .card-header.dependent {
	padding: 0.75rem 25px;
	background-color: transparent;
	border-bottom: 0px;
	text-align: right;
}

.dependentlisthidden
{
	display:none;
}

.table.dependent th {
    vertical-align: top;
    border-top: 0; 
}


/* My Courses Card & Table */

.card-footer.mycourses, .card-header.mycourses {
	padding: 0.75rem 25px;
	background-color: transparent;
	border-bottom: 0px;
	text-align: right;
}

.mycourseslisthidden
{
	display:none;
}

.table.mycourses th {
    vertical-align: top;
    border-top: 0; 
}

/* Inputs */

	.w-10 {
		width: 10%!important;
	}

	.w-25 {
		width: 25%!important;
	}


  /* Fix Input prepend width used for icons */ 
  .input-group-text {
    width: 40px;
    text-align: center;
		border-radius: 4px;
		border-top: 1px solid #c2c2c2;
		border-left: 1px solid #c2c2c2;		
		border-bottom: 1px solid #c2c2c2;
  }

  .input-group-text-w50 {
    width: 50px;
    text-align: center;
  }

  .input-group-text span {
    margin: 0 auto;
  }  

  .pretty {
    line-height: 1.10 !important;
}

.input-group-text-default {  
  width: auto;
  text-align: left;
}



.show-required {
  position: relative;
  animation: shake .6s linear;
  animation-iteration-count: 1;
  border: 2px solid #ed5565;
  outline: none;
}

select:required:invalid, select:focus:invalid {
    background: url(../assets/images/imgAsteriskRedSm.png) no-repeat right 15px center;
    background-size: 10px;
    background-color: #ffffff;	
    background-repeat: no-repeat;
    border-right: 3px solid #ed5565;      
  }

select:required:valid {
    background: url(../assets/images/imgCheckGreenSm.png) no-repeat right 15px center;
    background-size: 10px;
    background-color: #ffffff;	
    background-repeat: no-repeat;
    border-right: 3px solid #cecece;       
  }

input:required:invalid, input:focus:invalid {
    background: url(../assets/images/imgAsteriskRedSm.png) no-repeat right 5px center;
    background-color: #ffffff;	
    background-size: 11px;
    background-repeat: no-repeat;
    border-right: 3px solid #ed5565;      
  }
input:required:valid {
    background: url(../assets/images/imgCheckGreenSm.png) no-repeat right 5px center;
    background-size: 11px;
    background-color: #ffffff;	
    background-repeat: no-repeat;
    border-right: 3px solid #cecece;         
  }

	/* SELECT2-BOOTSTRAP OVERRIDES */

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 0.875rem !important;
}


.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: calc(1.5em + 0.3rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 0.5rem) !important;
  font-size: 0.875rem !important;
}

.select2-results__option {
  font-size: 0.875rem !important;
}


.select2-selection__rendered:required:valid {
  background: url(../assets/images/imgCheckGreenSm.png) no-repeat right 15px center;
  background-size: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-right: 3px solid #cecece;
}


.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered:required:invalid, .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered:focus:invalid {
  font-size: 0.875rem !important;
  background: url(../assets/images/imgAsteriskRedSm.png) no-repeat right 15px center;
  background-size: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-right: 3px solid #ff0000;
}

.select2-style
{
  border:1px solid #ff0000;
  width: calc(100% - 32px);
  font-size: .875rem;
}

.select2-default {
  color: #0f0 !important;
}

.btn{
	font-weight: normal;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 4px;
}

.btn-minwidth {
  min-width: 75px !important;
}
	
.btn-save {
  color: #fff !important;
  background-color: #266696 !important;
  border-color: #266696 !important;
}

.btn-save:hover {
  color: #fff !important;
  background-color: #225d8a !important;
  border-color: #225d8a !important;
}

.btn-save:focus, .btn-save.focus {
  color: #fff !important;
  background-color: #225d8a !important;
  border-color: #225d8a !important;
  box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5) !important;
}

.btn-save.disabled, .btn-save:disabled {
  color: #fff !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}

.btn-save:not(:disabled):not(.disabled):active, .btn-save:not(:disabled):not(.disabled).active,
.show > .btn-save.dropdown-toggle {
  color: #fff !important;
  background-color: #225d8a !important;
  border-color: #225d8a !important;
}

.btn-save:not(:disabled):not(.disabled):active:focus, .btn-save:not(:disabled):not(.disabled).active:focus,
.show > .btn-save.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5) !important;
}	

.btn-cancel {
  color: #fff !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}

.btn-cancel:hover {
  color: #fff !important;
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important;
}

.btn-cancel:focus, .btn-cancel.focus {
  color: #fff !important;
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important;
  box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5) !important;
}

.btn-cancel.disabled, .btn-cancel:disabled {
  color: #fff !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}

.btn-cancel:not(:disabled):not(.disabled):active, .btn-cancel:not(:disabled):not(.disabled).active,
.show > .btn-cancel.dropdown-toggle {
  color: #fff !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}

.btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-cancel:not(:disabled):not(.disabled).active:focus,
.show > .btn-cancel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5) !important;
}	

.btn-action {
	width: 32px;
}

.btn.focus.btn-action, .btn:focus.btn-action {
	box-shadow: none;
}

/* MODAL CONFIRMATION */

@media (max-width: 375px) 
{
	.modal-confirm {		
		color: #636363;
	}
}

@media (min-width: 376px) 
{
	.modal-confirm {		
		color: #636363;
		width: 400px;
	}
}

	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
		text-align: center;
		font-size: 14px;
	}
	.modal-confirm .modal-header {
		border-bottom: none;   
		position: relative;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -10px;
	}
	.modal-confirm .close {
		position: absolute;
		top: -5px;
		right: -2px;
	}
	.modal-confirm .modal-body {
		color: #4e4e4e;
		padding: 1rem 0.5rem 0.2rem 0.5rem;
	}
	.modal-confirm .modal-footer {
		border: none;
		text-align: center;		
		border-radius: 5px;
		font-size: 13px;
		padding: 10px 15px 25px;
	}
	.modal-confirm .modal-footer a {
		color: #4e4e4e;
	}		
	.modal-confirm .icon-box {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		border-radius: 50%;
		z-index: 9;
		text-align: center;
		border: 3px solid #cc1414;
	}
	.modal-confirm .icon-box i {
		color: #cc1414;
		font-size: 46px;
		display: inline-block;
		margin-top: 13px;
	}
	.modal-confirm .btn, .modal-confirm .btn:active {
		color: #fff;
		border-radius: 4px;
		background: #60c7c1;
		text-decoration: none;
		transition: all 0.4s;
		line-height: normal;
		min-width: 120px;
		border: none;
		min-height: 40px;
		border-radius: 3px;
		margin: 0 5px;
		font-weight: 600;
		padding-bottom: 10px;
	}
	.modal-confirm .btn-secondary {
		background: #c1c1c1;
	}
	.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
		background: #a8a8a8;
	}
	.modal-confirm .btn-danger {
		background: #cc1414;
	}
	.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
		background: #cc1414;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
/* END MODAL CONFIRMATION */



#Member_IDNo {
	text-transform: uppercase;
}


td.noitem
{
	padding: 4rem 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

/* COURSE CARDS  */

/* .card:hover.course
{
	
	box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
	opacity: 0.5;
}
 */
.card.course {
	border: 1px solid #cecece;
	/* padding-bottom: -0px; */
	height: calc(100% - 38px);
}

.course .content-overlay
{
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	cursor: pointer;
	cursor: pointer;
	z-index: 4;
}
 
.content-overlay-icon
{
	color: #c1c1c1;
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.course:hover .content-overlay
{
	 opacity: 1
}

.card-body.course
{
	padding: 0.5rem 0.5rem 0 0.5rem;
}


.course.nocourse
{
	padding: 4rem 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.course.coursename
{
	color: #212529;
}

.course.coursedescription
{
	max-height: 75px;
	height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;	
}

.course.infosection
{
	/* background-color: #266696;
	margin: -0.5rem;
	padding: 0.5rem; */

	background-color: #266696;
	margin: -0.5rem -0.5rem 0.5rem -0.5rem;
	padding: 0.5rem;	
}

.course.infoicon
{
	font-size: 1rem;	
	width: 28px;
	float: left;
	color: #ffffff;
}


.course.infolabel
{
	font-size: 0.8rem;	
	min-width: 65px;
	float: left;
	color: #ffffff;
	display: none;
}

.course.infotext
{
	font-size: 0.8rem;	
	font-weight: bold;
	color: #ffffff;
	float: none;
}

.card-header.course-filter{
	height: 2rem;
	line-height: 1rem;
	padding-top: 8px;
	padding-left: 10px;

	color: #fff;
	background-color: #266696;
	
}

.card-header.coursedescription{
	padding: 0.8rem 0.5rem 0.5rem 1.5rem;
	color: #fff;
	font-weight: 500;
	background-color: #266696;
	border-radius: 1.25rem 1.25rem 0 0;
}

.card-body.coursedescription{
	padding: 20px;
	background-color: #e9e9e9;
	background-image: url('../assets/images/bgRobotPattern250.png');
	border-radius: 0 0 1.25rem 1.25rem;
}

.card-header.coursenotes{
	padding: 0.8rem 0.5rem 0.5rem 1.5rem;
	color: #fff;
	font-weight: 500;
	background-color: #212529;
	border-radius: 1.25rem 1.25rem 0 0;	
}

.card-body.coursenotes{
	padding: 20px;	
	background-color: #e9e9e9;
	background-image: url('../assets/images/bgRobotPattern250.png');
	border-radius: 0 0 1.25rem 1.25rem;
}


.card.courseregistration{
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;	
}

.card-header.courseregistration{
	color: #4a4a4a;
	background-color: transparent;
	font-weight: 500;
}

.card-body.courseregistration{
	color: #4a4a4a;
	background-color: transparent;
}

.card-footer.courseregistration{
	color: #4a4a4a;
	background-color: transparent;
}

/* END COURSE CARDS  */


.card-header.notice{
	padding: 0.8rem 0.5rem 0.5rem 1.5rem;
	color: #fff;
	font-weight: 500;
	background-color: #266696;
	border-radius: 1.25rem 1.25rem 0 0;
}

.card-body.noticedate{
	padding: 0.8rem 0.5rem 0.5rem 1.5rem;
	font-weight: 500;
	background-color: #26669633;	
}

.card-body.notice{
	padding: 20px;
	background-color: #e9e9e9;
	background-image: url('../assets/images/bgRobotPattern250.png');
	border-radius: 0 0 1.25rem 1.25rem;
}

/* ROWSPAN */
.stackem div {
	width: 100%;
}
/* END ROWSPAN */

.CourseDetailSpacer{
 padding-top: 10px;
}

.CourseDescription {
	color: #4a4a4a;
	font-weight: 300;
}

.CourseDetailIcon {
	font-size: 1.5rem;
	color: #266696;
}

.CourseDetailLabel {
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 350;
	color: #4a4a4a;
}

.CourseDetailText {	
	font-size: 0.85rem;
	font-weight: 400;
	color: #4a4a4a;
}

.CourseTotalText {	
	font-size: 1.5rem;
	font-weight: 400;
	color: #4a4a4a;
}

.CourseRegistrationReference {
	font-size: 2rem;
	font-weight: 400;
	color: #266696;
	border: 3px solid #266696;
	border-radius: 1rem;
}

.CourseRegistrationCancelledText {
	text-decoration-color: #cc1414 !important;
	text-decoration: line-through; 
}

@media (min-width: 250px) and (max-width: 759px) 
{
	.CourseRegistrationReference {
		font-size: 1.5rem;
		font-weight: 400;
		color: #266696;
		border: 3px solid #266696;
		border-radius: 1rem;
	}
}

.CourseRegister {
  border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	background: url('../assets/images/bgRocket.png') center right no-repeat #2388c2;
	background-size: contain;
	border-radius: 1rem;
}

.nav-tabs.nav-bordered.PaymentTypeHeader li a.active {
	background-color: #266696;
	color: #ffffff;
	border-radius: 1em 1em 0 0;
}

.PaymentTypeHeader
{
	padding: 0.5rem;
	font-weight: 500;
	font-size: 1.25rem;
	color: #266696;
}

/* Course Registration & Course Outline - Notes Fade-In / Fade-Out */

.fade-in {
	display: none;
  width: 1px;
  opacity: 0;
  transition: all .75s ease;
}

.fade-in.show {
	display: block;
	opacity: 1;
}

/*  Course Registration Form Labels */
.form-label.label-large {
	font-size: 1rem;
}

/*  Course Registration Form Labels */
.form-label.label-large {
	font-size: 1rem;
}

/*  Course Registration Detail Text */
.form-control.courseregistrationtext {
	font-size: 0.85rem;
    line-height: 1.3rem;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    height: 2.2em;
}


.form-control.courseregistrationtext.multiline {
    height: auto !important;
}

/*  Course Registration Detail Cost Label */
@media (min-width: 760px) 
{
	.courseregistrationcostlabel {
		font-size: 1.1rem;
		line-height: 1.2rem;
		padding: 0.1rem 0.5rem 0.1rem 0.5rem;    
		border: none;
	}

	.courseregistrationcostvalue {
		font-size: 1.1rem;
		line-height: 1.2rem;
		padding: 0.1rem 0.5rem 0.1rem 0.5rem;    
		border: none;
		text-align: right;
		width: 100%;
	}
}

@media (max-width: 759px) 
{
	.courseregistrationcostlabel {
		font-size: 0.85rem;
		line-height: 1.2rem;
		padding: 0.1rem 0.5rem 0.1rem 0.5rem;    
		border: none;
	}

	.courseregistrationcostvalue {
		font-size: 0.85rem;
		line-height: 1.2rem;
		padding: 0.1rem 0.5rem 0.1rem 0.5rem;    
		border: none;
		text-align: right;
		width: 100%;
	}
}
.courseregistrationcostvalue::before {
	content: "€";
	margin-right: 15px;
}

.courseregistrationcostlabel.discount {
	color: #cc1414;
}

.courseregistrationcostvalue.discount {
	color: #cc1414;
}
.courseregistrationcosttotal {
	font-size: 1.25rem !important;
	color: #266696;
}

.courseregistrationcosttotalrow {
	background-color: #afafaf60;
	margin-left: -8px;
}

.navbar.courseregistrationheader {
	background-color: rgba(135, 135, 135, 0.2);
	color: #212529;
	border-radius: 0.5rem 0.5rem 0 0;
	margin: 0px;
	padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

.navbar.courseregistrationbody {
	background-color: rgba(135, 135, 135, 0.2);
	color: #212529;
	border-radius: 0 0 0.5rem 0.5rem;
	margin: 0px;
	padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}



.pretty .state label.courseaddoncheck:before {
	border: 2px solid #5e5e5e;
	
}


.pretty .state label.prettycheck:before {
	border: 2px solid #5e5e5e;
	
}

.bgRow 
{ background-color: #afafaf60; }

.bgRowAlt 
{ background-color: #a3a3a335;}


