.navbar-fixed ~ .main-panel > .content {
  min-height: calc(100vh - 72px);
}

/*      Checkbox and radio         */
.checkbox,
.radio {
  margin-bottom: 12px;
}

.checkbox label,
.radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  margin-bottom: 0;
}

.checkbox label::before,
.checkbox label::after {
  font-family: 'FontAwesome';
  content: "\f096";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  cursor: pointer;
  line-height: 20px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0px;
  color: #DDDDDD;
  transition: color 0.2s linear;
  padding: 1px;
}

.checkbox label::after {
  content: "";
  text-align: center;
  opacity: 1;
  left: -1px;
  color: #DDDDDD;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
  margin-left: 0;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="checkbox"]:not(:disabled):hover + label::after {
  font-family: 'FontAwesome';
  content: "\f046";
}

.checkbox input[type="checkbox"]:checked + label::after {
  color: #23CCEF;
}

.checkbox-azure input[type="checkbox"]:checked + label::after {
  color: #23CCEF;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #9368E9;
}

.checkbox-red input[type="checkbox"]:checked + label::after {
  color: #FB404B;
}

.checkbox-green input[type="checkbox"]:checked + label::after {
  color: #87CB16;
  /*color: #05AE0E;*/
}

.checkbox-orange input[type="checkbox"]:checked + label::after {
  color: #FFA534;
}

.checkbox-blue input[type="checkbox"]:checked + label::after {
  color: #447DF7;
}

.checkbox-black input[type="checkbox"]:checked + label::after {
  color: #5e5e5e;
}

.checkbox input[type="checkbox"]:not(:disabled):hover + label::before,
.checkbox input[type="checkbox"]:checked + label::before {
  opacity: 0;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label,
.checkbox input[type="checkbox"]:disabled:checked + label::after {
  color: #DDDDDD;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled + label::after {
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  padding-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio label::before,
.radio label::after {
  font-family: 'FontAwesome';
  content: "\f10c";
  font-size: 20px;
  height: 20px;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  line-height: 20px;
  left: 0;
  top: 0;
  color: #DDDDDD;
  padding: 1px;
  transition: color 0.2s linear;
}

.radio input[type="radio"]:not(:disabled):hover + label::after,
.radio input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f192";
  color: #DDDDDD;
}

.radio input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio input[type="radio"]:checked + label::after {
  color: #23CCEF;
}

.radio-azure input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio-azure input[type="radio"]:checked + label::after {
  color: #23CCEF;
}

.radio-purple input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio-purple input[type="radio"]:checked + label::after {
  color: #9368E9;
}

.radio-red input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio-red input[type="radio"]:checked + label::after {
  color: #FB404B;
}

.radio-green input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio-green input[type="radio"]:checked + label::after {
  color: #87CB16;
  /*color: #05AE0E;*/
}

.radio-orange input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio-orange input[type="radio"]:checked + label::after {
  color: #FFA534;
}

.radio-blue input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio-blue input[type="radio"]:checked + label::after {
  color: #447DF7;
}

.radio-black input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio-black input[type="radio"]:checked + label::after {
  color: #5e5e5e;
}

.radio input[type="radio"]:disabled + label {
  color: #ddd;
}

.radio input[type="radio"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::after {
  color: #ddd;
}

.radio.radio-inline {
  margin-top: 0;
}

.sidebar .user .photo,
.bootstrap-navbar .user .photo {
  border: 0;
  border-radius: 0;
  height: 120px;
  width: 120px;
}

.card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
.card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	display: block;
	height: 15px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	margin-top: -10px;
}

.card-container .card .header {
	height: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

body[data-colourscheme="azure"] .card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
body[data-colourscheme="azure"] .card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	color: rgb(35,204,239);
}

body[data-colourscheme="azure"] .progress-bar, body[data-colourscheme="azure"] .progress-bar-primary {
	background-color: rgb(35,204,239);
}

body[data-colourscheme="azure"] .fa-cog {
  color: rgb(35,204,239);
}

body[data-colourscheme="blue"] .pagination > li.active > a {
	background-color: rgb(35,204,239);
}

body[data-colourscheme="blue"] .card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
body[data-colourscheme="blue"] .card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	color: rgb(44,108,246);
}

body[data-colourscheme="blue"] .progress-bar, body[data-colourscheme="azure"] .progress-bar-primary {
	background-color: rgb(44,108,246);
}

body[data-colourscheme="blue"] .pagination > li.active > a {
	background-color: rgb(44,108,246);
}

body[data-colourscheme="blue"] .fa-cog {
  color: rgb(44,108,246);
}

body[data-colourscheme="green"] .card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
body[data-colourscheme="green"] .card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	color: rgb(135,203,22);
}

body[data-colourscheme="green"] .progress-bar, body[data-colourscheme="azure"] .progress-bar-primary {
	background-color: rgb(135,203,22);
}

body[data-colourscheme="green"] .pagination > li.active > a {
	background-color: rgb(135,203,22);
}

body[data-colourscheme="green"] .fa-cog {
  color: rgb(135,203,22);
}


body[data-colourscheme="orange"] .card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
body[data-colourscheme="orange"] .card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	color: rgb(255,165,52);
}

