
.sub-menu-icon {
  font-size:25px !important;
}
.pac-container {
  top: 175px !important;
  color: #fff;
  background-color: #212220;
}

.pac-item {
  border: none;
  color:#fff;
}

.pac-item-query {
  border: none;
  color:#fff;
}

.parsley-errors-list {
  list-style-type: none;
  padding-left: 0px;
  color: red;
}

.errors > ul {
  list-style-type: none;
  padding-left: 0px;

}

.icon-small-chart {
    font-size: 46px;
    line-height: 66px;
    color: #63883b;
    float:right;
  }

  .text-small-chart {
  
    float:left;
  }

  .marker_wizard {
    position:fixed;
    text-align: center;
    z-index:999999;
    top:0px;
    padding:20px;
    width:100%;

    background-color:#63883b;
  }
  
  .marker_wizard p {
      color:#fff;
  }

  .marker_wizard a {
      color:#fff;
  }

  .menu-count {
    font-size: 13px;
    color: #950707;
    border: 1px solid #950707;
    border-radius: 10px;
    position: absolute;
    width: 30px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    top: 14px;
    right: 28px;
    line-height: 14px; }

.active > td {
  background-color:#63883b52 !important;
}