vb-caret {
  display: inline;
  font-size: 0.625rem;
  -webkit-transform: rotate(90deg) scaleY(1.5);
  transform: rotate(90deg) scaleY(1.5);
}
[vbCaretDirective] {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.625rem !important;
  -webkit-transform: rotate(90deg) scaleY(1.5);
  transform: rotate(90deg) scaleY(1.5);
}

help-menu,
help-menu-mobile {
  display: block;
}
help-menu .dropdown-menu,
help-menu-mobile .dropdown-menu {
  margin: 16px !important;
  --bs-dropdown-item-padding-x: 8px !important;
  --bs-dropdown-item-padding-y: 8px !important;
}
help-menu .dropdown-menu .list-group,
help-menu-mobile .dropdown-menu .list-group {
  padding: 8px;
}
help-menu .help-tray .vb-icon-help,
help-menu-mobile .help-tray .vb-icon-help {
  margin-top: 4px;
}
help-menu .help-menu-button .active,
help-menu-mobile .help-menu-button .active {
  background-color: var(--theme-accent) !important;
}
help-menu button,
help-menu-mobile button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
help-menu .label-container,
help-menu-mobile .label-container {
  flex-grow: 1;
}
help-menu a,
help-menu-mobile a {
  margin-top: 2px;
}
help-menu a:hover,
help-menu-mobile a:hover {
  text-decoration: none;
}
help-menu .help-nav,
help-menu-mobile .help-nav {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
help-menu .help-nav-link,
help-menu-mobile .help-nav-link {
  border-radius: 8px;
}
help-menu .help-nav-link:hover,
help-menu-mobile .help-nav-link:hover {
  background-color: var(--theme-header-overlay) !important;
}
help-menu .help-nav .divider,
help-menu-mobile .help-nav .divider {
  margin: 0;
  height: 1px;
  overflow: hidden;
  background-color: var(--theme-header-txt);
}
help-menu a.main-nav-btn,
help-menu-mobile a.main-nav-btn {
  display: inline-block;
  padding: 13px 12px;
  line-height: 1.4;
  position: relative;
}

media-menu {
  color: #303030;
  text-transform: initial;
}
media-menu.dropdown-menu {
  border: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  left: 21px !important;
  padding: 0;
  position: absolute;
  top: 52px !important;
  z-index: 1031;
}
media-menu > section {
  border-style: solid;
  border-width: 1px;
  display: flex;
  min-height: 180px;
  right: -25px;
  top: 10px;
  z-index: 1032;
}
media-menu .media-videos {
  flex: 0 0 20%;
  min-width: 265px;
  padding: 1em 3em 1em 3em;
}
media-menu .media-teams {
  min-width: 40vw;
  padding: 1em 3em;
  position: relative;
}
media-menu .no-teams {
  margin-top: 2em;
  text-align: center;
}
media-menu .media-box-header {
  display: inline-block;
  font-size: 150%;
  font-weight: normal;
  margin: 0;
}
media-menu .media-box-list {
  list-style: none;
  padding: 1em 0 0 0;
}
media-menu .media-box-list > li:last-child .media-video-item {
  border-bottom: 0;
}
media-menu .media-team-links-wrapper {
  padding: 1em 0 0 0;
  vertical-align: top;
  height: 222px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
media-menu .media-video-item {
  color: #303030;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
}
media-menu .media-video-item:hover {
  color: #108dda;
  text-decoration: underline;
}
media-menu .media-video-item .text-label {
  font-size: 1rem !important;
}
media-menu .media-team-link {
  font-size: 110%;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  height: 35px;
  width: 16vw;
  text-decoration: none;
  text-overflow: ellipsis;
  padding-left: 8px;
  line-height: 1.3;
}
media-menu .media-team-link .media-team-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
media-menu .media-team-link:hover {
  border-radius: 8px;
  text-decoration: underline;
  box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}
media-menu .media-team-link-logo {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
media-menu .media-team-link-logo .team-thumbnail {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 0;
  object-fit: cover;
}
media-menu .media-team-link-logo .default-team-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-accent);
  height: 24px;
  width: 24px;
  border-radius: 12px;
  font-size: 0.875rem;
}
media-menu .arrow-container {
  display: block;
  height: 40px;
  left: -26px;
  position: absolute;
  top: -37px;
  width: 70px;
}
media-menu .media-arrow-bg {
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
  left: 46px;
  position: absolute;
  top: 23px;
  z-index: 1;
}
media-menu .media-arrow-fg {
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #dedede transparent;
  left: 48px;
  position: absolute;
  top: 26px;
  z-index: 2;
}
media-menu .teams-section-header {
  padding-bottom: 10px;
  display: flex;
}
media-menu .teams-section-header .space {
  flex: 1;
}
media-menu .teams-section-header .teams-header-text-section {
  display: flex;
  width: 100%;
}
media-menu .teams-section-header .header-link-wrapper {
  display: flex;
  align-items: flex-end;
}
media-menu .teams-section-header .all-teams-section {
  display: flex;
  align-items: flex-end;
  margin-left: 24px;
}
media-menu .teams-section-header .create-new-team-section {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
@media all and (min-width: 1200px) {
  media-menu .teams-section-header .create-new-team-section {
    padding-left: 10px;
    margin-left: auto;
    margin-top: 0;
  }
}
media-menu .teams-section-header .teams-section-header-link {
  font-size: 1rem;
}
media-menu .teams-section-header .teams-section-header-link .glyphicons {
  font-size: 0.75rem !important;
  top: -1px;
  left: 2px;
}
@media all and (max-width: 991px) {
  media-menu > section {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  media-menu .media-videos {
    min-width: 275px;
  }
  media-menu .media-arrow-bg {
    left: 37px;
  }
  media-menu .media-arrow-fg {
    border-bottom: 12px solid #dedede;
    left: 39px;
  }
  media-menu .all-teams-section {
    align-items: flex-start !important;
  }
  media-menu .media-team-links-wrapper {
    height: 255px;
  }
  media-menu .media-teams {
    width: 45vw;
  }
  media-menu .media-team-link {
    width: 20vw;
  }
  media-menu .teams-header-text-section {
    flex-direction: column;
  }
}
@media all and (min-width: 1200px) {
  media-menu .arrow-container {
    left: -35px;
  }
}

media-menu-dropdown .dropdown-toggle,
media-menu-dropdown [dropdowntoggle] {
  padding-top: 2px;
}
media-menu-dropdown button.dropdown-toggle {
  background: none;
  border: none;
}
media-menu-dropdown media-menu .media-videos {
  margin: -9px;
  border-radius: 8px 0 0 8px;
}
media-menu-dropdown media-menu .media-teams {
  margin: -9px;
  border-radius: 0 8px 8px 0;
}

.Round {
  border-radius: 9999px;
}
.RoundedButton {
  border-radius: 3px;
}
.PointerCursor {
  cursor: pointer;
}
.TextClip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.whiteSpacePreWrap {
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.HyphensAuto {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.WordBreak {
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.GlyphiconFont {
  font-family: 'Glyphicons Regular';
}
.ButtonGlyphicons {
  font-size: 1rem;
  top: 3px;
}
.clearFix {
  clear: both;
  content: "";
  display: table;
}
/**
 * Flex Layout Support
 * ----------------
 * Prefixed = IE10, Safari 8-, iOS 8.1-, Android 4.3-
 * Standard = IE11+, Chrome, Android 4.4+
 */
.flexDisplay {
  display: -webkit-flex;
  display: flex;
}
.flexContainerStatic {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
/*
 * IE9 not supported
 * IE10+ unprefixed
 * FF unprefixed
 * Safari 6.1+ unprefixed
 * Chrome 26+ unprefixed
 * Android 4.0 - 4.3 prefixed, 4.4+ unprefixed
 */
.AbsoluteFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.FixedFill {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.BtnWhite {
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  border-color: #b2b2b2;
  box-shadow: inset 0 1px 0 #fff;
  color: #303030;
}
.BtnWhiteActive {
  color: #09507b;
  border-color: rgba(9, 80, 123, 0.25);
  background: #d4edfc;
  box-shadow: none;
}
.focusedInput {
  border-color: #108dda;
  outline: 0;
  box-shadow: inset 0 0 0 1px #108dda, 0 0 10px rgba(0, 0, 0, 0.25);
}
.focusedItem {
  /* bootstrap */
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.AbsoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.VerticalCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ScrollContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.primary-color {
  color: #108dda;
}
vb-ui-typeahead-angular {
  display: block;
}
.theme-Nettrix search-header-dropdown .search-cell {
  border-radius: 0;
  z-index: -1;
}
.theme-Nettrix search-header-dropdown .search-cell {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  position: fixed;
  top: 90px !important;
  width: 100%;
}
.theme-Nettrix search-header-dropdown .search-cell vb-ui-typeahead-angular input[vbUiTextInput] {
  background: #dfdfdf;
  box-shadow: none;
  display: block;
  top: 5px;
}
@media all and (max-width: 992px) {
  .theme-Nettrix search-header-dropdown .search-cell vb-ui-typeahead-angular input[vbUiTextInput] {
    top: 6px;
  }
}
.theme-Nettrix search-header-dropdown .search-cell vb-ui-typeahead-angular input[vbUiTextInput]:focus {
  border: none;
  box-shadow: none;
}
.theme-Nettrix search-header-dropdown .search-cell vb-ui-typeahead-angular input[vbUiTextInput]::-webkit-input-placeholder {
  color: #000;
}
.theme-Nettrix search-header-dropdown .search-cell vb-ui-typeahead-angular input[vbUiTextInput]::-moz-placeholder {
  color: #000;
}
.theme-Nettrix search-header-dropdown .search-cell vb-ui-typeahead-angular typeahead-container .dropdown-menu {
  top: 7px !important;
}
.theme-Nettrix search-header-dropdown .search-cell .btn-group {
  margin: 0 auto;
  padding: 0.75rem;
  width: 75%;
}
@media all and (max-width: 767px) {
  .theme-Nettrix search-header-dropdown .search-cell .btn-group {
    padding: 15px;
    width: 100%;
  }
}
.theme-Nettrix search-header-dropdown .btn.main-nav-btn {
  margin-top: 0;
}
.theme-Classic-search-header input {
  font-size: unset !important;
  height: 30px !important;
  color: var(--theme-header-txt) !important;
}
.theme-Classic-search-header button {
  height: 30px !important;
  padding-bottom: 6px;
  padding-right: 0;
}
.theme-Classic-search-header .vb-icon {
  top: 3px !important;
  position: relative;
  font-size: 1em !important;
}
.theme-Classic-search-header .themedSearchButton {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--theme-header-txt) !important;
  background-color: var(--theme-header) !important;
}

search-header-dropdown .search-cell vb-ui-typeahead-angular input,
search-header-dropdown .search-cell .main-nav-btn {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input,
search-header-dropdown .search-cell .main-nav-btn {
  border-left-width: 1px;
  border-left-style: solid;
}
search-header-dropdown .search-cell .main-nav-btn {
  border-right-width: 1px;
  border-right-style: solid;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 992px) {
  search-header-dropdown .search-cell .main-nav-btn {
    padding: 0 10px;
  }
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input {
  box-shadow: -1px 0 10px 2px rgba(0, 0, 0, 0.25) !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input:focus:-moz-placeholder {
  color: transparent !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input:focus::-moz-placeholder {
  color: transparent !important;
}
search-header-dropdown .search-cell vb-ui-typeahead-angular input:focus:-ms-input-placeholder {
  color: transparent !important;
}
@media all and (max-width: 992px) {
  search-header-dropdown .search-cell {
    top: 75px !important;
  }
}
@media all and (max-width: 768px) {
  search-header-dropdown .search-cell {
    top: 53px !important;
  }
}

mobile-menu {
  align-self: center;
  order: 0;
}
@media (max-width: 992px) {
  mobile-menu {
    flex-grow: 1;
  }
}
mobile-menu a,
mobile-menu a:hover,
mobile-menu a:active,
mobile-menu a:focus {
  color: inherit;
}
mobile-menu .btn {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
  height: 36px;
  padding: 6px 9px 6px 12px;
}
mobile-menu .btn .glyphicons {
  font-size: 18px;
  vertical-align: middle;
  top: 0;
}
mobile-menu .btn-mobile {
  z-index: 10001;
}
mobile-menu .btn-mobile-open {
  left: 105px;
}
mobile-menu .mobile-menu {
  background-color: var(--theme-header) !important;
}
mobile-menu .mobile-menu ul {
  background: none !important;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  color: var(--theme-header-txt);
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .help-menu-list,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .media-box-list {
  list-style-type: none;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .help-menu-list a,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .media-box-list a {
  padding-left: 25px !important;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .default-help-link {
  padding-left: 15px;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .default-help-link a {
  padding-left: 8px !important;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .help-menu-container,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .default-help-link {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .help-menu-container help-menu-mobile,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .default-help-link help-menu-mobile {
  flex-grow: 1;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .help-menu-container .vb-icon,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .default-help-link .vb-icon {
  font-size: 1.2em;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .vb-icon {
  position: relative;
  top: 2px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item .label-text-spacing,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item a,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item button {
  font-size: 1em;
  padding: 15px !important;
  text-align: left;
  background: none;
  border: none;
  margin: 0 !important;
  width: 100%;
  text-wrap: wrap;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item a.media-video-item,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item button.media-video-item {
  font-size: 0.875rem;
  text-transform: none;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item.active:hover:after {
  content: none;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item.active:hover a {
  text-decoration: none;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item.isOpen {
  background-color: var(--theme-header-overlay);
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items ul li {
  margin-bottom: 10px;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items ul li a,
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items ul li button {
  color: var(--theme-header-txt) !important;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items ul li.active {
  position: relative;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items ul li.active a {
  position: relative;
  text-decoration: underline;
  z-index: 2;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items ul li.active:after {
  content: '';
  height: 100%;
  width: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items ul li:hover:after {
  content: none;
}
mobile-menu .mobile-menu .media-video-item,
mobile-menu .mobile-menu .help-menu-item {
  font-size: 1rem !important;
  margin: 0;
  padding: 10px !important;
}
mobile-menu .mobile-menu .media-video-item:hover,
mobile-menu .mobile-menu .help-menu-item:hover {
  text-decoration: underline;
}
mobile-menu .clear-overlay:after {
  content: none;
}
mobile-menu .apply-overlay {
  position: relative;
}
mobile-menu .apply-overlay a {
  position: relative;
  text-decoration: underline;
  z-index: 2;
}
mobile-menu .apply-overlay:after {
  content: '';
  height: 100%;
  width: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.line-height-1 {
  line-height: 1;
}

.Round {
  border-radius: 9999px;
}
.RoundedButton {
  border-radius: 3px;
}
.PointerCursor {
  cursor: pointer;
}
.TextClip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.whiteSpacePreWrap {
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.HyphensAuto {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.WordBreak {
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.GlyphiconFont {
  font-family: 'Glyphicons Regular';
}
.ButtonGlyphicons {
  font-size: 1rem;
  top: 3px;
}
.clearFix {
  clear: both;
  content: "";
  display: table;
}
/**
 * Flex Layout Support
 * ----------------
 * Prefixed = IE10, Safari 8-, iOS 8.1-, Android 4.3-
 * Standard = IE11+, Chrome, Android 4.4+
 */
.flexDisplay {
  display: -webkit-flex;
  display: flex;
}
.flexContainerStatic {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
/*
 * IE9 not supported
 * IE10+ unprefixed
 * FF unprefixed
 * Safari 6.1+ unprefixed
 * Chrome 26+ unprefixed
 * Android 4.0 - 4.3 prefixed, 4.4+ unprefixed
 */
.AbsoluteFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.FixedFill {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.BtnWhite {
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  border-color: #b2b2b2;
  box-shadow: inset 0 1px 0 #fff;
  color: #303030;
}
.BtnWhiteActive {
  color: #09507b;
  border-color: rgba(9, 80, 123, 0.25);
  background: #d4edfc;
  box-shadow: none;
}
.focusedInput {
  border-color: #108dda;
  outline: 0;
  box-shadow: inset 0 0 0 1px #108dda, 0 0 10px rgba(0, 0, 0, 0.25);
}
.focusedItem {
  /* bootstrap */
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.AbsoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.VerticalCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ScrollContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.primary-color {
  color: #108dda;
}
vb-notification .media-body-wrapper {
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
vb-notification .media-body-wrapper.notification-alert {
  background: #b42d24;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
vb-notification .media-body-wrapper.notification-alert p,
vb-notification .media-body-wrapper.notification-alert h4,
vb-notification .media-body-wrapper.notification-alert .glyphicons,
vb-notification .media-body-wrapper.notification-alert .vb-icon {
  color: #fff;
}
vb-notification .media-body-wrapper .is-read {
  color: #898989;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-top: 0;
}
vb-notification .media-body-wrapper .is-read h4 {
  color: #898989;
}
vb-notification .media-body-wrapper .is-read .notification-tab .glyphicons,
vb-notification .media-body-wrapper .is-read .notification-tab .vb-icon {
  color: #898989;
}
vb-notification .media-body-wrapper .notification-tab {
  width: 32px;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
}
vb-notification .media-body-wrapper .notification-tab .glyphicons,
vb-notification .media-body-wrapper .notification-tab .vb-icon {
  margin-top: 8px;
  margin-left: 2px;
}
vb-notification .media-body-wrapper .notification-details-list {
  color: #fff;
  margin-bottom: 5px;
}

.notifications-count {
  border: 1px solid var(--theme-header-txt);
  border-radius: 27px;
  background-color: #108dda;
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 12px;
  line-height: 14px !important;
  color: #fff !important;
  border-color: #fff;
  z-index: 1;
}
@media (max-width: 992px) {
  .notifications-count {
    margin-left: 0 !important;
  }
}
.high .notifications-count {
  background-color: #b42d24;
}
notifications-menu-button {
  display: block;
  margin-right: 4px !important;
}
notifications-menu-button .notification-menu {
  width: 400px;
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  notifications-menu-button .notification-menu {
    width: auto;
    position: fixed;
    left: 0 !important;
    right: 0 !important;
  }
}
notifications-menu-button:not(.count-bubble) .high {
  background: #b42d24 !important;
}
notifications-menu-button.count-bubble .notifications {
  background-color: transparent;
}
notifications-menu-button.count-bubble .notifications:not(.open):hover,
notifications-menu-button.count-bubble .notifications:not(.open).high {
  background-color: transparent !important;
}
notifications-menu-button.count-bubble .notifications.open .notifications-count {
  display: none;
}
notifications-menu-button.count-bubble .notifications.high .notifications-count {
  color: #fff;
  background: #b42d24;
}

notifications-menu-content {
  display: block;
}
notifications-menu-content .scrollable-area {
  height: 300px;
}
notifications-menu-content .menu-footer {
  font-size: 13px;
  position: relative;
}
notifications-menu-content .menu-footer button:hover,
notifications-menu-content .menu-footer a:hover {
  color: initial;
  text-decoration: underline;
}
notifications-menu-content .no-notifications-msg {
  margin: 15px;
  height: calc(100% - 30px);
}
notifications-menu-content .no-notifications-msg .no-notifications-link {
  text-decoration: underline;
}

user-nav-menu {
  white-space: nowrap;
}
user-nav-menu .btn-icon-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
user-nav-menu .vb-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
}

.mynmP__goLive {
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .lIktl__goLiveMenu {
    width: 100%;
    position: fixed;
  }
}
.mJiXk__goLiveDropDown {
  width: 300px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .mJiXk__goLiveDropDown {
    width: auto;
  }
}
.mJiXk__goLiveDropDown > div {
  padding-right: 10px;
}
.oyc_h__goLiveForm {
  height: 300px;
  padding-right: 10px;
  overflow-y: scroll;
  margin-right: -20px;
}
.w_2lf__btnFocus:focus {
  box-shadow: inset 0 0 0 2px #cbcbcb;
  outline: 0;
}
.ZV7x___templatesToggle {
  text-decoration: underline;
  font-size: smaller;
}
.ZV7x___templatesToggle:hover {
  cursor: pointer;
}
button .vb-icon-go-live {
  position: relative;
  top: 3.5px;
}

[flex="logo"] {
  -webkit-flex: 1 1 75%;
  flex: 1 1 75%;
}
.theme-Nettrix {
  /* This will change once there is actual data integrated from Lalit backend work */
}
.theme-Nettrix .dropdown-menu:not(.upload-child-dropdown-menu) {
  --bs-dropdown-border-radius: 8px;
  --bs-dropdown-bg: var(--theme-header);
  --bs-dropdown-color: var(--theme-header-txt);
  --bs-border-width: 1px;
  --bs-dropdown-border-color: var(--theme-header);
  --bs-dropdown-link-color: var(--theme-header-txt);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 16px;
}
.theme-Nettrix .dropdown-menu:not(.upload-child-dropdown-menu):not(.notification-menu):not(.upload-media):not(.typeahead-match-active) a {
  color: inherit;
}
.theme-Nettrix .dropdown-menu:not(.upload-child-dropdown-menu) vb-ui-typeahead-angular input.dropdown-item[role="searchbox"] {
  color: #000 !important;
}
.theme-Nettrix branding-logo {
  display: flex;
  justify-content: center;
}
.theme-Nettrix branding-logo img {
  height: 75px;
}
@media all and (max-width: 992px) {
  .theme-Nettrix branding-logo img {
    height: 49px;
  }
}
@media all and (max-width: 768px) {
  .theme-Nettrix branding-logo img {
    height: 40px;
  }
}
.theme-Nettrix .main-nav {
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.theme-Nettrix .main-nav .main-nav-btn {
  box-shadow: none;
  font-size: 0.875rem;
  height: 36px;
  width: 36px;
  color: var(--theme-header-txt);
}
.theme-Nettrix .main-nav .main-nav-btn.dropdown-toggle:not(.btn-mobile) {
  font-size: 1.5rem;
  padding: 0;
  margin-left: 2rem;
  padding-bottom: 4px;
}
.theme-Nettrix .main-nav .main-nav-btn.dropdown-toggle:not(.btn-mobile):not(.open):hover {
  background-color: transparent !important;
}
.theme-Nettrix .main-nav .main-nav-btn.dropdown-toggle:not(.btn-mobile):not(.open):hover > span {
  display: inline-block;
}
.theme-Nettrix .main-nav .main-nav-btn.dropdown-toggle:not(.btn-mobile):not(.open):after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 100%;
  transform: scale(1.25);
  opacity: 0.9;
  z-index: -1;
  margin: 1px;
}
@media all and (max-width: 768px) {
  .theme-Nettrix .main-nav .main-nav-btn.dropdown-toggle:not(.btn-mobile) {
    margin-left: 0;
  }
}
.theme-Nettrix .main-nav .main-nav-btn:hover .glyphicons,
.theme-Nettrix .main-nav .main-nav-btn:hover .vb-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.theme-Nettrix .main-nav .main-nav-btn span + span {
  margin-left: 0;
}
.theme-Nettrix .main-nav .btn.upload {
  background: transparent;
}
.theme-Nettrix .main-nav .dropdown.open .btn .notifications,
.theme-Nettrix .main-nav .dropdown.open .btn .upload,
.theme-Nettrix .main-nav .dropdown.open .btn .go-live {
  border: 1px solid #909090;
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.theme-Nettrix .main-nav .dropdown.open.search-icon:after {
  border-right: 1px solid #909090;
  border-left: 1px solid #909090;
  bottom: -30px;
  content: " ";
  height: 30px;
  left: 2rem;
  position: absolute;
  width: calc(100% - 2rem);
}
@media all and (max-width: 992px) {
  .theme-Nettrix .main-nav .dropdown.open.search-icon:after {
    bottom: -17px;
    height: 20px;
  }
}
@media all and (max-width: 768px) {
  .theme-Nettrix .main-nav .dropdown.open.search-icon:after {
    bottom: -11px;
    left: 0;
    width: 100%;
  }
}
.theme-Nettrix .main-nav .dropdown.open.search-icon .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
}
.theme-Nettrix .main-nav .dropdown.open.search-icon .dropdown-toggle:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.theme-Nettrix .navbar {
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 3rem;
  padding-left: 80px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .theme-Nettrix .navbar {
    padding: 1rem;
  }
}
.theme-Nettrix .navbar-brand {
  display: flex;
  float: none;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 143px;
}
.theme-Nettrix .navbar .right-container vb-ui-typeahead-angular .main-nav-btn {
  padding: 0;
}
.theme-Nettrix .navbar .right-container notifications-menu-content .vb-icon-check-mark {
  position: relative;
  top: 8px;
}
.theme-Nettrix .navbar .right-container notifications-menu-content .vb-icon-upload {
  font-size: 16px;
}
.theme-Nettrix .navbar .right-container notifications-menu-content .notifications-header {
  display: none !important;
}
.theme-Nettrix .navbar .right-container .vb-icon-go-live {
  padding-bottom: 5px;
}
.theme-Nettrix .navbar .right-container .vb-icon-search {
  padding-top: 1px;
}
.theme-Nettrix .navbar .right-container .vb-icon-search,
.theme-Nettrix .navbar .right-container .vb-icon-go-live,
.theme-Nettrix .navbar .right-container .vb-icon-upload,
.theme-Nettrix .navbar .right-container .vb-icon-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
}
.theme-Nettrix .btn-mobile {
  padding: 0 8px;
}
.theme-Nettrix .btn-mobile .icon-bar {
  margin-bottom: 4px;
}
.theme-Nettrix .btn-mobile .icon-bar:first-of-type {
  margin-top: 4px;
}
@media all and (max-width: 768px) {
  .theme-Nettrix .btn.show-nav.btn-mobile-open {
    left: 165px;
  }
}
.theme-Nettrix #mobile-menu {
  display: block;
}
.theme-Nettrix .dropdown-menu.mobile-menu {
  display: block;
  position: fixed;
  top: 0 !important;
  left: -250px !important;
  height: 100%;
  width: 250px !important;
  border-top: transparent;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
@media all and (max-width: 992px) {
  .theme-Nettrix .dropdown-menu.mobile-menu {
    width: 100%;
  }
}
.theme-Nettrix .dropdown-menu.mobile-menu .accent-border {
  border-right-style: solid;
  border-right-width: 1px;
}
.theme-Nettrix .dropdown-menu.mobile-menu .mobile-menu-list {
  padding-left: 15px;
  margin-top: 91px;
  overflow-y: auto;
  height: calc(100% - 91px);
}
@media all and (max-width: 992px) {
  .theme-Nettrix .dropdown-menu.mobile-menu .mobile-menu-list {
    margin-top: 86px;
    height: calc(100% - 86px);
  }
}
@media all and (max-width: 768px) {
  .theme-Nettrix .dropdown-menu.mobile-menu .mobile-menu-list {
    margin-top: 55px;
    height: calc(100% - 55px);
  }
}
.theme-Nettrix .dropdown-menu.mobile-menu .mobile-menu-list .menu-item-icon {
  top: -2px;
}
.theme-Nettrix .open > .dropdown-menu.mobile-menu {
  left: 0 !important;
}
.theme-Nettrix .dropdown.netrix-dropdown.open:before,
.theme-Nettrix .dropdown.netrix-dropdown.open:after {
  border-right: 1px solid #909090;
  border-left: 1px solid #909090;
  bottom: -11px;
  content: " ";
  height: 20px;
  left: 2rem;
  position: absolute;
  width: calc(100% - 2rem);
  z-index: 50000;
}
@media all and (max-width: 768px) {
  .theme-Nettrix .dropdown.netrix-dropdown.open:before,
  .theme-Nettrix .dropdown.netrix-dropdown.open:after {
    height: 8px;
    left: 0;
    top: 36px !important;
    width: 100%;
  }
}
.theme-Nettrix .dropdown.netrix-dropdown.open > .btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.theme-Nettrix .dropdown.netrix-dropdown.open .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
}
.theme-Nettrix .dropdown.netrix-dropdown.open .dropdown-menu:not(.upload-child-dropdown-menu) {
  top: 52px !important;
  padding: 0;
  margin-top: 0 !important;
}
.theme-Nettrix .dropdown.netrix-dropdown.open .dropdown-menu:not(.upload-child-dropdown-menu) .nav-tabs .nav-link.active {
  --bs-nav-tabs-link-active-color: var(--theme-header-txt) !important;
}
.theme-Nettrix .dropdown.netrix-dropdown.open .dropdown-menu:not(.upload-child-dropdown-menu).notification-menu {
  border: 1px solid #909090;
  right: -30px;
}
@media (min-width: 769px) {
  .theme-Nettrix .dropdown.netrix-dropdown.open .dropdown-menu:not(.upload-child-dropdown-menu) {
    left: auto;
    padding: 0;
    right: -50px;
    top: 48px !important;
  }
}
.theme-Nettrix search-header-dropdown .main-nav-btn {
  width: auto;
}
.theme-Nettrix search-header-dropdown .search-icon-btn {
  width: 36px;
}
.theme-Nettrix .dropdown.netrix-dropdown.open > .btn {
  color: var(--theme-accent-txt) !important;
}
.theme-Classic {
  font-size: 0.875rem;
  /* needed to offset a negative margin of 4px added in upload-menu.less */
}
@media all and (max-width: 991px) {
  .theme-Classic nav {
    min-height: 53px;
    position: relative;
  }
}
.theme-Classic .brand-cell {
  text-align: center;
}
@media all and (max-width: 991px) {
  .theme-Classic .brand-cell {
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media (max-width: 505px) {
  .theme-Classic .brand-cell {
    right: 30% !important;
  }
}
.theme-Classic .brand-cell .navbar-brand {
  display: inline-block;
  height: auto;
  float: none;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .theme-Classic .brand-cell .navbar-brand {
    float: left;
    margin-left: 128px;
  }
}
@media (max-width: 505px) {
  .theme-Classic .brand-cell .navbar-brand {
    margin-left: 64px;
  }
}
.theme-Classic .brand-cell .navbar-brand img {
  height: 34px;
}
@media all and (max-width: 991px) {
  .theme-Classic .brand-cell .navbar-brand img {
    height: 36px;
  }
}
@media (max-width: 505px) {
  .theme-Classic .brand-cell .navbar-brand img {
    height: 25px !important;
  }
}
.theme-Classic .main-nav-btn {
  font-size: 0.875rem;
  height: 36px;
  top: 1px;
  color: var(--theme-header-txt) !important;
}
.theme-Classic .main-nav-btn:not(.themedSearchButton) {
  background-color: var(--theme-header) !important;
  box-shadow: none !important;
  border: none;
  min-width: 40px !important;
}
.theme-Classic .main-nav-btn:not(.themedSearchButton):hover {
  background-color: var(--theme-header) !important;
}
.theme-Classic .main-nav-btn:not(.themedSearchButton) .glyphicons {
  color: var(--theme-header-txt) !important;
}
.theme-Classic .main-nav-btn:not(.themedSearchButton)::after {
  background-color: transparent;
}
.theme-Classic .main-nav-btn .glyphicons {
  font-size: 1.125rem;
  top: 0;
  vertical-align: middle;
}
.theme-Classic .main-nav-btn .vb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}
.theme-Classic .main-nav-links {
  position: relative;
}
.theme-Classic .main-nav-links > a,
.theme-Classic .main-nav-links > button {
  display: inline-block;
  margin-right: 30px;
  height: 57px;
  line-height: 57px;
  text-shadow: none;
}
.theme-Classic .main-nav-links > a:hover,
.theme-Classic .main-nav-links > button:hover {
  text-decoration: none;
}
.theme-Classic .main-nav-links > .pip {
  height: 7px;
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.theme-Classic .main-nav-links .glyphicons:not(vb-caret) {
  font-size: 1.125rem;
  top: 0;
  vertical-align: middle;
}
.theme-Classic .main-nav-links:not(.active):not(:hover) > .pip {
  background-color: transparent !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input {
  top: 1px;
  position: relative;
  background-color: var(--theme-header) !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--theme-header-txt) !important;
  border-right-style: none;
  padding-bottom: 6px;
  padding-left: 0;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:focus {
  border-width: 1px;
  box-shadow: none !important;
}
.theme-Classic .utility-section {
  margin: 0 2px;
}
.theme-Classic notifications-menu-content .notifications-header {
  margin: 0 24px 16px 24px;
}
.theme-Classic notifications-menu-content .notification-item {
  margin: 0 !important;
}
.theme-Classic notifications-menu-content .scrollable-area {
  height: 300px;
  overflow-y: auto;
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper {
  min-height: 93px;
  background-color: var(--theme-header);
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper p,
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper h4 {
  color: var(--theme-header-txt);
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper .media-body-fill {
  margin-top: 8px !important;
  margin-left: 80px !important;
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper a:hover {
  background-color: var(--theme-header);
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper .glyphicons,
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper .vb-icon {
  margin-top: 50%;
  font-size: 32px !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper .vb-icon-upload {
  font-size: 24px !important;
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper .vb-icon-check-mark,
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper .vb-icon-upload {
  background-color: white;
  color: #0590E6;
}
.theme-Classic notifications-menu-content .scrollable-area vb-notification .media-body-wrapper .circle_exclamation_mark {
  color: white;
  background-color: #B42D24;
}
.theme-Classic notifications-menu-button {
  margin-top: 3px !important;
}
.theme-Classic notifications-menu-button .main-nav-btn.notifications {
  font-size: 0.875rem;
}
.theme-Classic .medium-count-bubble {
  margin-right: 5px;
}
.theme-Classic .large-count-bubble {
  margin-right: 15px;
}
.theme-Classic .upload {
  position: relative;
}
.theme-Classic .upload .glyphicons {
  z-index: 3;
}
@media all and (max-width: 768px) {
  .theme-Classic .upload-cell .dropdown-menu {
    top: 70px !important;
  }
}
@media (max-width: 768px) {
  .theme-Classic go-live .go-live-menu {
    top: 66px !important;
  }
}
.theme-Classic .upload-cell {
  margin-top: 3px;
}
.theme-Classic .user-profile button {
  margin-top: 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.theme-Classic .admin-btn {
  margin-top: 6px;
}
.theme-Classic .admin-btn:hover {
  text-decoration: none;
}
.theme-Classic vb-profile-picture {
  margin-right: 8px;
}
.theme-Classic .dropdown-menu {
  line-height: 1;
  margin: 0;
  padding: 0;
  z-index: 5000;
  --bs-dropdown-border-radius: 8px;
  --bs-dropdown-bg: var(--theme-header);
  --bs-dropdown-color: var(--theme-header-txt);
  --bs-border-width: 1px;
  --bs-dropdown-border-color: var(--theme-header);
  --bs-dropdown-link-color: var(--theme-header-txt);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 8px;
}
.theme-Classic .dropdown-menu:not(typeahead-container, .upload-child-dropdown-menu) {
  top: 54px !important;
}
.modal-open .theme-Classic .dropdown-menu {
  z-index: 910;
}
.theme-Classic .dropdown-menu .list-group {
  border-radius: 0;
}
.theme-Classic .dropdown-menu .nav-tabs .nav-link.active {
  --bs-nav-tabs-link-active-color: var(--theme-header-txt) !important;
}
.theme-Classic .dropdown-menu:not(.upload-media) :not(.typeahead-match-active) a,
.theme-Classic .dropdown-menu:not(.upload-media) :not(.typeahead-match-active) .list-group-item {
  background: none;
  border: none;
  white-space: inherit;
  margin-bottom: 0;
}
.theme-Classic .dropdown-menu:not(.upload-media) :not(.typeahead-match-active) a .glyphicons,
.theme-Classic .dropdown-menu:not(.upload-media) :not(.typeahead-match-active) .list-group-item .glyphicons {
  font-size: 1rem;
}
.theme-Classic .dropdown-align-left .dropdown-menu {
  left: 8px;
  right: auto;
}
.theme-Classic .dropdown-align-left.open .dropdown-toggle:before,
.theme-Classic .dropdown-align-left.open .dropdown-toggle:after {
  left: 23px;
}
.theme-Classic .align-right .dropdown-menu {
  right: 0;
}
.theme-Classic media-menu {
  margin-top: 20px !important;
}
@media all and (max-width: 75em) {
  .theme-Classic media-menu.dropdown-menu {
    left: -32px !important;
  }
  .theme-Classic media-menu .media-arrow-bg {
    left: 90px;
  }
  .theme-Classic media-menu .media-arrow-fg {
    left: 92px;
  }
}
.theme-Classic media-menu-dropdown .open .dropdown-toggle:before {
  display: none;
}
.theme-Classic vb-caret {
  font-size: 0.75rem;
}
.theme-Classic help-menu .help-nav {
  top: 59px;
}
.theme-Classic .user-profile-menu {
  min-width: 0;
}
@media (max-width: 768px) {
  .theme-Classic .notification-menu,
  .theme-Classic .upload-media {
    top: 65px !important;
  }
}
@media all and (min-width: 769px) and (max-width: 992px) {
  .theme-Classic .upload-media {
    top: 58px !important;
  }
}
.theme-TwoTier {
  /* will have to think about how to manage utilty names better for these situation */
  /* Mobile menu */
}
.theme-TwoTier .navbar-wrapper {
  padding: 1rem 2rem;
}
@media all and (max-width: 768px) {
  .theme-TwoTier .navbar-wrapper {
    padding: 0.5rem;
  }
}
.theme-TwoTier .navbar {
  align-items: center;
  justify-content: center;
  min-height: 75px;
}
.theme-TwoTier .navbar .right-container .vb-icon,
.theme-TwoTier .navbar .right-container .vb-icon:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
}
.theme-TwoTier .navbar .right-container .vb-icon-go-live {
  padding-bottom: 8px;
}
@media all and (max-width: 992px) {
  .theme-TwoTier .navbar .brand-cell {
    margin-left: 25px;
    max-width: 100%;
    text-align: center;
  }
}
.theme-TwoTier .navbar [flex="branding"] {
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
}
@media all and (max-width: 992px) {
  .theme-TwoTier .navbar [flex="branding"] {
    align-self: center;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.theme-TwoTier .navbar branding-logo img {
  height: 75px;
}
@media all and (max-width: 768px) {
  .theme-TwoTier .navbar branding-logo img {
    height: 49px;
  }
}
@media all and (max-width: 505px) {
  .theme-TwoTier .navbar branding-logo img {
    height: 35px;
  }
}
.theme-TwoTier .navbar [flex="search"] {
  -webkit-flex: 1 1 10%;
  flex: 1 1 10%;
}
.theme-TwoTier .navbar-tier-two {
  align-items: center;
  border-top: 1px solid #2f4f4f;
  justify-content: center;
  padding: 0.5rem;
}
@media all and (max-width: 992px) {
  .theme-TwoTier .navbar-tier-two {
    display: none !important;
  }
}
.theme-TwoTier .navbar-tier-two .menu-list-tight {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 50px;
}
.theme-TwoTier .navbar-tier-two .menu-list-tight .logout-help-container {
  display: flex;
  gap: 2px;
}
.theme-TwoTier .navbar-tier-two .menu-list-tight .logout-help-container a {
  margin-top: 1px;
}
.theme-TwoTier .navbar-tier-two .pip {
  display: none;
}
.theme-TwoTier .navbar-tier-two help-menu {
  display: inline;
}
.theme-TwoTier .navbar-tier-two help-menu .dropdown-toggle {
  white-space: nowrap;
  margin-right: -4px;
}
.theme-TwoTier .navbar-tier-two help-menu .help-tray {
  padding: 0 !important;
}
.theme-TwoTier .navbar-tier-two help-menu .dropdown-menu {
  top: 34px !important;
  text-transform: none !important;
}
.theme-TwoTier .navbar-tier-two .event-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.theme-TwoTier .navbar-tier-two .event-display {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.theme-TwoTier .navbar-tier-two .event-display-link {
  max-width: 230px;
  text-align: left;
  width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.theme-TwoTier .navbar-tier-two .event-display-text {
  margin: 0;
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular input {
  background: transparent;
  border: 1px solid transparent;
  padding-left: 8px;
  box-shadow: none;
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular input:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular input:focus:-moz-placeholder {
  color: transparent !important;
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular input:focus::-moz-placeholder {
  color: transparent !important;
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular input:focus:-ms-input-placeholder {
  color: transparent !important;
}
@media all and (max-width: 991px) {
  .theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular {
    display: none;
  }
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular .dropdown-menu {
  right: -48px;
  left: 0;
  width: auto;
  top: 16px !important;
}
.theme-TwoTier div.search-cell search-header vb-ui-typeahead-angular .dropdown-menu li > a {
  padding: 8px;
}
.theme-TwoTier div.search-cell search-header .btn.theme-accent-btn:hover {
  background: transparent !important;
}
.theme-TwoTier .main-nav-btn {
  box-shadow: none;
  font-size: 1.5rem;
  border-radius: 0;
}
.theme-TwoTier .main-nav-btn:not(.theme-accent-bg) {
  background: transparent;
  min-width: 40px !important;
}
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu) {
  line-height: 1;
  left: auto;
  top: 54px !important;
  --bs-dropdown-border-radius: 8px;
  --bs-dropdown-bg: var(--theme-header);
  --bs-dropdown-color: var(--theme-header-txt);
  --bs-border-width: 1px;
  --bs-dropdown-border-color: var(--theme-header);
  --bs-dropdown-link-color: var(--theme-header-txt);
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 16px;
}
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu) .nav-tabs .nav-link.active {
  --bs-nav-tabs-link-active-color: var(--theme-header-txt) !important;
}
@media all and (max-width: 768px) {
  .theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu) {
    top: 77px !important;
  }
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu) {
    top: 47px !important;
  }
}
.modal-open .theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu) {
  z-index: 910;
}
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu):not(.notification-menu):not(.upload-media) :not(.typeahead-match-active) a,
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu):not(.notification-menu):not(.upload-media) :not(.typeahead-match-active) .list-group-item {
  background: none;
  color: #565656;
  border: none;
  white-space: inherit;
}
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu):not(.notification-menu):not(.upload-media) :not(.typeahead-match-active) a .glyphicons,
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu):not(.notification-menu):not(.upload-media) :not(.typeahead-match-active) .list-group-item .glyphicons {
  color: #898989;
  font-size: 1rem;
}
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu):not(.notification-menu):not(.upload-media) :not(.typeahead-match-active) a {
  color: inherit;
}
.theme-TwoTier .align-right .dropdown-menu {
  right: 0;
}
.theme-TwoTier .media-menu-list-item {
  position: relative;
}
.theme-TwoTier .media-menu-list-item .dropdown-menu {
  left: 0 !important;
  position: absolute;
  top: 28px !important;
}
.theme-TwoTier .media-menu-list-item .dropdown-menu .media-arrow-bg,
.theme-TwoTier .media-menu-list-item .dropdown-menu .media-arrow-fg {
  left: auto;
  right: 225px;
}
.theme-TwoTier .media-menu-list-item .dropdown-menu .media-arrow-bg {
  left: auto;
  right: 223px;
}
.theme-TwoTier .media-menu-list-item .dropdown-toggle:before,
.theme-TwoTier .media-menu-list-item .dropdown-toggle:after {
  opacity: 0;
}
.theme-TwoTier media-menu .arrow-container {
  left: 215px;
  top: -37px;
}
@media all and (max-width: 320px) {
  .theme-TwoTier .xs-mbl-left-30 {
    margin-left: 30px !important;
    margin-right: 0 !important;
  }
}
.theme-TwoTier .notifications-header {
  display: none;
}
.theme-TwoTier notifications-menu-button .notifications.theme-accent-btn:hover,
.theme-TwoTier go-live .go-live.theme-accent-btn:hover {
  background: transparent !important;
}
.theme-TwoTier mobile-menu .mobile-menu .themedSearchButton {
  font-size: 0.875rem;
}
.theme-TwoTier mobile-menu .mobile-menu vb-ui-typeahead-angular {
  border-bottom: none;
}
.theme-TwoTier mobile-menu .mobile-menu vb-ui-typeahead-angular .dropdown-menu {
  top: 0 !important;
}
.theme-TwoTier mobile-menu .mobile-menu .input-group {
  display: inline-table;
  border-bottom: none;
}
.theme-TwoTier mobile-menu .dropdown-menu.mobile-menu,
.theme-Classic mobile-menu .dropdown-menu.mobile-menu {
  max-height: 90%;
  left: 0;
  margin: 0;
  overflow-y: auto;
  padding-bottom: 50px;
  position: fixed;
  right: 0;
}
.theme-TwoTier mobile-menu .dropdown-menu.mobile-menu-list,
.theme-Classic mobile-menu .dropdown-menu.mobile-menu-list {
  margin-top: 0;
}
.theme-TwoTier mobile-menu .main-nav-btn,
.theme-Classic mobile-menu .main-nav-btn {
  height: 36px;
  width: 36px;
  left: -1px;
}
.theme-TwoTier mobile-menu .main-nav-btn .glyphicons,
.theme-Classic mobile-menu .main-nav-btn .glyphicons {
  font-size: 1.5em;
  vertical-align: middle;
  top: 0;
}
.theme-TwoTier mobile-menu .btn-mobile-open,
.theme-Classic mobile-menu .btn-mobile-open {
  left: 0;
  margin-left: 0;
}
.theme-TwoTier mobile-menu .open .dropdown-toggle:after,
.theme-Classic mobile-menu .open .dropdown-toggle:after,
.theme-TwoTier mobile-menu .open .dropdown-toggle:before,
.theme-Classic mobile-menu .open .dropdown-toggle:before {
  display: none;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item a,
.theme-Classic mobile-menu .mobile-menu-list-item a,
.theme-TwoTier mobile-menu .mobile-menu-list-item button,
.theme-Classic mobile-menu .mobile-menu-list-item button {
  font-size: 1rem;
  margin-left: 0 !important;
  text-align: left;
  text-decoration: none;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item a:hover,
.theme-Classic mobile-menu .mobile-menu-list-item a:hover,
.theme-TwoTier mobile-menu .mobile-menu-list-item button:hover,
.theme-Classic mobile-menu .mobile-menu-list-item button:hover,
.theme-TwoTier mobile-menu .mobile-menu-list-item a:focus,
.theme-Classic mobile-menu .mobile-menu-list-item a:focus,
.theme-TwoTier mobile-menu .mobile-menu-list-item button:focus,
.theme-Classic mobile-menu .mobile-menu-list-item button:focus {
  text-decoration: none !important;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item.active:after,
.theme-Classic mobile-menu .mobile-menu-list-item.active:after {
  width: 0;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item.theme-accent-btn:hover,
.theme-Classic mobile-menu .mobile-menu-list-item.theme-accent-btn:hover {
  background-color: #108dda !important;
}
.theme-TwoTier mobile-menu search-header .form-control:not(:hover):not(:focus),
.theme-Classic mobile-menu search-header .form-control:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.5) !important;
}
.theme-TwoTier mobile-menu search-header .form-control::-webkit-input-placeholder,
.theme-Classic mobile-menu search-header .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.theme-TwoTier mobile-menu search-header .form-control:-moz-placeholder,
.theme-Classic mobile-menu search-header .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.theme-TwoTier mobile-menu search-header .form-control::-moz-placeholder,
.theme-Classic mobile-menu search-header .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.theme-TwoTier mobile-menu search-header .form-control:-ms-input-placeholder,
.theme-Classic mobile-menu search-header .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.theme-TwoTier mobile-menu .search-cell vb-ui-typeahead-angular input,
.theme-Classic mobile-menu .search-cell vb-ui-typeahead-angular input {
  position: relative;
  background-color: var(--theme-header) !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--theme-header-txt) !important;
  border-right-style: none;
  padding-bottom: 6px;
  padding-left: 0;
  box-shadow: none !important;
}
.theme-TwoTier mobile-menu .search-cell vb-ui-typeahead-angular input:focus,
.theme-Classic mobile-menu .search-cell vb-ui-typeahead-angular input:focus {
  border-width: 1px;
  box-shadow: none !important;
}
/* these are meant to be used generically across all themes */
main-header .navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
main-header nav.theme-accent-border {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
main-header .brand-cell {
  position: relative;
}
main-header .brand-cell .skip-link {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 320px) {
  main-header branding-logo img {
    height: 30px !important;
  }
}
main-header .skip-wrap {
  position: relative;
}
main-header .skip-wrap .skip-link {
  width: 300px;
}
main-header .skip-link {
  color: var(--theme-header-txt);
  min-width: 200px;
  z-index: 10010;
  background: var(--theme-header);
  display: block;
  position: absolute;
  line-height: 48px;
  text-align: center;
  transition: transform 0.25s linear;
  transform: translate(0, -200px);
}
main-header .skip-link:focus {
  transform: translate(0, 0);
}
@media all and (max-width: 320px) {
  main-header .btn.main-nav-btn {
    height: 28px;
    min-width: 28px !important;
  }
}
@media all and (max-width: 320px) {
  main-header .dropdown-menu.mobile-menu {
    top: 40px;
  }
}

.table-cell-library-name a,
.admin-table tbody tr th,
.admin-table tbody tr td {
  word-break: break-all;word-break: break-word;overflow-wrap: break-word;
}
.flex-table .scrollable {
  display: -webkit-flex;display: flex;
}
.table-cell-library-name a,
.admin-table tbody tr th,
.admin-table tbody tr td {
  word-break: break-all;word-break: break-word;overflow-wrap: break-word;
}
.flex-table .scrollable {
  display: -webkit-flex;display: flex;
}
.flex-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  overflow: visible;
}
.flex-table .scrollable {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  overflow-y: scroll;
  width: 100%;
}
.flex-table .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
.flex-table .flex-row > div:not(.flex-table) {
  -webkit-flex: 1 0 1px;
  flex: 1 0 1px;
  white-space: nowrap;
}
.flex-table .flex-row > div:not(.flex-table).small {
  -webkit-flex: 0 0 48px;
  flex: 0 0 48px;
}
.flex-table .flex-row > div:not(.flex-table).fill {
  -webkit-flex: 2 1 1px;
  flex: 2 1 1px;
}
.flex-table .flex-row > div:not(.flex-table).fill.double {
  -webkit-flex: 4;
  flex: 4;
}
.drag-handle {
  padding-left: 5px;
  padding-right: 2px;
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}
.drag-handle .btn {
  color: rgba(0, 0, 0, 0.3);
  font-size: 10px;
  text-shadow: 0 1px #fff;
}
.drag-handle .btn:focus,
.drag-handle .btn:active {
  color: rgba(0, 0, 0, 0.8);
  background: none;
  box-shadow: none;
}
button .btn-collapse,
button .btn-expand {
  background: rgba(64, 89, 127, 0.25);
  font-size: 8px;
  border-radius: 0;
  padding: 0 1px 2px 1px;
  color: #fff;
  margin-left: 4px;
  padding: 1px 2px 3px 2px;
}
.btn-tree-control {
  font-size: 8px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 3px;
  height: 12px;
  width: 12px;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 3px;
}
.btn-tree-control .glyphicons {
  position: relative;
  left: -2px;
  top: -3px;
}
.child-row {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 1px;
}
.child-row a {
  text-decoration: none;
  display: block;
  color: #7d7d7d;
}
.child-row a:hover {
  color: #005580;
}
.child-row > div {
  display: table-cell;
  width: 1px;
  margin: 5px 0;
  background: #f2f2f2;
  border-color: #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  font-weight: bold;
}
.child-row > div.first-item,
.child-row > div:first-child {
  vertical-align: middle;
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #ccc;
  padding-left: 6px;
}
.child-row > div.first-item {
  text-align: center;
}
.child-row > div.last-item {
  border-radius: 0 4px 4px 0;
  border-width: 1px;
  border-right-style: solid;
  padding-right: 6px;
}
.child-row > div.expand-icon {
  vertical-align: middle;
  background: none !important;
  border: none;
  box-shadow: none;
  text-align: right;
}
.child-row > div.icon {
  vertical-align: middle;
  position: relative;
  width: 38px;
  text-align: center;
}
.child-row > div.spacer {
  background: none !important;
  border: 0;
  padding: 0 15px 0 0;
}
.child-row > div.table-cell-library-name {
  width: auto;
}
.child-row:hover > div {
  cursor: pointer;
}
.child-row.add-child > div,
.child-row.add-child:hover > div {
  background-color: rgba(0, 161, 240, 0.1);
  border-color: rgba(0, 161, 240, 0.25);
}
.child-row.locked a {
  color: #aaa;
}
.child-row.locked:hover > div {
  background: #f2f2f2;
  cursor: default;
}
.child-row .table-cell > a {
  display: block;
  white-space: nowrap;
  padding: 0 15px;
}
.child-row .table-cell.table-cell-library-name > a,
.child-row .table-cell.table-cell-library-name > button {
  display: inline-block;
  padding-left: 0;
}
.child-row .admin-movable-item {
  display: table-cell;
}
.child-row:hover > div,
.child-row.vb-droppable-hover > div {
  background: #fff;
}
.vb-draggable-helper {
  width: 500px;
  z-index: 100;
  display: block;
  border-radius: 4px;
  background: rgba(0, 161, 240, 0.5);
  padding: 6px 6px 3px 32px;
  margin-left: 32px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.vb-draggable-helper .child-row > div {
  background: #fff;
}
.vb-draggable-helper .btn-add {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.vb-draggable-helper.vb-draggable-hover .show-on-drag-target {
  display: block;
  position: absolute;
  left: 9px;
  top: 14px;
}
.vb-draggable-helper .child-row:focus,
.vb-draggable-helper .child-row:focus > div,
.vb-draggable-helper .child-row:focus a,
.vb-draggable-helper .child-row:focus .btn {
  cursor: default;
  cursor: hand;
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.vb-draggable-helper .spacer,
.show-on-drag-target {
  display: none;
}
.vb-draggable-helper .hide-if-draggable-helper,
.vb-dragging .hide-while-dragging {
  display: none !important;
}
.child-row > div.drag-handle:hover,
.child-row > div.drag-handle:hover .btn,
.vb-draggable-helper .child-row:hover,
.vb-draggable-helper .child-row:hover > div,
.vb-draggable-helper .child-row:hover a,
.vb-draggable-helper .child-row:hover .btn {
  cursor: default;
  cursor: hand;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
/* .draggable-to-table fakes turning a draggable item list back into an admin table  */
.draggable-to-table.draggable-table {
  padding-bottom: 0;
}
.draggable-to-table .draggable-to-table .child-row > div.first-item,
.draggable-to-table .draggable-to-table .child-row > div.last-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.draggable-to-table .child-container-padding {
  padding: 0;
}
.item-count {
  text-align: center;
}
.item-count a {
  padding-right: 30px;
  width: 140px;
}
.child-row-child .form-group {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.child-row-child h4 {
  color: #fff;
  margin-top: 0;
}
.sub-dir .child-row-child {
  margin-left: 30px;
}
.container-head > div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.container-head > div a {
  color: #898989 !important;
}
.container-head > div:first-child a {
  margin-left: 5px;
}
.container-head > div.table-cell-library-name {
  padding-left: 5px;
}
.container-head > div.last-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  padding-right: 50px;
}
.container-head > div,
.container-head:hover > div {
  background: #596065;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
  padding-bottom: 10px;
}
.insertion-marker {
  display: none;
  position: absolute;
  right: 0;
  left: 25px;
  top: 24px;
  z-index: 1;
}
.insertion-marker .line {
  border-bottom: 4px solid #00a1f0;
}
.insertion-marker-icon {
  position: relative;
  top: 9px;
  background: #00a1f0;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  color: #fff;
}
.vb-droppable-hover .insertion-marker {
  display: block;
}
/* child-form-2 TEST */
.child-form-2 {
  margin: 10px 30px 6px 30px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
  vertical-align: middle;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.child-form-2 .form-group {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.child-form-2 h4 {
  color: #fff;
  margin-top: 0;
}
.inline-create-form.child-form,
.inline-create-form.child-form-2 {
  background: none;
  padding: 15px 15px 15px 30px;
  box-shadow: none;
  margin: 0;
  border-radius: 3px;
}
.inline-create-form.child-form {
  margin: 0 16px 1px 48px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.75);
}
/* OLD PAGE FIXES */
.tree-container {
  display: table;
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}
.tree-container a {
  text-decoration: none;
  display: block;
}
.tree-container > div {
  display: table-cell;
  width: 20%;
  width: 1px;
  margin: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-color: #ccc;
  padding: 6px;
  vertical-align: middle;
  font-weight: normal;
}
.tree-container:hover > div {
  background: #fff;
  cursor: pointer;
  cursor: hand;
}
.tree-container .add-child > div,
.tree-container .add-child:hover > div {
  background-color: rgba(0, 161, 240, 0.1);
  border-color: rgba(0, 161, 240, 0.25);
}
.root-insertion-marker {
  height: 10px;
  margin-top: -10px;
}
.root-insertion-marker .insertion-marker {
  left: 15px;
}
.child-container-padding {
  padding: 0 8px;
}
.child-container .vb-droppable,
.tree-item .vb-droppable {
  position: relative;
}
.child-sub-container {
  margin-left: 15px;
}
div.expand-icon button {
  margin: 0 5px;
}
.sub-dir .child-row > div.expand-icon button {
  margin-left: 30px;
}
.child-form {
  margin: 0 10px 5px 58px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.collection-tree .child-container {
  padding: 0 15px;
}
.sample-cursor {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 18px;
}
.align-right-float-left {
  text-align: right;
  float: left;
  width: 50px;
}
.draggable-table {
  position: relative;
  background: rgba(89, 96, 101, 0.3);
  padding: 0;
  padding-bottom: 15px;
}
.admin select.form-control.ng-invalid.ng-dirty {
  border: 1px solid rgba(180, 45, 36, 0.5);
  color: #b42d24;
}
.customize-device.error {
  border: 1px solid #b42d24;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.customize-device-error {
  background: none;
  border: 1px solid #b42d24;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.data-table td,
.data-table th {
  vertical-align: middle !important;
}
.data-table tbody a {
  color: #565656;
}
.data-table.table-hover tbody > tr:hover a {
  color: #108dda;
}
.control-label {
  color: #898989;
  font-weight: normal;
  margin-bottom: 4px;
}
h4 .control-label {
  color: #acaeb0;
}
.control-label,
.form-horizontal .control-label {
  text-align: left;
  margin-bottom: 4px;
}
.control-label.has-error {
  color: #b42d24;
}
.required-message-small {
  font-size: 0.875rem;
  font-style: italic;
  padding-left: 15px;
}
select.form-control {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.panel-heading .float-right input[type=checkbox] {
  margin: 4px 0 0;
}
h4 .form-group.float-right {
  position: relative;
  top: -10px;
}
.checkbox-single {
  margin-right: 10px;
  font-weight: 400;
  line-height: 29px;
}
.btn-link:active .btn-link:focus {
  border: none;
}
.admin .report-view .form-group {
  padding: 8px 0;
}
.admin .form-group.float-right,
.admin .form-group.float-left {
  margin: 0;
}
.admin .form-group.pad-left {
  padding-left: 15px !important;
  padding-bottom: 10px !important;
}
.admin .editableform .form-group {
  padding: 0;
}
.admin .fieldset {
  margin: 15px 0;
  border: 1px solid #cbcbcb;
}
.admin .fieldset .form-group {
  margin: 0;
}
.admin .new-panel .required .required-field:before,
.admin .new-panel .has-success .success-field:before,
.admin .new-panel .has-error .error-field:before {
  left: inherit;
  right: 0;
  top: 30px;
}
.admin .new-panel .help-block {
  height: 22px;
}
.admin .tab-content {
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.admin .admin select.form-control {
  background: linear-gradient(to bottom, #fff, #f8fbfd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f8f8f8;
  border: none;
}
.admin-content .nav-tabs a {
  padding: 8px 12px;
}
textarea.form-control {
  height: auto;
  resize: vertical;
}
textarea.form-control,
.has-success textarea.form-control {
  height: auto;
}
.row-margin {
  margin: 20px -10px;
}
.progress-bgColor {
  background-color: #DDD;
}
[uib-typeahead-popup].dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  right: 16px;
}
[uib-typeahead-popup].dropdown-menu .active > a {
  background-color: #d8f0fc;
  color: #09507b;
  border-color: #108dda;
}
[uib-typeahead-popup].dropdown-menu a {
  border-left: 4px solid transparent;
  line-height: 17px;
}
@media (max-width: 768px) {
  .table-cell-width-small {
    width: 30%;
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .table-status {
    text-align: center;
  }
}
.admin-light .admin-table {
  background: #fff;
}
.admin-light .combined-toolbar .form-control,
.admin-light .combined-toolbar .input-group-highlighted,
.admin-light .combined-toolbar .input-group .btn {
  height: 30px;
}
.admin-light .combined-toolbar .search-query-field .form-control,
.admin-light .combined-toolbar .search-query-field .btn {
  height: 28px;
}
.admin-light .inline-create-form .combined-toolbar .form-control,
.admin-light .inline-create-form .combined-toolbar .input-group-highlighted {
  background-color: #f8fbfd;
  box-shadow: none;
}
.admin-light .inline-create-form .combined-toolbar .form-control:focus,
.admin-light .inline-create-form .combined-toolbar .input-group-highlighted:focus {
  background-color: #f8fbfd;
  color: #303030;
}
.admin-light .inline-create-form .combined-toolbar .form-control.ng-valid {
  border: 1px solid #108dda !important;
}
.admin-light .inline-create-form.child-form .combined-toolbar .form-control {
  background: rgba(16, 141, 218, 0.1);
}
.admin-light .table-list .file-list-header > div a,
.admin-light.admin .admin-table thead th a,
.admin-light.admin .admin-table thead th:hover a,
.admin-light .container-head > div a,
.admin-light .container-head:hover > div.admin a,
.admin-light .file-list .file-list-header .file-list-header-col a,
.file-list .table-cell.file-list-header-col,
.file-list .table-cell.file-list-header-col a {
  color: #898989;
}
.admin-light .table-list .file-list-header > div a.active,
.admin-light.admin .admin-table thead th a.active,
.admin-light.admin .admin-table thead th:hover a.active,
.admin-light .container-head > div a.active,
.admin-light .container-head:hover > div.admin a.active,
.admin-light .file-list .file-list-header .file-list-header-col a.active,
.file-list .table-cell.file-list-header-col a.active {
  color: #303030;
}
.admin-table th,
.admin-table td {
  height: 45px;
}
.child-row > div {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-color: #ccc;
}
.child-row:hover > div {
  background: #f3fbff;
}
.child-row.container-head:hover > div {
  background: #f3f3f3;
}
.admin .card .card-header {
  background: #f3f3f3;
}
.admin .card .card-header h4 {
  font-size: 14px;
  margin: 0;
  line-height: 48px;
  color: #565656;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
  font-weight: bold;
  vertical-align: middle;
}
.admin .card .card-subheader {
  border-top: 1px solid #cbcbcb;
}
.admin .card .card-footer {
  background: #f3f3f3;
}
.admin .card-body {
  background: #f3f3f3;
  border-radius: 3px;
}
.admin .card-body .btn-admin:not(.active) {
  background: rgba(255, 255, 255, 0.5);
}
.admin .card-body fieldset .form-group:last-child {
  padding-bottom: 8px;
}
.admin .card-body.no-padding {
  padding: 0 !important;
  margin-top: 0;
}
.admin .card-body.highlight form {
  padding: 15px 0;
}
.admin .card-body.highlight .tab-pane {
  background: #fff;
}
.admin .card-body.highlight .tab-pane .form-group {
  margin: 0;
}
.admin .form-group {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}
.admin .form-group.no-padding-top {
  padding-top: 0;
}
.admin .form-group .col-sm-6 {
  position: relative;
}
.admin .form-inline .form-group {
  padding-top: 5px;
  padding-bottom: 12px;
}
.scroll-wrapper {
  position: relative;
  z-index: 0;
}
/* end library split view */
.form-button-row {
  margin: 15px -15px 15px -15px;
}
.form-button-row.panel-heading,
.form-button-row.panel-footer {
  margin: 15px 0;
  padding: 15px !important;
}
.form-button-row.panel-heading h2,
.form-button-row.panel-footer h2,
.form-button-row.panel-heading h3,
.form-button-row.panel-footer h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 40px;
}
.form-button-row.panel-footer {
  margin: 0 0 15px 0;
}
.form-button-row.panel-heading {
  margin-bottom: 0;
}
.panel-sub-heading {
  padding: 15px;
  margin: 0 -15px;
  color: #596065;
  background: rgba(0, 0, 0, 0.05);
  font-size: 13px;
  border-radius: 4px 4px 0 0;
}
.table-cell .panel-sub-heading {
  margin: 0;
}
.admin-content .panel {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.label-status-active {
  color: rgba(255, 255, 255, 0.75);
  background: #00af43;
  font-size: 13px;
  font-weight: 500;
}
/* form-button-row override */
.setup .panel-footer.form-button-row {
  margin: 15px -30px !important;
  padding: 15px !important;
}
.new-panel + .new-panel {
  margin-top: 15px;
}
.new-panel.rounded {
  border-radius: 4px;
}
.new-panel-header {
  font-weight: 600;
  height: auto;
}
.new-panel-header h1,
.new-panel-header h2,
.new-panel-header h3,
.new-panel-header h4 {
  color: #565656;
  line-height: 1.4;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 1rem 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.new-panel-header p.help {
  text-transform: none;
  font-size: 11px;
  margin-top: 8px;
}
.accent .new-panel-header {
  background: #596065;
  color: rgba(255, 255, 255, 0.75);
}
.content .new-panel-header {
  text-transform: uppercase;
}
.admin-light .new-panel-header {
  background: rgba(255, 255, 255, 0.5);
  color: #596065;
}
.rounded .new-panel-header {
  border-radius: 4px 4px 0 0;
}
.collapsed.rounded .new-panel-header {
  border-radius: 4px;
}
.new-panel-body {
  padding: 15px;
}
.accent .new-panel-body {
  background: rgba(89, 96, 101, 0.3);
  padding: 15px;
}
.admin-light .new-panel-body {
  background: #fff;
}
.rounded .new-panel-body {
  border-radius: 4px;
}
.rounded .new-panel-body:last-child {
  border-radius: 0 0 4px 4px;
}
.new-panel-footer {
  margin-top: 0;
  padding: 15px;
  border-top: 1px solid #cbcbcb;
}
.rounded .new-panel-footer {
  border-radius: 0 0 4px 4px;
}
.new-panel.admin-light {
  border-radius: 4px;
  background: #fff;
}
.new-panel.admin-light .table-tools {
  margin: -15px -15px 0 -15px;
  padding: 5px;
  background: rgba(89, 96, 101, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.new-panel.new-panel-border .new-panel-header {
  border-bottom: 0;
  padding: 8px;
  text-transform: uppercase;
  background: rgba(89, 96, 101, 0.2);
}
.new-panel .media-permissions.table thead > tr > th {
  background: #596065;
  color: rgba(255, 255, 255, 0.5);
}
.dark-version .new-panel-header {
  background-color: #596065;
  padding: 5px 15px 5px 15px;
  color: rgba(255, 255, 255, 0.75);
}
.form-control-search.input-search-xs {
  padding: 2px 5px;
  font-size: 10px;
  border-width: 1px;
  border-radius: 3px;
  height: auto;
}
.teams-panel h4 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
}
.teams-panel .util-uppercase {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
}
.teams-panel .form-group {
  padding-top: 0;
}
.teams-panel .form-control {
  box-shadow: none;
}
.teams-panel .name-field .success-field {
  top: auto;
  bottom: 2.5rem;
  right: -4px;
}
.teams-panel .name-field .error-field {
  position: static;
}
@media (min-width: 768px) {
  .teams-panel .has-error .error-field {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .admin .panel {
    margin-bottom: 15px;
  }
}
.admin .table {
  color: #555;
  background: #f1f2f3;
}
.admin .table tbody > tr.new > td {
  background: rgba(0, 0, 0, 0.05);
}
.admin thead th > a {
  color: rgba(255, 255, 255, 0.7);
}
.admin .sort-col > a.active {
  font-weight: bold;
}
.admin .sort-col > a.active > .caret {
  display: inline-block;
}
.admin .sort-col > a > .caret {
  display: none;
}
.admin .tree-container:hover > div {
  background-color: rgba(0, 161, 240, 0.1);
}
.admin .tree-container.selected:hover > div {
  background-color: #fff;
}
.tree-container > div {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-color: rgba(0, 0, 0, 0.05);
}
.tree-container > div:first-child {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-cell-library-name a {
  color: #303030;
  font-weight: bold;
}
.table-cell-library-name span {
  font-weight: normal;
}
.item-icon-label {
  margin-right: 5px;
  font-size: 14px;
}
.api-key-cell-1,
.api-key-cell-2 {
  width: 20%;
}
.api-key-cell-3 {
  text-align: right !important;
  white-space: nowrap;
}
.api-key-cell-4 {
  width: 30%;
}
.admin .tabbed-panel .nav-tabs {
  background: #d0d2d3;
}
.admin .tabbed-panel .nav-tabs > li > a:hover {
  color: #108dda;
  text-decoration: none;
  background: #f3f3f3;
}
.admin .tabbed-panel .nav-tabs > li.active > a:hover {
  color: #565656;
  text-decoration: none;
  background: #f3f3f3;
}
.admin .fancy-tabs .nav-tabs {
  background: none;
}
.admin .fancy-tabs .nav-tabs > li a {
  padding: 15px 5px;
  text-shadow: none;
  height: auto;
  bottom: 0;
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.admin .fancy-tabs .nav-tabs > li.active a {
  background: #bbbdbf;
  border-bottom: 1px solid #bbbdbf !important;
  text-shadow: none;
  color: #303030;
}
.fancy-tabs a .icon-and-badge {
  font-size: 18px;
  line-height: 18px;
}
.fancy-tabs a .text-label {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}
.fancy-tabs a .badge {
  background: #108dda;
  font-size: 13px;
  top: -4px;
  position: relative;
}
.fancy-tabs .nav-tabs.nav-justified > a,
.fancy-tabs .nav-tabs.nav-justified > .active > a,
.fancy-tabs .nav-tabs.nav-justified > .active > a:hover,
.fancy-tabs .nav-tabs.nav-justified > .active > a:focus {
  border-color: transparent;
}
.fancy-tabs .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
@media (max-width: 600px) {
  .admin .fancy-tabs .nav-tabs {
    margin-top: 0;
    padding: 0;
  }
  .admin .panel-heading-with-tabs-fix .nav-tabs li {
    width: 50%;
    display: inline-block;
    margin: 0;
  }
  .admin .panel-heading-with-tabs-fix .nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
  }
}
.video-stream {
  padding: 8px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 3px;
}
.video-stream.new {
  background: rgba(16, 141, 218, 0.1);
}
.video-stream label {
  font-weight: normal;
  color: #303030;
}
.video-stream .video-stream-header {
  margin: -8px 0 0 0;
  padding: 0;
}
.video-stream .video-stream-header .combined-toolbar {
  margin: 0;
}
.video-stream .video-stream-header .combined-toolbar h4 {
  margin: 0;
  line-height: 40px;
  font-size: 1rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold;
  color: #565656;
  line-height: 1.3;
  word-break: break-all;
}
.has-error.video-stream .video-stream-header .combined-toolbar h4 {
  color: #b42d24;
}
.video-stream .video-stream-header .combined-toolbar input {
  margin-top: 8px;
}
.video-stream .video-stream-header .combined-toolbar.not-new-stream-group {
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}
.video-stream .video-stream-body {
  margin: 0 -8px;
  padding-left: 8px;
}
.video-stream ul.streams {
  margin: 8px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.video-stream ul.streams li {
  margin-top: 14px;
}
.video-stream ul.streams li:first-child {
  margin-top: 0;
}
.video-stream li {
  color: #7d7d7d;
}
.video-stream li strong {
  width: 70px;
  margin-right: 10px;
}
.video-stream vb-input[inline] {
  display: block;
  margin: 0;
}
.video-stream .form-group {
  padding: 4px 0 !important;
}
.video-stream .required-field,
.video-stream .success-field {
  position: absolute;
  top: -6px !important;
}
@media (max-width: 767px) {
  .video-stream .required-field,
  .video-stream .success-field {
    right: -18px !important;
  }
}
.video-stream vb-input .has-error .error-field {
  position: static;
  text-align: right;
  margin: 7px 2px 0 0;
}
.video-stream vb-input .has-error .error-field .control-label {
  padding: 0;
}
.video-stream .vb-multicast-ip .has-error .error-field,
.video-stream .vb-multicast-port .has-error .error-field,
.video-stream .vb-multicast-packet-size .has-error .error-field {
  text-align: left;
  float: right;
  clear: right;
  max-width: 100%;
}
.video-stream .vb-multicast-ip .has-error .error-field .control-label,
.video-stream .vb-multicast-port .has-error .error-field .control-label,
.video-stream .vb-multicast-packet-size .has-error .error-field .control-label {
  white-space: normal;
}
.video-stream .vb-multicast-ip .bytes,
.video-stream .vb-multicast-port .bytes,
.video-stream .vb-multicast-packet-size .bytes {
  position: absolute;
  top: 3px;
  right: -20px;
}
.video-stream.processing {
  color: #303030;
  background: #f1f2f3;
}
.video-stream.processing .video-stream-header {
  margin-bottom: -8px;
  border-bottom: 0;
}
.video-stream:not(.has-error) .form-control:focus {
  border-color: rgba(16, 141, 218, 0.5);
}
.video-stream .btn-admin.btn-white:not(:hover) {
  background: none;
}
.video-stream.has-error,
.video-stream-input.has-error {
  color: #b42d24;
  background: rgba(180, 45, 36, 0.1);
}
.video-stream-delete-warning {
  background: #fcf8e3;
}
.video-stream .vbrick-multicast {
  margin-top: 15px;
  background: rgba(16, 141, 218, 0.1);
  padding: 5px;
}
.video-stream .vbrick-multicast .bytes {
  position: absolute;
  top: 10px;
  right: -20px;
}
.video-stream .vbrick-multicast .bytes-help-text {
  font-size: 0.75rem;
}
.video-stream .vbrick-multicast input[type=checkbox] {
  margin: 1px 5px 0 0;
}
.video-stream .multicast-group-error .error-field {
  position: relative;
  top: 0;
}
@media (min-width: 320px) {
  .video-stream .multicast-group-error .error-field {
    right: -15px;
  }
}
@media (min-width: 768px) {
  .video-stream .multicast-group-error .error-field {
    right: -32px;
  }
}
.required-indicator {
  display: none;
  color: #b42d24;
  font-size: 18px;
  font-weight: 400;
}

.wbA8R__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background-color: #000;
}
.IwXgt__main {
  background-color: #f3f3f3;
  height: 90vh;
}
.JJGgU__downloadWrapper {
  padding: 30px;
}
.JR8oi__downloadIcon {
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  background-color: #108dda;
}
.Nwr5T__downloadLink:hover {
  text-decoration: none;
}

.WbCKm__root {
  height: 85vh;
  display: flex;
  flex-direction: column;
}
.NsCIr__tabPanel {
  padding: 20px;
  height: 100%;
}
.NsCIr__tabPanel [role="tabpanel"] {
  height: 100%;
}
.NsCIr__tabPanel [role="tabpanel"] vb-ui-tab {
  height: 100%;
}
.IJoZ9__dataGrid {
  height: 100%;
}
.IJoZ9__dataGrid .ag-center-cols-container {
  width: 100% !important;
}
.dNfNw__categoryContainer {
  display: flex;
  flex-direction: column;
}
.dNfNw__categoryContainer span {
  font-size: smaller;
  height: 23px;
  line-height: 24px;
}
.dNfNw__categoryContainer span strong {
  font-size: medium;
}

.BtZWo__dropdownMenu {
  left: auto !important;
  white-space: nowrap;
  background-color: var(--theme-primary) !important;
  color: var(--theme-primary-txt) !important;
}

.K8fWL__wrapper {
  height: 100%;
}
.ZiCIW__header {
  font-size: 1.313rem;
  padding: 15px !important;
  text-transform: uppercase;
}

.Qrw1A__portal {
  display: block;
  margin-top: -1px;
  padding-top: 1px;
}
.Qrw1A__portal .card,
.Qrw1A__portal .card-header {
  background: unset;
  color: unset;
}


/*# sourceMappingURL=portalApp.css.map*/