
#header{
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	background: #00416a;
	z-index: 1;
}
#header .top{
	height: 27px;
	border-bottom: solid 1px #fff;
	background: #24a0ed;
	color: #fff;
}
#header .top .app-name{
	font-weight: 700;
	float: left;
}
#header .top .top-menu{
	float: right;
	margin-left: 15px;
}
#header .top .top-menu ul{
	margin: 0;
	padding: 0;
}
#header .top .top-menu ul li{
	list-style: none;
	display: inline;
}
#header .top .top-menu ul li a{
	color: #fff;
	padding: 0 5px;
}

#header .bottom .bottom-menu ul{
	margin: 11px 0;
	padding: 0;
}
#header .bottom .bottom-menu li{
	list-style: none;
	display: block;
	float: left;
}
#header .bottom .bottom-menu li:not(:first-child){
	margin-left: 15px;
}
#header .bottom .bottom-menu li a{
	color: #fff;
}
#header .bottom .bottom-menu li a{
	margin-left: 15px;
}
.search input{
	border-radius: 13px 0px 0px 13px !important;
}
.search button{
	border-radius: 0px 13px 13px 0px !important;
}
#body{
	margin-top: 95px;
}
#body .container, #body .container-fluid{
	background: #fff;
	padding: 15px;
}

.dropdown-menu{
	z-index: 99999 !important;
}

.in-page-menu{
	padding: 0;
	margin: 0;
}
.in-page-menu li{
	list-style: none;
	background: #f1f1f1;
}
.in-page-menu li a{
	display: block;
	padding: 2px 10px;
}

.btools ul{
	padding: 0;
	margin: 0;
}
.btools ul li{
	display: inline-block;
	list-style: none;
}
.btools ul li a{
	color: #000;
}

.dropdown-menu{
	z-index: 999 !important;
}

.mytable{
	border-collapse: collapse;
}

.mytable th{
	text-align: center;
}

.mytable th, .mytable td{
	border: solid 1px #000;
	padding: 3px 5px;
}

.mytable .rata2{
	background: #eee;
	font-weight: bold;
}