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 .help-tray,
help-menu-mobile .help-tray {
  padding: 5px 0 !important;
}
help-menu .help-nav,
help-menu-mobile .help-nav {
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
help-menu .help-nav-link,
help-menu-mobile .help-nav-link {
  margin: 0;
  /* override specificity from .navbar */
  padding: 10px 12px !important;
}
help-menu .help-nav-link:hover,
help-menu-mobile .help-nav-link:hover {
  text-decoration: underline !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;
  border-radius: 3px;
  padding: 8px 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: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
media-menu .media-video-item {
  border-bottom: 1px solid #b0b0b0;
  color: #303030;
  display: block;
  padding: 0.75em 0;
}
media-menu .media-video-item.active,
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: block;
  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: 12vw;
  padding-top: 7px;
  text-decoration: none !important;
}
media-menu .media-team-link:hover {
  text-decoration: none !important;
  box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}
media-menu .media-team-link-logo {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
media-menu .media-team-link-logo img {
  max-width: 100%;
  max-height: 100%;
  font-size: 0;
}
media-menu .media-team-link-name {
  position: relative;
  top: -5px;
}
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;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: flex;
}
media-menu .teams-section-header .teams-header-text-section {
  display: flex;
}
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: auto;
}
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: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    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;
}

.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;
  color: #000;
}
@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;
}

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: #141414;
  border-right-width: 1px;
  border-right-style: solid;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item {
  margin-bottom: 10px;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item a,
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item button {
  display: block;
  font-size: 1.313rem !important;
  padding: 15px !important;
  text-align: left;
  text-transform: uppercase;
  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 {
  position: relative;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item.active a {
  position: relative;
  text-decoration: underline;
  z-index: 2;
}
mobile-menu .mobile-menu .mobile-menu-list .mobile-menu-list-item.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 .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 my-videos-menu-items li {
  margin-bottom: 10px;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items li.active {
  position: relative;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items li.active a {
  position: relative;
  text-decoration: underline;
  z-index: 2;
}
mobile-menu .mobile-menu .mobile-menu-list my-videos-menu-items 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 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: #c41616;
  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 {
  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 {
  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 {
  margin-top: 8px;
  margin-left: 2px;
}
vb-notification .media-body-wrapper .notification-details-list {
  color: #fff;
  margin-bottom: 5px;
}

notifications-menu-button {
  display: block;
}
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: #c41616 !important;
  color: #fff !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 .notifications-count {
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 3px;
  font-size: 0.625rem;
  height: 20px;
  min-width: 1.5em;
  line-height: 1.25em !important;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--theme-accent-txt);
  background: var(--theme-accent);
}
notifications-menu-button.count-bubble .notifications.high .notifications-count {
  color: #fff;
  background: #c41616;
}

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 a:hover {
  color: initial;
  text-decoration: underline;
}
notifications-menu-content .no-notifications-msg {
  margin: 15px;
  height: calc(100% - 30px);
}

user-nav-menu {
  white-space: nowrap;
}
.logout-tray:hover {
  text-decoration: underline !important;
}

.NqRNq__goLive {
  width: auto;
  display: block;
  border: 1px solid var(--theme-header-txt);
}
@media (max-width: 768px) {
  .L7NjH__goLiveMenu {
    width: 100%;
    position: fixed;
  }
}
.ZNSRx__goLiveDropDown {
  width: 300px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .ZNSRx__goLiveDropDown {
    width: auto;
  }
}
.ZNSRx__goLiveDropDown > div {
  padding-right: 10px;
}
.qIjwU__goLiveForm {
  height: 300px;
  padding-right: 10px;
  overflow-y: auto;
  margin-right: -20px;
}
.JC1dP__templatesToggle {
  text-decoration: underline;
}
.JC1dP__templatesToggle:hover {
  cursor: pointer;
}

[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 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:hover {
  color: var(--theme-accent);
}
.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 .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).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;
}
.theme-Classic .brand-cell .navbar-brand img {
  height: 40px;
}
@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 {
  box-shadow: 1px 1px 1px 1px rgba(48, 48, 48, 0.5);
  font-size: 0.875rem;
  height: 36px;
  min-width: 40px !important;
  top: 1px;
}
.theme-Classic .main-nav-btn:not(.theme-accent-bg) {
  background: hsla(0, 0%, 100%, 0.1);
}
.theme-Classic .main-nav-btn .glyphicons {
  font-size: 1.125rem;
  top: 0;
  vertical-align: middle;
}
.theme-Classic .main-nav-btn .vb-icon {
  font-size: 1.125rem;
  vertical-align: top;
}
.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 {
  background-color: hsla(0, 0%, 100%, 0.3);
  border: none;
  top: 1px;
  position: relative;
  box-shadow: 1px 1px 1px 1px rgba(48, 48, 48, 0.5);
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:hover,
.theme-Classic .search-cell vb-ui-typeahead-angular input:focus {
  background-color: #fff;
  border: none;
  box-shadow: 1px 1px 1px 1px rgba(48, 48, 48, 0.5);
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:hover::-webkit-input-placeholder {
  color: #999999 !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:hover:-moz-placeholder {
  color: #999999 !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:hover::-moz-placeholder {
  color: #999999 !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:hover:-ms-input-placeholder {
  color: #999999 !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:focus:-moz-placeholder {
  color: transparent !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:focus::-moz-placeholder {
  color: transparent !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input:focus:-ms-input-placeholder {
  color: transparent !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input [role="search"] {
  width: 100%;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input.custom-border {
  border: 1px solid !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input.custom-border:hover::-webkit-input-placeholder {
  color: inherit !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input.custom-border:hover:-moz-placeholder {
  color: inherit !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input.custom-border:hover::-moz-placeholder {
  color: inherit !important;
}
.theme-Classic .search-cell vb-ui-typeahead-angular input.custom-border:hover:-ms-input-placeholder {
  color: inherit !important;
}
.theme-Classic .utility-section {
  margin: 0 2px;
}
.theme-Classic notifications-menu-button .main-nav-btn.notifications {
  font-size: 0.875rem;
}
.theme-Classic .admin-cell {
  margin-top: 1px;
}
.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-menu {
    top: 66px !important;
  }
}
.theme-Classic .open .dropdown-toggle:before {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #000 transparent;
  left: 50%;
  margin-left: -14px;
  bottom: -17px;
  z-index: 5001;
}
@media all and (max-width: 767px) {
  .theme-Classic .open .dropdown-toggle:before {
    bottom: -22px;
  }
}
.theme-Classic .dropdown-menu {
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  border: 1px solid;
  border-color: var(--theme-header-txt);
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  z-index: 5000;
}
.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:not(.upload-media) :not(.typeahead-match-active) a,
.theme-Classic .dropdown-menu:not(.upload-media) :not(.typeahead-match-active) .list-group-item {
  background: none;
  color: #565656;
  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 {
  color: #898989;
  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;
}
@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;
}
@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 .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 .open .dropdown-toggle:before {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #000 transparent;
  left: 50%;
  margin-left: -14px;
  bottom: -18px;
  z-index: 900;
}
.theme-TwoTier .dropdown-menu:not(.upload-child-dropdown-menu) {
  line-height: 1;
  left: auto;
  top: 54px !important;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  z-index: 5000;
}
@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 .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-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 .search-cell vb-ui-typeahead-angular input {
  background-color: hsla(0, 0%, 100%, 0.3);
  border: none;
  top: 1px;
  position: relative;
  box-shadow: 1px 1px 1px 1px rgba(48, 48, 48, 0.5);
}
.theme-TwoTier mobile-menu .mobile-menu .search-cell vb-ui-typeahead-angular input:hover,
.theme-TwoTier mobile-menu .mobile-menu .search-cell vb-ui-typeahead-angular input:focus {
  background-color: #fff;
  border: none;
  box-shadow: 1px 1px 1px 1px rgba(48, 48, 48, 0.5);
}
.theme-TwoTier mobile-menu .mobile-menu .search-cell vb-ui-typeahead-angular input:hover::-webkit-input-placeholder {
  color: #999999 !important;
}
.theme-TwoTier mobile-menu .mobile-menu .search-cell vb-ui-typeahead-angular input:hover:-moz-placeholder {
  color: #999999 !important;
}
.theme-TwoTier mobile-menu .mobile-menu .search-cell vb-ui-typeahead-angular input:hover::-moz-placeholder {
  color: #999999 !important;
}
.theme-TwoTier mobile-menu .mobile-menu .search-cell vb-ui-typeahead-angular input:hover:-ms-input-placeholder {
  color: #999999 !important;
}
.theme-TwoTier mobile-menu .mobile-menu .search-cell vb-ui-typeahead-angular input [role="search"] {
  width: 100%;
  color: #999999 !important;
}
.theme-TwoTier mobile-menu .mobile-menu .main-nav-btn:hover .glyphicons.search {
  color: #8ccef7 !important;
}
.theme-TwoTier mobile-menu .mobile-menu .main-nav-btn .glyphicons.search {
  color: rgba(255, 255, 255, 0.5) !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 {
  background: #303030;
  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 .dropdown-menu.mobile-menu .main-nav-btn,
.theme-Classic mobile-menu .dropdown-menu.mobile-menu .main-nav-btn {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.5);
}
.theme-TwoTier mobile-menu .main-nav-btn,
.theme-Classic mobile-menu .main-nav-btn {
  border-radius: 3px;
  height: 36px;
  width: 36px;
}
.theme-TwoTier mobile-menu .main-nav-btn .glyphicons,
.theme-Classic mobile-menu .main-nav-btn .glyphicons {
  font-size: 24px;
  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 .theme-header,
.theme-Classic mobile-menu .theme-header {
  background-color: #303030 !important;
}
.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 li.active,
.theme-Classic mobile-menu .mobile-menu-list li.active {
  background-color: transparent;
}
.theme-TwoTier mobile-menu .mobile-menu-list li.active:after,
.theme-Classic mobile-menu .mobile-menu-list li.active:after {
  background-color: initial;
  width: 0;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item.isOpen,
.theme-Classic mobile-menu .mobile-menu-list-item.isOpen,
.theme-TwoTier mobile-menu .mobile-menu-list-item:hover,
.theme-Classic mobile-menu .mobile-menu-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-TwoTier mobile-menu .mobile-menu-list-item .help-menu-list,
.theme-Classic mobile-menu .mobile-menu-list-item .help-menu-list,
.theme-TwoTier mobile-menu .mobile-menu-list-item .media-box-list,
.theme-Classic mobile-menu .mobile-menu-list-item .media-box-list {
  list-style-type: none;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item .help-menu-list a,
.theme-Classic mobile-menu .mobile-menu-list-item .help-menu-list a,
.theme-TwoTier mobile-menu .mobile-menu-list-item .media-box-list a,
.theme-Classic mobile-menu .mobile-menu-list-item .media-box-list a {
  padding-left: 25px !important;
}
.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 {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1rem;
  margin-left: 0 !important;
  text-align: left;
  text-decoration: none;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item a.active,
.theme-Classic mobile-menu .mobile-menu-list-item a.active,
.theme-TwoTier mobile-menu .mobile-menu-list-item button.active,
.theme-Classic mobile-menu .mobile-menu-list-item button.active {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.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;
  background: rgba(0, 0, 0, 0.1) !important;
  color: #8ccef7 !important;
}
.theme-TwoTier mobile-menu .mobile-menu-list-item.active:after,
.theme-Classic mobile-menu .mobile-menu-list-item.active:after {
  background-color: initial;
  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 .mobile-menu-list-item .glyphicons,
.theme-Classic mobile-menu .mobile-menu-list-item .glyphicons {
  color: #fff;
}
.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;
}
/* 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;
  z-index: 10010;
}
main-header .skip-link {
  color: var(--theme-header-txt);
  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(196, 22, 22, 0.5);
  color: #c41616;
}
.customize-device.error {
  border: 1px solid #c41616;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.customize-device-error {
  background: none;
  border: 1px solid #c41616;
  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: #c41616;
}
.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(.btn-primary):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: #c41616;
}
.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: #c41616;
  background: rgba(196, 22, 22, 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: #c41616;
  font-size: 18px;
  font-weight: 400;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

.oWPmM__root {
  display: block;
}
._jwzT__flickityCarouselContainer {
  opacity: 0;
}
._jwzT__flickityCarouselContainer .flickity-prev-next-button {
  top: 30%;
}

video-playlist-carousel {
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  display: block;
  height: 105px;
  flex: 0 0 105px;
}
video-playlist-carousel > .carousel-container {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
video-playlist-carousel .flickity-carousel {
  height: 100%;
}
video-playlist-carousel .carousel-cell {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
  width: 275px;
  position: absolute;
  word-wrap: break-word;
}
video-playlist-carousel .carousel-cell.selected button {
  background: var(--theme-primary);
}
video-playlist-carousel .carousel-cell.selected .cell-title {
  color: var(--theme-primary-txt);
}
video-playlist-carousel .carousel-cell.selected img {
  border: 1px solid var(--theme-primary-txt);
}
video-playlist-carousel .carousel-cell .cell-title {
  color: var(--theme-accent-txt);
}
video-playlist-carousel .carousel-cell button {
  display: flex;
  width: calc(100% - 6px);
  margin: 4px 3px;
  padding: 10px 5px;
  border: none;
  border-radius: 3px;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.25);
  flex-wrap: nowrap;
  overflow: hidden;
  word-break: break-word;
}
video-playlist-carousel .carousel-cell button:hover {
  background: var(--theme-accent-fade-50);
}
video-playlist-carousel .carousel-cell button:hover .cell-title {
  color: var(--theme-accent-txt);
}
video-playlist-carousel .img-wrap {
  position: relative;
  width: 135px;
  margin-right: 0.5rem;
  flex: 0 0 135px;
  border-radius: 3px;
}
video-playlist-carousel .img-wrap > div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
video-playlist-carousel .btn-carousel {
  width: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
video-playlist-carousel .btn-carousel[disabled] {
  opacity: 0.1;
}
video-playlist-carousel .btn-carousel-prev {
  left: 0;
}
video-playlist-carousel .btn-carousel-next {
  right: 0;
}
video-playlist-carousel .duration-overlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(48, 48, 48, 0.75);
  border-radius: 3px;
}

.XCfMH__unlistedVideoStatus {
  background: rgba(48, 48, 48, 0.75);
  display: inline-block;
  height: auto;
  padding: 0 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
}
.XCfMH__unlistedVideoStatus .vb-icon {
  line-height: 1.8;
}
.AeDDK__onlyIconDisplay {
  background: transparent;
}
.AeDDK__onlyIconDisplay .vb-icon {
  color: rgba(48, 48, 48, 0.75);
  font-size: 1.25rem;
}

.video-status {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}
.video-status-text {
  display: inline-block;
}
.video-status-text > span {
  background: rgba(255, 255, 0, 0.75);
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  color: #303030;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  text-transform: uppercase;
}
.video-status-text.rejected > span {
  background: #c41616;
  color: #fff;
}
.video-status-text.pending > span {
  background: #108dda;
  color: #fff;
}
.video-status-text.inactive > span {
  background: rgba(48, 48, 48, 0.75);
  color: #fff;
}
.video-status-legal {
  background: #000;
  display: inline-block;
  height: auto;
  padding: 0 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  text-transform: uppercase;
}
.video-status-legal .lock {
  font-size: 0.6875rem;
}
.video-status-text,
.video-status-legal {
  margin-bottom: 0.15rem;
}
.video-status .video-status-public-password {
  background: rgba(48, 48, 48, 0.75);
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  padding: 0.25rem;
  border-radius: 0.5rem;
}
.video-owner .video-text-status.pending > span {
  background: rgba(48, 48, 48, 0.75);
  color: #fff;
}

.UU02K__root {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.UU02K__root .tile-item {
  background: transparent !important;
  border: none !important;
  border-radius: 3px;
}
.UU02K__root .tile-item .tile-footer {
  background: transparent !important;
  border: none !important;
}
.UU02K__root .tile-item .tile-footer::before {
  content: none !important;
}
.UU02K__root .fixed-ratio {
  border-radius: 3px !important;
}
.UU02K__root .hAenQ__title {
  margin: 9px 0 9px 0;
  height: 2.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.UU02K__root ._ihdu__videoOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.UU02K__root ._ihdu__videoOverlay .HAMiG__bottomOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.UU02K__root ._ihdu__videoOverlay .HAMiG__bottomOverlay .SwlTk__progressBarWrap {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.UU02K__root ._ihdu__videoOverlay .HAMiG__bottomOverlay .SwlTk__progressBarWrap .WWv3Z__progressBar {
  height: 4px;
}
.UU02K__root ._ihdu__videoOverlay .HAMiG__bottomOverlay .oQAuM__videoDurationOverlay {
  position: relative;
  top: unset;
  height: 19px;
  line-height: 2em;
  padding: 0px 10px;
  width: 45px;
  bottom: 0;
  right: 0;
}
.UU02K__root ._ihdu__videoOverlay .HAMiG__bottomOverlay .L5ihh__liveBadge {
  position: relative;
  margin: 4px;
  top: unset;
  right: unset;
}
.UU02K__root ._ihdu__videoOverlay .HAMiG__bottomOverlay video-360-indicator {
  position: relative;
  top: unset;
  right: unset;
}
.UU02K__root .fl2iP__videoInfo {
  display: grid;
  margin-left: 8px;
  color: var(--theme-primary-txt);
}
.UU02K__root .fl2iP__videoInfo span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.1em;
  font-size: 0.8125rem;
}
.UU02K__root .fegLG__tileFooter {
  display: flex;
  padding: 0;
}
.UU02K__root .fegLG__tileFooter vb-profile-picture span {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.UU02K__root .fegLG__tileFooter vb-profile-picture span img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.UU02K__root .fegLG__tileFooter vb-profile-picture span .user {
  padding: 0 8px;
  height: unset;
}
.UU02K__root .fegLG__tileFooter .iw5QI__ownerName {
  padding-top: 2px;
}
.UU02K__root .DwP6o__tileItem {
  background: transparent !important;
}
@media all and (max-width: 991px) {
  .HrJIG__responsiveRoot .DiAKC__thumbnailWrapper {
    height: 45px;
    flex-shrink: 0;
    margin-right: 10px;
    width: 75px;
  }
}
@media all and (max-width: 991px) {
  .HrJIG__responsiveRoot .fegLG__tileFooter vb-profile-picture {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .HrJIG__responsiveRoot .fegLG__tileFooter .iw5QI__ownerName {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .HrJIG__responsiveRoot .DwP6o__tileItem {
    height: 45px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 991px) {
  .HrJIG__responsiveRoot .vgOk5__imageContainer {
    display: flex;
  }
}
.aDPQZ__thumbnailPreview {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-thumbnail-status {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
.video-thumbnail-status.fill {
  background: #b3b3b3;
}
.video-thumbnail-status.processing {
  background: #000;
  z-index: 1;
}
.video-thumbnail-status > span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: rgba(48, 48, 48, 0.75);
  color: #ebebeb;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.video-thumbnail-status > span.video-error {
  color: #c41616 !important;
}
.video-thumbnail-status > .status-processing {
  background: none;
}
.video-thumbnail-status > .status-processing .loader.small {
  border-color: #999999;
  border-left-color: #fff;
  margin: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.video-thumbnail-status .status-inactive {
  background: none;
  color: #fff;
  opacity: 0.85;
  z-index: 1;
}
.tile-item .video-thumbnail-status > span {
  font-size: 30px;
  margin-left: -19px;
  margin-top: -19px;
  height: 38px;
  width: 38px;
  line-height: 38px;
}
.tile-item .video-thumbnail-status > .status-processing .loader.small {
  top: -2px;
}
.file-list-row.rejected .video-thumbnail-status,
.tableViewRow.rejected .video-thumbnail-status {
  background: #c41616;
}
.file-list-row.pending-approval .video-thumbnail-status,
.tableViewRow.pending-approval .video-thumbnail-status {
  background: rgba(16, 141, 218, 0.5);
}
.file-list-row.pending-approval.video-owner .video-thumbnail-status,
.tableViewRow.pending-approval.video-owner .video-thumbnail-status {
  background: rgba(255, 255, 0, 0.5);
}
.file-list-row .video-thumbnail-status > span,
.tableViewRow .video-thumbnail-status > span {
  font-size: 18px;
  margin-left: -12px;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  z-index: 1;
}
.file-list-row .status-processing,
.tableViewRow .status-processing {
  height: 18px;
}

.team-box .team-logo {
  -webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
.team-box .team-logo {
  word-break: break-all;word-break: break-word;overflow-wrap: break-word;
}
.team-container .team-search {
  padding-top: 5px;
}
.team-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-wrapper .team-no-search {
  text-align: center;
}
.team-wrapper .team-no-search:not(:first-child) {
  display: none;
}
.team-wrapper .team-not-available {
  text-align: center;
}
.team-wrapper .team-link-primary {
  color: #108dda;
  text-decoration: underline;
}
.team-header {
  display: flex;
  align-items: stretch;
  padding: 10px 0 4px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .team-header {
    flex-direction: row;
  }
}
.team-heading {
  font-weight: 700;
  flex-grow: 1;
  font-size: 1.25rem;
  line-height: 2rem;
}
.team-heading :global(.chevron-right) {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .team-heading {
    align-self: flex-end;
  }
}
.team-box {
  border: 1px solid #cbcbcb;
  margin-bottom: 30px;
  display: block;
}
.team-box:focus {
  outline-offset: 2px;
}
.team-box .team-logo {
  overflow: hidden;
  position: relative;
}
.team-box .team-name {
  left: 50%;
  position: absolute;
  top: 50%;
  line-height: 1.2;
  margin-right: -47%;
  max-height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  word-break: normal;
}
.team-box .team-name-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% !important;
  opacity: 0.08;
  padding: 75px 0;
  text-align: center;
}
.team-box footer {
  background-color: #cbcbcb;
  padding: 5px;
}
.team-box .team-video-count {
  color: #09507b;
  font-weight: bold;
  margin-left: 5px;
}
.team-controls {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}
.team-control-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .team-control-items {
    align-items: center;
    justify-content: flex-end;
  }
}
.team-add-btn {
  margin-top: auto;
}
.team-search-container {
  width: 350px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .team-search-container {
    align-items: center;
    justify-content: flex-end;
  }
}
.team-search-container input {
  width: 310px;
  padding-right: 37px;
}
.team-search-container .glyphicons {
  width: 40px;
  top: 4px;
  padding: 10px;
  font-size: 1.25em;
  border-left: none;
  right: -310px;
  cursor: pointer;
}
.team-name {
  line-height: 1.2;
  margin: 0 0 0.5% 0;
  word-break: break-all;
}

manage-team .admin-team .preview-wrapper {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
  width: auto;
}
manage-team .admin-team .preview-wrapper .navbar {
  height: 100px;
}
manage-team .admin-team .btn-file-wrapper {
  text-align: right;
}
manage-team .admin-team .team-logo {
  font-size: 0.75rem;
  height: 75px;
  width: 75px;
}
manage-team .admin-team .team-logo .circle {
  width: 50px;
  height: 50px;
  font-size: 32px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  vertical-align: middle;
}
manage-team .admin-team .logo-info {
  font-size: 0.875rem;
  font-style: italic;
}
manage-team .admin-team .logo {
  max-height: 75px;
  max-width: 100px;
}
manage-team .admin-team .company-name-preview {
  margin-left: 20px;
}
manage-team .admin-team .color-title {
  font-size: 0.875rem;
  color: var(--theme-primary-txt);
}
manage-team .teams-panel .color-picker-wrapper {
  border-top-left-radius: 0;
  left: 0;
}
manage-team .teams-panel .color-picker-wrapper:before {
  margin-left: -167px;
}
manage-team .teams-panel .color-picker-wrapper:after {
  margin-left: -166px;
  top: -15px;
}
manage-team .teams-panel .danger {
  color: #c41616;
}
manage-team .from-media-state.admin-team {
  margin-left: 0;
  margin-right: 0;
}
manage-team .from-media-state .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

portal-dashboard {
  display: block;
  height: 100%;
}
portal-dashboard .dashboard.feature {
  padding-top: 8px;
}
portal-dashboard .dashboard .greeked-text {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  min-width: 150px;
  display: inline-block;
  height: 10px;
}
h3 portal-dashboard .dashboard .greeked-text {
  height: 13px;
  width: 75%;
}
.table-item h3 portal-dashboard .dashboard .greeked-text {
  margin-top: 17px;
}
h4 portal-dashboard .dashboard .greeked-text {
  height: 10px;
  min-width: 75px;
  width: 50%;
  line-height: 1.2;
}
portal-dashboard .dashboard .anchored-thumbnail {
  width: 100%;
  border-radius: 3px;
}
portal-dashboard .dashboard .fill-thumbnail {
  max-height: 100%;
  object-fit: cover;
}
portal-dashboard .dashboard .greeked-image {
  background: rgba(0, 0, 0, 0.1) !important;
}
portal-dashboard .stop-button {
  float: left;
}
@media (min-width: 768px) {
  portal-dashboard .dashboard.feature {
    border: none;
    margin: 0;
    padding: 0;
  }
  portal-dashboard .dashboard > div:last-child .carousel-rows {
    border-bottom: none;
  }
}

.pFrTL__portalDashboardContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.EQZCQ__portalDashboardContent {
  flex: 1 1 80%;
  padding: 30px 4%;
  min-width: 70%;
  width: 70%;
}
.jawug__portalDashboardSidebar {
  border-left: 1px solid #909090;
  flex: 1 1 20%;
  min-width: 30%;
  padding: 50px 3.33%;
  width: 30%;
}
.RTbMp__portalDashboardTopSeparator {
  border-top: 1px solid #909090;
}
.Yh0Ay__carouselSection {
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .pFrTL__portalDashboardContainer,
  .EQZCQ__portalDashboardContent,
  .jawug__portalDashboardSidebar {
    display: block;
  }
  .EQZCQ__portalDashboardContent,
  .jawug__portalDashboardSidebar {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .EQZCQ__portalDashboardContent {
    padding: 2% 5%;
  }
}

featured-videos {
  display: block;
}
featured-videos .featured-videos-wrap {
  position: relative;
  padding-bottom: 75px;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  featured-videos .featured-videos-wrap {
    padding-bottom: 0;
    min-height: auto;
  }
}
featured-videos .bottom-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
featured-videos .bottom-nav .down-link {
  font-size: 1.5em;
}
featured-videos .bottom-nav .down-link .glyphicons {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  featured-videos .bottom-nav {
    display: none;
  }
}

featured-video-thumbnail-carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
featured-video-thumbnail-carousel vb-flickity-carousel,
featured-video-thumbnail-carousel .flickity-carousel-container {
  height: 100%;
}
featured-video-thumbnail-carousel vb-flickity-carousel .dot,
featured-video-thumbnail-carousel .flickity-carousel-container .dot {
  border-width: 1px;
  border-style: solid;
}
featured-video-thumbnail-carousel vb-flickity-carousel .flickity-prev-next-button,
featured-video-thumbnail-carousel .flickity-carousel-container .flickity-prev-next-button {
  top: 50% !important;
}
featured-video-thumbnail-carousel .carousel-cell {
  height: 100%;
  width: 100%;
  padding: 0;
}
featured-video-thumbnail-carousel .flickity-page-dots {
  bottom: 50px;
}

featured-video-thumbnail {
  display: block;
  height: 100%;
  position: relative;
}
featured-video-thumbnail .thumbnail-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
featured-video-thumbnail .thumbnail-bg .thumbnail-gradient {
  height: 100%;
}
featured-video-thumbnail .thumbnail-content {
  position: absolute;
  width: 100%;
  color: #fff;
}
featured-video-thumbnail .thumbnail-content .btn {
  font-size: 1.5em;
  padding: 13px 25px;
  font-weight: 600;
  text-transform: uppercase;
}
featured-video-thumbnail .thumbnail-content .btn .circle {
  width: 1.5em;
  height: 1.5em;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
}
featured-video-thumbnail .thumbnail-content .btn .circle .glyphicons {
  top: 4px;
  color: inherit;
}
featured-video-thumbnail h1 {
  margin-top: 0;
}
featured-video-thumbnail h1 .overflow-container {
  line-height: 1.1em;
  max-height: 2.25em;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 2em;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  featured-video-thumbnail h1 .overflow-container {
    max-height: 1em;
    font-size: 1em;
  }
}
featured-video-thumbnail[align-title-left] .thumbnail-bg .thumbnail-gradient {
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
featured-video-thumbnail[align-title-left] .thumbnail-content {
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  featured-video-thumbnail[align-title-left] .thumbnail-content {
    width: calc(50% - 80px);
  }
}
featured-video-thumbnail[align-title-bottom] .btn {
  font-size: 0.9em;
  padding: 8px 13px;
}
featured-video-thumbnail[align-title-bottom] .btn .circle .glyphicons {
  top: 2px;
}
featured-video-thumbnail[align-title-bottom] .overflow-container {
  margin: 0 20px;
  font-size: 0.9em;
}
featured-video-thumbnail[align-title-bottom] .thumbnail-bg .thumbnail-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
featured-video-thumbnail[align-title-bottom] .thumbnail-content {
  bottom: 40px;
  text-align: center;
  -webkit-transform: none;
  transform: none;
}

featured-video-player-carousel .overlay-play {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
featured-video-player-carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
featured-video-player-carousel vb-flickity-carousel,
featured-video-player-carousel .flickity-carousel-container,
featured-video-player-carousel .carousel-cell,
featured-video-player-carousel .carousel-video {
  height: 100%;
}
featured-video-player-carousel vb-flickity-carousel {
  padding-top: 30px;
  padding-bottom: 50px;
}
.transparent-header featured-video-player-carousel vb-flickity-carousel {
  padding-top: 100px;
}
featured-video-player-carousel .carousel-video {
  text-align: center;
  white-space: nowrap;
}
featured-video-player-carousel .carousel-video:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
featured-video-player-carousel .carousel-item-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
featured-video-player-carousel .carousel-cell {
  width: 100%;
  padding: 0;
}
featured-video-player-carousel .flickity-prev-next-button {
  background: rgba(0, 0, 0, 0.2);
  top: 50% !important;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
featured-video-player-carousel .flickity-prev-next-button.previous {
  left: 20px;
}
featured-video-player-carousel .flickity-prev-next-button.next {
  right: 20px;
}
featured-video-player-carousel .flickity-page-dots {
  bottom: -33px;
}
featured-video-player-carousel .flickity-page-dots .dot {
  border-width: 1px;
  border-style: solid;
}
featured-video-player-carousel .slide-info-overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 50;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  color: #fff;
}
featured-video-player-carousel .slide-info-overlay h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  text-align: center;
  margin: 8px 16px;
  position: relative;
}
featured-video-player-carousel .overlay-play {
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
featured-video-player-carousel .overlay-play video-360-indicator {
  position: absolute;
  right: 16px;
  top: 2.75rem;
}
featured-video-player-carousel .overlay-play .circle {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  height: 50px;
  width: 50px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(48, 48, 48, 0.9);
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
featured-video-player-carousel .overlay-play .glyphicons {
  margin-top: 9px;
  margin-left: 2px;
}
@media (max-width: 768px) {
  featured-video-player-carousel {
    background: #ebebeb;
    border-bottom: 1px solid #cbcbcb;
  }
  featured-video-player-carousel vb-flickity-carousel {
    padding: 0 0 48px;
  }
  .transparent-header featured-video-player-carousel vb-flickity-carousel {
    padding-top: 56px;
  }
  featured-video-player-carousel .flickity-page-dots {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: -30px;
    margin: auto;
    width: auto;
  }
  featured-video-player-carousel .flickity-prev-next-button {
    top: auto;
    bottom: -68px;
    background: transparent;
  }
}

featured-video-thumbnail-grid {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
featured-video-thumbnail-grid .outer-layout {
  height: 100%;
}
featured-video-thumbnail-grid featured-video-thumbnail {
  height: auto;
}
featured-video-thumbnail-grid .quarter-grid featured-video-thumbnail:nth-child(2):last-child {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.Ss7F2__dashboardContent {
  margin-bottom: 30px;
}
.ievBX__contentSection {
  width: 100%;
}

.A7Rs___carouselCell {
  background: #fff;
  border: 1px solid #303030;
  display: block;
  padding: 4px 8px 4px 4px;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 991px) {
  .A7Rs___carouselCell {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 2px 8px 2px 2px;
  }
}
@media all and (min-width: 992px) {
  .A7Rs___carouselCell {
    background: #000;
    display: inline-block;
    padding: 0;
    width: 95%;
  }
}
@media all and (max-width: 991px) {
  .gztAy__carouselCellItem {
    border-top: transparent;
    left: 0 !important;
  }
  .gztAy__carouselCellItem:first-child {
    border-top: 1px solid #d8d8d8;
  }
}
.dashboard-carousel .flickity-prev-next-button.previous {
  left: -45px !important;
}
.dashboard-carousel .flickity-prev-next-button {
  height: 100% !important;
  width: 45px !important;
  border-radius: unset;
}
.dashboard-carousel .flickity-prev-next-button .flickity-button-icon {
  left: 30%;
  width: 40%;
}
.dashboard-carousel .flickity-prev-next-button:hover,
.dashboard-carousel .flickity-prev-next-button:focus {
  background-color: unset !important;
}
.dashboard-carousel .flickity-prev-next-button:hover:after,
.dashboard-carousel .flickity-prev-next-button:focus:after {
  background-color: var(--theme-accent);
}
.dashboard-carousel .flickity-prev-next-button:after {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
}
.X5KKI__imageWrapper {
  height: 40px;
  margin-right: 10px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .X5KKI__imageWrapper {
    display: inline-block;
  }
}
@media all and (min-width: 992px) {
  .X5KKI__imageWrapper {
    height: 100%;
  }
}
.vnqqd__infoContainer {
  padding: 8px;
  text-align: center;
  vertical-align: top;
  height: 56px;
}
@media all and (max-width: 991px) {
  .vnqqd__infoContainer {
    display: inline-block;
    height: auto;
    margin-top: 10px;
    max-width: 65%;
    padding-top: 2px;
    text-align: left;
  }
}
.vnqqd__infoContainer h4 {
  color: #b0b0b0;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.vnqqd__infoContainer h5 {
  display: none;
}
@media all and (min-width: 992px) {
  .vnqqd__infoContainer h5 {
    color: #636363;
    display: block;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }
}
.vnqqd__infoContainer a {
  color: #b0b0b0;
  font-size: 1rem;
}
@media all and (max-width: 320px) {
  .s1mrn__fixedRatioWrapper {
    margin-right: 0;
  }
}
@media all and (min-width: 321px) and (max-width: 992px) {
  .s1mrn__fixedRatioWrapper {
    margin-right: 15px;
  }
}
@media all and (max-width: 992px) {
  .s1mrn__fixedRatioWrapper {
    display: inline-block;
    height: 45px;
    width: 75px;
  }
}
.aAsOj__borderSolidBottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.IoEBz__header {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 99%;
}
.X09m___headerPrimaryWrapper {
  max-width: 85%;
}
.N9XO7__title {
  color: var(--theme-primary-txt) !important;
  margin: 0;
  padding: 6px 6px 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  outline: 1px solid rgba(0, 0, 0, 0);
  width: 30rem;
  max-width: 30rem;
  display: flex;
}
.N9XO7__title a {
  color: var(--theme-primary-txt);
}
.N9XO7__title a:hover {
  color: var(--theme-primary-txt);
  text-decoration: unset;
}
.N9XO7__title,
.SJe7f__titleLink {
  font-size: 1.125rem;
}
.KfSba__marginBottom {
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .KfSba__marginBottom {
    margin-bottom: 10px;
  }
}
.I5G2___browseAll {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.I5G2___browseAll small {
  font-size: 90%;
}
.I5G2___browseAll > a:hover {
  text-decoration: underline;
}
.MyDYu__eventCell {
  background: transparent;
  border: unset;
  box-shadow: unset;
}
.MyDYu__eventCell .X5KKI__imageWrapper {
  margin-bottom: 42px;
}
@media all and (max-width: 991px) {
  .MyDYu__eventCell .X5KKI__imageWrapper {
    display: flex;
    margin-bottom: 16px;
    height: 45px;
  }
}
.MyDYu__eventCell .X5KKI__imageWrapper .s1mrn__fixedRatioWrapper {
  flex-shrink: 0;
}
.MyDYu__eventCell .yhyio__eventInfoTitle {
  margin: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.MyDYu__eventCell .E4N8x__eventInfoDetails {
  font-size: 0.75rem;
  color: var(--theme-primary-txt-fade-50);
}
.MyDYu__eventCell .jhHAO__teamsCarouselThumbnail {
  border-radius: 3px;
}

.dashboard-carousel .carousel-cell {
  display: block;
  position: relative !important;
}
@media all and (min-width: 992px) {
  .dashboard-carousel .carousel-cell {
    min-width: 20%;
    position: absolute !important;
    width: 20%;
  }
}
.dashboard-carousel .flickity-button:focus {
  box-shadow: none;
  outline: none;
}
.dashboard-carousel .flickity-prev-next-button {
  display: none;
}
@media all and (min-width: 992px) {
  .dashboard-carousel .flickity-prev-next-button {
    display: block;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all linear 0.25s;
    transition: all linear 0.25s;
    width: 30px;
  }
}
.dashboard-carousel .flickity-prev-next-button[disabled] {
  display: none;
}
.dashboard-carousel .flickity-prev-next-button.next,
.dashboard-carousel .flickity-prev-next-button.previous {
  background: transparent;
}
.dashboard-carousel .flickity-prev-next-button.previous {
  left: -40px;
}
@media all and (max-width: 1200px) {
  .dashboard-carousel .flickity-prev-next-button.previous {
    left: -35px;
  }
}
.dashboard-carousel .flickity-prev-next-button.next {
  right: -40px;
}
@media all and (max-width: 1200px) {
  .dashboard-carousel .flickity-prev-next-button.next {
    right: -35px;
  }
}
.dashboard-carousel .flickity-resize .carousel-cell {
  min-height: 100%;
}
.dashboard-carousel video-360-indicator {
  position: absolute;
  top: 1.5rem;
  right: 4px;
}
@media all and (max-width: 991px) {
  .dashboard-carousel .flickity-slider {
    position: relative;
    transform: none !important;
  }
  .dashboard-carousel .flickity-slider .carousel-cell {
    transform: none !important;
  }
  .dashboard-carousel .flickity-viewport {
    height: auto !important;
  }
}
.borderSolidBottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.header {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.headerPrimaryWrapper {
  max-width: 85%;
}
.title {
  color: #fff;
  margin: 0;
  padding: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  outline: 1px solid rgba(0, 0, 0, 0);
  width: 30rem;
  max-width: 30rem;
}
.title,
.titleLink {
  font-size: 1.125rem;
}
.marginBottom {
  margin-bottom: 30px;
}
@media all and (max-width: 992px) {
  .marginBottom {
    margin-bottom: 10px;
  }
}
.browseAll {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.browseAll > a:hover {
  text-decoration: underline;
}

.npYBR__sectionWrapper {
  display: block;
  justify-content: space-around;
  position: relative;
}
.LZGk3__tileWrapper {
  display: inline-block;
  width: calc(100% / 5 - 1%);
  margin-right: 1%;
}
@media all and (max-width: 768px) {
  .LZGk3__tileWrapper {
    width: 100%;
  }
  .LZGk3__tileWrapper:not(:first-child) {
    display: none;
  }
}
.g5cq3__tileSmall {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.s8ZC2__infoContainer {
  padding: 8px;
}
@media all and (max-width: 768px) {
  .s8ZC2__infoContainer {
    display: none;
  }
}
.s8ZC2__infoContainer h4 {
  margin: 0;
  padding: 0;
}
.HbnmW__greekedText {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: inline-block;
  height: 10px;
  width: 100%;
}
.JS0ys__noItems {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 768px) {
  .JS0ys__noItems {
    left: 75px;
    text-align: left;
    top: 50%;
    width: auto;
  }
}
.JS0ys__noItems h4 {
  border: 1px solid rgba(48, 48, 48, 0.1);
  display: inline;
  padding: 8px 20px;
  opacity: 75%;
}
@media all and (max-width: 768px) {
  .JS0ys__noItems h4 {
    border: transparent;
    border-radius: 0;
  }
}
@media all and (max-width: 992px) {
  .JS0ys__noItems h4 {
    color: #b0b0b0;
    font-size: 1rem;
  }
}
@media all and (max-width: 1200px) {
  .d7P7Q__hideBox {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .tGRRw__fixedRatio {
    display: inline-block;
    height: 40px;
    width: 75px;
  }
}
@media all and (max-width: 768px) {
  .CIcOM__greekedImage {
    margin: 2px 0 0 2px !important;
  }
}

.U0IFO__progressBarWrap {
  margin-top: 10px;
  background: #999999;
  height: 3px;
  margin-right: 1%;
  width: 93%;
}
@media all and (max-width: 992px) {
  .U0IFO__progressBarWrap {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.Gw3wX__progressBar {
  height: 100%;
}

.XNIwf__widgetWrapper:not(:first-child) {
  margin: 50px 0;
}

.fR0JD__listWrap {
  margin-bottom: 5px;
  min-height: 70px;
  padding-left: 10px;
}
.kRvo9__seeAllLink {
  position: absolute;
  right: 0;
  top: 0.75em;
  color: var(--theme-primary-txt);
}
.E9oVW__listItem {
  list-style-position: inside;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.idCdF__listItemText {
  font-size: 0.8125rem;
}
.ufBCy__eventDate {
  font-size: 0.75rem;
  padding: 10px 20px;
  color: var(--theme-primary-txt-fade-50);
  margin: 0 auto;
}
.idCdF__listItemText,
.idCdF__listItemText:hover {
  color: var(--theme-primary-txt);
}
.idCdF__listItemText:hover {
  border-bottom: 1px solid rgba(34, 41, 48, 0.95);
  text-decoration: none;
}
.BKlm7__noResultsContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.x894R__layout {
  padding: 20px;
  position: relative;
  max-height: 650px;
  min-height: 180px;
  border-bottom: 1px solid;
  border-color: var(--theme-primary-txt-fade-50);
}
._q_b1__header {
  margin-top: -10px;
  display: flex;
}
.WxQsm__headerText {
  color: var(--theme-primary-txt) !important;
}
.WxQsm__headerText .cz5Km__headerLink {
  color: var(--theme-primary-txt) !important;
}
.cz5Km__headerLink:hover {
  color: inherit;
  text-decoration: none;
}

.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;
}

.RBzM3__root {
  background-color: var(--theme-primary);
  color: var(--theme-primary-txt);
}
.x8CP8__dialogHeader {
  padding: 16px;
  background-color: var(--theme-primary-overlay);
}
.x8CP8__dialogHeader button {
  border: none;
}
.x8CP8__dialogHeader button span {
  font-size: smaller;
}
.x8CP8__dialogHeader :after {
  background-color: var(--theme-primary-overlay) !important;
}
.x8CP8__dialogHeader span {
  display: inline-flex;
  align-items: center;
  font-size: large;
}
.XN_8p__dialogContent {
  padding: 16px;
}
.ICAY7__largeRounded {
  padding: 16px;
  color: var(--theme-primary-txt);
  border-style: solid;
  border-radius: 5px;
  border-color: var(--theme-primary);
  background-color: var(--theme-primary);
  margin: 8px;
}
.ICAY7__largeRounded span {
  font-size: large;
}
.ICAY7__largeRounded div {
  font-size: small;
  margin-top: 8px;
  text-align: left;
}
.CxK5B__selected {
  border-color: var(--theme-accent);
}
.N6RrL__submitContainer {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.N6RrL__submitContainer button {
  margin: 8px;
  padding: 8px 16px;
}
.jPumR__newPlaylistDialog .modal-content {
  border-radius: 12px;
  border: none;
  background: none;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.ND0YP__btn.active,
.FOpqD__btnGroup .btn.active,
.ND0YP__btn.active:hover,
.FOpqD__btnGroup .btn.active:hover {
  color: #09507b;border-color: rgba(9, 80, 123, 0.25);background: #d4edfc;box-shadow: none;
}
.UaF2y__mediaToolbar {
  background: var(--theme-primary);
  color: var(--theme-primary-txt);
  border-bottom: 1px solid var(--theme-primary-txt-fade-50);
  display: block;
  position: fixed;
  min-height: 53px;
  width: 100%;
  z-index: 10;
}
.Um4yB__mediaToolbarWrapper {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
  margin-left: 20px;
  padding-right: calc(48px + 20px);
}
@media (max-width: 991px) {
  .Um4yB__mediaToolbarWrapper {
    padding-right: 35px;
  }
}
.cb8Vp__mediaToolbarContainer {
  height: 67px !important;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cb8Vp__mediaToolbarContainer {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .cb8Vp__mediaToolbarContainer {
    height: 37px !important;
  }
}
.QQjP0__mediaToolbarNav {
  display: flex;
  margin-right: 10px;
  flex-grow: 1;
  font-size: 1.25rem;
  line-height: 2rem;
  align-self: flex-start;
}
.QQjP0__mediaToolbarNav .chevron-right {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .QQjP0__mediaToolbarNav {
    align-self: center;
  }
}
.UD7yM__mediaToolbarControls {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}
.ND0YP__btn,
.FOpqD__btnGroup .btn {
  height: 36px;
  padding: 0 12px !important;
  border-radius: 2px;
  background: none;
  border-color: #cbcbcb;
  color: #565656;
  box-shadow: inset 0 1px 0 #fff;
  font-size: 0.875rem;
  text-shadow: none;
  line-height: 36px;
}
.ND0YP__btn:hover:not(.disabled),
.FOpqD__btnGroup .btn:hover:not(.disabled) {
  border: 1px solid #b0b0b0;
}
@media (max-width: 767px) {
  .ND0YP__btn,
  .FOpqD__btnGroup .btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.pyW9h__mediaToolbarControlBtns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.pyW9h__mediaToolbarControlBtns:empty {
  padding-top: 0;
}
.pyW9h__mediaToolbarControlBtns .badge {
  background-color: #108dda;
  left: 4px;
}
.pyW9h__mediaToolbarControlBtns .btn-group {
  line-height: 36px;
}
@media (min-width: 768px) {
  .pyW9h__mediaToolbarControlBtns {
    align-items: center;
    justify-content: flex-end;
  }
}
.iOtUT__playIcon {
  border-radius: 20px;
  border: 3px solid var(--theme-accent-txt);
  background: var(--theme-accent-txt);
  margin-right: 10px;
  color: var(--theme-accent);
}
.XLH_o__teamHeader {
  border-top: 1px solid #ebebeb;
  padding: 1rem 0 1rem 2rem;
  height: 125px;
  min-width: 100%;
  z-index: 15;
  background-color: #f3f3f3;
}
@media all and (max-width: 992px) {
  .XLH_o__teamHeader {
    position: relative;
    top: 0;
  }
}
.XLH_o__teamHeader img {
  max-width: 100%;
  max-height: 100px;
}
.HRGeL__uploadToTeam {
  position: absolute;
  top: 0;
  right: 0;
  height: 124px;
  width: 8rem;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
}
.HRGeL__uploadToTeam .upload-btn {
  height: inherit;
  width: inherit;
  background: none;
  border-color: #cbcbcb;
  color: #565656;
  font-size: 0.875rem;
  text-shadow: none;
  padding: 0 12px !important;
  line-height: 36px;
}
.HRGeL__uploadToTeam .disk_open {
  color: #fff;
  font-size: 2rem;
}
.HRGeL__uploadToTeam .upload-text {
  font-size: 0.7rem;
  color: #fff;
}
.Ehos1__teamLogoContainer {
  max-width: 120px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .Ehos1__teamLogoContainer {
    padding-left: 0 !important;
  }
}
@media (max-width: 505px) {
  .ImEGj__teamHeaderContent {
    padding: 0 !important;
  }
}
.vzNSD__teamName {
  line-height: 1.2;
  margin: 0 0 0.5% 0;
  word-break: break-all;
}
.vVXJI__verticalDivider {
  border-width: 0;
  border-left: 2px solid !important;
  margin-left: 5px;
  padding-left: 7px;
}
.q4B7R__toolbarAnchor {
  text-decoration: none;
}
.q4B7R__toolbarAnchor:hover {
  color: var(--theme-primary-txt);
}
.q4B7R__toolbarAnchor:visited {
  color: var(--theme-primary-txt);
}

.j35Fg__dropdownList {
  background: #f8f8f8;
}
.j35Fg__dropdownList li > a {
  padding: 5px 0 5px 25px !important;
  position: relative;
}
.j35Fg__dropdownList li > a > span {
  position: absolute;
  top: 7px;
  left: 6px;
}
.LQ3gC__activeAnchor {
  font-weight: bold;
}

.WFUx1__wrapper {
  height: inherit;
  width: inherit;
}
.WFUx1__wrapper.open .dropdown-toggle:before {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #000 transparent;
  left: 50%;
  margin-left: -14px;
  bottom: 13px;
  z-index: 5001;
}
.WFUx1__wrapper .dropdown-menu {
  padding: 0;
  top: 7.7em !important;
}
@media all and (max-width: 992px) {
  .WFUx1__wrapper .dropdown-menu {
    top: 8.2em !important;
  }
}
@media all and (max-width: 768px) {
  .WFUx1__wrapper .dropdown-menu {
    top: 12.4em !important;
  }
}
.tRd9q__dropdown-menu {
  padding: 0;
  margin: 0;
  right: -4.4em !important;
}
.hSURW__uploadBtn {
  border: none;
  border-radius: 0 !important;
}
.hSURW__uploadBtn:hover {
  border: none !important;
}

.TgSpH__root {
  display: block;
  height: 100%;
}
.JJQn8__categoryAndVideo {
  padding-right: 23px;
}
.nssGS__cellAnchor {
  color: var(--theme-primary-txt);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 10px 0;
}
.nssGS__cellAnchor:hover,
.nssGS__cellAnchor:active {
  color: var(--theme-primary-txt);
  text-decoration: none;
}
.CSV5G__name {
  font-size: 1rem;
  padding: 0 23px;
  overflow: hidden;
}
.CSV5G__name > div {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.CSV5G__name .XSU5q__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.CSV5G__name .UG277__subTitle {
  font-size: 0.75rem;
  margin: 10px 0;
}
.GRPtH__edit {
  width: auto !important;
  justify-content: flex-end;
}
.bKvuT__categoryThumbnailFixedRatio {
  text-align: center;
  border: 2px solid transparent !important;
}
.bKvuT__categoryThumbnailFixedRatio .vb-icon {
  font-size: 80px;
  position: relative;
  top: 20px;
}
.bKvuT__categoryThumbnailFixedRatio .vb-icon .ua-apple {
  top: auto;
}
.yjtmF__noVideoYet {
  position: relative;
  top: 40%;
  word-wrap: break-word;
  white-space: normal;
}
.c2Kih__thumbnailCell {
  margin: 10px 0;
  flex: 0 1 190px;
  color: white !important;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
}
.c2Kih__thumbnailCell .vb-icon {
  font-size: 24px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.fixed-ratio-wrapper img {
  height: 100%;
}

.B5oHZ__root {
  display: flex;
  width: 100%;
  height: 100%;
}
.YczuU__thumbnailAnchor {
  display: flex;
  width: 100%;
  height: 100%;
  color: var(--theme-primary-txt);
}
.YczuU__thumbnailAnchor:hover {
  color: var(--theme-primary-txt);
  text-decoration: none;
}
.Ur34c__thumbnailWrapper {
  flex: 1 1 auto;
  position: relative;
}
.LZE6p__thumbnailPreview {
  border-radius: 6px;
  object-fit: contain;
}
.ph5qK__thumbnailSheetWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.gEbHx__icon {
  z-index: 2;
  font-size: 18px;
  padding: 3px;
  color: #fff;
  position: relative;
  float: left;
  background-color: rgba(48, 48, 48, 0.5);
  border-radius: 3px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .gEbHx__icon {
    font-size: 10px;
  }
}
._bnmY__vbIcon {
  top: 1px;
}
@media (max-width: 767px) {
  ._bnmY__vbIcon {
    font-size: 15px;
  }
}
.bz5ig__thumbnailStatus {
  border-radius: 6px;
}

.i0mQr__titleAnchor {
  display: flex;
}
.pHDW7__title {
  text-overflow: ellipsis;
  overflow: hidden;
  flex-wrap: nowrap;
}
.a7X0e__root {
  display: block;
  height: 100%;
}
.a7X0e__root a {
  color: var(--theme-primary-txt);
}
.a7X0e__root a:hover {
  color: var(--theme-primary-txt);
  text-decoration: none;
}
.a7X0e__root video-360-indicator {
  color: var(--theme-primary-txt);
  text-shadow: none;
}
.a7X0e__root video-360-indicator .vb-icon {
  line-height: inherit !important;
}
.UYrK7__unlistedComp .vb-icon {
  color: var(--theme-primary-txt) !important;
  line-height: 1 !important;
}

speech-search-results-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
speech-search-results-list .speech-search-results-list-expander {
  color: var(--theme-primary-txt);
  display: inline-block;
  line-height: 2;
  font-weight: bold;
}
speech-search-results-list .speech-search-results-list-expander .glyphicons {
  font-size: 0.625rem;
}

speech-search-result {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
}
speech-search-result .speech-search-result-time {
  margin-right: 10px;
}
speech-search-result .speech-search-result-excerpt em {
  font-weight: bold;
  font-style: normal;
}

.Z37X___root .tableViewRow {
  cursor: pointer;
}
.Z37X___root header-select-all-check-box-renderer {
  padding-top: 2px;
}
.Z37X___root .ag-checkbox-input-wrapper {
  background-color: #fff !important;
}
.Z37X___root .ag-checkbox-input-wrapper.ag-checked {
  background-color: var(--theme-accent-txt) !important;
  border: 2px solid var(--theme-primary-txt);
  font-size: 14px !important;
  line-height: 13px !important;
}
.Z37X___root .ag-checkbox-input-wrapper.ag-checked:after {
  color: var(--theme-accent) !important;
}
.Z37X___root .ag-checkbox-input-wrapper:after {
  color: var(--theme-primary-txt) !important;
}
.Z37X___root .ag-row-selected.ag-row-hover .ag-cell {
  background-color: var(--theme-primary);
}
.xh41J__processingError .iB1lE__image-wrapper img {
  opacity: 0.5;
}
.c6DYa__inactive .iB1lE__image-wrapper img {
  opacity: 0.5;
}
.kXonp__headerClass {
  text-transform: uppercase;
}
._LFl8__cellClass {
  padding: 10px 0 10px 23px !important;
  line-height: 1 !important;
}
._LFl8__cellClass:first-child {
  padding-left: 0 !important;
}
.GuMb4__chkBoxHeaderCellClass {
  padding-left: 0 !important;
}
.GuMb4__chkBoxHeaderCellClass vb-ui-checkbox {
  padding-left: 0 !important;
}
.GuMb4__chkBoxHeaderCellClass:focus:after {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: calc(100% - 2px) !important;
}
.XPV20__checkBoxCellClass {
  padding: 10px 0 !important;
}
.XPV20__checkBoxCellClass .ag-selection-checkbox {
  align-items: flex-start !important;
}
.CEHlR__cellPseudoAnchor {
  color: var(--theme-primary-txt);
  white-space: normal;
}
.CEHlR__cellPseudoAnchor:hover,
.CEHlR__cellPseudoAnchor:active {
  color: var(--theme-primary-txt);
  text-decoration: none;
}

video-expiration-options {
  display: block;
}
video-expiration-options .video-expiration-fixed-height {
  display: block;
  min-height: 130px;
}
video-expiration-options .expiration-rule {
  /*override the select.css(from ui-select) settings as per our need*/
}
video-expiration-options .expiration-rule .ui-select-container .ui-select-match {
  outline: none;
}
video-expiration-options .expiration-rule .ui-select-container .ui-select-match .form-control {
  height: 31px;
  padding-top: 8px;
  font-size: 0.875rem;
}
video-expiration-options .expiration-rule .ui-select-container.ul-select-lg .ui-select-match {
  outline: none;
}
video-expiration-options .expiration-rule .ui-select-container.ul-select-lg .ui-select-match .form-control {
  height: 46px;
  padding-top: 13px;
  font-size: 0.875rem;
}
video-expiration-options .expiration-rule .ui-select-container .btn-default-focus {
  border: 1px solid #108dda;
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px #108dda, 0 0 10px rgba(0, 0, 0, 0.25);
}
video-expiration-options .expiration-rule .ui-select-container .ui-select-choices .select-choices-row-items {
  padding: 3px 20px;
}
video-expiration-options .expiration-rule .ui-select-bootstrap .ui-select-choices-row > span {
  padding: 0;
}
video-expiration-options .expiration-rule .ui-select-placeholder {
  display: block;
}

@media (min-width: 992px) {
  bulk-edit-videos {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
bulk-edit-videos .help-block {
  color: #fff;
}
bulk-edit-videos video-expiration .col-lg-9 {
  width: 100%;
}
bulk-edit-videos tags-input {
  color: #000;
}
bulk-edit-videos .sidebar-form {
  margin: 0 -16px;
  padding: 18px 16px;
  overflow-y: auto;
}
bulk-edit-videos .vb-ui-form-group-control:after {
  top: 25px;
  right: -13px;
}
.bulk-edit-sidebar .control-label {
  color: #fff;
}
@media all and (min-width: 992px) {
  .bulk-edit-sidebar .bulk-edit-settings {
    border-top: 1px solid var(--theme-primary-txt) !important;
  }
  .bulk-edit-sidebar .bulk-edit-cancel {
    border-bottom: 1px solid var(--theme-primary-txt) !important;
  }
}
.bulk-edit-tags {
  background-color: #fff;
}

.media-layout .right-sidebar.is-open .right-sidebar-content {
  padding: 0;
  background-color: var(--theme-primary);
  color: var(--theme-primary-font);
}
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header {
  margin: 0 -16px;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header {
  padding: 0 16px;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid > header,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header > header {
  position: static;
  margin: 0 -16px;
  padding: 1px 16px;
  border-width: 0;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid .sidebar-form,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header .sidebar-form {
  margin: 0 -16px;
  padding: 18px 16px;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid .uib-datepicker-popup,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header .uib-datepicker-popup {
  left: initial !important;
  right: 0;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid .required.has-error .error-field,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header .required.has-error .error-field {
  display: block;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid .required-field:before,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header .required-field:before {
  left: auto;
  right: -16px;
  top: 25px;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid .error-field,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header .error-field {
  padding-top: 5px;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid label.control-label,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header label.control-label {
  font-size: 0.85em;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid .acl-op,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header .acl-op {
  padding-bottom: 5px;
}
.media-layout .right-sidebar.is-open .right-sidebar-content > .container-fluid .acl,
.media-layout .right-sidebar.is-open .right-sidebar-content video-search-sidebar-header .acl {
  padding-top: 0;
  color: #000;
}
.media-layout .right-sidebar.is-open .right-sidebar-content vb-toolbar .btn.btn-cancel:not(.active) {
  background: #f3f3f3;
}
.media-layout .sidebar-buttons a,
.media-layout .sidebar-buttons button {
  color: inherit;
}
.media-layout .sidebar-buttons a:hover,
.media-layout .sidebar-buttons button:hover {
  color: inherit;
}
.media-layout .sidebar-buttons .download-inventory-reports .filetype {
  color: inherit;
  padding: 0;
}
.media-layout .sidebar-buttons .download-inventory-reports .filetype:before {
  position: initial;
  font-size: 16px;
  color: inherit;
}
@media (min-width: 992px) {
  .media-layout .right-sidebar {
    /* prevents flicker when opening sidebar */
    width: 48px;
  }
  .media-layout .right-sidebar.is-open:not(.force-closed) {
    overflow-y: hidden;
    width: 480px;
  }
  .media-layout .right-sidebar.is-open:not(.force-closed) .right-sidebar-content {
    width: calc(480px - 48px);
  }
  .media-layout .right-sidebar .sidebar-buttons {
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .media-layout .right-sidebar-content {
    overflow-y: scroll;
  }
}

vb-legal-hold-sidebar {
  display: block;
  position: relative;
}
vb-legal-hold-sidebar .dropdown-menu {
  border: transparent;
  background-color: transparent;
  box-shadow: none;
}
vb-legal-hold-sidebar .sidebar .sidebar-menu {
  min-width: 0;
}
@media all and (min-width: 992px) {
  vb-legal-hold-sidebar .sidebar .sidebar-menu {
    inset: 0 0 0 0 !important;
  }
}
vb-legal-hold-sidebar .sidebar .sidebar-dropdown {
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 4px;
  padding: 10px 35px;
  position: absolute;
  inset: 0 51px auto auto !important;
  width: auto;
}
@media all and (max-width: 992px) {
  vb-legal-hold-sidebar .sidebar .sidebar-dropdown {
    right: -51px !important;
    top: -100px !important;
  }
}
vb-legal-hold-sidebar .sidebar .sidebar-dropdown:after,
vb-legal-hold-sidebar .sidebar .sidebar-dropdown:before {
  left: 100%;
  top: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media all and (max-width: 992px) {
  vb-legal-hold-sidebar .sidebar .sidebar-dropdown:after,
  vb-legal-hold-sidebar .sidebar .sidebar-dropdown:before {
    left: 80%;
    top: 113%;
  }
}
vb-legal-hold-sidebar .sidebar .sidebar-dropdown:before {
  border-left-color: #303030;
  border-width: 13px;
  margin-top: -1px;
  margin-left: 0;
}
@media all and (max-width: 992px) {
  vb-legal-hold-sidebar .sidebar .sidebar-dropdown:before {
    border-left-color: transparent;
    border-top-color: #303030;
    margin-top: -8px;
  }
}
vb-legal-hold-sidebar .sidebar .sidebar-dropdown:after {
  border-color: rgba(248, 248, 248, 0);
  border-left-color: #fff;
  border-width: 12px;
  margin-top: -1px;
  margin-left: -1px;
}
@media all and (max-width: 992px) {
  vb-legal-hold-sidebar .sidebar .sidebar-dropdown:after {
    border-top-color: #fff;
    border-left-color: transparent;
    margin-top: -8px;
    margin-left: 0;
  }
}
vb-legal-hold-sidebar .menu-link {
  color: #222930 !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  padding: 5px !important;
  text-align: left;
}

.MplQD__root {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.MplQD__root .tile-item {
  background: transparent !important;
  border: none !important;
  border-radius: 3px;
}
.MplQD__root .tile-item .tile-footer {
  background: transparent !important;
  border: none !important;
}
.MplQD__root .tile-item .tile-footer::before {
  content: none !important;
}
.lqW5U__imageContainer {
  justify-content: unset;
  padding-top: calc(56.25% + 13px);
}
.wQuTr__tileItem {
  color: transparent;
}
.wQuTr__tileItem .grid-item-list {
  background: #6f7377;
  border-radius: 3px;
}
.wQuTr__tileItem .grid-item-list .fixed-ratio {
  text-align: center;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wQuTr__tileItem .grid-item-list .fixed-ratio .vb-icon {
  font-size: 3em;
}
.wQuTr__tileItem .grid-item-list.fixed-ratio-wrapper::after {
  padding-top: calc(56.25% + 13px);
}
.wQuTr__tileItem .grid-item-list .no-item {
  border: none;
  background: #999999;
}
.AHwJM__tileFooter {
  color: var(--theme-primary-txt) !important;
  height: 25px !important;
  font-size: 1.125rem;
  line-height: 25px !important;
  padding: 0px !important;
}
.AHwJM__tileFooter a {
  color: var(--theme-primary-txt) !important;
  font-size: 1rem;
}
.Kfgkp__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 9px 0 9px 0;
}
.N7NTK__dummyChild {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.xbnSM__NoVideosYet {
  vertical-align: middle;
  display: inline-block;
  font-size: 1rem;
  color: var(--theme-primary-txt);
}
.xbnSM__NoVideosYet:hover {
  color: var(--theme-primary-txt);
}
playlist-tile .fixed-ratio {
  display: block !important;
}

.Round {
  border-radius: 9999px;
}
.RoundedButton {
  border-radius: 3px;
}
.PointerCursor {
  cursor: pointer;
}
.TextClip,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-item > span,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-autocomplete-item > span,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-item > small,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-autocomplete-item > small {
  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;
}
.right-sidebar .right-sidebar-content .filters-sidebar {
  padding-top: 50px;
}
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-item,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-autocomplete-item {
  font-size: 13px;
}
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-item > span,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-autocomplete-item > span,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-item > small,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-autocomplete-item > small {
  display: block;
  padding-right: 0.5rem;
}
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-item > span,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-autocomplete-item > span {
  font-weight: bold;
  line-height: 22px;
}
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-item > small,
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .category-autocomplete-item > small {
  width: 100%;
  line-height: 12px;
}
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .tags .tag-item {
  background: #d7f2ff;
  color: #09507b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: auto !important;
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  width: 48%;
}
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .tags .tag-item .remove-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  color: inherit;
  text-align: center;
  height: 100%;
  border-left: 1px solid rgba(0, 90, 130, 0.1);
  font-size: 11px;
  padding-top: 12px;
  color: rgba(0, 90, 130, 0.25);
}
.right-sidebar .right-sidebar-content .filters-sidebar tags-input.category-tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
  background: rgba(0, 90, 130, 0.2);
  color: #09507b;
}
.clear-btn-wrapper {
  margin-top: 20px;
  text-align: right;
}
.filters-sidebar .control-label {
  color: var(--theme-primary-txt) !important;
}
@media (min-width: 992px) {
  search-filters-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
search-filters-sidebar .contentWrapper {
  overflow-y: auto;
}

.uOJmX__titleAnchor {
  display: flex;
}
.GF4oZ__title {
  text-overflow: ellipsis;
  overflow: hidden;
  flex-wrap: nowrap;
  line-height: 1.1;
}
.onOkO__root {
  display: block;
}
.onOkO__root a {
  color: var(--theme-primary-txt);
}
.onOkO__root a:hover {
  color: var(--theme-primary-txt);
  text-decoration: none;
}
.onOkO__root video-360-indicator {
  color: var(--theme-primary-txt);
  text-shadow: none;
}
.onOkO__root video-360-indicator .vb-icon {
  line-height: inherit !important;
}
.GNAym__unlistedComp .vb-icon {
  color: var(--theme-primary-txt) !important;
  line-height: 1 !important;
}

vb-media-table,
vb-media-table-column,
vb-media-table-column-header,
vb-media-table-select-column-header {
  display: block;
}
vb-media-table .table-cell,
vb-media-table-column .table-cell,
vb-media-table-column-header .table-cell,
vb-media-table-select-column-header .table-cell {
  display: block;
}
vb-media-table[flex="none"],
vb-media-table-column[flex="none"],
vb-media-table-column-header[flex="none"],
vb-media-table-select-column-header[flex="none"] {
  -webkit-flex: none !important;
  flex: none !important;
}
vb-media-table speech-search-results-list,
vb-media-table-column speech-search-results-list,
vb-media-table-column-header speech-search-results-list,
vb-media-table-select-column-header speech-search-results-list {
  order: 500;
}
vb-media-table.stop-3d-transform,
vb-media-table-column.stop-3d-transform,
vb-media-table-column-header.stop-3d-transform,
vb-media-table-select-column-header.stop-3d-transform {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
vb-media-table.file-list-wrap {
  overflow: visible !important;
}
vb-media-table-column .video-status-public-password {
  background: rgba(48, 48, 48, 0.75);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  padding: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
}
vb-media-table-column video-360-indicator {
  display: inherit;
  padding: 0 0.5rem;
}
vb-media-table-column unlisted-video-indicator {
  position: relative;
  top: 4px;
  left: 10px;
  display: inherit;
}

.Bmtf8__root {
  display: flex;
  width: 100%;
  height: 100%;
}
.bIrWD__thumbnailAnchor {
  display: flex;
  width: 100%;
  height: 100%;
  color: var(--theme-primary-txt);
}
.bIrWD__thumbnailAnchor:hover {
  color: var(--theme-primary-txt);
  text-decoration: none;
}
.L2M56__thumbnailWrapper {
  flex: 1 1 auto;
  position: relative;
}
.oHZoK__thumbnailSheetWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.C98rS__thumbnailPreview {
  border-radius: 6px;
  object-fit: contain;
}
.fkHFT__icon {
  z-index: 2;
  font-size: 18px;
  padding: 3px;
  color: #fff;
  position: relative;
  float: left;
  background-color: rgba(48, 48, 48, 0.5);
  border-radius: 3px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .fkHFT__icon {
    font-size: 10px;
  }
}
.XIeSL__vbIcon {
  top: 1px;
}
@media (max-width: 767px) {
  .XIeSL__vbIcon {
    font-size: 15px;
  }
}
.k_RTB__thumbnailStatus {
  border-radius: 6px;
}

.JWQqM__root {
  width: 100%;
  height: 100%;
}
.JWQqM__root .tableViewRow {
  cursor: pointer;
}
.JWQqM__root.pPjpN__defaultCursor .tableViewRow {
  cursor: default;
}
.JWQqM__root._8v3DU__grabPointer .tableViewRow {
  cursor: grab;
}
.JWQqM__root header-select-all-check-box-renderer {
  padding-top: 2px;
}
.JWQqM__root .ag-checkbox-input-wrapper {
  background-color: #fff !important;
}
.JWQqM__root .ag-checkbox-input-wrapper.ag-checked {
  background-color: var(--theme-accent-txt) !important;
  border: 2px solid var(--theme-primary-txt);
  font-size: 14px !important;
  line-height: 13px !important;
}
.JWQqM__root .ag-checkbox-input-wrapper.ag-checked:after {
  color: var(--theme-accent) !important;
}
.JWQqM__root .ag-checkbox-input-wrapper:after {
  color: var(--theme-primary-txt) !important;
}
.JWQqM__root .ag-row-selected.ag-row-hover .ag-cell {
  background-color: var(--theme-primary);
}
.PUD6V__inactive .HKIB9__image-wrapper img {
  opacity: 0.5;
}
.pvuT6__headerClass {
  text-transform: uppercase;
}
.NQNK3__cellClass {
  padding: 10px 0 10px 23px !important;
  line-height: 1 !important;
}
.NQNK3__cellClass:first-child {
  padding-left: 0 !important;
}
.x8BT1__chkBoxHeaderCellClass {
  padding-left: 0 !important;
}
.x8BT1__chkBoxHeaderCellClass vb-ui-checkbox {
  padding-left: 0 !important;
}
.CmwNe__checkBoxCellClass {
  padding: 10px 0 !important;
}
.CmwNe__checkBoxCellClass .ag-selection-checkbox {
  align-items: flex-start !important;
}
.DcXMN__dragCellClass {
}
.DcXMN__dragCellClass .ag-cell-wrapper {
  align-items: flex-start !important;
}
.DcXMN__dragCellClass .ag-cell-wrapper .ag-drag-handle {
  align-items: flex-start !important;
  margin-top: -2px;
  margin-right: 10px;
}
.DcXMN__dragCellClass .ag-cell-wrapper .ag-drag-handle .ag-icon {
  font-family: 'Glyphicons Regular' !important;
}
.DcXMN__dragCellClass .ag-cell-wrapper .ag-drag-handle .ag-icon:before {
  content: '\E159' !important;
}
.D6Yw5__cellPseudoAnchor {
  color: var(--theme-primary-txt);
  white-space: normal;
}
.D6Yw5__cellPseudoAnchor:hover,
.D6Yw5__cellPseudoAnchor:active {
  color: var(--theme-primary-txt);
  text-decoration: none;
}

vb-search-filter-list {
  display: flex;
  margin-bottom: 10px;
  max-width: 90vw;
}
vb-search-filter-list .search-filter-item {
  display: inline-block;
  margin: 0 5px 4px 0;
  padding: 2px 10px 5px;
  border-radius: 3px;
  border: 1px solid var(--theme-accent-txt);
  color: var(--theme-accent-txt);
  background: var(--theme-accent);
}
vb-search-filter-list .search-filter-item button.close {
  margin-left: 10px;
  position: relative;
  top: 1px;
  color: var(--theme-accent-txt);
  background: none;
  border: none;
  font-size: 21px;
}
@media (max-width: 767px) {
  vb-search-filter-list {
    display: none;
  }
}

.Dnqdj__tilesContainer {
  background: var(--theme-primary);
  display: flex;
  flex-flow: row wrap;
}
.wal13__tile {
  margin: 0px 8px;
  flex: 0 1 calc(20% - 16px);
  max-width: calc(20% - 16px);
  max-height: calc(20% - 16px);
}
@media (max-width: 1200px) {
  .wal13__tile {
    flex: 0 1 calc(33% - 16px);
    max-width: calc(33% - 16px);
    max-height: calc(33% - 16px);
  }
}
@media (max-width: 768px) {
  .wal13__tile {
    margin: 0;
    flex: 0 1 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.WjSU2__container {
  display: flex;
  flex-direction: column;
  padding: 0 15%;
}
@media (min-width: 992px) {
  .WjSU2__container {
    flex-direction: row;
  }
}
.hQiq0__panelHeading {
  margin: 0;
  padding: 15px !important;
  border-radius: 3px 3px 0 0;
}
.hQiq0__panelHeading h4 {
  text-transform: uppercase;
  font-size: 1rem;
  text-shadow: 0 1px 1px #fff;
  font-weight: bold;
  vertical-align: middle;
}
.baMVt__column {
  flex: 1;
  padding: 10px;
  margin: 10px;
}
.baMVt__column vb-ui-form-group {
  margin-bottom: 30px;
}
.baMVt__column .Yq84p__columnTitle {
  font-size: 1.125rem;
}
image-selector-v2 .btn-file {
  height: 108px;
}
.BQGGp__scrollbar {
  overflow: hidden;
}

media-container {
  display: block;
}
.media-list-results {
  overflow-x: hidden;
  min-height: 80vh;
}
.media-list-results .right-sidebar {
  z-index: 9;
  background-color: inherit;
}
.media-list-results .right-sidebar,
.media-list-results .right-sidebar.is-open {
  height: auto;
}
.media-layout {
  position: relative;
}
.media-layout-content {
  position: relative;
  min-height: 90vh;
  width: 100%;
  margin-top: 16px;
}
.media-layout-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .media-layout-content {
    padding-bottom: 63px;
  }
}
@media (max-width: 991px) {
  .media-list-results .right-sidebar {
    z-index: 1035;
  }
}

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

.Z6Zns__header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 1rem 0;
}
.xhLt___headerText {
  padding: 10px 8px;
  margin: 0;
  font-size: 1.125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.L_qrN__form {
  padding: 10px 20px;
}
.L_qrN__form vb-ui-form-group {
  display: block;
  margin-bottom: 10px;
}
.Rr4fn__columnContainer {
  display: flex;
  justify-content: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 50px;
}
@media all and (max-width: 1199px) {
  .Rr4fn__columnContainer {
    margin-top: 0;
    padding: 0 25px;
  }
}
.mGbzM__columnLeft {
  padding-right: 2rem;
  border-width: 0 1px 0 0;
  border-style: solid;
}
.hK6KJ__columnRight {
  padding-left: 2rem;
}
.bu6jn__profilePicture img {
  max-height: 200px !important;
}
.iNEBX__loadingSpinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vJciD__tabContentsContainer {
  width: 100%;
}
.Ytrqb__tabsWrapper vb-ui-tab {
  display: contents;
}
.Ytrqb__tabsWrapper [role="tabpanel"] {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.Ytrqb__tabsWrapper [role="tabpanel"] user-profile-basic-settings,
.Ytrqb__tabsWrapper [role="tabpanel"] vb-mfa-authentication {
  width: 100%;
}
.Ytrqb__tabsWrapper > .nav-tabs {
  border-bottom: transparent;
}
.Ytrqb__tabsWrapper > .nav-tabs > li > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.Ytrqb__tabsWrapper > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
}
.Ytrqb__tabsWrapper > .nav-tabs > li:not(.active) > a {
  background-color: #6d6d6d;
  bottom: 0;
  color: #fff;
  padding: 9.5px 15px;
}
@media all and (max-width: 371px) {
  .Ytrqb__tabsWrapper > .nav-tabs > li:not(.active) > a {
    padding: 9.5px 5px;
  }
}
@media all and (max-width: 1334px) {
  .Ytrqb__tabsWrapper > .nav-tabs > li:not(.active) > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }
}
@media all and (max-width: 1334px) {
  .Ytrqb__tabsWrapper > .nav-tabs > li {
    max-width: 50%;
  }
}
.Ytrqb__tabsWrapper > .tab-content {
  border: 1px solid transparent;
  border-radius: 3px;
  border-top-left-radius: 0;
  margin-bottom: 20px;
  padding: 20px 10px;
}
.xvmlJ__profileInProgress {
  display: flex;
}
.xvmlJ__profileInProgress vb-loading-spinner {
  align-self: center;
  margin-right: 5px;
}
@media all and (max-width: 1199px) {
  .Rr4fn__columnContainer {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mGbzM__columnLeft,
  .hK6KJ__columnRight {
    flex: 100%;
  }
  .mGbzM__columnLeft {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hK6KJ__columnRight {
    margin-top: 30px;
    padding-left: 0;
  }
}

.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*/