body
{
    background-color: #e1e1e1;
}

label
{
    font-weight: 100;
}

.empty
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 118px;
    padding: 20px;
    position: absolute;
    text-align: center;
    background-color: #ededed;
}

.empty .title
{
    color: #F44336;
    font-size: 26px;
    text-transform: uppercase;
}

.left
{
    top: 0;
    left: 0;
    bottom: 0;
    right: 530px;
    position: fixed;
    padding: 140px 20px 98px;
}

.company
{
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 15px;
    position: fixed;
    background-color: #3F51B5;
}

.company .image
{
    float: left;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.company .info
{
    float: left;
    padding: 15px;
    font-weight: bold;
    margin-right: 20px;
}

.company .info .name
{
    font-size: 26px;
    text-transform: uppercase;
}

.company .address
{
    float: left;
    padding: 26px 0 20px;
}

.company .address .line-1
{
    font-size: 12px;
}

.company .address .line-2
{
    font-size: 18px;
    font-weight: bold;
}

.company .phone
{
    float: right;
    padding: 16px 0;
    font-size: 26px;
    font-weight: bold;
}

.company .phone i
{
    font-size: 18px;
    font-weight: normal;
}

.left .items
{
    left: 0;
    right: 0;
    top: 118px;
    bottom: 78px;
    position: absolute;
    overflow-y: auto;
}

.left .items table
{
    width: 100%;
    display: table;
}

.left .items table tr td
{
    font-size: 12px;
    padding: 4px 8px;
}

.left .items table tr td label
{
    margin: 0;
    color: gray;
    display: block;
    font-size: 10px;
    font-weight: 100;
}

.left .items table tr:not(:last-child) td
{
    border-bottom: 1px solid #d5d5d5;
}

.left .items table tr td .image
{
    width: 48px;
    height: 48px;
    margin: 10px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-image: url('../images/default.png');
}

.left .items .cards
{
    display: none;
}

.left .seller
{
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 15px;
    position: absolute;
    background-color: #2196F3;
}

.left .seller .image
{
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.left .seller .info
{
    float: left;
    padding: 7px 10px;
    font-weight: bold;
}

.left .seller .info .label
{
    padding: 0;
    font-size: 12px;
    font-weight: 100;
}

.left .seller .name
{
    font-size: 16px;
}

.left .seller .contacts
{
    float: right;
    padding: 4px 0;
}

.right
{
    right: 0;
    bottom: 0;
    top: 118px;
    width: 530px;
    position: fixed;
    background-color: #03a9f4;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.19), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.right .content
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    height: 512px;
    padding: 20px 40px;
    margin: auto 0;
    position: absolute;
}

.right .content .resume
{
    width: 100%;
    display: table;
    font-size: 18px;
}

.right .content .resume .info
{
    float: left;
    margin-right: 20px;
}

.right .content .resume .info:last-child
{
    margin: 0;
    float: right;
}

.right .content .resume .info span
{
    color: #ddd;
    display: block;
    font-size: 12px;
}

.right .content .credit-card
{
    height: 230px;
    color: #b5b5b5;
    font-size: 12px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
}

.right .content .credit-card .card
{
    width: 360px;
    height: 208px;
    position: absolute;
    border-radius: 8px;
    padding: 64px 0 20px;
    background-color: #673ab7;
}

.right .content .credit-card .card .card-chip
{
    top: 15px;
    left: 15px;
    width: 46px;
    height: 30px;
    position: absolute;
    border-radius: 4px;
    padding: 10px 10px 10px 0;
    background-color: #a6a6a6;
}

.right .content .credit-card .card .card-chip .bullet
{
    width: 16px;
    height: 12px;
    background-color: #bcbcbc;
}

.right .content .credit-card .card .card-brand
{
    top: 15px;
    right: 15px;
    width: 46px;
    height: 32px;
    position: absolute;
    border-radius: 4px;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.right .content .credit-card .card .card-brand.elo
{
    background-size: 36px;
    background-image: url('../images/elo.png');
}

.right .content .credit-card .card .card-brand.visa
{
    background-size: 36px;
    background-image: url('../images/visa.png');
}

.right .content .credit-card .card .card-brand.mastercard
{
    background-image: url('../images/master.png');
}

.right .content .credit-card .card .bootstrap-select.form-control
{
    background-color: transparent !important;
}

.right .content .credit-card .card input,
.right .content .credit-card .card .btn-default
{
    color: #ddd;
    border: none;
    text-transform: uppercase;
    background-color: #7646cc;
}

.right .content .credit-card .card .col-month
{
    width: 42%;
    float: left;
}

.right .content .credit-card .card .col-year
{
    width: 54%;
    float: right;
}

.right .content .credit-card .card.card-front
{
    top: 0;
    left: 0;
    z-index: 1;
}

.right .content .credit-card .card.card-back
{
    right: 0;
    bottom: 0;
    z-index: 0;
    padding: 112px 0 20px 270px;
}

.right .content .credit-card .card .card-magnetic
{
    left: 0;
    right: 0;
    top: 38px;
    height: 56px;
    position: absolute;
    background-color: #2d2d2d;
}

.right .content .person
{
    display: table;
    margin: 15px -15px;
}

.right .content .person .row .col-xs-12:nth-child(1)
{
    padding: 0 5px 0 0;
}

.right .content .person .row .col-xs-12:nth-child(2)
{
    padding: 0 0 0 10px;
}

.right .content .person span
{
    display: block;
    margin-bottom: 5px;
}

.right .content .person input
{
    color: #fff;
    background-color: #5c6bc0;
}

.right .content button#button-checkout
{
    float: right;
}

.right .transaction
{
    top: 0;
    bottom: 0;
    left: 40px;
    right: 40px;
    margin: auto;
    height: 140px;
    position: absolute;
}

.right .transaction .transaction-status
{
    font-size: 26px;
    font-family: monospace;
    text-transform: uppercase;
}

.right .link
{
    bottom: 0;
    left: 20px;
    right: 20px;
    position: absolute;
}

.right .link label
{
    color: #fff;
}

.right .link input
{
    color: #fff;
    background-color: #3f51b5;
}

.dropdown-menu
{
    background-color: #7646cc;
}

.dropdown-menu>li>a
{
    color: #ddd;
}

.dropdown-menu>li>a:hover
{
    color: #ddd;
    background-color: #673ab7;
}

.dropdown-menu>li>a .text-muted
{
    color: #a5a5a5;
}

.bootstrap-select.btn-group .dropdown-toggle
{
    padding: 8px 6px 5px 8px;
}

.bootstrap-select.btn-group .dropdown-toggle span
{
    font-size: 12px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret
{
    right: 10px;
}

.box-shadow
{
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.19), 0 4px 20px 0 rgba(0,0,0,0.19);
}

@media(max-width: 767px)
{
    .company
    {
        height: 80px;
        position: relative;
    }

    .company .image
    {
        width: 48px;
        height: 48px;
    }

    .company .info
    {
        padding: 5px 15px;
    }

    .company .info .name
    {
        font-size: 16px;
    }

    .company .address
    {
        display: none;
    }

    .company .phone
    {
        right: 20px;
        padding: 6px 0;
        font-size: 14px;
        text-align: right;
        position: absolute;
    }

    .left
    {
        right: 0;
        padding: 0;
        position: relative;
    }

    .left .items
    {
        top: 0;
        bottom: 0;
        padding: 15px;
        position: relative;
    }

    .left .items table
    {
        display: none;
    }

    .left .items .cards
    {
        display: block;
    }

    .left .items .cards .card
    {
        padding: 15px;
        height: 170px;
        line-height: 16px;
        position: relative;
        margin: 15px 0 30px;
        background-color: #fff;
    }

    .left .items .cards .card label
    {
        color: gray;
        display: block;
        font-size: 12px;
    }

    .left .items .cards .card .image
    {
        top: -15px;
        float: left;
        width: 100px;
        height: 120px;
        position: absolute;
        background-size: cover;
        background-color: #fff;
        background-position: center;
        background-image: url('../images/default.png');
    }

    .left .items .cards .card .name
    {
        left: 130px;
        right: 15px;
        height: 90px;
        font-weight: bold;
        position: absolute;
    }

    .left .items .cards .card .info
    {
        left: 0;
        right: 0;
        bottom: 0;
        top: 120px;
        color: #fff;
        font-size: 12px;
        padding: 10px 15px;
        position: absolute;
        background-color: #676767;
    }

    .left .items .cards .card .info label
    {
        color: #c6c6c6;
    }

    .left .items .cards .card .info div
    {
        float: left;
        line-height: 12px;
        margin-right: 10px;
    }

    .left .seller
    {
        height: auto;
        position: relative;
    }

    .left .seller .image
    {
        float: none;
        margin: 0 auto;
    }

    .left .seller .info
    {
        float: none;
        text-align: center;
    }

    .left .seller .contacts
    {
        float: none;
        clear: both;
        text-align: center;
    }

    .right
    {
        top: 0;
        width: 100%;
        position: relative;
    }

    .right .content
    {
        height: auto;
        position: relative;
        padding: 15px 15px 60px;
    }

    .right .content .resume
    {
        font-size: 12px;
    }

    .right .content .credit-card
    {
        height: 346px;
        margin-bottom: 25px;
    }

    .right .content .credit-card .card.card-front
    {
        right: 0;
        width: auto;
    }

    .right .content .credit-card .card.card-back
    {
        top: 140px;
        left: 10px;
        width: auto;
        right: -10px;
        padding: 112px 0 20px 238px;
    }

    .right .content .credit-card .card .col-month
    {
        width: 48%;
    }

    .right .content .credit-card .card .col-year
    {
        width: 50%;
    }

    .right .content
    {
        padding: 30px 15px 100px;
    }

    .right .content .transaction
    {
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        height: auto;
        position: relative;
        text-align: center;
    }

    .right .content .person
    {
        margin: 25px 0;
    }

    .right .content .person .row .col-xs-12:nth-child(1)
    {
        padding: 0 15px;
    }

    .right .content .person .row .col-xs-12:nth-child(2)
    {
        padding: 0 15px;
    }

    .right .content button#button-checkout
    {
        width: 100%;
        float: none;
    }

    .empty
    {
        width: 100%;
        box-shadow: none;
        background-color: transparent;
    }
}