/* 主页头部样式 */
.my-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.my-row{
	display: flex;
	align-items: center;
}
.my-col-xs-1{
	
}
/* 首页 */
	#navbar.navbar.navbar-default {
		height: 55px;
		background-image: linear-gradient(0deg, #278bdd 0%, #4ca6f0 100%);
		padding-left: 30px;
		line-height: 55px  
	}
	.my-navbar-left{
		line-height: 55px;
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #ffffff;
		
	}
	.my-nav span img{
		max-width: 30px;
		max-height: 25px;
		vertical-align: middle;
	}
	.my-nav span{
		font-size: 16px;
		margin-right: 50px;
		color: #fff;
		position: relative;
		cursor: pointer;
	}
	.my-nav span.active::before{/* 消息红点 */ 
	content:"";
		 position: absolute;
	    width: 6px;
	    height: 6px;
	    background-color: #ff0000;
	    top: 0;
	    left: 24px;
	    border-radius: 50%;
	}
	.navbar-container{
		min-width: 1200px;
	}	

/* 左侧导航栏 */
.sidebar.menu-min{
	padding-top: 55px;
	width: 200px;
	background: #fff;
	overflow-y:auto;
}
.sidebar.menu-min .nav-list > li a {
	position: relative;
    line-height: 41px;
    height: 41px;
    padding: 0;
    padding-left: 10px;
    font-size: 16px;
    color: #374f67;
    font-weight: 500;
    
}
.sidebar.menu-min .nav-list > li ul a{
	padding-left: 15px;
	color: #374f67;
}
.no-skin .nav-list > li .submenu > li.active:not(.open) > a{
	background-color: #eeeeee;
}
.no-skin .sidebar.menu-min .nav-list > li > a > .menu-text{
	position: initial;
    height: initial;
    line-height: inherit;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #374f67;
    margin-left: 10px;
    width: auto;
}
.#sidebar .nav-list{
	background: none
}
.no-skin .nav-list > li.active>a,.no-skin .nav-list > li>a{
	height: 50px;
	line-height:50px;
	background-image: linear-gradient(180deg,#d2e4f6 0%,#afd3f7 100%);
	color: #374f67;
}
#sidebar .nav-list{
	background: #fff
}
.no-skin .nav-list > li.active>.submenu{
	display: block
}
.no-skin .nav-list>li{
	background: none;
	margin-bottom: 5px
}
.sidebar.menu-min .nav-list>li>.submenu {
    position: initial;
   	margin-top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar.menu-min .nav-list>li>.submenu li>a {
    padding-left: 70px;
}
.sidebar.menu-min .nav-list > li > a span{
	display: inline-block;
}
.sidebar.menu-min .nav-list > li > a:before{
	content: '';
	/* width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: text-bottom; */
    /* margin-right: 5px */
}
.sidebar.menu-min .nav-list > li > a .arrow{
	display: inline-block;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	font-size: 22px;
	top: 14px;
    right: 13px;
}
.nav > li > a > img{
	width: 24px;
    height: 24px;  
    vertical-align: middle;
}
.sidebar.menu-min .nav-list > li.active > a .arrow{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.sidebar.menu-min .nav-list>li.active>.submenu{
	display: block !important;
}
/*左边导航图标设置 */

.system-settings-icon::before{/* 系统设置 */ 
    background: url(../../../form_util/util/images/xitongshezhi-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.user-management-icon::before{/* 用户管理 */
    background: url(../../../form_util/util/images/yonghuguanli-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.sample-management-icon::before{/*样本管理 */
    background: url(../../../form_util/util/images/yangbenguanlii-con.png) no-repeat center center;
    background-size: auto 100%;
}
.laboratory-management-icon::before{/*实验室管理 */
    background: url(../../../form_util/util/images/shiyuanshi-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.quality-control-management-icon::before{/*质控管理 */
    background: url(../../../form_util/util/images/zhikongguanli-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.traditional-project-report-icon::before{/*传统项目报告 */
    background: url(../../../form_util/util/images/chuantongxiangmubaogao-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.series-project-report-icon::before{/*串联项目报告 */
    background: url(../../../form_util/util/images/chuanlianxiangmubaogao-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.statistical-statement-icon::before{/*统计报表 */
    background: url(../../../form_util/util/images/tongjibaobiao-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.clinical-management-icon::before{/*临床管理 */
    background: url(../../../form_util/util/images/lingchuangguanli-icon.png) no-repeat center center;
    background-size: auto 100%;
}
.system-management-icon::before{/*绯荤粺绠＄悊 */
    background: url(../../../form_util/util/images/xitongguanli-icon.png) no-repeat center center;
    background-size: auto 100%;
}




/* 右边内容 */
.sidebar.menu-min+.main-content {
    width: calc(100% - 210px);  
    margin-left: 0;
    padding-top: 63px;
}
/* 右边内容头部 */
.nav-content{ 
	background: none
}
.nav-tabs > li.active > a{
	border:none;
	background-color: #4aa5ef;
	color:#fff;
	border-radius: 10px 10px 0 0 !important;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	text-align:right
	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color:#fff;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	border:none;
	background: none;
	
}
.nav-tabs > li > a {
	background: none;
}

.nav-tabs > li.active{
	background-color: #4aa5ef;
	border-radius: 10px 10px 0 0 !important;
}
.nav-tabs > li {
	 background-color: #d7d7d7;
	 border-radius: 10px 10px 0 0 !important;
	 margin:0 5px 0 0;
}
.nav-tabs .fa {
    font-size: 12px;
    width: auto;
   	margin-left: 5px;
}
.nav-tabs > li > a{
	height: 27px; 
	line-height: 27px;
	font-size: 12px;
	min-width: 70px;
	border:none;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li> a:focu{
	border-radius: 10px 10px 0 0 !important;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	margin: 0 5px 0 0
}
.logo{
	height: 35px;
	width: 35px;
	margin-right: 10px
}

/* 右边内容 */
.tab-content,.main-container,.page-content{
	padding-top: 0;
	padding-bottom: 0;
}
#navbar~.main-container,.page-content{
	background: #f0f0f0;
	padding-right: 1px
}
.col-xs-12.widget-box{
	margin-top: 0;
/* 	min-width: 940px; */
	border: none;
	padding-left: 0;
}
/* .table-bordered {
    border: 2px solid #9dbbdc;
    margin-bottom: -1px;
}  */
input[type="radio"],input[type="checkbox"]{
	margin: 0;
}

.widget-header{
	display: none
}

/* .leadbox{
	padding: 15px;
} */
.leadbox button{
    background: #9DC8F4;
    border-radius: 5px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    line-height: initial;
} 
.leadbox button.act{
	background: #4AA5EF;
}
.widget-box{
	margin-top: 0;
	margin-bottom: 0
}

#main-container>.page-content>.row>.widget-box,#main-container>.page-content>.row>.widget-box .widget-body{  
	background-color: #f3f7f9;
}




/* 分页修改 */
.pages-box{
	
	background-image: linear-gradient(0deg, 
		#afd3f7 0%, 
		#c1dcf7 50%, 
		#d2e4f6 100%);
	border: solid 1px #9dbbdc;
	display: flex;
    align-items: center;
        padding: 0px 7px;
}
.pages{
	margin: 0 20px;
}
.pages-box>div{
	display: inline-block;
	color: #1564c0 !important;
}
.pages-box button {
	margin: 0;
    border: none;
    color: #1564c0 !important;
    font-size: 12px;
}
.pages-box button.btn-info {
	background: none !important;
    border: none;
}
.pages-box button.btn-info[disabled]{
	opacity: .6;
	background: none !important;
    border: none;
    color: #1564c0 !important;
}
.pages{
	 color: #1564c0 !important;
}
.btn-pink, .btn-pink:focus,.btn-pink:hover, .btn-pink:active, .open .btn-pink.dropdown-toggle{
	width: 24px;
	height: 24px;
	background-color: #f9fcff !important;
	border-radius: 5px !important;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
    padding: 0;
}





/* 表格修改 */
/*
table>thead>tr,table>tbody>tr{
	color: #374f67 !important;
}
.table > thead > tr > th,.table > tbody > tr > td{
	min-height: 36px;
	font-size: 12px;
}
.table > thead > tr > th:first-child,.table > tbody > tr > td:first-child{
	border-left: 0 !important
}  

表格body滚动
tbody{
	display: block;
	overflow-y: scroll !important;
	-ms-overflow-style: show;
}
table{
	 width:calc(100% - 12px) !important;  
}
table thead,tbody tr {
    display:table;
    width:100%;  
    table-layout:fixed;
    min-height: 30px;
   	word-break: break-all;
}
table thead{
	 width:calc(100% - 17px);  
}


*/ 
/* 表格复选框样式调整 */
input[type=checkbox]{
	width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
} 
input[type=checkbox]::before{
	content: "";
	display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 2px solid #4AA5EF;
    border-radius: 2px;
    background: #fff;
    line-height: 16px;
    font-weight: 100;
}
input[type=checkbox]:checked::before{
	display: block;
    content: "\2714";
    text-align: center;
    font-size: 14px;
    color: red; /*#4AA5EF*/
}
.edit>img{
	height: 18px
}
input[type="date"]{
	position: relative;
    padding: 0 4px;
    height: 32px;
    border-radius: 4px;
    min-width: 108px;
}
input.date{
	 min-width: 108px;
} 
.date{
	min-width: 108px; 
}
input[type="date"]::before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: url(../../../form_util/util/images/date-icon.png) no-repeat center center;
    background-size: auto 100%;
}
input[type="date"]::-webkit-inner-spin-button,input[type="date"]::-webkit-clear-button{
	display: none !important;
} 
input[type="date"]::-webkit-calendar-picker-indicator{
 	opacity: 0;
 	cursor: pointer;
 }
/* 弹框样式修改 */
.myshowDivBox{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border: solid 2px #278bdd;
}
.myshowDivBox .widget-header{
	display: block;
    height: 28px;
    background-color: #4aa5ef !important;
    border-radius: 0;
    border: none;
    margin-top: 0px;
    overflow: hidden;
        text-align: center;
    line-height: 28px;
    color:#fff
}
.myshowDivBox.widget-box .widget-body{
	background: #fff;
	padding: 0
}
.myshowDivBox .widget-toolbar {
    display: inline-block;
    /* padding: 0 10px; */
    /* line-height: 60px; */
    height: 60px;
    width: 60px;
    float: right;
    position: relative;
    background: #fff;
    color: #4aa5ef;
    border-radius: 50%;
    margin-right: -25px;
    margin-top: -25px;
    text-align: left;
    padding-top: 22px;
    padding-left: 15px;
}
.myshowDivBox .widget-toolbar>a{
	color: #4aa5ef !important;
	font-size: 15px;
}
.myshowDivBox .widget-toolbar:before{
	border:0
}
    
.myshowDivBox .form-actions{
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
}
.myshowDivBox .form-actions button{
	    margin: 10px 0 20px !important;

}

@media (max-width: 3000px) {/* 最大宽度3000 */
	/* 登录页面 */
	.user_name input,.psw input{
		width: 250px;
		height: 25px;
	}
	.title{
		font-size: 30px; 
		height:60px;
		margin-top:20px;
		color:#032e73;
	}
	.user_name,.psw,.code,.btn{
		margin: 10px 0;
	}
	.code input{
		width: 100px;
		height: 30px;
	}
	.loginbox>div{
		display: inline-block;
	}
	.loginbox{
		display: block;
		white-space: nowrap;
	}
	.loginbtn{
		height: 32px;
		font-size: 18px;
	}
	.btnbox .kb{
		display: none
	}
	.loginbox .loginleft{
		width: 400px;
	}
	.loginbox{
		width:1300px !important;
		overflow: hidden !important;
	}
	.loginrigth{
		width: 400px;
		margin-left: 30px
	}
	.loginleft img{ 
		width: 400px;
		height: auto;
	}
}
@media (max-width: 1200px){/* 宽度小于1200 样式 */
	.min-content{   /* 内容小于1200 */
		min-width:1200px !important;
		overflow: auto
	}
}

/* 公共按钮管理 */
/* 蓝色1号 */
.btn-blue1{
	background-color: #4aa5ef;
	border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
}
/* 蓝色2号 */
.btn-blue2{
	background-color: #4aa5ef;
	border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
}
.btn-edit{
	padding: 2px 8px;
    background-image: linear-gradient(0deg, 
 #b0d4f7 0%, 
 #d1e3f6 100%);
    border-radius: 14px;
    font-size: 12px;
    color: #374f67;
    outline:none;
} 
.btn-edit:hover{
	background-image: linear-gradient(0deg, 
 #b0d4f7 100%, 
 #d1e3f6 0%);
}

/* 确定按钮 */
.form-actions .btn-success{
	background-color: #4aa5ef !important;
	border-radius: 5px;
	border: solid 1px #4689cc;
} 
/* 取消 */
.btn-lg{
	background-color: #9dc8f4 !important;
	border-radius: 5px;
	border: solid 1px #4689cc;
}

.chakan-btn{
	background-image: linear-gradient(0deg, #afd3f7 0%, #d2e4f6 100%);
    border-radius: 14px;
    color: #374f67;
    width: 100%;
    padding: 1px 0;
    margin: 0
}
/* 删格系统调整 */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-right: 0;
	padding-left:8px;
}
.no-padding-right{ 
	margin-right: 0;   
	padding-left: 0;
}
/* 字体颜色 */
.col-red{
	color: #f61b1b !important;
}
.col-green{
	color: #1dad1d !important;
} 
.col-blue{  
	color: #1574f5 !important;
}
.size-18{ 
	font-size: 18px !important;
}
.size-20{
	font-size: 20px !important;
}
.bg-fff{
	background: #fff !important;
}
.bg-navy-blue{
	background-color: #1062b7 !important;
}
/*单选框的样式  */
.caixueka span input{
	height: 20px !important;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
}
.caixueka input[type="radio"] {
    height: 22px;
    width: 22px;
    margin-right: 10px;
    display: none;
}
.caixueka  input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #6CADEE;
    background: #fff;
    line-height: 22px;
    box-sizing: border-box;
}
 .caixueka  input[type="radio"]:checked + label::before {
    background-color: #6CADEE;
    background-clip: content-box;
    padding: 3px;
} 
