﻿.bg-ovl{
background: #25476a;
height: 150px;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 2px solid yellow;
}

@media only screen and (max-width: 768px) {

#page-head{
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background: #25476a;
height: 58px;
}	
.page-header {
	padding: 18px 5px;
}
.page-header a{
color: #fff;
margin-right: 15px;
}
#page-content{
	position: fixed;
top: 58px;
left: 0;
right: 0;
bottom: 25px;
background: #fff;
overflow: auto;
}

.panel-body{
	padding: 15px 5px;
}
.panel{
	margin-top: 10px;
}


}


.loading{
position: fixed;
left: 0;
right: 0;
top:0;
bottom: 0;
background: #fff;
z-index: 9999999999;
opacity: 0.4;
text-align: center;
display: none;
}
.loading img{
width: 50px;
display: inline-block;
margin-top: 20%;
}