@CHARSET "UTF-8";
/**
 * 学会模块样式
 * author: lihaoyan
 * time: 2017/01/10
 */
@import "/kxjsj/static/award/css/jquery.mCustomScrollbar.min.css";
@import "/kxjsj/static/award/css/bootstrap-datetimepicker.min.css";		/*时间插件样式*/
@import "/kxjsj/static/award/css/ladda-themeless.min.css";		/*时间插件样式*/

body{
    background-color: #f3f4f6;
    overflow-y: hidden;
}
a{
    outline: none;
}
a, a:hover, a:focus {
	text-decoration: none;
}
label {
	font-weight: 400;
}
textarea {
	resize: none;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#confirmModal{
	font-size: 16px;
}
#loadingBg, #processingBg{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
    opacity: 0.7;
    display: none;
    /* 禁止文本选中-start */
    user-select: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    /* 禁止文本选中-end */
}
.loading {
    width: 300px;
    height: 80px;
    margin: 20% auto;
    line-height: 80px;
    color: #fff;
    padding-left: 60px;
    font-size: 15px;
    background: #000 url(/kxjsj/static/award/image/loader.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index: 9999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}
.txtTop {
	display:block;
	font-size:24px;
	line-height: 24px;
}
.txtBottom{
	display:block;
	font-size:18px;
	line-height: 24px;
}
#processingBg{
	width: 400px;
	height: 240px;
	padding: 100px 0px;
	background-color: #f2f2f2;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	opacity: 1;
}
#processing{
	width: 80%;
	margin: 0px auto;
}
#processing_txt{
	text-align: center;
	margin-top: 10px;
}
#processing_close{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #888;
	cursor: pointer;
}
.progress{
	background-color: #dcdbd7;
}

/*
*导航条
*/
.navbar{
    height: 80px;
    border: 0;
    background-color: #3c7ce6;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    z-index: 100;
}
.navbar-collapse{
    background-color: #3c7ce6;
}
.navbar-brand div{
    float: left;
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    font-family: "幼圆";
    font-weight: bold;
}
.navbar-brand div img{
    margin-right: 10px;
}
.navbar-nav > li > a{
    line-height: 50px;
}
.navbar-default .navbar-nav > li > a{
    color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #ffffff;
    background-color: #2165d6;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{   /*菜单选中与悬浮样式*/
    color: #ffffff;
    background-color: #2165d6;
}
.navbar-left{
    margin-left: 20px;
}
.menuTitle a{
    float: left;
    display: block;
}
.navbar-right > .menuTitle > a > div{
    line-height: 50px;
    float: left;
}
.navbar-right > .menuTitle > a > .menuTitleTxt{
    margin-left: 5px;;
}
.navbar-left > .menuTitle > a > div{
    margin-top: 0px;
    text-align: center;
    line-height: 30px;
}
.navbar-left > li > a{
    padding: 8px 20px 2px 20px;
    width: 100px;
}
.navbar-left > .checkMenu > a{
    width: 150px;
}
.checkBtn button{
    height: 30px;
    padding: 0 12px 0 12px;
}

.container-fluid{
    margin: 90px 15px 0px 15px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
    border-left: 1px solid #e9ebed;
    border-right: 1px solid #e9ebed;
    border-top: 1px solid #e9ebed;
    border-bottom: 1px solid #e9ebed;
}
.checkBox{
    width: 100%;
    float: left;
    padding: 15px 20px 10px 20px;
    background-color: #fff;
    /* border-left: 1px solid #e9ebed;
    border-right: 1px solid #e9ebed; */
    border-bottom: 1px solid #e9ebed;
}
.checkInputBox{
    padding: 0;
    padding-bottom: 10px;
}
.collapseBtn{
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #aaa;
    border-top: 1px solid #ccc;
    line-height: 14px;
}
.collapseArrow{
    display: block;
    width: 100px;
    font-size: 10px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 2px 0;
    margin: -2px auto 0 auto;
    border-radius: 2px;
}
.table-responsive{
    background-color: #fff;
    /* border: 1px solid #e9ebed; */
}
.table-responsive, #all .table-responsive{
    color: #000;
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
}
.nav > li > a:hover, .nav > li > a:focus{
	border: 0px;
}

