
body {
    font-family: -apple-system, BlinkMacSystemFont,"Microsoft JhengHei","Segoe UI","Roboto","Helvetica Neue", Arial, sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #606060;
}
/*for body*/
.modal-open {
    overflow: hidden !important;
    height: 100%;
    /*position: fixed;*/
}
h1,h2,h3,h4,h5{
	letter-spacing: 2px;
}
p{
	letter-spacing: 2px !important;
    font-weight: 300 !important;
    color:#563F40 !important;
}
ul{
    list-style: none;
    padding:0;
}

a{
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

button:focus {
    outline: 0;
}

.btn-primary, .btn-primary2, .btn-primary2:hover{
    color: #fff;
    background-color: #47AFA2;
    border-color: #47AFA2;
}
.information_content{
    margin-top: 60px;
}

.text-gray{
    color: #9d9d9d;
}

.title{
    color: #563F40;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 2rem;
}

.thumbnail {
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.navbar{
    padding: 0px;
}
.navbar a{
    color: #6E6E6E;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; 
}
.navbar a:hover{
    color:#6accd8;
    text-decoration: none;
}

.navbar-nav .nav-link{
    text-decoration: none; 
}

#navbarlist{
    margin: 0 -15px;
}

#navbarlist .navbar-nav li a{
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    color: #6E6E6E;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; 
}
#navbarlist .navbar-nav li a:hover{
    color:#6accd8;
}

#navbarlist #infocollapse li a{
	color: #899CA8;
}

#navbarlist #infocollapse li a:hover{
    color:#6accd8;
}

@media (min-width: 992px){
    #navbarlist{
        display: none;
    }
}

.navbar-toggler{
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar-toggler span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #66C7CD;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 3px;
}

.navbar-toggler.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 3px;
}
/*
#login div{
    float: left;
    position: relative;
}
*/
#login .icon-user{
    color: #66C7CD;
    padding: 0 1px;
    font-size: 1.4em;
}

#login span {
    margin: 0 3px;
}

.member_group{
    cursor: pointer;
}

#member_list .img_user_pic{
    width: 28px;
    height: 28px;
    border-radius: 28px;
}

#member-list.dropdown-menu{
    left: initial;
    right: 0;
}

/* Modal */
#pictureModal,#newsModal,#messageModal{
    background: rgba(0,0,0,.7);
}
#pictureModal .modal-content ,#newsModal .modal-content ,#messageModal .modal-content{
    background-color: transparent;
    border: 0;
}
#pictureModal .close ,#newsModal .close,#messageModal .close{
    color: #fff;
}
#pictureModal .img-fluid ,#newsModal .img-fluid,#messageModal .img-fluid{
    max-height: calc( 100vh - 152px );
}
@media (min-width: 576px){
    #pictureModal .modal-dialog ,#newsModal .modal-dialog,#messageModal .modal-dialog {
        /* max-width: 850px;
        width: 90%; */
        max-width: 100%;
        width: 100%;
        margin: 1.75rem auto;
    }    
}
#checkCloudprint,#errorMessage_modal{
    background-color: rgba(0,0,0,0.7);
}

/* header */
#header{
	position: relative;
	overflow: hidden;
    top: 40%;
    height: 75%;
    padding-left: 10%;
}

@media (min-width: 576px){
    #header .container {
      max-width: 800px;
    }
}
@media (min-width: 992px){
    #header .container  {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    #header .container {
        max-width: 1140px;
    }    
}

#cover-text{
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 240px;
    padding: 0.3rem;
    letter-spacing: 2px;
}
@media (min-width: 576px){
    #cover-text {
        transform: translate(-50%,-50%) scale(1.3);
    }
}
@media (min-width: 920px){
    #cover-text {
        transform: translate(-50%,-50%) scale(1.5);
    }
}

.load-more{
    margin: 20px 0;
    text-align: center;
    cursor: pointer;
}
.load-more p{
    font-size: 1rem;
    font-weight: 400;
}
.load-more i{
    font-size: 1.6rem;
}

/* info */
#info .container {
    background: #D5EEEA;
    padding: 1rem;
}

