.isi-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #424242;
  border-top: 3px solid #5c003b;
  z-index: 1000;
  margin-bottom: -1px;
}

.isi-bar .isi-bar-title {
  background: none;
  float: left;
  width: 100%;
  height: auto;
  color: #62666a;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  padding: 15px 0px 5px 10px;
  cursor: pointer;
  line-height: 16px;
}

.isi-bar .container {
  position: relative;
}

.isi-bar .isi-bar-viewmore {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  top: 10%;
  right: 15px;
  margin: -12px 0 0 0;
  width: auto;
  height: 20px;
  background: url('/themes/custom/bkzhcp/images/icons/icon-shevron-up.svg') 0 0 no-repeat;
  background-size: 16px auto;
  background-position: 50% 50%;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1001;
  cursor: pointer;
}
.isi_viewmore_down {
  background: url('/themes/custom/bkzhcp/images/icons/icon_down_arrow.svg') 0 0 no-repeat !important;
  right: 0 !important;
}
.isi-bar .isi-bar-content {
  float: left;
  width: 100%;
  min-height: 105px;
  padding: 0px 0px 0px 10px;
  margin-bottom: 0;
  overflow: hidden;
}
.isi-bar .isi-bar-content div.with-indication p.dark-green-text {
  line-height: 15px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px){
  .isi-bar .isi-bar-content p {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px){
  .isi-bar .isi-bar-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px){
  .isi-bar .isi-bar-content {
    min-height: 105px;
  }
}
@media only screen and (min-width: 768px){
  .isi-bar .isi-bar-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px){
  .isi-bar .isi-bar-viewmore {
    font-size: 14px;
    width: 55px;
    height: 40px;
    margin-top: -10px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px){
  .isi-bar .isi-bar-content {
    min-height: 105px;
  }
}
@media only screen and (min-width: 768px){
  .isi-bar .isi-bar-content .container {
    height: auto;
    padding-right: 20px;
  }
}