/*
* 弹窗样式
*/
.modal-header {
    background-color: #3d83f7;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
    padding: 5px 15px;
}
.modal-header .close{
	color: #fff;
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: 0px 0px 0px #fff;
	font-weight: normal;
}
.modal-title {
	font-size: 15px;
}
.close{
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: 0px 0px 0px #fff;
}
:-ms-input-placeholder.form-control{
    padding: 0 12px;
}
#expertInfo .dialogForm .form-group{ /* .form-horizontal .form-group */
	margin-right: 0px;
	margin-left: 0px;
}
.dialogForm > .form-group > .col-sm-10 > .form-control{
	height: 30px;
}

/*
* 提示框样式
*/
#tips {
    position: fixed;
    top: 300px;
    left: 600px;
    text-align: center;
    z-index: 102;
    width: 300px;
    font-size: 16px;
    display: none;
}

#tips .alert-warning {
    color: #fff;
    background-color: #333;
    border-color: #aaa;
}
#tips .fade.in{
	opacity: 1;
}
#tips .alert-dismissable, #tips .alert-dismissible {
    padding: 10px 35px;
}

/*
* 列表样式
*/
.fixed-table-container{
	border: 0px;
}
thead{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
tbody{
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/*
* 时间选择器样式
*/
.form_datetime{
	cursor: pointer;
}

/*
*查询检索
*/
.topLine{
    border-top: 1px solid #e9ebed;
}
.checkInputBox > .col-sm-8{
    padding: 0;
}
.checkInputBox > .col-sm-8 > input{
    width: 100%;
    height: 30px;
    line-height: 24px;
    padding: 0 12px 0 12px;
}
.btn-group > :first-child.btn{
    height: 30px;
    padding: 0 12px 0 12px;
    color: #999;
}
.checkInputBox > .col-sm-8 > .btn-group > :first-child.btn{
    padding: 0 25px 0 12px;
}
.checkTxt{
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
    padding-left: 0;
}
.checkInput{
    padding: 0;
}
.checkBtn{
    text-align: center;
}
#checkInputBox{
    float: left;
    width: 100%;
}
#toolbar > button, .pull-right > .btn-group > button{
    height: 30px;
    padding: 0 12px 0 12px;
}
.pull-right > .btn-group > button{
    margin-top: 3px;
}
.table, .table > thead > tr > th{
    text-align: center;
}
.projectCheckTable > thead{
    background-color: #eeeff1;
}
.projectCheckTable > thead > tr > th, .projectCheckTable > tbody > tr > td{
    text-align: center;
    vertical-align: middle;
}
.projectCheckTable > thead > tr > th{
    color: #1a63db;
}
.projectCheckTable > tbody > tr > td > a{
    color: #313843;
    text-decoration: none;
}
.projectCheckTable > tbody > tr > td > a:hover, .projectCheckTable > tbody > tr > td > a:focus{
    color: #428bca;
}
.projectCheckTable > tbody > tr > td > .detail-icon{
    color: #428bca;
}
.projectCheckTable > tbody > tr > td > .detailInfo{
      color: #95adcb;
}
.projectCheckTable > .bs-checkbox, .projectCheckTable > .id, .projectCheckTable > .number{
    width: 36px;
}
.projectCheckTable > .handle{
    width: 110px;
}
.fixed-table-pagination > .pagination-detail{
    color: #5f5f5f;
}
.fixed-table-pagination > .pagination-detail{
    padding-left: 30px;
}
.fixed-table-pagination{
    border-bottom: none;
}

