#newasia_map .loading{
	padding-top:100px;
}

/* .main-header .logo .logo-lg{
  font-family: serif;
} */

/*.history_tab>.tab-pane{
  min-height: 260px;
}*/

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid #3d8dbc;
  background: #414b5a;
  color: #f39c12;
}

.cameralist a.btn-default.active {
  text-decoration: underline;
  background-color: #333;
}

.cameralist a.btn-default {
  background-color: #404a58;
  color: #fffffe;
}

.showdemo_navbar{
  background-color: #08324b;
  border-color:#fffffe;
}

.showdemo_chart_ul>li{
  border-left-color: #fffffe;
  border-left-style: solid;
  border-left-width: 1px;
}

.newasialab_table > thead > tr > th,
.newasialab_table > tbody > tr > th,
.newasialab_table > tfoot > tr > th,
.newasialab_table > thead > tr > td,
.newasialab_table > tbody > tr > td,
.newasialab_table > tfoot > tr > td{
  border: 1px solid #eee;
  color: #fff;
}

.countincome{
  font-size: 1.5em;
  /* font-weight: 100;
  color: #000; */
}

.countincome>h1{
  font-size: 2em;
  font-weight: 100;
  color:#c23531;
}
