.dropdown-item.active, .dropdown-item:active {
	background-color: #343a40;
}

.small, small {
	font-size: 50% !important;
}

.form-control {
	border: 1px solid #cecece;
}

.icon-required {
	font-size: 8px;
	color: #dc3545;
}

.modal-dialog .overlay {
	border-radius: .3rem;
}

.spinner-medium {
	width: 50px;
	height: 40px;
}

.spinner {
	margin: 1px auto;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #343a40;
	height: 100%;
	width: 5px;
	display: inline-block;
	margin-left: 1px;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-overlay > div{
	background-color: #ffffff;
}

.overlay span{
	color: #ffffff;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
	}  20% { 
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
	}
}

.modal-content {
	border: none;
}

.custom-control-label::before {
	background-color: #ffffff;
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before{
	background-color: #acacac;
}

.custom-control {
	padding-right: 2rem;
	display: inline;
}

.custom-control > label {
	font-weight: normal !important;
}

.help-block {
	font-style: italic;
	color: #7c7c7c;
}

@keyframes blink {
	0% {
	opacity: .2;
	}
	20% {
	opacity: 1;
	}
	100% {
	opacity: .2;
	}
}

.saving span {
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.saving span:nth-child(2) {
	animation-delay: .2s;
}

.saving span:nth-child(3) {
	animation-delay: .4s;
}

.table td {
	outline: none;
}

.cursor-pointer {
	cursor: pointer;
}

.colon-width {
	width: 15px;
	font-weight: bold;
}

.table-title-name {
	width: 175px;
	font-weight: bold;
}

.close:not(:disabled):not(.disabled):focus {
	outline: none;
}

.area-menu {
	margin-top: 50px;
}

.btn-menu {
	border-radius: 3px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	color: #6c757d;
	font-size: 12px;
	height: auto;
	margin: 0 0 10px 10px;
	min-width: 150px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
}

.btn-menu > .fa,
.btn-menu > .fas,
.btn-menu > .far,
.btn-menu > .fab,
.btn-menu > .glyphicon,
.btn-menu > .ion {
	display: block;
	font-size: 20px;
}

.btn-menu > img {
	height: 50px;
}

.btn-menu > .text-menu {
	font-size: 20px;
	display: block;
}

.btn-menu:hover {
	background: #f8f9fa;
	border-color: #aaaaaa;
	color: #444;
}

.btn-menu:active, .btn-menu:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-menu > .badge {
	font-size: 10px;
	font-weight: 400;
	position: absolute;
	right: -10px;
	top: -3px;
}

:focus {
	outline: none;
}

.upload-demo-default .upload-demo-wrap-default,
.upload-demo-default .upload-result,
.upload-demo-default.ready .upload-msg,
.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
	display: none;
}

.upload-demo-default.ready .upload-demo-wrap-default,
.upload-demo.ready .upload-demo-wrap {
	display: block;
}

.upload-demo-default.ready .upload-result,
.upload-demo.ready .upload-result {
	display: inline-block;
}

.upload-demo-wrap-default {
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.upload-msg-default {
	text-align: center;
	padding: 50px;
	font-size: 22px;
	color: #aaa;
	width: 150px;
	margin: 50px auto;
	border: 1px solid #aaa;
}

.upload-demo-wrap {
	width: 450px;
	height: 253.13px;
	margin: 0 auto;
}

.upload-msg {
	text-align: center;
	padding: 50px;
	font-size: 22px;
	color: #aaa;
	width: 150px;
	margin: 50px auto;
	border: 1px solid #aaa;
}

#croppingdiv-default {
	background: #1e2225;
	width: 250px;
	position: fixed;
	height: 330px;
	padding: 35px 0 0;
	top: 20%;
	right: 33%;
	z-index: 3;
	display: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.area-crop {
	display: none;
	top: 0;
}

.fullcrop {
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	display: -ms-flexbox;
	display: grid;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	overflow-y: auto;
}

#croppingdiv {
	background: #ffffff;
	padding: 35px 0 0;
	z-index: 10000;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#croppingdiv-default .closecropping-default,
#croppingdiv .closecropping {
	font-size: 24px;
	position: relative;
	cursor: pointer;
	float: right;
	margin-top: -35px;
	margin-right: 5px;
}

#croppingdiv-default .boxbuttoncrop-default,
#croppingdiv .boxbuttoncrop {
	display: block;
	text-align: center;
	margin-top: 50px;
	width: 100%;
}

.croppie-container .cr-boundary {
	border: 1px solid #ddd;
}

.form-control-navbar {
	background-color: #fff;
	border: 0;
	width: 250px !important;
}

.btn-navbar-search {
	background-color: #fff;
}

.area-form-search {
	border: 1px solid #ced4da;
}

button:focus {
	outline: none;
}

.ss-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ss-list > li {
	display: inline-flex;
	padding: 20px 10px;
}

.title-home {
	padding-top: 20px;
}

.title-home h1 {
	font-size: 32px;
}

.main-footer{
	padding: .8rem;
}

.bg-unread {
	background-color: #ffebaf !important;
	color: #000 !important;
}

.schedule-row {
	*zoom: 1;
}

.schedule-row::before, .schedule-row::after{
	content: '';
	display: table;
	line-height: 0;
}

.schedule-row::after{
	clear: both;
}

.schedule-row {
	margin-bottom: 20px;
	margin-left: -20px;
}

.schedule-column {
    float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 150px;
	height: 260px;
}

.schedule-column > img {
	width:  100%;
    height: 210px;
    object-fit: cover;
}

.schedule-title {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   font-weight: bold;
}

.schedule-tools {
	position: absolute;
	width: 150px;
	padding: 0 5px;
}