﻿@IMPORT url("bootstrap-custom.css");
@IMPORT url("home.css");
@IMPORT url("login.css");
@IMPORT url("user.css");
@IMPORT url("imageCrop.css");
@IMPORT url("common.css");
@IMPORT url("userSetting.css");
@IMPORT url("space.css");
@IMPORT url("spaceplan.css");
@IMPORT url("spacetask.css");
@IMPORT url("board.css");
@IMPORT url("share.css");
@IMPORT url("task.css");
.pillbox {
    display: inline-block;
    margin: 0;
    padding: 2px 0 0 2px;
}

.pillbox li {
    display: inline-block;
    float: left;
    padding: 1px 4px 2px;
    margin: 0px;
    font-size: 12px;
    line-height: 21px;
    vertical-align: baseline;
    height: 26px;
}

.pillbox.pillbox-default li.item {
    cursor: pointer;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 1px;
}

.pillbox.pillbox-default li.item:hover,
.pillbox.pillbox-default li.item.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.pillbox li.item:after {
    position: relative;
    top: -2px;
    float: right;
    padding-left: 4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    content: "\00D7";
    opacity: 0.2;
}

.pillbox li.item:hover:after {
    opacity: 0.4;
}

.text-match {
    color: red;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    color: gray;
}

.close-btn:hover {
    color: #a94442;
}

.close-btn .close-btn-mask {
    background-color: #fff;
    width: 1.5em;
    height: 1em;
}

.close-btn .glyphicon {
    position: absolute;
    top: -6px;
    left: -2px;
}

.hand {
    cursor: pointer;
}

.blue {
    background-color: #22B8DD;
}

.eeeColor {
    background-color: #eee;
}


/* spin.js */

.loading-spinner-container {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}

.loading-backdrop.in {
    z-index: 99999999;
    filter: alpha(opacity=0);
    opacity: 0;
}

.container {
    margin-left: 15px;
}

.col-m-l {
    margin-left: 15px;
}

label>em {
    color: red;
    margin: 0 4px 0 0;
}

label>small {
    font-weight: normal;
    margin-left: 6px;
}

.table-maxh {
    max-height: 400px;
    overflow-Y: auto;
}

.list-group-item .item-title {
    margin-top: 5px;
    font-weight: bold;
    line-height: 1.4em;
    word-break: break-all;
    font-size: 14px;
    font-family: "Microsoft YaHei" ! important;
}

table>thead>tr>th input[type=checkbox],
table>tbody>tr>td input[type=checkbox] {
    cursor: pointer;
}

