
/* -------------------------------全局 样式调整开始----------------------------*/
body {
	line-height:1.1;
	font-size:12px;
}
body, h1, h2, h3, h4, h5, h6{
	font-family: "Microsoft YaHei","Arial","宋体","黑体",sans-serif;
}
/*定义圆角*/
/* a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul{ */
/* 	-webkit-border-radius:4px !important; */
/* 	-moz-border-radius:4px !important; */
/* 	border-radius:4px !important; */
/* } */
/*定义主页面背景色*/
.page-content-wrapper .page-content{
	background-color: #fff;
	padding-bottom: 0px;
}


/*定义常规Form 表单 样式*/
.form-control {
	height: 26px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:6px;
	font-size:12px;	 
}


.label-danger{
	background-color: #f8cace;
}
.label-warning{
	background-color: #f7de79;
}

.label-black{
	color: #34495e;
}

.dropdown-menu{
	font-size: 12px;
}

.dropdown-menu>li>a{
	padding: 4px 6px;
}

/*定义标签左右padding*/
.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: 5px;
	padding-right: 5px;
}
@media (min-width: 768px) {
/* 	.col-sm-12.col-md-8 .col-sm-2{ */
/* 		padding-right: 8px; */
/* 	} */
/* 	.col-sm-12.col-md-8 .col-sm-10{ */
/* 		padding-left:2px; */
/* 	} */
}


/*定义图标的高度*/
[class*=' fa-']:not(.fa-stack), [class*=' glyphicon-'], [class*=' icon-'], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-]{
	line-height:13px;
}

.margin-bottom-5 {
  margin-bottom: 5px !important; 
}

.margin-top-5 {
  margin-top: 5px !important; 
}

.glyphicon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}

span.input-group-addon{
	border-left: 0px;
	border-right: 0px;
}

span.line-through{
	text-decoration: line-through;
}

.btn{
	font-size: 12px;
}

.btn.default.date-set,.btn.default.date-reset,.btn.default.btn-sm,.btn.default.input-clear,.btn.default.time-set{
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-color:#c2cad8;
	border-style:solid;
	border-width:1px 1px 1px 0px;
	height: 26px;
}

div.input-group.date > span.input-group-addon{
	padding-left: 2px;
	padding-right: 1px;
}

.input-group-btn > span + span {
    margin-left: -1px;
}

.input-group > input.form-control{
	padding-right: 2px;
}

.bootstrap-tagsinput{
	width: 100%;
}
/* 定义必需输入字段的样式 */
.bootstrap-tagsinput{
	color : #4d6b8a;
/* 	background-color: #f7de79; */
	border-color: #e43a45;
}
/* --------------------------------全局 样式调整结束------------------------------*/

/* --------------------------------通用组件 样式调整开始------------------------------*/
/* 定义今天的背景色 */
td.today {
	background-color: #909090;
}
.datepicker-months{
	width: 180px;
}
.datepicker-months > .table-condensed > tbody > tr > td{
	padding: 0px;
}
.datepicker-months table tr td span{
	margin: 0%;
	width: 25%;
}


/* 定义图标的间隔*/
td > a:not(:last-child) > i{
	padding-right: 15px;
}

