/**
 *
 * @depends /app.css
 * @depends /bootstrap3/bootstrap.min.css
 */

.pro-pic {
	margin-top:-75px;
	margin-left:0px;
	position: relative;
	overflow: hidden;
	line-height: 0;
	z-index: 99999;
	display: table-cell;
	line-height: 0;
	border-width:5px;
	background-color: #ccc;
	border: 5px solid #fff;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
}
.panel{
	position: relative;
  	width: 100%;
}
.panel-heading h4 {
	height: 60px;
	text-align: right;
	max-width: 212px;
	padding-left: 4px;
	max-height: 60px;
	font-size: 14px;
}
.panel-heading h4 a{
	/*color:#fff;*/
}
.panel-body {
	height: 20px;
	overflow: hidden;
}
.panel-body p.lg {
	font-size: 14px;
	}
.pro-pic img{
	max-width: 90px;
  	max-height: 90px;
  	border:0px;
}
 .panel-bg{
	-webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
  -webkit-transition: opacity,.5s;
  -moz-transition: opacity,.5s;
  transition: opacity,.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
 /* background-color: #337ab7;*/
}
.panel-heading{
	position: relative;
}
.catalog-primary{
	color:#fff;
}
.catalog-success,.catalog-warning,.catalog-danger,.catalog-info{
	color:#000;
}