/* FLEX ADMIN DEMO STYLES */

/* The following styles are used for demo purposes. */

/* Organizing the Icons Page */

.fa-hover {
    height: 45px;
}

.fa-hover:hover {
    font-size: 20px;
}

.bs-glyphicons {
    margin-bottom: 20px;
    padding-bottom: 1px;
    padding-left: 0;
    overflow: hidden;
    list-style: none;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    margin: 0 -1px -1px 0;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}

.bs-glyphicons li:hover {
    background-color: #e0e7e8;
}

@media(min-width:768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

/* Slider Demo Spacing */

.vertical-slider-demo li {
    margin-right: 20px;
}

/* Flot Chart Homepage Demo */

.flot-dash-demo {
    height: 200px !important;
}

.dashboard-demo-table {
    overflow: auto;
}

/* Grid Demo */

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border: 1px solid rgba(52,73,94,.2);
    background-color: #eee;
    background-color: rgba(52,73,94,.15);
}

.show-grid {
    margin: 15px 0;
}

/* Dashboard Map Demo */

#map {
    height: 250px;
}

@media(min-width:768px) {
    #map {
        height: 500px;
    }
}

/* Fixed Height Dashboard Demo Styles */

.dash-demo-tile {
    height: 250px;
    text-align: center;
}

.dash-demo-tile h4 {
    text-align: left;
}

#morris-chart-dashboard {
    width: 100%;
    height: 240px;
}

.flot-chart-dashboard {
    height: 240px;
}

/* Custom Easy Pie Chart Demo Styles */

.easy-pie-chart {
    width: 175px;
    height: 175px;
    margin: 15px 0 0;
}

.percent {
    font-size: 2em;
    font-weight: bold;
    line-height: 175px;
    color: rgba(255,255,255,.7);
}



#data-table img{
height:60px;
width:60px;
}

.page-customers .tabbable > ul.nav-tabs li a,
.page-customers ul.nav-tabs li a {
  padding-right: 30px;
  padding-left: 30px;
}
.customers {
  margin-top: 2em;
}
.customers li.customer {
  margin: 0;
  margin-bottom: 1em;
  height: auto;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.customers li.customer a .inner-wrapper {
  padding: 15px;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: relative;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dadada 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dadada 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
}
.customers li.customer a span {
  display: block;
}
.customers li.customer a .img-wrapper {
  text-align: center;
  height: 100px;
  display: block;
}
.customers li.customer a .img-wrapper img {
  max-height: 80px;
  max-width: 100%;
  margin: 1em auto;
}
.customers li.customer a .title {
  text-transform: none;
  font-weight: bold;
}
.customers li.customer a .description {
  color: rgba(27, 27, 27, 0.8);
}
.customers li.customer a:hover {
  text-decoration: none;
}
.customers li.customer a:hover .inner-wrapper {
  border-color: #a6a6a6;
}
@media (min-width: 768px) {
  .customers li.customer {
     height: 280px;
    width: 160px;
  }
}
@media (min-width: 992px) {
  .customers li.customer {
      height: 220px;
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .customers li.customer {
    height: 220px;
    width: 260px;
  }
}

 .customers li.customer img {
	width:64px;
	height:64px;
 }