/*定义下拉框样式*/
.btn.dropdown-toggle.btn-default{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 定义按钮行高*/
.btn, .btn-sm{
	line-height:1;
}
.btn:not(.btn-sm):not(.btn-lg){
	line-height:1;
}

.btn-group-sm > .btn, .btn-sm{
	line-height:1;
	font-size: 12px;
}
.btn > i:not(last-child){
	padding-right: 2px;
}
/*关闭按钮*/
button.close{
	margin-top:10px;
	padding-top: 5px;
	height: 12px;
	width: 12px;
}

td > a.btn[disabled] > i,td > a.btn:disabled > i{
	color: #e1e5ec !important;
}

/* 定义提示框*/
.popover-content > a:first-child {
	margin-right:5px;
}

定义第一个元素的padding
/* .checkbox-list > label.checkbox-inline:first-child, .radio-list > label.radio-inline:first-child{ */
/* 	margin-left: 25px; */
/* } */
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"]{
	margin-left:0px;
	margin-top: 1px;
}
label.checkbox-inline input[type="checkbox"]:first-child, label.radio-inline input[type="radio"]:first-child {
    margin-left: 5px;
}
.checkbox-inline, .radio-inline{
	padding-left: 5px;
}
.checkbox-list > label.checkbox-inline > span, .radio-list > label.radio-inline > span {
	margin-left: 20px;
}
.checkbox-list > label.checkbox-vertical > span{
	margin-left: 5px;
}
.checkbox-list > label.checkbox-vertical{
	margin-left: 20px;
}




/* --------------------------------通用组件 样式调整结束------------------------------*/

/* --------------------------------提示信息样式调整 -------开始-----------------------*/

/* 定义弹出框的背景颜色 */
.tooltip-inner{
	display: inline;
	background-color: #e43a45;
	padding:3px 3px;
}
.tooltip.top .tooltip-title{
	display: inline;
	background-color: #e43a45;
	color: #fff;
	padding-left: 3px;
}
.tooltip.top{
	margin-top: 17px;
	background-color: #e43a45;
}
/* 定义必需输入字段的样式 */
.form-control.required, .form-group .required:not(.bs-select){
	color : #4d6b8a;
/* 	background-color: #f7de79; */
	border-color: #e43a45;
}
.form-control.required, .form-group .required{
	font-size: 12px;
}
.bs-select.required button{
/* 	background-color: #f7de79; */
	border-color: #e43a45;
}
.form-group .required.bs-select {
	padding-left: 0px;
}

.form-control.importance, .form-group .importance:not(.bs-select){
	color : #4d6b8a;
/* 	background-color: #f7de79; */
	border-color: #26C281;
}

.bs-select.importance button{
/* 	background-color: #f7de79; */
	border-color: #26C281;
}

/*定义背景色*/
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled{
	background-color: #eef1f5;
}


/*----------------------------------文件上传---开始----------------------------------*/
.file-loading {
	background: transparent url('../../../global/img/loading.gif') top left no-repeat;
}

.file-thumb-loading {
	background: transparent url('../../../global/img/loading.gif') no-repeat scroll center center content-box !important;
}
.file-uploading {
	background: url('../../../global/img/loading-sm.gif') no-repeat center bottom 10px;
}

.file-drop-zone{
	padding: 5px;
	margin: 5px 5px 5px 5px; 
}

div.file-caption.download,div.file-footer-caption.download{
	cursor: pointer;
}

/*临时*/
.btn-file input[type="file"] {
	position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
    font-size: 100px;
}

/*----------------------------------文件上传----结束---------------------------------*/

/* --------------------------------提示信息样式调整 -------结束-------------------------*/

/* ---------------------------------菜单栏 样式调整开始---------------------------*/

@media ( min-width :992px) {
	.page-sidebar {
		width: 200px;
	}
	.page-content-wrapper .page-content {
		margin-left: 200px;
	}
}

/* --------------------------------菜单栏 样式调整结束-----------------------------*/



/* --------------------------------DMS 相关 样式调整开始-----------------------------*/
.dms-search, .dms-add, .dms-edit, .dms-detail,.dms-delete {
	margin-top: 5px;
}

.tabbable-custom{
	overflow: visible;
	margin-bottom: 0px;
}

.dms-search .row .query-btn,.dms-detail .row .query-btn{
	margin-bottom: 5px;
	text-align: center;
	margin-top: 10px;
}

/* --------------------------------DMS 相关 样式调整结束-----------------------------*/



/* --------------------------------页面头 样式调整开始-----------------------------*/

/* 修改图标的样式 */
.page-header.navbar .page-logo .logo-default{
	margin-top: 11px;
}

