/**************
My Coupon page Global Styles
**************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
}
.clearfix:after {
    clear: both;
}


#col_main_wide {
    padding-top: 0;
}

#main_column {
    border: none;
}

.my_coupon_wrapper {
    font-size: 16px;
    line-height: 26px;
}

.my_coupon_wrapper a {
    text-decoration: none;
}

.my_coupon_wrapper a:hover {
    text-decoration: underline;
}

.my_coupon_wrapper .no_coupon_list {
    margin-top: 115px;
    text-align: center;
}

.my_coupon_wrapper .coupon_list {
    margin-top: 30px;
}

.my_coupon_wrapper .coupon_list li {
    border-top: 1px solid #d3d3d3;
    clear: both;
}

.my_coupon_wrapper .coupon_list li a:before,
.my_coupon_wrapper .coupon_list li a:after,
.my_coupon_wrapper .coupon_list li:before,
.my_coupon_wrapper .coupon_list li:after {
    content: " ";
    display: block;
}

.my_coupon_wrapper .coupon_list li a:after,
.my_coupon_wrapper .coupon_list li:after {
    clear: both;
}

.my_coupon_wrapper .coupon_list li a {
    background-image: url(/_tr/vt/1/img/mobile/v2017/icons/package-detail-arrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: right 20px center;
    color: #474747;
    display: block;
    padding: 7px 40px 7px 0;
    text-decoration: none;
}

.my_coupon_wrapper .coupon_list li a:hover {
    background-color: #f7f7f7;
}

.my_coupon_wrapper .coupon_list li:last-child {
    border-bottom: 1px solid #d3d3d3;
}

.my_coupon_wrapper .coupon_img {
    background: #999;
    float: left;
    height: 135px;
    margin-right: 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 260px;
}

.my_coupon_wrapper .coupon_img img {
    height: auto;
    width: 100%;
}

.my_coupon_wrapper .coupon_img .area_name {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
}

.my_coupon_wrapper .coupon_img .default_img {
    height: auto;
    margin-top: 40px;
    width: 48px;
}

.my_coupon_wrapper .coupon_help {
    background-image: url(/_tr/vt/1/img/mobile/my_coupon_help.png);
    background-size: 16px auto;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
}

.my_coupon_wrapper .span-3-2 {
    float: left;
    width: 510px;
}

.my_coupon_wrapper .span-3-1 {
    float: right;
    width: 160px;
}

#my_coupon_index  .coupon_img .area_name {
    font-size: 20px;
}

/*
#my_coupon_index .coupon_help {
    margin-top: 25px;
}
*/

#my_coupon_index .coupon_title {
    margin-top: 15px;
}

#my_coupon_index .coupon_title,
#my_coupon_index .coupon_discount {
    font-size: 18px;
}

#my_coupon_index .coupon_discount {
    color: #cd3828;
    display: block;
    font-weight: 600;
    line-height: 18px;
    margin-top: 5px;
}

#my_coupon_index .coupon_discount .discount_condition {
    font-size: 14px;
}

#my_coupon_index .booking_period {
    margin-top: 5px;
}

#my_coupon_index .booking_period,
#my_coupon_index .participation_period {
    display: table;
    font-size: 14px;
    table-layout: fixed;
    width:55%;
}

#my_coupon_index .booking_period .detail,
#my_coupon_index .participation_period .detail {
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.my_coupon_hero {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 0;
}

.my_coupon_hero .title {
    color: #000;
    font-size: 29px;
    font-weight: bold;
}

.my_coupon_hero .sub_title {
    color: #333;
    font-size: 20px;
}

.red_txt {
    color: #d93626;
}

.my_coupon_wrapper li.inactive-coupon {
    position: relative;
}

.my_coupon_wrapper li.inactive-coupon a {
    pointer-events: none;
}

.my_coupon_wrapper li.inactive-coupon .coupon_img,
.my_coupon_wrapper li.inactive-coupon .coupon_title,
.my_coupon_wrapper li.inactive-coupon .coupon_discount,
.my_coupon_wrapper li.inactive-coupon .booking_period,
.my_coupon_wrapper li.inactive-coupon .participation_period {
    opacity: 0.2;
}

.my_coupon_wrapper li.inactive-coupon #coupon_usage_info {
    position: absolute;
    background: #484848;
    color: #fff;
    z-index: 1;
    opacity: 1;
    left: 213px;
    padding: 5px 20px;
}

html:lang(cn) .my_coupon_wrapper li.inactive-coupon #coupon_usage_info,
html:lang(tw) .my_coupon_wrapper li.inactive-coupon #coupon_usage_info {
    left: 115px;
}

