.input-error .error {
	line-height: 26px;
	color: #fff;
	border-radius: 10px;
	background-color: #b71819;
	padding: 2px;
	margin-top: 4px;
	text-align: center;
	font-variant: small-caps;
}

.autocomplete-suggestion {
	background-color: #fff;
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-top: 0px;
	padding: 5px;
	font-variant: small-caps;
}

.swal2-popup .swal2-title,
.swal2-popup #swal2-content,
.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
	font-variant: small-caps;
}

/*
|------------------------------------------------------------------------------
| Bootstrap Modal Fix
|------------------------------------------------------------------------------
*/
.modal {
	width: auto;
	margin-left: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	z-index: 9999;
}
    
.modal .modal-header {
	padding-bottom: 10px;
	text-align: center;
	display: block;
	font-weight: 200;
	font-variant: small-caps;
	font-size: 25px;
	letter-spacing: 3px;
	text-align: center;
	color: #000;
}

.modal .modal-title {
	font-size: 18px;
}	

.modal .modal-body .modal-title {
	padding-bottom: 10px;
	text-align: center;
	display: block;
	font-weight: 200;
	font-variant: small-caps;
	font-size: 25px;
	letter-spacing: 3px;
	text-align: center;
	color: #000;
}


modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}

/*
 MODAL Fix
*/

.modal { 
	z-index: 99998 !important;
}

.mce-floatpanel {
	z-index: 100000 !important;
}

/*
 SWAL Fix
*/

.swal2-container { 
	z-index: 99999 !important;
}


.smallcaps-font {
  font-variant: small-caps;
}


.fc-toolbar-title,
.fc-button {
	font-variant: small-caps;
}

.btn.btn-danger {
	background: #b71819;
	border: solid 1px #b71819;
}

.btn.btn-danger:hover {
	background: #f76364;
	border: solid 1px #f76364;
}





.fixed-sidebar-left .side-nav > li > ul > li a {
	white-space: nowrap;
	padding: 7px 15px 7px 38px !important;
}