* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Nunito Sans', sans-serif;
}

#map {
    height: 100vh;
    width: 100vw;
}

.leaflet-container {
    height: 400px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
    border: #000 1px Solid;
}
.info h4 {
    margin: 0 0 5px;
    color: #000;
}
.legend {
    text-align: left;
    line-height: 18px; color: #fff;
}
.legend i {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
  border-radius: 10px;
}
.container-fluid.row.f1r {
  background: #1d463e;
  color: #fff;
}
.container-fluid.row.f2r {
  background: #03192a;
  color: #fff;
}
.container-fluid.row.f3r {
  background: #F0F0F0;
  color: #111;
}

/*navbar css*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/*footer css*/
.parent{
  margin-top: 15px;
  margin-bottom: 15px;
}

/*chart css*/
/* .lineChart7{
  border: #1ABB9B 1.5px Solid;
  border-radius: 5px;
  border-top: #1ABB9B 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lineChart6{
  border: #35D 1.5px Solid;
  border-radius: 5px;
  border-top: #35D 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lineChart5{
  border: #1ABB9B 1.5px Solid;
  border-radius: 5px;
  border-top: #1ABB9B 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lineChart4{
  border: #35D 1.5px Solid;
  border-radius: 5px;
  border-top: #35D 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lineChart3{
  border: #35D 1.5px Solid;
  border-radius: 5px;
  border-top: #35D 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lineChart2{
  border: #1ABB9B 1.5px Solid;
  border-radius: 5px;
  border-top: #1ABB9B 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lineChart1{
  border: #35D 1.5px Solid;
  border-radius: 5px;
  border-top: #35D 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pieChart3{
  border: #1ABB9B 1.5px Solid;
  border-radius: 5px;
  border-top: #1ABB9B 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pieChart2{
  border: #444 1.5px Solid;
  border-radius: 5px;
  border-top: #444 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pieChart1{
  border: #444 1.5px Solid;
  border-radius: 5px;
  border-top: #444 10px Solid;
  margin-top: 10px;
  margin-bottom: 10px;
} */
.navbar-brand {
  height: 42px;
  width: 35%;
  display: flex;
  margin-right: 37px;
  margin-top: 20px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}


.lds-dual-ring.hidden {
display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}


.leaflet-popup-tip-container {
  display: none;
}
.leaflet-popup-content {
  width: auto !important;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: rgba(0,0,0,.75) !important;
  color: #fff !important;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
  opacity: 1;
}
.leaflet-popup-content {
  margin: 10px !important;
}
.leaflet-popup-content-wrapper {
  border-radius: 5px !important;
}
.leaflet-popup-content p {
  margin: 0 !important;
  color: #83ff00 !important;
}
span{
  color: #999;
}

#headData{
  background: #484545 !important;
  padding: 20px !important;
  color: #fff !important;
  border-top: 3px solid !important;
}
#pmvolume {
  border-bottom: 2px dotted;
  margin: 5px 20px 5px 20px;
}
#pmprice {
  border-bottom: 2px dotted;
  margin: 5px 20px 5px 20px;
}
#ppcode {
  border-bottom: 2px dotted;
  margin: 5px 20px 5px 20px;
}