#info .container .info-border{
    padding: 1rem;
	border:2px solid #47AFA2;
    background: rgba(255,255,255,.8);
}
#info .main-info{
    position: relative;
}
#info .img-leaf{
    position: absolute;
    max-width: 20%;
    top: 50%;
}
#info .l-leaf{
    left: 5%;
    transform: translateY(-50%);
}
#info .r-leaf{
    right: 5%;
    transform: rotateY(180deg) translateY(-50%);
}
#info .container h2{
    width: 90%;
    max-width: 400px;
    margin: 1.5rem auto 1rem;
    font-size: 1.4rem;
    color: #47AFA2;
}
#info .container .info{
    padding: 0 20px 20px 0;
	font-size: 1rem;
}
#info .container .info h4{
    padding: 1rem 0;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 5px;
    color: #563F40;
}
#info .container .info a{
	font-size: 0.8rem;
    color: #47AFA2;
    text-decoration: underline;
}
/*info seat*/
#seatModal .modal-content{
    background-color: #F6F6F6;
}
#seatModal .nav-tabs {
    border-bottom: 1px solid #899CA8;
}
#seatModal .nav-tabs a{
    color: #899CA8;
}
#seatModal .nav-tabs .nav-link {
    border: 0; 
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
}
#seatModal .nav-tabs .nav-item.show .nav-link,#seatModal .nav-tabs .nav-link.active {
    color: #47AFA2;
    background-color: transparent;
    border-bottom: #47AFA2 solid 3px;
}
#seatModal .nav-tabs .nav-link:focus,#seatModal .nav-tabs .nav-link:hover {
    border-bottom: #47AFA2 solid 3px;
}
#seatModal .select{
    margin: 1rem 0;
}
#seatModal .selecedtable{
    background: #fff;
    padding: 1rem;
    margin: 1rem 0 ;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 1px #ddd;
}
#seatModal .selecedtable .tabletitle{
    font-size: 1.1rem;
}
#seatModal .selecedtable hr{
    margin : 5px 0 5px;
}
#seatModal .selecedtable .note{
    font-size: 0.8rem;
    color: #aaa;
}
#seatModal .thumbnail .table-icon{
    max-width: 120px;
}
#seatModal .thumbnail .table-text{
    color: #899CA8;
}
#seatModal .modal-header{
    padding-bottom: 0;
    border-bottom: 0;
}
.modal-seat{
    position: relative;
}
.seat-tables{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(180, 218, 212, 0.5);
    color: #fff;
    font-size: 0.6rem;
    border-radius: 0.3rem;
    text-align: center;
    cursor: pointer;
}
.seat-tables-hide {
    background-color: unset !important;
    background-image: unset !important;
}
.seat-tables .seat-name {
    display: none;
}
.seat-tables:hover{
    background-color: rgba(74, 154, 135, 0.7);
}
.seat-tables:hover .seat-name {
    display: block;
}

.people-tag {
    background: #47AFA2;
    color: #fff;
    padding: 3px 5px;
    margin: 3px 3px;
}
/*info map*/
#map-canvas{
    width:100%;
    height:300px;
}

/*relply*/
#relpynote{
    padding: 1rem;
    background-color: #D5EEEA;
    color: #47AFA2 !important;
}
#relpynote div,#relpynote p{ 
    color:#47AFA2;
}
#relpynote .img-flower{
    position: relative;
    margin: 0.5rem 0;
    max-width: 50%;
    left:50%;
    transform: translateX(-50%);
}
.private {
    text-align: center;
    font-size: .9rem;
    color: #ED7788;
    margin: 1rem 0;
}

#reply .form-group{
    margin-bottom: 1.4rem;
}

#reply .bordered,
#reply_show .bordered{
    padding: 1rem;
    border: 1px solid #D5EEEA;
}

#reply .reply-w,
#reply_show .reply-w{
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px){
    #reply .reply-w,
    #reply_show .reply-w {
        width: 90%;
    } 

}
#replySend_content{   
    word-wrap: break-word;
    line-height: 2rem;
}
#replySend_content label.title_label {
    width: 100px;
    vertical-align: top;
}

