@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
.annotator-qtip .qtip-content {
  font-size: 15px;
  font-family: Verdana, Geneva, sans-serif;
  color: #FFFFFF; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.waldorf-container .select2-dropdown-annotator {
  z-index: 3; }

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.waldorf-container .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent !important;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em; }

/* Allow use of icon-large to be properly aligned */
.waldorf-container .ui-icon.icon-large {
  margin-top: -0.75em; }

.waldorf-container .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  display: inline-block;
  background-position: center; }

.waldorf-video-player {
  background-color: black;
  position: relative;
  width: 100% !important;
  height: auto !important; }
  .waldorf-video-player video {
    /* width: 100%; */
    /* height: 100%; */
    display: block; }

.waldorf-video-player .select2-selection {
  color: #000000; }

.waldorf-fullscreen {
  width: 100% !important;
  height: 100% !important; }

.waldorf-player-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  background-color: #e2e2e2;
  cursor: default;
  vertical-align: middle;
  z-index: 20; }
  .waldorf-player-toolbar p {
    display: inline;
    vertical-align: middle;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Verdana, Geneva, sans-serif;
    color: #575757;
    user-select: none; }
  .waldorf-player-toolbar .ui-button {
    font-size: 11px; }
  .waldorf-player-toolbar #volume-bar {
    width: 100px;
    height: 5px;
    /*    display: inline-block;*/
    /*    vertical-align: middle;*/
    margin-left: 10px;
    margin-right: 10px; }
    .waldorf-player-toolbar #volume-bar .ui-slider-range {
      /* Background color for volume slider */
      background: #00b1ff; }
  .waldorf-player-toolbar #volume-handle {
    /*    vertical-align: middle;*/
    /*    12 width, -6 margin left*/
    width: 8px;
    margin-left: -4px;
    height: 16px;
    margin-top: -2px; }
  .waldorf-player-toolbar #seek-bar {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    /*    background-color: rgb(232, 248, 255);*/ }
  .waldorf-player-toolbar #seek-fill {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    display: block;
    cursor: pointer;
    width: 0%;
    height: 10px;
    top: -10px;
    left: 0;
    background-color: #00b1ff;
    pointer-events: none;
    /*    Animation for width changes. Not really helpful yet. */
    /*    transition: width 1.1s;*/ }
  .waldorf-player-toolbar #seek-handle {
    width: 0.5em;
    vertical-align: middle;
    width: 12px;
    margin-left: -6px;
    visibility: hidden; }

.flex-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.flex-toolbar * {
  /*    Vertical align flexboxes*/
  margin-top: auto;
  margin-bottom: auto; }

.waldorf-seekbar-tooltip {
  background-color: rgba(0, 0, 0, 0.7);
  width: auto;
  height: auto;
  left: 0px;
  top: 0px;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 5px; }
  .waldorf-seekbar-tooltip p {
    color: white;
    text-align: center;
    vertical-align: middle;
    opacity: 1.0; }

.waldorf-container {
  height: auto !important;
  display: inline-block !important; }

.waldorf-video-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 7;
  pointer-events: none; }
  .waldorf-video-overlay .waldorf-overlay-poly {
    position: absolute;
    background-color: rgba(0, 118, 255, 0.55);
    width: 100%;
    height: 100%;
    pointer-events: all; }

.waldorf-edit-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 8;
  pointer-events: none;
  background-color: rgba(33, 33, 33, 0.6); }
  .waldorf-edit-overlay + .waldorf-edit-poly {
    position: absolute;
    background-color: rgba(255, 118, 0, 0.55);
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none; }

.waldorf-start-poly, .waldorf-stop-poly {
  position: absolute;
  background-color: rgba(14, 247, 65, 0.445);
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none; }

.waldorf-stop-poly {
  background-color: rgba(247, 14, 84, 0.445); }

.waldorf-tickbar {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 5px;
  top: -15px;
  left: 0;
  background-color: rgba(0, 0, 0, 0); }
  .waldorf-tickbar .waldorf-tickbar-tick {
    position: absolute;
    width: 2px;
    height: 100%;
    opacity: 0.75;
    background-color: rgba(0, 255, 49, 0.78); }

.waldorf-info {
  position: relative;
  background-color: #d9d0e2;
  width: 100%;
  min-height: 15em;
  max-height: 15em;
  padding: 4px 0px 16px 0px;
  overflow-y: scroll; }
  .waldorf-info p {
    margin: 0px;
    padding: 10px 10px 0px 10px;
    line-height: 150%; }

