/*!
 * DEM Bootstrap override - developed for Bootstrap v3.1.1
 * Copyright 2011-2020 DEM
 */
 
 
/* Global bootstrap overrides	*/

@media (min-width: 1200px) and (max-width: 1515px) {
  .hidden-lg-to-xl {
    display: none !important;
  }
}

a {
	color: #44b2de;	
}

body {
  background-color: #ffffff;
  font-family: "texgyreadventorregular", "Century Gothic", "Questrial", sans-serif;
}

.container-fluid.content {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #44b2de;
	border-color: #44b2de;
}

.label-primary {
	background-color: #44b2de;
	border: 1px solid #44b2de;
}

.label-upgrade {
	background-color: #fff;
	margin-left: 4px;
	border: 1px solid #ccc;
}

.label-upgrade a:hover,
.label-upgrade a:active {
	text-decoration: none;
}

.btn-primary {
	background-color: #44b2de;
	border-color: #44b2de;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	border-color: #3276b1;
}

.btn-delete {
	background-color: #ddd;
	border-color: #ddd;
	color: #3e3e40;
}

.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active,
.btn-delete.active {
	background-color: #3e3e40;
	border-color: #3e3e40;
	color: #fff;
}

.btn-save {
	background-color: #e10079;
	border-color: #e10079;
	color: #fff;
}

.btn-save:hover,
.btn-save:focus,
.btn-save:active,
.btn-save.active {
	background-color: #e21b25;
	border-color: #e21b25;
	color: #fff;
}

.btn-danger {
	background-color: #e10079;
	border-color: #e10079;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
	background-color: #e21b25;
	border-color: #e21b25;
}

.btn-cancel {
	color: #3e3e40;
	background-color: #ddd;
	border-color: #ddd;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
	color: #fff;
	background-color: #3e3e40;
	border-color: #3e3e40;
}

.btn-dem {
	background-color: #e10079;
	border-color: #e10079;
	color: #fff;
}

.btn-new {
  position: relative;
  display: inline-flex;
  height: 34px;
  padding: 0 4px 0 12px;
  align-items: center;
}

.btn-new > span {
  background-color: #e10079;
  color: white;
  padding: .4rem .5rem;
  font-size: 12px;
  font-weight: 600;
  border-radius: .25rem;
  margin: 0;
  margin-left: .5rem;
  text-transform: uppercase;
}

.btn-dem:hover,
.btn-dem:focus,
.btn-dem:active {
	background-color: #ae005e;
	border-color: #ae005e;
	color: #fff;
	box-shadow: none;
}

.btn-dem-default {
	color: #e10079;
	border-color: #e10079;
}

.btn-dem-default:hover,
.btn-dem-default:focus,
.btn-dem-default:active {
	color: #ae005e;
	border-color: #ae005e;
	box-shadow: none;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #ecf7fb;
}

.alert-bs {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert {
	float: left;
	position: fixed;
	top: 52px;
	left: 15px;
	right: 15px;
	z-index: 20;
	border-radius: 0;
}

.alert-warning {
	color: #3e3e40;
	background-color: #fef8b2;
	border-color: #f6f6f6;
}

.alert-danger {
	border-color: #3e3e40;
}

.alert-cf {
  margin-top: 15px;
}

.alert-open {
  margin-bottom: 0;
}

.alert-bs p:last-child {
  margin-bottom: 0;
}

h1.page-header small {
	white-space: nowrap	
}

/*	sticky footer	*/

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 185px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 185px;	
}

/*	navbar overrides	*/

body {
	padding-top: 70px;
}

.navbar-default {
	border: none;	
}

.navbar-brand {
	padding: 0;	
}

.navbar-header {
  color: white;
}

.navbar {
	border-radius: 0;
}

.navbar-brand img {
	max-height: 50px;	
}

.navbar-inverse {
	background-color: #3e3e40;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: rgb(54, 54, 54);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #e10079;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #5E5E5E;
}

.navbar-fixed-top .dropdown-menu {
  background-color: #3e3e40;
}

.navbar-fixed-top .dropdown-menu > li > a {
	padding: 10px 20px;
  color: #ffffff;
}

