#cms-sidebar{
	position: fixed;
	height: 100%;
	width: 100px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	z-index: 1050;
	background: rgba(0,0,0,0.8);
}

.overlayCover{
	width: 100% !important;
}


.cms-editor{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}


/*.cms-sidebar-list{
	position: fixed;
	top: 10px;
	left: 10px;
}
*/
#cms-sidebar ul{
    position: fixed;
    top: 10px;
    left: -39px;
    text-align: center;
    list-style: none;
    width: 139px;
}

.contact-area{
	position: relative;
	margin-left: calc(50% - 490px);
	top: 337px;
}

#cms-sidebar ul li{
	margin-top: 50px;
}

.module-icon{
	color: #DDD;
    position: absolute;
    left: 71px;
    font-size: 42px;
    margin-top: -53px;
}

.images-upload-box{
	width: 100%;
    border: 2px dotted white;
    height: 200px;
    /* margin-left: 20%; */
}

.images-view-box{
	width: 100%;
	border: 1px solid white;
	height: 800px;
	margin-top: 10px;
	overflow: scroll;
	position: relative;
}

.images-drag-text{
	text-align: center;
}

.images-image{
/*	height: 200px;
	width: 200px;*/
	margin: 10px;
}

.cms-highlights-table{
	width: 100%;
}

.cms-highlight-table{
	width: 100%;
}

.cms-highlight-table tr th{
	width: 33%;
}

.cms-carousel-table{
	width: 100%;
}

.cms-carousel-table tr th{
	width: 25%;
}

.login-page .form-group{
	width: 350px;
	height: 350px;
	position: absolute;
	top: 110px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
}

.btn-login{
	width: 350px;
}

.login-page{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

.login-page .form-group .form-control{
	margin-bottom: 5px;
}

.highlights-icon{
	font-size: 60px;
	position: absolute;
    top: calc(50% - 46px);
    left: calc(50% - 46px);
}

.layer-bg{
    background-size: cover;
    height: 100%;
    background-position: center center;
}


































