/*--------*/
#modalClose {
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

#modalWindow_layer {
  width: 100%;
  height: 100%;
  position: absolute;
}

#modalWindow {
  width: 440px;
  height: 600px;
  padding: 10px;
  display: none;
  background-color: #fff;
  position: relative !important;
  left: 0 !important;
  margin: auto !important;
}

#modalWindow2 {
  width: 440px;
  /* height: 400px; */
  padding: 10px;
  display: none;
  background-color: #fff;
  position: relative !important;
  left: 0 !important;
  margin: auto !important;
}

#modalTopbar {
  width: 100%;
  overflow: hidden;
}

#modalFeature {
  position: relative;
  overflow: hidden;
  /*height:528px;*/
  /*margin: 5px 0;*/
  line-height: 1.1;
}

#modalSkip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: auto;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  display: none;
}

#modalFeature_content a:link {
  color: #2a39ff;
  text-decoration: underline;
}

#modalFeature_content {
  /*text-align: justify;*/
  margin: 5px 0;
}

.modal {
  /*display: none;
  width: 640px;		/* equal iframe video width */
  background: #fff;
  padding: 15px 30px;
  /*
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  */
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal-open {
  overflow: scroll !important;
}


@media (min-width: 992px) {
.dashboard{
	height: 300px;
}

.dashboard_en{
	height: 320px;
}

  #topBox {
	width: 100%;
	float: left;
  }
	
  #leftBox {
    width: 50%;
    float: left;
  }

  #rightBox {
    width: 50%;
    float: right;
  }

  #modalWindow {
    width: 880px;
  }
}

@media (max-width: 991px) {
  #topBox, 
  #leftBox,
  #rightBox {
    width: 100%;
    height: 90%;
  }

  #modalWindow {
    height: 590px;
  }
  
  	.dashboard{
		height: 350px;
	}
	
	.dashboard_en{
		height: 430px;
	}
}

/*=======================================*/
