.thumbnail-picker-overlay {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
.Round {
  border-radius: 9999px;
}
.RoundedButton {
  border-radius: 3px;
}
.PointerCursor {
  cursor: pointer;
}
.TextClip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.whiteSpacePreWrap {
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.HyphensAuto {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.WordBreak {
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
.GlyphiconFont {
  font-family: 'Glyphicons Regular';
}
.ButtonGlyphicons {
  font-size: 1rem;
  top: 3px;
}
.clearFix {
  clear: both;
  content: "";
  display: table;
}
/**
 * Flex Layout Support
 * ----------------
 * Prefixed = IE10, Safari 8-, iOS 8.1-, Android 4.3-
 * Standard = IE11+, Chrome, Android 4.4+
 */
.flexDisplay {
  display: -webkit-flex;
  display: flex;
}
.flexContainerStatic {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
/*
 * IE9 not supported
 * IE10+ unprefixed
 * FF unprefixed
 * Safari 6.1+ unprefixed
 * Chrome 26+ unprefixed
 * Android 4.0 - 4.3 prefixed, 4.4+ unprefixed
 */
.AbsoluteFill,
.thumbnail-picker-overlay {
  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;
}
.thumbnail-picker-overlay {
  z-index: 1;
  text-align: center;
}
.thumbnail-picker-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}
.thumbnail-picker-overlay:hover span.show-on-hover {
  display: inline;
}
.thumbnail-picker-overlay:hover div.show-on-hover {
  display: block;
}
.thumbnail-picker-overlay:hover .hide-on-hover {
  display: none;
}
.thumbnail-picker-overlay:hover .circle {
  background: #000;
}
.thumbnail-picker-overlay.btn-file {
  position: absolute;
}
.thumbnail-picker-overlay .table-display {
  height: 100%;
}
.thumbnail-picker-overlay .table-cell {
  vertical-align: middle;
}
.thumbnail-picker-overlay .circle {
  width: 50px;
  height: 50px;
  font-size: 32px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  vertical-align: middle;
}
.thumbnail-picker-overlay .circle .glyphicons {
  top: 8px;
}
.video-playback-status-msg {
  color: #fff;
}
.video-playback-status-msg.centered-text-block {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.video-playback-status-msg.centered-text-block > .centered-text-block-content {
  -webkit-flex: 1;
  flex: 1;
  line-height: 2rem;
  position: static;
}
.video-playback-status-msg .centered-text-block-content > h3:first-child {
  margin-top: 0;
}
.video-playback-status-msg h3 .glyphicons {
  margin-right: 4px;
}
.video-playback-status-msg .video-playback-error-msg,
.video-playback-status-msg.video-playback-error-msg,
.video-playback-status-msg .video-playback-error-msg a,
.video-playback-status-msg.video-playback-error-msg a,
.video-playback-status-msg .video-playback-error-msg h3,
.video-playback-status-msg.video-playback-error-msg h3 {
  color: #ffffb3;
}
.video-playback-status-msg .restore-button {
  font-size: 1rem;
  margin-top: 1.25rem;
}
vbrick-player vb-time-marker.triangle-on-bottom {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #108dda transparent;
  margin-left: -9px;
  bottom: -11px;
}
vbrick-player vb-time-marker.inactive-time-range {
  background-color: #b42d24;
  cursor: default;
  height: 100%;
}
vbrick-player vb-time-marker.time-range-display {
  height: 10px;
  top: -10px;
  border: 1px solid #ff8015;
  background-color: #ff8015;
}
vbrick-player vb-time-marker.compliance-alert {
  bottom: 2px;
  margin-left: -8px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  pointer-events: auto !important;
}
vbrick-player vb-time-marker.manual-comment-picture {
  bottom: 2px;
  margin-left: -10.5px;
  pointer-events: auto !important;
}
vbrick-player vb-time-marker.manual-comment-initials {
  bottom: 4px;
  margin-left: -10.5px;
  pointer-events: auto !important;
}

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

.embedded-video public-video-password h1 {
  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
}
.embedded-video,
.embedded-video .system-login-shell .system-login {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
.embedded-video {
  overflow: hidden;
  background: var(--theme-primary);
  padding-top: 0;
}
.embedded-video > div {
  height: 100%;
}
.embedded-video .unauthorized401 {
  background: #6f7377;
}
.embedded-video .system-login-shell {
  padding: 0;
}
.embedded-video .system-login-shell .system-login {
  margin: 0 auto;
  padding: 0;
}
.embedded-video .system-login-shell .system-login .embed-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -50px;
}
.embedded-video .system-login-shell .system-login .agreement-text {
  height: 70%;
  max-height: 70%;
  overflow-y: scroll;
}
.embedded-video .system-login-shell .system-form {
  padding: 50px;
  border-radius: 0;
}
.embedded-video .system-login-shell .system-form h1 {
  margin: -30px -60px 30px;
}
.embedded-video public-video-password {
  top: 0;
}
.embedded-video public-video-password h1 {
  font-size: 1.25rem;
}
.embedded-video public-video-password .description {
  display: none;
}
.embedded-video public-video-password .system-login {
  margin: 0 auto !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.embedded-video public-video-password .system-login > .system-form {
  border-radius: 4px;
  height: auto;
  max-height: 100%;
}
.embedded-video public-video-password .error-msg {
  margin-bottom: 0.25rem;
}

public-video-password {
  position: fixed;top: 0;right: 0;bottom: 0;left: 0;
}
public-video-password .system-login-shell {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateZ(0);
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
public-video-password .system-login-shell .system-login {
  margin-top: -50px;
  /* makes up for nav row */
}
public-video-password .system-login-shell .system-login .system-form {
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, #f7f7f7, #e9e9e9);
}
public-video-password .system-login-shell .system-login .system-form .form-control:not(:focus) {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
public-video-password .system-login-shell .system-login .username,
public-video-password .system-login-shell .system-login .password {
  position: relative;
}
public-video-password .system-login-shell .system-login .glyphicons.user,
public-video-password .system-login-shell .system-login .glyphicons.lock {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 16px;
  color: #898989;
}
public-video-password .system-login-shell .system-login .error-msg .glyphicons {
  position: relative;
  right: auto;
  font-size: 18px;
}
public-video-password .system-login-shell .system-login input,
public-video-password .system-login-shell .system-login .has-success input,
public-video-password .system-login-shell .system-login .has-error input {
  margin: 0 0 17px 0;
  font-size: 1rem;
  height: auto;
  color: #303030;
  padding: 10px 15px;
}
public-video-password .system-login-shell .system-login select {
  background: linear-gradient(to bottom, #fff, #f8fbfd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #303030;
  height: 40px;
  margin: 0 0 17px 0;
  width: 100%;
}
public-video-password .system-login-shell .system-login input.input-with-icon {
  padding: 0 15px 0 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
public-video-password .system-login-shell .system-login input.form-control:focus {
  background: #fff;
}
public-video-password .system-login-shell .system-login input.ng-dirty.ng-invalid {
  border-color: #b2b2b2 !important;
}
public-video-password .system-login-shell .system-login .btn-lg {
  font-size: 18px;
  padding: 9px 15px;
  border-radius: 3px;
}
public-video-password .system-login-shell .system-login label {
  font-weight: 400;
  font-size: 1rem;
}
public-video-password .system-login-shell .system-login label.error-msg {
  font-size: 12px;
  background-color: #fff;
  padding: 5px 10px;
  margin: 1px 0 0 0;
  color: #da6262;
  border: 1px solid rgba(218, 98, 98, 0.2);
}
public-video-password .system-login-shell .system-login .form-control-feedback {
  display: none;
}
public-video-password .system-login-shell .system-login .required .required-symbol.form-control-feedback {
  display: block;
  font-size: 36px;
  line-height: 58px;
  color: #b42d24;
}
public-video-password .system-login-shell .system-login .has-success .ok_2.form-control-feedback,
public-video-password .system-login-shell .system-login .has-error .remove_2.form-control-feedback {
  display: block;
  position: absolute;
}
public-video-password .system-login-shell .system-login .has-feedback .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 1rem;
}
public-video-password .system-login-shell > .table-display {
  height: 100%;
}
public-video-password .system-login-shell .table-cell-centered-form {
  vertical-align: middle;
}
public-video-password .system-login-shell .system-login-nav {
  height: 50px;
}
public-video-password .system-login-shell .system-login-nav .main-nav {
  background: none !important;
  border-bottom: none;
  width: 100%;
}
public-video-password .system-login-shell .system-login-nav .main-nav .navbar {
  margin-bottom: 0;
  display: table;
  width: 100%;
  height: 59px;
}
@media all and (max-width: 991px) {
  public-video-password .system-login-shell .system-login-nav .main-nav .navbar {
    min-height: 53px;
  }
}
public-video-password .system-login-shell .system-login-nav .main-nav .brand-cell {
  width: 100%;
}
public-video-password .system-login-shell .system-login-nav .main-nav .btn {
  background: none;
  box-shadow: none;
}
public-video-password .forgot-password {
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  top: -10px;
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg) {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg)-dark {
  color: rgba(0, 0, 0, 0.25);
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg) h3 {
  margin-top: 0;
}
public-video-password .status-msg:not(.vb-loading-spinner-status-msg) h3 .glyphicons {
  top: 5px;
  margin-right: 5px;
}
public-video-password .system-msg {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.3;
}
public-video-password .system-msg .glyphicons {
  margin-right: 5px;
  top: 2px;
}
public-video-password .system-form h1 {
  text-align: center;
  margin: -15px -30px 30px -30px;
  padding: 0 30px 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  font-size: 24px;
}
public-video-password .system-form h4 {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 8px 0;
}
public-video-password .system-form label {
  display: block;
  font-size: 14px;
}
public-video-password .system-form-buttons {
  margin-top: 25px;
}
.reset-password-form public-video-password .system-form-buttons {
  margin-top: 0;
}
@media (max-width: 991px) {
  public-video-password .system-login-shell {
    margin-top: 0;
  }
  public-video-password .system-login-shell .system-login-nav .main-nav .brand-cell {
    width: 100% !important;
  }
  public-video-password .system-login-shell .system-form-buttons .btn-toolbar > .btn {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
  }
  public-video-password .system-login-shell .system-form-buttons .responsive-block.float-right {
    float: none !important;
    display: block;
  }
}
@media (min-width: 992px) {
  public-video-password .system-login-shell .system-form h1 {
    margin: -30px -45px 30px -45px;
    padding: 0 45px 15px 45px;
  }
  public-video-password .system-login-shell .system-login .system-form {
    padding: 45px 45px 30px 45px;
    border-radius: 3px;
  }
}
@media (min-width: 1200px) {
  public-video-password .system-login-shell {
    padding: 0 32px;
  }
}
public-video-password .description {
  background: #fff;
  border: 1px solid #cbcbcb;
  height: 25vh;
  margin-bottom: 2em;
  overflow-y: auto;
  padding: 2%;
}
public-video-password .registered-user {
  margin: 1em 0 -1em 0;
  font-size: 1rem;
}
public-video-password .registered-user a {
  color: #108dda !important;
}
public-video-password .registered-user a:hover {
  text-decoration: underline !important;
}

/*! 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;
}

embed-video .player-placeholder {
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
}
embed-video .embed-video-warning {
  color: #ffff00;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
embed-video .overlay-play {
  z-index: 1;
}
embed-video .system-login .system-form {
  overflow-x: hidden;
  overflow-y: auto;
}
embed-video .vb-player {
  width: auto;
  height: auto;
}
embed-video [vb-video-player] {
  overflow: hidden;
}
embed-video .chapter-image-toggler {
  position: absolute;
  right: 50px;
  top: 20px;
}
embed-video.safari videogular {
  position: static;
}

.FqhA1__root {
  display: block;
  position: relative;
}
.FqhA1__root .video-playback-player-wrapper {
  border-radius: 6px;
}
.FqhA1__root vbrick-player {
  border-radius: 6px;
}

.NiEpo__loginBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.NiEpo__loginBg.ayRgB__noThumbnail {
  transform: translateZ(0);
  background-image: linear-gradient(30deg, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
  filter: blur(20px);
}
.NiEpo__loginBg.ayRgB__noThumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(69, 75, 80, 0.8) 0%, rgba(140, 136, 148, 0.73) 37%, rgba(0, 0, 0, 0.05) 75%);
  filter: blur(70px);
}
:hover .NiEpo__loginBg:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.Odqvj__loginWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.USGcm__playBtn {
  -webkit-flex-direction: column;
  flex-direction: column;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: center;
  opacity: 0.75;
}
:hover .USGcm__playBtn {
  opacity: 1;
}
.USGcm__playBtn .AzcNj__playBtnContent {
  padding: 20px;
  border-radius: 30px;
  background-color: #108dda;
}
.USGcm__playBtn .AzcNj__playBtnContent .glyphicons {
  transform: scale(3);
}
.RaBV3__fallbackMessageWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.crzja__fallbackMessage {
  margin: 25px;
  background-color: rgba(233, 233, 233, 0.9);
  padding: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  font-size: 18px;
}

.ZaesX__embedPlaylist {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.ZaesX__embedPlaylist embed-video {
  flex: 1;
}
.l047a__embedGrid {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.l047a__embedGrid embed-video {
  display: block;
  height: 90vh;
}
.K9voD__gridLayout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
  padding: 16px;
}
.K9voD__gridLayout > a {
  position: relative;
  display: block;
  color: var(--theme-primary-txt);
  overflow: hidden;
  word-break: break-word;
}
.K9voD__gridLayout > a > div {
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.K9voD__gridLayout > a > span {
  display: inline-block;
  margin-top: 5px;
}
.ogyku__closeLink {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
.G5TxG__sliderToolbar {
  display: flex;
  align-items: center;
  margin: 20px;
  color: var(--theme-primary-txt);
}
.G5TxG__sliderToolbar span {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: bold;
}
.G5TxG__sliderToolbar button {
  color: white;
  background-color: #606060;
  padding: 10px;
  border: none;
  border-radius: 100px;
  margin: 0 10px;
}
.R82nZ__currentVideoTitle {
  display: flex;
  justify-content: space-between;
  font-size: large;
  height: 10vh;
}
.R82nZ__currentVideoTitle span {
  margin-top: 3vh;
  margin-left: 32px;
  color: var(--theme-primary-txt) !important;
}
.R82nZ__currentVideoTitle a {
  padding-top: 12px;
  padding-right: 16px;
  text-decoration: none;
}
.sAhlx__durationOverlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(48, 48, 48, 0.75);
  border-top-left-radius: 5px;
  padding: 2px 7px;
  color: white !important;
}


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