﻿/*Ver 1.0.3.0*/
.pos-voucherWrap * {
    box-sizing: border-box
}

.pos-voucherWrap {
    float: left;
    width: 48%;
    min-width: 350px;
    background: #6ad6e3;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-right: 10px
}

.pos-voucherContent, .pos-voucherHead, .pos-voucherRow, .pos-voucherData label, .pos-voucherData p input {
    float: left;
    width: 100%
}

.pos-voucherHead {
    background: #088a9c;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .pos-voucherHead h4 {
        margin: 0;
        float: left;
        color: #fff;
        font-size: 15px
    }

        .pos-voucherHead h4 label {
            margin-right: 10px;
            margin-bottom: 0
        }

a.pos-voucherClose {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../Images/close-btn.png) no-repeat;
    cursor: pointer
}

.pos-voucherContent {
    padding: 5px 5px
}

.pos-voucherData {
    float: left;
    width: 50%;
    padding: 0 5px 5px
}

    .pos-voucherData label, .pos-voucherData p, .pos-voucherData p input {
        margin-bottom: 0;
        color: #105c75;
        font-weight: normal;
        word-break: break-all
    }

        .pos-voucherData p, .pos-voucherData p input {
            font-weight: 600;
            float: left;
            width: 100%
        }

            .pos-voucherData p input {
                left: 2px
            }

.pos-voucherPaddLeft {
    padding-left: 3px
}

.order-rightPromoCode {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 5px;
    float: right;
    border-radius: 5px;
    position: relative;
    right: 10px
}

@media(max-width:1024px) {
    .order-rightPromoCode {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .order-rightPromoCode {
        margin-top: 5px;
        margin-right: 0
    }
}