/*****************************angular 表单验证样式**********************************************/
input.ng-invalid.ng-dirty{
	background: #FFE5E0;
}
textarea.ng-invalid.ng-dirty{
	background: #FFE5E0;
}
select.ng-invalid.ng-dirty{
	background: #FFE5E0;
}
table.table{
	word-break:break-word;
}
.checkbox-inline,.radio-inline{
	margin-right: 10px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
	margin-top: 0;
  	margin-left: 0;
}
button{
	outline: none;
}
button:active{
	outline: none !important;
}
button:FOCUS{
	outline: none !important;
}
::-webkit-scrollbar{width:8px;height:10px}
::-webkit-scrollbar-thumb{border-radius:2px;background:#656877}
::-webkit-scrollbar-track{background:#e3e3e3}

/*****************************通用布局**********************************************/
.wave {
  font-style: normal;
  background: url(./img/wave-line.png) repeat-x 0 bottom;
}
/*****************************页面布局**********************************************/
.layout-fit{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
}

.layout-border{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.layout-border .lr-top{
	position: absolute;
	left:0px;
	right:0px;
	top: 0px;
	border-bottom: 1px solid #dadfe5;
}
.layout-border .lr-bottom{
	position: absolute;
	left:0px;
	right:0px;
	bottom: 0px;
	border-top: 1px solid #dadfe5;
}
.layout-border .lr-left{
	position: absolute;
	left:0px;
	top: 0px;
	bottom:0px;
	border-right: 1px solid #dadfe5;
}
.layout-border .lr-right{
	position: absolute;
	right:0px;
	top:0px;
	bottom: 0px;
	border-left: 1px solid #dadfe5;
}
.layout-border .lr-center{
	position: absolute;
	overflow:auto;
}

.layout-border .lr-left .lr-split{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 6px;
	border-left: 1px solid #dadfe5;
	background-color: #ffffff;
	cursor: e-resize;
}
.layout-border .lr-left.collapsed{
	width: 6px !important;
	overflow: hidden;
}
.layout-border .lr-left.collapsed .lr-split{
	cursor: pointer;
}
.layout-border .lr-left .lr-split:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 39px;
	background-color: #b1c2d5;
	cursor: pointer;
}
.layout-border .lr-left .lr-split:after{
	content: "";
	display: inline-block;
	margin-left: -6px;
	position: absolute;
	top: 16px;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	cursor: pointer;
}
.layout-border .lr-left.collapsed .lr-split:after{
	border-color: transparent transparent transparent #fff;
	margin-left: 0px;
}

.layout-border .lr-right .lr-split{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 6px;
	border-right: 1px solid #dadfe5;
	background-color: #fff;
	cursor: e-resize;
}
.layout-border .lr-right.collapsed{
	width: 6px !important;
	overflow: hidden;
}
.layout-border .lr-right.collapsed .lr-split{
	cursor: pointer;
}
.layout-border .lr-right .lr-split:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 39px;
	background-color: #b1c2d5;
	cursor: pointer;
}
.layout-border .lr-right .lr-split:after{
	content: "";
	display: inline-block;
	margin-left: 0px;
	position: absolute;
	top: 16px;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	cursor: pointer;
}
.layout-border .lr-right.collapsed .lr-split:after{
	border-color: transparent #fff transparent transparent;
	margin-left: -6px;
}

.layout-border .lr-top .lr-split{
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 6px;
	border-top: 1px solid #dadfe5;
	background-color: #fff;
	cursor: n-resize;
	text-align: center;
}
.layout-border .lr-top.collapsed{
	height: 6px !important;
	overflow: hidden;
}
.layout-border .lr-top.collapsed .lr-split{
	cursor: pointer;
}
.layout-border .lr-top .lr-split:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	width: 39px;
	height: 6px;
	background-color: #b1c2d5;
	cursor: pointer;
}
.layout-border .lr-top .lr-split:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: -6px;
	margin-left: 16px;
	border-width: 6px 4px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	cursor: pointer;
}
.layout-border .lr-top.collapsed .lr-split:after{
	border-color:  #fff transparent transparent transparent;
	top: 0px;
}