.waldorf-debug-controls {
  position: relative;
  background-color: rgba(121, 221, 121, 0.3);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .waldorf-debug-controls > * {
    margin: 5px 5px 5px 5px; }

.waldorf-vp-post {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 1;
  /*    height: 30px;*/
  transition: opacity .3s;
  background-color: rgba(52, 52, 52, 0.67);
  cursor: default;
  z-index: 20; }
  .waldorf-vp-post .ui-field-contain {
    padding-left: 5px;
    padding-right: 5px; }
  .waldorf-vp-post textarea {
    height: 25px;
    resize: vertical;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font: menu;
    font-size: 16px; }
  .waldorf-vp-post label {
    font-family: Verdana, Geneva, sans-serif;
    color: #ffffff;
    user-select: none;
    font-size: 0.8em;
    padding-right: 5px; }
  .waldorf-vp-post input {
    font-size: 0.8em; }

.waldorf-vp-click-surface {
  z-index: 8;
  pointer-events: auto; }
  .waldorf-vp-click-surface .breadcrumb {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ccc;
    border: 1px solid #000;
    margin: 0px;
    padding: 0px; }

.waldorf-cancel-button {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF; }
  .waldorf-cancel-button:hover {
    color: #F44336; }

.waldorf-confirm-button {
  border-color: #8BC34A;
  background-color: #8BC34A;
  color: #FFFFFF; }
  .waldorf-confirm-button:hover {
    color: #8BC34A; }

.waldorf-message-overlay {
  background-color: rgba(52, 52, 52, 0.95);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  z-index: 100;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .waldorf-message-overlay p {
    color: white;
    font: menu;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 15px; }

.waldorf-message-overlay-error {
  background-color: rgba(255, 30, 30, 0.95); }

/* create_annotation_dialog.css start */
#create-dialog {
  float: right;
  width: 710px;
  padding: 0.01em;
  margin: 10px 10px 10px 0;
  border: 1px solid white;
  border-radius: 6px;
  background-color: black;
  z-index: 10; }

.center {
  position: fixed;
  top: 8%;
  left: 20%;
  margin-top: -100px;
  margin-left: -100px; }

.dialog-title {
  color: white;
  opacity: 0.7;
  line-height: 2;
  font-family: Arial,Helvetica,sans-serif;
  margin-left: 8px; }

/** vertical tab start */
/* ref: https://www.tjvantoll.com/2012/11/08/creating-a-polished-vertical-tabs-interaction-with-jquery-ui/ */
.ui-tabs.ui-tabs-vertical {
  padding: 0;
  width: 99%;
  /* border: 2px solid red;*/
  background-color: black !important; }

.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  width: 12%;
  background: black;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid gray;
  padding: .2em .2em .2em .2em !important; }

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  /* margin: 0.2em 0;*/
  margin: 0px !important;
  /* border: 1px solid gray; */
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  position: relative;
  right: -2px;
  z-index: 2; }

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  width: 100%;
  padding: .4em 1em !important; }

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
  cursor: pointer; }

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0.1em;
  padding-bottom: 0;
  border-right: 1px solid black; }

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
  margin-bottom: 5px; }

.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
  float: left;
  width: 28em;
  border-left: 1px solid gray;
  border-radius: 0;
  position: relative;
  left: -1px; }

/** vertical tab end */
#start_tab, #body_tab, #stop_tab {
  margin-top: 1px;
  height: 78px;
  width: 58%;
  background-color: black;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: none;
  border-radius: 0px 4px 4px 0px;
  color: white; }

.button_panel {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  width: 20%;
  text-align: center; }

.button_panel button {
  height: 30px;
  margin: 3px auto;
  width: 80%; }

#delete_annotation_button {
  background-color: #ff8c8c;
  border: 1px solid red; }

/* create_annotation_dialog.css end */
/* edit polygon dialog.css start */
#edit-dialog {
  float: right;
  width: 45px;
  height: 150px;
  /*margin: 10px 10px 10px 0; */
  border: 1px solid white;
  border-radius: 6px;
  background-color: black;
  position: absolute;
  top: 40%;
  left: 80%; }

/* edit polygon dialog.css end */
.waldorf-session-modal label, .waldorf-session-modal input {
  display: block; }
.waldorf-session-modal input.text, .waldorf-session-modal input.file {
  margin-bottom: 12px;
  width: 95%;
  padding: .4em; }
.waldorf-session-modal fieldset {
  padding: 0;
  border: 0;
  margin-top: 25px; }
.waldorf-session-modal h1 {
  font-size: 1.2em;
  margin: .6em 0; }
.waldorf-session-modal div#users-contain {
  width: 350px;
  margin: 20px 0; }
  .waldorf-session-modal div#users-contain table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%; }
    .waldorf-session-modal div#users-contain table td, .waldorf-session-modal div#users-contain table th {
      border: 1px solid #eee;
      padding: .6em 10px;
      text-align: left; }
.waldorf-session-modal .modal-error-text {
  color: red; }
.waldorf-session-modal .ui-dialog .ui-state-error {
  padding: .3em; }
.waldorf-session-modal .validateTips {
  border: 1px solid transparent;
  padding: 0.3em; }

/*# sourceMappingURL=annotator-frontend.css.map */
