html {
	overflow-x: hidden;
}

[v-cloak] {
	display: none;
}

.main-header .logo {
	width: 200px;
}

.main-sidebar, .left-side {
	width: 200px;
}

.main-header .navbar {
	margin-left: 200px;
}

.content-wrapper, .right-side, .main-footer {
	margin-left: 200px;
}

@media (max-width: 767px){
	.main-header .logo, .main-header .navbar {
    	width: 100%;
	}
	.main-header .navbar {
    	margin: 0;
	}
	.content-wrapper, .right-side, .main-footer {
	    margin-left: 0;
	}
}


.icon-right-menu{
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 100000;
	display: none;
}

.icon-right-menu .fa{
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media (max-width: 767px){
	.icon-right-menu {
		display: inline-block;
	}
}


.img-wrap {
	position: relative;
}

.img-wrap .img-remove {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -10px;
	right: 10px;
	cursor: pointer;
}

.danger{
	color: #d9534f;
}

.info{
	color: #5bc0de;
}

a{
	cursor: pointer;
}

.ui-flex{
	display: flex;
	align-self: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ui-flex>*{
	flex: 1;
	width: 100%;
	height: 100%;
	position: relative;
	white-space: nowrap;
}

.ui-flex >.fixed{
	flex: 0;
	width: auto;
	height: 100%;
}


.ui-flex.vertical {
	flex-direction: column;
	text-align: left;
}

.ui-flex.vertical .fixed {
	width: 100%;
	height: auto;

}
.mr{
	margin-right: 10px;
}
.mr-5{
	margin-right: 5px;
}
.mr-15{
	margin-right: 15px;
}
