img.img-left {
	margin-right: 10px;	
}

img.img-right {
	margin-left: 10px;	
}

img.img-top {
	margin-bottom: 10px;	
}

div.video-top {
	margin-bottom: 10px;	
}

div.main-panel-no-nav {
	width: 100%;
}

body {
	background-color: #F5F5F5;
}

.progress {
  height: 20px;
}

.course-card .btn, .plan-card .btn {
	width: 100%;
}

.course-card .card-information > span {
	font-size: 14px;
	color: #333;
	display: block;
}

.course-card .card-information > label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #888888;
}

.has-error .bootstrap-select .dropdown-toggle {
	border-color: #FB404B;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #FB404B;
}

.btn-align-to-control {
	margin-top: 24px;
}

.course-card .image {
	background-color: #FFFFFF;
}

i.fa-red {
	color: #FB404B;
}

.sidebar .user p {
  text-align: center;
  color: #FFFFFF;
  padding: 8px 14px;
  text-align: center;
  display: block;
}

.card-container .card {
	height: 620px;
	max-height: 620px;
	position: relative;
	overflow: hidden;
}

.card-container.edit .card {
	height: 550px;
	max-height: 550px;
}

p.course-description {
	height: 105px;
	max-height: 105px;
	padding-bottom: 10px;
	overflow: hidden;
    text-overflow:ellipsis;
    transition: height .5s linear, max-height .5s linear, background .5s linear;
}

p.course-description-full {
	min-height: 105px;
}

.card-container.expandable p.course-description {
	cursor: pointer;
}

.card-container .image, .card-container .header, .card-container .content:not(.card-bottom) :not(.course-description){
	opacity: 1;
    transition: height .5s linear, opacity .5s linear;
}

.card-container.expand .image, .card-container.expand .header, .card-container.expand .content:not(.card-bottom) :not(.course-description) {
	height: 0px;
	opacity: 0;
	padding-top: 0px;
	transition: height .5s linear, opacity .5s linear;
}

.card-container.expand .fa.fa-angle-double-down, 
.card-container.expand .fa.fa-angle-double-up {
	opacity: 1 !important;
	transition: opacity;
}

.card-container.expand p.course-description {
	height: 500px;
	max-height: 500px;
	background: none;
	transition: height .5s linear, max-height .5s linear;
}

.card-container.expand.edit p.course-description {
	height: 430px;
	max-height: 430px;
}

.card-bottom {
	width: 100%;
	padding: 0px 15px 10px 15px;
	position: absolute;
	bottom: 0px;
	left: auto;
}

.card-bottom hr {
	margin-top: 0px;
}

.alver-float-fix {
	overflow: auto;
}

img.img-top {
	max-height: 50vh;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 801px), (orientation: landscape) {
	img.pull-left, img.pull-right {
		max-height: 75vh;
		max-width: 460px;
		padding-bottom: 15px;
	}
}

@media (max-width: 800px) and (orientation: portrait) {
	img.pull-left, img.pull-right {
		height: auto;
		width: 100%;
		padding-bottom: 15px;
	}
}

tr[data-href] {
	cursor: pointer;
}

@media (max-width: 768px){
  	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus {
	  font-size: 16px;
	}
	
	textarea {
	  font-size: 16px;
	}
	
	
}

.login-page > .content,
.lock-page > .content {
  padding-top: 100px;
}

.login-page > .content .card .header,
.lock-page > .content .card .header {
  padding-top: 0px;
}

.login-page > .content h4,
.lock-page > .content h4 {
  font-size: 36px;
  padding-bottom: 10px;
}

.navbar .navbar-brand.navbar-brand-logo {
	padding-top: 10px;
}

.full-page.login-page .footer {
	color: #888;
}

.ladda-button[disabled]:not(.btn-fill),.ladda-button[disabled]:hover:not(.btn-fill),.ladda-button[data-loading]:not(.btn-fill),.ladda-button[data-loading]:hover:not(.btn-fill) {
 cursor:default;
 background-color:#999;
 border-color: #888;
}

div.star-rating {
  white-space: nowrap;
}

div.card-slide div.content ul, div.card-slide div.content ol {
	list-style-position: inside;
}

div.dashboard-card tr.dashboard-danger th, div.dashboard-card tr.dashboard-danger td {
	color: #f00;
}

p i.fa-cc-visa, p i.fa-cc-mastercard, p i.fa-cc-amex, label i.fa-cc-visa, label i.fa-cc-mastercard, label i.fa-cc-amex {
	margin-right:3px;
}