@import url(normal.css) screen and (min-width: 1100px);
@import url(mini.css) screen and (min-width: 768px) and (max-width: 1099px);
@import url(note.css) screen and (min-width: 481px) and (max-width: 767px);
@import url(mobile.css) screen and (max-width: 480px);

body {
    color: #666;
    padding: 0;
    margin: 0;
    background: #f1f0ec;
    text-align: left;
}
body, div, p{
    font-family: 微軟正黑體, Arial, Helvetica, Verdana;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-size-adjust: none;
}
p{
    margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover{
    color: #ff5400;
    text-decoration: none;
}
ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none inside none;
}
textarea {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    padding: 5px !important;
}
.clear{
    clear:both;
}
/*header*/
#header{
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 60px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
#header .page-title {
    font-size: 20px;
    line-height: 40px;
    margin: 0px auto;
}
#header .menu-icon{
    background: center center no-repeat transparent;
    background-color: #ff7494;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#header .wedheadline-logo .logo-img {
    max-height: 60px;
    position: absolute;
    top: 0px;
    left: 60px;
}
#header .wedheadline-logo .logo-text {
    max-height: 60px;
    position: absolute;
    top: 0px;
    left: 125px;
}
#header h1 {
    display: none;
}
#header .quota {
    float: right;
    padding: 20px 20px 0px 0px;
}
#header .num {
    font-weight: bold;
    color: #ff5400;
}
#header .add-headline {
    background: #ff5400 url("../images/add2.png") no-repeat 10px 13px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px 10px 35px;
    font-size: 20px;
    margin-left: 5px;
}
#header .add-headline-unable {
    background: #ccc url("../images/add2.png") no-repeat 10px 13px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px 10px 35px;
    font-size: 20px;
    margin-left: 5px;
}

/*選單*/
#mwt_fb_tab {
    position: fixed;
    color: #fff;
    text-align: center;
    z-index: 100;
    left: 0px;
    top: 0px;
}
#mwt_fb_tab span {
    background: center center no-repeat transparent;
    background-color: #ff5400;
    background-image: url("../images/arrows2.png");
    width: 60px;
    height: 60px;
    display: block;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
}

/*headline*/
#headline-content{
    max-width: 100%;
    padding: 65px 0px 0px 0px;
    letter-spacing:-.31em;
    *letter-spacing:normal;
    *word-spacing:-.43em;
    text-rendering:optimizespeed;
    font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    display:-webkit-flex;
    -webkit-flex-flow:row wrap;
    display:-ms-flexbox;
    -ms-flex-flow:row wrap;
}
#headline-content .left-col {
    width: 99.7%;
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
}
.left-col .headline-wrap {
    margin: 15px 10px 20px 15px;
    padding: 15px 20px 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
#headline-content .delete a {
    background: url("../images/delete1.png") no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: right;
}

