.voucher-container h3 {
    margin: 0 0 10px 0;
    font-weight: 100;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.voucher-container .voucher-item{
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin: 0;
    text-transform: none;
    font-size: 16px;
    display: block;
}

.voucher-container .voucher-item .voucher-content {
    display: inline-block;
    width: calc(100% - 30px);
}

.voucher-item input[type="radio"]{
    float: left;
    width: 20px;    
    margin-top: 7px;
}

.voucher-container h4, .order-item h4 {
    padding: 5px 0;
    color: #881117!important;
}

.voucher-container h5 {
    color: #999;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.voucher-container .price-label, .voucher-ui .price-label , .order-item .price-label{
    color: #5cb85c;
    text-transform: uppercase;
}

.voucher-container .btn-success, #confirm-voucher-order.btn-success, #confirm-gift-voucher.btn-success {
    color: #fff!important;
    margin: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.voucher-expired h4, .voucher-container .voucher-expired .price-label {
    color: #999!important;
}


.voucher-expired .expired-label{
    color: #ec971f;
    display: block;
}

#terms-container *, #detail-terms-container * {
    color: #999;
    font-size: 11px;
}
#terms-container, #detail-terms-container {
    height: 100px;
    overflow-y: scroll;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin: 10px 0 15px 0;
}

#detail-terms-container{
    height: 200px;
}


.voucher-ui h4, .white-filled-box .voucher-ui h4 {
    color: #881117;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 22px;
}

.voucher-ui h5 {
    color: #666;
    font-weight: 200;
    margin: 5px 0;
}

div#terms-acceptance-container label {
    color: #666;
    text-transform: none;
    font-size: 16px;
}

#terms-acceptance-container {
    background: #f9f9f9;
    padding: 10px;
}

.voucher-ui h2 {
    font-weight: 100;
    font-size: 24px;
    margin: 15px 0 0;
    border-bottom: 1px solid #e7e7e7;
    
    padding-bottom: 10px;
}
/*
.voucher-ui h2.terms-header{
    border-bottom: none;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 10px;
}*/

.voucher-error-view {
    padding-top: 30px;
}

.voucher-error-view i{
    color: #ccc;
    font-size: 40px;
}

.voucher-error-view i {
    color: #e7e7e7;
    font-size: 60px;
    margin-bottom: 20px;
}

.voucher-error-view p{
    color: #999;
    font-size: 20px;
}

#gift-container p.tooltiptext {
    font-size: 12px;
    
    color: #666;
}

#gift-container label {
    text-transform: none;
    font-size: 16px;
    padding: 10px 0 5px 0;
}

#gift-container {
    background: #fcf8e3;
    margin: 10px 0;
    padding: 0 10px 10px;
}

#cancel-gift-voucher{
    color: #333!important;    
}

.voucher-ui label {
    text-transform: none;
    font-weight: 200;
    font-size: 14px;
}
.voucher-ui input[type=text],.voucher-ui textarea{
    border: 1px solid #e7e7e7;
}

.voucher-ui input[type=text], .voucher-ui textarea {
    line-height: 22px;
    padding: 5px 10px;
    margin-top: 5px;
}

#cancel-gift-voucher {
    color: #999!important;
    text-decoration: underline;
}

#gift-form-container label{
    margin-bottom: 10px;
}

div#terms-acceptance-container label.error{
    color: #F44336;
}

.voucher-ui input[type=text].error, .voucher-ui textarea.error{
    border-color: #F44336;
}

#paypal-redirect, #redeem-redirect {
    background: #009cde;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

#paypal-redirect i , #redeem-redirect i{
    font-size: 50px;
    margin-top: 150px;
}

#paypal-redirect h3, #redeem-redirect h3{
    font-weight: 300;
    color: #fff;
}

#paypal-redirect p, #redeem-redirect p{
    margin: auto;
    max-width: 50%;
    font-size: 16px;
    line-height: 20px;
}

#redeem-redirect{
    background: #4CAF50;
}


/* Menu*/
.container-fluid.white{
    background: #fff;
}
#voucher-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#voucher-menu ul li{
    padding: 10px 0;
    text-align: center;
}
#voucher-menu ul li, #voucher-menu ul li a{
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}

.payment-list {
    margin-top: 15px;
}
.user-pic img{
    width: 100%;
}

#profile-header h3 {
    color: #881117;
    font-weight: 100;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.user-pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 53px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border: 3px solid rgba(255,255,255,0.5);
    margin: 25px auto 10px auto;
}

#profile-header h3+span {
    color: #333;
    font-size: 12px;
    margin: 0 0 15px 0;
    display: block;
}

#voucher-menu li.selected {
    border-bottom: 3px solid #881117;
}

#voucher-menu li.selected a{
    color:#881117!important;
}

.attribute-set p {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.attribute-set p span.value{
    float: right;
}

.qrcode-container {
    background: #f7f7f7;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}


.qrcode-container span{
    color: #333;
    text-transform: uppercase;
    display: block;
}
.qrcode-container  img{
    border: 5px solid #fff;
}

.attribute-set p:last-child{
    border-bottom: none;
}

.white-filled-box .voucher-ui h4{
    padding: 0;
}

.white-filled-box .attribute-set {
    margin-top: 15px;
}

img.qrc {
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.relations-list .row-itm {
    border-bottom: 1px solid #e7e7e7;
    float: left;
    width: 100%;
}

.relations-list .row-itm:last-child{
    border-bottom:none; 
}

.relations-list h3 {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.relations-list.box address, .relations-list address {
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.relations-list h2, .detail-terms-header {
    font-weight: 100;
    font-size: 22px;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
}

.detail-terms-header {
    
    border-bottom: none;
    margin: 0;
}

.row-itm a {
    margin-bottom: 15px;
    display: block;
}
