/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family:arial,'Microsoft YaHei',helvetica,sans-serif;
}
#header {
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-color:#428bca;
	background-image: url(/images/header_bg_black.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	display: inline-block;
	z-index:10;
	clear:both;
	position:relative;
}
#header .header_mian{
	color:#fff;
}
#header .index-nav {
	position:absolute;
	right:0px;
	top:0px;
	margin:0;
	padding: 7px 15px 2px 10px;
	width: auto;
	float: right;
	text-align: right;
	color: #f8f8f8;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#header .index-nav>.col {
	margin: 0 0 5px 0;
	padding:0px;
	width:350px;
}
#header .index-nav>.col>span {
	margin: 0 5px 0 0;
}
#header .navbar-default{
	height:70px;
	background:none;
    border:none;
}
#header .navbar{
	margin-bottom:0px;
}
#header .navbar .container-fluid{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	height:70px;
}
#header .navbar .nav>li>a{
	padding:0px;
	height:70px;
	line-height:60px;
	text-shadow:none;
	color:#FFF;
}
#header .navbar .nav>li>a:hover{
	padding:0px;
	height:70px;
	line-height:60px;
	text-shadow:none;
	color:#CCC;
}
#header .dropdown-menu{
	z-index:9999;
}
#content {
	height:auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear:both;
	display:table;
}
#footer {
	width: 100%;
	height:70px;
	margin: 0px;
	padding: 10px;
	text-align:center;
	clear:both;
	color:#BBBBBA;
	background-image: url(/images/header_bg_footer.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#footer span{
	display:block;
}
#footer span a{
	color:#BBBBBA;
}
.table th{
	text-align:center;
	vertical-align:middle !important;
}
.dropdown-menu{
	min-width:120px !important;
}
.bootstrap-select{
	margin-bottom:0px !important;
}
.path-nav{
	border-bottom:#CCC solid 1px;
	margin:0 0 10px;
	width:100%;
}
.path-nav .btn{
	width:100px;
	height:30px;
	padding:0; 
	float:right;
}

.path-nav .path-nav-a{
	width:100px;
	padding:0;
	float:right;
}
.path-nav .path-nav-a a{
	width:100px;
	height:30px;
	line-height:40px;
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: underline;
}
.path-nav .path-nav-a a:hover{
	text-decoration: underline;
    font-weight: bold;
    color: #f89406;
}
.path-nav .btn a{
	color:#FFF; 
	text-decoration:none; 
	width:100px;
	height:30px;
	line-height:30px; 
	display:block; 

}
.content-data{
	width:100%;
	margin:0;
	padding:0;
	display:inline-block;
}
ol.breadcrumb{
	margin-bottom:0;
	background:#FFF;
	display:inline-block;
}
.info-add-button{
	padding:10px 0;
	float:right;
}
.form-info-input {
	margin:10px 20px;
	display: inline-block;
	width: 80%;
	min-width: 600px;
}
.form-info-input .bootstrap-select{
	width:100%;
}
.form-info-input .row{
	margin:0;
}
.form-info-input .form-center{
	float:left;
	width:600px;
}
.form-info-input .form-left{
	float:left;
	width:48%;
	padding-right:1%;
	margin-right:1%;
	border-right:1px solid #ccc;
}
.form-info-input .form-right{
	float:left;
	width:48%;
}
.form-info-input .form-control-multi{
	float:left;
	width:49%;
	margin-right:1%;
}
.form-info-input .form-control-multi:last-child{
	margin-right:0;
	margin-left:1%;
}
.breadcrumb li{
	color:#777;
}
.breadcrumb li a{
	color:#777;
}
.breadcrumb li:last-child{
	font-size:12px !important;
	color:#555;
	font-weight:bold;
}

#myModal #myModalTitle{
	font-weight:bolder !important;
	color:#204FB3;
}

#myModal .modal-dialog1{
	position:absolute;	
	top:50%;
	left:50%;
}

#myModal .modal-content{
	height:100%;
}
	
.map-infowindow{
	width:100%;
	height:100%;
}

.map-infowindow .nav-tabs{
	margin:10px auto;
	
}
.map-infowindow .tab-pane{
	overflow-y:auto;
	overflow-x:auto;
	max-height:600px;
}