/*headline data*/
.headline-data .cover {
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
    width: 150px;
    height: 115px;
    position: relative;
}
.headline-data .preview a {
    background: #ff5400 url("../images/preview2.png") no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px 12px;
    border-radius: 5px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.headline-data .title a {
    color: #70614a;
    font-size: 24px;
}
.headline-data .url a {
    font-size: 13px;
}
.headline-data .date {
    margin-top: 10px;
    color: #888;
    font-size: 14px;
}
.headline-data .status {
    margin: 5px 0px 20px 0px;
}
.headline-data .close {
    background: #858585 url("../images/switch1.png") no-repeat 0px 1px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    font-size: 13px;
    padding: 1px 10px 0px 25px;
}
.headline-data .online {
    background: #ff5400 url("../images/switch1.png") no-repeat 39px 1px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    font-size: 13px;
    padding: 1px 25px 0px 10px;
}
.btn-wrap {
    float: right;
}
.btn-wrap a {
    color: #fff;
    padding: 8px 20px 8px 40px;
    margin: 0px 3px;
    border-radius: 5px;
    font-size: 18px;
}
.btn-wrap  .edit {
    background: #acacac url("../images/edit1.png") no-repeat 8px 5px;
}
.btn-wrap  .analy {
    background: #acacac url("../images/analy1.png") no-repeat 8px 5px;
}
.btn-wrap  .form {
    background: #acacac url("../images/form1.png") no-repeat 8px 5px;
}
.btn-wrap .camp {
    background: #ea5b7c url("../images/edit1.png") no-repeat 8px 5px;
}

/*jp-list*/
.jp-h1 {
    font-size: 20px;
    color: #888;
    margin: 20px 0px 5px 0px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.jp-wrap {
    background: #f6f6f4;
    padding: 10px;
    margin: 5px;
    float: left;
    height: 130px;
}
.jp-wrap .title {
    font-size: 14px;
    padding: 12px 0;
}
.jp-wrap .title-text {
    font-size: 18px;
}
.jp-wrap .title a {
    color: #ff5400;
    font-size: 18px;
}
.jp-wrap .date {
    font-weight: bold;
    margin: 0px 3px;
}
.jp-wrap .signup a {
    background: #ff5400;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    float: right;
}
.jp-wrap .data-cover {
    border: 1px solid #ddd;
    background: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0px 2px 4px 2px;
    float: left;
}
.jp-wrap .data-cover img {
    max-height: 50px;
    max-width: 50px;
    vertical-align: middle;
}
.jp-wrap .data-title {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: left;
    margin-left: 15px;
    position: relative;
}
.jp-wrap .data-title .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -12px;
}
.jp-wrap .data-title .edit {
    font-size: 13px;
}
.jp-wrap .no-data {
    color: #666;
    border-top: 1px solid #ddd;
    padding: 10px;
    height: 45px;
}
.jp-wrap .status {
    padding: 2px 5px;
    margin-left: 5px;
    color: #fff;
}
.jp-wrap .candidate {
    background: #faa600;
}
.jp-wrap .elected {
    background: #58ad49;
}
.jp-wrap .fail {
    background: #9b9b9b;
}

/*無資料*/
.no-data {
    padding: 70px 20px;
    text-align: center;
    background: #f4f4f4;
}

/*報名表格*/
.jp-signup-form .descri {
    font-size: 13px;
    color: #ccc;
}

/*headline analy*/
#headline-analy-content{
    max-width: 100%;
    padding: 65px 0px 0px 0px;
    letter-spacing:-.31em;
    *letter-spacing:normal;
    *word-spacing:-.43em;
    text-rendering:optimizespeed;
    font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    display:-webkit-flex;
    -webkit-flex-flow:row wrap;
    display:-ms-flexbox;
    -ms-flex-flow:row wrap;
}
#headline-analy-content .left-col {
    width: 99.7%;
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
}
.headine-title {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 15px;
    text-align: center;
}
.date-wrap {
    text-align: center;
    margin: 10px 0px;
}
.date-wrap input[type="text"] {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}
.date-wrap input[type="button"] {
    background: #ff5400;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
}
.left-col .analy-wrap {
    margin: 10px 0px 10px 10px;
    padding: 15px 20px 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.analy-wrap .no-data {
    padding: 30px;
    text-align: center;
}
.analy-wrap table {
    width: 100%;
    text-align: center;
}
.analy-wrap td {
    border: 1px solid #ddd;
    padding: 10px 20px;
}
.analy-wrap table .title-vw {
    background: #ff7495;
    color: #fff;
}
.analy-wrap table .title-other {
    background: #70614a;
    color: #fff;
}
.analy-wrap table .sub-title {
    background: #eee;
}

/*form data*/
#headline-form-content{
    max-width: 100%;
    padding: 70px 0px 0px 0px;
    letter-spacing:-.31em;
    *letter-spacing:normal;
    *word-spacing:-.43em;
    text-rendering:optimizespeed;
    font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    display:-webkit-flex;
    -webkit-flex-flow:row wrap;
    display:-ms-flexbox;
    -ms-flex-flow:row wrap;
}
#headline-form-content .left-col {
    width: 99.7%;
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
}
.left-col .form-data-wrap {
    margin: 10px 0px 10px 10px;
    padding: 15px 20px 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    min-width: 900px;
}
#headline-form-content .download {
    text-align: center;
    padding: 5px;
}
#headline-form-content .download a {
    background: #acacac;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
}
.form-data-wrap table {
    width: 100%;
    text-align: center;
}
.form-data-wrap td {
    border: 1px solid #ddd;
    padding: 10px 20px;
}
.form-data-wrap table .sub-title {
    background: #eee;
}

/*選擇樣版*/
#template-wrap {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 10px auto;
    min-height: 400px;
    position: relative;
    text-align: center;
    padding: 30px 30px;
}
#template-wrap h1 {
    color: #333;
    font-weight: normal;
    line-height: 35px;
}
#template-wrap h2 {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
}
.template-list-title {
    text-align: left;
    font-size: 22px;
    border-bottom: 3px solid #eee;
    padding: 20px 0px 10px 0px;
}
#template-list-wrap {
    margin-top: 10px;
}
.template-list {
    display: inline-block;
    width: 330px;
    margin: 10px;
    position: relative;
}
.template-list img {
    width: 100%;
    border: 1px solid #ddd;
}
.template-list .title a {
    color: #fff;
    width: 310px;
    padding: 10px;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #000;
    filter:alpha(opacity=80);
    opacity:0.8;
    zoom:1;
    z-index: 9;
}
/*.template-list:hover .title a {
    color: #fff;
    width: 310px;
    padding: 10px;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #000;
    filter:alpha(opacity=80);
    opacity:0.8;
    zoom:1;
    z-index: 9;
}*/
.template-list .del a {
    display: none;
}
.template-list:hover .del a {
    color: #fff;
    font-size: 22px;
    width: 20px;
    padding: 10px;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 10;
    border-left: 1px solid #555;
}
.template-list .preview-btn a {
    display: none;
}
.template-list:hover .preview-btn a {
    color: #666;
    width: 290px;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 61px;
    left: 11px;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.template-list:hover .preview-btn a:hover {
    background: #f6f6f6;
}
.template-list .btn a {
    display: none;
}
.template-list:hover .btn a {
    color: #fff;
    width: 290px;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 11px;
    left: 11px;
    background: #ff5400;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.template-list:hover .btn a:hover {
    background: #ff7835;
}

/*footer*/
.footer{
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
.footer li {
    display: inline;
    margin: 0px 3px;
}
.footer div {
    font-size: 12px;
}
.footer a {
    color: #ff5400 !important;
}
