.bar-chart{
	width: 100%;
	min-height: 500px;
}

html, body, #map {
  height: 100%;
  padding: 0;
  margin: 0;
}

/* Style of header */
body > div.cartodb-header{
  display: none;
  position: absolute;
  top:0px;
  width: 298px;
  background-color: rgba(0,0,0,.7);
  font-family: 'Helvetica',Helvetica,sans-serif;
  line-height: normal;
  z-index: 99999;
}

/* Adjust location of zoom controls */
.leaflet-top {
	top: 45px;
}

/* Label layer on top */
.leaflet-top-pane {
  pointer-events: none;
  display: none;
}

.map-container{
	clear:both;
	position: relative;
	margin-top: 50px;
	height: 600px;
}

#infowindow_template {
	display: none;
}

.chart-wrapper{
  width: 45%;
  height: 300px;
  margin-bottom: 20px;
  margin-right: 5%;
  display: inline-block;
}

.cases-dialog.ui-dialog {
  padding: .3em !important; 
  background-color: #fff !important;
}

.cases-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
  float: right !important;
}

.cases-dialog .ui-dialog-titlebar{
  background-color: #0074bd !important;
}
.ui-dialog-titlebar .ui-dialog-title {
  color: #fff !important;
  padding: 10px !important;
}

#cases-container ul{
  padding: 10px !important;
}

#cases-container {
  padding: 10px;
  min-height: 200px;
  max-height: 400px;
  overflow: auto;
}

.cases-dialog .ui-dialog-buttonset{
  float: right;
  margin-right: 15px;
  background: #0074bd;
  color: white;
}

.cartodb-popup-content-wrapper .country-card-info article>h2 {
  display: none !important;
}