/* 
    Created on : 17/03/2015, 07:59:27
    Author     : jsilverize
*/

.register-card {  
  padding: 15px;
  margin: 5px 0px 15px 0px;  
  color: #888;
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 2px 2px 2px #EFEFEF;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.register-card.active {  
  color: #333;
}
.register-card.active:before {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f145";
  width: 100%;
  text-align: center;
  display: block;
  margin: -40px 0px 0px -30px;
  font-size: 45px;
  color: #333;
  text-shadow: 0px 1px 0px #CDCDCD;
}

.register-card-title h2 {
  margin: 0px;
  padding: 5px 0px 10px 0px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.register-card-title small {
  display: block;
  padding: 10px 0px 5px 0px;
  font-size: 60%;
  font-weight: 100;
}

.register-card-title span {
  display: block;
  padding: 10px 0px;
}

.register-card-prices {
  padding: 15px 0px;
  background-color: #f8f8f8;
}

.register-card-prices h3 {
  font-weight: bold;
  margin: 0px 10px;
  padding: 5px 0px;
}

.register-card-prices h4 {
  margin: 0px;
  padding: 5px 0px 7px 0px;
}

.register-card-prices hr {
  margin: 10px;
}

.active .register-card-prices:before {
  margin: 0px 15px 15px 0px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.register-card-discount {
  padding: 15px 0px 0px 0px;
}

.register-card-discount a:hover {
  text-decoration: none;
  color: #333;
}

.discount-title {
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  background-color: rgba(0,0,0,0.035);
  margin-top: 0px;
}

.discount-price {
  font-weight: bold;
}