﻿﻿@charset "utf-8";
/* 问卷调查-列表页 ----------------------------------------------------- */
.surveyCommonList 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;
}
.surveyCommonList .tit {
    overflow: hidden;
    padding-right: 10px;
    line-height: 25px;
}
.surveyCommonList .dates {
    display: block;
    color: #999;
}
.surveyCommonList .dates span {
    margin-right: 20px;
}
.surveyCommonList .btns {
    float: right;
}
.surveyCommonList .btns a {
    float: right;
    margin-left: 5px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #05c224;
    padding: 0 10px;
    color: #05c224;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.surveyCommonList .btns a:hover {
    background: #e8f3ea;
    text-decoration: none;
}
.surveyCommonList .btns .over {
    color: #ccc !important;
    border-color: #ddd !important;
}
.surveyCommonList .btns .over:hover {
    background: #f3f3f3;
}
/* 问卷调查默认模板 ---------------------------------------------- */
#SurveyBox {
    padding: 40px;
}
#SurveyTitle {
    padding: 0 0 25px 0;
    font: normal 30px/1.5 "Microsoft YaHei";
    text-align: center;
    color: #333;
}
#SurveyBox .required {
    color: red;
}
#SurveyBox dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
}
#SurveyBox dd {
    padding: 15px 0 15px 20px;
    line-height: 24px;
}
#SurveyBox dd input {
    margin-right: 3px;
    vertical-align: middle;
}
.field-validation-error {
    color: #f00;
    font-weight: normal;
    margin-left: 10px;
}
#SurveyBox .SurveyDescription {
    padding: 20px;
    text-indent: 24px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px dotted #ddd;
}
#SurveyBox dd li {
    padding: 3px 0;
}
#SurveyBox .code {
    line-height: 30px;
    margin-top: 20px;
    height: 38px;
}
#SurveyBox .code input[type="text"] {
    width: 120px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
    float: left;
    margin-right: 10px;
}
#SurveyBox .codeerror {
}
#surveySubmit {
    padding: 25px 0 15px 0;
    text-align: center;
}
#surveySubmit a,
#surveySubmit input {
    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);
}
#surveySubmit input {
    cursor: pointer;
    height: 38px;
}
#surveySubmit a:hover,
#surveySubmit input:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
/*input错误信息发光提示*/
#SurveyBox input[type="text"].input-validation-error,
#SurveyBox input[type="password"].input-validation-error,
#SurveyBox textarea.input-validation-error {
    border-color: #cf8484;
    border-color: rgba(227, 144, 144, 0.9);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.5);
}
/* 问卷调查结果页模板 */
.surveyResult {
    padding: 40px;
}
.surveyResult .row {
    margin-bottom: 20px;
    overflow: hidden;
}
.surveyResult .row .titleInfo {
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
}
.surveyResult .row .titleInfo i {
    margin: 12px 10px 0 0;
    color: #3776b6;
    font-size: 14px;
}
.surveyResult .row .titleInfo .title {
    height: 37px;
    line-height: 38px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    color: #3776b6;
    font-weight: bold;
}
.surveyResult .row .titleInfo .time {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #3776b6;
}
.surveyResult .row .titleInfo .time span {
    margin: 0px;
}
.surveyResult .row .titleInfo .time span.spe {
    margin: 0 20px;
}
.surveyResult .row .message {
    width: 50%;
    float: right;
}
.surveyResult .row .message ul {
    display: block;
    overflow: hidden;
}
.surveyResult .row .message ul li {
    float: left;
    height: 78px;
    line-height: 78px;
    background-color: #55badf;
    width: 45%;
    margin-left: 5%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding-left: 5%;
    box-sizing: border-box;
}
.surveyResult .row .message ul li .fa {
    font-size: 35px;
    vertical-align: middle;
}
.surveyResult .row .message ul li strong {
    font-weight: normal;
    font-size: 32px;
    margin: 0 10px;
    vertical-align: middle;
}
.surveyResult .row .message ul li.ans {
    background-color: #7e66cc;
}
.surveyResult .graphPater {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.surveyResult .graphTitle {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    background: #f9f9f9;
    padding: 0 16px;
}
.surveyResult .resultTitle {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #3776b6;
}
.surveyResult .resultTitle i {
    margin-right: 5px;
}
.surveyResult .resultType {
    float: right;
    height: 40px;
    line-height: 40px;
}
.surveyResult .resultType label {
    float: left;
    margin-left: 20px;
}
.surveyResult .resultType span {
    float: left;
    color: #3776b6;
    margin-left: 3px;
}
.surveyResult .graphContent {
    padding: 20px;
    overflow: hidden;
}
.surveyResult .graph {
    height: 280px;
    width: 48%;
    float: left;
    margin-right: 20px;
}
.surveyResult .options {
    overflow: hidden;
}
.surveyResult .options table {
    width: 100%;
    border: 1px solid #e5e5e5;
}
.surveyResult .options table th,
.surveyResult .options table td {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 7px 5px;
    line-height: 22px;
}
.surveyResult .options table th {
    font-weight: bold;
    background: #f9f9f9;
}
.surveyResult .options hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.surveyResult .noResult {
    font-size: 20px;
    line-height: 58px;
    border-bottom: 1px solid #ececec;
}
#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;
}
/*  ---------------------------------------------- */
.surveyQA table {
    border: 1px solid #d8d8d8;
    width: 100% !important;
}
.surveyQA table td {
    text-align: left;
}
.surveyQA table table {
    border: 0;
}
.surveyQA table table td {
    padding: 10px 20px;
    border-bottom: 1px dotted #d8d8d8;
}
.surveyQA table td div {
    padding-bottom: 20px;
}
/*时间选择 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/*时间选择左右箭头定义*/
.dropdown-menu {
    max-height: 315px;
    overflow-y: auto;
}
.dropdown-menu .menu-search {
    display: inline-block;
    width: 75%;
    margin-left: 5px;
}