﻿#loading_bg {
    position: absolute;
    left: 0;
    top: 115px;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background-color: #ffffff;
    -ms-opacity: 0.1;
    opacity: 0.1;
    filter: alpha(opacity=10);
}
#loading {
    position: absolute;
    left: 0;
    top: 115px;
    right: 0;
    bottom: 0;
    z-index: 1101;
    background-image: url(../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}
h4 {
    font-size: 17.5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    -ms-text-rendering: optimizelegibility;
    text-rendering: optimizelegibility;
}
button{
	outline:none;
}
.modal-header {
    text-align: left;
}
.inline {
    text-align: left;
    height: 30px;
}
.inline * {
    float: left;
    margin-right: 10px;
}
.inline  .glyphicon{
	margin-right: 5px;
}
@font-face {
    font-family: '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.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
@font-face {
    font-family: 'digital';
    src: url('../fonts/digital2.ttf') format('truetype'), url(../fonts/digital2.eot?#iefix) format('embedded-opentype'),url(../fonts/digital2.woff) format('woff');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.warning {
    color: red;
}
.controls {
    text-align: left;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-web/*kit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease*/
}

.collapse.in {
	height: auto
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9
}

.btn:active,.btn.active {
	background-color: #ccc \9
}

.btn:first-child {
	*margin-left: 0
}

.btn:hover,.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.active,.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
}

.btn.disabled,.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.inline .btn:hover{
	color: #fff;
	border: 1px solid #417eb7;
	background: #417eb7;
	background: -moz-linear-gradient(top, #417eb7 0%, #77b5ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#417eb7), color-stop(100%,#77b5ee));
	background: -webkit-linear-gradient(top, #417eb7 0%,#77b5ee 100%);
	background: -o-linear-gradient(top, #417eb7 0%,#77b5ee 100%);
	background: -ms-linear-gradient(top, #417eb7 0%,#77b5ee 100%);
	background: linear-gradient(to bottom, #417eb7 0%,#77b5ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#417eb7', endColorstr='#77b5ee',GradientType=0 );
	-webkit-box-shadow: 0 0 1px #f7f7fb inset;
	-ms-box-shadow: 0 0 1px #f7f7fb inset;
	box-shadow: 0 0 1px #f7f7fb inset;
}

.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.btn-large [class^="icon-"],.btn-large [class*=" icon-"] {
	margin-top: 4px
}

.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.btn-small [class^="icon-"],.btn-small [class*=" icon-"] {
	margin-top: 0
}

.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"] {
	margin-top: -1px
}

.btn-mini {
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%
}

.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active {
	color: rgba(255,255,255,0.75)
}

.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	*background-color: #04c;
	background-image: -moz-linear-gradient(top,#08c,#04c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
	background-image: -webkit-linear-gradient(top,#08c,#04c);
	background-image: -o-linear-gradient(top,#08c,#04c);
	background-image: linear-gradient(to bottom,#08c,#04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
	color: #fff;
	background-color: #04c;
	*background-color: #003bb3
}

.btn-primary:active,.btn-primary.active {
	background-color: #039 \9
}

.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505
}

.btn-warning:active,.btn-warning.active {
	background-color: #c67605 \9
}

.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a
}

.btn-danger:active,.btn-danger.active {
	background-color: #942a25 \9
}

.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop,.modal-backdrop.fade.in {
	opacity: .8;
	filter: alpha(opacity=80)
}

.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 580px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box
}

.modal.fade {
	top: -25%;
	-webkit-transition: opacity .3s linear,top .3s ease-out;
	-moz-transition: opacity .3s linear,top .3s ease-out;
	-o-transition: opacity .3s linear,top .3s ease-out;
	transition: opacity .3s linear,top .3s ease-out
}

.modal.fade.in {
	top: 25% !important;
}
.modal.fade.favor {
	top: 10% !important;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee
}

.modal-header .close {
	margin-top: 2px
}

.modal-header h3 {
	margin: 0;
	line-height: 30px
}

.modal-body {
	position: relative;
	max-height: 400px;
	padding: 15px;
	overflow-y: auto
}

.modal-form {
	margin-bottom: 0
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff
}

.modal-footer:before,.modal-footer:after {
	display: table;
	line-height: 0;
	content: ""
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*margin-left: .3em;
	white-space: nowrap;
	vertical-align: middle;	
    *zoom: 1;
}
.btn-group .glyphicon{
	margin-right: 5px;	
}
.btn-group:first-child {
	*margin-left: 0
}

.btn-group+.btn-group {
	margin-left: 5px
}

.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group {
	margin-left: 5px
}

.btn-group>.btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group>.btn+.btn {
	margin-left: -1px
}

.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover {
	font-size: 14px
}

.btn-group>.btn-mini {
	font-size: 10.5px
}

.btn-group>.btn-small {
	font-size: 11.9px
}

.btn-group>.btn-large {
	font-size: 17.5px
}

.btn-group>.btn:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px
}

.btn-group>.btn:last-child,.btn-group>.dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px
}

.btn-group>.btn.large:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px
}

.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active {
	z-index: 2
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	*padding-top: 5px;
	padding-right: 8px;
	*padding-bottom: 5px;
	padding-left: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}

.btn-group>.btn-mini+.dropdown-toggle {
	*padding-top: 2px;
	padding-right: 5px;
	*padding-bottom: 2px;
	padding-left: 5px
}

.btn-group>.btn-small+.dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px
}

.btn-group>.btn-large+.dropdown-toggle {
	*padding-top: 7px;
	padding-right: 12px;
	*padding-bottom: 7px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #04c
}

.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222
}
.btn-group>.search-button{
	margin:0;
}
.form-control {
	height: 25px;
	width:150px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
	text-align:left;
}