/*
*专家管理
*/
.projectCheckTable > tbody > tr > td > .edit, 
.projectCheckTable > tbody > tr > td > .check, 
.projectCheckTable > tbody > tr > td > .delete, 
.projectCheckTable > tbody > tr > td > .selExpert, 
.projectCheckTable > tbody > tr > td > .setLineBtn,
.projectCheckTable > tbody > tr > td > .check_standard,
.projectCheckTable > tbody > tr > td > .delete_standard,
.projectCheckTable > tbody > tr > td > .editLineBtn,
.projectCheckTable > tbody > tr > td > .changeGroup,
.projectCheckTable > tbody > tr > td > .rollbackToFe,
.projectCheckTable > tbody > tr > td > .schedule,
.projectCheckTable > tbody > tr > td > .check_score,
.projectCheckTable > tbody > tr > td > .check_score_detail,
.projectCheckTable > tbody > tr > td > .edit_score,
.projectCheckTable > tbody > tr > td > .gotoFs,
.projectCheckTable > tbody > tr > td > .gotoFinal,
.projectCheckTable > tbody > tr > td > .passBtn{
    color: #95adcb;
}
#expertInfo .modal-body{
	height: 400px;
	overflow-y: scroll;
}
#expertInfo .form-horizontal .radio, 
#expertInfo .form-horizontal .checkbox, 
#expertInfo .form-horizontal .radio-inline, 
#expertInfo .form-horizontal .checkbox-inline{
	padding-top: 3px;
	padding-bottom: 4px;
}
.form-horizontal .infotxt{
	padding-top: 0px;
	line-height: 15px;
}
.dialogForm > .form-group > .col-sm-10 > .textarea_info{
	height: auto;
}

/*
*用户管理
*/
.nav-tabs {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    /* background-color: #fff;
    border-left: 1px solid #e9ebed;
    border-right: 1px solid #e9ebed;
    border-top: 1px solid #e9ebed; */
    border-bottom: 1px solid #3c7ce6;
}
.nav-tabs > li > a {
    width: 200px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-left: 1px solid #e3e5e6;
    border-right: 1px solid #e3e5e6;
    border-top: 4px solid #3d83f7;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border-bottom-color: transparent;
}
/*
* 员工-形式审查
*/
#addGroBtn, #add_fir_Gro_Btn{
	height: 30px;
	line-height: 18px;
	color: #fff;
	border: 0;
	background-color: #428bca;
}
#proGroupModal .dropdown-menu{
	min-height: 0px !important;
	height: 70px;
}
.projectCheckTable > tbody > tr > td > div > .check,
.projectCheckTable > tbody > tr > td > div > .download_zip,
.projectCheckTable > tbody > tr > td .checkAll,
.projectCheckTable > tbody > tr > td .disGroup,
.projectCheckTable > tbody > tr > td .notPassBtn,
.projectCheckTable > tbody > tr > td .returnBtn,
.projectCheckTable > tbody > tr > td .passAgainBtn,
.projectCheckTable > tbody > tr > td > div > .lookPatent,
.projectCheckTable > tbody > tr > td > div > .lookSoft,
.projectCheckTable > tbody > tr > td > .btn-group > button{
	height: auto;
    color: #95adcb;
    border: 0px;
    padding: 0px 12px;
    background-color: transparent;
}
.projectCheckTable > tbody > tr > td > div > ul,
.projectCheckTable > tbody > tr > td > div > div > ul{
    /* position: relative; */
    position: fixed;
    width: 70px;
    min-width: 0px;
    height: 66px;
}
#formalExam_table_all .label{
	font-size: 14px;
	padding-bottom: 2px;
}
#proGroupModal #proGroup{
	border: 0px;
	font-size: 18px;
	padding: 0px;
	border-radius: 0px;
	background-color: transparent;
}
/*
* 员工-网评noPadding
*/
#disExpertSel .btn-group > :first-child.btn{
    height: auto;
    padding: 6px 12px;
    color: #333;
}
#disExpertSel .bootstrap-duallistbox-container select{
	padding: 10px;
}
#disExpertSel .bootstrap-duallistbox-container label{
	margin-bottom: 0px;
}
#disExpertSel .bootstrap-duallistbox-container .label-warning{
	padding: 4px 8px 3px 8px;
}
#disExpertSel .bootstrap-duallistbox-container .info{
	font-size: 13px;
}
#disExpertSel #selStandardBox{
	padding-top: 10px;
}
#disExpertSel #selStandardBox label{
	font-size: 14px;
}
#degreeWP .progress{
	margin-bottom: 5px;
	margin-top: 5px;
}
.projectCheckTable > tbody > tr > td > .editLineBtn{
	display: none;
}

