﻿@charset "utf-8";
/* CSS Document by nownow date:20190909*/
ul,li{ list-style: none; margin: 0; padding: 0;}
.left{
	float: left;
}
.right{
	float: right;
}

.row-margin30{
	margin-left: -30px;
	margin-right: -30px;
}
.row-margin45{
	margin-left: -45px;
	margin-right: -45px;
}

.clear-padding15{
	padding: 0;
}

.gloabl-header .small-name{
	margin-top: 28px;
	margin-left: 24px;
	width: 136px;
	height: 30px;
	background: rgba(0,0,0,0.2);
	color: #A7C7F1;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
}

.small-logo{
	margin-top: 10px;
	margin-left: 20px;
}
.small-logo h3{
	color: #c4d9f5;
	font-weight: bold;
}

.gloabl-header .user-box ul.list-con{
	height: 80px;
	margin-top: 21px;
}
.gloabl-header .user-box ul.list-con li.list{
	float: left;
	margin-left: 26px;
	position: relative;
}
.gloabl-header .user-box ul.list-con li.list:first-child{
	margin-left: 0px;
}
.gloabl-header .user-box ul.list-con li.list .notice{
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.2);
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
}
.gloabl-header .user-box ul.list-con li.list .ico{
	width: 19px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;	
}
.gloabl-header .user-box ul.list-con li.list .ico-news{
	background: url(../../images/ico-news.png) no-repeat;
}
.gloabl-header .user-box ul.list-con li.list .ico-bell{
	background: url(../../images/ico-bell.png) no-repeat;
}
.gloabl-header .user-box ul.list-con li.list .ico-pic{
	background: url(../../images/ico-pic.png) no-repeat;
}
.gloabl-header .user-box ul.list-con li.list .tips{
	position: absolute;
	top:0;
	right: 0;
	background: #FF2412;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.gloabl-header .user-box ul.list-con li.list .user-pic{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #F0FDFF;
}
/*.top .user-box ul.list-con li.list .user-pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}*/
.gloabl-header .user-box ul.list-con li.list .user-name{
	display: block;
	margin-left: 12px;
	margin-top: 10px;
	color: #F0FDFF;
	font-size: 14px;
	max-width: 128px; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	line-height: 22px;
}
.gloabl-header .user-box ul.list-con li.list .ico-downArrow{
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(../../images/ico-downArrow.png) no-repeat;
	margin-top: 16px;
	margin-left: 16px;
}
.gloabl-header .user-box ul.list-con li.user{
	cursor: pointer;
}

