@CHARSET "UTF-8";
html,body {
	height:100%;
	font: 12px/20px "微软雅黑",helvetica,Arial;
}
body {
	padding-top: 45px;
}
.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -64px;
}
.copyright,.push {
	height:64px;
	clear: both;
}
li {
    list-style: outside none none;
}
li {
    line-height: 20px;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0px 0px 1px;
}
.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
}
.navbar {
	min-height: 40px !important;
	overflow: visible;
}
.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0px 1px 0px #FFF;
}

.navbar .nav {
    position: relative;
    left: 0px;
    display: block;
    float: left ;
    margin: 0px 10px 0px 0px;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}
.navbar .nav > li > a {
    float: none;
    padding: 10px 15px;
    color: #777;
    text-decoration: none;
    text-shadow: 0px 1px 0px #FFF;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #EEE;
}
.nav > li > a {
    display: block;
}

.dropdown-menu {
	right:0;
	left:auto;
	font-size: 12px;
}
/* Show dropdown menu on hover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
}
/* Offset Level 2 dropdown */
ul.nav li.dropdown:hover > ul.dropdown-menu {
top:90%;
}
/* Offset level 3 dropdowns */
ul.dropdown-menu ul.dropdown-menu {
top: 0 !important;
margin-top:-5px;
left:95%;
}
.navbar ul.dropdown-menu ul.dropdown-menu {
left:100%;
}
.dropdown-menu {
max-width: 999px;
}


.navbar .dropdown-menu:after,.subnav .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    right: 10px;
}

.mini-brand {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.left-sub-menu .current,.left-app-menu .current, .left-sub-menu .app:hover,.left-app-menu .app:hover {
    background-color: rgb(237, 237, 237);
    color:orange !important;
}

.left-sub-menu .filetree .file:hover {
    background-color: rgb(237, 237, 237);
    cursor: pointer;
}

.left-sub-menu ul,.left-app-menu ul {
	margin-left: 10px;
}

.left-sub-menu ul a.app {
	color: rgb(67, 94, 153);
	box-sizing:content-box;
}



.left-sub-menu .app,.left-app-menu .app{
	display:block;
	padding: 5px 45px 5px 1px;
	color: rgb(51, 51, 51);
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: normal;
	word-break: keep-all;
	white-space:nowrap;
	margin-bottom: 1px;
}

.left-sub-menu .app:hover,.left-app-menu .app:hover {
	text-decoration: none;
}

.left-app-menu {
	margin-top:18px;
    margin-bottom: 15px;
    padding-top: 11px;
    border-top: 1px solid rgb(242, 242, 239);
}


	.dl-horizontal-min dt {
		width: 70px !important;
		font-weight: normal;
		float: left;
	    overflow: hidden;
	    clear: left;
	    text-align: right;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.dl-horizontal-min dd{
		margin-left: 80px !important;
	}
	.dl-horizontal-min dt{
		font-weight: bold; 
	}
	


.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}
.widget-box.widget-calendar, .widget-box.widget-chat {
    overflow:hidden !important;
}
.accordion .widget-box {
	margin-top: -2px;
	margin-bottom: 0;
	border-radius: 0;
}
.widget-box.widget-plain {
	background: transparent;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}

/*.modal-header, .table th,*/
.widget-title, div.dataTables_wrapper .ui-widget-header {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}
.widget-title .nav-tabs {
    border-bottom: 0 none;
}
.widget-title .widget-title-option {
	display:inline-block;
    float:right;
    margin-top:4px;
    vertical-align: middle;
    margin-right:20px;
}
.widget-title .nav-tabs li a {
    border-bottom: medium none !important;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: medium none;
    color: #999999;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 8px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a{
    border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
    background-color: transparent !important;
    border-color: #D6D6D6;
    border-width: 0 1px;
    color: #666666;
}
.widget-title .nav-tabs li.active a {
    background-color: #F9F9F9 !important;
    color: #444444;
}
.widget-title span.icon {
	border-right: 1px solid #cdcdcd;
	padding: 9px 10px 7px 11px;
	float: left;
	opacity: .7;
}
.widget-title h5 {
    color: #666666;
	text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}
.widget-title .buttons {
	float: right;
	margin: 8px 10px 0 0;
}
.widget-title .label {
	padding: 3px 5px 2px;
	float: right;
	margin: 9px 15px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-calendar .widget-title .label {
	margin-right: 190px;
}

.widget-content {
	padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
}

.widget-content .form-actions {
	background: #f9f9f9;
}

.widget-box.widget-plain .widget-content {
	padding: 12px 0 0;
}
.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #CDCDCD;
}

#topcontrol {
    color: #FFF;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: none repeat scroll 0% 0% #222;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

#topcontrol:after {
  top: 4px;
  left: 10px;
  content: "\e113";
  position: absolute;
  text-align: center;
  font-size:12px;
  font-family: "Glyphicons Halflings";
}

.dl-horizontal-150 dt,.dl-horizontal-150 dd {
	line-height: 150%;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    font-size: 1em !important;
}

