*{
    box-sizing: border-box;
}
html{
    height: 100%;
}
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"; 
    position: relative;
    min-height: 100%;
    top: 0px;
	overflow-x: scroll;
	overflow-y: auto;
}
html , body {
    background-color: #EAEEF1;
    margin: 0;
    padding: 0;
   
}

a,
a:hover {
    text-decoration: none!important
}

#table_page_subtitle_normal tr,
.base_text,
.div_block_message_title,
.error_text,
.menu_bar_text,
.menu_bar_text_disable,
.submenu_bar_text,
.system_btn,
.system_frame_font,
.system_input_page,
.table_page_column_normal tr,
.table_page_content_none_normal tr,
.table_page_content_none_title,
.table_page_content_normal tr,
.table_page_title_main,
.td_bottom_language_font,
input,
select,
textarea {
    font-family: "思源黑體", Arial, "Noto Sans CJK TC", "文泉驛正黑", "WenQuanYi Zen Hei", "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
    color: #666
}

.table_page_content_normal a,
.table_page_content_normal tr {
    font-size: 14px;
    color: #4D4D4D
}

img {
    border: none
}
i{
    margin: 0 5px;
}
/*
a {
    color: #4A4A4A!important
}

a:hover {
    color: #6accd8!important
}
*/
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

input[type=text],
input[type=password],
input[type=datetime-local] {
	padding-left: 15px;
    background: #FFFFFF;
    outline: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #47AFA2;
    font-size: 18px;
    color: #000000;
}

input[type=text]:focus,
input[type=password]:focus {
    border: 1px solid #C68F77;
}

textarea {
    resize: none;
    height: unset !important;
    /*width: 100%;
    height: 36px;
    color: #000000;*/
    background: #FFFFFF;
    padding-left: 15px !important;
    font-size: 18px !important;
    border: 1px solid #47AFA2 !important;
}

textarea:focus{
    border: 1px solid #C68F77;
}

.search_frame,
select {
    height: 40px;
    width: 100%
}

input[type=checkbox],
input[type=radio] {
    outline: 0
}

select {
   appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
      /*改變右邊箭頭樣式*/
    background-image: url(../cwedding/types/image/common/select_icon.png);
    background-size:16px 10px;
    background-repeat: no-repeat; 
    background-position: right 10px center;
    background-color: #fff;
    padding-left: 15px;
    padding-right:20px;
    border: 1px solid #47AFA2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    font-size: 18px;
    color: #000000;
}

select:focus{
    border: 1px solid #C68F77;
}

.search_frame {
    background: #fff;
    border: 1px solid #E5E5E5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px
}

.search_input {
    outline: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding-left: 8px;
    font-size: 14px;
    color: #7f8080;
    background-color: rgba(255, 255, 255, 0)
}

.search_icon {
    cursor: pointer;
    width: 20px
}

.point {
    position: absolute;
    height: 16px;
    cursor: pointer
}
.pointer{
    cursor: pointer;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.error_text {
    font-size: 14px;
    color: #E06261
}

.Consolas {
    font-family: Consolas
}

.system_list_timeFont {
    font-size: 12px;
    color: #7b7b7b
}

.system_image_upload {
    position: relative;
    padding: 5px;
    height: 100px;
    border: 2px dotted #7ECBD1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: red;
    background-image: url(../cwedding/types/image/common/bk_upload_img.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center bottom
}

.system_image_upload_img {
    position: absolute;
    width: 86px;
    height: 86px;
    overflow: hidden;
    top: 0;
    right: 0
}

.line_dividers {
    width: 100%;
    height: 1px;
    background: #7ecbd1
}

.system_frame {
    border: 2px solid #4a9485;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px
}

.system_light_green_frame {
    border: 1px solid #9dd4d0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px
}

.system_frame_input {
    border: 2px solid #94D6CE
}

.system_frame_font {
    font-weight: 700;
    color: #afafaf
}
.system_title_font{
  color:#4D4D4D;
  font-size: 18px;  
}
.system_frame_keyword {
    width: 100px;
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    background: #89cfc7;
	color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin:10px;
}

.system_btn {
    width: 100%;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
	line-height: 40px;
}
.system_btn_broad {
    width: 100%;
    height: 60px;
    cursor: pointer;
    font-size: 18px;
}
.system_btn_red{
    background: #CC403E;
    color: #fff;
}
.system_btn_cancel {
    background: #899CA8;
    color: #fff
}

.system_btn_confirm {
    background: #47AFA2;
    color: #fff!important
}

.system_btn_save {
    background: #E06261;
    color: #fff
}

.system_btn_edit {
    background: #F5CB1F;
    color: #fff
}

.system_btn_del {
    background: #C68F77;
    color: #fff;
}

.system_btn_reload {
    background: #000!important;
    cursor: not-allowed;
    color: #fff
}

.system_btn_disable {
    background: #899CA8!important;
    cursor: not-allowed!important;
    color: #fff
}

.system_btn_plus {
    background: #94D6CE;
    color: #fff
}

.system_space {
    width: 60px;
}

@media screen and (max-width:420px) {
    .system_space {
        width: 5%
    }
}
#main_content{
	width:100%;
}
#table_page_subtitle_normal,
#table_page_title_normal,
.table_page_column_normal {
    position: fixed;
    width: 80%
}

@media screen and (max-width:420px) {
    #table_page_subtitle_normal,
    #table_page_title_normal,
    .table_page_column_normal {
        width: 90%
    }
}

#table_page_title_normal {
    height: 86px;
    top: 50px;
    background: #FFF;
    z-index: 9000
}

