

.sub-category li{
	background-color: #354b60;
	display:inline-block;
	padding: 1px 10px;
	margin: 1px 0;
	border-radius: 2px;
}
.sub-category li > a,
.sub-category li > a:hover,
.sub-category li > a:visited{
		color:#fff;
}

.breadcrumb a.active {
  color: #95a5a6;
}
.pagination{text-align:center;}
.pagination > li > a,
.pagination > li > span {
	color: inherit;
	background-color: #fff;
}

.panel{
	border-color: #e8ebee;
	box-shadow:none;
	border-radius:3px;
}

table a,
.table a {
  text-decoration: none;
}
table a:hover,
.table a:hover {
  text-decoration: underline;
}

.content .panel-heading,
.widget .panel-heading{border-radius:0; background-color: #f7f7f7;}

.content .panel-title,
.widget .panel-title{color: #778899; font-family: 'Roboto',sans-serif; font-weight:400;}

.content .panel-title{font-weight:300;font-size:25px;text-shadow: 0 1px 0 #fff;}

.dropdown:hover .dropdown-menu {
    display: block;
}

.footer {
  	width: 100%;
  	height: auto;
  	background-color: #2c3e50;
	color:#fff;
	padding-top: 20px;	
	padding-bottom: 20px;	  
}
.panel-body{overflow: hidden;}