.page_navi,
.page_navi_a1 {
    background: #D4CDC7;
    height: 38px;
    margin: 20px 0 12px;
    padding: 0 10px;
    width: auto;
}

.page_navi_a1 {
    background: #dfeeff;
}

.page_navi_next {
    background: linear-gradient(to bottom, #ddd7d3 0%,#f9f6f4 99%);
    border: 1px solid #9b8f85;
    color: #6a5648;
    font-size: 12px;
    font-weight: bold;
    height: 11px;
    padding: 5px 0 8px;
    text-align: center;
    text-decoration: none;
    width: 53px;
    float: right;
    margin: 6px 10px 6px 0;
}

.page_navi .pages {
    float: right;
    margin-left: 0;
    margin-right: 10px;
}

#pagination .current {
    background: #b8aea6 url(../../img/v2/page_navi_btn_active.png) no-repeat center center;
    background: linear-gradient(to bottom, #988b82 0%,#bcb2ab 100%);
    border-left: 1px solid #e6e1dd;
    border-right: 1px solid #e6e1dd;
    border-bottom: 1px solid #ece8e4;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
    color: #ffffff;
    display: block;
    width: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 7px 1px;
    float: left;
}

#pagination li {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 7px 1px;
    float: left;
}

#pagination a {
    color: #53463A;
    display: block;
    width: 26px;
    height: 25px;
    text-decoration: none;
    padding: 0px;
    line-height: 25px;
    border-left: 1px solid #D4CDC7;
    border-right: 1px solid #D4CDC7;
}

#pagination a:hover{
    background:#b0a49d;
}

#pagination a:active{
    background:#b8aea6 url(../../img/v2/page_navi_btn_active.png) no-repeat;
    background: linear-gradient(to bottom,  #988b82 0%,#bcb2ab 100%);
    border-left: 1px solid #e6e1dd;
    border-right: 1px solid #e6e1dd;
    border-bottom: 1px solid #ece8e4;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
}

a.page_navi_next,
a.page_navi_next_a1,
a.page_navi_prev,
a.page_navi_prev_a1 {
    background: #ddd7d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #ddd7d3 0%, #f9f6f4 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd7d3), color-stop(99%,#f9f6f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ddd7d3 0%,#f9f6f4 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ddd7d3 0%,#f9f6f4 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ddd7d3 0%,#f9f6f4 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ddd7d3 0%,#f9f6f4 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd7d3', endColorstr='#f9f6f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #9b8f85;
    color: #6a5648;
    font-size: 12px;
    font-weight: bold;
    height: 11px;
    line-height: 15px;
    padding: 5px 0 8px;
    text-align: center;
    text-decoration: none;
}

a.page_navi_next_a1,
a.page_navi_prev_a1 {
    background: #bfd9f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd9f0 1%, #f3f5fb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bfd9f0), color-stop(100%,#f3f5fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfd9f0 1%,#f3f5fb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfd9f0 1%,#f3f5fb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfd9f0 1%,#f3f5fb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bfd9f0 1%,#f3f5fb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd9f0', endColorstr='#f3f5fb',GradientType=0 ); /* IE6-9 */
    border: 1px solid #5e96cd;
    color: #005BBC;
}