/* --------------------------------页面头 样式调整结束-----------------------------*/

/* --------------------------------tab 页 样式调整开始-----------------------------*/

.nav > li > a{
	padding-bottom: 3px;
	padding-top: 3px;
}
.nav > li > a > i{
	font-size: 11px;
	font-weight: 200;
}

.nav-pills>li>a, .nav-tabs>li>a{
	font-size: 12px;
}

.nav-tabs > li.active > a{
	font-size: 13px;
	font-weight: 600;
}

.nav-tabs > li.active > a >i{
	font-size: 13px;
	font-weight: 400;
}

.tabbable-custom > .nav-tabs > li.active{
	border-top:3px solid #6b7683;
	font-weight: 600;
}




/* --------------------------------tab 页 样式调整结束-----------------------------*/

/* --------------------------------------表格 样式调整开始------------------------*/
.table td {
	font-size:12px;
}
.table thead tr th{
	font-size:12px;
}
.table a.btn{
	padding: 0px;
}
.table div.file-input div.btn,.table div.file-input button.btn{
	padding: 5px 2px 4px 2px;
}
.table > tbody > tr > td > .btn:not(:last-child){
	margin-right: 5px;
}

/*定义行高*/
.fixed-table-container tbody td .th-inner{
	line-height:11px;
}
.fixed-table-container thead th .th-inner{
	line-height:11px;
}


.table > tbody > tr > td,  .table > tfoot > tr > td, .table > thead > tr > td{
	padding-top:4px;
	padding-bottom:4px;
}


.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination{
	margin-bottom:0px;
	margin-top: 0px;
}

.bootstrap-table :not(.table-condensed).table > tbody > tr > td,  .bootstrap-table :not(.table-condensed).table > tfoot > tr > td, .bootstrap-table :not(.table-condensed).table > tfoot > tr > th, .bootstrap-table :not(.table-condensed).table > thead > tr > td{
	padding-top:3px;
	padding-bottom:3px;
}

.bootstrap-table .table:not(.table-condensed) > tbody > tr > td > .form-control, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td > .form-control{
     padding: 1px 1px 1px 1px; 
}

.table-responsive > tbody > tr > td,  .table-responsive > tfoot > tr > td, .table-responsive > thead > tr > td{
	white-space: nowrap;
}
.fixed-table-container{
	border-width: 0px;
}

.table.table-bordered.table-print thead>tr>th{
	border-bottom: 1px solid #888;
}





/* ----------------------------------表格 样式调整结束----------------------------------------*/




/* --------------------------------FORM表单 样式调整开始----------------------------------------*/
/*定义按钮组样式*/
.form-horizontal .form-group{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/*定义标签的对齐方式*/
.form-horizontal .control-label{
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 1px;
	padding-right: 2px;
	white-space: nowrap;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
	padding-top:5px;
	padding-bottom: 5px;
	min-height: 26px;
}

.form-horizontal .modal-body .form-group{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	padding-right: 2px;
}

/*定义按钮的左边界*/
.bs-select > .btn{
	padding-left:5px;
}

.form-group span.form-show{
	display: block;
	padding: 3px 2px 3px 1px;
	font-weight:400;
	min-height: 26px;
	word-wrap: break-word;
}

/*定义日志《至》组件*/
span.input-group-addon{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #e1e5ec;
}

.form-actions{
	text-align: center;
	margin-top: 10px;
}
.input-datefuture input {
    text-align: center;
}

/* ------------------------------------FORM表单 样式调整结束-------------------------------------*/


/* -------------------------------------modal 样式调整开始------------------------------------*/

.modal-header{
	padding-top: 0px;
	height: 35px;
}

.modal-header .modal-title{
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 5px;
}

.modal-header .modal-close{
	display: inline;
	float: right;
}
.modal-header .modal-close > a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}


/*定义弹出框的右边距大一些*/
.modal-body{
	padding-bottom: 5px;
	padding-top: 5px;
}

