@charset "utf-8";
/* CSS Document */
html, body { margin: 0; height: 100%; padding: 0; font-family: "微软雅黑" }
* { margin: 0; padding: 0; }
ul, li { list-style: none }
a {color: #0cb17a;text-decoration: none;}
a:hover,a:active,a:focus{text-decoration:none;color:#0a9768;}
/*资源上传按钮样式*/
.btn-upload:hover,.btn-upload:focus{
	color:#fff;
}
#progress_load{
	width:150px;
	height:58px;
	color:#606060;
	line-height:58px;
	text-align:center;
	border-radius:3px;
	padding-left:20px;
	font-size: 12px;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-position:10px center; 
    background-repeat: no-repeat;
    background-color:#f9f9f9;
    background-size:18px;
	border: solid 1px #d6d7dc;
	display:inline-block;
	margin-top: -29px;
    margin-left: -75px;
	position:absolute;
	top:50%;
	left:50%;
}
.btn-upload{
	background: #1d9650;
	color:#fff;
	font-size:11px;
	display:inline-block !important;
}
#upload{
	position:relative;
}
/*上传 提示loading*/
.loader {
  background-image: url(../img/loading.gif);
  
}
.error_alt{
  background-position: 30px center !important;
  background-image: url(../img/check_error.png);
}
.check-style-equal-width {
  background-position: 30px center !important;
  background-image: url(../img/check_alt.png);
}
/*上传 提示loading*/
/*滚动条*/
::-webkit-scrollbar {width:2px;background-color:#e2e2e2;}
::-webkit-scrollbar-thumb {background-color:rgb(37, 184, 135);}
/*右侧头部标签*/
.content-tabs { position: relative;top:60px;height: 42px; background: #fafafa; line-height: 40px; border-bottom: 2px solid rgba(40, 128, 176, 0); font-size: 12px; }
.content-tabs .roll-nav, .page-tabs-list { position: absolute; width: 40px; height: 40px; text-align: center; color: #999; z-index: 0; top: 0 }
.content-tabs .roll-left { left: 0; border-right: solid 1px #eee }
.content-tabs .roll-right { right: 0; border-left: solid 0px #eee }
.content-tabs button { background: #fff; border: 0; height: 40px; outline: 0 }
.content-tabs button:hover { background: #fafafa }
nav.page-tabs { padding-left: 40px; height: 40px; overflow: hidden;}
nav.page-tabs .page-tabs-content { float: left }
.page-tabs a { display: block; float: left; border-right: solid 1px #eee; padding: 0 15px; }
.content-tabs .roll-nav:hover, .page-tabs a:hover { color: #777; background: #f2f2f2; cursor: pointer }
.roll-right.J_tabRight { right: 78px }
.roll-right.btn-group { width:80px; padding: 0; font-size: 12px; }
.roll-right.btn-group button { width: 80px }
.dropdown-menu-right { left: auto; }
.page-tabs a {color: #999;}
.page-tabs a i {color: #ccc;}
.page-tabs a.active {    background: #2880b0;color: #f0f8fd;}
.page-tabs a.active:hover {background: #2880b0; color: #fff;}
#page-wrapper .dropdown-menu li a { font-size: 12px; }
#content-main {height: calc(100% - 40px); overflow: hidden;}
.page-tabs .fa-times-circle { width: 15px;font-size:14px;line-height:40px; display: block; float: right; margin-left: 5px; }
/*右侧iframe*/
.fixed-table-pagination{padding:0 10px;}
/*内容样式*/
.gray-bg {padding-top: 15px;}
/*多选框切换样式修改*/
ul.nav-tabs {padding-left: 40px;}
.nav-tabs>li>a { margin-right: 0px; border: 1px solid #ddd;border-bottom: 0; background-color: #eee; color: #333333; }
.nav>li>a:focus, .nav>li>a:hover { text-decoration: none; background-color: #fff; }
/*主要内容的框架*/
.tablecont { padding: 15px 35px 0 35px; }
/*input样式*/
.form-control option{padding: 0px 2px 1px;}
.hr-line-dashed { border-top: 1px dashed #e7eaec; color: #fff; background-color: #fff; height: 1px; margin: 10px 0; }
.form-group { margin-bottom: 5px; margin-top: 5px; margin-right: 3px; }
.form-control{ display:inline-block}
.input-mini { width: 60px !important; }
.input-small { width: 90px !important;}
.input-lmedium { width: 118px !important;}
.input-medium { width: 150px !important;}
.input-large { width: 210px !important;}
.input-xlarge { width: 270px !important; }
.input-xxlarge { width: 530px !important; }
.input-textarea{width:80% !important;height:60px !important;}
.input-group-addon:hover{ text-decoration:none;}
label{ font-weight:normal;}
.sp-radio{width:24px;}
/*密码强度*/
.pw-strength {clear: both;position: relative;top: 8px;width: 180px;}
.pw-bar{background: url(../images/pwd-1.png) no-repeat;height: 14px;overflow: hidden;width: 179px;}
.pw-bar-on{background:  url(../images/pwd-2.png) no-repeat; width:0px; height:14px;position: absolute;top: 1px;left: 2px;transition: width .5s ease-in;-moz-transition: width .5s ease-in;-webkit-transition: width .5s ease-in;-o-transition: width .5s ease-in;}
.pw-weak .pw-defule{ width:0px;}
.pw-weak .pw-bar-on {width: 60px;}
.pw-medium .pw-bar-on {width: 120px;}
.pw-strong .pw-bar-on {width: 179px;}
.pw-txt {padding-top: 2px;width: 180px;overflow: hidden;}
.pw-txt span {color: #707070;float: left;font-size: 12px;text-align: center;width: 58px;}

/*group-common通用样式 (弹出窗中表样式)*/
.group-shell{width:90%;margin:0 auto;}
.tablecont-common{padding:25px 0 0 0;margin:0 0 20px 0;overflow:hidden;}
.textarea-common{display:block;height:60px !important;}
.special-height{line-height:88px !important;}
.control-label{line-height:34px;}
.border-none{border:none !important;}
.vertical{vertical-align:middle !important;}
/*对齐样式*/
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center {text-align:center;}
.bg-ground{background-color:#f5f5f5;vertical-align: middle !important;}
/*下部提示样式*/
.remind{margin-top:20px;padding:0 0 5px !important;}
.remind-box{padding:0 !important;margin:0;}
.heading-color{background: rgba(97, 202, 165) !important;color:#fafafa !important;border-bottom:none;}
.btn-green{color:#fff;  background-color:#0cb17a; border-color:#0cb17a;}
.btn-green:hover{background-color:#05a46e;color:#fff;}
.btn-remove{vertical-align: middle !important;}
.qty{padding:2px 4px;margin-right:5px;}
/*体检报告弹窗*/
.fl{float:left;}
.fr{float:right;}
.mg-lf{margin-left:10px;}
.mg-rt{margin-right:6px;}
.mg-bottom{margin-bottom:12px;}
.mg-top{margin-top:6px;}
/*后台首页布局样式*/
/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/
 #wrapper {
    width: 100%;
    height:100%;
}
#page-wrapper {
    padding: 0;
    background: #fff;
    position: relative;
    overflow:hidden;
    margin: 0 0 0 260px;
    height:100% !important;
}
h1, h2, h3{
	margin-top: 7px;
	/*margin-bottom: -5px;*/
}
h2 {
    color: #000;
}
h4 {
    padding-top:10px;
}
p {
    font-size: 14px;
    line-height:25px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.navbar-side .nav > li > a > i{
	color:#fbfffd;
	padding: 8px;
	text-align: center;
	font-size: 14px;
}
.top-navbar{
	position: fixed;
	width: 100%;
        min-width:1070px;
	margin:0;
	z-index: 300;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);	
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.navbar-side {
	z-index: 2;
	position: fixed;
	width: 260px;
	box-shadow: none;
	background: #f8f8f8;
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
	text-decoration: none;
	background-color: #e0e8f5;
	color: #fff;
}
.breadcrumb {
	padding: 10px 10px 10px 20px;
	margin-bottom: 0;
	list-style: none;
	border-radius: 0;
	background: transparent;
	line-height: 20px;
	font-size: 13px;
	margin-left: 14px;
}
.dropdown-menu>li>a {
        color: #333;
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 3px 20px;
	white-space: nowrap;
	line-height: 1.42857143;	
}
.dropdown-menu>li>a i {
    color: #1F1F1F;
}
.badge {
	display: inline-block;
        min-width: 10px;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #F09B22;
	border-radius: 10px;
}
.closed{
        transform: rotate(180deg);	
	-ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */   
}
.closed i{color: #fafafa;}
/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.page-header {
    margin: 0;
	color: #323232;
	text-align: left;
	padding-bottom: 0;
	padding: 32px 22px 10px 28px;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #ECECEC;
}
.panel-default > .panel-heading {color: #555;
	border-color: #FFF;
	font-weight:bold;
	font-size: 16px;
	text-shadow: none;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/*颜色*/
.color-red{
	color:#da4f49;
}
.color-red:hover{
	color:#bc2e28;
}
.green {
    color: #fff;
}
 .blue {
    background-color: #FFFFFF;
    color: #002A4C;
}
  .red {
	background-color: #FB6E51;
	color:#fff;
}
  .brown {
	background-color: #F5B252;
	color:#fff;
} 
/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/
#sideNav:hover {
    color: #c0ff9f;
}
.top-navbar .navbar-brand {
	color:#fbfffd;
	width: 260px;
	text-align: left;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.navbar-brand b{
	color: #4BD28C;
}
.top-navbar .nav > li {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
}
.top-navbar .nav > li b{
        font-weight:normal;
}
.top-navbar .nav > li > a {
        position: relative;
	line-height:60px;
	display: block;
	padding:0 17px;
	margin: 0px;
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
        text-decoration: none;
	background: transparent;
	
}
.top-navbar .dropdown-menu{
    border: 0;
    min-width: 230px;
	border-radius: 0 0 4px 4px;
}
        
.top-navbar .dropdown-menu > li > a:hover, .top-navbar .dropdown-menu > li > a:focus{
	color: #225081;
	background:none;
}
.dropdown-tasks{
    	width: 255px;
}
.dropdown-tasks .progress {
	height: 20px;
    overflow: hidden;
	margin-bottom: 8px;
	border-radius: 0px;
	background-color: #f5f5f5;	
}
.dropdown-tasks > li > a {
        padding: 5px 14px;
}
.dropdown-tasks p {
	font-size: 13px;
        padding-top: 4px;
	line-height: 21px;	
}
.active-menu, .active-menu i {
	color: #fff !important;
           
}
.active-menu i{
    color:#e4f2ff !important;
}
.arrow {
	float: right;
	margin-top: 8px;
	margin-right:20px;
}

.fa.arrow:before {
	content: "\f104";
}

.active > a > .fa.arrow:before {
	content: "\f107";
}
.nav-second-level li a {
	padding-left: 37px;
    
}

.nav-third-level li a {
	padding-left: 55px;
}
.sidebar-collapse .nav li{margin-top:10px;}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse > .nav > li > a {
	padding: 8px;
	font-size: 14px;
        
}
.sidebar-collapse .nav > li > a {
    color:#fbfffd;background: url(../img/leftmenubg.png);
	width:70%;
	border-radius:8px;
	margin:0 auto;
}
.sidebar-collapse .nav > li > ul > li > a{
    background:url(../img/leftmenubg2.png);
}
.sidebar-collapse .nav > li > ul > li > ul > li > a{
	background:url(../img/leftmenubg3.png);
}
ul.nav.nav-second-level.collapse.in {
    background: #f8f8f8;
}
.sidebar-collapse .nav > li > a:hover,.sidebar-collapse .nav > li > a:focus { 
	outline:0;
} 
.page-tabs a.active {
        background: #0eb37b;
	color: #f8f8f8;
}
.page-tabs a.active:hover {
    background: url(../img/topbg.png);
	color: #fff;
}
.navbar-side {
	border:none;
	background: #f8f8f8;
}
.top-navbar {
	background: url(../img/topbg.png);
	width:100%;
	min-width:1070px;
}
.navbar-right{
	width:auto;
	float:right;
	text-align:right;
	line-height:normal;
	margin-right:0 !important;
	height:60px;
}
.navbar-default {border: 0px solid #1f2837;}
.top-navbar .nav > li > a > i {
	margin-right: 0;
	color: #fbfff1;
}
.navbar-header {
    background: transparent;
	float:left;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f44336;
}
.navbar-default .navbar-toggle {
	border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.nav > li > a > i {
    color: #337AB7;
    font-size: 15px;
}
.nav li a{
	color:#fbfff1;
}
.nav i{
	color:#05a36d;
}
.dropdown-menu>li>a>strong {
	color: #0866C6;
	padding: 5px 0;
	display: inline-block;
	font-weight: 500;
}
#sideNav{
    z-index: 3;
    float: left;
    left: 0; 
    color: #fbfffd;
    cursor:pointer;
    width: 14px;
    line-height: 33px;
    margin: 7px 0 0 13px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    padding-top: 5px;
    margin-top: 14px;
}
/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/
.dropdown-content{
    width: 165px !important;
    left: 30px !important;
    top: 63px !important;   
}
.w250{
	    min-width: 255px !important;
	    left: -184px !important;
}
.w960{
	width:960px; margin:0 auto;
}
.top-navbar .nav > li > a > b{
	margin:0 5px;
}
.dropdown-content li>a{
	font-size:14px;
	color: #233342;
	text-decoration:none;
}
.dropdown-content li>a i{
	font-size:16px;
}
.dropdown-content li>a{
	font-size: 12px;
	padding: 0;
}
.dropdown-content li{	
	padding: 15px;
	color: #233342;	
	font-size: 13px;
}
/*邮件消息下拉*/
.taskList li{
	padding: 20px 15px 5px;
	background: #fff;
	font-size: 12px;
}
.taskList > div{
    padding: 0 15px 0px 15px;
}
.taskList .dropdown-content li>a {
    font-size: 12px;
    padding:0px;
}
.taskList li:last-child {
    padding-top: 5px;
    color: #f44336;
}
/* 顶部固定条 */
.top-fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    line-height:42px;
    background-color:#fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
/*解决bootstrap按钮边框问题*/
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;          
}
/*通用评论*/
.comments{
    width:1120px;
    margin:20px auto 10px;
}
.comments h2{
    font-size: 15px;
    color: #222;
    font-family: "Microsoft YaHei";
    line-height:36px;
	border-bottom:solid 1px #d6d7dc;
}
.comments h2 i{
	padding-right:10px;
}
.c-item {
    padding: 6px 0;
    border-bottom:1px dashed rgba(229, 229, 229, 0.7);
}
.avatar-wrap {
    float: left;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background:url(../images/user.png) no-repeat 50%;
    overflow: hidden;
}
.avatar-wrap img {
    width: 100%;
    height: 100%;
}
.c-content {
    margin-left: 38px;
    overflow: hidden;
}
.c-content .c-user-info {
	line-height:20px;
}
.c-content p {
    font-size: 12px;
    line-height: 22px;
    color: #222;
}
.c-content .c-footer-action {
    margin-top: 6px;
    font-size: 0;
}
.c-content .c-report {
    margin-top: 1px;
    margin-left: 12px;
    cursor: pointer;
}
.c-content .c-digg {
    color: #777;
    cursor: pointer;
	font-size:14px;
}
.c-content a, #comment .c-content span {
    font-size: 12px;
	display:inline-block;
}
.c-content .c-digg>i,.c-report>i {
    color: #cacaca;
    font-size: 17px;
}
.c-footer-action{
	overflow:hidden;
}
.c-user-name {
    color: #428bca;
    cursor: pointer;
    font-weight:bold;
}
.c-create-time {
    color: #777;
	font-size: 10px;
	padding:0 6px;
}
.c-con-text{
	padding:6px 0;
	text-indent: 1em;
	font-size:13px;
}
.reply{
    padding: 15px 30px;
    background: #fff;
    overflow:hidden;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #428bca;
}
.reply-cont{
	margin-bottom:10px;
}
.reply-cont label{
	display:block;
    height:26px;
	line-height:26px;
	font-size:15px;
	color:#428bca;
	font-weight:bold;
	vertical-align:middle;
	margin-bottom:0;
}
.reply-cont textarea{
	border: 3px solid #f0f0f0;
	width:100%;
	padding:6px;
	min-width:90px;
	min-height: 9em;
	vertical-align:middle;
	resize:none;
}

.reply-btn{
	background-color:#428bca;
	color:#fff;
}
/*通知提示定位*/
.Tips{
	position: absolute;
    top: 12px;
    right: 14px;
    border-radius: 50px;
    background: #e86463;
    line-height: 15px;
    height: 15px;
    width: 22px;
    text-align: center;
    color: #ffeae9;
    font-size: 11px;
}
/*对bootstrap自定义*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #0eb37b;
    border-color:#0da16f;
}
.pagination>li>a, .pagination>li>span{
	color: #0eb37b;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #0eb37b;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color: #0eb37b;
}
.popover {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1060;
		display: none;
		max-width: 2000px;/*我改为了2000px*/
		padding: 1px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: left;
		text-align: start;
		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		letter-spacing: normal;
		word-break: normal;
		word-spacing: normal;
		word-wrap: normal;
		white-space: normal;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		box-shadow: 0 5px 10px rgba(0,0,0,.2);
		line-break: auto;
	}
.co-selected {
    color: #0eb37b !important;
}
/*对bootstrap自定义 end*/