/* global variables and classes */
.text-bold {
  font-weight: bold;
}
.text-regular {
  font-weight: normal;
}
.text-42 {
  font-size: 42px;
}
.text-33 {
  font-size: 33px;
}
.text-18 {
  font-size: 18px;
}
.text-12 {
  font-size: 12px;
}
.text-10 {
  font-size: 10px;
}
.text-14 {
  font-size: 14px;
}
.text-12 {
  font-size: 12px;
}
.text-10 {
  font-size: 10px;
}
h1,
.title-big {
  font-size: 42px;
  font-weight: bold;
}
h2,
.title-med {
  font-size: 33px;
  font-weight: bold;
}
.title-small {
  font-size: 18px;
  font-weight: bold;
}
/*
	For other text transforming classes, Bootstrap already provides several, like .text-uppercase, .text-center, etc
*/
.text-gray {
  color: #aeb3b8;
}
.text-dark-gray {
  color: #303538;
}
.text-white {
  color: #ffffff;
}
.cursor-pointer {
  cursor: pointer;
}
.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.icon-IHMerrorLogo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/IHMerrorLogo.svg);
  width: 86px;
  height: 75px;
}
.icon-IHMlogo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/IHMlogo.svg);
  width: 86px;
  height: 75px;
}
.icon-SDCOlogo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/SDCO_logo.svg);
  width: 122px;
  height: 190px;
}
.icon-addMediaIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/addMediaIcon.svg);
  width: 36px;
  height: 36px;
}
.icon-arrowDown {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/arrowDown.svg);
  width: 138px;
  height: 75px;
}
.icon-arrowUp {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/arrowUp.svg);
  width: 138px;
  height: 75px;
}
.icon-backgroundGradient {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/backgroundGradient.svg);
  width: 133px;
  height: 75px;
}
.icon-deleteIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/deleteIcon.svg);
  width: 16px;
  height: 18px;
}
.icon-deleteIcon-white {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/deleteIcon-white.svg);
  width: 16px;
  height: 18px;
}
.icon-editIcon-white {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/editPencil-white.svg);
  width: 16px;
  height: 18px;
}
.icon-downloadIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/downloadIcon.svg);
  width: 66px;
  height: 75px;
}
.icon-globeLogo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/globeLogo.svg);
  width: 76px;
  height: 75px;
}
.icon-loadSpinner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/loadSpinner.svg);
  width: 75px;
  height: 75px;
}
.icon-loadSpinner.animated {
  animation: spin 1.2s steps(12) infinite;
}
@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
.icon-map_currentLocation {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/map_currentLocation.svg);
  width: 75px;
  height: 75px;
}
.icon-map_locationOfInterest {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/map_locationOfInterest.svg);
  width: 75px;
  height: 75px;
}
.icon-map_mileMarker {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/map_mileMarker.svg);
  width: 75px;
  height: 75px;
}
.icon-mediaContainer {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/mediaContainer.svg);
  width: 150px;
  height: 29px;
}
.icon-mediaContainerRO {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/mediaContainerRO.svg);
  width: 150px;
  height: 33px;
}
.icon-mediaPlayIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/mediaPlayIcon.svg);
  width: 67px;
  height: 75px;
}
.icon-mediaXicon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/mediaXicon.svg);
  width: 12px;
  height: 12px;
}
.icon-medieTrayClosed {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/medieTrayClosed.svg);
  width: 2px;
  height: 75px;
}
.icon-menu {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/icons8-menu.svg);
  width: 20px;
  height: 20px;
}
.icon-secondaryVideoIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/secondaryVideoIcon.svg);
  width: 24px;
  height: 20px;
}
.icon-secondaryVideoXicon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/secondaryVideoXicon.svg);
  width: 75px;
  height: 75px;
}
.icon-uploadButtonIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/uploadButtonIcon.svg);
  width: 75px;
  height: 75px;
}
.icon-videoPlayerPlayIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/videoPlayerPlayIcon.svg);
  width: 75px;
  height: 75px;
}
/* layouts */
html,
body {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303538;
  background: #303538;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.fullscreen-wrap {
  min-height: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.centered-content {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.centered-content > * {
  flex-grow: 1;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
h1,
h2,
h3,
h4 {
  color: #aeb3b8;
}
p {
  font-size: 14px;
}
a {
  font-weight: bold;
  color: #aeb3b8;
}
a:hover {
  color: #ffffff;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
/*! form inputs */
input[type=text],
input[type=password] {
  height: 27px;
  background: #aeb3b8;
  font-size: 12px;
  font-weight: bold;
  color: #303538;
  border: none;
  border-radius: 10px;
  text-align: center;
}
input[type=text]::placeholder,
input[type=password]::placeholder {
  color: #5c6165;
}
.button-dark {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  background: -webkit-linear-gradient(#25292b 0%, #151719 100%);
  border-radius: 18px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 0px 42px;
  cursor: pointer;
}
.button-dark:active {
  background: #151719;
}
.button-clear {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  background: none;
  border-radius: 18px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 0px 42px;
  cursor: pointer;
}
.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.button-group {
  margin-top: 30px;
}
.radio-select input[type="radio"] {
  display: none;
}
.radio-select label:hover {
  color: white;
}
.radio-select input[type="radio"]:checked + label {
  color: white;
}
.form-section-content-wrapper {
  margin-top: 23px;
  min-height: 130px;
}
.create-cancel-link {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.create-cancel-link:hover {
  text-decoration: none;
}
/*! Date and Name */
#form-section-name-date .form-group {
  text-align: center;
  margin-bottom: 20px;
}
#form-section-name-date .form-group input {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/*! Upload media */
.media-upload-fragment {
  display: flex;
  justify-content: center;
}
.media-upload-fragment .control-label {
  margin-bottom: 0px;
  color: white;
  font-weight: normal;
  cursor: pointer;
}
.media-upload-left {
  width: 50%;
  padding-right: 25px;
  display: flex;
  justify-content: flex-end;
  line-height: 36px;
}
.media-upload-left > * {
  margin-left: 10px;
}
.media-upload-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.media-upload-right > * {
  margin-right: 10px;
}
.media-upload-fragment .form-group,
.media-upload-fragment .media-upload-file-desc {
  margin-bottom: 0px;
  line-height: 36px;
}
.media-upload-fragment input[type=file] {
  display: none;
}
.media-upload-name {
  color: #aeb3b8;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}
.mu-file-name {
  color: #ffffff;
}
.mu-file-size {
  color: #aeb3b8;
}
#upload-progress {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}
#poi-field-container {
  width: 75%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 32px;
}
.poi-form-section {
  position: relative;
}
.poi-form-section .help-block-error {
  font-size: 12px;
}
.poi-form-item-actions {
  position: absolute;
  left: 100%;
  height: 45px;
  display: flex;
  align-items: center;
}
.poi-form-item-actions > * {
  margin-left: 12px;
  margin-right: 12px;
}
.poi-form-section-display {
  color: #aeb3b8;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 18px;
  margin-bottom: 8px;
}
.poi-form-section-display > * {
  margin-left: 8px;
  margin-right: 8px;
}
.poi-form-section-display:hover {
  color: white;
}
.poi-form-section-display:hover .poi-display-item-actions {
  opacity: 1;
}
.poi-display-item-actions {
  position: absolute;
  right: 100%;
  display: flex;
  opacity: 0;
  align-items: center;
  margin: 0px;
}
.poi-display-item-actions > * {
  margin-left: 3px;
  margin-right: 3px;
}
.poi-form-section-fields {
  margin-top: 8px;
  margin-bottom: 8px;
}
.poi-form-section-fields .form-group {
  margin-top: 8px;
  margin-bottom: 8px;
}
.poi-form-spacer:after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1px;
  background: #aeb3b8;
  content: '';
}
/*! Session displaying */
#bg-container {
  display: flex;
  height: 100vh;
}
/*! map */
#map-container {
  flex: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #eceae0;
}
#map {
  width: 100%;
  height: 100%;
}
#progress-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(10, 10, 10, 0.4);
  z-index: 10;
  opacity: 1;
  transition: opacity 0.45s 0.25s;
}
#progress-overlay > .icon-loadSpinner {
  animation: spin 1.2s steps(12) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -37px;
  margin-top: -37px;
}
#progress-overlay.hidden {
  opacity: 0;
}
#progress-overlay.hidden > .icon-loadSpinner {
  animation: none;
}
/*! videos */
/*! sidebar */
#sidebar-container {
  width: 300px;
  height: 100%;
  max-width: 320px;
  overflow-x: hidden;
  user-select: none;
  transition: width 0.35s;
}
#sidebar-container.closed {
  width: 0px;
}
#sidebar-handle {
  width: 20px;
  height: 100%;
  background: #303538;
}
#sidebar-handle-inner {
  width: 10px;
  height: 100%;
  margin-left: 3px;
  background: #aeb3b8;
  cursor: pointer;
  box-shadow: 10px 0px 20px 4px #0a0b0c;
  position: relative;
}
#sidebar-handle-inner:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 25px;
  background: #303538;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -1px;
}
#sidebar-menu-toggle {
  position: fixed;
  width: 34px;
  height: 34px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-color: #303538;
  padding: 7px;
}
.sidebar-section {
  min-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sidebar-header {
  width: 220px;
  height: 18px;
  background: #aeb3b8;
  color: #303538;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-item-hider {
  min-width: 210px;
}
.sidebar-item-container .icon-loadSpinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar-item {
  overflow-y: hidden;
  height: 42px;
  margin-bottom: 4px;
  width: 100%;
}
.sidebar-item.selected {
  height: auto;
  overflow-y: visible;
}
.sidebar-item-top {
  display: flex;
  justify-content: space-between;
}
.sidebar-item-controls {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  margin-right: 8px;
  visibility: hidden;
}
.selected .sidebar-item-controls {
  visibility: visible;
}
.sidebar-item-controls .control-download {
  height: 18px;
  width: 18px;
}
.sidebar-item-header {
  width: 210px;
  height: 42px;
  margin-right: 8px;
  background: #5a6064;
  border: 1px solid #5a6064;
  border-radius: 5px;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.sidebar-item-header:hover,
.selected .sidebar-item-header {
  border: 1px solid #aeb3b8;
  background: #434a4e;
}
.sidebar-item-image {
  display: block;
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  height: 33px;
  background: #434a4e;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-item-image:after {
  display: none;
  pointer-events: none;
  content: '';
  width: 33px;
  height: 33px;
  background-image: url(../img/mediaPlayIcon.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
}
.sidebar-item-image:hover:after {
  display: block;
}
.sidebar-item-image.video:after {
  background-image: url(../img/mediaPlayIcon.svg);
}
.sidebar-item-mm {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.sidebar-item-name {
  font-size: 10px;
  color: white;
  text-overflow: ellipsis;
  margin: 0px 8px;
  overflow: hidden;
  white-space: nowrap;
  flex-grow: 1;
}
.sidebar-item-content {
  width: 220px;
  padding: 8px;
  float: right;
}
.sidebar-item-dropdown-toggle {
  background-image: url(../img/arrowDown.svg);
  background-size: 12px 7px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 18px;
}
[aria-expanded=true] .sidebar-item-dropdown-toggle {
  background-image: url(../img/arrowUp.svg);
}
.sidebar-header-title {
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
  max-width: 170px;
  white-space: nowrap;
  font-size: 13px;
}
/*! poi notes */
.poi-lat-long {
  padding-left: 25px;
}
.poi-notes {
  width: 204px;
  display: none;
}
.sidebar-item.selected .poi-notes {
  display: block;
}
.poi-note-item {
  font-size: 12px;
  color: #aeb3b8;
  position: relative;
  padding-left: 25px;
}
.poi-note-delete {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/deleteIcon.svg);
  width: 16px;
  height: 18px;
  position: absolute;
  left: 3px;
  top: 6px;
  display: none;
  cursor: pointer;
}
.poi-note-item:hover .poi-note-delete {
  display: block;
}
.poi-note-form-section textarea {
  font-size: 12px;
  color: #aeb3b8;
  background: transparent;
  border: none;
  min-height: 70px;
  resize: vertical;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*! map popup */
/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 0px;
  border-radius: 16px;
  font-family: sans-serif;
  overflow-y: auto;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
/* This element draws the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
/*
notes popup
width: 334
height: 214

header
height: 45
mile marker: 94 wide
Notes: 100 height
observation name: 20 height
footer: 49 height

border radius: 16px

mile marker popup:
height 57
width 74	
*/
.notes-popup {
  width: 334px;
  min-height: 219px;
}
.notes-popup .note-top {
  height: 42px;
  border-bottom: 1px solid #303538;
  display: flex;
  align-items: stretch;
  line-height: 42px;
}
.notes-popup .note-mile-marker {
  width: 94px;
  border-right: 1px solid #303538;
  text-align: center;
  padding-left: 16px;
  font-size: 33px;
  font-weight: bold;
}
.notes-popup .note-lat-lng {
  flex-grow: 1;
  padding-left: 16px;
  font-size: 14px;
}
.notes-popup .note-body {
  height: 100px;
  padding: 12px 38px;
}
.notes-popup .note-observation-name {
  height: 20px;
  background: #303538;
  display: flex;
  align-items: stretch;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.notes-popup .note-session-date {
  width: 77px;
  border-right: 1px solid white;
  padding-right: 9px;
  text-align: right;
}
.notes-popup .note-session-name {
  flex-grow: 1;
  padding-left: 9px;
}
.notes-popup .note-bottom {
  height: 57px;
}
.mile-marker-popup {
  width: 74px;
  height: 57px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
}
.parcel-popup-container {
  width: auto !important;
}
.parcel-popup h2 {
  display: block;
  margin: 0px;
  border-bottom: 2px solid #aeb3b8;
  white-space: nowrap;
  padding: 8px 40px;
  text-align: left;
  color: #303538;
  font-size: 33px;
}
.parcel-popup h3 {
  display: block;
  text-align: left;
  margin: 0px;
  padding: 8px 40px;
  color: #303538;
  font-size: 18px;
  font-weight: bold;
}
.parcel-popup ul {
  padding-left: 40px;
  font-size: 12px;
}
.parcel-popup li {
  list-style: none;
}
.parcel-popup p {
  font-weight: bold;
  padding-left: 40px;
}
.content-window {
  position: absolute;
  width: 570px;
  height: auto;
  z-index: 4;
  top: 0px;
  left: 0px;
  user-select: none;
}
.content-window:hover .content-top,
.content-window:hover .content-bottom,
.content-window:hover .content-controls {
  opacity: 1;
}
.content-shadow {
  box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
}
.content-top {
  opacity: 0;
  background: #303538;
  height: 20px;
  transition: opacity 0.35s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 20px;
  box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
}
.content-title {
  font-size: 12px;
  color: white;
  text-align: center;
}
.content-close {
  display: inline-block;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/secondaryVideoXicon.svg);
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
  margin-right: 2px;
}
.content-container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
}
.content-container video {
  display: block;
  width: 100%;
  height: auto;
  background-color: #303538;
}
.content-container::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-image: url(../img/loadSpinner.svg);
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
.content-container::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.4);
  opacity: 0;
  pointer-events: none;
}
.content-window.loading .content-container::after,
.content-window.loading .content-container::before {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.5s;
}
.content-window.loading .content-container::before {
  animation: spin 1.2s steps(12) infinite;
}
/*! Video Bottom */
.content-bottom {
  opacity: 0;
  background: #303538;
  height: 47px;
  color: #ffffff;
  display: flex;
  align-items: stretch;
  transition: opacity 0.35s;
  position: relative;
  z-index: 2;
  box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.7);
}
/*! Video Controls */
.content-controls {
  position: absolute;
  opacity: 0;
  bottom: 0px;
  height: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: opacity 0.35s;
}
.content-window .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 0px;
  bottom: 0px;
}
.content-window .ui-resizable-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 0px;
  bottom: 0px;
}
.content-window .ui-resizable-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 0px;
  top: 0px;
}
.content-window .ui-resizable-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 0px;
}
.content-window:hover #video-list-dropdown {
  opacity: 1;
}
.video-window.video-primary {
  z-index: 3;
}
.content-container video {
  display: block;
  width: 100%;
  height: auto;
  background-color: #303538;
}
/*! Video Bottom */
.mile-marker {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  flex-basis: 72px;
}
.video-bottom-session-info {
  flex-grow: 3;
  flex-basis: 37.5%;
}
.video-links {
  flex-grow: 3;
}
.video-selection {
  flex-basis: 53px;
  text-align: right;
  padding-right: 8px;
  padding-top: 13px;
}
.video-session-date {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 9px;
}
.video-coordinates {
  font-size: 14px;
}
.video-dropdown-toggle {
  background-image: url(../img/arrowDown.svg);
  background-size: 12px 7px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 20px;
}
[aria-expanded=true] > .video-dropdown-toggle {
  background-image: url(../img/arrowUp.svg);
}
#video-list-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  opacity: 0;
  transition: opacity 0.35s;
  background: #303538;
  min-width: 200px;
  padding-left: 30px;
  padding-right: 15px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-y: auto;
  max-height: 200px;
}
.video-list-table-wrapper {
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
}
.video-list-dropdown-item {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #aeb3b8;
  cursor: pointer;
}
.video-list-dropdown-item:hover,
.video-list-dropdown-item.selected {
  color: #ffffff;
}
/*! Video Controls */
.video-controls {
  position: absolute;
  opacity: 0;
  bottom: 0px;
  height: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: opacity 0.35s;
}
.seekbar {
  display: flex;
  height: 100%;
  align-items: stretch;
}
.seekbar-left,
.seekbar-right {
  display: flex;
  align-items: center;
}
.seekbar-left {
  width: 150px;
  padding-right: 0px 12px;
  justify-content: space-around;
}
.seekbar-right {
  width: 126px;
  padding-left: 12px;
  justify-content: flex-start;
}
.seekbar-current-time,
.seekbar-total-time {
  color: #ffffff;
  margin-left: 12px;
  margin-right: 12px;
}
.seekbar-track {
  cursor: pointer;
  position: relative;
  background: #252322;
  border-right: 2px solid #252322;
  flex-grow: 1;
  height: 5px;
  margin-top: 27px;
}
.seekbar-thumb {
  position: absolute;
  top: -6px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border-radius: 9px;
  margin-left: -9px;
}
.play-button {
  background-image: url('../img/videoPlayerPlayIcon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  cursor: pointer;
  margin-left: 12px;
  margin-right: 20px;
}
.rr-button {
  background-image: url('../img/RW10.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.ff-button {
  background-image: url('../img/FF10.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.screenshot-button {
  background-image: url('../img/screenShot.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 13px;
  margin-right: 18px;
}
.screenshot-button.saving {
  background-image: url('../img/screenShot_clickState.svg');
}
.screenshot-4k-button {
  background-image: url('../img/screenShot_4K.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 13px;
  margin-right: 18px;
}
.screenshot-4k-button.saving {
  background-image: url('../img/screenShot_clickState.svg');
}
.preload-screenshot-click-state {
  background-image: url('../img/screenShot_clickState.svg');
}
.play-button.playing {
  background-image: url('../img/videoPlayerPauseIcon.svg');
}
.video-window .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 0px;
  bottom: 0px;
}
.video-window .ui-resizable-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 0px;
  bottom: 0px;
}
.video-window .ui-resizable-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 0px;
  top: 0px;
}
.video-window .ui-resizable-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 0px;
}
#debugWindow {
  position: absolute;
  top: 20px;
  left: 80%;
  min-width: 100px;
  min-height: 60px;
  padding: 15px;
  background: #fff5e0;
  opacity: 0.5;
  cursor: pointer;
  color: #303538;
}
#debugWindow span {
  display: inline-block;
  margin-right: 5px;
}
#dbg_log {
  margin-top: 4px;
  border-top: 2px solid #303538;
  max-height: 100px;
  overflow-y: auto;
}
#debugWindow:hover {
  opacity: 1;
}
.image-group-window .content-container {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #303538;
}
.image-group-display {
  height: 0px;
  width: 90%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-group-thumbs {
  height: 100%;
  width: 10%;
  min-width: 70px;
  overflow-y: auto;
}
.image-group-thumb-item {
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#start-position-container {
  position: absolute;
  bottom: 5%;
  left: 25%;
  width: 50%;
  background: white;
  padding: 5px;
}
.start-position-range-container {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#start-position-min {
  flex-grow: 1;
}
#start-position-max {
  flex-grow: 1;
}
.field-startpositionform-start_time,
.field-startpositionform-end_time {
  flex-grow: 10;
  margin: 0px 15px;
}
.field-startpositionform-start_time input,
.field-startpositionform-end_time input {
  padding: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
#timing-points-container {
  position: absolute;
  bottom: 5%;
  width: 50%;
  left: 25%;
  height: auto;
  max-height: 280px;
  overflow-y: auto;
  background: white;
  padding: 10px;
}
.timing-point-field {
  display: flex;
  height: 30px;
}
.timing-point-field .tpf-range-input {
  flex-grow: 10;
  margin: 0px 5px;
}
.timing-point-field .tpf-time-input {
  flex-grow: 1;
  margin: 0px 5px;
}
.timing-point-field .tpf-remove {
  flex-grow: 1;
  width: 20px;
  margin: 0px 5px;
  cursor: pointer;
}
.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}
.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}
.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}
model-viewer {
  --poster-color: transparent;
}
.icon-assetIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../img/asset.svg);
  width: 24px;
  height: 20px;
}
.asset-selection {
  flex-basis: 53px;
  text-align: right;
  padding-right: 8px;
  padding-top: 13px;
}
.content-window:hover #asset-list-dropdown {
  opacity: 1;
}
.asset-dropdown-toggle {
  background-image: url(../img/arrowDown.svg);
  background-size: 12px 7px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 20px;
}
[aria-expanded=true] > .asset-dropdown-toggle {
  background-image: url(../img/arrowUp.svg);
}
#asset-list-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  opacity: 0;
  transition: opacity 0.35s;
  background: #303538;
  min-width: 200px;
  padding-left: 30px;
  padding-right: 15px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-y: auto;
  max-height: 200px;
}
.asset-list-table-wrapper {
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
}
.asset-list-dropdown-item {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #aeb3b8;
  cursor: pointer;
}
.asset-list-dropdown-item:hover,
.asset-list-dropdown-item.selected {
  color: #ffffff;
}