.layout-border .lr-bottom .lr-split{
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	height: 6px;
	border-bottom: 1px solid #dadfe5;
	background-color: #fff;
	cursor: n-resize;
	text-align: center;
}
.layout-border .lr-bottom.collapsed{
	height: 6px !important;
	overflow: hidden;
}
.layout-border .lr-bottom.collapsed .lr-split{
	cursor: pointer;
}
.layout-border .lr-bottom .lr-split:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	width: 39px;
	height: 6px;
	background-color: #b1c2d5;
	cursor: pointer;
}
.layout-border .lr-bottom .lr-split:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	margin-left: 16px;
	border-width: 6px 4px;
	border-style: solid;
	border-color:  #fff transparent transparent transparent;
	cursor: pointer;
}
.layout-border .lr-bottom.collapsed .lr-split:after{
	border-color: transparent transparent #fff transparent;
	top: -6px;
}

.tree-board{
	background-color: #f0f2f3;
}
.tree-board .tree-board-header{
	background-color: #f8f9f9;
	border-bottom: 1px solid #dadfe5;
	color: #AAAAAA;
	height: 39px;
	line-height: 39px;
	padding-left: 7px;
	font-weight: bold;
	font-style: italic;
}

.board{
	width: 100%;
	height: 100%;
	position:relative;
}
.board .board-header{
	border-bottom: 1px solid #dadfe5;
}
.board .board-header .navbar{
	margin: 0px;
	min-height: 30px;
	height: 39px;
	vertical-align: middle;
	border-radius: 0px;
	border: none;
	background-color: #f8f9f9;
}
.board .board-header .navbar .container-fluid{
	padding-left: 0px;
}
.board .board-header .navbar .navbar-form{
	margin: 2px;
}

.board .board-header .navbar-header{
	padding-left: 7px;
	height: 39px;
	line-height: 39px;
	color: #AAAAAA;
	font-weight: bold;
	font-style: italic;
}
.board .board-header .navbar .nav{
	margin-top: 2px;
}
.board .board-header .navbar .nav>li>a{
	padding: 7px 15px;
	color: #1298c9;
	border-right: 1px solid #c6d0dc;
}
.board .board-header .navbar .nav>li>a:hover{
	color: #23b6eb;
}
.board .board-header .navbar .nav>li>a:active{
	color: #0e759a;
}
.board .board-body{
	position: absolute;
	top: 40px;
	bottom: 45px;
	width: 100%;
	overflow: auto;
	background-color: #ffffff;
}

.board .board-body .table{
	background-color: #ffffff;
}

.board .board-body .table thead tr{
	color: #555555;
	background-color: #f8f9f9;
}
.board .board-body .table thead th{
	border: none;
	border-bottom: 1px solid #dadfe5;
}

.board-body .table>tbody>tr>td, 
.board-body .table>tbody>tr>th, 
.board-body .table>tfoot>tr>td, 
.board-body .table>tfoot>tr>th, 
.board-body .table>thead>tr>td, 
.board-body .table>thead>tr>th{
	border-top: 1px solid #F0F0F0;
}

.board .board-footer{
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #dadfe5;
	background-color: #f8f9f9;
	padding: 5px 10px;
}
.board .board-footer .nd-pagination{
}

.table-board{
	background-color: #ffffff;
	border: 1px solid #dadfe5;
}

.table-board thead tr{
	color: #555555;
	background-color: #f8f9f9;
}
.table-board thead th{
	border: none;
}
/*****************************控制台消息框**********************************************/
.box{
	border: 1px solid #DDD;
}

.box.box-left{
	border-right: none;
}
.box.box-right{
	border-left: none;
}
.box.box-top{
	border-bottom: none;
}
.box.box-bottom{
	border-top: none;
}