#table_page_title_normal table {
    word-break: break-all
}

.table_page_title_main {
    font-weight: 700;
    font-size: 24px;
    color: #E06261;
    position: relative;
    top: 2px
}

#table_page_subtitle_normal {
    top: 111px;
    z-index: 9001
}

#table_page_subtitle_normal tr,
.system_subtitle {
    font-size: 12px;
    color: #999;
    font-family: "明體", "新細明體"
}

.table_page_column_normal {
    top: 136px;
    background: #FFF;
    height: 42px;
    z-index: 9000;
    word-break: break-all
}

.table_page_content_none_normal,
.table_page_content_normal {
    position: relative;
    width: 100%;
    z-index: 0;
    word-break: break-all;
    top: 178px
}

#TableContent tr,
.TableContent tr {
    height: 60px
}

#TableContent tr table tr,
.TableContent tr table tr {
    height: 0
}

#TableContent td,
.TableContent td {
    font-family: "明體", "新細明體";
    color: #4D4D4D;
    font-size: 14px;
    border-bottom: 1px solid rgba(126, 203, 209, .4)
}

#TableContent td table td,
.TableContent td table td {
    border-bottom: 0
}

.table_page_content_normal a {
    color: #489799;
    font-weight: 700;
    font-size: 14px
}

.table_page_content_none_normal {
    top: 142px!important
}

.table_page_content_none_title {
    font-size: 20px
}

.table_block_frame {
    width: 100%;
    background: #FFF;
}

@media screen and (max-width:521px) {
    .table_block_frame {
        width: 100%;
        height: 100%;
        background-image: url(../cwedding/types/image/customer/bg_pattern.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
}

.div_block_message_title {
    height: 120px;
    font-weight: 500;
    font-size: 36px;
    color: #47AFA2 
}
@media screen and (max-width:420px) {
    .div_block_message_title {
       font-size: 20px;
    }
}
.system_btn_type1,
.system_btn_type2 {
    color: #fff;
    font-size: 18px;
    height: 60px !important;
}

.system_btn_type1 {
    background: #47AFA2;
}

.system_btn_type2 {
    background: #C68F77;
}
.div_page{
    background: #fff;
    width: 1240px;
}

.btn_help{
	position:relative;
	width:32px;
	top:4px;
	left:5px;
}
.del_icon{
    width: 24px;
    height: 24px;
    background-image: url(../cwedding/types/image/customer/delet_icon_n.svg); 
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;    
}
.information_icon{
    width: 30px;
    height: 30px;
    background-image: url(../cwedding/types/image/common/information_btn_n.svg); 
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
}
.information_icon:hover{
    background-image: url(../cwedding/types/image/common/information_btn_p.svg); 
}
.download_icon{
    width: 45px;
    height: 45px;
    background-image: url(../cwedding/types/image/common/download_btn_n.svg); 
    background-repeat: no-repeat;
    background-size: 45px;
    cursor: pointer;   
}
.download_icon:hover{
    background-image: url(../cwedding/types/image/common/download_btn_p.svg); 
}
.reply_icon{
    width: 48px;
    height: 42px;
    background-image: url(../cwedding/types/image/customer/reply_btn_n.svg); 
    background-repeat: no-repeat;
    background-size: 48px;
    cursor: pointer;   
}
.reply_icon:hover{
    background-image: url(../cwedding/types/image/customer/reply_btn_n.svg); 
}
.edit_icon{
    width: 32px;
    height: 32px;
    background-image: url(../cwedding/types/image/customer/edit_btn_n.svg); 
    background-repeat: no-repeat;
    background-size: 32px;
    cursor: pointer;   
}
.edit_icon:hover{
    background-image: url(../cwedding/types/image/customer/edit_btn_p.svg); 
}
.play_icon{
    width: 63px;
    height: 62px;
    background-image: url(../cwedding/types/image/customer/play_btn_n.svg); 
    background-repeat: no-repeat;
    background-size: 63px;
    cursor: pointer;   
}
.play_icon:hover{
    background-image: url(../cwedding/types/image/customer/play_btn_p.svg); 
}
.info_icon{
    width: 24px;
    height: 24px;
    background-image: url(../cwedding/types/image/common/information_btn_n.svg); 
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;   
}
.info_icon:hover{
    background-image: url(../cwedding/types/image/common/information_btn_p.svg); 
}
.back_btn{
	background-image: url(../cwedding/types/image/common/back_btn_n.svg); 
}