.navbar-fixed-top .dropdown-menu > li > a:hover,
.navbar-fixed-top .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #e10079;
}

.admin-toolbar {
	position: relative;	
}

/*	Text styles	*/

h1 {
	color: #3e3e40;
}

.dem-pink {
	color: #e10079;	
}

/*	Booking layour		*/
.booking .panel-heading h4 {
	color: #5E5E5E;
	display: inline-block;
}

.booking .table > tbody > tr > td {
	vertical-align: middle;
}

.booking .table > tbody > tr > th {
	border-top: none;
	color: #5b5b5b;
}

.booking .panel-body {
	padding: 20px;
}

/*	Overview layout		*/

.provider-logo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  max-width: 100px;
  max-height: 100px;
}

.provider-logo-wrap {
	height: 160px;
	width: 160px;
	border-radius: 50%;
	border: 1px solid #ddd;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 2rem;
}

.provider-choice .provider-logo-wrap {
	height: 100px;
	width: 100px;
	margin-top: 0;
}

.provider-choice .provider-logo {
	padding: 10px;
}

.provider-choice-row {
	margin-bottom: 20px;
}

.provider-choice h2 {
	margin: 0;
	line-height: 30px;
}

img.product-overview-logo {
	width: 100%;
  border-radius: 50%;
}

.user-image-wrap {
	margin-top: 17px;
	height: 160px;
	width: 160px;
	border-radius: 6px;
	border: 1px solid #ddd;
	float: right;
	position: relative;
}

