@CHARSET "UTF-8";

/**
 * 全局CSS
 */

.jumbotron .container h1 {
  font-size: 48px;
  line-height: 0.8;
}
.jumbotron .container h1 {
  font-size: 48px;
  line-height: 0.8;
}
.jumbotron .container h2 {
  margin-top: 50px;
  
  font-size: 24px;
  line-height: 1;
}
@media (min-width:1420px) {
  .wide.container {
    width: 1400px;
  }  
}
@media (min-width:1920px) {
  .wide.container {
    width: 1900px;
  }  
}
@media (min-width:2560px) {
  .wide.container {
    width: 2540px;
  }  
}
.border-tab {
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;  
}
.border-tab > tr > th {
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  font-weight: bold;
}
.border-tab > tr > td {
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
/**
 * Note
 */
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout-warning {
  border-left-color: #aa6708;
}
.callout-warning h4 {
  color: #aa6708;
}
.callout-info {
  border-left-color: #1b809e;
}
.callout-info h4 {
	color: #1b809e;
}
.callout-info li {
  padding-bottom: 4px;
}
/**
 * 表格功能修正
 */
.show-foo-div .footable-header {
  font-size: 90%;
  white-space: nowrap;
  word-break: keep-all;  
}
.footable form.form-inline {
  margin-top: 7px;
  margin-bottom: 7px;  
}
.footable .form-left-tip {
  text-align: left;
  float: left;
  padding: 6px 2px 6px 2px;
}
.footable .list-col {
  white-space: nowrap;
  word-break: keep-all;
}
.type-change-row {
  text-align: center;
  cursor: pointer;
}

/**
 * 列表
 */
.index {
  font-weight: bold;
}
.red {
  color: red;  
}
.green {
  color: green;
}

/**
 * 屏幕适应
 */
.block-div {
  width: 100%;
  margin-right: 10px;  
}
.chart-div {
  height: 500px;  
  width: 95%;
}
.chart-div.tall {
  height: 1400px;
}
.chart-div#geo-chart {
  height:800px
}

.item-box {
	border: 1px solid #D0D0D0;
	padding: 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
	background: #FFF none repeat scroll 0% 0%;
	color: #303030;
	font-size: 13px;
	line-height: 15px;
	font-family:'微软雅黑',consolas,'lucida console',monaco,'courier new',courier,monospace,mono,serif;
}