/*body{
	margin:5px;
	padding:5px;
}*/


.modalWrapper {
    /*width:30%;*/
    max-width: 450px;
    /*margin: 0% auto;*/
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7d7d7+0,e4e4e4+49,ededed+100 */
    background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top, #d7d7d7 0%, #e4e4e4 49%, #ededed 100%);*/ /* FF3.6-15 */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(49%,#e4e4e4), color-stop(100%,#ededed));*/ /* Chrome4-9,Safari4-5 */
    /*background: -webkit-linear-gradient(top, #d7d7d7 0%,#e4e4e4 49%,#ededed 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: -o-linear-gradient(top, #d7d7d7 0%,#e4e4e4 49%,#ededed 100%);*/ /* Opera 11.10-11.50 */
    /*background: -ms-linear-gradient(top, #d7d7d7 0%,#e4e4e4 49%,#ededed 100%);*/ /* IE10 preview */
    /*background: linear-gradient(to bottom, #c1c0c0 0%,#ffffff 49%,#ededed 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ededed',GradientType=0 );*/ /* IE6-9 */
    font-family: "Sans" !important;
}

.modalHead {
    /*background:url(../images/modal-head.png) no-repeat;*/
    background: #393939;
    /*width:350px;*/
    height: 34px;
    padding: 0;
    margin: 0;
}

.modalHeadTxt {
    float: left;
    width: 70%;
    padding: 0px 0px 0px 2%;
    margin: 0;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
}

.closeBox {
    float: right;
    width: 25%;
    padding: 6px 2% 0px 0;
    margin: 0;
    text-align: right;
}

.modalCont {
    width: 96%;
    padding: 10px 2% 10px;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    color: #393939;
    text-align: justify;
}

.modalCont3 {
    width: 96%;
    padding: 10px 2% 10px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #393939;
    text-align: justify;
}

.mailUscont {
    width: 96%;
    padding: 5px 2% 18px;
    margin: 0;
    font-size: 20px;
    color: #191919;
}

.modalTxtareaSec {
    width: 96%;
    padding: 5px 5px 5px 5px;
    margin: 0;
    float: left;
}