/* message */
#message .container{
    background-color: #D5EEEA;
}

#message .title{
    color: #698885;
}

#message form{
    padding: 30px 0;
}

#message #img_checkcode_message{
	max-width: 80%;
}

#message .icon-arrows-cw{
	font-size: 1.3rem;
	cursor: pointer;
}

/* messages */
#messages .container{
    background-color: #D5EEEA;
    padding-bottom: 1rem;
}

#messages .message-item{
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 0px;
    background-color: #fff;
    color: #47AFA2;
}
#messages .message-item .thumbnail{
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
}
#messages .message-item .thumbnail img{
    max-width: 100%;
    max-height: 250px;
}
#messages .message-item .thumbnail .video-cover{
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
#messages .message-item .thumbnail .video-cover i{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 15px;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
}
#messages .message-item .thumbnail .video-cover i:hover{
    border: 1px solid #fff;
    background: rgba(255,255,255,0.7);
}
#messages .message-item .card-title {
    margin-bottom: 0;
}

#messages .message-item .header{
    margin: 0;
    margin-bottom: 0.6rem;
}
#messages .message-item .time{
    margin: 0;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #563F40;
}

#messages .message-item .card-text{
	margin-bottom: .5rem;
	overflow: hidden;
	line-height: 25px;
    font-size: 1.2rem;
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear; 
}
#messages .overflow{
    max-height: 80px;
    margin: 0;
}
#messages .message-item .message-open{
    max-height: 100%;
}

#messages .message-item a{
	color: #3C3D3D;
    text-decoration: underline;
}
#messages .message-item hr{
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

#messages .read-more{
    position: relative;
    top: -15px;
    margin: 0;
    padding-top: 10px;
    display: none;
    text-align: right;

    background: -webkit-linear-gradient(rgba(255,255,255,.7), white);
    background: -o-linear-gradient(rgba(255,255,255,.7), white);
    background: linear-gradient(rgba(255,255,255,.7), white);
}
#messages .read-more span{
    cursor: pointer;
    font-size: 1rem;
    text-decoration: underline;
}
#messages .message-item .reply{
    margin-left: 2rem;
}
#messages .message-item .reply .thumbnail{
    width: 60px;
}
/* qrcode */
#qrcode .container{
    padding: 2rem;
    background-color: #FFF4F4;
}

#qrcode .title{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#qrcode .website{
    display: block;
    color: #563F40;
    letter-spacing: 2px;
    word-break: break-all;
}

#qrcode .information_img_qrcode{
    max-width: 160px;
    margin: 1rem;
}
#qrcode .btn{
    max-width: 230;
    max-height: 68;
}
#qrcode .store-btns{
    max-width: 80%;
    margin: 0 auto;
}
#open_app{
    display: none;
}

/*images*/
#images .swiper-container{  
    height: 420px;
}
#imageRecords .swiper-container{
    height: 95px;
    /*max-width: 500px;*/
}
@media (min-width: 400px){
   #imageRecords .swiper-container {
        height: 150px;
    } 
}
@media (min-width: 576px){
   #imageRecords .swiper-container {
        height: 165px;
    } 
}
@media (min-width: 768px){
   #imageRecords .swiper-container {
        height: 226px;
    } 
}
@media (min-width: 992px){
   #imageRecords .swiper-container {
        height: 300px;
    } 
}
@media (min-width: 1200px){
   #imageRecords .swiper-container {
        height: 364px;
    } 
}
#images .swiper-slide .thumbnail, #imageRecords .swiper-slide .thumbnail{
    top:50%;
    transform: translateY(-50%);
}
#images .swiper-slide .thumbnail img, #imageRecords .swiper-slide .thumbnail img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#images .swiper-slide .cover{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.4);
    cursor: pointer;
}
#imageRecords .swiper-slide .cover{
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    cursor: pointer;
}
#images .swiper-slide .cover i, #imageRecords .swiper-slide .cover i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    color: #fff;
}
#images .swiper-pagination, #imageRecords .swiper-pagination{
    position: unset;
}
.swiper-pagination-bullet{
    margin: 0 4px;
}

