﻿
/******** View *******/

/*Category*/
ul.catList {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    list-style: none !important;
    text-align: center;
}

.catList li {
    list-style-type: none !important;
    list-style: none !important;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center !important;
    width: 210px;
    float: left;
}

    .catList li a {
        text-decoration: none;
    }

.cat-item-wrapper {
    padding: 10px;
    border: 1px solid #A0A0A0;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(199,199,199,0.29);
    -moz-box-shadow: 2px 2px 2px 2px rgba(199,199,199,0.29);
    box-shadow: 2px 2px 2px 2px rgba(199,199,199,0.29);
    width: 210px;
    height: 220px;
}

    .cat-item-wrapper .cat-img-wrapper {
        width: 210px;
        height: 170px;
        /*overflow: hidden;*/
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        margin: 0 auto;
    }

    .cat-item-wrapper img {
        transition: 1s ease;
        backface-visibility: hidden;
        transition: opacity 1s ease 0s, transform 1s ease 0s;
        max-width: 190px;
        max-height: 170px;
    }

    .cat-item-wrapper .cat-item-title {
        margin-top: 10px;
        text-align: center;
        color: #828383;
        font-weight: bold;
        font-size: 13px;
    }

    .cat-item-wrapper:hover img {
        opacity: 0.6;
        transition: 1s ease;
    }

/*end category*/


/* Ecard */
.cardView {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.backToCat a.btn {
    color: #FFFFFF;
    text-decoration: none;
}

    .backToCat a.btn:hover {
        color: #FFFFFF;
    }

.filterByCat {
    text-align: right;
}

.categoryTitle {
    font-size: 22px;
    padding: 0 0 20px 0;
}


ul.ecardList {
    margin: 0;
    padding: 0 !important;
    list-style-type: none !important;
    list-style: none !important;
    text-align: center;
}

.ecardList a {
    text-decoration: none !important;
    color: #666666 !important;
    font-weight: bold;
}

ul.ecardList li {
    list-style-type: none !important;
    list-style: none !important;
    margin-top: 20px;
    text-align: center !important;
    width: 180px;
    float: left;
    margin-left: 20px;
}

    ul.ecardList li:before {
        content: "" !important;
    }


.ecardList .item-wrapper {
    padding: 5px;
    border: 1px solid #A0A0A0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(199,199,199,0.29);
    -moz-box-shadow: 2px 2px 2px 2px rgba(199,199,199,0.29);
    box-shadow: 2px 2px 2px 2px rgba(199,199,199,0.29);
    width: 100%;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
}

.ecardList .effect-julia {
    cursor: pointer;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.ecardList li p {
    text-align: center;
}

.ecardList .effect-julia img {
    backface-visibility: hidden;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    max-width: 200px;
    max-height: 200px;
}

.ecardList .effect-julia:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);    
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}


ul.ecardList li .cat-item-title {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    color: #666666;
}

.view-nav {
    padding-top: 10px !important;
}
/***** Edit *****/
.categoryHeader {
    font-size: 24px;
    color: #666666;
    padding: 10px 0;
}

.ecardGrid th {
    padding: 5px;
}

.ecardGrid td {
    padding: 5px;
}




.ecardNav {
    padding: 20px 0;
    text-align: center;
}

    .ecardNav .navImg {
        margin: 0 5px;
        border: none;
        vertical-align: middle;
    }

    .ecardNav .navLink {
        font-size: 14px;
        text-decoration: underline;
        color: #3E81B5;
    }

    .ecardNav .separator {
        margin: 0 5px 0 5px;
    }

.ecardGrid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.imageUpload {
    padding-bottom: 20px;
}
/* add new */
.addnewContainer {
    padding-left: 30px;
}

/*Send*/
.topLabel {
    width: 814px;
    padding-top: 30px;
}

.outerTable {
    margin-left: auto;
    margin-right: auto;
}

.main {
    background-color: #FFFFFF;
    background-image: url("images/bkg.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 515px;
    width: 805px;
}




.action-button {
    text-align: center;
}


/*Send Ecards*/

.send-ecard-wrapper {
    width: 100%;
    padding: 10px;
}

.greeting-wrapper {
    width: 800px;
    margin: 0 auto;
}


.ecard-content-wrapper {
    padding: 4px;
    width: 800px;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.36);
}