.user-image-wrap span {
	font-size: 44px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.subscription-info h4 {
	color: #5E5E5E;	
}

.subscription-info h4 > a {
	font-size: 15px;	
}

.subscription-info h4 > a.btn-default {
	font-size: 14px;
	font-weight: 600;
	color: #44b2de;
	background-color: #fff;
}

.subscription-info h4 > a.btn-default:active,
.subscription-info h4 > a.btn-default:focus,
.subscription-info h4 > a.btn-default:hover {
	color: #2a6496;
	text-decoration: none;
}

.subscription-info .label {
	padding: 8px 10px;
	border: 1px solid transparent;
	font-size: 14px;
}

p.inactive-count {
	color: #5e5e5e;
	font-size: 13px;
}

.courses-info h2 > a:hover,
.courses-info h2 > a:focus,
.subscription-info h2 > a:hover,
.subscription-info h2 > a:focus {
	text-decoration: none;	
}

.overview-table {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.overview-buttons {
  margin-top: -.25rem;
}

.overview-buttons a {
  margin-top: .25rem;
}

.overview-table > tbody > tr > td {
	vertical-align: middle;
	width: 50%;
}

.upgrade-link:hover,
.upgrade-link:focus,
.upgrade-link:active {
  text-decoration: none;
}

.subscription-info {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.subscription-info .dropdown-menu {
	text-align: left;
}

.product-wrap {
	background-color: white;
	width: 10rem;
	margin-bottom: 20px;
}

.courses-info {
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid #ddd;	
}

.footer-row {
	padding-top: 30px;
	border-top: none;
	background-color: #3e3e40;
	margin-top: 30px;
  color: #ffffff;
}

.footer-row a {
	color: #ffffff;	
}

.footer-logo {
	max-height: 44px;
	margin-bottom: 20px;
}

.footer-row .nav {
	margin-bottom: 20px;	
}

.carousel-caption {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  right: 1px;
  left: 1px;
  bottom: 1px;
  background-color: #3e3e40;
  background-color: rgba(11, 11, 13, 0.85);
}

.carousel-caption h3 {
	font-size: 32px;
	text-transform: uppercase;
	text-shadow: none;
	color: #ffffff;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;	
}

.carousel-indicators li {
	background-color: #3e3e40;	
}

.carousel-indicators .active {
	background-color: #e10079;	
}

.carousel-inner > .item > img {
	min-width: 100%;	
}

.img-thumbnail {
	border: 1px solid #ddd;
  padding: 0;
}

/* Report page */

.ct-label {
	font-size: 1.15rem !important;
}

.ct-chart .tooltip {
	position: absolute;
	display: inline-block;
	min-width: 5em;
	padding: .5em;
	background: #ffe800;
	color: #3e3e40;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
	z-index: 1;
	opacity: 1;
}

.ct-chart .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #ffe800;
}

.ct-chart .ct-series-a .ct-line {
  /* Set the colour of this series line */
  stroke: #e10079;
  /* Control the thikness of your lines */
  stroke-width: 5px;
}

.ct-chart .ct-series-a .ct-point {
  stroke: #e10079;
}

.ct-chart .ct-series-a .ct-area {
	fill: #e10079;
}

.ct-chart .ct-series-b .ct-line {
  /* Set the colour of this series line */
  stroke: #e21b25;
  /* Control the thikness of your lines */
  stroke-width: 5px;
}

.ct-chart .ct-series-b .ct-point {
  stroke: #e21b25;
}

.ct-chart .ct-series-b .ct-area {
	fill: #e21b25;
	fill-opacity: 0.4;
}

.report-lead {
	font-weight: 600;
	color: #3e3e40;
}

.report-lead strong {
	color: #e10079;
}

.report-lead i {
	font-weight: 300;
}

.nav-tabs.report {
	border-bottom: 1px solid #eee;
	padding-top: 2rem;
}

.nav-tabs.report > li > a {
	border: 1px solid #ddd;
}

.report .dropdown-menu > .active > a,
.report .dropdown-menu > .active > a:hover,
.report .dropdown-menu > .active > a:focus {
	background-color: #3e3e40;
	font-size: 14px;
	padding: .5rem 1rem;
}

.nav-tabs.report > li.active > a,
.nav-tabs.report > li.active > a:hover,
.nav-tabs.report > li.active > a:focus {
	color: #44b2de;
	border: 1px solid #ddd;
}

.report .dropdown-menu > li > a {
	font-size: 14px;
	padding: .5rem 1rem;
}

/* Reporting pages */

.chart .c3-line-referrals {
	stroke-width: 4px;
}

.chart text {
	color: #3e3e40;
	fill: #3e3e40 !important;
}

.chart circle {
	r: 5;
	fill: #f8f8f8 !important;
	stroke: #3e3e40;
	stroke-width: 3;
}

.chart.profile-chart circle {
	stroke: #ffe800;
}

.chart.display-chart circle {
	stroke: #3e3e40;
}

h2.page-header small {
	display: block;
	line-height: 2rem;
	margin-top: 1rem;
}

h3.stat-header {
	font-size: 2rem;
	margin-bottom: 3rem;
}

h4.stat-header {
	font-size: 1.85rem;
	margin-top: 0;
	margin-bottom: 2rem;
}

.reporting-notes {
	background-color: rgba(255, 232, 0, 0.29);
  border: 1px solid #ddd;
	padding: 2rem;
}

.reporting-notes p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.report-stat {
	color: #666666;
}

.center-report-text {
	text-align: center;
	background-color: #ffffff;
  border: 1px solid #ddd;
	padding: 3rem 1rem 2rem 1rem;
	border-radius: 3px;
}

@media (min-width: 992px) {
	.center-report-text {
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #ddd;
		padding: 3rem 2rem 2rem 2rem;
		border-radius: 3px;
	}
}

.center-report-text.no-bp {
	padding-bottom: 1rem;
}

.center-report-text li {
	border-bottom: 1px dotted #C9C9C9;
	padding-bottom: .25rem;
	margin-bottom: .75rem;
  word-wrap: break-word;
	white-space: nowrap;
	overflow: scroll;
	overflow-y: auto;
	overflow-x: auto;
	text-align: left;
}

.center-report-text li:last-child {
	border-bottom: none;
}

.left-report-text {
	text-align: left;
	background-color: #f8f8f8;
	padding: 3rem;
	border-radius: 3px;
}

.left-report-text h4.stat-header:last-child {
	margin-bottom: 0;
}

.center-report-text ul {
	list-style-type: none;
	padding-left: 0;
}

hr.report-divider {
	margin-top: 80px;
	margin-bottom: 80px;
	border: 0;
	border-top: 1px solid #ddd;
}

.center-chart {
	display: flex;
	justify-content: center;
}

.stat-divider {
	width: 100%;
	display: block;
	border-top: 1px solid #F0F0F0;
	padding-bottom: 2rem;
	margin-top: 2rem;
}

.time-period {
	color: #ffffff;
	background: #3e3e40;
	font-size: 14px;
	padding: .5rem 1rem;
	margin-bottom: 3rem;
	border-radius: 3px;
	display: inline-block;
}

/* Enquiry pages	*/

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	color: #fff;
	background: #44b2de;
}

.enquiries-content h2 {
	padding-bottom: 9px;
	margin: 40px 0px 20px;
	border-bottom: 1px solid rgb(238, 238, 238);
	color: rgb(62, 62, 64);
	font-size: 26px;
}

.activate-enquiry {
	margin-top: 20px;	
}

.activate-enquiry .form-control {
	width: 100%;	
}

.chart {
	width: 100%;
	height: 400px;
}

.enquiry-help {
	padding: 30px;
	border-radius: 3px;
	margin-top: 20px;
	background-color: rgba(238, 238, 238, 0.28);
	border: 1px solid #ddd;
}

.chart-greyout {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

.table-enquiry-list {
	border: 1px solid #ddd;	
}

.table-enquiry-list th {
	color: #3e3e40;
	font-weight: bold;
	vertical-align: middle !important;
	background-color: #eee;
}

.table-enquiry-status {
	border: 1px solid #ddd;	
}

.table-enquiry-view {
	margin-top: 20px;	
}

.table-enquiry-status td {
	color: #3e3e40;
	font-weight: bold;
	vertical-align: middle !important;
}

.table-enquiry-view td.legend,
.table-enquiry-status td.legend {
	background-color: #eee;
	padding: 0 80px 0 20px;
}

.table-enquiry-view td.legend {
	color: #3e3e40;
	font-weight: bold;
	vertical-align: middle !important;
	white-space: nowrap;
}

.table-enquiry-view td:nth-child(2),
.table-enquiry-status td:nth-child(2) {
	width: 100%;
}

.table-enquiry-status td a {
	font-weight: normal;
}

/*	Profile Pages	*/

.save-insert {
	padding: 15px;
	background-color: #ddd;
	border-radius: 4px;
	z-index: 15;
	border: 1px solid #ddd;
}

.save-insert p {
	color: #3e3e40;
	margin: 10px 0 0;
}

div.save-insert.affix {

}

.provider-profile,
.course-profile {
	margin-top: 20px;	
}

.provider-profile .control-label,
.course-profile .control-label {
	color: rgba(62, 62, 64, 0.86);	
}

.profile-control-wrap {
	min-height: 46px;
	margin-top: 20px;
	margin-bottom: 40px;	
}

.profile-control {
	border-radius: 8px;
	border: 3px solid #ddd;
	background-color: #ddd;
}

.open-day-controls {
  display: block;
	border-radius: 8px;
	border: 1px solid #ddd;
  padding: 15px;
}

.open-day-promote-select {
  margin-bottom: 10px;
}

.open-day-controls p:last-of-type {
  margin-bottom: 0;
}

div.profile-control.clearfix.affix {
	right: 15px;
	z-index: 10;
	margin-top: 20px;
}

.profile-control a {
	color: #3e3e40;
}

.profile-control .profile-tabs {
	float: left;	
}

.profile-control .profile-tabs > li.active > a {
	color: #fff;
	background-color: #44b2de;
	/* font-weight: bold; */
}

.profile-control .profile-tabs > li.active > a:hover,
.profile-control .profile-tabs > li.active > a:focus {
	background-color: #3276b1;
}

.profile-control .nav > li > a:hover,
.profile-control .nav > li > a:focus {
	background-color: #eee;
}

.profile-control .profile-tabs > li.disabled > a {
	cursor: default !important;
}

.profile-control .profile-tabs > li.disabled > a:hover,
.profile-control .profile-tabs > li.disabled > a:focus {
	background-color: transparent;
}

.profile-control .navbar {
	margin-bottom: 0;
}

.profile-control .nav > li > a.btn-primary:hover,
.profile-control .nav > li > a.btn-primary:focus {
	background-color: #3276b1;
	border-color: #3276b1;	
}

select#facilities {
	height: 200px;	
}

/*	Bulk Upload Page	*/

.bulk-upload h4 {
	color: #5E5E5E;
	margin: 28px 0 18px 0;	
}

.bulk-upload h3 {
	color: #3e3e40;
	margin: 24px 0;	
}

.bulk-upload thead {
	background-color: #eee;	
}

.bulk-upload th,
.bulk-upload td {
	color: #3e3e40;	
}

.bulk-upload-info {
	padding: 20px 0 10px;
}

#file-preview {
	margin-top: 30px;
}

