/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-light.woff2) format("woff2"), url(/fonts/gilroy-light.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-lightitalic.woff2) format("woff2"), url(/fonts/gilroy-lightitalic.woff) format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-regular.woff2) format("woff2"), url(/fonts/gilroy-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-regularitalic.woff2) format("woff2"), url(/fonts/gilroy-regularitalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-medium.woff2) format("woff2"), url(/fonts/gilroy-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-mediumitalic.woff2) format("woff2"), url(/fonts/gilroy-mediumitalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-bold.woff2) format("woff2"), url(/fonts/gilroy-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/gilroy-bolditalic.woff2) format("woff2"), url(/fonts/gilroy-bolditalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
body {
  color: #ffffff;
  background-color: #1a191a;
  font-family: "Gilroy", -apple-system, "Helvetica Neue", Arial, sans-serif;
  padding-top: 65px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #ffffff;
}

h1 {
  font-weight: 700;
  font-size: 2em;
}

h2 {
  font-weight: 500;
  font-size: 1.4rem;
}

a {
  color: #ffffff;
}
a:hover, a:focus {
  color: #ffffff;
  text-decoration: none;
}

section {
  margin: 10px 10px;
}

.bg-frost {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  border-color: white;
}
.bg-frost .navbar-nav > li > .dropdown-menu {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
}

.lg-text {
  font-size: 2em;
  font-weight: 700;
}

.navbar-header {
  color: #2b2b2b;
}

.navbar-toggler {
  border-color: #ffffff;
  color: #ffffff;
  margin-right: 2px;
}

.navbar {
  margin-bottom: 10px;
  font-family: "Gilroy";
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar .navbar-brand {
  font-family: "Gilroy";
}
.navbar .navbar-brand > img {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding-right: 5px;
}

.clock {
  margin: auto;
  font-family: monospace;
  font-size: 1em;
}

.caption {
  display: block;
  font-size: 10px;
  padding: 0;
}

.danger-menu-item:hover {
  background-image: none;
  background-color: red;
}

.success-menu-item:hover {
  background-image: none;
  background-color: #77B300;
}

.btn-outline-danger {
  color: white;
  border: none;
}
.btn-outline-danger:hover {
  color: white;
}

.btn-outline-warning {
  color: white;
  border: none;
}
.btn-outline-warning:hover {
  color: white;
}

.btn-outline-dark {
  color: white;
  border-color: #1a191a;
  outline-color: #1a191a;
  outline-width: 1px;
}
.btn-outline-dark:hover {
  border: 1px solid white;
  background-color: #1a191a;
}
.btn-outline-dark:focus {
  box-shadow: none;
  border: 1px solid white;
  background-color: #1a191a !important;
}
.btn-outline-dark:active {
  box-shadow: none;
  border: 1px solid white;
  background-color: #1a191a !important;
}

.btn-outline-info {
  color: white;
  border: none;
}
.btn-outline-info:hover {
  color: white;
}

.btn-outline-success {
  color: white;
  border: none;
}
.btn-outline-success:hover {
  color: white;
}

.btn-outline-primary {
  color: white;
  border: none;
}
.btn-outline-primary:hover {
  color: white;
}

.btn-group-vertical > .btn {
  margin-bottom: 6px;
  border-radius: 4px !important;
}

.bg-warning {
  background-color: #8800ff !important;
}

pre {
  color: black;
  background-color: #ffffff;
  white-space: pre-wrap;
  overflow-x: auto;
  padding: 4px;
}
pre > h3 {
  color: black;
  font-size: 1em;
  margin-top: 4px;
  margin-bottom: 4px;
}

.form-control {
  color: #1a191a;
  background-color: #ffffff;
}

code {
  white-space: nowrap;
}

.sign-in-box {
  position: fixed;
  top: 200px;
  left: 50%;
  margin-top: -150px;
  margin-left: -200px;
  width: 500px;
  height: 500px;
}

.bootstrap-datetimepicker-widget {
  background-color: #1a191a;
}
.bootstrap-datetimepicker-widget table {
  color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background-color: #2A9FD6;
  background: #2A9FD6;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #77B300;
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #2A9FD6;
}
.bootstrap-datetimepicker-widget table span:hover:hover {
  background: #2A9FD6;
}
.bootstrap-datetimepicker-widget table span.month.active {
  background-color: #77B300;
}
.bootstrap-datetimepicker-widget table th:hover:hover {
  background: #2A9FD6;
}
.bootstrap-datetimepicker-widget table th.prev:hover:hover, .bootstrap-datetimepicker-widget table th.next:hover:hover {
  background: #2A9FD6;
}
.bootstrap-datetimepicker-widget table th.picker-switch:hover:hover {
  background: #2A9FD6;
}

.centered-box {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 20px;
}

.bg-piston {
  background-image: url(/images/piston-icon-400x400.png);
  background-size: 100%;
  text-align: center;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
}

form .command-errors {
  display: none;
}

.video-modal .close-container {
  overflow: hidden;
}
.video-modal .modal-content {
  background: none;
}
.video-modal video {
  background: black;
}

.session-action-menu {
  background: #2b2b2b;
  border-radius: 8px;
  font-size: 1rem;
}
.session-action-menu .btn {
  font-size: 1rem;
}

.marker-count {
  font-size: 1.2rem;
}

.scheduled_sessions {
  width: 100%;
}
.scheduled_sessions .session {
  background: #2b2b2b;
  border-radius: 8px;
}
.scheduled_sessions .session .timecode {
  font-family: monospace;
  font-size: 0.8em;
}
.scheduled_sessions .session .fa-thin {
  color: white;
}

.session-list .session {
  list-style: none;
  font-size: 1.5em;
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
}
.session-list .session .thumbnail {
  border-radius: 12px;
  width: 64px;
  padding: 4px;
}
.session-list .session .stats {
  width: 100px;
}
.session-list .session .started {
  width: 140px;
}
.session-list .session .markers, .session-list .session .angles, .session-list .session .date, .session-list .session .time {
  display: block;
  font-weight: 200;
  font-size: small;
}
.session-title {
  font-size: 1.5em;
}
.session-title .title-bar {
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
}
.session-title .title-bar h1 {
  margin-bottom: 0;
}

.session-info {
  margin: 1em 0;
}
.session-info .info {
  display: inline-block;
  white-space: nowrap;
  color: #888;
  border-right: 1px solid #555;
  padding-right: 0.7em;
  margin-right: 0.7em;
}
.session-info .info:first-child {
  padding-left: 0;
}
.session-info .info:last-child {
  padding-right: 0;
  border-right: none;
}

.strong-warning {
  font-size: 24px;
}

.camera-list .camera {
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
  font-size: 1.5em;
}

.select-camera-list {
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-count: 2;
  columns: 2;
  list-style-position: inside;
  list-style: none;
}
.select-camera-list li {
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.user-list .user, .live-export-config-list .user {
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
}
.user-list .role, .live-export-config-list .role {
  font-size: small;
  font-style: italic;
  color: grey;
}

.angle-list {
  padding: 0;
  list-style: none;
}
.angle-list li {
  margin-bottom: 0.5em;
}
.angle-list img {
  display: block;
  text-align: center;
}
.angle-list .name {
  font-size: 1rem;
}
.angle-list .angle {
  background: #2b2b2b;
  border-radius: 8px;
}
.angle-list .thumbnail-box {
  position: relative;
  text-align: center;
}
.angle-list .thumbnail {
  border-radius: 12px;
  padding: 1rem;
  position: relative;
}
.angle-list .process {
  font-size: small;
  font-style: italic;
  color: grey;
}
.angle-list .fa-regular {
  font-size: x-large;
}
.angle-list .fa-play {
  font-size: xx-large;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.marker-list {
  list-style: none;
}
.marker-list .box {
  display: inline-block;
  top: 1px;
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 0.1em;
}
.marker-list .green {
  background: #77B300;
}
.marker-list .red {
  background: #CC0000;
}
.marker-list .blue {
  background: #2A9FD6;
}
.marker-list .timecode-start {
  font-family: monospace;
  margin-right: 0.5em;
}
.marker-list .timecode-end {
  font-family: monospace;
  margin-right: 0.5em;
}
.marker-list .name {
  font-weight: bold;
  margin-right: 0.5em;
}
.marker-list .color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: relative;
  top: 1px;
}
.marker-list .qualifier-list {
  margin-right: 0.5em;
}
.marker-list .note {
  color: #999;
}

.ffmpeg-cli {
  width: 60rem;
  padding: 10px;
  float: left;
}

.marker-schema {
  list-style: none;
  padding: 0;
}
.marker-schema li {
  padding: 5px;
}
.marker-schema li .handle {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  font-size: 1.4em;
  color: #2F2F2F;
  padding-left: 4px;
  padding-right: 4px;
}
.marker-schema li .name {
  font-size: 1.2em;
  font-weight: 500;
}
.marker-schema li .delete {
  font-size: 1.2em;
}
.marker-schema li .edit {
  font-size: 1.2em;
  color: white;
}
.marker-schema li .marker {
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
}

.marker-schema-list {
  font-size: 1.5em;
}
.marker-schema-list .schema {
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
}

.qualifier-schema {
  list-style: none;
  padding: 0;
}
.qualifier-schema li {
  padding: 5px;
}
.qualifier-schema li .handle {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  font-size: 1.4em;
  color: #2F2F2F;
  padding-left: 4px;
  padding-right: 4px;
}
.qualifier-schema li .name {
  font-size: 1.2em;
  font-weight: 500;
}
.qualifier-schema li .delete {
  font-size: 1.2em;
}
.qualifier-schema li .edit {
  font-size: 1.2em;
  color: white;
}
.qualifier-schema li .marker {
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
}

.qualifier-schema-list {
  list-style: none;
  font-size: 1.5em;
}
.qualifier-schema-list .schema {
  width: 100%;
  background: #2b2b2b;
  border-radius: 8px;
}

.multiselect-selected-text {
  float: left;
}

.linked-qualifier-lists {
  list-style: none;
  padding: 0;
}
.linked-qualifier-lists li .handle {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.linked-qualifier-lists li .linked-qualifier-list {
  background: #2b2b2b;
  border-radius: 8px;
}

.cp-color-picker {
  z-index: 2000;
}

.settings section {
  width: 100%;
}

span.filesize {
  font-weight: bold;
}

span.licence {
  font-weight: bold;
}

span.licence_red {
  color: red;
  font-weight: bold;
}

span.licence_amber {
  color: #FF8800;
  font-weight: bold;
}

.tiny-button {
  padding: 0.15rem 0.15rem;
  font-size: 0.6rem;
  border-radius: 0.1rem;
}