a.page_navi_next:hover,
a.page_navi_prev:hover {
    background: #f9f6f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f6f4 0%, #ddd7d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f4), color-stop(100%,#ddd7d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f6f4 0%,#ddd7d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f6f4 0%,#ddd7d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f6f4 0%,#ddd7d3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f6f4 0%,#ddd7d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6f4', endColorstr='#ddd7d3',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}

a.page_navi_next_a1:hover,
a.page_navi_prev_a1:hover {
    background: #f3f5fb; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f5fb 0%, #bfd9f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5fb), color-stop(100%,#bfd9f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f5fb 0%,#bfd9f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f5fb 0%,#bfd9f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f5fb 0%,#bfd9f0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f5fb 0%,#bfd9f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5fb', endColorstr='#bfd9f0',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}

a.page_navi_next:active,
a.page_navi_prev:active {
    background: #ddd7d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #ddd7d3 0%, #f9f6f4 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd7d3), color-stop(99%,#f9f6f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ddd7d3 0%,#f9f6f4 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ddd7d3 0%,#f9f6f4 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ddd7d3 0%,#f9f6f4 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #ddd7d3 0%,#f9f6f4 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd7d3', endColorstr='#f9f6f4',GradientType=0 ); /* IE6-9 */
}

a.page_navi_next_a1:active,
a.page_navi_prev_a1:active {
    background: #bfd9f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd9f0 1%, #f3f5fb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bfd9f0), color-stop(100%,#f3f5fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfd9f0 1%,#f3f5fb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfd9f0 1%,#f3f5fb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfd9f0 1%,#f3f5fb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bfd9f0 1%,#f3f5fb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd9f0', endColorstr='#f3f5fb',GradientType=0 ); /* IE6-9 */
}

a.page_navi_next,
a.page_navi_next_a1 {
    width: 53px;
    float:right;
    margin: 6px 10px 6px 0;
}

a.page_navi_next_a1 {
    margin-right: 0;
}

a.page_navi_prev,
a.page_navi_prev_a1 {
    float:right;
    margin: 6px 0 6px 0;
    width: 53px;
}

.pages_a1 {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
}

#pagination_a1 li {
    border: 1px solid #dfeeff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin: 7px 1px;
    text-align: center;
}
#pagination_a1 a {
    color: #0061d1 !important;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0 1px;
    text-decoration: none !important;
    transition: none;
    width: 26px;
}
#pagination_a1 a:hover {
    background: #8bb7e1;
    color: #ffffff !important;
}
#pagination_a1 a:active {
    background: #6da1d5; /* Old browsers */
    background: -moz-linear-gradient(top,  #6da1d5 0%, #9ac1e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da1d5), color-stop(100%,#9ac1e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6da1d5 0%,#9ac1e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6da1d5 0%,#9ac1e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6da1d5 0%,#9ac1e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6da1d5 0%,#9ac1e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da1d5', endColorstr='#9ac1e7',GradientType=0 ); /* IE6-9 */
}
#pagination_a1 .current {
    background: #6da1d5; /* Old browsers */
    background: -moz-linear-gradient(top,  #6da1d5 0%, #9ac1e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da1d5), color-stop(100%,#9ac1e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6da1d5 0%,#9ac1e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6da1d5 0%,#9ac1e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6da1d5 0%,#9ac1e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6da1d5 0%,#9ac1e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da1d5', endColorstr='#9ac1e7',GradientType=0 ); /* IE6-9 */
    border-top: 2px solid #457ebc;
    border-left: 1px solid #457ebc;
    border-right: 1px solid #457ebc;
    border-bottom: 1px solid #80afdd;
    color: #ffffff;
    display: block;
    float: left;
    height: 22px;
    width: 24px;
}



/**************
My Coupon page Details Style
**************/
#my_coupon_details .coupon_img {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

#my_coupon_details .coupon_img .default_img {
    margin-top: 166px;
    margin-bottom: 166px;
}

#my_coupon_details .coupon_content {
    clear: both;
    padding: 0 30px;
}

#my_coupon_details .coupon_help {
    margin-bottom: 25px;
}

#my_coupon_details .coupon_above_the_fold {
    margin-bottom: 25px;
    overflow: hidden;
}

#my_coupon_details .coupon_title {
    font-size: 26px;
    margin-bottom: 27px;
}

#my_coupon_details .coupon_title,
#my_coupon_details .coupon_desc {
    padding-right: 30px;
}

#my_coupon_details .coupon_quantity_n_rate {
    border-left: 1px solid #c7c8ca;
    padding-left: 10px;
    text-align: center;
}

#my_coupon_details .coupon_quantity_n_rate .fixed_price_discount {
    font-size: 19px;
    line-height: 18px;
    text-align: left;
}

#my_coupon_details .coupon_quantity_n_rate .discount_condition {
    font-size: 14px;
}

#my_coupon_details .discount_percent {
    border-bottom: 1px solid #c7c8ca;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#my_coupon_details .chapter {
    background: #f1f1f1;
    clear: both;
    margin-bottom: 20px;
    padding: 25px 20px;
}

#my_coupon_details .chapter_title {
    border-bottom: 1px solid #d93626;
    color: #d93626;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#my_coupon_details .chapter_title,
#my_coupon_details .chapter_content {
    padding-left: 10px;
    padding-right: 10px;
}

#my_coupon_details .applicable_ac_btn {
    background-image: url(/_tr/vt/1/img/mobile/my_coupon_blue_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

#my_coupon_details .applicable_ac_btn_wrapper,
#my_coupon_details .coupon_tnc {
    margin-top: 40px;
    text-align: center;
}

#my_coupon_details .coupon_tnc {
    margin-bottom: 25px;
}

#my_coupon_details .get_coupon_btn_wrapper {
    width: 372px;
    height: 56px;
    position: relative;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
}

#my_coupon_details .get_coupon_btn {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0; left: 0;
    background: #d93626;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px;
}

#my_coupon_details .applicable_ac_btn_wrapper,
#my_coupon_details .get_coupon_btn_wrapper {
    font-size: 20px;
}

#my_coupon_details .coupon_tnc{
    font-size:16px;
}