.form-control:-ms-input-placeholder {
	color: #999;
	text-align:left;
}

.form-control::-webkit-input-placeholder {
	color: #999;
	text-align:left;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

.form-horizontal input,.form-horizontal textarea,.form-horizontal select {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	vertical-align: middle;
	*zoom: 1
}
.form-horizontal .control-group {
	margin-bottom: 20px;
	*zoom: 1
}
.form-horizontal .control-group:before,.form-horizontal .control-group:after {
	display: table;
	line-height: 0;
	content: ""
}
.form-horizontal .control-group:after {
	clear: both
}

.form-horizontal .control-label {
	float: left;
	width: 120px;
	padding-top: 5px;
	text-align: right
}

.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 140px;
	*margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 140px;
}
.control-group {
	margin-bottom: 10px
}

legend+.control-group {
	margin-top: 20px;
	-webkit-margin-top-collapse: separate
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}
/*custom*/
#sitemap_box {
    position: absolute;
    left: 0;
    top: 55px;
    right: 0;
    bottom: 0;
	border-top:1px solid #bbb;
    overflow: hidden;
}
#sitemap_canvas, #isogram_canvas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
}
#site_pic {
    background-repeat: no-repeat;
    background-position: center;
}
#site_box {
    position: relative;
    overflow: hidden;
}
#site_map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -38px;
}
.report_left {
    margin-right: 420px;
    text-align: left;
	margin-top:10px;
}
.report_right {
    width: 400px;
    float: right;
    text-align: left;
}
#report_chart {
    height: 250px;
    background: #ffffff;
}
#report_chart2 {
    height: 250px;
    background: #ffffff;
}
#report_content {
    margin-top: 35px;
}
#report_content #btn_search{
    margin-top: 2px;
}
#system_content {
    text-align: left;
}
#statistic_content{
	margin-top: 40px;
}
#favor_box .favor_add {
    width: 100%;
    height: 100%;
    background-image: url("../images/add.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
}
#favor_box .favor_add:hover {
    background-image: url("../images/add_hover.png");
}
.news_content {
    width: 800px;
    background-color: #ffffff;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0 20px;
    box-shadow: 0 3px 3px #cccccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
#sidebar {
    width: 0px;
}
#content {
    left: 0;
}

