.show {
    display:block;
}
.contextPointer, 
.contextPointer i, 
.contextPointer:hover {
  cursor: pointer !important;
}
.fourNetCustomContext {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 0px 0px 0px 4px;
  width: 240px;
  background-color: var(--theme-body-background);
  border: solid 1px var(--theme-border);
  box-shadow: 1px 1px 2px var(--theme-border);
}
  
.fourNetCustomContextActive {
    display: block;
}
  
.fourNetCustomContextItems {
  list-style: none;
  margin: 0;
  padding: 5px 5px 5px 0px;
}
  
.fourNetCustomContextItem {
  display: block;
  margin-bottom: 4px;
}

.fourNetCustomContextItem:last-child {
  margin-bottom: 0;
}
.fourNetCustomContextColours {
  display: block;
  margin-top: 5px;
  padding: 4px 12px;
  text-decoration: none;
}
.fourNetCustomContextLink {
  display: block;
  padding: 4px 12px;
  color: var(--theme-text-color);
  text-decoration: none;
}

.fourNetCustomContextLink:hover {
  background-color: var(--theme-text-color);
  color: var(--theme-button-hover);
  cursor: pointer;
}
.fourNetCustomContextLink:hover .lightpad {
    background-color: var(--theme-button-hover);
}
.fourNetCustomContextLink.linkBroken:hover, .linkBroken:hover  {
  cursor: not-allowed;
}
.contextIcon {
  margin-right: 15px;
}
















  .tooltip-menu {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 4px;
    width:150px;
    height: 26px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #000000e7;
    border: solid 1px #000000e7;
    border-radius: 5px;
  }
  .tooltip-menu:after,
  .tooltip-menu:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .tooltip-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #000000e7;
    border-width: 4px;
    left: 50%;
    margin-left: -4px;
  }

  .tooltip-menu:before {
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #000000e7;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
  }
  .tooltip-menu--active {
    display: block;
  }
  
  .tooltip-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .tooltip-menu__item {
    display: block;
    margin-bottom: 4px;
  }
  
  .tooltip-menu__item:last-child {
    margin-bottom: 0;
  }
  
  .tooltip-menu__link {
    display: block;
    padding: 4px 12px;
    color: #555;
    text-decoration: none;
  }
  
  .tooltip-menu__link:hover {
    background-color: #555;
    color: white;
    cursor: pointer;
  }
  .tooltip-menu__link:hover .lightpad {
      background-color: #fff;
  }
  .tooltip-menu__link.link_Broken:hover, .link_Broken:hover  {
    cursor: not-allowed;
  }
  .contexticon {
    margin-right: 15px;
  }


  .fourNetCustomContext.sortableList {
    padding: 0px !important;
    height: 200px;
    overflow-y: scroll;
  }
  .fourNetCustomContext.sortableList > .ui-sortable {
    width: 100% !important;
    margin:0px !important;
  }
  .fourNetCustomContext.sortableList > .ui-sortable li {
    padding: 0px 5px;
    list-style: none;
    border: 1px solid #aaa;
    margin: 2px 0;
    background: #eee;
    cursor: move;
    position: relative;
    text-indent: 20px;
    font-size: 16px;
    color: #000;
  }
  .fourNetCustomContext.sortableList > .ui-sortable li:first-child {
    margin-top: 0px !important;
    border-radius: 0px !important;
  } 
  .fourNetCustomContext.sortableList > .ui-sortable li:last-child {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
  }
  .fourNetCustomContext.sortableList > .ui-sortable li:before,
  .fourNetCustomContext.sortableList > .ui-sortable li:after {
    content: "";
    border: 1px dotted #666;
    width: 4px;
    display: inline-block;
    height: 24px;
    border-width: 0px 1px;
    position: absolute;
  }
  .ui-sortable input[type=checkbox] {
    margin-right: 10px;
  }
  ul.ui-sortable li:before {
    left: 5px;
  }
  ul.ui-sortable li:after {
    left: 11px;
  }




  
  .Volume_Speed_Control {
    width: 30px !important;
    height: 100px !important;
    margin: 0 auto;
    padding: 0; 
    background-color: transparent;
    border: 0px;
    box-shadow: none;
  }
  .Volume_Speed_Control ul {
    list-style: none;
    padding: 0 8px;
  }