@CHARSET "UTF-8";
/************* 导航-全局 *************/
html,body{margin: 0;padding: 0;}
#tabletbody{
	min-height: 300px;
}
.jboot-table-noscoller{
	min-height: 380px;
}
/*去除a标签带来的虚框*/ 
a{ 
 	bblr:expression(this.onFocus=this.blur()) !important;/*IE使用*/ 
 	outline-style:none !important;/*FF使用*/ 
} 
a,a:hover{
    text-decoration: none;
	cursor: pointer;
}
/* 头部导航条 */
.jboot-nav{
	background-color: #F0F0F0;
    width: 100%;
    z-index: 10000;
    color: #999;
    height: 30px;
    min-height: 30px;
}
/* 头部导航条-内容-悬浮 */
.jboot-nav-body{
	background-color: #F0F0F0;
    width: 100%;
    z-index: 1000;
    height: 30px;
    line-height:30px;
    position: fixed;
    top: 0;
}

.jboot-nav-name,.jboot-nav-link{
	color: #999;
    overflow: hidden;
    font-size: 12px;
    padding: 0px 10px;
}
.jboot-nav-link:hover{
	color: #BD1111;
}

/* 主体内容 */
.r-body{
	min-width: 1200px;
}
/* 左侧菜单 */
.r-menu{
	width:114px;
	min-width:114px;
	min-height: 300px;
	/*background-color: rgb(23,23,23);*/
	position: fixed;
	top: 30px;
	z-index: 1000;
}
/* 右侧数据展示区 */
.r-content{
	min-height: 100px;
	/*background-color: rgb(189,17,16);*/
}
/* 数据-正常区域-无背景*/
.r-content .r-white{
	padding:0 3% 0 136px;
	
}
/* 数据-表格头部-黑色背景*/
.r-content .r-black,.jboot-table-fixed .r-black{
	background-color: #4F4F4F;
	color: white;
	background-image: url("../../demo/img/tableth.png");
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.r-black table tr{
	height: 40px;
	line-height: 40px;
}

/*页面标题*/
.r-title{
 margin: 14px 0 14px 0; 
 	
}
/*页面标题-中文*/
.r-title-ch{
	font-size: 25px;
	font-weight: 600;
	color: #666666;
	font-family: 微软雅黑,Microsoft YaHei;
    
}
/*页面标题-英文*/
.r-title-en{
	color: #BEBEBE;
	font-size: 12px!important;
	margin-left: 10px;
	font-weight: 500;
	font-family: 微软雅黑,Microsoft YaHei;
}
/*页面标题-分割线-虚线*/
.r-title-line{
	padding:0;
	margin:6px 2.7% 0px 136px;
	border-bottom: 1px dashed #666666;
	
}
/*搜索-行容器*/
.r-search-line{
	padding-top: 15px !important;
	
}
/*搜索-行容器-条件标题*/
.r-search-line label{
	line-height: 30px;
	margin: 0;
	color: #333;
}
/*搜索-行容器-组件宽度*/
.r-search-line select.form-control,.r-search-line input[type=text].form-control{
	width: 163px !important;
}
/*搜索-行容器-组件宽度-日期选择组件*/
.r-search-line .form_date  input[type=text].form-control{
	width: 99px !important;
}

/* 编辑页面-输入框组 */
.r-input-group{
	width:600px;
	margin:0 auto;
	padding-top: 15px;
}
/* 编辑页面-输入框标题 */
.r-input-group .control-label{
	width: 100px;
	float:left;
	padding-right: 10px;
}
/* 编辑页面-输入框 */
.r-input-group .r-control{
	display: inline-block;
	width: 293px;
}
/* 编辑页面-按钮 */
.r-input-group .btn-submit{
	display: inline-block;
	width: 293px;
}
/* 编辑页面-选择框 */
.r-input-group .jboot-input-group{
	float:left;
	width: 293px;
	min-width: 293px;
	max-width: 293px;
}

/* 错误提示信息 */
.error-info{font-weight: normal;color: #bd1111;font-size: 12px;padding-left: 10px;}