﻿.bg-ovl{
background: #1e5d8e;
height: 150px;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: 4px solid #fff;
}

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

#page-head{
position: fixed;
top: 60px;
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%;
}
#page-head{
    background: #fff;
    margin-bottom: 10px;
}
.panel-primary .panel-header{
    background: #25476a !important;
    color: #fff !important;
}
.tbl-desc tr td{
    padding : 8px;
}
.table{
    border:1px solid #dcdedf !important;
}
.table thead{
    background: #dcdedf !important;
}