@charset "utf-8";

* {
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

a {
	color: #0081cc;
}

a:hover {
	color: #0070b2;
	text-decoration: none;
}

ul, ol,li{
  list-style: none;
}
abbr {
	border: none;
}

.blue {
	color: #0000ff;
}

.red {
	color: #ff0000;
}

.green {
	color: #008B00;
}

fieldset fieldset legend {
	color: #444;
}

/* 只允许输入数字 */
.input-text-number {
	ime-mode: Disabled;
}

/* 只允许输入数字 */
.disabled-select {
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.title {
	font-size: 16px;
	font-family: Arial,"Microsoft YaHei";
	font-weight: normal;
}

html{
	height:100%;
}
.hui.page-hui {
	background-size: cover;
}

/*body:after {
  content: "";
  background: url(/static/images/blue-bg-img.jpg) repeat 0 0 #1A4067;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}*/

.loading-page {
	background: url(../images/loading.gif) no-repeat center center #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0;
}

.no-border {
	border: none;
}

.padding-box {
	padding: 0 10px;
}

.fixed {
	position: fixed;
}

/* @layout */
.layout {
	overflow: inherit
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width: 990px;
}

.sidebar {
	width: 90px;
}

.subsidebar {
	width: 350px;
}

.col-main {
	float: left;
	width: 100%;
}

.col-main-wrapper {
	width: auto;
}

.col-left {
	float: left;
	position: fixed;
	top: 0px;
}

.col-right {
	float: left;
	margin-left: -350px;
}

/* 一列布局 */
.layout-col-one .col-main {
	float: none;
}

.layout-col-one .col-main-wrapper {
	width: 100%;
}

/* 两列布局：左侧栏+主体栏 */
.layout-col-two-left .col-main-wrapper {
	margin-left: 90px;
}

.layout-col-two-left-rescue .col-main-wrapper {
	margin-left: 450px;
}

/* 两列布局：主体栏+右侧栏 */
.layout-col-two-right .col-main-wrapper {
	margin-right: 260px;
}

/* 三列布局：左侧栏+主体栏+右侧栏 */
.layout-col-three .col-main-wrapper {
	margin-left: 260px;
	margin-right: 260px;
}

/* @二级布局 */
.layout .layout-col-two-left .col-main-wrapper {
	margin-right: 0;
	margin-left: 385px;
}

.layout .layout-col-two-right .col-main-wrapper {
	margin-left: 0;
	margin-right: 385px;
}

/* @三级布局 */

/* @code/pre */
code,
pre {
	background: #eaeaea;
	border-radius: 2px;
	color: #930;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: 1px 1px 0 #fff;
}

pre {
	border: 1px solid #ddd;
}

/* @noscript */
.noscript {
	background: #FFFF90;
	border-bottom: 1px solid #DDDDDD;
	color: #444;
	text-align: center;
}

.noscript .wrapper {
	background: url(../images/i_notice.gif) no-repeat 20px 50%;
	padding: 12px 0;
}

/* @icon */
.icon,
.icon-white,
.icon-blue,
.icon-red,
.form-label-icon {
	width: 14px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.icon,
.form-label-icon {
	background-image: url("../images/glyphicons-halflings-gray.png");
	background-position: -999px -999px;
	background-repeat: no-repeat;
}

.icon-white {
	background-image: url("../images/glyphicons-halflings-white.png");
	background-position: -999px -999px;
	background-repeat: no-repeat;
	_background-image: url("../images/glyphicons-halflings-white-ie6.png");
}

.icon-blue {
	background-image: url("../images/glyphicons-halflings-blue.png");
	background-position: -999px -999px;
	background-repeat: no-repeat;
}

.icon-red {
	background-image: url("../images/glyphicons-halflings-red.png");
	background-position: -999px -999px;
	background-repeat: no-repeat;
}

.icon-ui {
	background-image: url("../images/ui-icons_888888_256x240.png");
	background-position: -999px -999px;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.icon-close {
	background-position: -34px -194px;
}

.icon-glass {
	background-position: 0 0;
}

.icon-music {
	background-position: -24px 0;
}

.icon-search {
	background-position: -48px 0;
}

.icon-envelope {
	background-position: -72px 0;
}

.icon-heart {
	background-position: -96px 0;
}

.icon-star {
	background-position: -120px 0;
}

.icon-star-empty {
	background-position: -144px 0;
}

.icon-user {
	background-position: -168px 0;
}

.icon-film {
	background-position: -192px 0;
}

.icon-th-large {
	background-position: -216px 0;
}

.icon-th {
	background-position: -240px 0;
}

.icon-th-list {
	background-position: -264px 0;
}

.icon-ok {
	background-position: -288px 0;
}

.icon-remove {
	background-position: -312px 0;
}

.icon-zoom-in {
	background-position: -336px 0;
}

.icon-zoom-out {
	background-position: -360px 0;
}

.icon-off {
	background-position: -384px 0;
}

.icon-signal {
	background-position: -408px 0;
}

.icon-cog {
	background-position: -432px 0;
}

.icon-trash {
	background-position: -456px 0;
}

.icon-home {
	background-position: 0 -24px;
}

.icon-file {
	background-position: -24px -24px;
}

.icon-time {
	background-position: -48px -24px;
}

.icon-road {
	background-position: -72px -24px;
}

.icon-download-alt {
	background-position: -96px -24px;
}

.icon-download {
	background-position: -120px -24px;
}

.icon-upload {
	background-position: -144px -24px;
}

.icon-inbox {
	background-position: -168px -24px;
}

.icon-play-circle {
	background-position: -192px -24px;
}

.icon-repeat {
	background-position: -216px -24px;
}

.icon-refresh {
	background-position: -240px -24px;
}

.icon-list-alt {
	background-position: -264px -24px;
}

.icon-lock {
	background-position: -287px -24px;
}

.icon-flag {
	background-position: -312px -24px;
}

.icon-headphones {
	background-position: -336px -24px;
}

.icon-volume-off {
	background-position: -360px -24px;
}

.icon-volume-down {
	background-position: -384px -24px;
}

.icon-volume-up {
	background-position: -408px -24px;
}

.icon-qrcode {
	background-position: -432px -24px;
}

.icon-barcode {
	background-position: -456px -24px;
}

.icon-tag {
	background-position: 0 -48px;
}

.icon-tags {
	background-position: -25px -48px;
}

.icon-book {
	background-position: -48px -48px;
}

.icon-bookmark {
	background-position: -72px -48px;
}

.icon-print {
	background-position: -96px -48px;
}

.icon-camera {
	background-position: -120px -48px;
}

.icon-font {
	background-position: -144px -48px;
}

.icon-bold {
	background-position: -167px -48px;
}

.icon-italic {
	background-position: -192px -48px;
}

.icon-text-height {
	background-position: -216px -48px;
}

.icon-text-width {
	background-position: -240px -48px;
}

.icon-align-left {
	background-position: -264px -48px;
}

.icon-align-center {
	background-position: -288px -48px;
}

.icon-align-right {
	background-position: -312px -48px;
}

.icon-align-justify {
	background-position: -336px -48px;
}

.icon-list {
	background-position: -360px -48px;
}

.icon-indent-left {
	background-position: -384px -48px;
}

.icon-indent-right {
	background-position: -408px -48px;
}

.icon-facetime-video {
	background-position: -432px -48px;
}

.icon-picture {
	background-position: -456px -48px;
}

.icon-pencil {
	background-position: 0 -72px;
}

.icon-map-marker {
	background-position: -24px -72px;
}

.icon-adjust {
	background-position: -48px -72px;
}

.icon-tint {
	background-position: -72px -72px;
}

/* .icon-edit { background-position: -96px -72px; } */
.icon-share {
	background-position: -120px -72px;
}

.icon-check {
	background-position: -144px -72px;
}

.icon-move {
	background-position: -168px -72px;
}

.icon-step-backward {
	background-position: -192px -72px;
}

.icon-fast-backward {
	background-position: -216px -72px;
}

.icon-backward {
	background-position: -240px -72px;
}

.icon-play {
	background-position: -264px -72px;
}

.icon-pause {
	background-position: -288px -72px;
}

.icon-stop {
	background-position: -312px -72px;
}

.icon-forward {
	background-position: -336px -72px;
}

.icon-fast-forward {
	background-position: -360px -72px;
}

.icon-step-forward {
	background-position: -384px -72px;
}

.icon-eject {
	background-position: -408px -72px;
}

.icon-chevron-left {
	background-position: -432px -72px;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-ok-sign {
	background-position: -72px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-info-sign {
	background-position: -120px -96px;
}

.icon-screenshot {
	background-position: -144px -96px;
}

.icon-remove-circle {
	background-position: -168px -96px;
}

.icon-ok-circle {
	background-position: -192px -96px;
}

.icon-ban-circle {
	background-position: -216px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-up {
	background-position: -289px -96px;
}

.icon-arrow-down {
	background-position: -312px -96px;
}

.icon-share-alt {
	background-position: -336px -96px;
}

.icon-resize-full {
	background-position: -360px -96px;
}

.icon-resize-small {
	background-position: -384px -96px;
}

.icon-plus {
	background-position: -408px -96px;
}

.icon-minus {
	background-position: -433px -96px;
}

.icon-asterisk {
	background-position: -456px -96px;
}

.icon-exclamation-sign {
	background-position: 0 -120px;
}

.icon-gift {
	background-position: -24px -120px;
}

.icon-leaf {
	background-position: -48px -120px;
}

.icon-fire {
	background-position: -72px -120px;
}

.icon-eye-open {
	background-position: -96px -120px;
}

.icon-eye-close {
	background-position: -120px -120px;
}

.icon-warning-sign {
	background-position: -144px -120px;
}

.icon-plane {
	background-position: -168px -120px;
}

.icon-calendar {
	background-position: -192px -120px;
}

.icon-random {
	width: 16px;
	background-position: -216px -120px;
}

.icon-comment {
	background-position: -240px -120px;
}

.icon-magnet {
	background-position: -264px -120px;
}

.icon-chevron-up {
	background-position: -288px -120px;
}

.icon-chevron-down {
	background-position: -313px -119px;
}

.icon-retweet {
	background-position: -336px -120px;
}

.icon-shopping-cart {
	background-position: -360px -120px;
}

.icon-folder-close {
	width: 16px;
	background-position: -384px -120px;
}

.icon-folder-open {
	width: 16px;
	background-position: -408px -120px;
}

.icon-resize-vertical {
	background-position: -432px -119px;
}

.icon-resize-horizontal {
	background-position: -456px -118px;
}

.icon-hdd {
	background-position: 0 -144px;
}

.icon-bullhorn {
	background-position: -24px -144px;
}

.icon-bell {
	background-position: -48px -144px;
}

.icon-certificate {
	background-position: -72px -144px;
}

.icon-thumbs-up {
	background-position: -96px -144px;
}

.icon-thumbs-down {
	background-position: -120px -144px;
}

.icon-hand-right {
	background-position: -144px -144px;
}

.icon-hand-left {
	background-position: -168px -144px;
}

.icon-hand-up {
	background-position: -192px -144px;
}

.icon-hand-down {
	background-position: -216px -144px;
}

.icon-circle-arrow-right {
	background-position: -240px -144px;
}

.icon-circle-arrow-left {
	background-position: -264px -144px;
}

.icon-circle-arrow-up {
	background-position: -288px -144px;
}

.icon-circle-arrow-down {
	background-position: -312px -144px;
}

.icon-globe {
	background-position: -336px -144px;
}

.icon-wrench {
	background-position: -360px -144px;
}

.icon-tasks {
	background-position: -384px -144px;
}

.icon-filter {
	background-position: -408px -144px;
}

.icon-briefcase {
	background-position: -432px -144px;
}

.icon-fullscreen {
	background-position: -456px -144px;
}

.icon-arrow-dubble-right {
	background-position: -72px -168px;
}

.icon-small-up {
	background-position: 0 -168px;
}

.icon-small-down {
	background-position: -24px -168px;
}

.icon-triangle {
	background-position: -96px -168px;
}

.icon-point-up {
	background-position: -120px -168px;
}

.icon-point-down {
	background-position: -144px -168px;
}

.icon-clear {
	background-position: -168px -168px;
}

.icon-clear:hover {
	background-position: -192px -168px;
}

.icon-selected {
	background-image: url(../images/selected.png);
	background-position: 0 0;
	width: 12px;
	height: 12px;
}

.icon-auto {
	background-image: url(../images/auto-off.png);
	background-position: 0 0;
	width: 24px;
	height: 24px;
	margin-right: -10px;
	margin-top: -4px;
	position: absolute;
}

.input-icon-auto {
	background: url(../images/auto-off.png) no-repeat right center;
}

.icon-order-by {
	background-image: url(../images/icon-order-by.png);
	background-position: 0 0;
	width: 16px;
	height: 16px;
}

.icon-loading {
	background-image: url(../images/loading-small.gif);
	background-position: 0 0;
	width: 19px;
	height: 19px;
	margin-right: 10px;
}

.icon-text-online,
.icon-text-offline {
	background-color: #3d9970;
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

.icon-text-offline {
	background-color: #777;
}

.icon-text {
	color: #777;
}

.icon-text-arrow {
	border-color: #666 transparent transparent;
	border-style: solid;
	border-width: 4px;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
	position: absolute;
	z-index: 2;
}

.icon-text-arrow-up {
	border-color: transparent transparent #666;
}

.icon-text-white {
	position: absolute;
	top: -10px;
	height: 10px;
	width: 20px;
	overflow: hidden;
}

.icon-text-white i {
	position: absolute;
	height: 0px;
	width: 0px;
}

.icon-text-white .out {
	line-height: 0;
	border-width: 10px;
	border-color: transparent transparent #CCC transparent;
	border-style: dashed dashed solid dashed;
	top: -10px;
}

.icon-text-white .iner {
	line-height: 0;
	border-width: 10px;
	border-color: #fff transparent #FFF transparent;
	border-style: dashed dashed solid dashed;
	top: -9px;
}

@font-face {
	font-family: Arial,'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: Arial,'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

.glyphicon-placeholder {
	width: 16px;
}

.glyphicon-placeholder:before {
	content: " ";
}

/* sbox s */
.s {
	display: block;
	color: #777;
}

.s1 {
	border-width: 0 10px 10px;
	border-color: transparent transparent #edd28b;
}

.s2 {
	border-width: 0 10px 10px;
	border-color: transparent transparent #fffdee;
}

.s-up {
	border-style: solid;
	border-width: 0 4px 4px;
	border-color: transparent transparent #999;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
	z-index: 2;
}

.s-down {
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #999 transparent transparent;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
	z-index: 2;
}

.s-left {
	border-style: dashed solid;
	border-width: 4px;
	border-color: transparent #999 transparent transparent;
}

.s-right {
	border-style: solid dashed;
	border-width: 4px;
	border-color: transparent transparent transparent #999;
}

.sbox {
	display: inline-block;
	overflow: hidden;
}

.sbox .s {
	position: absolute;
}

.sbox-left {
	left: -10px;
	top: 10px;
	width: 10px;
	height: 20px;
}

.sbox-left .s {
	border-style: solid;
}

.sbox-left .s1 {
	border-width: 10px 10px 10px 0;
	border-color: transparent #edd28b transparent transparent;
}

.sbox-left .s2 {
	border-width: 10px 10px 10px 0;
	border-color: transparent #fffdee transparent transparent;
	left: 1px;
}

.sbox-top {
	left: 10px;
	top: -10px;
	width: 20px;
	height: 10px;
}

.sbox-top .s {
	left: 0;
	top: 0;
	border-style: dotted dotted solid;
}

.sbox-top .s2 {
	top: 1px;
}

.sbox-right {
	top: 10px;
	right: -10px;
}

.sbox-bottom {
	left: 10px;
	bottom: -10px;
}

.sbox-bottom .s {
	border-style: solid dashed dashed;
	left: 0;
}

.sbox-bottom .s2 {
	top: -1px;
}

.sbox-autocomplete {
	position: absolute;
	border: 1px solid #ddd;
	height: 24px;
	width: 24px;
	right: 3px;
	top: 5px;
	border-radius: 2px;
}

.sbox-autocomplete .s {
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -2px;
}

/* jcarousel */
.jcarousel-item {
	width: 60px;
	height: 27px;
}

.jcarousel-next-horizontal,
.jcarousel-prev-horizontal,
.jcarousel-next-disabled,
.jcarousel-prev-disabled {
	background: url(../images/carousel.png) no-repeat 0 center;
}

.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 26px;
	height: 27px;
	overflow: hidden;
}

.jcarousel-next-horizontal {
	background-position: 0 -27px;
	right: 0;
}

.jcarousel-prev-horizontal {
	background-position: 0 0;
	left: 0;
}

.jcarousel-next-disabled,
.jcarousel-prev-disabled {
	cursor: default;
}

.jcarousel-next-disabled {
	background-position: 0 -81px;
}

.jcarousel-prev-disabled {
	background-position: 0 -54px;
}

.jcarousel-container-horizontal {
	padding: 0 38px;
	width: 100%;
	line-height: 27px;
}

.jcarousel-clip-horizontal {
	width: 100%;
	height: 27px;
	overflow: hidden;
}

/* @font */
.f-simsun {
	font-family: Arial,SimSun;
}

.f-arial {
	font-family: Arial;
}

.f-w {
	font-weight: normal;
}

/* @hidden/show */
.show {
	display: block;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden !important;
}

/* @float */
.fl,
.pull-left {
	float: left;
}

.fr,
.pull-right {
	float: right;
}

.f-fix {
	float: left;
	width: 100%;
}

/* @text */
.text {
	color: #999999;
}

.text img {
	vertical-align: middle;
}

.text-muted {
	color: #999999;
}

.text-primary {
	color: #428BCA;
}

.text-success {
	color: #3C763D;
}

.text-info {
	color: #31708F;
}

.text-warning {
	color: #8A6D3B;
}

.text-danger {
	color: #A94442;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-indent {
	text-indent: 2em;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.assist {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

/* @list */
.list-inline li {
	float: left;
	margin-right: 10px;
}

.list-default li {
	float: none;
}

.list-center li {
	position: relative;
	right: 50%;
}

.list-center ul,
.list-center ol {
	float: left;
	position: relative;
	left: 50%;
}

.list-right ul,
.list-right ol {
	float: right;
}

/* @table */
tr.odd {
	background-color: #fff;
}

tr.even {
	background-color: #f8f8f8;
}

tr.hover {
	background-color: #fff9e0;
}

tr.selected {
	background-color: #fff7bc;
}

tr.disabled {
	color: #999;
}

tr.success,
tr.success td {
	background-color: #DFF0D8;
}

tr.warning,
tr.warning td {
	background-color: #FCF8E3;
}

tr.danger,
tr.danger td {
	background-color: #F2DEDE;
}

.table {
	width: 100%;
}

.table th {
	background-color: #f8f8f8;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	vertical-align: top;
	text-shadow: 1px 1px 0 #fff;
	color: #666;
	padding: 3px 5px;
}

.table td {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	vertical-align: top;
	padding: 3px 5px;
}

.table-striped tr:hover {
	background-color: #fff9e0;
}

.table-border th,
.table-border td {
	border: 1px dotted #ddd;
}

.table-border-solid,
.table-border-solid th,
.table-border-solid td {
	border: 1px solid #ddd;
}

.table-border-bottom {
}

.table-border-bottom th,
.table-border-bottom td {
	border-bottom: 1px dotted #ddd;
}

.table-shadow {
	box-shadow: 1px 1px 3px #e0e0e0;
}

/* @dataTable */
.t-cell {
	position: relative;
	padding: 0 5px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.t-cell .input-checkbox {
	vertical-align: middle;
	margin-top: -3px;
}

td .t-cell {
	line-height: 28px;
}

.dropup .caret {
	border-bottom: 4px solid;
	border-top: 0 none;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.sortable {
	cursor: pointer;
}

.sortable .order {
	position: absolute;
	right: 10px;
	top: 0;
}

.fht-cell {
	line-height: 0px;
	font-size: 0;
	height: 0px;
	position: relative;
	top: -1px;
}

.no-records-found td {
	padding: 10px;
}

.t-outer {
}

.t-checkbox .t-inner {
	text-align: center;
}

.bootstrap-table {
	position: relative;
}

.bootstrap-table .input-radio,
.bootstrap-table .input-checkbox {
	margin-left: auto;
	margin-right: auto;
}

.fixed-table-toolbar {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.fixed-table-toolbar .pull-left .btn {
	margin-left: 2px;
}

.fixed-table-container {
	position: relative;
	border: 1px solid #ddd;
	z-index: 0;
}

.fixed-table-container thead th {
	white-space: nowrap;
}

.fixed-table-header {
	overflow: hidden;
}

.fixed-table-header th {
	border-bottom-color: #ccc;
	line-height: 37px;
	height: 37px;
}

.fixed-table-header .t-inner {
	line-height: 29px;
}

.fixed-table-body {
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
}

.fixed-table-loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.fixed-table-loading-mask {
	background-color: #000;
	position: absolute;
	z-index: 0;
	opacity: .1;
	filter: Alpha(opacity=10);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fixed-table-loading-content {
	position: absolute;
	z-index: 1;
	min-width: 150px;
	left: 50%;
	top: 45%;
	margin-left: -100px;
	margin-top: -15px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	line-height: 24px;
	padding: 10px 20px;
}

.fixed-table-pagination {
	margin-top: 10px;
}

.bs-checkbox {
	text-align: center;
}

.t-sortable {
	cursor: pointer;
	position: relative;
}

.t-order {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -11px;
	width: 10px;
	height: 22px;
}

.t-order .s-up {
	border-color: transparent transparent #aaa;
	bottom: 0;
}

.t-order .s-down {
	border-color: #aaa transparent transparent;
}

.t-order-selected {
	background-color: #FF0;
}

.sbox-order {
	position: absolute;
	left: 0;
	height: 10px;
	width: 10px;
}

.sbox-order-asc {
	top: 0;
}

.sbox-order-desc {
	bottom: 0;
}

.t-order-selected .sbox-order-selected {
	background-color: #F60;
}

.sbox-order-selected .s-up {
	border-color: transparent transparent #0068ab;
}

.sbox-order-selected .s-down {
	border-color: #0068ab transparent transparent;
}

/* @datagrid */
.datagrid-header .datagrid-cell {
	line-height: 30px;
	font-weight: bold;
}

.show-columns-bar {
	position: absolute;
	right: 2px;
	top: 0;
	width: 15px;
	height: 30px;
}

.show-columns-bar .icon-red {
	background-position: -359px -39px;
	width: 15px;
	height: 30px;
	cursor: pointer;
}

.show-columns-box {
	width: 200px;
	border: 1px #ccc solid;
	background-color: #fff;
	position: absolute;
	z-index: 100;
	border-radius: 5px;
	box-shadow: 0 1px 5px #bbb;
	right: -2px;
	padding: 10px;
	top: 40px;
	color: #666;
}

.form-multiple-item-all-select {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	color: #444;
}

.show-columns-box:before,
.show-columns-box:after {
	width: 0px;
	height: 0px;
	border: transparent solid;
	position: absolute;
	bottom: 100%;
	content: "";
}

.show-columns-box:before {
	border-width: 10px;
	border-bottom-color: #ccc;
	right: 3px;
}

.show-columns-box:after {
	border-width: 8px;
	border-bottom-color: #fff;
	right: 5px;
}

/* @fieldset */
.fieldset {
	border-color: #e8e8e8;
	margin-bottom: 10px;
}

.fieldset-assist {
	border: none;
	padding: 0;
}

.fieldset-assist legend {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

/* @form表单 */
input.disabled,
textarea.disabled,
select.disabled {
	background-color: #f2f2f2;
	color: #999;
}

.input-text:hover,
.select:hover,
.textarea:hover,
.select-title:hover,
.input-text-hover {
	border-color: #666666;
	color: #666;
}

.input-text:focus,
.select:focus,
.textarea:focus,
.input-text-focus {
	border-color: #66afe9;
	color: #666;
	outline: 0;
}

.input-radio,
.input-checkbox {
	vertical-align: middle;
}

.radio-text,
.checkbox-text {
	margin-left: 5px;
	margin-right: 10px;
}

.input-text,
.select,
.textarea {
	/*border: 1px solid #ccc;*/
	color: #666;
	border-radius: 2px;
	padding: 6px 3px;
	vertical-align: middle;
}

.input-text {
	max-width: 250px;
	min-width: 100px;
	width: 94%;
}

.input-text-no-style {
	border: none;
	background: none;
	box-shadow: none;
}

.select {
	padding: 5px 2px;
	max-width: 250px;
	min-width: 100px;
	width: 100%;
}

.textarea {
	line-height: 20px;
	height: 50px;
	max-width: 500px;
	min-width: 100px;
	width: 100%;
}

.file {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 30px;
	overflow: hidden;
}

.file-display {
	color: #40628D;
	font-weight: normal;
	white-space: nowrap;
	left: 0;
	position: absolute;
	top: 0;
	font-family: Arial,"Microsoft YaHei";
	font-size: 14px;
	width: 100%;
	z-index: 0;
}

.file-display span {
	display: block;
	padding: 0 15px;
	line-height: 30px;
}

.file-display .file-display-btn {
	color: #333;
	line-height: 28px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.input-file {
	cursor: pointer;
	font-family: Arial;
	font-size: 118px;
	height: auto;
	opacity: 0;
	filter: Alpha(opacity=0);
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
}

.file:hover .file-display-btn {
	background-color: #f8f8f8;
}

.disabled .input-file {
	cursor: default;
}

.disabled .file-display-btn {
	color: #aaa;
	border-color: #ddd;
}

.disabled:hover .file-display-btn {
	background-color: #fff;
}

.input-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
}

.select-box {
	position: relative;
	width: 200px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
}

.select-title {
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.select-title-focus {
	border-color: #F63;
	box-shadow: 0 0 3px #FF8C00;
}

.select-text {
	float: left;
	padding: 0 5px;
}

.select-title .icon-text-arrow {
	background: #f8f8f8;
	border-left: 1px solid #ddd;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 26px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

.select-options {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-top: -1px;
	box-shadow: 0 1px 2px #ddd;
}

.options-item {
	padding: 0 5px;
}

.options-item:hover {
	background: #3399ff;
	color: #fff;
}

.form-group-list {
	height: 485px;
	overflow: auto;
	overflow-x: hidden;
}

.form-group-search {
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 10px;
}

.form-group-search .form-item {
	padding: 0;
}

.form-group-moreswitch-list {
	margin-top: -18px;
}

.form-group-moreswitch-list ul {
	margin-top: 5px;
}

.toolbar {
	padding: 10px 0;
}

.toolbar .fl .btn {
	margin-right: 5px;
	margin-bottom: 0
}

.toolbar .fr .btn {
	margin-left: 5px;
	margin-bottom: 0
}

.form-item {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.form-element {
	line-height: 28px;
	position: relative;
}

.form-element a {
	margin: 0 5px;
}

.form-element img {
	vertical-align: middle;
}

.form-element .unit {
	margin-left: 5px;
}

.form-element .value {
	color: #666;
}

.form-element .value-history {
	border-bottom: none;
}

.form-element .btn {
	vertical-align: middle;
}

.form-item-btn .btn {
	margin-right: 5px;
	margin-bottom: 0;
}

.form-multiple-item input {
	vertical-align: middle;
}

.form-grid .form-label {
	float: left;
	text-align: right;
	width: 100px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.form-grid .form-element {
	margin-left: 105px;
	line-height: 30px;
}

.form-grid .form-item-btn {
	padding-left: 105px;
}

.form-grid .form-item-btn .form-element {
	margin-left: 0;
}

.form-grid .list-inline .form-item-btn {
	padding-left: 0;
}

.list-autowidth .form-label {
	width: auto;
}

.list-autowidth .form-element {
	float: left;
	margin-left: 0
}

.list-setwidth .select {
	width: 112px;
}

.list-setwidth .input-text {
	width: 112px;
}

.list-setwidth .btn {
	margin-top: 2px;
}

.form-item-col3 .select {
	width: 32%;
}

.form-item-col3 .input-text {
	width: 32%;
}

.form-item-time-col2 .input-text {
	min-width: 60px;
}

/* 左右缩进的按钮 */
.layout-btn {
	background-image: url(../images/layout_btn.png);
	background-repeat: no-repeat;
	position: fixed;
	width: 10px;
	height: 84px;
	top: 45%;
	margin-top: -24px;
	cursor: pointer;
}

.layout-btn-left {
	background-position: 0 0;
	left: 249px;
}

.layout-btn-left:hover {
	background-position: -26px 0px;
}

.layout-btn-left-right {
	background-position: -13px 0px;
	left: 0;
}

.layout-btn-left-right:hover {
	background-position: -39px 0px;
}

.layout-btn-right {
	background-position: -94px 0px;
	right: 376px;
}

.layout-btn-right:hover {
	background-position: -68px 0px;
}

.layout-btn-right-right {
	background-position: -81px 0px;
	right: 11px;
}

.layout-btn-right-right:hover {
	background-position: -55px 0px;
}

.list-elev-setwidth .input-text {
	width: 95%;
}

/*.form-group-toolbar .input-text{width: 200px;}*/
.switch-link {
	white-space: nowrap;
	position: relative;
}

.switch-link .s {
	margin-top: -2px;
	position: absolute;
	right: -8px;
	top: 50%;
	vertical-align: middle;
}

.switch-link span {
	margin-right: 3px;
}

.form-list-col .form-item {
	float: left;
	margin: 0;
}

.form-list-col .form-element {
	float: none;
}

.form-list-col2 .form-item {
	width: 50%;
}

.form-list-col3 .form-item {
	width: 33.3333%;
}

.form-list-col4 .form-item {
	width: 25%;
}

.form-list-col5 .form-item {
	width: 20%;
}

.form-list-col6 .form-item {
	width: 16.66666666%;
}

.list-time {
	width: 100%;
}

.list-time .form-item {
	width: 24%;
	float: left;
	text-align: left;
	margin-right: -10px;
}

.form-grid-time .form-label {
	float: left;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60px;
}

.form-grid-time .form-element {
	margin-left: 65px;
	line-height: 30px;
}

.form-grid-time .form-item-btn {
	padding-left: 65px;
}

.form-grid-time .form-item-btn .form-element {
	margin-left: 0;
}

.form-grid-time .input-text {
	max-width: 180px;
	min-width: 80px;
	width: 30%;
}

.list-time .form-item
.form-list-col .input-text,
.form-list-col .select {
	width: 94%;
}

.form-list-col .form-item-btn .form-element {
	margin-left: 10px;
}

.form-value .form-item {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-top: 0;
	padding-bottom: 0;
}

.form-value .form-element {
	display: inline;
}

.fl .form-item {
	margin-right: 10px;
	margin-left: 0;
}

.fr .form-item {
	margin-left: 10px;
	margin-right: 0;
}

.form-label-icon {
	position: absolute;
	z-index: 1;
}

.placeholder-text {
	color: #666666;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 3px;
	line-height: 20px;
}

.form-multiple {
	margin-bottom: 10px;
}

.form-multiple-heading {
	background-color: #f8f8f8;
}

.form-multiple-label {
	display: block;
}

.form-multiple-list .form-multiple-list {
	padding-left: 20px;
}

.form-multiple-grid .form-multiple-item {
	float: left;
	width: 33.2%;
}

.form-multiple-tree .plus-minus {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	margin-right: 5px;
}

.form-multiple-tree .form-multiple-label {
	display: inline;
}

.form-popup .textarea {
	max-width: 250px;
}

.fieldset-col-two .fieldset {
	float: left;
	width: 40%;
	margin: 10px;
}

/* 表单(下列框) */
.options-select {
	display: inline-block;
	height: 24px;
	position: relative;
	vertical-align: middle;
}

.select-text {
	background: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #a0a4b0 #ced0d4 #ced0d4 #a0a4b0;
	border-radius: 2px 2px 2px 2px;
	color: #777;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	padding: 1px 1px 1px 5px;
	width: 134px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	text-align: left;
}

.options-select .select:hover {
	border-color: #666666 #aaa #aaa #666666;
	color: #222;
}

.options-select .select-focus {
	border-color: #03A1E8;
	color: #444;
}

.options-select .select span {
	display: block;
	overflow: hidden;
}

.options-select .select s {
	background-color: #f5f5f5;
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 20px;
	overflow: hidden;
	width: 20px;
	border-left: 1px solid #c5c8cf;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}

.options-select .options {
	background: #ffffff;
	border: 1px solid #a0a4b0;
	position: absolute;
	width: 140px;
	top: 22px;
	left: 0;
	min-height: 23px;
	max-height: 161px;
	overflow-y: auto;
}

.options-select .options ul,
.options-select .options li {
	float: none;
	padding: 0;
	overflow: hidden;
	height: auto;
	margin: 0 !important;
}

.options-select .options a {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	border-bottom: 1px solid #e0e0e0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 !important;
	position: static;
	text-align: left;
}

.options-select .options a:hover {
	background: #e9e9e9;
}

.options-select input[type='text'] {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	padding: 1px 1px 1px 5px;
	width: 134px;
}

/* selectbox */
.selectbox {
	display: inline-block;
	position: relative;
	z-index: 500;
	vertical-align: middle;
}

.selectbox-display {
	position: relative;
	cursor: default;
}

.selectbox-options {
	background-color: #dbf1ff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 1px #ccc;
	display: none;
	position: absolute;
	left: 0;
	border: 1px solid #ddd;
	max-height: 250px;
	overflow: auto;
}

.selectbox-list {
	box-shadow: 0 0 5px #999;
}

.selectbox-item:hover {
	background-color: #0081cc;
	color: #fff;
}

.selectbox-list .selectbox-item {
	float: none;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #eee;
	cursor: default;
	height: 25px;
	line-height: 25px;
}

.selectbox-list .selected {
	background-color: #0081cc;
	color: #fff;
}

.selectbox-text {
	background-color: #fff;
	display: block;
	border: 1px solid #ddd;
	padding-left: 3px;
	padding-right: 18px;
	border: 1px solid #ccc;
	color: #666666;
	border-radius: 2px;
	vertical-align: middle;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.selectbox .glyphicon {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* 按钮样式 */

/* @btn-group */
.btn-group {
}

.btn-group .btn-last {
	margin-left: -3px;
}

.btn-group .btn-last span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

/* @dropdown-toggle */
.dropdown-toggle {
	display: inline-block;
	position: relative;
	height: 32px;
}

/* @dropdown-menu */
.dropdown-menu {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 5px #ccc;
	position: absolute;
	right: 0;
	top: 42px;
}

.dropdown-menu .icon-text-white-up {
	right: 20px;
}

.dropdown-menu li {
	white-space: nowrap;
}

.dropdown-menu label {
}

/* @img */
.img-rounded {
	border-radius: 5px;
}

.img-circle {
	border-radius: 50%;
}

.img-thumbnail {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.42857;
	max-width: 100%;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}

/* @tag */
.tag {
	background-color: #999;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 3px 6px;
	text-align: center;
	white-space: nowrap;
}

.tag-default {
	background-color: #999;
}

.tag-primary {
	background-color: #428BCA;
}

.tag-success {
	background-color: #5CB85C;
}

.tag-baby-blue {
	background-color: #54c6a7;
}

.tag-blue-green {
	background-color: #6FC9F5;
}

.tag-info {
	background-color: #5BC0DE;
}

.tag-warning {
	background-color: #F0AD4E;
}

.tag-danger {
	background-color: #D9534F;
}

.tag-purple {
	background-color: #b18ccb
}

.tag-pink {
	background-color: #f98a97;
}

.tag-blue-green {
	background-color: #54c6a7;
}

.tag-blue-gray {
	background-color: #618fb0;
}

.tag-red {
	background-color: #ff6766;
}

.tag-brown {
	background-color: #94846d;
}

.tag-white {
	background-color: #ffffff;
}

.selected-tags {
	margin-top: -5px;
}

.selected-tags .tag {
	margin-right: 10px;
	margin-top: 5px;
	cursor: default;
	position: relative;
	float: left;
}

.selected-tags .tag .icon {
	position: absolute;
	right: -6px;
	top: -6px;
}

/* @badge */
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 10px
}

/* @alert */
.alert,
.alert-small {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f8f8f8;
	border-color: #ddd;
	color: #666;
}

.alert-small {
	padding: 8px;
	margin-bottom: 0;
}

.alert-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #3C763D;
}

.alert-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #31708F;
}

.alert-warning {
	background-color: #FCF8E3;
	border-color: #FAEBCC;
	color: #8A6D3B;
}

.alert-danger {
	background-color: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
}

.alert-link {
	text-decoration: underline;
}

/* @progress */
.progress {
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #ded8d8;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

/* @flow-steps */
.flow-steps li,
.flow-steps li.current .first,
.flow-steps li.prev span,
.flow-steps li.prev a {
	background-image: url(../images/flow-steps-bg.png);
	background-repeat: no-repeat;
}

.flow-steps {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	color: #666;
	text-align: center;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.flow-steps li {
	background-position: right 0;
	float: left;
	overflow: hidden;
	font-weight: bold;
	width: 33.333%;
	*width: 33%;
}

.flow-steps .current {
	background-color: #428bca;
	color: #FFFFFF;
}

.flow-steps .current a {
	color: #ffffff;
}

.flow-steps li .first {
	background-color: #fff;
}

.flow-steps li span,
.flow-steps li strong,
.flow-steps li a {
	display: block;
}

.flow-steps li.current .first {
	background-color: #428bca;
	background-position: right 0;
	background-repeat: no-repeat;
}

.flow-steps li.last {
	padding-right: 0;
}

.flow-steps li.last span,
.flow-steps li.last a {
	background-color: #fff;
}

.flow-steps li.last .current {
	background-color: #428bca;
	border-radius: 0 5px 5px 0;
}

.flow-steps li.prev span,
.flow-steps li.prev a {
	background-position: right -48px;
}

/* @flow */
.flow {
	background-color: #f0f0f0;
	color: #666;
	text-align: center;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.flow-list {
}

.flow-item {
	float: left;
	overflow: hidden;
	font-weight: bold;
	width: 33.333%;
	*width: 33%;
}

.flow-link,
.flow-text {
	border: 1px solid #d8d8d8;
	display: block;
	margin-left: -1px;
}

.flow-link:hover {
	background-color: #e8e8e8;
}

.flow-item .selected {
	background-color: #666;
	color: #fff;
}

.flow-list .first .flow-link,
.flow-list .first .flow-text {
	margin-left: 0;
}

.desc-span {
	padding-left: 7px;
	font-size: 13px;
}

/* @dialog */
.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	left: 0;
	top: 0;
	filter: alpha(opacity=20);
	z-index: 996;
}

.loading-mask {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
	filter: alpha(opacity=20);
	z-index: 996;
}

.loading {
	background: url(../images/loading-small.gif) no-repeat 10px center #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	position: absolute;
	line-height: 24px;
	padding: 10px 20px 10px 40px;
	left: 50%;
	top: 40%;
	margin-left: -100px;
	z-index: 1000;
	white-space: nowrap;
}

.dialog {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	outline: none;
}

.dialog-heading {
	background-color: #f8f8f8;
	border-bottom: 1px solid #E5E5E5;
	border-radius: 5px 5px 0 0;
	padding: 10px 15px;
}

.dialog-title {
	font-size: 16px;
	font-family: Arial,"Microsoft YaHei";
	font-weight: normal;
	float: left;
}

.dialog-close {
	float: right;
	font-size: 18px;
	font-family: Arial,Verdana, Geneva, sans-serif;
	margin-top: -2px;
}

.dialog-body {
	padding: 20px 15px;
	overflow: auto;
}

.dialog-body-media {
	padding: 20px 15px;
	overflow: visible;
}

.dialog-footer {
	background-color: #f8f8f8;
	border-top: 1px solid #E5E5E5;
	border-radius: 0 0 5px 5px;
	padding: 10px 15px;
}

.dialog-tips {
	float: left;
	line-height:38px;
}

.dialog-actions {
	float: right;
}

.dialog-iframe {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 995
}

.dialog-body .box {
	border: none;
	box-shadow: none;
}

.dialog-body .box-body {
	padding-left: 0;
	padding-right: 0;
}

/* tips-box */
.tips-box {
	position: fixed;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	width: 280px;
}

.tips {
	border: 1px solid #ccc;
	border-top: none;
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 280px;
}

.tips-heading {
	background-color: #fafafa;
	border-top: 2px solid #900b09;
	padding: 0 10px;
	position: relative;
}

.tips-title {
	line-height: 30px;
	font-family: Arial,"Microsoft YaHei";
	font-weight: normal;
}

.tips-close {
	position: absolute;
	right: 10px;
	top: 0;
}

.tips-content {
	padding: 10px;
}

.tips-footer {
	background-color: #fafafa;
	padding: 10px;
	text-align: right;
}

/* @actions */
.actions-style {
	padding: 10px;
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
}

/* @shell */
.shell {
}

.shell .actions {
	padding: 2px 0;
	margin-bottom: 6px;
	line-height: 28px;
}

.shell .actions .btn {
	margin-left: 10px;
}

.actions .btn {
	vertical-align: middle;
}

.shell .tab {
	float: left;
}

.shell .breadcrumbs,
.shell .actions {
	float: right;
}

.shell .breadcrumbs {
	line-height: 35px;
}

/* @box */
.box {
	background-color: #fff;
	border: 1px solid #d8d8d8;/*border-radius:5px;
      box-shadow:0 0 2px #ddd;*/
}

.box-heading {
	/* background-color: #f8f8f8;
	padding: 10px; */
}

.box-title {
	font-size: 18px;
	font-family: Arial"Microsoft YaHei";
	font-weight: normal;
}

.box-body {
	padding: 10px;
}

.hasbackground-right {
	background-image: url(../images/hasbackground_right.png);
	background-position: right 0;
	background-repeat: repeat-y;
}

.hasbackground-left {
	background-image: url(../images/hasbackground_right.png);
	background-position: 365px 0;
	background-repeat: repeat-y;
}

.box-footer {
	background-color: #f8f8f8;
	padding: 10px;
}

.box-heading .actions {
	margin-right: 10px;
}

.box-layout {
	background-color: #fff;
	position: relative;
}

.box-layout .box-footer {
	position: relative;
	bottom: 0;
	left: 0;
}

.box-layout-left {
	padding-left: 365px;
}

.box-layout-right {
	padding-right: 380px;
}

.layout-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	box-shadow: 10px 0 10px 10px #ccc inset;
}

.layout-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
}

/* @block */
.block {
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #d8d8d8;
}

.block-heading {
	background-color: #f8f8f8;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

.block-title {
	font-size: 16px;
	font-family: Arial, "Microsoft YaHei";
	font-weight: normal;
}

.block-body {
	padding: 10px;
}

.block-nostyle {
	border: none;
}

.block-nostyle .block-heading {
	background-color: transparent;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.datagrid-bind-target-device table {
	text-align: center;
}

.block-sidebar {
	width: 400px;
	position: relative;
}

.block-main {
	float: left;
	width: 100%;
}

.block-main-wrapper {
	width: auto;
}

.block-left {
	float: left;
	margin-left: -100%;
}

.block-right {
	float: left;
	margin-left: -400px;
}

/* 一列布局 */
.block-one .block-main-wrapper {
	margin-left: 0;
}

/* 两列布局：左侧栏+主体栏 */
.block-two .block-main-wrapper {
	margin-left: 360px;
}

.block-two-left .block-main-wrapper {
	margin-left: 360px;
}

/* 两列布局：主体栏+右侧栏 */
.block-two-right {
	position: relative;
}

.block-two-right .block-main-wrapper {
	margin-right: 410px;
}

/* 三列布局：左侧栏+主体栏+右侧栏 */
.block-three .block-main-wrapper {
	margin-left: 360px;
	margin-right: 360px;
}

/******** E @block *********/

/* @breadcrumbs */
.breadcrumbs {
	position: relative;
	line-height: 30px;
	margin-bottom: 10px;
}

.breadcrumbs-list,
.breadcrumbs-item {
	display: inline;
}

.breadcrumbs strong {
	color: #666;
}

.breadcrumbs .actions {
	position: absolute;
	right: 10px;
	top: 10px;
}

.breadcrumbs-title {
	display: inline;
	color: #444;
	font-size: 12px;
	font-weight: normal;
}

.breadcrumbs .split {
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Arial, tahoma;
}

/* @box-breadcrumbs */
.box-breadcrumbs .breadcrumbs {
	float: left;
}

.box-breadcrumbs .actions {
	float: right;
}

/* @tab 菜单选项卡 */
.tab {
	margin-bottom: 10px;
}

.tab-item {
	float: left;
	position: relative;
}

.tab-item .icon-text {
	border-color: #0081cc transparent transparent;
	top: 35px;
	right: 50%;
	margin-right: -4px;
}

.tab-link {
	color: #444;
	padding: 0 10px;
	height: 35px;
	display: inline-block;
	font: normal 16px/35px "Microsoft YaHei"
}

.tab .selected .tab-link {
	background-color: #0081cc;
	color: #fff;
	height: 35px;
	line-height: 35px;
}

.tab .selected .tab-link:hover {
	color: #f0f0f0;
}

/* @input-ui */
.input-ui-box {
	position: relative;
}

.input-ui-box .icon {
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
}

.input-ui-box input::-ms-clear {
	display: none;
}

/* @tabbox另一种形式的选项卡 */
.tabbox {
}

.tab-heading {
	border-bottom: 1px solid #ddd;
	height: 36px;
}

.tab-links {
	padding-left: 1px;
}

.tab-links .tab-link-item {
	float: left;
	margin-left: 10px;
}

.tab-links a {
	background-color: #fafafa;
	display: block;
	padding: 6px 8px;
	border: 1px solid #e7eaec;
	color: #444;
}

.tab-links a:hover {
	background-color: #f0f0f0;
}

.tab-links .selected a {
	border-top-color: #e7eaec;
	border-bottom-color: #fff;
	background-color: #fff;
}

.tab-content {
}

.tabbox-main .tab-body {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 11px 10px 10px;
}

/* @subtabbox子选项卡 */
.subtabbox {
}

.subtab-links {
}

.subtab-link-item {
	float: left;
}

.subtab-link-item a {
	display: block;
	padding: 0 20px;
	line-height: 25px;
}

.subtab-link-item a:hover {
	background-color: #fafafa;
}

.subtab-link-item .selected a {
	background-color: #999;
	color: #fff;
}

/* @pagination */
.page-first,
.page-pre,
.page-next,
.page-last {
	font-family: Arial, '宋体';
}

.pagination,
.pagination li,
.pagination a {
	display: inline-block;
	vertical-align: top;
}

.pagination a {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	line-height: 28px;
	min-width: 30px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -1px;
}

.pagination .page-first a {
	border-radius: 5px 0 0 5px;
}

.pagination .page-last a {
	border-radius: 0 5px 5px 0;
}

.pagination a:hover {
	background-color: #f0f0f0;
}

.pagination .disabled a {
	color: #ccc;
	cursor: default;
}

.pagination .disabled a:hover {
	background-color: #fff;
}

.pagination .active a,
.pagination .active a:hover {
	background-color: #0068ab;
	color: #fff;
}

.page-size-select {
	margin-right: 10px;
}

.pagination-detail {
	line-height: 30px;
}

/* goto_top */
.goto-top {
	background: url("../images/goto_top.gif") no-repeat 0 -35px;
	display: none;
	height: 35px;
	width: 35px;
	overflow: hidden;
	text-indent: -999px;
	bottom: 30px;
	position: fixed;
	right: 10px;
	z-index: 10001;
}

.goto-top:hover {
	background-position: 0 0;
}

/* @2015.1.13之前的
.pagination-info{line-height:28px;}
.page-size-select{padding:4px;margin-right:10px;float:left;}
.page-list{margin-right:-1px;float:left;}
.page-item{float:left;}
.page-item a{
    float:left;
    border:1px solid #ddd;
    background-color:#fff;
    color:#666;
    padding:0 10px;
    height:26px;
    line-height:26px;
    margin-left:-1px;
}
.page-item a:hover{
    background-color:#f0f0f0;
}
.page-list .disabled a{
    background-color:#fafafa;
    cursor:default;
    color:#999;
}
.page-list .active a{
    background-color:#0068ab;
    color:#fff;
}
.page-first a{border-radius:3px 0 0 3px;}
.page-last a{border-radius:0 3px 3px 0;}
*/

/* @关联盒子 */
.relatedbox {
	position: relative;
	background-color: #f1f1f1;
	padding: 10px;
}

.relatedbox .sbox {
	position: absolute;
}

.relatedbox .sbox .s2 {
	border-color: transparent transparent #f1f1f1;
}

.relatedbox .form-item {
	width: 33%;
	margin: 0;
	color: #444;
}

/* @datebox */
.datebox {
	position: relative;
	display: inline-block;
}

.datebox .icon-calendar {
	position: absolute;
	right: 5px;
	top: 6px;
}

/*  @date-table  */
.date-table {
	position: relative;
}

/* @validation */
.error {
	border-color: #ff0000;
	border-style: dotted;
	color: #ff0000;
}

.validate-text {
	border: none;
	background: url("../images/validation_advice.gif") no-repeat 0 center;
	display: block;
	padding-left: 12px;
	clear: both;
}

/* @footer */
.footer {
	color: #999;
}

/* @load-message */
.load-message {
	background: url(../images/loading-small.gif) no-repeat 0 center;
	padding-left: 25px;
	color: #999;
}

.load-message-success {
	background: none;
	padding-left: 0;
	color: #093;
}

.load-message-error {
	background: none;
	padding-left: 0;
	color: #F00;
}

/* @discussion-history-item */
.discussion-item {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}

.discussion-title {
	font-weight: normal;
	color: #666;
}

.discussion-title span {
	margin-right: 5px;
}

.discussion-title .creater-time {
	margin-left: 5px;
}

/* @flashes闪灯 */
.flashes li {
	margin-right: 0;
}

.flashes-item a {
	color: #444;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
}

.flashes-item a:hover,
.flashes-item a.selected {
	color: #428bca;
	background-color: #f0f0f0;
	text-decoration: none;
}

.flashes-item .tag {
	padding: 2px 5px;
	font-family: Arial, Verdana;
	font-size: 10px;
	position: relative;
}

.flash-tags a {
	height: 35px;
	line-height: 35px;
}

.flash-tags a:hover {
	background-color: #f0f0f0;
	height: 35px;
	line-height: 35px;
}

.flash-tags a.selected {
	background-color: #f8f8f8;
	height: 35px;
	line-height: 35px;
	border-bottom: 2px solid #65b8ff;
}

/* @switchbutton */
.switchbutton {
	background-color: #bbb;
	border: 1px solid #bbb;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}

.switchbutton-inner {
	display: inline-block;
	left: -1px;
	overflow: hidden;
	position: relative;
	top: -1px;
}

.switchbutton-on,
.switchbutton-reversed .switchbutton-off {
	border-radius: 5px 0 0 5px;
}

.switchbutton-on {
	background-color: #ffe48d;
	color: #000000;
}

.switchbutton-on,
.switchbutton-off,
.switchbutton-handle {
	border-radius: 5px;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 100%;
	text-align: center;
}

.switchbutton-handle {
	background-color: #ffffff;
	border: 1px solid #bbb;
	box-shadow: 0 0 3px 0 #bbb;
	color: #000000;
	left: 50%;
	position: absolute;
	top: 0;
}

.switchbutton-off,
.switchbutton-reversed .switchbutton-on {
	border-radius: 0 5px 5px 0;
}

.switchbutton-off {
	background-color: #ffffff;
	color: #000000;
}

.switchbutton-value {
	left: -5000px;
	position: absolute;
	top: 0;
}

/* @video视频播放器 */
.block-video {
	background: #eff7ff;
}

.video-objects {
	background: #333;
	width: 100%;
	height: 288px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.video-object {
	width: 100%;
	height: 288px;
	position: relative;
	z-index: 1;
}

.audio-object {
	width: 0;
	height: 0;
	position: relative;
	z-index: 0;
}

.player-item {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 11px;
}

.player-item span {
	display: none;
}

.dialog .video-object {
	width: 380px;
}

.player-item-play {
	background-image: url(../images/player/play.png);
}
.player-item-play-disabled {
	background-image: url(../images/player/play_disabled.png);
}

.player-item-pause {
	background-image: url(../images/player/pause.png);
}
.player-item-pause-disabled {
	background-image: url(../images/player/pause_disabled.png);
}

.player-item-stop {
	background-image: url(../images/player/stop.png);
}
.player-item-stop-disabled {
	background-image: url(../images/player/stop_disabled.png);
}

.player-item-record {
	background-image: url(../images/player/record.png);
}
.player-item-record-disabled {
	background-image: url(../images/player/record_disabled.png);
}

.player-item-recording {
	background-image: url(../images/player/record.gif);
}

.player-item-picshot {
	background-image: url(../images/player/picshot.png);
}
.player-item-picshot-disabled {
	background-image: url(../images/player/picshot_disabled.png);
}

.player-item-voice {
	background-image: url(../images/player/voice.png);
}

.player-item-voice-disabled {
	background-image: url(../images/player/voice_disabled.png);
}

.player-item-voiceing {
	background-image: url(../images/player/voiceing.gif);
}

.player-item-volume {
	clear: both;
	width: auto;
	text-indent: inherit;
	padding: 2px 0;
	cursor: default;
}

.player-item-volume .volume {
	line-height: 22px;
}

.player-item-volume .volume-name {
	float: left;
	width: 80px;
}

.player-item-volume .volume-image {
	float: left;
	margin-top: 4px;
	width: 175px;
	background: url(../images/volume_bar_blue.png) no-repeat 0 0;
	height: 17px;
}

.player-item-volume .volume-value {
	float: left;
	margin-left: 10px;
}

/* @datagrid */
.datagrid-sort-icon {
	background: url(../images/icon_sort.png) no-repeat -5px center;
	display: inline-block;
	width: 10px;
	margin-left: 3px;
}

.datagrid-sort-asc .datagrid-sort-icon {
	background: url(../images/icon_sort.png) no-repeat -20px center;
	padding: 0;
}

.datagrid-sort-desc .datagrid-sort-icon {
	background: url(../images/icon_sort.png) no-repeat -34px center;
	padding: 0;
}

/* @地图 */
.overlay{
	width: 65px;
	height: 65px;
	padding: 15px 0;
	text-align: center;
}

.overlay-normal{
	background: url(../images/remark.png) no-repeat 0 -171px;
}

.overlay-fault {
	background: url(../images/remark.png) no-repeat -78px -171px;
}

.overlay-all {
	background: url(../images/remark.png) no-repeat 0 -320px;
}

.overlay-offline {
	background: url(../images/remark.png) no-repeat -156px -171px;
}

.overlay span {
	display: block;
	line-height: 20px;
	color: #fff;
}

.mapwin-box {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 8px;
	padding: 10px;
	width: 200px;
	height: 100px;
	box-shadow: 0 1px 3px #999;
}

.mapwin-box .sbox {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	bottom: -30px;
}

.mapwin-box .sbox .s {
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #777;
	border-width: 15px 15px 0;
}

.mapwin-box .sbox .s2 {
	border-color: #fff transparent transparent;
}

/* 百度地图搜索 */
.mapsearchform {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 3px #999;
	width: 200px;
	padding-right: 60px;
	position: absolute;
}

.mapsearchform .input-text {
	width: 100%;
	vertical-align: top;
	padding: 7px 3px;
}

.mapsearchform .input-text:hover {
	color: #000 !important;
}

.mapsearchform .btn {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* 系统维护404等页面 */
.error-box {
	background: url(../images/weihu_gray.png) no-repeat 0 0;
	padding-left: 151px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	width: 500px;
	height: 200px;
}

.error-box .title {
	font-size: 24px;
	margin-top: 50px;
	color: #666;
}

/* 首页--日志 */
.timeline {
	list-style: none;
	margin: 50px 0 30px 120px;
	padding-left: 30px;
	border-left: 2px solid #ddd;
}

.timeline-work {
	margin: 40px 0;
	position: relative;
}

.timeline .list-unstyled {
	color: #666;
}

.timeline p {
	margin: 0 0 15px;
}

.timeline-date {
	margin-top: -10px;
	top: 50%;
	left: -130px;
	font-size: 0.95em;
	line-height: 20px;
	position: absolute;
	font-size: 14px;
}

.timeline-circle {
	margin-top: -9px;
	top: 50%;
	left: -41px;
	width: 20px;
	height: 20px;
	background: #48b379;
	border: 5px solid #eee9dc;
	border-radius: 50%;
	display: block;
	position: absolute;
}

.timeline-content {
	min-height: 20px;
	padding: 50px 20px 20px;
	margin-right: 20px;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.5em;
	position: relative;
	transform: translateX(20px);
	transition: max-height 0.4s linear 0s, border-color 0.5s linear 0s, transform 0.2s linear 0s;
}

.timeline-content:before,
.timeline-content:after {
	content: "";
	width: 0;
	height: 0;
	border: solid transparent;
	position: absolute;
	pointer-events: none;
	right: 100%;
}

.timeline-content:before {
	border-right-color: inherit;
	border-width: 19px;
	top: 50%;
	margin-top: -19px;
}

.timeline-content:after {
	border-right-color: #fff;
	border-width: 17px;
	top: 50%;
	margin-top: -17px;
}

.timeline-content p {
	max-height: 0;
	color: transparent;
	text-align: justify;
	word-break: break-all;
	hyphens: auto;
	overflow: hidden;
}

.timeline-label {
	font-size: 1.3em;
	position: absolute;
	z-index: 100;
	top: 20px;
	transform: translateX(42px);
	transition: transform 0.2s linear;
}

.timeline-radio {
	display: none;
}

.selected .timeline-label {
	cursor: auto;
	transform: translateX(42px);
}

.selected .timeline-circle {
	background: #f98262;
}

.selected .timeline-content {
	border-color: #0081cc;
	margin-right: 20px;
	transform: translateX(20px);
	transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}

.selected ~ .timeline-content p {
	color: #eee9dc;
	transition: color 0.3s linear 0.3s;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width:767px) {
	.timeline {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}

	.timeline .work {
		margin: 50px 0;
	}

	.timeline-label {
		width: 85%;
		font-size: 1.1em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: block;
		transform: translateX(18px);
	}

	.timeline-content {
		padding-top: 45px;
		border-color: #eee9dc;
	}

	.timeline-content:before,
	.timeline-content:after {
		border: solid transparent;
		bottom: 100%;
	}

	.timeline-content:before {
		border-bottom-color: inherit;
		border-width: 17px;
		top: -16px;
		left: 50px;
		margin-left: -17px;
	}

	.timeline-content:after {
		border-bottom-color: #48b379;
		border-width: 20px;
		top: -20px;
		left: 50px;
		margin-left: -20px;
	}

	.timeline-content p {
		font-size: 0.9em;
		line-height: 1.4;
	}

	.timeline-circle,
	.timeline-date {
		display: none;
	}

}

/* @fix清除浮动 */
.clearfix:after,
.layout:after,
.group:after,
.modal-header:after,
.list-inline:after,
.form-item:after,
.form-element:after,
.form-list-col2:after,
.form-list-col3:after,
.tab:after,
.tab ul:after,
.box-heading:after,
.box-body:after,
.tab-body:after,
.box-footer:after,
.list-center:after,
.list-right:after,
.breadcrumbs:after,
.shell:after,
.form-multiple-list:after,
.flow:after,
.flow-list:after,
.block-group:after,
.elevator-monitor-list:after,
.block-heading:after,
.player:after,
.fixed-table-toolbar:after,
.fixed-table-pagination:after,
.dialog-heading:after,
.dialog-footer:after,
.paginator:after,
.page-list:after,
.toolbar:after,
.fieldset-group:after,
.tab-heading:after,
.tab-links:after,
.subtab-links:after,
.volume:after,
.selected-tags:after,
.switchbutton-inner:after {
	content: ".";
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/* @ie-fix */
.input-radio,
.input-checkbox {
	_margin-top: -4px;
}

.form-grid .input-radio,
.form-grid .input-checkbox {
	*margin-top: -4px;
	_margin-top: 3px;
}

/* @ie7- fix:inline-block */
.select-box,
.btn,
.icon,
.icon-white,
.icon-blue,
.form-label-icon,
.datebox,
.file,
.dropdown-toggle {
	*display: inline;
	*zoom: 1;
}

.opacity {
	opacity: 0;
	filter: Alpha(opacity=0);
	width: 0;
	height: 0;
	line-height: 0;
	display: inline;
	position: absolute;
	left: -999px;
}

/* @clearfix */
.clearfix,
.layout,
.group,
.modal-header,
.list-inline,
.form-item,
.form-element,
.form-list-col2,
.form-list-col3,
.tab,
.tab ul,
.box-heading,
.box-body,
.tab-body,
.box-footer,
.list-center,
.list-right,
.breadcrumbs,
.shell,
.form-multiple-list,
.flow,
.flow-list,
.block-group,
.elevator-monitor-list,
.block-heading,
.player,
.fixed-table-toolbar,
.fixed-table-pagination,
.dialog-heading,
.dialog-footer,
.paginator,
.page-list,
.toolbar,
.fieldset-group,
.tab-heading,
.tab-links,
.subtab-links,
.volume,
.selected-tags,
.switchbutton-inner {
	*zoom: 1;
}

.quick-menu-list .icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
}

.quick-menu-list .icon-quick-link-list {
	background: url(../images/icon-quick-link-list.png) no-repeat 0 0;
}

.quick-menu-list .icon-quick-link-add {
	background: url(../images/icon-quick-link-add.png) no-repeat 0 0;
}

/* 地图弹出框的搜索按钮事件样式 */
.tangram-suggestion-main {
	z-index:99999;
}

.yellow-background{
	background: #FFAC29;
}
.white-background{
	background: #fff;
}
.red-background{
	background: #EF3D43;
}
.green-background{
	background: #04A200;
}
.blue-background{
	background: #0099FF;
}
.purple-background{
	background:#6633cc;
}
.peony-background{
	background:#990000;
}
.light-blue-background{
	background:#467de6;
}
.golden-background{
	background:#be9664;
}
.dark-green-background{
	background:#00a55a
}
.deep-purple-background{
	background:#7369cd
}
.light-red-background{
	background:#dc4b37
}

/* 浏览器版本提示弹出框 */
.browser-mask-level{
	display: block;
	height: 100%;
	left: 0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
	position: fixed;
	top: 0;
	width: 100%;
	background: #000000;
	z-index: 9990;
}
.browser-package-box{
	height: auto;
	left: 50%;
	position: fixed;
	top: 50%;
	width: auto;
	z-index: 9999;
	margin-left: -300px;
	margin-top: -230px;
}

.form-browser-remind-content{
	background-image: url("../images/error_bak.png");
	width: 594px;
	height: 452px;
	padding: 25px;
	font-size: 14px;
	position:relative;
}
.form-browser-type{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.form-browser-type .broweser-style{
	width: 140px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #ffffff;
	display: inline-block;
	margin-right: 30px;
	color: #4b8142;
}
.form-browser-type .broweser-style-chrome {
	cursor: pointer;
}
.form-browser-tips{
	color: #ffffff;
	font-size: 14px;
	margin-top: 30px;
	padding-left: 20px;
}
.form-image-error{
	background-image: url("../images/error_prompt.png");
	width: 291px;
	height: 104px;
	margin-top: 34px;
}
.form-browser-image{
	width: 100%;
	height: 120px;
	text-align: left;
	padding: 0 20px;
}
.form-browser-tips2{
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.form-browser-tips2 .browser-prompt2{
	font-size: 17px;
	padding-left: 10px;
}

.combobox-cont .common-box-select{
	z-index: -1;
	position: absolute;
}

.combobox-cont .combo-text.validatebox-text{
	outline:none;
}

.combobox-cont .combo-arrow{
	width: 10px;
	height: 10px!important;
	cursor: pointer;
	top: 13px;
	right: 4px;
	position: absolute;
	opacity: 1;
	background: url(../images/icon-form-select.png) no-repeat -5px -5px;
	background-color: #FFF;
}


.btn-danger {
	color: #fff;
	background-color: #d9534fe3;
	border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302ce3;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302ce3;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302ce3;
	border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925e3;
	border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534fe3;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.el-tag{
	height: 24px;
	line-height: 22px;
}
.el-table__row .el-tag{
	padding: 0px 12px;
	border-radius: 12px;
}
.table-button{
	width: 20px;
	height: 20px;
	border-radius: 14px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
}
.btn-info{
	color: #fff;
}
.hui-group-add .el-input,
.hui-group-add .el-textarea__inner{
	width: 280px;
}

.hui-group-add .span-select {
	margin-left: 10px;
	color: #039AFF;
	cursor: pointer;
}
.hui-group-add .input-textarea textarea {
	height: 80px;
}

.hui-dialog-content{
	padding: 20px 0px;
}
.hui-dialog-content .el-form-item{
	margin-bottom: 22px;
}

.clearfix:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

.el-range-editor--mini .el-range-input{
	background: none!important;
}

.el-range-editor--mini .el-range-separator{
	line-height: 30px;
}
.el-range-editor--mini.el-input__inner{
	height: 30px;
	border-radius: 4px;
}

.el-dialog .hui-table .el-table{
	background-color: none!important;
}

.el-message-box__wrapper .el-button--primary,
.el-picker-panel .is-plain.el-button{
	background: #2da04b;
	border-color: #2da04b;
	border-radius: 4px;
	color: #fff;
}
.el-message-box__wrapper .el-message-box .el-message-box__header{
	padding: 0px 10px;
}

.el-message-box__wrapper .el-message-box .el-message-box__content{
	padding: 20px 10px;
}

.el-message-box__wrapper .el-message-box__title{
	line-height: 52px;
}

.el-table__body-wrapper .el-table__empty-block{
	min-height: 30px;
	text-align: left;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	justify-content: left;
}

.el-table__body-wrapper .el-table__empty-text{
	color: #FFF;
}
.el-message-box__wrapper .el-button--primary:hover,
.el-picker-panel .is-plain.el-button:hover{
	background: #4BBE64;
	border-color: #4BBE64;
}

.el-button{
	line-height: 34px;
	height: 34px;
	padding: 0px !important;
	width: 50px;
}
.el-select-dropdown__wrap{
	margin: 0px -5px 0px 0px !important;
}
.el-scrollbar .el-scrollbar__wrap{
	overflow: auto !important;
}
.el-picker-panel__content .el-date-table td.disabled div{
	background: none;
}
.hui-search .hui-search-form .el-button{
	line-height: 30px;
}
.el-table .el-table__header-wrapper .caret-wrapper{
	height: 26px;
}
.el-table .el-table__header-wrapper .sort-caret.ascending{
	top: 1px;
}
.el-table .el-table__header-wrapper .sort-caret.descending{
	bottom: 3px;
}
.el-dialog__wrapper .el-dialog__footer{
	padding: 0px;
	border-top: none;
}
.el-pagination .el-select .el-input .el-input__inner,
.el-pagination .el-pagination__editor .el-input__inner{
	border-radius: 15px;
}
.el-textarea .el-textarea__inner{
	font-family: Arial, 'Microsoft YaHei';
}
.use-set-box .el-input-group__prepend .el-button{
	width: 110px;
	border-radius: 20px;
}
.use-set-box .el-input__inner{
	border-radius: 20px;
}
.use-set-box .el-tabs--border-card{
	border: none;
}
/*修改数据统计样式*/
.hui-content-datastati .el-input__inner{
	border-radius: 2px;
}
.hui-content-datastati .el-button--danger{
	border-radius: 0px;
}
/*数据统计*/
.data-show-setting {
	width: 500px;
	height: calc(100% - 50px);
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 1;
	background-color: #FAFAFA;
	color: #666;
	padding: 20px;
	font-size: 14px;
	overflow-y: auto;
}


.data-show-setting-switch {
	width: 20px;
	height: 40px;
	line-height: 40px;
	background-color: #AAA;
	border-radius: 0 15px 15px 0;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}
.data-show-setting-switch-off {
	left: 0px;
}
.data-show-setting-switch-on {
	left: 300px;
}

.data-show-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.data-show-wrapper {
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	left: 0;
	top: 50px;
	overflow-x: hidden;
	overflow-y: auto;
}
.data-show-wrapper-setting {
	width: calc(100% - 500px);
}
.data-show-button{
	line-height: 30px;
}
.data-show-button.el-search-btn{
	height: 30px;
	border-radius: 4px;
	width: 90px;
	background: #2da04b;
	border-color: #2da04b;
	font-size: 12px;
	color: #fff;
}
.data-show-button.el-search-btn:hover{
	background: #4BBE64;
	border-color: #4BBE64;
}
.data-show-button.el-reset-btn{
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	width: 90px;
	color: #fff;
}
.data-show-header-buttons {
	margin-right: 15px;
}
.fr {
	float: right;
}
.data-show-empty {
	width: 200px;
	text-align: center;
	height: 280px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -140px;
	margin-left: -100px;
}
.data-show-empty-title {
	height: 40px;
	line-height: 40px;
	color: #666;
}
.data-show-empty-button {
	height: 40px;
	line-height: 40px;
	width: 160px;
}
.messageBox-prompt .message-box-content {
	padding: 20px 10px;
	text-align: center;
}
.messageBox-prompt .dialog-tips {
	line-height: 30px;
	font-size: 12px;
	float: left;
}
.messageBox-prompt .message-box-errormsg {
	color: #f56c6c;
	font-size: 12px;
	min-height: 18px;
	margin-top: 2px;
	position: absolute;
	padding-left: 10px;
}
.messageBox-prompt  input {
	max-width: 250px;
	min-width: 100px;
	width: 94%;
	padding: 6px 15px;
	vertical-align: middle;
}
.messageBox-prompt .message-box-message{
	display: inline-block;
	margin: 0 10px;
}
.messageBox-prompt .message-box-input {
	display: inline-block;
}
.messageBox-prompt .message-box-content {
	text-align: center;
}
.messageBox-prompt .el-message-box__errormsg {
	float: left;
}
.el-tree-node{
	position: relative;
	padding-left: 0;
}
.el-tree-node .el-tree-node{
	padding-left: 14px;
}
.el-tree-node__children{
	padding-left: 14px;
}
.el-tree-node :last-child:before {
	height: 38px;
}
.el-tree>.el-tree-node:before{
	border-left: none;
}
.el-tree>.el-tree-node:after{
	border-top: none;
}
.el-tree-node:before,.el-tree-node:after{
	content: "";
	left: -4px;
	position: absolute;
	right: auto;
	border-width: 1px;
}
.tree :first-child .el-tree-node:before{
	border-left: none;
}
.el-tree-node:before {
	border-left: 1px dashed #4386c6;
	bottom: 0px;
	height: 100%;
	top: -20px;
	width: 1px;
}
.el-tree-node:after {
	border-top: 1px dashed #4386c6;
	height: 20px;
	top: 17px;
	width: 24px;
}
.el-tree {
	min-width:100%;
	font-size:14px;
	display: inline-block;;
}
.el-tree .is-current>.el-tree-node__content>.tree-device-icon {
	color: #409EFF;
}

.hui-search-form .el-form-item .vue-treeselect__control {
	height: 30px;
	border-radius: 18px;
	background: none;
}
.el-form .vue-treeselect--has-value .vue-treeselect__multi-value,
.el-form .vue-treeselect__limit-tip-text{
	margin: 0px;
}
.el-form .vue-treeselect__limit-tip,
.el-form .vue-treeselect__multi-value-item-container,
.el-form .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{
	padding-top: 0px;
	height: 30px;
	line-height: 30px;
}
.hui-search-form .el-form-item .vue-treeselect__value-remove{
	padding-left: 5px;
	border: none;
	background: none;
	color: #d2d2d2;
}
.hui-search-form .el-form-item .vue-treeselect__multi-value-item {
	cursor: pointer;
	background: none;
	padding: 0px 2px 0px 2px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	color: #d2d2d2;
	font-size: 12px;
}
.hui-search-form .el-form-item .vue-treeselect__multi-value-label{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width:125px;
}