#file-preview th select {
	font-weight: normal;
	padding: 5px 0;	
}

/*	Course Bulk View Page	*/

.course-contact label {
	font-weight: normal;	
}

.course-contact label span {
	min-width: 65px;
	display: inline-block;
}

.course-contact label input {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 4px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	font-size: 13px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;	
	color: #555 !important;
	height: 32px !important;
	padding-left: 12px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin: 6px 0 3px 5px !important;	
}

.chosen-container-multi .chosen-choices {
	background-image: none !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	border-radius: 4px !important;	
}

.radio-box {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	vertical-align: middle;
}

.bulk-horizontal {
	margin-top: 30px;
}

.navbar-text-narrow {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #777;
}

.course-navbar-text {
	margin-top: 7px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.search-filters {
	color: #5e5e5e;	
}

.variation {
	display: block;
	padding-top: 4px;
}

#courses {
	margin-top: 20px;
	font-size: 13px;
}

.search-courses .form-inline .form-group .form-control {
	width: 400px;	
}

.courses-control-wrap {
  margin-top: 5px;
  min-height: 50px;
  margin-bottom: 12px;
}

.courses-control {
	z-index: 10;
}

div.courses-control.affix {
	top: 30px;
	left: 15px;
	right: 15px;
	margin-top: 20px;
}