.map-infotable{
	border:2px #333 solid;
	empty-cells: hide;
	width:100%;
}

.map-infotable thead tr{
	* position: relative; 
	top: expression(document.getElementById("map-info").scrollTop); 
	
}
.map-infotable th{
	border: 1px #CCC solid;
	background-color: #555;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding:2px;
}
.map-infotable td{
	border:1px #999 solid;
	text-align:center;
	padding:2px;
}
.map-cate-panel{
	padding:0 5px;
	margin:5px 0 0;
}
.map-cate-panel d10{
	display:inline-block;
	width:10px;
}
.map-cate-panel .map-cate-btn{
	display:inline-block;
	margin:5px -5px;
	width:50%;
}

/*  */
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* common */

.small-right {
	font-size: smaller;
	float: right;
}
.shadow{
	box-shadow:2px 2px 10px #666;
}
.glass{
	background:url(/images/glass_bg.png);
}
.glass-red{
	background:url(/images/glass_bg_red.png);
}
.highlight{
	background-color:#f0ad4e;
	border-radius: .25em;
	color:#fff;
}
.checkbox-disabled{
	background-color:#CCC;
	border-radius: .25em;
	color:#FFF;
}
.btn-save{
	padding-left:50px;
	padding-right:50px;
}

.form-text{
	padding-top:7px;
}
.primary{
	background-color:#428bca !important;
	color:#fff !important;
}
.success{
	background-color:#5cb85c !important;
	color:#fff !important;
}
.info{
	background-color:#5bc0de !important;
	color:#fff !important;
}
.warning{
	background-color:#f0ad4e !important;
	color:#fff !important;
}
.danger{
	background-color:#d9534f !important;
	color:#fff !important;
}
.wait{
	background-color:#999 !important;
	color:#fff !important;
}
.timeout{
	background-color:#d9534f;
	color:#fff;
	padding:1px 3px;
}
.timeoutday{
	background-color:#f0ad4e;
	color:#fff;
	padding:1px 3px;
}
.check-group{
	width:19%;
}
.work-state-null {
	display:inline-block;
	width:16px;
	height:16px;
	margin:4px 0 0 0 ;
	/*background:url(../images/light_green.png) no-repeat 50% 50%;*/
	background: linear-gradient(#fff, #eee) repeat scroll 0 0 #e0e0e0;
	border-radius:8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.work-state-normal{
	display:inline-block;
	width:16px;
	height:16px;
	margin:4px 0 0 0 ;
	background:url(../images/light_green.png) no-repeat 50% 50%;
	/*background: linear-gradient(#9FFB9F, #4cae4c) repeat scroll 0 0 #4cae4c;*/
	border-radius:8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.work-state-finish{
	display:inline-block;
	width:16px;
	height:16px;
	margin:4px 0 0 0 ;
	/*background:url(../images/light_blue.png) no-repeat 50% 50%;*/
	background: linear-gradient(#85CEFF,#357ebd) repeat scroll 0 0 #357ebd;
	border-radius:8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.work-state-archive{
	display:inline-block;
	width:16px;
	height:16px;
	margin:4px 0 0 0 ;
	background:url(../images/light_gray.png) no-repeat 50% 50%;
	/*background: linear-gradient(#BABABA, #777) repeat scroll 0 0 #777;*/
	border-radius:8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.work-state-warning{
	display:inline-block;
	width:16px;
	height:16px;
	margin:4px 0 0 0 ;
	/*background:url(../images/light_yellow.png) no-repeat 50% 50%;*/
	background: linear-gradient(#FFC855, #d58512) repeat scroll 0 0 #d58512;
	border-radius:8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.work-state-fail{
	display:inline-block;
	width:16px;
	height:16px;
	margin:4px 0 0 0 ;
	background:url(../images/light_red.png) no-repeat 50% 50%;
	/*background: linear-gradient(#FF938F, #c9302c) repeat scroll 0 0 #c9302c;*/
	border-radius:8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.work-state-delay{
	display:inline-block;
	width:16px;
	height:16px;
	margin:4px 0 0 0 ;
	/*background:url(../images/light_oringe.png) no-repeat 50% 50%;*/
	background: linear-gradient(#FF77FF, #b512ad) repeat scroll 0 0 #428bca;
	border-radius:8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.form-info-input{
	display:block;
	width:auto;
}