﻿﻿@charset "utf-8";
/* 投票列表页 */
.voteCommonList li {
    padding: 10px 0;
    margin: 0 5px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding-left: 34px;
    background: url(../img/list.png) 8px 16px no-repeat #fff;
    overflow: hidden;
    font-size: 14px;
}
.voteCommonList .tit {
    display: block;
    overflow: hidden;
    padding-right: 10px;
    line-height: 25px;
}
.voteCommonList .dates {
    display: block;
    color: #999;
}
.voteCommonList .dates span {
    margin-right: 20px;
}
.voteCommonList .btns {
    float: right;
}
.voteCommonList .btns a {
    float: right;
    margin-left: 5px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.voteCommonList .btns a:hover {
    color: #f60;
    border-color: #bbb;
    text-decoration: none
}
.voteCommonList .btns .over {
    color: #ccc !important;
    border-color: #ddd !important;
}
/* 投票列表带结果页 */
.votePage {
    padding: 40px;
}
.votePage .voteTitle {
    font: normal normal 22px/200% "Microsoft YaHei", SimHei;
    text-align: center;
    color: #0E50A1;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
.voteResultList {
    padding: 10px;
    zoom: 1;
}
.voteResultList li {
    line-height: 18px;
    padding: 5px 0;
}
.voteResultList li.last .row {
    background: #fff;
}
.voteResultList li.last strong {
    font-weight: bold;
    padding: 0 5px;
    color: #f60;
}
.voteResultList span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.voteResultList span.tit {
    width: 360px;
    text-align: right;
}
.voteResultList span.row {
    width: 300px;
    margin: 0 10px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    background: #f4f4f4;
}
.voteResultList .row .rowCon {
    width: 0px;
    display: block;
    background: #B7E373;
    border: 1px solid #478F45;
    padding: 1px;
    padding-bottom: 0;
}
.voteResultList .row .rowCon i {
    display: block;
    background: #5DBC5B;
    height: 8px;
    overflow: hidden;
}
/* 投票内容页 */
.voteBanner {
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
}
.voteBanner img {
    width: 100%;
    height: auto;
}
.votePost {
    margin: 40px;
}
.votePost .voteTitle {
    padding: 0 0 25px 0;
    font: normal 30px/1.5 "Microsoft YaHei";
    text-align: center;
    color: #333
}
.votePost .voteDescription {
    padding: 20px;
    font-size: 16px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px dotted #ddd;
    line-height: 32px;
    text-indent: 2em;
}
.votePost .voteDescription p {
    margin-bottom: 15px;
}
.votePost #voteItems {
    padding: 0px;
}
.votePost #voteItems > ul {
    padding: 20px 0;
}
.votePost #voteItems > ul > li {
    height: auto;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}