#imageModal{
    background-color: rgba(0,0,0,.6);
}
@media (min-width: 576px){
     #imageModal .modal-dialog{
        max-width: 80%;
    }  
}

#imageModal .modal-content{
    height: 90vh;
}

#imageModal .modal-header{
    padding-bottom: 0;
    border-bottom: none;
}
#imageModal .modal-body{
    padding: 0;
}
#imageModal .modal-footer{
    min-height: 71px;
}
#imageModal #modal-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
    z-index: 10;
}
#imageModal #img-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#imageModal .frame{
    position: absolute;
    overflow: hidden;
    background-color: rgba(0,0,0,.2);
}

#imageModal .frame p{
    position: relative;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 0;   
}

#imageModal .input-frame{
    position: absolute;
    cursor: pointer;
    z-index: 11;
}

#imageModal .btn-clear{
    display: none;
}

#viewModal .merge-image{
    max-width: 70%;
    position: relative;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

#mergeModal .merge-image{
    max-width: 70%;
    position: relative;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

#mergeModal .qrcode{
    position: relative;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
}
#mergeModal .loader-image{
    position: relative;
    width: 70px;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/*photoalbum*/
#photoalbum .album-item{
    margin: 0;
    margin-bottom: 1rem;
    background: #47AFA2;
    cursor: pointer;
}
#photoalbum .album-item:hover{
    box-shadow:3px 3px 11px 3px #ddd;
}
#photoalbum .album-item .card-content{
    padding: 1rem;
}
#photoalbum .card-title{
    color: #fff;
}
#photoalbum .card-text{
    color: #fff;
}
#photoalbum .note{
    min-height: 38px;
    word-break: break-word;
}
#photoalbum .time{
    font-size: 0.5rem;
    letter-spacing: 1px;
    text-align: right;
}
#photoalbum .album-cover{
    height: 14rem;
    background-color: #fff;
    background-image: url(/cwedding/types/image/top_cwedding_logo.svg);
    background-position: center;
    background-size: cover;
}
@media (min-width: 400px){
    #photoalbum .album-cover{
        height: 18rem;
    }
}
@media (min-width: 576px){
    #photoalbum .album-cover{
        max-height: 12rem;
    }
}
.img-width{
    width: 100%;
}
.img-height{
    height: 100%
}
#album-list > div{
    display: none;
}

/*news*/

#news .news-item{
    margin-bottom: 1rem;
    border: 0px;
    background-color: #D5EEEA;
    color: #47AFA2;
    display: none;
}
#news .news-item .card-title {
    margin-bottom: 0;
}
#news .news-item .news-content{
    padding: 0.8rem;
}
#news .news-item .header{
    margin: 0;
    margin-bottom: 0.6rem;
}
#news .news-item .time{
    margin: 0;
    font-size: 0.5rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #563F40;
}

#news .news-item .card-text{
    margin-bottom: .5rem;
    overflow: hidden;
    line-height: 20px;
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear; 
}
#news .news-item .overflow{
    max-height: 80px;
    margin: 0;
}
#news .news-item .news-open{
    max-height: 100%;
}

#news .news-item a{
    color: #3C3D3D;
    text-decoration: underline;
}
#news .news-item .thumbnail{
    height: 18rem;
}
#news .news-item .thumbnail img{
    width: 100%;
    position: relative;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#news .read-more{
    position: relative;
    top: -15px;
    margin: 0;
    padding-top: 10px;
    display: none;
    text-align: right;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d5eeea+100&0.5+0,1+100 */
    background: -moz-linear-gradient(top, rgba(213,238,234,0.5) 0%, rgba(213,238,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(213,238,234,0.5) 0%,rgba(213,238,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(213,238,234,0.5) 0%,rgba(213,238,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#news .read-more span{
    cursor: pointer;
    text-decoration: underline;
}
@media screen and (max-width:521px) {
	#dropdownLangButton{
		color: #fff;
	}
}
.modal-merge{
    user-select: none;
}
