a{
    color:#333;
  }
span.glyphicon.glyphicon-calendar   {
	    position: relative;
	    left: -30px;
	    top: 3px;
}
.panel-heading {
  padding: 0;
}
.list-group-item img {
  padding: 0;
	width: 20px;
	text-align: right;
}
.list-group-item > .badges {
  float: right;
}
.b{
	font-weight:bold;
	font-size:14px
}
.nav.nav-pills,.navbar.navbar-default {
  margin: 10px 0;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
  height: 235px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.alert-inf {
  color: #535353;
  background-color: #f3f4f4;
  border-color: #d2d2d2;
}
img.logo {
  width: 100%;
}
@media (max-width: 768px){
 img.logo {
  display: none;
}
}