.modal-footer{
	text-align: center;
}
.modal-body .row{
	margin-right:-0px;
}

.modal-dialog{
	margin-top: 50px;
}

.modal-content{
	background-color: #fafafa;
}

.modal-sm{
	max-width: 450px;
}

.modal-md{
	max-width: 650px;
}

.modal-lg{
	max-width: 950px;
}

/* ---------------------------------------modal 样式调整结束---------------------------------------*/


/* ---------------------------------------portlet 样式调整开始------------------------------------*/
.portlet{
	margin-bottom:0px;
}

.portlet > .portlet-title > .tools{
	padding-top: 6px;
}
.portlet > .portlet-title{
	min-height: 20px;
}
.portlet.box > .portlet-body{
	padding-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.portlet > .portlet-title > .caption{
	font-size:12px;
	line-height:12px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right: 10px;
}
.portlet.light > .portlet-title > .caption > i{
	margin-top:0px;
}


/* -----------------------------------------portlet 样式调整结束----------------------------------*/

/* -----------------------------------------panpel 样式调整开始----------------------------------*/
.panel{
	margin-bottom:5px;
}
.panel .panel-body{
	padding: 5px;
	font-size:12px;
}
.panel .panel-heading{
	padding-top: 0px;
	padding-bottom: 0px;
}
.panel .panel-heading .pannel-name{
	padding-right:5px;
	vertical-align:middle;
	margin-top:7px;
	margin-bottom:5px;
	display:inline-block;
}
.panel .panel-heading .pannel-button{
	display:inline;
}

.panel.table-panel{
	border: 0px;
	margin-bottom:0px;
}
.panel.table-panel .panel-body{
	font-size:12px;
	padding:0px;
}

.panel.table-panel .panel-heading{
	border: 1px #ddd solid;
	border-bottom: 0px #ddd solid;
}

.panel > .panel-heading > .pannel-tips{
	display: inline-block;
	float: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 50%;
	min-width: 50%;
}

.panel > .panel-heading > .pannel-tips .form-group{
	margin-bottom:0px;
}



.panel > .panel-heading > .pannel-tips .mt-element-step .step-background-thin .mt-step-col{
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

.panel > .panel-heading > .pannel-tips .mt-element-step .step-background-thin .mt-step-number{
	font-size: 25px;
}

.panel > .panel-heading > .pannel-tips .mt-element-step .step-background-thin .mt-step-title{
	font-size: 12px;
}




.panel > .panel-heading > .pannel-tools{
	display: inline-block;
	float: right;
}

.panel > .panel-heading > .pannel-tools > a{
	display: inline-block;
	height:16px;
	margin-left:5px;
	opacity:1;
}

/*chevron-down*/
.panel > .panel-heading > .pannel-tools > a.collapse{
	visibility:visible;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*chevron-up*/
.panel > .panel-heading > .pannel-tools > a.expand{
	visibility:visible;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* --------------------------------------------panpel 样式调整结束-----------------------------------*/
/*----------------------------------------------横向多个DIV 的情况-----------------------------------*/
div.horizationDiv{
	border: solid 0px #DDDDDD;
}
div.horizationDiv div.panel{
	padding-left: 0px;
	padding-right: 0px;
}
div.horizationDiv div.panel-heading{
	padding-left: 0px;
	padding-right: 0px;
}
div.fixedHeightDiv{
	border: solid 1px #DDDDDD;
	overflow-y: scroll;
}

/*----------------------------------------------横向多个DIV 的情况-----------------------------------*/


/*------------------------------*/
.page-sidebar .page-sidebar-menu .nav-item > .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .nav-item > .sub-menu li > a  {
    font-size: 13px;
}

.page-sidebar .page-sidebar-menu .nav-item > .sub-menu li >.sub-menu li > a , .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .nav-item > .sub-menu li >.sub-menu li > a {
    font-size: 12px;
}

/*------------------------*/
