@charset "utf-8";
/* 你自己的样式 */
.question .qs-box{border-bottom:1px dashed #ddd;margin-bottom: 10px;padding-bottom: 10px;}
.question .qs-tit{display: flex;}
.question .qs-tit .addque,.delque{margin-right: 5px;width: 30px;border:1px solid #ddd;border-radius:3px;height: 30px;text-align: center;line-height: 30px;cursor: pointer;}
.question .qs-tit .addque{border:1px solid #fff;color: #fff;}
.question .qs-tit .delque{margin-left: 5px;color: #ff0000 !important;margin-right: 0px;}
.question .qs-con{margin-left: 36px;display: flex;}
.question .qs-con .addans{margin-right: 5px;width: 30px;border:1px solid #fff;border-radius: 3px;height: 30px;text-align: center;line-height: 30px;cursor: pointer;color: #fff;}
.question .qs-con .delans{margin-left: 5px;color: #fff;width: 30px;border:1px solid #fff;border-radius: 3px;height: 30px;text-align: center;line-height: 30px;}
.question .qs-con:last-child .addans:hover{background-color: #eee;}
.question .qs-con .input-text{border-width: 0px 0px 1px 0px;}
.question .qs-con:last-child .addans{color:#333;margin-right: 5px;width: 30px;border:1px solid #ddd;border-radius: 3px;height: 30px;text-align: center;line-height: 30px;cursor: pointer;}
.question .qs-con:last-child .delans{border-color: #ddd;color: #ff0000;cursor: pointer;}
.question .addtit{width:50px;line-height:24px;text-align:center}
.question .qs-box:last-child .addque{border:1px solid #ddd;color: #333;}
.question .qs-box:last-child .addque:hover{background-color: #eee;}

#fileinfo,#fileinfo1{margin-left:-100px;opacity:0;cursor:pointer}


.table tbody tr:nth-child(odd) {background-color:#eee}
.table tbody tr:hover{background-color:#ff9933 !important;}

.page-container .input-text{height:22px}
.new-btn{background-color:#eee;border:none;padding:1px 8px;cursor:pointer}
.sb-btn{background-color:#FFCC66;}

.page-container{}
.tab-category{border:1px solid #797979;margin:0px 20px 10px 20px}
.page-container .row{margin:0px;border-bottom:1px solid #797979;background-color:#E4E4E4;}
.page-container .row:last-child{border:none}
.page-container .form-label{height:100%;display:block}
.form-horizontal .form-label{margin:0px;}

.page-container .formControls{border-left:1px solid #797979;background-color:#fff}
.page-container .formControls .input-text{border:none}
.page-container .formControls .select-box{width:200px;height:22px;padding:0px;}

.top-tool{margin:0px 20px;height:30px;background-color:#FF8040;padding:2px 10px}
.top-tool input,.top-tool button{float:right;color:#000;margin-left:10px;margin-top: 5px;}