body[data-colourscheme="orange"] .progress-bar, body[data-colourscheme="azure"] .progress-bar-primary {
	background-color: rgb(255,165,52);
}

body[data-colourscheme="orange"] .pagination > li.active > a {
	background-color: rgb(255,165,52);
}

body[data-colourscheme="orange"] .fa-cog {
  color: rgb(255,165,52);
}

body[data-colourscheme="red"] .card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
body[data-colourscheme="red"] .card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	color: rgb(251,64,75);
}

body[data-colourscheme="red"] .progress-bar, body[data-colourscheme="azure"] .progress-bar-primary {
	background-color: rgb(251,64,75);
}

body[data-colourscheme="red"] .pagination > li.active > a {
	background-color: rgb(251,64,75);
}

body[data-colourscheme="red"] .fa-cog {
  color: rgb(251,64,75);
}

body[data-colourscheme="purple"] .card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
body[data-colourscheme="purple"] .card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	color: rgb(147,104,233);
}

body[data-colourscheme="purple"] .progress-bar, body[data-colourscheme="azure"] .progress-bar-primary {
	background-color: rgb(147,104,233);
}

body[data-colourscheme="purple"] .pagination > li.active > a {
	background-color: rgb(147,104,233);
}

body[data-colourscheme="purple"] .btn-info {
	border-color: #9368E9;
	color: #9368E9;
}

body[data-colourscheme="purple"] .btn-info.btn-fill {
	background-color: #9368E9;
	color: white;
}

body[data-colourscheme="purple"] .fa-cog {
  color: rgb(147,104,233);
}

body[data-colourscheme="black"] .card-container.expandable p.course-description + i.fa.fa-angle-double-down, 
body[data-colourscheme="black"] .card-container.expandable p.course-description + i.fa.fa-angle-double-up {
	color: rgb(136,136,136);
}

body[data-colourscheme="black"] .progress-bar, body[data-colourscheme="azure"] .progress-bar-primary {
	background-color: rgb(136,136,136);
}

body[data-colourscheme="black"] .pagination > li.active > a {
	background-color: rgb(136,136,136);
}

body[data-colourscheme="black"] .fa-cog {
  color: rgb(136,136,136);
}

.icon .fa {
	width: 36px;
	font-size: 28px;
}

td .progress {
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 100px;
}

.content-chart div.chart-table {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
.content-chart div.ct-chart {
	width: 55%;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}

.dashboard-row .dashboard-card.navigation {
	position: relative;
	padding-bottom: 80px;
}

.dashboard-row .dashboard-card nav {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.dashboard-row .dashboard-card nav > ul.pagination {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div.form-group {
	position:relative;
}

.sidebar {
	position:fixed;
}

.form-control[readonly].readonly-datepicker {
	background-color: #FFFFFF;
	cursor: pointer;
}

/*			Phone/tablet  			*/
 @media screen and (max-width: 768px) { 
	.textbox-column {
		min-width: 300px;
	 }
	 
	 .navbar-brand {
		max-width: 80%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	 } 
} 

div.hide-content{
	overflow: hidden;
	height:20px;
	white-space: normal;
}

div.show-content {
    height: auto;
    white-space: normal;
}

.alert-success {
  background-color: #05AE0E;
}

img.img-lightbox {
	max-height: 100vh;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.spinner-center-fix {
	width: 60px;
	padding-top: 2.5px;
}

.fa-2-5x {
  font-size: 2.5em;
}

.star-rating {
  line-height: 32px;
  font-size: 1.25em;
  cursor: default;
}

.star-rating .fa-star { 
	color: rgb(255,215,0);
}

.star-rating .fa-star-o { 
	color: grey;
}

td.tracking-link{
    text-decoration: underline;
    cursor: pointer;
}

.table > tbody > tr.date-row > th {
	border-bottom-width: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: #9A9A9A;
	font-weight: 400;
	padding-bottom: 5px;
}

.table tr th.indent-depth-1 {
	padding-left: 28px;
}

.table tr th.indent-depth-2 {
	padding-left: 48px;
}

.table tr th.indent-depth-3 {
	padding-left: 68px;
}

.navbar .navbar-nav > li > a.btn {
	margin-top: 10px;
	margin-bottom: 0px;
}

ul.navbar-nav > li > a.btn-fill {
	color: #fff;
}

i.ct-series-key-a {
  color: #23CCEF;
}

i.ct-series-key-b {
  color: #FB404B;
}

i.ct-series-key-c {
  color: #FFA534;
}

i.ct-series-key-d {
  color: #9368E9;
}

i.ct-series-key-e {
  color: #87CB16;
}

i.ct-series-key-f {
  color: #447DF7;
}

i.ct-series-key-g {
  color: #5e5e5e;
}

i.ct-series-key-h {
  color: #dd4b39;
}

i.ct-series-key-i {
  color: #35465c;
}

i.ct-series-key-j {
  color: #e52d27;
}

i.ct-series-key-k {
  color: #55acee;
}

i.ct-series-key-l {
  color: #cc2127;
}

i.ct-series-key-m {
  color: #1769ff;
}

i.ct-series-key-n {
  color: #6188e2;
}

i.ct-series-key-o {
  color: #a748ca;
}