#submenu_bar {
    display: none;
}
.content_dialog {
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: #f1f1f1;
    display: none;
}
.content_dialog_c {
    margin: 20px 30px;
    margin-left: 10px;
}
#system_content .control-label {
    text-align: left;
}
.area {
    background: #ffffff;
    margin-top: 20px;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 3px 3px #cccccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
.system_title {
    padding-bottom: 20px;
    text-align: left;
}
#btn_logout {
    cursor: pointer;
}
.dialog_table {
    width: 100%;
}
.dialog_label {
    width: 100px;
    text-align: right;
    padding-right: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.dialog_control {
    text-align: left;
    padding-bottom: 10px;
}
.curve-button {
    float: none;
}
.hidden {
    display: none;
}
.error, .controls .error {
    border-color: red;
}
.controls .error:focus, .form-control.error:focus {
    border-color:red;
    -webkit-box-shadow:inset 0 1px 1px #000000,0 0 8px red;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
    -moz-box-shadow:inset 0 1px 1px #000000,0 0 8px red;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
    -ms-box-shadow: inset 0 1px 1px #000000, 0 0 8px red;
    box-shadow: inset 0 1px 1px #000000, 0 0 8px red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255,0,0,0.6);
}
.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -ms-border-radius: .25rem;
    border-radius: .25rem;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}
 .syscon {
    position:absolute;
    left:20px;
    top:20px;
    right:20px;
    bottom:20px;
}
.sysbox {
    border:solid 1px #cdcdcd;
    background:#ffffff;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
.sysbox_title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 30px;
    text-align: left;
    padding-left: 15px;
    border-bottom: solid 1px #cdcdcd;
    background-color: #e7eef1;
    color: #3571a9;
    background-color: #eeeeee;
    color: #595959;
}
.sysbox_con {
    position: absolute;
    left: 0;
    top: 31px;
    right: 0;
    bottom: 0px;
    overflow:auto;
    text-align: left;
}
.sysbox_con table{
	table-layout:fixed
}
.sysbox_con td{
	word-wrap:break-word;
}
#favor_depts .sidebar-nav a {
	cursor: pointer;
}
#favor_depts .sidebar-nav-son .loading {
	color: #ffffff;
}
#favor_depts .sidebar-nav-child .loading {
	color: #ffffff;
}
#favor_depts .sidebar-nav .sidebar-nav-item{
	margin-left: 0;
	padding-left: 0;
}
#favor_depts .sidebar-nav-son {
	padding-left: 20px;
}
#favor_depts .sidebar-nav-son .sidebar-nav-son{
	padding-left: 10px;
}
#favor_depts .sidebar-nav-child {
	display: block;
}
#favor_depts .sidebar-nav-son .sidebar-nav-son{
	display: none;
}
#favor_depts .sidebar-nav-child {
	display: none;
}
#favor_depts .sidebar-nav .sidebar-nav-item {
	text-align: left;
}
#favor_depts .nav_title {
	display: inline-block;
	padding-left:10px;
	color:#fff;
}
.dept_list {
    margin: 4px 0 0 0;
    padding: 0;
}
.dept_list ul {
    padding: 0;
}
.dept_list li {
    line-height: 25px;
    text-align: left;
}
.dept_list li a {
    text-decoration: none;
}
.dept_list li .text {
    color: #595959;
    margin: 0;
    display: block;
}
.dept_list li>.text:hover {
    background-color: #e7eef1;
    color: #3571a9;
}
.dept_list li.active>.text {    
    background-color: #3571a9;
}
.dept_list li.active>.text {    
    color: #ffffff;
    cursor: default;
}
.dept_list li .text>i {
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url(../images/dept_li.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-right: 5px;
    margin-left: 15px;
}
.dept_list li.eq .text>i {
    width: 11px;
    height: 16px;
    background-image: url("../images/eq.png");
    background-repeat: no-repeat;
}
.dept_list li.active>.text>i {
    background-position: -6px center;
}
.dept_list li.expand>.text>i {
    background-position: -12px center;
}
.dept_list li.expand.active>.text>i {
    background-position: -18px center;
}
.dept_list li.eq.active .text>i {
    background-position: 0 0;
}
.dept_list li.last .text>i {
    background-image: none;
    margin-right: 0;
}
.dept_list li>ul>li .text>i {
    margin-left: 40px;
}
.dept_list li>ul>li>ul>li .text>i {
    margin-left: 60px;
}
.dept_list li>ul>li>ul>li>ul>li .text>i {
    margin-left: 80px;
}
.dept_list li>ul>li>ul>li>ul>li>ul>li .text>i {
    margin-left: 100px;
}
.dept_list li>ul>li>ul>li>ul>li>ul>li>ul>li .text>i {
    margin-left: 120px;
}
.dept_list li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li .text>i {
    margin-left: 140px;
}
.dept_list li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li .text>i {
    margin-left: 160px;
}
.dept_list li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li .text>i {
    margin-left: 180px;
}
.dept_list li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li .text>i {
    margin-left: 200px;
}
.dept_list .add, .dept_list .edit, .dept_list .remove {
    display: none;
    float: right;
    margin-right: 10px;
    line-height: 25px;
    height: 25px;
    color: #ffffff;
    text-decoration: underline;
}
.dept_list .add:hover, .dept_list .edit:hover, .dept_list .remove:hover {
    color: #fadfbb;
}
.dept_list li.active>.add,.dept_list li.active>.edit,.dept_list li.active>.remove {
    display: block;
}
.dept_list li.foot>.text>i {
    background-image: none;
}
.con_control {
    text-align: left;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #cdcdcd;
    background: #fafafa;
}
.con_box {
    position: absolute;
    left: 0;
    top: 49px;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 10px;
}
.sysbox_title button, .sysbox_title a{
    float: right;
    margin-right: 6px;
}
.sysbox_title .tool_btn {
    margin-top: 3px;
}
.tool_btn {
    padding:3px 10px;
    color: #333;
    border: solid 1px #c7c7c7;
    background: #eeeff0;
    background: -moz-linear-gradient(top,  #fbfbfc 0%, #eeeff0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfc), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfc 0%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfc 0%,#eeeff0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfc 0%,#eeeff0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfc 0%,#eeeff0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}
.tool_btn:hover  {
	color: #fff;
	border:1px solid #417eb7;
	background: #417eb7; /* Old browsers */
    background: -moz-linear-gradient(top,  #417eb7 0%, #77b5ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#417eb7), color-stop(100%,#77b5ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #417eb7 0%,#77b5ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #417eb7 0%,#77b5ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #417eb7 0%,#77b5ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #417eb7 0%,#77b5ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#417eb7', endColorstr='#77b5ee',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:0 0 1px #f7f7fb inset;
    -ms-box-shadow:0 0 1px #f7f7fb inset;
    box-shadow:0 0 1px #f7f7fb inset;
}
.tool_btn:disabled, .tool_btn:disabled:hover {
    color: #8f8f8f;
    background: #eeeff0;
    border: solid 1px #c7c7c7;
}
.pagination.bottom{
    margin-top:5px;
}
.pagination a {
    text-decoration: none;
    border: 1px solid #AAE;
    color: #15B;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0.1em 0.4em;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
    border: 1px solid #AAE;
}

.pagination .current.prev, .pagination .current.next{
    color:#999;
    border-color:#999;
    background:#fff;
}
.sidebar-nav-son .foot>a {
    text-decoration: none;
}
.sidebar-nav-son .foot>a>i {
    display: none;
}
.sidebar-nav-son .eq>a {
    background-image: url("../images/eq.png");
    background-repeat: no-repeat;
    padding-left: 16px;
}
.anchorBL{display:none;}  /*去掉百度图标*/
/*百度弹框圆角
.BMap_bubble_title{
        color:black;
        font-size:13px;
        font-weight: bold;
        text-align:left;
    }
    .BMap_pop div:nth-child(1){
        border-radius:7px 0 0 0;
    }
    .BMap_pop div:nth-child(3){
        border-radius:0 7px 0 0;background:#ABABAB;;
        width:23px;
        width:0px;height;0px;
    }
    .BMap_pop div:nth-child(3) div{
        border-radius:7px;
    }
    .BMap_pop div:nth-child(5){
        border-radius:0 0 0 7px;
    }
    .BMap_pop div:nth-child(5) div{
        border-radius:7px;
    }
    .BMap_pop div:nth-child(7){
        border-radius:0 0 7px 0 ;
    }
    .BMap_pop div:nth-child div(7){
        border-radius:7px ;
	}
	*/
.amap-logo{					/*去掉高德图标*/
    display: none !important;
}
.amap-copyright {
    opacity:0;
}
.triangle{
	margin-right: 5px;
	float: right;
	position: relative;
}
.triangle-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #c0c4cc;
	margin-bottom: 2px;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #c0c4cc;
}
.sortData.asc .triangle-up{
	border-bottom-color:#215d94;
}
.sortData.asc .triangle-down{
	border-top-color:#c0c4cc;
}
.sortData.desc .triangle-up{
	border-bottom-color:#c0c4cc;
}
.sortData.desc .triangle-down{
	border-top-color:#215d94;
}
.sortData{
	cursor:pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sortData p{
	display:inline-block;
}
.abs{
	position:absolute;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
}