.filter{
	padding: 5px 10px;
}
.filter-row {
    white-space: nowrap;
    position: relative;
}
.filter-row .filter-cata{
    display: inline-block;
    vertical-align: middle; 
}
.filter-row .filter-cata + .filter-cata{
    margin-left: 26px;
}
.filter-cata .title {
	margin: 0;
	margin-right: 5px;
	font-size: 100%;
	font-style: italic;
	line-height: 24px;
	display: inline-block;
	color: #888888;
}
.filter-cata .tags {
	display: inline-block;
}
.filter-cata .tags .label {
	display: inline-block;
	line-height: 24px;
	height: 24px;
	padding: 0 7px;
	margin-right: 5px;
	border-radius: 5px;
	font-size: 100%;
	color: #888;
	background: none;
	cursor: pointer;
	text-align: left;
}
.filter-cata .tags .label:hover {
	color: #6f6f6f;
}
.filter-cata .tags .label.selected {
	background-color: #337ab7;
	color: #fff;
}
.filter-cata .tags .label-more{
	position: relative;
}
.filter-cata .tags .label-more .label-more-list{
	position: absolute;
	top: 20px;
	left: 0px;
	border: 1px solid #C0C0C0;
	background-color: #f8f9f9;
	z-index: 9999;
	display: none;
}
.filter-cata .tags .label-more:hover .label-more-list{
	display: block;
}
.filter-cata .tags .label-more .label-more-list .label{
	display: block;
}
/*****************************颜色选择框**********************************************/
.color-picker{
	border: 1px solid #c9cacb;
}

.color-picker table {
	background-color: #FFFFFF;
}

.color-picker table thead td {
	text-align: center;
}

.color-picker table td {
	padding: 2px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

.color-picker table td span {
	border: 1px solid #AAAAAA;
	display: block;
	width: 14px;
	height: 14px;
}
.color-picker table thead td span{
	width: 100%;
	height: 22px;
}

.color-picker table td:HOVER span{
	border-color:#000000;
}
/*****************************像素选择框**********************************************/
.pixel-picker{
}

.pixel-picker ul{
	list-style: none;
	padding: 0;
    margin: 0;
    outline: none;
    border: 1px solid #c9cacb;
    max-height: 270px;
	overflow-y: auto;
}

.pixel-picker ul li{
	padding: 3px 20px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	margin: 0;
    outline: none;
    cursor: pointer;
}
.pixel-picker ul li:hover{
	background-color: #E0E0E0;
}
/*****************************标签编辑框样式 **********************************************/
.form-control-tag .label{
	margin-right: 5px;
	display: inline-block;
	padding-right: 2px;
}
.form-control-tag .close{
	height: 16px;
	line-height: 16px;
	margin-top: -2px;
	margin-left: 2px;
	color:#FFF;
	opacity: .5;
	font-weight: normal;
}
.form-control-tag .close:hover,.form-control-tag .close:focus{
	opacity: .8;
}
.form-control-tag input{
	margin-top: 5px;
}
/*****************************Layer 弹出层样式 **********************************************/
.layer-backdrop {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	width: auto;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}
.layer-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	pointer-events: none;
}
.layer-wrap.backdrop{
	pointer-events: auto;
}
.layer-wrap *{
	pointer-events: auto;
}

