.branch-list {
  /*

    .list-item-header-actions-icon> a:visited{
        color: white;
        text-decoration: none;
    }

    .list-item-header-actions-icon:link{
        color: white;
    }

    .list-item-header-actions-icon:hover{
        color: @brand-primary;
        text-decoration: none;
    }
    */
  /**
        Redirect Modal Styling
     */
  /* Modal Content/Box */
  /* The Close Button */
}
.branch-list .accordion {
  background-color: #999999;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 30px;
  transition: 0.4s;
}
.branch-list .active,
.branch-list .accordion:hover {
  background-color: #ccc;
  color: #69BF28;
}
.branch-list .accordion:after {
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.branch-list .accordion .glyphicon-menu-down {
  /*transition: all 100ms;*/
}
.branch-list .accordion[aria-expanded="true"] .glyphicon-menu-down {
  transform: rotate(180deg);
  transition: all 200ms;
}
.branch-list .accordion[aria-expanded="true"] {
  background-color: #E1E3E6;
  color: black;
}
.branch-list .accordion[aria-expanded="false"] .wof {
  display: none;
}
.branch-list .accordion[aria-expanded="true"] .wof {
  display: inline-block;
}
.branch-list .item-list-header {
  background-color: #999999;
  color: white;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-left: -2px;
}
.branch-list .item-list-no-header {
  background-color: #999999;
  padding-top: 5px;
}
.branch-list .list-item-header-icon {
  margin-left: 5px;
}
.branch-list .location-panel-list {
  margin-top: 0px !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.branch-list .accordion-title {
  font-size: 45px;
}
.branch-list .panel-body {
  background-color: #E1E3E6;
}
.branch-list .vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.branch-list .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
}
.branch-list .modal-content {
  background-color: #fefefe;
  margin: 20% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}
.branch-list .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.branch-list .close:hover,
.branch-list .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .branch-list .item-list-header {
    padding-left: 12px;
  }
}
/*# sourceMappingURL=branch-list-macoil.css.map */