/*
* 员工-用户管理
*/
#user_table_all .check,
#user_table_all .edit,
#user_table_all .delete,
#user_table_all .resetPwd,
#user_table_pending .accept,
#user_table_pending .refuse,
#user_table_pending .trash{
    background-color: transparent;
}
/*
* 员工-信息设置
*/
#top-toolbar{
	-moz-box-shadow: 2px 1px 3px #c3d6f7;
	-webkit-box-shadow: 2px 1px 3px #c3d6f7;
	box-shadow: 2px 1px 3px #c3d6f7;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	z-index: 1;
}
#top-toolbar .btn-group button{
	width: 120px;
}
.body-content{
	padding-left: 0px;
	margin-left: 15px;
}
.noPadding{
	padding-left: 0px;
	padding-right: 0px;
}
#contactList, #proGroup{
	border: 1px solid #d2e1f9;
	font-size: 18px;
	padding: 10px;
	border-radius: 3px;
	background-color: #f5f8fd;
}
#contactList .list-group, #proGroup .list-group{
	margin-bottom: 0px;
}
#contactList .list-group .list-group-item, #proGroup .list-group .list-group-item{
	width: 100%;
	text-align: left;
	border: 0px;
	background-color: #f5f8fd; 
}
#contactList .list-group .list-group-item:hover,
#contactList .list-group .active,
#proGroup .list-group .list-group-item:hover,
#proGroup .list-group .active{
	color: #fff;
	background-color: #218bf8;
}
#contactInfoBox{
	margin-top: 35px;
}
#contactInfoBox #contactHeadImg{
	text-align: right;
}
#contactInfoBox #editBtn{
	border-color: #aad4ff;
	color: #3c7ce6;
}
#contactInfoBox #nameHead{
	margin-top: 0px;
	margin-bottom: 20px;
}
#contactInfoBox #contactContent{
	font-size: 16px;
}
#contactInfoBox #contactContent p{
	padding: 5px 0;
}
#contactInfoBox #contactContent .title{
	padding: 0;
}
#contactInfoBox #contactContent #address,
#contactInfoBox #contactContent #group{
	padding: 0;
	line-height: 24px;
	margin-bottom: 20px;
}
#contactInfoBox #contactContent #group{
	display: inline;
	padding-left: 15px;
}
#contactInfoBox #contactContent #group #enteredGroup{
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent;
	color: #218bf8;
	border: 1px solid #a6d2ff;
}
#messageModal .nav-tabs > .contactAllTab,
#messageModal .nav-tabs > .groupListTab{
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #a2c3fb;
}
#messageModal .nav-tabs > .contactAllTab{
	border-left: 1px solid #a2c3fb;	
}
#messageModal .nav-tabs > .groupListTab{
	border-left: 1px solid #a2c3fb;	
	border-right: 1px solid #a2c3fb;
}
#messageModal .nav-tabs > li > a,
#messageModal .nav-tabs > li > a{
	width: 100%;
	padding: 1px 15px 5px 15px;
	border-top: 4px solid #fff;
}
#messageModal .nav-tabs{
	margin-bottom: 0px;
	border-bottom: 0;
}
#messageModal .tab-content{
	border: 1px solid #a2c3fb;
}
#messageModal .nav-tabs > li.active > a,
#messageModal .nav-tabs > li.active > a:hover, 
#messageModal .nav-tabs > li.active > a:focus{
	border-left: 0;
	border-right: 0;
	border-top: 4px solid #3d83f7;
	border-right: 1px solid #a2c3fb;
	border-bottom: 1px solid #a2c3fb;
}
#messageModal .checkInput_contact,
#messageModal .checkBtn_contact,
#joinContactBox .checkInput_contact,
#joinContactBox .checkBtn_contact,
#contentBox #content_show textarea{
	border: 0px;
	border-radius: 0;
	border-bottom: 1px solid #a2c3fb;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#contentBox #content_show textarea{	
	height: 297px;
	border-bottom: 0px;
}
#messageModal .checkBtn_contact{
	margin-top: 1px;
}
#messageModal #contactList_all .list-group .list-group-item input{
	width: 12px;
	height: 12px;
}
#messageModal .tab-pane .list-group .list-group-item,
#messageModal #joinContactBox .list-group .list-group-item {
	width: 100%;
	font-size: 16px;
	text-align: left;
	border: 0px;
	border-radius: 0;
}
#messageModal .tab-pane .list-group .list-group-item{
	cursor: pointer;
}
#messageModal .tab-pane .list-group .list-group-item:hover{
	background-color: #f5f8fd;
}
#joinContactBox .checkInput_contact,
#joinContactBox .checkBtn_contact{
	border-top: 1px solid #a2c3fb;
	border-left: 1px solid #a2c3fb;
}
#joinContactBox .checkBtn_contact{
	margin-top: 0px;
	border-right: 1px solid #a2c3fb;
}
#joinContactBox .title_show,
#contentBox .title_show{
	height: 34px;
	line-height: 34px;
	border: 1px solid #a2c3fb;
}
#joinContactBox .list-group .list-group-item i {
    float: right;
    color: #fa1414;
    cursor: pointer;
}
#joinContactBox #contactList_show,
#contentBox #content_show{
	border-left: 1px solid #a2c3fb;
	border-right: 1px solid #a2c3fb;
	border-bottom: 1px solid #a2c3fb;
}
#contentBox .contentTip_show{
	height: 34px;
	color: #fa1414;
	text-align: right;
}
/*
*用户管理
*/
.projectCheckTable > tbody > tr > td > .approve, .projectCheckTable > tbody > tr > td > .refuse{
    color: #95adcb;
}
/*
*专家网评环节
*/
.tab-pane > .container-fluid{
    margin: 0;
}
.projectCheckTable > tbody > tr > td > .approve, .projectCheckTable > tbody > tr > td > .refuse{
    color: #95adcb;
}
.xmclqk{
	background: #fff;
}
.classFlag{
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	/* border-left: 1px solid #e9ebed;
	border-right: 1px solid #e9ebed; */
	background-color: #fff;
}
.classFlag div{
	border-bottom: 1px solid #dbe7f6;
	line-height: 40px;
}
.classFlag span{
	display: block;
	width: 7px;
	height: 16px;
	background: #3c7ce6;
	float: left;
	margin: 12px 6px 0 0;
}

#table_all_WP > tbody > tr > td > .btn-group > .editScore{
	height: auto;
    color: #95adcb;
    border: 0px;
    padding: 0px 12px;
    background-color: transparent;
}

/*
*专家一审环节
*/
.ruleTips{
	width: 100%;
	padding: 0px 20px;
}
.ruleTipsContent{
	background-color: #ffeded;
	color: #f70606;
	border: 1px dotted #fd6565;
	padding: 10px 20px 0px 20px;
}
.groupName{
	font-weight:bold;
	line-height: 16px;
	font-size: 16px;
}

/*
*专家复审环节
*/
.actionRadio{
	width: 100px;
	line-height: 12px;
}
.actionRadio span{
	margin-left: 15px;
}

/*@media all and max-width:768px)*/
@media (max-width: 768px) {
    .navbar-default .navbar-toggle {
        border-color: #fff;
        border-width: 2px;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        height: 80px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle{
        margin-top: 20px;
    }

}

@media (max-width: 1315px) {
	.txtTop {
		font-size: 20px;
		line-height: 24px;
	}
	.txtBottom{
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 1250px) {
	.titleTxt{
		display: none;
	}
}

@media (max-width: 1055px) {
	.navbar-brand, .menuTitleTxt{
		display: none;
	}
}