thead.affix {
	top: 80px;
	right: 15px;
	left: 15px;	
}

div#selectInfo {
	margin-left: 15px;
	margin-bottom: 8px;
	color: #999;
	font-weight: bold;
}

.courses-control .navbar {
	margin-bottom: 0;	
}

.courses-control .navbar-default {
	border-radius: 8px;
	background-color: #ddd;
/*	padding-right: 15px;	*/
}

.course-list thead {
	background-color: #eee;	
}

.course-list th.course-profile-edit {
	max-width: 50px;
}

.course-list th {
	font-weight: normal;
}

td.info_url {
	max-width: 150px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

td.contact_column {
	max-width: 150px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table#courses-bulk-view {
	font-size:12px;
	margin-top: 20px;
	margin-bottom: 26px;
}

table#courses-bulk-view th.title {
	cursor: pointer;
}

table#courses-bulk-view thead {
	background-color: #3e3e40;
	color: #fff;
}


table#courses-bulk-view > thead > tr > th {
	border: 1px solid #3e3e40;	
}

table#courses-table a.editable,
table#courses-table a.editable-click {
	text-decoration: none;
	border-bottom: 1px dashed #44b2de;
}

table#courses-table a.editable:hover,
table#courses-table a.editable:focus,
table#courses-table a.editable:active,
table#courses-table a.editable-click:hover,
table#courses-table a.editable-click:focus,
table#courses-table a.editable-click:active {
	text-decoration: none;
	border-bottom: 1px dashed #2a6496;
}

table#courses-table .contact_column {
  display: none;
}

.editable-empty {
	font-style: italic;
	font-weight: bold;
	color: rgba(225, 0, 121, 0.4) !important;
	border-bottom: dashed 1px rgba(225, 0, 121, 0.4) !important;
	text-decoration: none;
}

.editable-empty:hover,
.editable-empty:focus,
.editable-empty:active {
	color: #e10079 !important;
	border-bottom: dashed 1px #e10079 !important;	
}

.status-indicator {
	font-size: 2.5em;
	vertical-align: top;
	line-height: 16px;
}

.status-indicator-active {
	color: #6AEC99;
}

.status-indicator-inactive {
	color: #e21b25;
}

tr.new-row,
tr.new-course-tr {
    background-color: #fef8b2;
}

.select2-container-multi .select2-choices .select2-search-field input {
	min-width: 200px;
}

.pagination {
	border-radius: 0;
	margin: 6px 0;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
	color: #3e3e40;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #e10079;
}

.pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #e10079;
	color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #e10079;
	border-color: #e10079;
}

.courseLoad h2 {
	opacity: 0.7;
	font-size: 26px;
	line-height: 32px;	
}

/*	Description styles	*/

.product-description {
	color: #3e3e40;
}

.product-description p + h4 {
	margin-top: 28px;
}

.jumbotron {
	background-color: rgba(238, 238, 238, 0.28);
	margin-top: 18px;
	color: #3e3e40;
	text-align: center;
	border: 1px solid #eee;
}

.jumbotron h1 {
	color: #5e5e5e;	
}

.jumbotron p.small {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #3e3e40;
}

.product-description .panel-default > .panel-heading {
	background-color: rgba(238, 238, 238, 0.28);	
}

.product-description .panel {
	border: 0;	
}

.product-description .panel-body {
	padding: 0;
	overflow: hidden;
}

img.product-description-logo {
	width: 140px;
	height: 140px;
	margin: 20px 0 40px 0;
	border-radius: 50%;
}

.product-usage {
	height: 400px;
	background-size: cover;
}

/*	Tinymce styles	*/

.mce-path > .mce-path-item,
.mce-path > .mce-divider {
	display: none !important;
}

body#tinymce {
	font-size: 14px;
	line-height: 1.42857143;	
	color: #555;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
}

body.mce-300 {
	min-height: 300px;
}

body.mce-150 {
	min-height: 150px;
}


.mce-window-head .mce-title {
	font-size: 14px !important;
	color: #555 !important;	
}

.mce-textbox,
.mce-container,
.mce-container *,
.mce-widget{
	color: #555 !important;
}

.mce-primary button {
	color: #fff !important;
	text-shadow: none !important;	
}

