:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6d49cb;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #5e5e5e;
  --gray-dark: #404040;
  --primary: #007bff;
  --secondary: #f0f0f0;
  --success: #108548;
  --info: #1f75cb;
  --warning: #ab6100;
  --danger: #dd2b0e;
  --light: #dbdbdb;
  --dark: #404040;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans', Ubuntu, Cantarell,
    'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

html,
body,
ul,
ol {
  margin: 0;
}

html,
body {
  padding: 0;
  font-size: 16px;
  min-height: 100vh;
}

@font-face {
  font-family: 'webly-sleek-ui';
  src: url('weblysleekuil-webfont.woff2') format('woff2'), url('weblysleekuil-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

body {
  font-family: 'webly-sleek-ui', 'Segoe UI Light', Arial, sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
}

.clear {
  clear: both;
}

.round-corners {
  border-radius: 5px;
}

#content-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

main {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  min-width: 650px;
  max-width: 1000px;
  width: 100%;
}

main.with-sidebar {
  max-width: 900px;
}

main.with-sidebar-wide {
  flex: 1;
  min-width: auto;
}

@media (max-width: 1000px) {
  body {
    width: 1000px;
  }
}

@media (min-width: 1000px) {
  main.with-sidebar {
    margin-left: 20px;
    margin-right: 0;
  }
}

h1 {
  font-weight: bold;
  font-size: 2rem;
}

h2 {
  font-weight: normal;
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

.font-normal {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #00abe3;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: underline;
}

.disabled-link {
  cursor: url('../img/unavailable.png'), not-allowed !important;
  color: grey;
}

[hidden] {
  display: none !important;
}

.disabled-link a,
.disabled-link button,
.disabled-link input,
.disabled-link tr {
  pointer-events: none;
  color: grey;
}

.page-watermark {
  display: none;
}

.common-label {
  font-weight: 600;
}

@media (min-width: 1400px) and (min-height: 1000px) {
  .page-watermark {
    display: block;
    position: fixed;
    z-index: -2;
    opacity: 0.05;
    width: 900px;
    height: 900px;
    right: 0;
    bottom: 0;
  }
}

.collapse-expand {
  text-align: right;
  width: 16px;
}

.nowrap {
  white-space: nowrap;
}

.alertModal {
  display: none;
}

.table-vehicleList {
  margin-bottom: 0;
}

.modal-body--vehicleDialog {
  padding-bottom: 0;
}

.modal-body {
  max-height: calc(100vh - 168px);
  will-change: auto;
  overflow: visible;
}

.start-installation .modal-body {
  overflow: auto;
}

[v-cloak] {
  display: none;
}

.mb20 {
  margin-bottom: 20px;
}

.pr-0 {
  padding-right: 0;
}
/*------------------------------------*\
  #Tables
\*------------------------------------*/

.t-fixed {
  table-layout: fixed;
}

.t-auto {
  table-layout: auto;
}

.overflow-auto::-webkit-scrollbar {
  width: 0.6em;
  height: 0.6em;
}

.overflow-auto::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.overflow-auto::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 4px;
}

.overflow-auto {
  overflow: auto;
}

/*------------------------------------*\
  #Aside properties
\*------------------------------------*/

.aside-stick-box {
  display: flex;
  position: fixed;
  bottom: 1em;
}

.aside-box {
  align-self: flex-end;
}

.sidebar-disk-capacity__title {
  font-weight: bold;
}

.sidebar-disk-capacity__info {
  color: #444444b3;
  font-size: 14px;
}

/*------------------------------------*\
  #Prompt dialog
\*------------------------------------*/

.dialog-prompt {
  z-index: 2;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.modal-prompt-dialog {
  z-index: 100;
  margin: auto;
  position: fixed;
  inset: 50%;
  transform: translate(-50%);
  min-width: 20em;
}

.dialog-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
}
.dialog-inner {
  background: white;
  padding: 20px;
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  z-index: 32;
}

/*------------------------------------*\
  #Footage actions
\*------------------------------------*/

.b-footage-actions__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: right;
}

.b-footage-actions__item + .b-footage-actions__item {
  margin-left: 0.5em;
}

.h-button-ghost {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.h-button-ghost ::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.action-delete {
  color: #d9534f;
}

.action-delete:hover {
  color: rgba(217, 83, 79, 0.6);
}

[data-position='bottom'] {
  top: auto;
  bottom: 0;
}
