surveyresult_wev8.css 4.75 KB
.surveyreport-content #surveyreport{
    width: 100%;
}
.surveyreport-content #surveyreport .question{
    margin-bottom: 20px;
    position: relative;
}

.surveyreport-content .questiontitle{
   /* font-weight: bold;*/
}

.surveyreport-content .questiontitle *{
	color: #000;
}

.surveyreport-content .subject{
	padding: 0px 30px 0px 12px;
    background-color: #f6f6f6;
    /* border-bottom: 2px solid #B7E0FE; */
    border-top: 1px solid #ececec;
    line-height: 30px;
}

.surveyreport-content .question h4{
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}
.surveyreport-content table th {
	text-align: center;
}
.surveyreport-content table.result{
    border-collapse: collapse;
    width: 100%;
}
.surveyreport-content table.result .first{
    border-left: 0;
    text-align: left;
    padding-left: 10px;
}


.surveyreport-content table.result thead{
    background: #ECFDEA;
}

.surveyreport-content table.result th{
    border: 1px solid #ececec;
    color: #999;
    font-weight: 400;
    padding: 5px;
    height: 21px;
}
.surveyreport-content table.result td{
    border: 1px solid #ececec;
    line-height: 20px;
    padding: 5px;
    text-align: center;
    height: 23px;
    word-break: break-all;
}
.surveyreport-content .question .rules{
    color: #999;
    line-height: 26px;
    margin-bottom: 5px;
}
.surveyreport-content .surveytitle{
    text-align: center;
    line-height: 50px;
}
.surveyreport-content .votetitle {
	margin: 0px;
    color: #0161c9;
    font-size: 24px;
    font-weight: normal;
}
.surveyreport-content .selectsignalclone{
    display: none;
}
.surveyreport-content .matrixclone{
    display: none;
}

.surveyreport-content .round-pink {
    background: #fff;
    border: 1px solid #89cdee;
    height: 19px;
    position: relative;
	width: 100%;
}

.surveyreport-content .round-percent {
    background-color: rgb(150,215,248);
    height: 19px;
    line-height: 19px;
    float: left;
    display: inline-block;
    position: absolute;
    left: 0;
}

.surveyreport-content .round-text {
    position: relative;
}

.surveyreport-content .rsstyle{
   /* font-weight: 700;*/
}

.surveyreport-content .blankfilldetail{
    padding: 10px;
}

.surveyreport-content .blankfilldetail a{
    color: #08C;
    text-decoration: underline;
    cursor: pointer;
}
.surveyreport-content .blankfillingclone{
    display: none;
}

.surveyreport-content span.i {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/voting/mobile/images/icon_16_wev8.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}
.surveyreport-content .i_detail_gray {
    background-position: -308px -42px;
}


.surveyreport-content .i_detail_gray_result {
    background-image: url(/voting/mobile/images/resultlist_wev8.png);
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.surveyreport-content a.blue, button.blue {
    background: #38a0e5 url(/voting/mobile/images/button_blue_wev8.gif) repeat-x top;
    color: #fff;
    border: 1px solid #168baa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 48px;
    height: 26px;
}
.surveyreport-content a:hover.blue, button.blue:hover {
    background: #8bba0d url(/voting/mobile/images/button_green_wev8.gif) repeat-x top;
    color: #fff;
    border: 1px solid #4aa103;
    cursor: pointer;
}
.surveyreport-content .qname{
    color: #000000;
    font-size: 24px;
    padding: 5px;
}
.surveyreport-content .asitem{
    color:#000000;
    font-size: 20px;
    font-weight: normal;
}
.surveyreport-content .questiondetail{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}
.surveyreport-content .head{
    cursor: move;
}

.surveyreport-content .detailquestion  {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: -1px;
   table-layout: fixed;
}

.surveyreport-content .detailquestion td{
    padding: 8px 10px;
    border: 1px solid #e9e9e9;
}


.surveyreport-content .detailquestion_title  {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: -1px;
   table-layout: fixed;
}

.surveyreport-content table.detailquestion_title thead {
	background: #ECFDEA;
}

.surveyreport-content .detailquestion_title td{
    padding: 8px 10px;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid rgb(248,248,248);
    text-align: center;
    font-weight: bold;
}

.surveyreport-content .voteuser{
    display: inline-block;
    color: #38a0e5;
    font-size: 12px;
}
.surveyreport-content .detailquestion_title{
    width:100%;
	border-collapse: collapse;
}
.surveyreport-content .subcompanyname{
  display:none;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 200;
  color: #ff0000;
}