.mce-primary {
	min-width: 50px;
	color: #fff !important;
	border: 1px solid #e10079 !important;
	border-color: #e10079 !important;
	background-color: #e10079 !important;
	background-image: -moz-linear-gradient(top, #e10079, #e10079) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e10079), to(#e10079)) !important;
	background-image: -webkit-linear-gradient(top, #e10079, #e10079) !important;
	background-image: -o-linear-gradient(top, #e10079, #e10079) !important;
	background-image: linear-gradient(to bottom, #e10079, #e10079) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e10079', endColorstr='#e10079', GradientType=0) !important;
	zoom: 1;
}

.mce-primary:hover,
.mce-primary:focus {
	background-color: #e21b25 !important;
	background-image: -moz-linear-gradient(top, #e21b25, #e21b25) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e21b25), to(#e21b25)) !important;
	background-image: -webkit-linear-gradient(top, #e21b25, #e21b25) !important;
	background-image: -o-linear-gradient(top, #e21b25, #e21b25) !important;
	background-image: linear-gradient(to bottom, #e21b25, #e21b25) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e21b25', endColorstr='#e21b25', GradientType=0) !important;
}

.mce-last {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
	background-image: -moz-linear-gradient(top, #fff, #fff) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff)) !important;
	background-image: -webkit-linear-gradient(top, #fff, #fff) !important;
	background-image: -o-linear-gradient(top, #fff, #fff) !important;
	background-image: linear-gradient(to bottom, #fff, #fff) !important;
}

.mce-last:hover,
.mce-last:focus {
	background-color: #ebebeb !important;
	border-color: #adadad !important;
	background-image: -moz-linear-gradient(top, #ebebeb, #ebebeb) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#ebebeb)) !important;
	background-image: -webkit-linear-gradient(top, #ebebeb, #ebebeb) !important;
	background-image: -o-linear-gradient(top, #ebebeb, #ebebeb) !important;
	background-image: linear-gradient(to bottom, #ebebeb, #ebebeb) !important;
}

/*  Ed-2 Styles */

body.ed-2 {
  background-color: #f6f6f6;
}

.ed-2-rhc {
  background-color: #ffffff;
  border: 1px solid #ddd;
}

h1.page-header.ed-2 {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

div.ed-2-provider-logo {
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: flex-end;
  margin-right: 20px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
}

div.ed-2-provider-logo-url {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
}

.profile-head-unit {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 15px;
}

.profile-head-unit.bm {
  margin-bottom: 20px;
}

.product-logo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.product-status {
  text-align: center;
  margin-top: 50px;
}

.product-status h4 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 35px;
}

.product-status h5 {
  color: #858585;
  font-weight: 600;
  font-size: 15px;
}

.product-status .label {
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid transparent;
}

.product-status .progress {
  margin: 0 20px;
  background-color: #ffffff;
}

.question-prompt {
  background-color: #f6f6f6;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.question-prompt p:last-child {
  margin: 0;
  padding: 0;
}

.provider-profile .pagination {
  margin-top: 30px;
}

.panel-open-day {
  margin-top: 30px;
}

.panel-open-day p:last-of-type {
  margin: 0;
  padding: 0;
}

.sub-info {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  display: flex;
}

.sub-info .sub-lhc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sub-info .button-flex {
  width: 100%;
  display: flex;
}

.sub-info .space-left {
  margin-left: .5rem;
}

.sub-info img.product-overview-logo {
  width: 30%;
  border-radius: 50%;
}

.sub-info .sub-rhc {
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  margin-left: 20px;
  padding: 10px;
  min-height: 200px;
}

.sub-rhc.rhc-sl {
  background-image: url(/images/studylink.jpg);
}

.sub-rhc.rhc-cf {
  background-image: url(/images/coursefindr.jpg);
}

.sub-info h3 > a {
  font-size: 18px;
}


.sub-info .label {
    padding: 8px 10px;
    border: 1px solid transparent;
    font-size: 14px;
}

.usage-notes {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.course-list .table-bordered {
  background-color: #ffffff;
}

/*	Responsive styles	*/

@media (max-width: 767px) {

	h1.page-header small {
		display: block;
		padding-top: 10px;
	}
	
	div.profile-control.clearfix.affix {
		left: 15px;
		top: 30px;
	}
	
	div.save-insert.affix {
		left: 15px;
		right: 15px;
		bottom: 5px;
	}
	
	div.save-insert {
		position: fixed;
		left: 15px;
		right: 15px;
		bottom: 5px;
	}
	.navbar-collapse {
		padding-right: 30px;
		padding-left: 30px;
	}
	.courses-control .navbar-header {
		margin-left: 0;	
	}
	.navbar-text-narrow {
		display: none;
	}
}

@media (min-width: 768px) {
  
  .provider-profile .control-label,
  .course-profile .control-label {
    text-align: left;
  }
  
  .carousel-caption {
    padding-bottom: 50px;
  }
	
	.provider-choice h2 {
		line-height: 100px;
	}
	
	.navbar-text-narrow {
		margin-right: 0px;
		margin-left: 15px;
	}
	
	div.save-insert.affix {
		top: 136px;
		right: 15px;
	}	
	
	.course-form div.save-insert.affix {
		top: 140px;
	}
	
	/*	Enquiry pages	*/
	
	.activate-enquiry .form-control {
		width: 400px;	
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {

	div.profile-control.clearfix.affix {
		margin-left: 15px;
		left: 25%;
		top: 30px;
	}
	
	div.save-insert.affix {
		width: 18.75%; /* fallback */
		width: calc(18.75% - 30px);
	}
		
}

@media (min-width: 992px) {
	
	.jumbotron p.small {
		padding: 0 100px;
	}

	.profile-control .affix {
		margin-left: 15px;
		left: 16.66666667%;
		top: 30px;
	}
	
	div.profile-control.clearfix.affix {
		margin-left: 15px;
		left: 16.66666667%;
		top: 30px;
	}
	
	div.save-insert.affix {
		width: 13.888888%; /* fallback */
		width: calc(13.888888% - 30px);
	}
		
}

@media (min-width: 1200px) {

	div.save-insert.affix-top {

	}
		
}

@media (min-width: 1500px) {
	
	.jumbotron p.small {
		padding: 0 170px;
	}

	div.save-insert.affix-top {

	}
		
}

.add-video-flex,
.manage-video-flex {
  display: flex;
}

.manage-video-flex {
  margin-bottom: 3rem;
}

.add-video-flex .btn,
.manage-video-flex .btn {
  margin-left: 1rem;
}

.manage-video-flex .btn {
  display: block;
  height: 100%;
}