.uploadOkImg {
	width: 52px;
	display: none;
	float: left;
}

.uploadOkImg2 {
	width: 52px;
	display: none;
	float: left;
}

.svg {
	text-align: center;
}

.svg svg {
	position: absolute;
	margin: auto;
	top: 10px;
	left: 0;
	right: 0;
	width: 25px;
}

.svg .nameIcon {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 5px;
	font-size: 12px;
}

.svg .nameIcon.white {
	color: #fff;
}

.svg.white path {
	fill: #fff !important;
}

a.button {
	display: inline-block;
}

.iconChange {
	cursor: pointer;
}

.hidden {
	display: none !important;
}

.metismenu {
	height: calc(100% - 20px);
}

.asColorPicker-trigger {
	border: 1px solid #bbb;
}

.brand-logo-height {
	height: 50px;
}

@media only screen and (max-width: 767px) {
	.brand-logo-height {
		height: 37px;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}