.intro ul,
.intro ol,
.voteDescription ul,
.voteDescription ol {
    padding-left: 2em;
}
.intro ul li,
.voteDescription ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important;
}
.intro ol li,
.voteDescription ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}
.votePost li .showMore {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url(../img/showMore.png) 50% -47px no-repeat;
    cursor: pointer;
}
.votecomments ul {
    padding: 0 0 0 40px;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.votecommentlist {
    height: 275px;
}
.votecommentlist .commentlist {
    overflow: auto;
    height: 249px;
    border: 4px solid #F0F0F0;
}
.replyBox span {
    display: none;
}
.votePost li .showMoreOn {
    background-position: 50% -47px;
}
.votePost li .showVoteComment {
    padding-left: 20px;
    background: url(../img/showMore.png) 8% 14px no-repeat;
    font-weight: bold;
}
.votePost li .showVoteCommentOn {
    padding-left: 20px;
    background-position: 8% -38px;
}
.votePost li .postComment {
    display: none;
    overflow: hidden;
}
.votePost li .itemCon {
    margin: 0 22px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.votePost li .itemCon .pic {
    height: 180px;
    float: left;
    *display: inline;
    margin-right: 10px;
    padding: 4px;
    background: #fff;
    border-right: 1px solid #ccc;
}
.votePost li .itemCon .pic img {
    height: 180px;
    width: auto;
}
.votePost li .itemCon .intro {
    padding: 10px 10px 10px 0px;
    height: 168px;
    overflow: hidden;
    text-indent: 2em;
    font-size: 14px;
    line-height: 1.8
}
.votePost .code {
    padding-left: 20px;
    font-size: 18px;
}
.votePost .code img {
    vertical-align: middle;
}
.votePost .tips {
    height: 35px;
    line-height: 35px;
}
.votePost .field-validation-error {
    display: block;
    color: #f00;
}
.votePost .submit {
    padding: 25px 0 15px 0;
    text-align: center;
}
.votePost .submit a,
.votePost .submit input,
.showVoteComment {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
.votePost .submit input {
    cursor: pointer;
    height: 38px;
}
.votePost .submit a:hover,
.votePost .submit input:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
/* 新系统 投票列表原样式 */
.voteListPage .mainBox .mBd {
    padding: 0px;
}
.vote-info {
    height: 28px;
    line-height: 28px
}
.vote-info span {
    padding-right: 10px;
    color: #004c93;
    font: 12px '宋体', Arial, Helvetica, sans-serif;
}
.vote-title {
    padding: 5px;
    border: solid 1px #184999;
    background: #f3f3f3;
    color: #184999;
}
.vote-title p {
    margin: 0px;
}
.voting .item-title,
.voting .select,
.voting .contrast {
    float: left;
}
.select {
    padding: 0 5px;
}
.voteItem {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.item-title {
    width: 300px;
    text-align: right;
    padding: 0 10px;
}
.contrast-count,
.contrast-total {
    display: block;
    float: left;
    margin-top: 12px;
    height: 15px;
}
.contrast-total {
    background: #e9e9e9;
}
.contrast-count {
    background: #dd5bb7;
}
.contrast {
    width: 250px;
}
.tag-submit {
    background: url('../../Base/img/opinion_button.png') no-repeat;
    width: 138px;
    height: 33px;
    border: 0px;
    color: #fff;
    font-size: 14px;
}
.contrast-submit span {
    display: block;
    width: 138px;
    height: 33px;
    margin: auto;
}
.voting {
    margin: 0 auto;
}
.vote {
}
.tag-vote {
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: dotted 1px #154289;
}
/* 投票结果页 */
.voteResultPage .mainContent label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.voteResultPage .mainContent .col-md-6 {
    position: relative;
    min-height: 1px;
    padding: 0;
    float: left;
    width: 50%;
    margin: 0px;
}
.surveyInfo {
    margin-bottom: 0px;
}
.surveyInfo .title-info {
    padding: 10px 0;
}
.surveyInfo .title-info i {
    float: left;
    margin: 12px 15px 0 0;
}
.surveyInfo .title-info dt {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    overflow: hidden;
}
.surveyInfo .title-info dd {
    height: 28px;
    line-height: 28px;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
}
.surveyInfo .title-info dd i {
    float: none;
    margin-right: 0px;
    margin-top: 8px
}
.surveyInfo .title-info dd span {
    margin: 0 10px;
}
.graphPater {
    overflow: hidden;
    margin-bottom: 20px;
}
.graphPater .graphTitle {
    line-height: 40px;
    background-color: #F9F9F9;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 15px;
}
.graphPater .result-title {
    color: #0e4a72;
}
.graphPater .result-title {
    font-size: 16px;
    margin-right: 15px;
    float: left;
    *display: inline;
    height: 40px;
}
.graphPater .result-type {
    float: right;
    *display: inline;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.graphPater .result-type label {
    float: left;
    *display: inline;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 0px 0px;
}
.graphPater .result-type span {
    float: left;
    *display: inline;
    height: 40px;
    line-height: 40px;
    color: #3776B6;
    margin-right: 10px;
}
.graphPater .graphContent {
    padding: 1.5%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-top: 0
}
.graphPater .graphContent .result-chart {
    width: 500px;
    height: 300px;
    margin: 0 auto;
}
.graphPater .graphContent .options {
    max-height: 300px;
    overflow-y: auto
}
.graphPater .graphContent .options table {
    border-collapse: collapse;
    empty-cells: show;
    font-size: 12px;
    width: 100%
}
.graphPater .graphContent .options th,
.graphPater .graphContent .options td {
    border: 1px solid #e5e5e5;
    background-color: #F9F9F9;
    line-height: 1.8;
    padding: 7px 5px;
    text-align: center
}
.graphPater .graphContent .options td {
    background-color: #fff
}
#choice {
    padding: 25px 0 15px 0;
    text-align: center;
}
#choice a {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
#choice a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
.form-control {
    width: 80px;
    height: 30px;
}
span {
    display: inline-block;
    vertical-align: middle;
}
/* 投票报名页 */
.votetable {
    width: 100%;
}
.votetable {
    width: 100%
}
.votetable td {
    line-height: 24px;
    padding: 8px 5px;
    vertical-align: middle;
}
.votetable td .field-validation-error {
    color: #ff0000;
}
.votetable td.tdlab {
    width: 130px;
    text-align: right;
}
.votetable td input[name="Title"] {
    width: 681px;
    border: #ccc solid 1px;
    color: #36C;
    height: 20px;
    overflow: hidden;
    padding: 5px 0px 5px 5px;
}
.votetable td label.radio {
    float: left;
    *display: inline;
    margin-right: 15px;
}
.votetable td label.radio input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.votetable .upload-single {
    width: 220px;
}
.votetable .upload-single .upload-pick {
    margin-top: 40px
}
.votetable .upload-single .upload-file-area {
    background: #fff;
    min-height: 100px;
    border: 2px dashed #ccc;
}
.votetable .upload-single .upload-pick:hover .webuploader-pick,
.votetable .upload-single .webuploader-pick-hover {
    background: #077BD4
}
.votetable .upload-single .webuploader-pick {
    width: 50%;
    background: #aaa;
    height: 30px;
    line-height: 30px;
}
.votetable .upload-multi {
    width: 400px;
}
.votetable .upload-multi .upload-file-area {
    background: #fff;
    min-height: 100px;
    border: 2px dashed #ccc;
}
.votetable .upload-multi .webuploader-pick {
    width: 50%;
    background: #aaa;
    height: 30px;
}
.docs-data > .input-group {
    padding-bottom: 7px;
    width: 180px;
    overflow: hidden;
}
.docs-data > .input-group .input-group-addon {
    width: 14px;
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 5px 12px;
}
.docs-data > .input-group .input-group-addon:first-child {
    width: 28px;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
}
.docs-data > .input-group .input-group-addon:last-child {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
}
.docs-data > .input-group #dataX,
.docs-data > .input-group #dataY,
.docs-data > .input-group #dataWidth,
.docs-data > .input-group #dataHeight {
    width: 74px;
    float: left;
    height: 16px;
    line-height: 16px;
    border-radius: 0px;
}
.modal-backdrop.fade {
    filter: alpha(opacity=50);
    opacity: .5;
    display: block;
}
#content {
    z-index: auto;
}