.marginLeft0 {
    margin-left: 0;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginBottom0 {
    margin-bottom: 0;
}

.card {
    /*min-width:400px;*/
    max-width: 350px;
}

.limit-word {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    display: inline-block;
}

.upload-container .progress {
    margin-bottom: 0;
}

.upload-dnd-container {
    border: 3px dashed #e6e6e6;
    text-align: center;
    padding: 30px;
    background-color: #fff;
}

.upload-dnd-container .upload-dnd-info {
    color: #999;
    margin-top: 10px;
}


.upload-button-dnd-container {
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
}

.upload-button-dnd-container .upload-dnd-info {
    color: #999;
    margin-top: 10px;
}
/***************************
                    资讯内容预览
***************************/

.preview-bkg {
    width: 375px;
    height: 627px;
    position: fixed;
    right: 10px;
    bottom: 45px;
    z-index: 1000;
    display: none;
    background: url('../images/common/channelItem_preview_bkg.png') no-repeat scroll 0 0/100% 100%;
}

.close-preview {
    float: left;
    width: 100%;
    height: 40px;
}

.close-btn-preview {
    float: right;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center; 
    font-size: 35px;
    color: #FFF;
    /* padding-left: 2px; */
    border-radius: 25px;
    background-color: gray;
    margin-top: 18px;
    margin-right: 12px;
}

.close-btn-preview:hover,
.close-btn-preview:active {
    background-color: #E86262;
}

.preview-content {
    width: 292px;
    height: 444px;
    background-color: #FFF;
    margin: 90px 10px 120px 41px;
    padding: 0 10px;
    overflow-y: auto;
}

.preview-content h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.preview-content p {
    font-size: 14px;
    line-height: 18px;
}

.preview-content img {
    max-width: 100% !important;
    height: auto !important;
    clear: both;
    display: block;
    margin: auto;
}


/***************************
                     问卷新增题目
***************************/

.add-subject {
    width: 560px;
    height: 600px;
    background: #FFF;
    position: absolute;
    top: 10%;
    left: 42%;
    z-index: 2000;
    font-family: "Microsoft YaHei";
    overflow: auto;
}

.add-subject .paddingLeft10 {
    padding-left: 10px;
}

.add-subject-title {
    height: 30px;
    color: #FFF;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    background-color: #293141;
    padding-left: 20px;
}

.add-subject-title span {
    float: right;
    width: 30px;
    text-align: center;
}

.add-subject-title span:hover,
.add-subject-title span:active {
    background-color: #E86262;
}

.error-tip {
    height: 16px;
    width: 100%;
    color: #E97171;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

.object-finish {
    width: 558px;
    height: 50px;
    float: right;
    bottom: 0;
    margin-left: -25px;
    background-color: #F5F5F5;
    border-top: 1px solid #DDD;
}

.float_bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100;
}


/* 问卷文本题答案弹出层 */

.text-quest-answer {
    width: 960px;
    height: auto;
    padding: 0 10px 15px 25px;
    background: #FFF;
    position: fixed;
    bottom: 55%;
    left: 320px;
    z-index: 2000;
    font-family: "Microsoft YaHei";
}

.text-quest-answer-title {
    height: 50px;
    width: 930px;
    color: #333;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 -25px 10px -10px;
    border-bottom: 1px #333 solid;
}

.text-quest-answer-title .close-div {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    border: 1px #E7E7E7 solid;
    border-radius: 15px;
    cursor: pointer;
}

.text-quest-answer-title .close-div:hover,
.text-quest-answer-title .close-div:active {
    color: #FFF;
    background-color: #E86262;
}

.first-page-default {
    float: left;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    background: url('../images/questionnaire/first-page-default.png') no-repeat scroll 50% 50%/16px 16px;
}

.first-page-default:hover {
    background: url('../images/questionnaire/first-page-hover.png') no-repeat scroll 50% 50%/16px 16px;
}

.first-page-default:focus {
    background: url('../images/questionnaire/first-page-click.png') no-repeat scroll 50% 50%/16px 16px;
}

.prev-page-default {
    float: left;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    background: url('../images/questionnaire/prev-page-default.png') no-repeat scroll 50% 50%/16px 16px;
}

.prev-page-default:hover {
    background: url('../images/questionnaire/prev-page-hover.png') no-repeat scroll 50% 50%/16px 16px;
}

.prev-page-default:focus {
    background: url('../images/questionnaire/prev-page-click.png') no-repeat scroll 50% 50%/16px 16px;
}

.next-page-default {
    float: left;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    background: url('../images/questionnaire/next-page-default.png') no-repeat scroll 50% 50%/16px 16px;
}

.next-page-default:hover {
    background: url('../images/questionnaire/next-page-hover.png') no-repeat scroll 50% 50%/16px 16px;
}

.next-page-default:focus {
    background: url('../images/questionnaire/next-page-click.png') no-repeat scroll 50% 50%/16px 16px;
}

.last-page-default {
    float: left;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    background: url('../images/questionnaire/last-page-default.png') no-repeat scroll 50% 50%/16px 16px;
}

.last-page-default:hover {
    background: url('../images/questionnaire/last-page-hover.png') no-repeat scroll 50% 50%/16px 16px;
}

.last-page-default:focus {
    background: url('../images/questionnaire/last-page-click.png') no-repeat scroll 50% 50%/16px 16px;
}

/*.popup_prompt {
    margin-top: 8%;
    overflow: hidden;
}*/

.popup_prompt .modal-footer {
    padding: 5px 15px 5px;
}

.popup_prompt .modal-body {
    padding: 30px 50px 10px 50px;
}

.popup_prompt .modal-body .warnning {
    background: url('../images/common/warnning.png') no-repeat;
    width: 52px;
    height: 52px;
}

.popup_prompt .modal-body .reminded {
    background: url('../images/common/reminded.png') no-repeat;
    width: 52px;
    height: 52px;
}

.modal-body ul {
    list-style: none;
}


/*.modal-body ul li{
	float: left;
}*/

.float-div {
    width: 50%;
    background: #FFF;
    position: fixed;
    top: 10%;
    left: 30%;
    z-index: 1101;
    height: 80%;
    font-family: "Microsoft YaHei";
    border-radius: 6px;
    overflow: auto;
}

.float-bg {
    width: 100%;
    height: 100%;
    background-color: #999;
    opacity: .6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100;
}

.downLink {
    padding: 10px 15px;
}