#controlDiv {
    padding-bottom: 0px;
}

.legend {
   display: inline-block;
   padding-left:0px;
   margin-top: 0px;
}

#chart-map {
  width:100%;
  padding:none;
  margin: none;
}

#charts{
  max-height: 22vh;
}

.tweet{
     padding: 15px;
     font-style: italic;
     border: white solid 1px;
     border-radius: 10px;
 }

 a.toggle-left {
    position: fixed;
    right: 0;
    top: 9vh;
    display: block;
    border-left:#2b323a;
    border:none;
    border-radius:none;
    background-color: #576170;
    color: white;
    opacity: 1;
    z-index: 100;
    height: 55px;
    width: 50px;
    padding-top:50px;
}
a.toggle-left.btn {
    background-color: #3e4651 !important;
}

.inline{
  display: inline-block;
}

.gray{
  color: gray;
  padding-bottom: 0px;
  margin-bottom:0px;
}
.infowindow{
  margin-top:0px;
}

/*sub-dropdown menu*/

li.dropdown-submenu.pull-left{
  padding-top: 5px;
}

li.pull-left{
  padding-top: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > li > a {
}

ul.dropdown-submenu{

}

.dropdown-submenu>.dropdown-menu {
    top: 10;
    left: 100%;
    margin-top: -6px;
    margin-left: 150px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.dropdown-submenu>.dropdown-menu> li{
    background-color: #3e4651;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}


.dropdown-submenu > .dropdown-menu > li > a {
  padding: 10px;
  line-height: 1;
  margin-left:10px;
  margin-right:10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    top: 10px;
    left: 90%;
    margin-left: 10px;
    height:0px;
    background-color: transparent !important;
    padding:0px;
    border:none;
    border-radius:5px;
}

/*SEARCH BOX*/
  ::-webkit-input-placeholder {
     color: #cfd8dc !important;
     font-size: 12px;
     padding-top:5px;
  }

  :-moz-placeholder { /* Firefox 18- */
     color: #cfd8dc !important;
     font-size: 12px;
     padding-top:5px;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
     color: #cfd8dc !important;
     font-size: 12px;
     padding-top:5px;
  }

  :-ms-input-placeholder {  
     color: #cfd8dc !important;
     font-size: 12px;
     padding-top:5px;
  }

.centered {
  text-align: center !important;
  margin-bottom: 0px !important;
  line-height: 24px;
}