.send-ecard {
    width: 100%;
    padding: 25px 20px;
    -moz-box-shadow: inset 0 0 30px rgba(170,170,170,0.5);
    -webkit-box-shadow: inset 0 0 30px rgba(170,170,170,0.5);
    box-shadow: inset 0 0 30px rgba(170,170,170,0.5);
}

    .send-ecard > .row {
        background: url('images/separator.jpg') repeat-y center center transparent;
    }

    .send-ecard .left-col {
        padding-left: 0;
        padding-right: 20px;
    }

    .send-ecard .col {
        text-align: center;
    }

    .send-ecard .left-col .small-logo {
        margin-top: 10px;
    }

    .send-ecard .left-col .detail-image {
        max-width: 100%;
        /*max-height: 350px;*/
        /*height: 100%;*/
    }

    .send-ecard .right-col {
        padding-bottom: 40px;
    }

        .send-ecard .right-col .stamp {
            margin-bottom: 20px;
            padding-bottom: 20px;
        }


        .send-ecard .right-col .cardlabel {
            color: #565654;
            font-size: 11px;
            padding: 5px 10px 20px 0;
            font-weight: bold;
            text-align: left;
        }

        .send-ecard .right-col .cardControl {
            background: none repeat scroll 0 0 #ffffff;
            border: 1px solid #c9c9c9;
            border-radius: 3px;
            box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
            color: #333;
            font-size: 12px;
            margin-bottom: 18px;
            padding: 4px;
            width: 100%;
            max-width: 100%;
        }

        .send-ecard .right-col .dnnFormMessage {
            text-align: left;
            padding: 5px;
        }

        .send-ecard .right-col .button {
            margin-top: 10px;
        }

            .send-ecard .right-col .button a {
                width: 80px;
                font-size: 14px;
                padding: 10px 0;
                margin: 0 10px;
                text-align: center;
                color: #fff !important;
                text-decoration: none !important;
                display: inline-block;
                /*background-color: #00529b;*/
            }

                /*.send-ecard .right-col .button a:hover {
                    background-color: #999999;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }*/

        .send-ecard .right-col .register-enews {
            text-align: left;
            padding-left: 5px;
            margin-bottom: 10px;
            display: table;
            width: 100%;
        }

            .send-ecard .right-col .register-enews > input {
                display: table-cell;
                line-height: 11px;
                width: 15px;
            }

            .send-ecard .right-col .register-enews .reg-label {
                padding-left: 10px;
                font-size: 11px;
                color: #565654;
                display: table-cell;
                vertical-align: middle;
                text-align: left;
                word-wrap: break-word;
            }

.red {
    color: #B80000 !important;
    font-size: 11px;
    font-weight: normal;
}

.green {
    color: Green;
}

.cancelBtn {
    margin-left: 30px;
}


/*Export */
.export-form .label-col {
    padding-right: 20px;
}

.export-form .control-col {
    padding-right: 40px;
}

.export-form .export-form {
    padding-top: 40px;
}

.export-form .title {
    margin-bottom: 20px;
}

.export-form .dnnPrimaryAction {
    color: #FFFFFF;
    text-decoration: none;
}

    .export-form .dnnPrimaryAction:hover {
        color: #FFFFFF;
    }

a.btn-warning {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

    a.btn-warning:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.topSendGrid {
    margin-top: 30px;
}

.padding10 {
    padding: 10px;
}

.logo-success {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
}

/* Paging */
.pagerWrapper {
    margin-top: 30px;
}

.pagerContainer {
    float: right;
}

    .pagerContainer .item-count {
        float: right;
    }

    .pagerContainer a.page-btn, .pagerContainer a.page-number, .pagerContainer span.active {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #FFFFFF;
        border-color: #DDDDDD;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        float: left;
        line-height: 20px;
        padding: 4px 12px;
        text-decoration: none !important;

    }

    .pagerContainer > span {
        border: none;
    }

    .pagerContainer a.page-btn:first-child {
        /*border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;*/
        border-left-width: 1px;
    }

    /*a.page-btn:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}*/

    .pagerContainer a:hover {
        background-color: #F5F5F5;
        text-decoration: none;
    }


.pagesize {
    float: right;
    margin-top: 10px;
}

    .pagesize .pagesize-item {
        margin: 0 3px;
        text-decoration: none;
    }

        .pagesize .pagesize-item:hover {
            text-decoration: underline;
        }


.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cat-item-wrapper {
        width: 100%;
    }
    /*Send Ecards*/
    .greeting-wrapper {
        width: 100%;
    }

    .ecard-content-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /*.cat-item-wrapper {
        width: 100%;
    }

    .ecardList > li {
        width: 300px;
    }

    .cat-item-wrapper .cat-img-wrapper {
        height: auto;
    }*/

    .send-ecard-wrapper {
        padding: 0;
    }

    .greeting-wrapper {
        width: 100%;
    }


    .ecard-content-wrapper {
        width: 100%;
    }

    .send-ecard > .row {
        background: none;
    }

    .send-ecard .right-col {
        margin-top: 20px;
    }

        .send-ecard .right-col .cardlabel {
            padding-bottom: 5px;
            font-size: 14px;
        }

        .send-ecard .right-col .register-enews .reg-label {
            font-size: 14px;
            word-wrap: break-word;
        }

    .send-ecard .left-col {
        padding-right: 0;
    }

    .pagerContainer {
        float: left;
        width: 100%;
        margin-left: 10px;
        margin-top: 5px;
    }


    .pagesize {
        float: left;
        margin-top: 0;
    }
}
