body.page-md  {
  background: url(../img/bg/bg23.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% top;
	background-attachment: fixed;
}

.page-header.navbar {
    background: #fffffff5;
}

.page-sidebar {
    background-color: #ffffffd1;
}

.page-header.navbar .page-top {
    background: #fff0;
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #ffffffd1;
}

.dashboard-stat2 {
    background: #ffffffd1;
}

.page-header.navbar .search-form {
	background: #fff0;
}
.page-header.navbar .search-form .input-group .form-control {
    color: #87a5c2;
}

#loading {
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:100%;
	min-height:100%;
	background:#000;
	opacity:0.2;
	text-align:center;
	color:#fff;
}
.login{
	background: url(../img/bg/bg23.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.login .content {
	background-color: #ffffffad;
}
.custom_console{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 2150px;
	background-color: black;
	resize: both;
	overflow: auto;
	color: rgb(4, 255, 78);
	margin: 0px;
	max-width: 100%;
	height: 182px;
	min-width: 100%;
	z-index: 9999;
}

@media (max-width: 768px) {
	body {
		background-size: contain !important;
	}
}