﻿

.tableItems {
    table-layout: fixed;
    width: 100%;
}

.tableStep {
    width: 40px;
    padding-left: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: "Aspira";
    /*background-color: #fffdf7;*/
}

.tableHR {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0;
    /*background-color: #fffdf7;*/
}

.tableThumb {
    width: 140px;
    padding: 6px;
}

.tableInfo {
    padding: 6px;
    font-family: "Aspira";
    /*background-color: #fffdf7;*/
}

.itemHR {
    border: none;
    height: 1px;
    width: 100%;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    /* Set the hr color */
    color: #ccc; /* old IE */
    background-color: #ccc; /* Modern Browsers */
}

.packageH1 {
    font-family: "Aspira";
    font-size: 1.4em;
    color: #111111;
}

.divPreviewPrice {
    display: inline;
    width: 250px;
    float: right;
    text-align: right;
    margin-left: 10px;
}


.divPreviewVideo {
    display: inline;
    width: 320px;
    float: right;
    text-align: right;
    margin-left: 30px;
}

.divPreviewCertificate {
    display: inline;
    width: 320px;
    float: right;
    margin-left: 10px;
}


.divStudentInfo {
    display: inline;
    width: 180px;
    height: 160px;
    float: right;
    text-align: right;
    margin-left: 30px;
}


.DivVoucherPackageSaleBlock {

    width: 100%;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
    border-radius: 16px;
}

    .DivVoucherPackageSaleBlock a {

        text-decoration: none;
    }


.DivVoucherPackageSaleTitle {

    width: 100%;
    height: 58px;
    text-align: left;
    padding: 12px;
    color: #000000;
    font-size: 1.2em;
    padding-top: 14px;
    background-color: #e1e1e1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom:1px solid #ccc;
    text-transform:uppercase;
}

    .DivVoucherPackageSaleTitle a {
        /*color: #ffffff;*/
        text-decoration: none;
    }



.DivVoucherPackageSalePrice {

    width: 40%;
    float: right;
    text-align: right;
    padding: 0px 2px 8px 12px;
    color: #000000;
    vertical-align:top;
    font-size: 1.3em;
}



.DivVoucherPackageSalePriceDetails {
    width: 25%;
    float: right;
    text-align: center;
    padding: 0px 2px 8px 12px;
    color: #000000;
    vertical-align: top;
    font-size: 1.3em;
}


.DivVoucherPackageSaleImage {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 3px;
    vertical-align: middle;
    color: #000000;
    background-color: #fafafa;
}


.ButVoucherPackageSaleButton {
   
    float: right;
    padding: 8px 12px 8px 12px;
    margin-left:16px;
    vertical-align: middle;
    padding-top: 14px;
}


.ButVoucherPackageSaleButtonDetails {
    
    padding: 8px 8px 8px 8px;
    /*margin-left: 16px;*/
    vertical-align: middle;
    padding-top: 14px;
}

.ImgVoucherPackagePreview {
    vertical-align: middle;
    max-height: 140px;
    max-width: 140px;
}
.DivVoucherPackageBadge {
    display: inline-block;
    width: 120px;
    vertical-align: top;
}
.DivVoucherPackageBadge img {
    width: 120px;
}
.DivVoucherPackageText {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.DivVoucherPackageButton {
    display: inline-block;
    width: 15%;
    vertical-align:top;

}
.DivVoucherPackageSaleText {
    display: grid;
    width: 100%;
    text-align: left;
    padding: 12px 12px 4px 12px;
    color: #555555;
    font-size: 1.0em;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
@supports (display: grid) {
    .DivVoucherPackageSaleText {
        display: grid;
        grid-template-columns: 15% auto 15%;
        align-items: center;
        grid-gap: 5px;
    }

    .DivVoucherPackageBadge {
        width: initial;
    }

    .DivVoucherPackageText {
        width: initial;
    }

    .DivVoucherPackageButton {
        width: initial;
    }
}


    .DivVoucherPackageClasses {
       
        width: 100%;
        text-align: left;
        padding: 15px 20px 0 20px;
        color: #000000;
        font-size: 1.0em;
        background-color: #fafafa;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        text-align:center;
    }


    .DivVoucherPackageClass {
        display: inline-flex;
        text-align: center;
        padding: 4px 8px 8px 8px;
        color: #000000;
        font-size: 1.0em;
        margin-right: 8px;
    }

@media only screen and (max-width: 760px) {

    .DivVoucherPackageSaleText {
        display: block;
        text-align: center;
        clear: both;
    }

    .DivVoucherPackageSaleBlock a {
        margin: 10px auto;
    }
    .DivVoucherPackageSaleTitle {
        height: initial;
        text-align: center;
    }
    .DivVoucherPackageSalePrice {
        float: initial;
        text-align: center;
        width: 100%;
    }
}