﻿/*aside*/
.main-sidebar, .left-side{
	width: 200px;
	}
.main-header .logo{
	width: 200px;
	}
.main-header .navbar{
	margin-left: 200px;
	}
.content-wrapper, .right-side{
	margin-left: 200px;
	}
@media (min-width: 768px){
	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
		font-size: 14px;
		font-family: "Microsoft YaHei";
	}
}
.skin-blue-light .sidebar-menu>li>a {
    border-left: 3px solid transparent;
    font-weight: 400;
}
.skin-blue-light .sidebar-menu>li>a:hover {
    border-left: 3px solid transparent; 
    font-weight: 600;
}
/*toggle*/
.toggle-btn{
	position: absolute;
	bottom: 60px;
	right: 2px;
}
.left_rote{
transform:rotate(180deg);
-ms-transform:rotate(180deg); 
-moz-transform:rotate(180deg); 
-webkit-transform:rotate(180deg); 
-o-transform:rotate(180deg);
}

/*面包屑的导航新定义*/
.skin-blue-light .content-header{
	background: #fff;
}
.content-header {
	position: relative;
	height: 40px;
	padding: 10px 15px 0 15px;
}
.content-header>.breadcrumb {
	float: left;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 4px 5px;
	position: static;
	border-radius: 2px;
}
.content {
    min-height: 250px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px; 
    padding-right: 0px;
	padding-bottom: 20px;	
}
.handle_bar{
	height: 40px;
	background: #f9fafc;
	border-top: 1px solid #d2d6de;
	padding: 4px 22px;
}
.search_bar{
    height: 60px;
    background: #fff;
    border-top: 1px solid #d2d6de;
    padding: 12px 22px;
}
.search_bar .form-group{
	vertical-align: top;
}
/*table Normal*/
table{
	font-size: 12px;
}	
.box{
	border-top-color: #3c8dbc;
	overflow-x: auto;
}

.box .grid-view table td{
    word-break:keep-all;
    white-space:nowrap;
	overflow:hidden;
}
.box .grid-view table{
	font-size: 12px;
}
.summary{
	border-bottom: 1px solid #f4f4f4;
	color: #444;
    display: block;
    padding: 10px;
    position: relative;
	font-weight: normal;
}
.pagination {
    display: inline-block;
    padding-left: 16px;
    margin: 20px 0;
    border-radius: 4px;
}
/*footer*/
.dfs-footer{
    bottom: 0;
    right: 0;
    left: 0;
	position: fixed;
    z-index: 1030;
    background: #fff;
    padding: 8px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
.main-footer{
	padding: 8px;
}
.dfs-footer b{
	font-weight: normal;
}	
.dfs-footer strong{
	font-weight: normal;
}
/*form*/
.dfs_form_tbbox {
    margin: 5px 5px;
    padding: 5px 0px;
}
.dfs_form {
    margin: 0px;
    color: #000;
    border-top: 0px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    background: #fff;
}

.dfs_form .box-body{
	padding: 0;
}

.dfs_form .form-group{
    border-top: 1px solid #ddd;
    margin: 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    padding: 5px 0px;
}
.dfs_form .form-group:hover{ background: #f9fafc;}
.dfs_form .form-group .control-label {
    margin: 15px 15px 10px 15px;
    width: 105px;
    color: #333;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2;
}
.dfs_form .metsliding {
    border-top: 1px solid #ddd;
    margin: 0px 0px 0px;
    padding: 0px 5px 0px 15px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    background: #f7f7f7;
    height: 38px;
    line-height: 38px;
    font-family: '微软雅黑';
}
.dfs_form input.form-control {
    height: 35px;
    line-height: 35px\9;
    padding: 2px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    width: 350px;
	margin: 10px 0;
}
.grid-view tr input.form-control {
    height: 30px;
    line-height: 30px\9;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    width: 100%;
	margin: 0;
}
td>select.form-control {
    height: 30px;
    line-height: 30px\9;
	padding: 4px 12px;
}
.dfs_form select.form-control {
    width: 200px;
	margin: 10px 0;
}
.dfs_form textarea.form-control {
    width: 350px;
    line-height: 1.5;
    height: 110px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
	margin: 10px 0;
}
.help-block-error{
	margin-left: 15px;
	margin-top: 15px;
}
.form-group.has-error .help-block {
    color: #dd4b39;
    margin-top: 15px;
    margin-left: 10px;
}
.dfs_form_submit {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 5px 5px 5px 10px;
    text-align: center;
}

.dfs_form  .form-md-radios div{
    padding-top:12px;
}
.dfs_form  .btn{
    margin-left: 12px;
}
.dfs_form  .input-group-btn{float: left;padding-top:10px;}
.dfs_form  .input-group-btn button{height:35px;}


.login-page, .register-page { background: #f5f5f5}
.btn-primary{background-color: #5db524;border-color: #5db524;}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.login-box, .register-box {
    width: 400px;
}


/*覆盖皮肤样式*/

.skin-black .main-header .logo {
    background-color: #008d4c!important;
}
.skin-black .main-header>.logo {
    border-right: 1px solid #5db524!important;
}
.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
    background-color: #008d4c!important;
    color:#000!important;
}

.skin-black .main-header>.logo {
    color: #fff!important;
}

.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li.menu-open>a {
    background: #5db524!important;
}
.btn-primary {
    background-color: #008d4c!important;
    border-color: #008d4c!important;
}
.skin-black .sidebar-menu>li>.treeview-menu {
    background: #116a40!important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #008a40!important;
    border-color:#008a40!important;
}

.navbar-nav>li>a {
    border-right: 1px solid #fff!important;
}

skin-black .sidebar-menu .treeview-menu>li>a {
    color: #8aa4af!important;
}
.skin-black .sidebar-menu .treeview-menu>li.active>a, .skin-black .sidebar-menu .treeview-menu>li>a:hover {
    color: #fff!important;
}

.skin-black .main-header .navbar .nav>.active>a {
    color: #008a40!important;
}

.navbar-collapse ul li{float:left!important;}

div.required>label:before {
    content: " *";
    color: red;
}

.form-group .form-control:disabled {
    background-color: #eee;
}

.form-inline .sys-date{height:33px;}