@media screen and (max-width: 991px) {

header {
	display: block;
}
header .navicon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 15px 25px;
	z-index: 20;
}
header .navicon i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
header .navicon .icon-close-circle {
	display: none;
}
header .logo {
	width: 100%;
}
header .actions {
	margin-right: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 25px;
	display: none;
}
header .actions > ul > li > span,
header .actions > ul > li > i {
	display: none;
}
header .actions > ul > li:last-child {
	display: none;
}
header .actions > ul > li > img {
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

aside {
	top: 70px;
	right: -100%;
	left: 100%;
	width: auto;
	z-index: 11;
	padding-top: 0;
	transition: all .2s;
}
.nav-open {
	right: 0;
	left: 30%;
}

main {
	padding: 90px 0 50px;
}
.breadcrumbs {
	display: none;
}

.inline-label {
	display: block;
}
.inline-label label {
	display: block;
	min-width: 100%;
	line-height: 30px;
	text-align: right;
}

#login {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	bottom: 0;
	transform: translate(0, -80%);
}
.login {
	width: 100%;
	background-color: #fff;
    box-shadow: rgba(18, 38, 63, 0.03) 0px 0.75rem 1.5rem;
    border-radius: 5px;
    overflow: hidden;
}
.login .body {
    padding: 50px 25px;
}
.popup,
.popup-lg {
	width: 90%;
	transform: translate(0, 0);
	left: 5%;
	right: 5%;
}

#fixed-alert {
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
#fixed-alert .alert {
	margin-bottom: 0;
	border-radius: 0;
}
.tabs li {
	padding: 15px;
}



/* chat */
.chat {
	height: auto;
	border: 0;
	border-top: 1px solid #ddd;
	position: fixed;
	top: 150px;
	right: 0;
	bottom: 0;
	left: 0;
}
.chat-heading {
	text-align: center;
}
.chat .people {
	width: inherit;
	left: 0;
	border-left: 0;
}
.chat .msgs {
	right: 0;
	background-color: #fff;
	display: none;
}
.chat .msgs #mainEntity {
	max-height: 90%;
}

.chat-loader {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
.chat-loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.chat-back {
	position: absolute;
	top: -60px;
	right: 0;
	font-size: 24px;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
}


}
