#loading-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#loading-text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #999;
	width: 100px;
	height: 30px;
	margin: -7px 0 0 -45px;
	text-align: center;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 20px;
}
#loading-content {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 170px;
	height: 170px;
	margin: -85px 0 0 -85px;
	border: 3px solid #f00;
}
#loading-content:after {
	content: "";
	position: absolute;
	border: 3px solid #0f0;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}
#loading-content:before {
	content: "";
	position: absolute;
	border: 3px solid #00f;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}
#loading-content {
	border: 3px solid transparent;
	border-top-color: #7934f3;
	border-bottom-color: #7934f3;
	border-radius: 50%;
	-webkit-animation: loader 2s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 2s linear infinite;
}
#loading-content:before {
	border: 3px solid transparent;
	border-top-color: #000;
	border-bottom-color: #000;
	border-radius: 50%;
	-webkit-animation: loader 3s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 3s linear infinite;
}
#loading-content:after {
	border: 3px solid transparent;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
	border-radius: 50%;
	-webkit-animation: loader 1.5s linear infinite;
	animation: loader 1.5s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
}
@-webkit-keyframes loaders {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.user-profile {
	font-size: 20px;
	color: #4e4e4e;
}
.user-profile i {
	margin-right: 5px;
}
.profile-menu li,
.profile-menu li a {
	color: #353434 !important;
}
.profile-menu li:hover a,
.profile-menu li a:hover,
.profile-menu li.active a {
	color: #7934f3 !important;
}
.menu-divider {
	border: 1px solid rgba(66, 59, 116, 0.15);
	height: 1px;
	padding: 0px;
	margin: 0px;
	width: 100% !important;
}

.icon-edit,
.icon-delete {
	color: #0a151f;
	font-size: 22px;
	margin-right: 5px;
}
.icon-edit:hover {
	color: #7934f3;
}

.icon-upload {
	color: #0a151f;
	font-size: 12px;
	margin-right: 5px;
}
.icon-upload:hover {
	color: #7934f3;
}

.icon-delete:hover {
	color: #f43643;
}
.icon-square {
	font-size: 22px;
}
.btn-width {
	width: 100px !important;
}

@media screen and (max-width: 575px) {
	.bottom-margin {
		margin-bottom: 1rem;
	}
}

table td,
table th {
	vertical-align: middle !important;
}

.sub-menu-active {
	background: rgba(129, 90, 232, 0.12);
	color: #7f5be8;
}

.field-req {
	color: #f00;
}

.print i:hover{
	color: #007bff;
}

.edit i:hover{
	color: #17c0dc;
}

.delete i:hover{
	color: #ef172c;
}

.quick-menu{
	font-size: 18px;vertical-align: top;
}

.action {
	color: #4e4e4e;
}

.action-q-menu {
	color: #4e4e4e;
}

.action-q-menu:hover {
	color: #7934f3;
}