
.central-module {
	
}

/*****************************************************************/
/* 以下部分在平台配置、平台管理、系统管理中是一样的  */
.central-module .nav-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 180px;
	background: #333645;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, "Hiragino Sans GB",
		"Segoe UI", "Microsoft Yahei", Tahoma, Arial, STHeiti, sans-serif;
	display: none;
}
.central-module.mini-sidebar .nav-left {
	width: 50px !important;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	-ms-transition: 300ms ease;
	transition: 300ms ease;
}

.central-module .menu-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 52px;
	overflow: auto;
}
.central-module.mini-sidebar .menu-container {
	bottom: 100px;
}

.central-module .menu {
	padding: 0;
	color: #c7ced9;
	overflow: auto;
	display: block;
}

.central-module .menu>li {
	list-style: none;
}

.central-module .menu>li>a {
	color: #c7ced9;
	line-height: 50px;
	font-size: 13px;
	display: block;
	padding-left: 30px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	white-space: nowrap;
}
.central-module.mini-sidebar .menu>li>a {
	padding-left: 10px;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	-ms-transition: 300ms ease;
	transition: 300ms ease;
}

.central-module .menu>.active>a {
	color: #fff;
	background: #282a37;
	font-size: 14px;
}

.central-module .menu>.active>a:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: #5d9cec !important;
	width: 4px;
}

.central-module .menu>li>a:hover, .central-module .menu>li>a:focus,
	.central-module .menu>li>a:visited, .central-module .menu>li>a:active
	{
	color: #fff;
	text-decoration: none;
}

.central-module .menu .left_menu_title {
	margin-left: 15px;
}

.central-module .hr-black {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	border-top: solid 1px #111415;
	border-bottom: solid 1px #646668;
}
.central-module .hr-black.mini-sidebar {
	bottom: 100px;
}

.central-module .bottom-tool {
	/*position: fixed;
	bottom: 20px;
	left: 0;
	padding: 0;
	margin: 15px 10px;*/
	position: inherit;
    bottom: 0px;
    left: 0;
    padding: 0;
    margin: 15px 10px;
}

.central-module .bottom-tool li {
	float: left;
	width: 60px;
	text-align: center;
	list-style: none;
}
.central-module .bottom-tool.mini-sidebar li {
	float: none;
	margin-top: 20px;
	margin-left: -15px;
}

.central-module .bottom-tool li a {
	color: #c7ced9;
}

.central-module .bottom-tool .help {
	margin-left: 20px;
}

.central-module .content {
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	/* left: 180px; */
	left: 0;
	background: #f9f9f7;
	box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
	overflow: hidden;
}

.central-module.mini-sidebar >.content {
	margin-left: -130px;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	-ms-transition: 300ms ease;
	transition: 300ms ease;
}

.central-module-page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.central-module-page >.header {
    min-height: 55px;
    border-bottom: solid 1px #ddd;
    background-color: rgb(249, 249, 247);
    -webkit-box-shadow: rgb(238, 238, 238) 1px 0px 3px 0px, rgb(255, 255, 255) 0px 0px 3px 0px inset;
    box-shadow: rgb(238, 238, 238) 1px 0px 3px 0px, rgb(255, 255, 255) 0px 0px 3px 0px inset;
    color: rgb(51, 51, 51);
    padding: 8px 20px;
}

.central-module-page >.header .input-group-filter {
    display: inline-block;
    vertical-align: middle;
}
.central-module-page >.header .input-group-filter>.input-group {
    width: 25em;
}
.central-module-page >.content {
    position: static;
    background: #f9f9f7;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    /* padding: 10px 0; */
}

.central-module-page >.footer {
	text-align: center;
	margin: 0;
	padding: 10px 0 5px 0;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	z-index: 1000;
}

.central-module-page >.footer .pagination {
	margin: 0;
}