/*****************************控制台消息框**********************************************/
.layer-message {
	background: #000000;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0,0,0,.3);
    background-clip: padding-box;
	position: absolute;
	left:0;
	right:0;
	top: 50%;
	margin: auto;
	width:300px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.layer-message.layer-message-state{
	
}

.layer-message .layer-text{
}

.layer-message .layer-state-wait{
	display:inline-block;
	width:32px;
	height: 32px;
	background: url("images/loading_32x32_black.gif") no-repeat center center;
}
/*****************************弹出窗口样式**********************************************/
.modal-full{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
}
.modal-full.modal-dialog{
	border-radius: 0px;
}
.modal-full .modal-content{
	width: 100%;
	height: 100%;
	overflow: auto;
	border-radius: 0px;
}

.modal-content .modal-iframe{
	width:100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.modal-content .modal-header~.modal-iframe{
	top:65px;
}

.modal-content .modal-iframe>iframe{
	width:100%;
	height: 100%;
	border: none;
}
.modal-content .modal-header{
	padding: 0px 0px 0px 15px;
	height: 65px;
	line-height: 65px;
}
.modal-content .modal-header .modal-title{
	line-height: 65px;
}
.modal-content .modal-header .close{
	font-size: 30px;
	width:65px;
	height:65px;
	opacity:0.6;
	margin: 0px;
	border-left: 1px solid #C0C0C0;
}
.modal-content .modal-header .close:hover{
	opacity:0.3;
}
.modal-content .modal-header .close:active{
	opacity:1;
}
/*****************************控制台消息框**********************************************/
.console-mask {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	width: auto;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 30000;
	background-color: white;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
}

.console-dialog {
	height: auto;
	width: 500px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 30002;
	overflow: auto;
	border-radius: 8px;
	border: 1px solid #dbdbdb;
	box-shadow: 3.5px 6.062px 68px 0px rgba(0, 0, 0, 0.41);
	background: #f7f7f7;
	overflow-x:hidden; 
}

.console-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #138ecb;
}

.console-title span {
	display:block;
}

.console-content {
	background-color: white;
	position: absolute;
	width: 100%;
	top: 52px;
	bottom: 33px;
}

.console-content span {
	display:block;
	margin: 20px 20px;
	font-size: 18px;
}

.console-buttons {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: #d7d8d9;
	border-top: 1px solid #b9b9b9;
}

.console-buttons ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.console-buttons li {
	display: inline-block;
	padding: 3px;
	margin: 3px;
}

.console-buttons li a{
	display: inline-block;
	min-width: 100px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	padding-left: 20px;
	margin: 0 10px;
	text-decoration: none;
}

.console-buttons li a:HOVER{
	text-decoration: none;
	opacity: 0.8;
	filter: Alpha(opacity = 80);
}

.console-buttons li a:ACTIVE{
	opacity: 1;
	filter: Alpha(opacity = 100);
}

.console-buttons li a b{
	display: block;
	padding-right: 20px;
	font-size: 23px;
	color: #333333;
	font-weight: normal;
}

.console-buttons li a.default {
	background: url(images/adaptive.png) no-repeat 0 -712px;
}

.console-buttons li a.primary {
	background: url(images/adaptive.png) no-repeat 0 -164px;
}

.console-buttons li a.default b{
	color: #333333;
	font-weight: normal;
	background: url(images/adaptive.png) no-repeat right -764px;
}

.console-buttons li a.primary b{
	color: #ffffff;
	font-weight: normal;
	background: url(images/adaptive.png) no-repeat right -216px;
}

.console-message {
	background: #000000;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0,0,0,.3);
    background-clip: padding-box;
	position: absolute;
	left: 0;
	right:0;
	top: 50%;
	margin: auto;	
	width:300px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	z-index: 30004;
}

.console-message.console-message-state{
	
}

.console-message .console-text{
}

.console-message .console-state-wait{
	display:inline-block;
	width:32px;
	height: 32px;
	background: url("images/loading_32x32_black.gif") no-repeat center center;
}

.console-state-error .console-content {
	color: #FF0000;
}

/*****************************对话框**********************************************/
.nd-dialog-mask {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	width: auto;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 20000;
	background-color: white;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
}

.nd-dialog {
	height: auto;
	width: 500px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 20002;
	overflow: auto;
	border-radius: 8px;
	border: 1px solid #dbdbdb;
	box-shadow: 3.5px 6.062px 68px 0px rgba(0, 0, 0, 0.41);
	background: #f7f7f7;
}

.nd-dialog-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 82px;
	line-height: 82px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	background: #138ecb;
}

.nd-dialog-content {
	position: absolute;
	left: 0;
	top: 82px;
	bottom: 0;
	width: 100%;
	background-color: white;
	overflow: auto;
}

.nd-dialog-content .nd-dialog-body{
	position: absolute;
	top: 0px;
	bottom: 72px;
	width: 100%;
	overflow: auto;
	padding: 15px;
}

.nd-dialog-content .nd-dialog-body.no-footer{
	bottom: 0px;
}

.nd-dialog-content .nd-dialog-footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 65px;
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}

.nd-dialog-tools {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #4aa8d7;
}

.nd-dialog-tools a {
	display: inline-block;
	width: 90px;
	height: 82px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.nd-dialog-tools a:HOVER {
	background-color: #0984c1;
}

.nd-dialog-tools a:ACTIVE {
	background-color: #0770a4;
}

.nd-dialog-tools a.close {
	background-image: url("images/dialog-close.png");
	background-position: center;
}