body
{
  background: #ffffff !important;
}
.home-card a
{
  text-decoration: none !important;
}

.home-card img
{
  width: 100%;
}
.home-card .thumbnail {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  min-width: 40%;
  border-radius: 5px;
  padding: 5px;
  position: relative;
}
.home-card .thumbnail .caption
{
  padding: 5px;
}
.home-card .thumbnail-description {
  min-height: 40px;
}

.home-card .thumbnail:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.layout-card
{
  height: 100px;
  overflow: hidden;
}
.brand-card
{
  height: 150px;
  overflow: hidden;
}


.home-card .list-inline {
  padding-left: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  margin: 5px 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-card .list-inline > li
{
  padding: 0;
}
.btn-sm
{
  padding: 3px 5px;
}
.navbar-default .navbar-brand {
  color: #000;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 600;
}



.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #70b9c5;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #5cc45e;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.list-group-item form, .delete-form form {
   margin-top: 0px;
  display: inline-block;
}

.delete-form form {
  margin-top: 0px;
  display: inline-block;
  text-align: center;
}


.home-card .form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.6;
   color: #555555;
   background-color: #fff;
  background-image: none;
   border: 1px solid #ccd0d2;
  border-radius: 4px;
   box-shadow: none;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.chk-box .form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.layout-card-img img
{
  height: 120px;
  margin: 0 auto;
  width: auto !important;
}
.z-index
{
  position: relative;
  z-index: 999;
}