.storage-category-dot {
      display: inline-block;
      margin-bottom: -3px;
      margin-right: 10px;
      border-radius: 50%;
      background-color: green;
      height: 15px;
      width: 15px
    }
/*
#vrtx-listing-filter-results .storage-category-dot {
  margin-right: 5px;
}*/
    .storage-category-dot:last-child {
      margin-right: 20px;
    }
    .storage-catagory-link-wrapper {
      position: relative;
      display: inline-block;
    }
    #right-main #vrtx-additional-content .storage-catagory-link-wrapper {
      margin-top: 5px;
    }
    .storage-catagory-link-wrapper .storage-category {
      color: #444;
      display: inline-block;
    }
    .storage-catagory-link-wrapper a {
      text-decoration: underline;
    }
    .storage-catagory-link-wrapper a:hover,
    .storage-catagory-link-wrapper a:focus {
      text-decoration: none;
    }
    .storage-category-dot-green {
      background-color: green;
    }
    .storage-category-dot-yellow {
      background-color: yellow;
    }
    .storage-category-dot-red {
      background-color: red;
    }
    .storage-category-dot-black {
      background-color: black;
    }
    #vrtx-filter-custom-listing .storage-category-inner-wrapper {
      text-align: right;
    }

    .storage-category-wrapper > p {
      clear: both;
      margin-top: 10px;
      margin-bottom: 0;
    }


.show-storage-category-wrapper {
  text-align: right;
  margin-top: -38px;
}
.show-storage-category {
  position: relative;
  color: #222;
}

.show-storage-category:before {
    content: " ";
    height: 1.7ex;
    width: 1.7ex;
    background: #fff;
    border: 2px solid #a7a9ac;
    border-radius: .5ex;
    margin-left: -3.5ex;
    position: absolute;
    top: 0;
    left: 0;
}

.show-storage-category.selected:before {
      background: url(/vrtx/decorating/resources/dist/src/images/checked.png) center center no-repeat #000;
    background-size: 1.4ex auto;
    border-color: #000;
}

ul.vrtx-programs.hide-storage-category .storage-category-wrapper {
  display: none;
}

#main .storage-catagory-link-wrapper a {
  text-decoration: underline;
}


#main .storage-catagory-link-wrapper a:hover,
#main .storage-catagory-link-wrapper a:focus {
  text-decoration: none;
}

#main ul.vrtx-programs li:after {
  display: none;
}

.toolbar-info {
  padding: 20px 35px 20px 20px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  background: #2771bb;
  color: #fff;
  margin-left: 0;
  width: 350px;
  white-space: normal;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
#main .toolbar-info * {
  color: #fff;
}
.toolbar-info .toolbar-info-close {
  position: absolute;
  top: 6px;
  right: 7px;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  background: url("https://vrtx.uio.no/js/editorstyle/v1/close.svg") no-repeat center center;
  background-size: 100% auto;
}
.toolbar-info .toolbar-info-close:hover {
  cursor: pointer;
}
.toolbar-info:before {
  top: -30px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #2771bb;
  border-width: 15px;
  margin-left: -15px;
}
#vrtx-listing-filter-hits {
  clear: left;
}

#vrtx-listing-filters h2 {
  margin-bottom: 15px;
}
#vrtx-listing-filters-section-it-service-service-areas h2,
#vrtx-listing-filters-section-it-service-users h2 {
  margin-top: 0;
}
#vrtx-listing-filters-section-it-service-service-areas {
  float: left;
  width: 70%;
  clear: none;
}
#vrtx-listing-filters-section-it-service-users {
  float: right;
  width: 30%;
  clear: none;
  padding-left: 40px;
}
#vrtx-listing-filters-section-it-service-storage-classifications {
  width: 100%;
  padding-left: 0;
}
#vrtx-listing-filters-section-it-service-service-areas .right {
  margin-top: 35px;
}
#main li#vrtx-listing-filter-parameter-types-all {
  margin-bottom: 15px;
}

#vrtx-listing-filters.vrtx-listing-filters-collapsed {
  margin-bottom: 15px;
}

#vrtx-listing-filters.vrtx-listing-filters-expanded #vrtx-listing-filters-section-it-service-storage-classifications {
  margin-top: 20px;
  border-top: 4px solid #eaeaea;
}

#vrtx-listing-filters.vrtx-listing-filters-expanded #vrtx-listing-filters-section-it-service-storage-classifications h2 {
  margin-top: 20px;
}

#vrtx-listing-filters-sections-hidden-expand {
  display: block;
  margin-top: -25px;
  margin-bottom: 40px;
}

.vrtx-listing-filters-section.vrtx-listing-filters-sections-hidden {
  display: none;
}

ul.vrtx-programs h2 {
  max-width: calc(100% - 250px);
}

.vrtx-listing-filters-expand {
  clear: both;
  display: block;
}
#main ul.vrtx-programs li {
  padding-right: 30px;
  float: left;
  width: 100%;
}

#main ul.vrtx-programs li .vrtx-program-buttons {
    position: absolute;
    top: 0;
    max-width: 300px;
    margin-top: 25px;
    right: 30px;
}

@media only screen and (max-width: 768px) {
   ul.vrtx-programs h2 {
     max-width: none;
   }

  .vrtx-listing-filters-section.vrtx-listing-filters-sections-hidden {
    display: block;
  }

  #vrtx-listing-filters-sections-hidden-expand {
    display: none;
  }

  .show-storage-category-wrapper {
    display: none;
    /*
    margin-top: 0;
    text-align: left;
    margin-left: 3.5ex;
    */
  }

}