.central-module-page >.footer .pageinfo {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.central-module-page >.footer>.pageinfo input.form-control {
	display: inline;
	width: 3.5em;
	padding: 2px 4px;
	height: inherit;
}

.central-module-page >.footer>.pageinfo select.form-control {
	display: inline;
	width: 4.5em;
	padding: 2px 4px;
	height: inherit;
}
/* 
.central-module-page >.content ol.ns-list-group {
    list-style: none;
    padding: 0;
}

.central-module-page >.content ol.ns-list-group>.ns-list-group-item {
    border-bottom: solid 1px #e6e6e6;
}
.central-module-page >.content ol.ns-list-group>.ns-list-group-item:nth-child(2n) {
    background-color: #eee;
}
 */
.central-module .loader {
	position: absolute;
	left: calc(50% - 200px);
	top: calc(50% - 25px);
	overflow-x: hidden;
	width: 400px;
	/* background-image: url(../images/loading.gif ) !important; */
	background-repeat: no-repeat;
	line-height: 32px;
	padding-left: 36px;
} 
.central-module form .required {
	color: #f00;
	padding: 5px;
	vertical-align: sub;
	text-shadow: 1px 1px 8px #000;
}

/* 新建线索页面样式控制段began */
.central-module .detail-div {
	position: fixed;
	border-left: 1px solid #e8e9ed;
	background: #fff;
	z-index: 800;
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.10);
	padding: 0;
	color: #444;
	top: 50px;
	right: auto;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: 180px;
	transition: left .5s ease;
}

.central-module .detail-div {
	margin-left: 180px;
	width: calc(100% - 180px);
}

.central-module .detail-div.detail-sm {
	margin-left: calc(100% - 400px);
	width: 400px;
}

@media screen and (max-width:400px) {
	.central-module .detail-div.detail-sm {
		margin-left: 0;
		width: 100%;
	}
}

.central-module .detail-div.detail-md {
	margin-left: calc(100% - 800px);
	width: 800px;
}

@media screen and (max-width:800px) {
	.central-module .detail-div.detail-md {
		margin-left: 0;
		width: 100%;
	}
}

.central-module .detail-div.detail-lg {
	margin-left: calc(100% - 1000px);
	width: 1000px;
}

@media screen and (max-width:1000px) {
	.central-module .detail-div.detail-lg {
		margin-left: 0;
		width: 100%;
	}
}
.central-module .detail-div.detail-full {
	margin-left: 180px;
	width: calc(100% - 180px);
}
@media screen and (max-width:1000px) {
	.central-module .detail-div.detail-full {
		margin-left: 0;
		width: 100%;
	}
}

.central-module .detail-div {
	left: 0;
}

.central-module .detail-div.ng-enter {
	transition: .5s;
	left: 100%;
}

.central-module .detail-div.ng-enter-active {
	left: 0;
}

.central-module .detail-div.ng-leave {
	transition: .5s;
	left: 0;
}

.central-module .detail-div.ng-leave-active {
	left: 100%;
}

.central-module .detail-div .detail-title {
	height: 55px;
	border-bottom: 1px solid #e8e9ed;
	padding: 8px 25px;
}

.central-module .detail-div .detail-title>h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	max-width: 500px;
}

.central-module .detail-div .detail-title>h4>i,
.central-module .detail-div .detail-title>h4>span {
	color: #5d9cec;
	margin: 0 5px;
}

.central-module .detail-div .detail-title .close {
	position: absolute;
	right: 0;
	top: 0;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
}
.central-module .detail-div .detail-title .close:hover {
	background: highlight;
}

.central-module .detail-div .detail-title .toolbar {
	position: absolute;
	right: 56px;
	top: 0;
	height: 55px;
	border-right: 1px solid #e8e9ed;
	padding: 16px;
}

.central-module .detail-title .toolbar>.btn {
	margin-left: 10px;
}

.central-module .detail-body {
	overflow: auto;
	position: absolute;
	top: 55px;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 0 15px 15px;
}

.central-module .detail-body>form {
	padding: 10px 0;
}
.form-group .ng-dirty{
	border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

li.item.active > a {
	color: red;
}

/* 以上部分在平台配置、平台管理、系统管理中是一样的  */
/*****************************************************************/
