/*!
 * Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.tab-name{
   text-align: right;
   padding: 14px 3px;
   color: #999;
}
.tab-value{
   text-align: center;
   padding: 14px 3px;
   font-weight: bold;
   color: #68a686;
}
.tab-value.company{
   font-size: 14px; 
}
.tab-lab{
   text-align: left;
   padding: 14px 3px;
   color: #999;
}
.list-group.left-block a.btn-submit-request{
  color:#fff;   
  background-color: #68a686;
  border-color: #68a686; 
}
.card-body.card-detailes a.btn-submit-request{
  color:#fff;   
  background-color: #68a686;
  border-color: #68a686; 
}
.send-request{
   font-weight: bold;
   color: #68a686; 
}
.result-message{
    text-align: center;
    color: #fff;
    background-color: green;
    padding:7px;
    display:none;
}
.error-message{
    color:red;
}