.content-bg{
    background-color: #ecf0ee;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
}

.content-deco{
    width: 100%;
    height: 15px;
    background-color: #26A4B5;  /*#79B1AB;*/
}

.content-content{
    margin: 5px auto;
    width: 100%;
    height: auto;
    border-color: #26A4B5;
    border-radius: 10px;
    border-width: 1px;
   
}

.fa-arrow-right{color: #fc6e51;}

.content-button{
    width: 100%;
 
  text-align: center;
    
}

.second-title{
    margin: 8px 40px;
}
.title-word{
    font-size: 16px;
    font-weight: 900;
}
.title-rbox{
    width: 40%; 
    float: left; 
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.input_btn {
  width: 65px;
  height: 22px;
  background: #eaeaea;
  color: #666;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #999;
  padding: 0px;
}
.input_btn2 {
  background: #79B1AB;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #54a098;  
}
/*-----------------------------------------------*/

.content-content .form-group label{width: 20%;float: left;}

.haha{width: 70%;margin: 0 auto;}
.content-content .form-group h4{color: #fc6e51;font-weight: 600;}
.qq{clear: both;}
.haha2{width: 70%;margin: 10px auto;}
.haha2 .dd{margin-left: 208px;margin-top: 5px;}
.left-btn{text-align: left; padding-left: 220px;}
.haha2 img{max-width: 100px;}

/*--------switch css--------*/

.switch-content {
  margin: 0px auto;
  width: 280px;
  text-align: center;
  margin-left: 50px;
  padding-top: 5px;
}
.switch-content > .switch {
  display: block;
  margin: 0px auto;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

/*--------switch css  End--------*/

/*--------SET2 START --------*/

.table_deco .td_title, .table_deco .td_title2{width: 30%;text-align: center;height: 40px;line-height: 40px;}
.td_content, .td_content2{height: 0px;}

.table_deco td{font-size: 16px;font-weight: 600;}
.table_deco .td_title{background-color: #d3e3dc;}
.table_deco .td_title2{background-color: #c8d8d1;}
.table_deco .td_content{background-color: #e7e8e8;}
.table_deco .td_content2{background-color: #d8d8d8;}
.table_deco .td_content:hover , .table_deco .td_content2:hover{background-color: #e3cfa8;}
.form-text-content{width: 50%;background-color: #fbfffd;margin:0px 10px;}

.table_deco .area_title{height: 00px;line-height: 100px;}
.area_bg{height: 00px;}
.area_text_deco{max-width: 900px;width: 90%;margin: 0px 10px;}
.btn-contral{margin: 5px  0 10px 0;text-align: left;padding-left: 10px}
.table_deco{margin-top: 8px;}
.top-btn{margin: 10px 0 0 20px;}
/*--------SET2  Content-content START --------*/

#home2 table{margin: 0px 0;}
.where{text-align: right;}

.fa-map-marker{margin: 0 5px;color: #fc6e51;}

#mask_bg { 
     display: none;
     position: fixed;
     top: 0%;
     left: 0%; 
     width: 100%;
     height: 100%;
     background-color: black; 
     z-index:2000;
     -moz-opacity: 0.7; 
     opacity:.70; 
     filter: alpha(opacity=70);
}
       
 #mask_show{
     display: none;
     position: fixed;
     top: 35%;
     left: 35%; 
     width: 30%; 
     height: 30%;
     padding: 8px; 
     border: 8px solid #79B1AB;
     border-radius: 10px;
     background-color: white;
     z-index:2001; 
     overflow: auto;
}
#mask_show p{
    margin: 50px auto;
    letter-spacing: 12px;
    text-align: center;
}
.xx-deco{
    width: 140px;
    height: 25px;
    position: fixed;
    top: 36.5%;
    left: 57%;
    color: #79B1AB;
    font-weight: 900;
    
}

.xx-deco:hover{
    color: #e3cfa8;
}

/*-----------------set3 管理員設定CSS-----------------------*/
.tb-h-deco{
    background-color: #26A4B5;  /*#79B1AB;*/
}
.tb-h-deco tr td{
    border-width: 0px 2px 0px 0px;
    border-color: #bbd9d2;
    border-style: solid;
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.tb-h-deco tr td:last-child{
/*    border-width: 0 0 0 0;*/
}

.tb-c-deco {
    background-color: #d5deda;
    text-align: left;
}
td.tb-med{text-align: center;}

.tb-c-deco2 {
    background-color: #f2ede8;
    text-align: left;
}

.table > thead > tr > td, .table > tbody > tr > td {
  padding:4px;
  font-size: 13px;
  line-height: 14px;
  vertical-align: middle;
}

.tb-th-bg {
    background-color: #26A4B5;  /*#79B1AB;*/ 
    color: #ffffff;
}

.add-href{
    display: block;
    width: 130px;
    color: #fc6e51;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

a.add-href:hover{
    text-decoration: none;
    color:  #db5539;
}

.sd-ti{margin: 0 0 8px 0;}
.sd-ti ul {
    list-style: none;
    margin:0;
    padding:0;
}
.sd-ti ul li {
    display: inline-block;
}
.input_search_txt {
  width: 100px;
  height: 25px;
  background:#ffffff;
  color: #333333;
  font-size: 16px;  
  border: 1px solid #999999;
  padding: 0px;   
}
.input_search_btn {
  width: 50px;
  height: 25px;
  background: #26A4B5;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #54a098;
  padding: 0px    
}
.input_text01 {
    background-color: #eeeeee;
    width: 250px;
    border: 1px solid #999999;
    color: #333333;
}
.breadcrumb {
  padding: 0px 5px 8px 5px;
  margin-bottom: 0px;
  list-style: none;
  background: none;
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.breadcrumb > .active {
  color: #777;
}
.edit-white{color: white;text-decoration: none;}
.edit-white:hover{color: white;text-decoration: none;}
/* -- add set4 html--*/

.content-button a{text-decoration: none;color: black;}
.add-title-bg{
    background-color: #26A4B5;
    text-align: center;
    font-size: 18px;
    color: white;
    
    
}

.add-content-bg{
    background-color: #e8e6e6;
    width: 80%;
}
.dddd{width: 30%;}
.dddd-s{width: 40px;}
td_title area_title
#optionRadios1{
    margin: 4px auto;
}
.add-content-bg .radio input{margin-left: 1px;}

.radio-sty{
    padding-left: 10px;
}

.radio-sty input{
    left: 156px;
}

.radio-style input{left: 65px;}
.lan-radio input{left: 150px;}

/*-----about-add hyml*/

.add-title-bg2{
    background-color: #79B1AB;
    text-align: center;
    font-size: 18px;
    color: white;
    width: 150px;

}

.add-content-bg2{
    width:25px;
}



.square-img{
    width: 80px;
    height: 80px;
    border-width: 2px;
    border-color: #a3a3a3;
    border-style: dashed;
    float: left;
    margin-right: 8px;
}



/*-----------------------Banner CSS--------------------*/
.banner-table{
    width: 100%;
}
.banner-title{
    width: 250px;
    height: 30px;
    background-color: #79B1AB;
    color: white;
    font-size: 16px;
    text-align: center;
    border-color: #ECF0EE;
    border-style: solid;
}
.ban-short{
    width: 60px;
    height: 30px;
    background-color: #79B1AB;
    color: white;
    font-size: 16px;
    text-align: center;
    border-color: #ECF0EE;
    border-style: solid;
}
.banner-count {text-align: center;}
.banner-count .num{width: 30px;}
.img-count{text-align: center;max-width: 80px;}
.img-count input{width: 75%}
.img-name{width: 100px;}
.img-change{width: 90px;text-align: center;}
.img-view{width: 200px;text-align: center;}
.img-view img{max-width: 350px;width: 300px; height: auto;}
.img-tb-h tbody{
    border-width: 0 0 1px 0;
    border-color: #bababa;
    border-style: dashed;
}
.img-tb-h tbody:last-child{border-width: 0;}
.img-tb-h tbody td{padding:30px 0;}
.img-view p{padding: 10px 0;border: 
;}

.ban-med{
    width: 150px;
    height: 30px;
    background-color: #79B1AB;
    color: white;
    font-size: 16px;
    text-align: center;
    border-color: #ECF0EE;
    border-style: solid;
}
.radio-w{
    width: 100%;
    height: 30px;
    text-align: center;
}
.radio-w input{left: 160px;}
.radio-img{
    text-align: center;
}
.radio-img img{max-width: 300px;}

.radio-alt{text-align: center;}
.radio-alt input{
    width: 250px;
}

.fake-img{
    width: 180px;
    height: 70px;
    float: left;
    border-style:dashed;
    border-color: #9d9d9d;
    margin-right: 5px;
}
.tb-h{
    border-width: 0 0 10px 0;
    border-style: solid;
    border-color: #ECF0EE;
}

/*-------------ABOUT CSS-----------------*/

.ab-add-href{
    display: block;
    width: 100px;
    color: #fc6e51;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    float: left;
}

a.ab-add-href:hover{
    text-decoration: none;
    color:  #db5539;
}

.ab-add-href2{
    display: block;
    width: 100px;
    color: #fc6e51;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    float: left;
}

a.ab-add-href2:hover{
    text-decoration: none;
    color:  #db5539;
}

.text-w{width: 50px;}
.count-w{width: 80px;}
.white-btn{color: white;text-decoration: none;}
.white-btn:hover{color: white;text-decoration: none;}
.abo-second-title{
    margin: 30px 50px;
}

/*-------FILE MANAGE CSS---------*/
.file-w{width: 20px;}
.file-w input{width: 30px;}
.file-btn-dec{
    width: 100%;height: 20px;margin: 15px 0 5px 0;
}


.file-content-button{
    width: 100%;
    height: auto;
    float: left;
    letter-spacing: 5px;
    margin: 30px 0 0 30px;
}

.sss{
    width: 250px;
    float: left;
    height: 60px;
}
.eee{
    width: 250px;
    height: 60px;
    float: left;
}

.sss ul{
    left: 105px;
    top: 33px;
}

/*----------CONTACT CSS--------------*/
.con-add-href{
    display: block;
    width: 170px;
    color: #fc6e51;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    float: left;
}

a.con-add-href:hover{
    text-decoration: none;
    color:  #db5539;
}

.con-second-title{
    margin: 18px 30px;
}


.con-tb-h-deco{
    background-color:#79B1AB;
    font-weight: 900;
    color: white;
    text-align: center;
    font-size: 16px;
    width: 120px;
}

.con-tb-c-deco{
    color: black;
    width: 300px;
    
}


.con-tb-h-deco tr td{
    border-width: 0px 2px 0px 0px;
    border-color: #bbd9d2;
    border-style: solid;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}
.con-tb-h-deco tr td:last-child{
    border-width: 0 0 0 0;
}

.con-tb-c-deco {
    background-color: #d5deda;
    text-align: center;
}

/*------CLASS CSS-------*/
.class-sss{
   
    float: left;
    margin: 0 10px;
   
}
.class-sss ul{top:30px;letter-spacing: 3px;width:auto;
}
.class-sss ul li a:hover{background-color:#d7e8dd;}

.pro-second-title{margin: 10px 30px;}
.mail-w{max-width: 300px;}
.name-w{width: 150px;}

table{
    word-break: break-all;
}

.head-w{max-width: 700px;}

.tb-c-deco img{
    max-width: 100px;
}
.nnn img{max-width: 100px;}

.table-float{
    clear: both;
}
.top-btn button{text-align: center;}


/*-----------上傳圖片--------*/
.choice_img{
    width: 20%;
    height: auto;
    border-style: dotted;
    border-width: 2px;
    border-color: #c4c4c4;
    padding: 5px;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.botton-btn{margin: 0 0 0 30px;}
.pos-med{text-align: center;}
.ban-radio-style span{padding-right: 20px;}

.sel-dec select{
    background-color: #DDDDDD;
}
.sel-dec option{
    background-color: #f4f4f4;
}
.sel-dec option:active{
    background-color: #79b1ab;
}

.btnd{background-color: #DDDDDD;}


.nav-tabs{
    border-bottom: 2px solid #DDD;
}
.nav-tabs li{font-size: 16px;}
.nav-tabs li a{color: olive;font-weight: 600; background-color: #d6e8e6;color: #2f5f5a;}
.nav-tabs li a:hover{background-color: #FFF;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{background-color: #79B1AB;color: #2f5f5a;}


.askchk input[type="checkbox"]{
    display: none;
}
.askchk input[type="checkbox"] {
    display:none;
}
.askchk input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    background:url(../img/check.png) left top no-repeat;
}

.askchk input[type="checkbox"]:checked + label span {
    background:url(../img/check.png) -19px top no-repeat;
}
.table input[type="checkbox"]{
    display: inline-block;
}



.a-upload {
    padding: 4px 10px;
    height: 30px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
/*自訂表格樣式*/
.table2 {
    width: 100%;
}
.table2_tr {
  background: #f2ede8;
}
.table2_th {
    background: #26A4B5; /*#79B1AB;*/
    text-align: center;
    color: #ffffff;
}
.table2 tr td {
  border: 1px solid #ffffff;
}

.input_text, .input_select {
    background-color: #eeeeee;
    height: 20px;
    border: 1px solid #999999;
    line-height: 16px;
    font-weight: normal;
    color: #333333;
}

