﻿@import (reference) "bootstrap.less";  
@import (reference) "Onestop.Common.Variables.less";
@import (reference) "Onestop.Common.Mixins.less";

.onestop-checkout {
    #checkout-details {
        .btn-primary { 
            margin-bottom:10px;
        }
    }

    #Thanks {
        float: none;
    }

    .paypal-button {
        width:145px;
        height:42px;
        background:url(/Themes/PEBA/Content/Images/paypal_sm.gif);
    }

    #paypal-logo-holder {
        background: url(/Themes/PEBA/Content/Images/logo.png);
    }
}

// Credit Card Images
.Invalid {
    background-image: @CCInvalid;
}
.Visa {
    background-image: @CCVisa;
}
.MasterCard {
    background-image: @CCMasterCard;
}
.AmericanExpress {
    background-image: @CCAmericanExpress;
}
.Discover {
    background-image: @CCDiscover;
}
.CCentry {
    float: left;
    opacity: .32;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.inlineModal {
    position: fixed;
    z-index: 9999999;
    top: 10%;
    margin: auto;
    width: 60%;
    display: block;
    overflow: hidden;
    background: transparent;

    .modal-dialog {
        width: 600px;
    }

    .CVVAboutImage {
        background-image: @CC_CVVInfoImage;
        background-repeat: no-repeat;
        width: 100%;
    }
}