@charset "utf-8";
/* CSS Document */


.navbar-fixed-top{
	background:transparent;
}
.navbar{
	margin:0;
}
.navbar-static-top{
	background-color:#3497db;
	border-top:1px solid #037184;
    box-shadow: 1px 1px 3px;
    padding: 5px;
    margin-bottom: 10px;
}
a:focus, a:hover{
	color:#1ca0fa;
}
.biaoti{
	background-repeat:no-repeat;
	height:60px;
	color:white;
	background-position-y:center;
	background: -webkit-linear-gradient(left,#116dad, #3ea6ef,#116dad);
    background: -o-linear-gradient(right,#116dad, #3ea6ef,#116dad); 
    background: -moz-linear-gradient(right,#116dad, #3ea6ef,#116dad);
    background: linear-gradient(to right,#116dad, #3ea6ef,#116dad);
}
.biaoti .navbar-header{
	line-height:60px;
	padding-left:20px;
	font-size:28px;
	font-family:微软雅黑;
}
.biaoti ul li a.right-sidebar-toggle{
	color:white;
	font-size:16px;
	font-family:微软雅黑;
	padding:0 20px 0 0;
	line-height:60px;
}
.biaoti ul li.hidden-xs,.biaoti ul li.hidden-xs:active{
	background:none;
}
.navbar-right .hidden-xs .right-sidebar-toggle:hover{
	background:transparent;
	position: relative;
	top: 2px;
}
.form-inline .form-control{
	/*background:none;*/
}
.form-control:focus, .single-line:focus{
	border-color:#5db6fc!important;
}
#wrapper {
	background:none;
}
#page-wrapper{
	padding:0;
	margin-top:20px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:0;
	padding-right:15px;
}
/*左侧导航*/
body.fixed-sidebar .navbar-static-side{
	padding-top:10px;
	border:none;
	background: -webkit-linear-gradient(left, #3497db , #1e6da5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3497db, #1e6da5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3497db, #1e6da5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3497db , #1e6da5); /* 标准的语法 */
}
.navbar-static-side li{
	border-top:1px solid #5bb9f9;
    border-bottom:1px solid #0f507d;
}
.nav-second-level li, .nav-third-level li{
	border-top:none!important;
}

/* CSS3 螺旋效果  */
.menu-top{
	display: block;
  /*  left: 0;*/
    max-height: 0;
    position: absolute;
    z-index: 0;
    border:none;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;   /*元素距离视图的距离*/
}
.menu-top li{
	background:#3497db;
	border-top:1px solid #5fbeff;
    border-bottom:1px solid #15649a;
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);   /*沿着Y轴的3D旋转*/

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.navbar-nav > li:hover .menu-top li, .navbar-nav > li:focus .menu-top li{
    opacity: 1;   /*不透明度*/

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.navbar-nav li:hover .menu-top li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.navbar-nav li:hover .menu-top li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.navbar-nav li:hover .menu-top li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.navbar-nav li:hover .menu-top li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.navbar-nav li:hover .menu-top li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.navbar-nav li:hover .menu-top li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.navbar-nav li:hover .menu-top li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.navbar-nav li:hover .menu-top li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.navbar-nav li:hover .menu-top li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.navbar-nav li:hover .menu-top li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.navbar-nav li:hover .menu-top li:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.navbar-nav li:hover .menu-top li:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.navbar-nav li:hover .menu-top li:nth-child(13) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.navbar-nav li:hover .menu-top li:nth-child(14) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
.navbar-nav li:hover .menu-top li:nth-child(15) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}
.navbar-nav li:hover .menu-top li:nth-child(16) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
.menu-top li:nth-child(1) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
.menu-top li:nth-child(2) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}
.menu-top li:nth-child(3) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
.menu-top li:nth-child(4) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.menu-top li:nth-child(5) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.menu-top li:nth-child(6) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.menu-top li:nth-child(7) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.menu-top li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menu-top li:nth-child(9) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.menu-top li:nth-child(10) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu-top li:nth-child(11) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu-top li:nth-child(12) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu-top li:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu-top li:nth-child(14) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu-top li:nth-child(15) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu-top li:nth-child(16) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/*横向导航*/
.navbar-ex1-collapse .dropdown-menu{
	background:#3497db;
}
.dropdown-menu li ul{
	display:none;
	position:absolute;
	top:8px;
	left:88px;
	width:100%;
	padding:0px;
	list-style-type:none;
}
.dropdown-menu li ul li{
	padding:0px 4px;
}
.dropdown-menu>li:first-child:hover ul{
	display:block;
}
.navbar-default .navbar-collapse{
	margin-left:33px;
}
.navbar-default .navbar-nav>li>a{
	color:#e5e5e5;
}
/*横向菜单*/
.page-tabs a{
	display: block;
	border-radius:0;
	border:none;
	margin:0;
	float: left;
	padding: 0 15px;
	border-right:1px solid #c2e9ff;
	color:#e5e5e5;
	height:42px;
	line-height:40px;
	background:#3497db; 
}
.page-tabs a.active:hover,.page-tabs a:hover,.page-tabs a.active{
	color:#fff;
	line-height:40px;
    background:#f19149;
    font-weight:bold;
}
.content-tabs .btn-primary {    /*收缩按钮*/
	background:#3497db; 
	border:none;
	color: #FFF;
	margin: 0;
	padding:0;
	border-radius:unset;
	width:42px;
	height:42px;
	font-size:20px;
	text-align:center;	
}
.content-tabs .btn-primary:focus,.content-tabs .btn-primary:hover,.content-tabs .J_tabLeft:hover,.content-tabs .J_tabRight:hover,.content-tabs .dropdown:hover,.content-tabs .dropdown:focus{
    background:#f19149;
	color:white;
}
/*横向导航标签*/
.content-tabs .J_tabLeft,.content-tabs .J_tabLeft,.content-tabs .J_tabRight{
	position: absolute;
	height: 42px;
	text-align: center;
	z-index: 2;
	top: 0;
	color: #e6e6e6;
	background:#3497db; 
}
.content-tabs .roll-left,.content-tabs .roll-right{
	border-left: solid 1px #c2e9ff;
	border-right: solid 1px #c2e9ff;
}
.content-tabs .roll-right{
	margin-right:20px;
}
.content-tabs button{  /*菜单栏按钮背景色*/
	background:#3497db; 
    height:41px;
}
.content-tabs{
	border:none;
	border-bottom: solid 1px #2fa5ba;
	margin-left:20px;
	background-color: transparent;
}

input[type="checkbox"]{
	margin:0;
}
.wrapper-content{
	padding:0;
}
.ibox-content{
	background:none;
	border:none;
	padding:0;
}
.nav li a{
	color:#e5e5e5;
	font-size:15px;
	font-family:微软雅黑;
	font-weight:normal;
}
.content-tabs .dropdown-menu-right{
	color:#666666;
}
nav.page-tabs {
	width:auto;
	height: 42px;
	overflow: hidden;
	margin-top:0;
}
.navbar-header{
	width:auto;
}
.navbar-header .fa-outdent{
	margin-top:11px;
}
/*按钮*/

.btn-primary.btn-outline{
	color:white;   /*搜索按钮字体颜色*/
}

/*输入框*/
.fixed-table-toolbar select,.fixed-table-toolbar input{
	border: solid 1px #ccc;
	color:#989898;
	height:32px;
	background:none;
	margin-right:15px;
}
/*
.modal-content select,.modal-content input{
	border: solid 1px #ccc;
	color:inherit;
	background:transparent;
}*/
.form-inline span{
	color:inherit;
	border:none;
}
.content-tabs .turndown{
	margin-right:20px;
}

.nav-second-level{
	margin:0;
	padding:0;
}
.nav-second-level li:last-child{
	margin-bottom:0;
}

.pagination li a{
	background-color:#3497db;  /*翻页按钮*/
	color:white;
	border-color:#ccc;
}
.pagination li.active a,.pagination li a:hover{
	background-color:#f19149;  /*翻页当前按钮*/
	color:#fff;
	border-color:#ccc;
}
.pull-left .btn-default,.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius:0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color:#3090d2;
	color:#fff;
}
.pull-left .btn,.pull-left .btn-default:active,.pull-left .open .btn,.pull-left .open .btn:focus,.pull-left .open .btn:hover{
	border: 1px solid #ccc;  /*记录数量显示边框*/
}
.pull-left .btn-default:active{
	position: relative;
	top: 1px;
}
.pull-left .dropdown-menu>li>a{
	border-radius:0;   /*记录数量显示*/
	text-align:center;
	width:55px;
	padding:0;
	margin:0;
	border:1px solid #ccc;
	margin-bottom:-1px;
}
.pull-left .dropup ul{
	background:#f2f2f2;
	min-width:55px;
}
.dropup .btn{
	background-color:#fff;
	color: #3293d6;
}
.content-tabs .roll-nav .dropdown{
	color:white;
	border-right:1px solid #ccc;
}
.roll-right.J_tabRight{
	right:79px;
}
.ibox{
	border:none;
}
.ibox-content .row{
	margin:0;
}

/* jstree中间树 */ 
#showtree{
	border: solid 1px #ccc;
}
.jstree-default .jstree-clicked,.jstree-anchor:hover{
	background:#3497db;
	color:white;
}
.jstree-default .jstree-clicked .jstree-themeicon{
	background:#fff;
}
.jstree-default .jstree-anchor .jstree-icon,.jstree-anchor:hover .jstree-icon{
	position: relative;
    left:0;
    border-right:0px solid transparent;
    -webkit-filter: drop-shadow(0 0);
    filter: drop-shadow(0 0 #fff); 
}
.jstree-default .jstree-anchor .jstree-checkbox,.jstree-anchor:hover .jstree-checkbox{
	position: relative;
    left:0;
    border-right:0px solid transparent;
    -webkit-filter:none;
    filter:none;
    z-index:3;
}
.jstree-default .jstree-anchor{
	overflow:hidden;
	margin:3px 0;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
	border-color:#ccc;
	background-color:#3497db;
	color:#fff;
}
.list-group{
	padding-left:15px;
}
/*弹窗修饰*/
.modal-header{
	border-bottom:1px solid #1e889a;
	background-color:#3497db;
	color:white;
}
.modal-header h5{
	margin-left:10px;
}
.close{
    color: white;
    filter: alpha(opacity=100);
    opacity:1;
    margin-right:10px;
}
.form-control, .single-line{
	background:transparent;
	border:1px solid #ccc;
}
.form-group button.btn-sm{
	margin-left:15px;
}
.form-group .col-sm-12{
	padding-left:15px;
}
select.form-control,.form-control[readonly],input.form-control,.form-control,.form-control[disabled]{
	border-radius:0;
	font-size:inherit;
}
.modal-footer{
	border-top:1px solid #128574;
}
.page-tabs a.active i:hover{
	background:transparent;
	color:#360d58;
}
.modal-footer .btn{
	margin:0;
}
.modal-body{
	padding:0;
}
/*   弹出选择日期框    主题 */
.daterangepicker,.sidebar-open{
	color:#666666;
}
.daterangepicker.opensright:after,.daterangepicker.opensright:before{
	left:80px;
}
.font-awesome h2.page-header{
	color:#3497db;  /* 图标页面标题 */
}
.input-group-addon:first-child{
	background-color:#ccc;
	border:1px solid #ccc;
}
.modal-content .input-group-addon{
	border:none;
}
.ibox-title h6{
	font-size:14px;
}
.nav.nav-tabs li.active a{
	color:#fff;
}
.nav.navbar-fixed-top li a,.navbar-fixed-top h4{
	color:#e6e6e6;
}
.navbar-fixed-top>li>a:focus, .navbar-fixed-top>li>a:hover{
	background:#3497db;
	color:#fff;
	border:none;
	border-radius:0;
}
.ibox.float-e-margins{
	border:none;
}
.tab-content .ibox{
	border:1px solid #ccc;   /*高校事务服务中心新建流程表格边框颜色*/
}
.feed-activity-list .feed-element{
	border-bottom:1px solid #ccc;
}
.ibox-title{
	border-bottom:1px solid #ccc;
    font-weight: normal;
}
#msgContentBtn{
	color:#333333;
}
.fixed-table-body td input{
	background:transparent;
	border:1px solid #ccc;
}
.btn-primary.active[disabled], .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover,.btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover,.btn-danger.active[disabled], .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover{
	background-color:gray;        /*失效按钮*/
	border-color:gray;
}


/*微首页*/
.wx_home .widget{
	border:1px solid #97d0c4;
}
.wx_home .text_title{
	background:#2687cb;
}
.wx_home .text-right h2.font-bold{
	color:#1ab394;
}