body {
    background: #f5f5f5;
}

a#logo {
    /* width: 100%; */
    display: block;
    margin: auto;
}

#order-logo {
    margin: 0px 0 20px 0;
    width: 100px;
    float: right;
    background: white;
    padding: 15px;
}

div#payment .container {
    background: #005ca9;
    border-radius: 5px;
    margin: 35px auto;
    padding: 35px !important;
}

#order-info,
#customer-info,
#payment-info {
    margin-bottom: 35px;
    /* padding: 15px 10px; */
    padding: 25px 15px;
    clear: both;
    border-radius: 4px;
    /* border: 2px solid #000000; */
    background: white;
}

.order-steps {
    width: 100%;
    padding: 0;
    margin: 0;
}

.credit-card-validator {
    position: absolute;
    top: 30px;
    right: 15px;
    bottom: 0;
    margin: auto;
}

a.repeating-btn.repeating-add-new-button {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    margin-right: 5px;
}

.order-info-list {
    display: inline-block;
    width: 100%;
}

a.repeating-btn.repeating-remove-button {
    /* float: right; */
    /* display: block; */
    width: 100%;
    text-align: right;
    padding-right: 5px;
    margin-top: 10px;
}

.form-row,
.form-row .col-md-3 {
    margin-bottom: 10px;
}

.title {
    color: white;
    background-color: #005ca9;
    background: #7fadd4;
    clear: both;
    padding: 5px 0 8px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 4px;
    font-size: 20px
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); */
}

label em {
    font-weight: bold;
    padding-right: 5px;
    color: #bf0101;
}

.terms label {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    color: white;
}

.terms input {
    width: auto;
}

input,
select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    padding: 5px;
}

input:focus {
    outline: none;
}

input.btn {
    width: auto;
}

input.btn.pull-right {
    float: right;
}

input.btn.pull-left {
    float: left;
}

a.repeating-btn {
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
}

a.repeating-btn i {
    padding-right: 5px;
}

.submit-btns {
    text-align: center;
}

.submit-btns .btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}

.submit-btns .btn:hover {
    /* color: #005ca9; */
    background: white;
}

.green {
    border: 1px solid;
    color: #222222;
    border-color: #2AC158;
    background-color: #04b675;
    color: white;
}

.green:hover {
    color: #04b675;
}

.blue {
    background: #7fadd4;
    color: white;
}

.blue:hover {
    color: #7fadd4;
}

.green-o {
    color: #04b675;
}

.red-o {
    color: #bc0404;
}

.yellow {
    border: 1px solid;
    color: white;
    border-color: #DBC900;
    background-color: #F3DF00;
}

.yellow:hover {
    color: #F3DF00;
}

.hidden-text {
    color: transparent;
}

.footer-links {
    list-style: none;
    text-align: center;
    margin: 15px auto;
    display: table;
}

.footer-links li {
    display: inline-block;
    list-style: none;
}

.footer-links li a {
    display: inline-block;
    padding-left: 22px;
    margin: 0 22px 10px 0;
    white-space: nowrap;
    color: white;
}

.footer-info {
    padding: 0.5em;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 0.875em;
    background-color: #f5f5f5;
}

.form-row.footer-cards {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}

.form-row.footer-cards div {
    display: inline-block;
    vertical-align: top;
}

.error {
    border: 1px solid red !important;
}

.payment-loader {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('/../../assets/images/frontend/loader.gif') no-repeat center center;
}

.info-holder{
    display: inline-block;
    width: 18px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: -892px -47px;
    cursor: pointer;
    vertical-align: middle;
}

.sprite {
    background-image: url(/../../assets/images/frontend/sprite.png);
    background-repeat: no-repeat;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}