.timespan {margin:0px;padding:0px;}
.timespan li {display: inline;margin:5px 5px;}

.btn-android {
    background-color: transparent;
    border-color: #666;
    color: #666;
}

@media (min-width: 768px) {
	.left-sub-menu ul a.app i {
		list-style-type:disc 
        background-color:red;
	}
	.glyphicon{
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
	}
	.pull-left-xs {
		float:left;
	}
	
	.left-sub-menu {
		text-align: center;
	}
	
	.left-sub-menu #left-sub-menu-ul li{
		display:inline-block;
		text-align: center;
		width: 90px;
	}
	
	.left-sub-menu .app, .left-app-menu .app {
		display: inline-block;
		padding:2px;
	}
	
	.left-sub-menu ul a.app {
		height: auto;
		text-align: center;
		color: #000;
	}
	
	.left-sub-menu i{
		width: 40px;
		height:40px;
		line-height:40px;
		font-size:20px;
		display: block;
		margin:2px auto;
	}
	
	#downsales {display: none}
	
	/*Icons Color*/
	i.icon-color-u,
	i.icon-color-red,
	i.icon-color-sea,
	i.icon-color-dark,
	i.icon-color-grey,
	i.icon-color-blue,
	i.icon-color-green,
	i.icon-color-yellow,
	i.icon-color-orange,
	i.icon-color-purple,
	i.icon-color-aqua,
	i.icon-color-brown,
	i.icon-color-dark-blue,
	i.icon-color-light-grey,
	i.icon-color-light-green, {
	  background: none;
	}
	
	i.icon-color-u {
	   color: #72c02c;
	   border: solid 1px #72c02c;
	}
	i.icon-color-blue {
	   color: #3498db;
	   border: solid 1px #3498db;
	}
	i.icon-color-red {
	   color: #e74c3c;
	   border: solid 1px #e74c3c;
	}
	i.icon-color-sea {
	   color: #1abc9c;
	   border: solid 1px #1abc9c;
	}
	i.icon-color-green {
	   color: #2ecc71;
	   border: solid 1px #2ecc71;
	}
	i.icon-color-yellow {
	   color: #f1c40f;
	   border: solid 1px #f1c40f;
	}
	i.icon-color-orange {
	   color: #e67e22;
	   border: solid 1px #e67e22;
	}
	i.icon-color-grey {
	   color: #95a5a6;
	   border: solid 1px #95a5a6;
	}
	i.icon-color-purple {
	   color: #9b6bcc;
	   border: solid 1px #9b6bcc;
	}
	i.icon-color-aqua {
	   color: #27d7e7;
	   border: solid 1px #27d7e7;
	}
	i.icon-color-brown {
	   color: #9c8061;
	   border: solid 1px #9c8061;
	}
	i.icon-color-dark-blue {
	   color: #4765a0;
	   border: solid 1px #4765a0;
	}
	i.icon-color-light-green {
	   color: #79d5b3;
	   border: solid 1px #79d5b3;
	}
	i.icon-color-light {
	   color: #fff;
	   border: solid 1px #fff;
	}
	i.icon-color-light-grey {
	   color: #585f69;
	   border: solid 1px #585f69;
	}
	
	/*Icons Backgroun Color*/
	i.icon-bg-u,
	i.icon-bg-red,
	i.icon-bg-sea,
	i.icon-bg-dark,
	i.icon-bg-darker,
	i.icon-bg-grey,
	i.icon-bg-blue,
	i.icon-bg-green,
	i.icon-bg-yellow,
	i.icon-bg-orange,
	i.icon-bg-purple,
	i.icon-bg-aqua,
	i.icon-bg-brown,
	i.icon-bg-dark-blue,
	i.icon-bg-light-grey,
	i.icon-bg-light-green {
	   color: #fff;
	   border-color: transparent;
	}
	
	i.icon-bg-u {
	   background: #72c02c;
	}
	i.icon-bg-blue {
	   background: #3498db;
	}
	i.icon-bg-red {
	   background: #e74c3c;
	}
	i.icon-bg-sea {
	   background: #1abc9c;
	}
	i.icon-bg-green {
	   background: #2ecc71;
	}
	i.icon-bg-yellow {
	   background: #f1c40f;
	}
	i.icon-bg-orange {
	   background: #e67e22;
	}
	i.icon-bg-grey {
	   background: #95a5a6;
	}
	i.icon-bg-dark {
	   background: #555;
	}
	i.icon-bg-darker {
	   background: #333;
	}
	i.icon-bg-purple {
	   background: #9b6bcc;
	}
	i.icon-bg-aqua {
	   background: #27d7e7;
	}
	i.icon-bg-brown {
	   background: #9c8061;
	}
	i.icon-bg-dark-blue {
	   background: #4765a0;
	}
	i.icon-bg-light-green {
	   background: #79d5b3;
	}
	i.icon-bg-light {
	   background: #fff;
	   border-color: transparent;   
	}
	i.icon-bg-light-grey {
	   background: #585f69;
	   border-color: transparent;  
	}
	
	.rounded-x {
	    border-radius: 50% !important;
	}
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