input.mtxtareaBoot {
    width: 80%;
    height: 34px;
    background: #FFF;
    border: #acacac solid 1px;
    padding-left: 3px;
    -webkit-box-shadow: inset -3px -3px 12px -1px rgba(211,211,211,0.85);
    -moz-box-shadow: inset -3px -3px 12px -1px rgba(211,211,211,0.85);
    box-shadow: inset -3px -3px 12px -1px rgba(211,211,211,0.85);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.mtxtarea {
    width: 80%;
    height: 24px;
    background: #FFF;
    border: #acacac solid 1px;
    padding-left: 3px;
    -webkit-box-shadow: inset -3px -3px 12px -1px rgba(211,211,211,0.85);
    -moz-box-shadow: inset -3px -3px 12px -1px rgba(211,211,211,0.85);
    box-shadow: inset -3px -3px 12px -1px rgba(211,211,211,0.85);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.buttGo {
    width: 15%;
    float: right;
    height: 32px;
    line-height: 22px;
    padding-top: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6961e+0,f25b21+100 */
    background: #f6961e; /* Old browsers */
    background: -moz-linear-gradient(top, #f6961e 0%, #f25b21 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6961e), color-stop(100%,#f25b21)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f6961e 0%,#f25b21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6961e', endColorstr='#f25b21',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
}

    input.buttGo:hover {
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }


input.buttGo3 {
    width: 100px;
    float: right;
    height: 30px;
    line-height: 22px;
    padding-top: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6961e+0,f25b21+100 */
    background: #f6961e; /* Old browsers */
    background: -moz-linear-gradient(top, #f6961e 0%, #f25b21 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6961e), color-stop(100%,#f25b21)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f6961e 0%,#f25b21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6961e', endColorstr='#f25b21',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
}

    input.buttGo3:hover {
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

input.buttGo5 {
    width: 70px;
    float: right;
    height: 28px;
    line-height: 20px;
    padding-top: 1px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6961e+0,f25b21+100 */
    background: #f6961e; /* Old browsers */
    background: -moz-linear-gradient(top, #f6961e 0%, #f25b21 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6961e), color-stop(100%,#f25b21)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f6961e 0%,#f25b21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6961e', endColorstr='#f25b21',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
}

    input.buttGo5:hover {
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

.modalFooter {
    padding: 8px 0px 0px 8px;
    margin: 10px auto;
    font-size: 15px;
    color: #0e0e0e;
}

    .modalFooter span {
    }

        .modalFooter span a {
            color: #e93808;
            text-decoration: none;
            font-weight: normal;
        }

            .modalFooter span a:hover {
                color: #e4633f;
                text-decoration: none;
            }

.padd_bottAdj {
    padding-bottom: 12px;
}

.GiftcardListMsg {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #e05a09;
    border-bottom: #999999 dashed 1px;
    margin-bottom: 10px;
}

.GiftcardListMsg3 {
}

.myOrderListMsg {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #3b6bb4;
    border-bottom: #999999 dashed 1px;
    margin-bottom: 8px;
}

.myOrderListMsg3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #3b6bb4;
    margin-bottom: 4px;
}


/*scrollsec*/
.scrollsec {
    width: 100%;
    height: 200px;
    overflow: auto;
}

    .scrollsec::-webkit-scrollbar {
        width: 9px;
    }

    .scrollsec::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        border-radius: 10px;
    }

    .scrollsec::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
    }
/*scrollsec end*/

/*scrollsec3*/
.scrollsec3 {
    width: 100%;
    min-height: 50px;
    margin-bottom: 3px;
    overflow: auto;
}

    .scrollsec3::-webkit-scrollbar {
        width: 9px;
    }

    .scrollsec3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        border-radius: 10px;
    }

    .scrollsec3::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
    }

p.noteList {
    background: #ffffff;
    font-size: 11px;
    padding: 0 3px 5px 3px;
    line-height: 14px;
    color: #666666;
}

.scrollsec3 select {
    width: 50px !important;
    font-size: 12px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: rgba(255,255,255,0.9) url(../images/drop-arrow.png) no-repeat 97% center;
    padding-right: 6px;
    padding-left: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: #c4c4c4 solid 1px;
}

.scrollsec3 input[type="radio"], input[type="checkbox"] {
    outline: none;
}
/*scrollsec3 end*/
.separator {
    width: 100%;
    margin: 0px auto 10px;
    border-bottom: #a9a9a9 dashed 1px;
    height: 2px;
    clear: both;
}

@media only screen and (min-width:310px) and (max-width:420px) {
    .modalWrapper {
        width: 98% !important;
        margin: auto 1% !important;
        max-width: 100% !important;
    }

    .modalHead {
        width: 100%;
    }

    .modalFooter {
        width: 100%;
    }
}

/*modalWishListWrapper start*/ /*Only For WishList Modal*/

.modalWishListWrapper {
    width: 600px;
    margin: 0% auto;
    border: 1px solid #5a83c1; /*blue*/
    /*border: 1px solid #ffb970;*/ /*orange*/
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    background: #ffffff;
    font-family: "Sans" !important;
    /*box shadow*/
    /*-webkit-box-shadow: 0px 3px 14px -3px rgba(172,63,27,1);
-moz-box-shadow: 0px 3px 14px -3px rgba(172,63,27,1);
box-shadow: 0px 3px 14px -3px rgba(172,63,27,1);*/
}

.closeBoxBlue {
    float: right;
    width: 14px;
    height: 14px;
    background: #7a9bcc; /*blue*/
    /*background:#ef4733;*/ /*red*/
    padding: 5px 2px 0px;
    margin: 0;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .closeBoxBlue a img {
        max-width: 70%;
    }

@media screen and (max-width:900px) {
    .modalWishListWrapper {
        width: 450px;
    }
}

@media screen and (max-width:480px) {
    .modalWishListWrapper {
        width: 340px;
    }
}

@media screen and (max-width:400px) {
    .modalWishListWrapper {
        width: 300px;
    }
}

/*modalWishListWrapper end*/ /*Only For WishList Modal*/


/*only for recepient modal*/




.modalWrapperRecipient {
    width: 400px;
    margin: 0% auto;
    border: 5px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    font-family: "Sans" !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modalHeadRecipient {
    width: 390px;
    height: 34px;
    padding: 0;
    margin: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d6fb8+0,4d84d7+100 */
    background: #3d6fb8; /* Old browsers */
    background: -moz-linear-gradient(top, #3d6fb8 0%, #4d84d7 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d6fb8), color-stop(100%,#4d84d7)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #3d6fb8 0%,#4d84d7 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #3d6fb8 0%,#4d84d7 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #3d6fb8 0%,#4d84d7 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #3d6fb8 0%,#4d84d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6fb8', endColorstr='#4d84d7',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

.modalHeadRecipientBlank {
    width: 390px;
    min-height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.modalRecipientHeadTxt {
    float: left;
    width: 90%;
    padding: 0px 0px 0px 1%;
    margin: 0;
    height: 34px;
    font-size: 12.5px;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
}

.modalContRecipient {
    width: 100%;
    padding: 2px 3px 2px 3px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #393939;
    text-align: justify;
    min-height: 100px;
}

    .modalContRecipient table.stbox tr, td {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
    }

        .modalContRecipient table.stbox tr, td span {
            line-height: 16px;
            padding-left: 2px;
        }

        .modalContRecipient table.stbox tr, td.carddetailtableheading3 {
            padding-top: 5px;
            padding-bottom: 5px;
            color: #333333;
            background: none;
            padding-left: 2px;
        }

    .modalContRecipient .scrollsec3 select {
        width: 50px !important;
        font-size: 12px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: rgba(255,255,255,0.9) url(../images/drop-arrow.png) no-repeat 97% center;
        padding-right: 6px;
        padding-left: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
        border: #c4c4c4 solid 1px;
        -moz-box-shadow: inset 0 0 8px #a6a59f;
        -webkit-box-shadow: inset 0 0 8px #a6a59f;
        box-shadow: inset 0 0 8px #a6a59f;
        border: #a8a7a7 solid 1px;
        height: 27px;
        margin-bottom: 4px;
        width: 98% !important;
    }



.contSubHeading {
    float: left;
    width: 70%;
    padding: 2px 3px 2px 3px;
    margin: 0px 0px 4px 0px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}


input.buttGo5 {
    width: 65px;
    float: right;
    height: 28px;
    line-height: 18px;
    padding-top: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #f6961e;
    background: -moz-linear-gradient(top, #f6961e 0%, #f25b21 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6961e), color-stop(100%,#f25b21));
    background: -webkit-linear-gradient(top, #f6961e 0%,#f25b21 100%);
    background: -o-linear-gradient(top, #f6961e 0%,#f25b21 100%);
    background: -ms-linear-gradient(top, #f6961e 0%,#f25b21 100%);
    background: linear-gradient(to bottom, #f6961e 0%,#f25b21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6961e', endColorstr='#f25b21',GradientType=0 );
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    border: #ffffff solid 1px;
}

.padd_bottAdj6 {
    padding-bottom: 6px;
}

.clrSix {
    height: 6px;
    clear: both;
}

.modalDropShaow {
    box-shadow: 10px 10px 5px #888888;
}

.btmAdj {
    margin-bottom: 5px;
}

.btn {
    background: #428bca;
    border: #357ebd solid 0px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color 0.1s ease;
}

    .btn:hover {
        background: #357ebd;
    }

    .btn.btn-big {
        font-size: 18px;
        padding: 15px 20px;
        min-width: 100px;
    }

.btn-close {
    color: #aaaaaa;
    font-size: 20px;
    text-decoration: none;
    padding: 10px;
    position: absolute;
    right: 7px;
    top: 0;
}

    .btn-close:hover {
        color: #919191;
    }

.modale:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.opened:before {
    display: block;
}

.opened .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
}

.modal-dialog {
    background: #fefefe;
    border: #333333 solid 0px;
    border-radius: 5px;
    margin-left: -200px;
    text-align: left;
    position: fixed;
    left: 50%;
    top: 10%;
    z-index: 10000;
    width: 360px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    /*  -webkit-transform: translate(0, -500%);
            -ms-transform: translate(0, -500%);
            transform: translate(0, -500%);*/
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal-body {
    padding: 20px;
    overflow:hidden;
}

    .modal-body input {
        width: 200px;
        padding: 8px;
        border: 1px solid #ddd;
        color: #888;
        outline: 0;
        font-size: 14px;
        font-weight: bold;
    }

.modal-header,
.modal-footer {
    padding: 10px 20px;
}

.modal-header {
    border-bottom: #eeeeee solid 1px;
}

    .modal-header h2 {
        font-size: 20px;
    }

.form-control {
    width: 100%;
    border: 1px solid #bcb9b9;
    padding: 5px 10px;
    margin-top: 1rem;
}


.modal-body .dd .ddChild {
    position: initial!important;
}
@media screen and (max-width:400px) {
    .contSubHeading {
        width: 100%;
    }
}
@media screen and (max-width:360px) {
    .modal-dialog {
        background: #fefefe;
        border: #333333 solid 0px;
        border-radius: 5px;
        margin: 0 1%;
        text-align: left;
        position: fixed;
         left: 0px!important; 
        top: 10%;
        z-index: 10000;
        width: 98%;
     
    }
}

