/* 
    Document   : styles
    Created on : 2015-07-02, 15:58:57
    Author     : grafik
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    background: #f6f6f6;
}

h1 {
    border-bottom: 1px solid #CCC;
    clear: both;
    margin: 10px 0px 25px 0px;
    padding-bottom: 5px;
    text-align: center;
}

h4 {
    margin-top: 1px;
}

.content {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 30px 40px;
}

.pay {
    font-size: 30px;
}

.pay-content {
    margin: 33px 0px 0px 0px;
    text-align: right;
}

.shopping-cart {
    width: 100%;
}

.shopping-cart .odd {
    background: #E3E3E1;
}

.shopping-cart td {
    border: 2px solid #fff;
    padding: 10px 5px 10px 10px;
}

.right {
    text-align: right;
}

.total {
    font-weight: bold;
}

label {
    margin-top: 8px;
}

.success {
    margin-bottom: 10px;
}

.end-payment {
    text-align: center;
}

.visa-master {
    float: right;
}

.alert-danger {
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.braintree-hosted-fields-invalid {
    position: relative;
}

.braintree-hosted-fields-invalid:after {
    content: "\e101";
    color: red;
    top: 2px;
    right: -25px;
    font-size: 20px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
}

.format {
    color: #989898;
    font-weight: normal;
}

[data-braintree-id="card-view-icons"] {
  display: none;
}

.info-card {
	margin-top: 11px;
}

.info-card.error-card {
	color: #f00;
	font-weight: bold;
}