/*头部下拉菜单*/
.dropdown-menu{
	width: 346px;
	font-size: 14px;
	color: #333333;
	border-radius: 5px !important;
	top: 126%;
	right: 0;
	left: auto;
	line-height: normal;
	border-color: transparent;
}
.dropdown-menu a{
	color: #333333;
}
.dropdown-menu a:hover{
	color: #19479E;
}
.dropdown-menu .triangle{
	display: block;
	width: 10px;
	height: 6px;
	background: url(../../images/dropdown-triangle.png) no-repeat;
	position: absolute;
	top: -5px;
	right: 15px;
	z-index: 99999;
}
.dropdown-menu .dropdown-tl{
	padding: 15px;
	font-size: 16px;
}
.dropdown-menu .dropdown-body{
    padding-bottom: 15px;
}
.dropdown-menu .dropdown-body ul.user-news{
	width: 100%;
}
.dropdown-menu .dropdown-body ul.user-news li{
	padding: 15px;
	border-top: #E2E2E2 solid 1px;
}
.dropdown-menu .dropdown-body ul.user-news li img{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.dropdown-menu .dropdown-body ul.user-news li .notification-content{
	margin-left: 60px;
	position: relative;
}
.notification-content small{
	position: absolute;
	top: 0;
	right: 0;
	color: #9C9C9C;
	font-size: 10px;
}
.notification-content .news{
	color: #9C9C9C;
    margin-top: 5px;;
}

.droplist{
	width: 200px;
}
.droplist .dropdown-body{
	padding-bottom: 0;
}
.droplist .dropdown-body .list-box{
	
}
.droplist .dropdown-body .list-box li{
	padding: 15px;
	border-top: #E2E2E2 solid 1px;
}
.droplist .dropdown-body .list-box li:first-child{
	border-top:0;
}
.droplist .dropdown-body .list-box li a{
	display: block;
}

/*左边导航*/
.cep-menu-inline>.cep-menu-submenu>.cep-menu-submenu-title{
	/*border-left: #4693fe solid 3px;*/
}
.cep-menu-dark .cep-menu-submenu-title:hover i.cep-menu-submenu-arrow:before,
.cep-menu-dark .cep-menu-submenu-title:hover i.cep-menu-submenu-arrow:after{
	background: #9e9e9e !important;
	
}
.cep-menu-dark .cep-menu-selected .cep-menu-submenu-title{
	border-left: #1366CA solid 3px;
	font-weight: bold;
	background: #fff;
}
.cep-menu-dark .cep-menu-submenu-title:hover{
	color: #1366CA;
	background-color: #eef7fd;
}


/*按钮*/
/*.btn-default{
	color: #333 !important;
	border: #d9d9d9 solid 1px !important;
	box-shadow: 0 2px 0 rgba(0,0,0,.015);
}
.btn-default:hover{
	background: #fff !important;
	border-color: #19479E !important;
	color: #19479E !important;
}*/
.btn{
	margin-right: 6px;
}
.btn.btn-white.no-border{
	border: #ccc solid 1px !important;
}
.btn.btn-white{
	color: #1366CA !important;
	background: #fff !important;
}
.btn.btn-white:hover{
	color: #1366CA !important;
	border-color: #1366CA !important;
	background: #fff !important;
}

/*竖线*/
.cep-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum', "tnum";
          font-feature-settings: 'tnum', "tnum";
  background: #e8e8e8;
}
.cep-divider,
.cep-divider-vertical{
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.cep-divider-horizontal{
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}

/*表格*/
.ui-jqgrid{
	margin-top: 10px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	padding: 15px;
}
.ui-jqgrid .ui-jqgrid-htable{
	border-top: 0;
}
.ui-jqgrid .ui-jqgrid-htable{
	border-bottom: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-hdiv, 
.ui-jqgrid .ui-jqgrid-bdiv{
	border-left: 0;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td{ 
	border-bottom: #ddd solid 1px;
}

/*表格标题*/
.table-title{
	color: #505464;
	font-weight: bold;
	border-left: #3aa0ff solid 4px;
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
}

.tab-menu{
	margin-top: 20px;
	border-bottom: 1px solid #3aa0ff;
	margin-bottom: 10px;
	margin-left: 0;
	position: relative;
	top: 1px;
}
.tab-menu li{
	float: left;
	margin-bottom: 8px;
}
.tab-menu li a{
	padding: 7px 12px 8px
}
.tab-menu li a,
.tab-menu li a:focus {
	border-radius: 0 !important;
	border-color: #c5d0dc;
	border-style: solid;
	border-width: 1px 1px 0px 1px;	
	background-color: #FFF;
	color: #999;
	margin-right: -1px;
	line-height: 18px;
	position: relative;
	margin-right: 10px;
}

.tab-menu li a:hover {
	background-color: #FFF;
	color: #3aa0ff;
	border-color: #c5d0dc
}

.tab-menu li a:active,
.tab-menu li a:focus {
	outline: none !important
}

.tab-menu li:first-child>a {
	margin-left: 0
}

.tab-menu li.active a,
.tab-menu li.active a:hover,
.tab-menu li.active a:focus {
	color: #fff;
	border: #3aa0ff solid 1px;
	/*border-top: 2px solid #4c8fbd;*/
	border-bottom-color: transparent;
	background-color: #3aa0ff;
	z-index: 1;
	line-height: 18px;
	/*margin-top: -1px;*/
	/*box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15)*/
}


/*用户列表*/
.list-content{
	/*border: #f00 solid 2px;*/
}
.list-content .list-suggest{
	margin-top: 15px;
	background-color: #f9f9f9;
}
.list-suggest .list-user{
	text-align: center;
	border-right: #e4e4e4 solid 1px;
	position: relative;
}
.list-suggest .list-user img{
	width: 95px;
	height: 95px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 15px;
}
.list-suggest .list-user .users-info{
	padding: 15px;
}
.list-user .users-info .name{
	font-size: 18px;
	color: #505464;
}
.list-user .users-info .post{
	color: #888;
	font-size: 16px;
	height: 48px;
	overflow: hidden;
}
.list-user .users-info .desc{
	color: #888;
	font-size: 14px;
}
.list-suggest .list-views{
	padding: 10px 15px;
	position: relative;
}
.list-suggest .list-views h3{
	font-size: 20px;
	margin-top: 10px;
	height: 22px;
	overflow: hidden;
}
.list-suggest .list-views .cons{
	font-size: 14px;
	color: #888;
	height: 62px;
	overflow: hidden;
}
.list-views .btn-view{
	margin-top: 10px;
	margin-bottom: 26px;
}
.list-views .list-foot{
	font-size: 14px;
	color: #999;
}
.list-views .list-foot .zan{
	font-size: 14px;
}
.list-views .list-foot .zan span{
	margin-left: 10px;
}
.list-views .btn-info{
	padding: 5px 15px;
}
.list-views .btn-take{
	position: absolute;
	right: 10px;
	top: 10px;
}
.list-user .state{
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	height: 70px;
	color: #FFF;
	padding-top: 9px;
	padding-left: 5px;
	text-align: left;
}
.list-user .state-handle{
   background: url(../images/state-handle.png);
} 
.list-user .state-evaluate{
   background: url(../images/state-evaluate.png);
   color: #777;
} 
.list-user .state-refuse{
   background: url(../images/state-refuse.png);
   padding-left: 3px;
} 
.list-user .state-examine{
   background: url(../images/state-examine.png);
}

/*页数*/
.pages{
	font-size: 14px;
	color: #777;
}
.pages .scope{
	float: left;
	margin-top: 23px;
	margin-right: 10px;
}
.pages .input-group{
	margin-top: 18px;
    width: 120px;
}
.pages .input-group .form-control{
	height: 30px;
}
.pages .input-group .input-group-addon{
	color: #2283c5;
	cursor: pointer;
}

/*页面数*/
.pages-sum{
	font-size: 14px;
	color: #777;
	margin-top: 10px;
}

/*文件上传*/
.file-name-show{
	padding-left: 95px;
	padding-bottom: 20px;
}
.file-name-show a{
	margin-right: 15px;
	margin-top: 5px;
	display: inline-block;
}
.fileinput-button{
	background: #e8e8e8;
	padding: 4px 12px;
	vertical-align: top;
}
.fileinput-button img{
	width: 12px;
	height: 12px;
	vertical-align: middle !important;
}
.bx-min{
	padding: 6px 12px;
}

/*添加问卷*/
.quest-div{
	padding-left: 87px;
	margin-bottom: 20px;
}
.quest-div .topic{
	border: #e5e5e5 solid 1px;
	padding: 5px 8px;
	margin-top: 8px;
}
.quest-div .topic .tl{
	display: inline-block;
	width: 220px;
	color: #505464;
	font-weight: bold;
}
.quest-div .biaot1 .radio-inline, .quest-div .biaot1 .checkbox-inline{
	padding-left: 0 !important;
	padding-right: 20px;
}
.quest-div .biaoti{
	margin-top: 5px;
	margin-bottom: 5px;
}
.quest-div .biaoti button{
	border: none;
	background: none;
	color: #ff892a;
	float: right;
	outline: none;
}
.quest-div .biaoti button i{
	margin-right: 5px;
}
