/* *************** AULA CUSTOM FIXES ******************* */

.separator-bold {
	height: 1px;
	background-color: #aaa;
}



/* ****************** HEADER BTNS ********************* */

.page-actions-mobile {
	float: left;
	padding-top: 19px;
	margin-left: 29px;
}

@media (max-width: 767px) {
	.page-actions-mobile {
	margin-left: 0px;
	}
}


/* ****************** ALL COURSES ********************* */

.caption-subject-back {
	font-size: 15px;
	text-decoration: none !important;
}
.course-thumb-box {
	float: left;
	width: 220px;
}
.course-thumb-box img {
	height: 140px;
	margin-bottom: 20px;
	object-fit: cover;
	width: 210px;
}

.list-group-item-link {
   cursor: pointer;
}

/* ****************** SALES MODULE ********************* */

.personal-data {
	padding: 8px;
}
.table-success thead {
	background-color: #e7f3f2;
}
.table-success tbody {
	background-color: #f3f9f8;
}
.action-set-btn.text-nowrap {
	white-space: nowrap !important;
}


/* ****************** MONTH PICKER ********************* */
.input-monthpicker {
	height: 28px;
	border-radius: 1px;
	background-color: #fff !important;
	color: #666;
	font-weight: 600 !important;
}

.btn-monthpicker {
	height: 28px;
}

.datetimepicker .active:hover {
	background-color: #2D7771 !important;
}


/* **************************************************** */

.morris-labels {
	font-size: 16px;
	font-weight: 600;
	padding-top: 140px;
	position: absolute;
	text-align: center;
	width: 92%;
}
.chart-label {
	position: absolute;
	margin-top: 20px;
}

/* **************************************************** */

a.table-sort-col {
	text-decoration: none;
}
.range_inputs button {
	margin-left: 5px;
	padding-left: 13px!important;
	padding-right: 13px!important;
}

/* **************************************************** */

.table > tbody > tr.success > td, .table > tbody > tr.success > th,
.table > tbody > tr > td.success, .table > tbody > tr > th.success,
.table > tfoot > tr.success > td, .table > tfoot > tr.success > th,
.table > tfoot > tr > td.success, .table > tfoot > tr > th.success,
.table > thead > tr.success > td, .table > thead > tr.success > th,
.table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #bae3e1;
}

.table > tbody > tr.darken > td, .table > tbody > tr.darken > th,
.table > tbody > tr > td.darken , .table > tbody > tr > th.darken ,
.table > tfoot > tr.darken > td, .table > tfoot > tr.darken > th,
.table > tfoot > tr > td.darken , .table > tfoot > tr > th.darken ,
.table > thead > tr.darken > td, .table > thead > tr.darken > th,
.table > thead > tr > td.darken , .table > thead > tr > th.darken {
	background-color: #ddd;
}

/* **************************************************** */

.thumb-mini {
	width: 90px;
	height: 60px;
	object-fit: cover;
}
.thumb-default {
	width: 430px;
	height: 270px;
	object-fit: cover;
}

/* **************************************************** */

input:focus, textarea:focus {
   outline: none;
}


/* **************************************************** */

.input-dailypicker {
	width: 160px !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	background-color: #BFCAD1 !important;
	border: 1px solid #BFCAD1 !important;
}

/* **************************************************** */

.portlet-top {
	margin-top: 15px;
	margin-bottom: 15px;
}
.user-avatar-box {
	float: left;
	width: 130px;
}
.user-avatar-box img {
  height: 110px;
  margin-bottom: 20px;
  object-fit: cover;
  width: 110px;
}
.user-meta {
	color: #666;
	font-size: 13px;
}
.portlet-table {
	margin-top: -10px;
}
.order-meta {
	margin-top: -8px;
	line-height: 27px;
}


/* **************** DROPZONE / FILE UPLOAD **************** */

.dropzone {
	position:relative;
	width:100%;
	height:350px;
	border:4px dotted #aaa;
	background-color:#eee;
}
.dropzone-mini {
	height:150px !important;
}
.dropzone-btn {
	position:absolute;
	z-index:10;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor: pointer;
}
#dropzone_upload_overlay{
	display:none;
	position:absolute;
	z-index:20;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}
.dropzone-title {
	position: relative;
	text-align: center;
	top: 40%;
	font-size: 22px;
	font-weight: 600;
	color: #999;
}
.dropzone p {
	position: relative;
	text-align: center;
	top: -15px!important;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
#dropzone_upload_overlay i.fa{
	position:absolute;
	margin-left:-20px;
	left:49%;
	top:55%;
}



/* ******* POPUP INNER LIST FOOTER ******** */

.inner-list-fixed-footer {
	position:fixed;
	z-index:10;
	bottom:0;
	left:0;
	right:0;
	padding-bottom:0px;
	padding-top:10px;
	background:linear-gradient(180deg,transparent 0,white 10px,white 100%);
}
.inner-list-fixed-footer-height {
	height:55px;
}


/* Bootstrap Escape */
.received-html blockquote{
	font-size:1em;
}


/* Course Thumbs Fix */
#course_resources img {
	max-width: 100%;
}



/* **************************************************** */