@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body {
  background-image: url('../img/topo-bg-2.jpg');
  background-size: contain;
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  cursor: default;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 12px;
  margin-block-end: 0em;
}

tr:hover td {
  background-color: coral;
}

.btn {
  border-radius: 0px;
  font-size: 12px;
}

.btn-big {
  border-radius: 0px;
  text-align: center;
}

.bg-cover {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(250, 250, 250, 0.9);
}

.footer-h8 {
  background-image: linear-gradient(15deg, black 0%, #f5f5f5 100%);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 16px;
  padding-top: 16px;
}

.navbar-h8 {
  background-image: linear-gradient(15deg, rgb(220, 68, 5) 0%, #f5f5f5 100%);
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-h8 img {
  width: 45px;
}

.navbar-h8.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar .nav-pills>li>a {
  color: black;
}

.navbar .nav-pills>li>a:hover {
  background-color: transparent;
  color: black;
  font-weight: bold;
}

.navbar .nav-pills .active {
  background-color: transparent;
  color: Black;
  font-weight: bold;
}

.admin-layout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

.admin-layout-sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 225px;
  height: 100vh;
  background-color: rgb(100, 100, 100);
}

.admin-layout-sidebar .menu-item {
  width: 100%;
  color: rgb(220, 220, 220);
  padding: 10px;
  border-top: 1px rgb(220, 220, 220) solid;
  display: block;
}

.admin-layout-sidebar .menu-item:hover {
  background-color: rgb(80, 80, 80);
  color: rgb(250, 250, 250);
  text-decoration: none;
}

.admin-layout-sidebar .menu-item:last-child {
  border-bottom: 1px rgb(220, 220, 220) solid;
}

.admin-layout-content {
  position: fixed;
  top: 0px;
  right: 0px;
  width: calc(100vw - 225px);
  height: 100vh;
  padding: 20px;
  overflow: auto;
}

.card.card-alert {
  border-radius: 0px;
}

.card.card-client {
  border-radius: 7px;
  border: 1px rgb(220, 68, 5) solid;
  margin-top: 15px;
}

.card.card-client .card-header {
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  border-bottom: 2px rgb(220, 68, 5) solid;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 12px;
  color: rgb(220, 68, 5);
}

.card.card-admin {
  border-radius: 0px;
  border: 1px rgb(100, 100, 100) solid;
  border-bottom: 4px rgb(100, 100, 100) solid;
}

.card.card-admin .card-header {
  border-radius: 0px;
  background-color: rgb(100, 100, 100);
  color: rgb(250, 250, 250);
  margin-left: -1px;
}

.card.card-alert {
  border: 1px rgb(220, 68, 5) solid;
}

.card.card-option {
  border: 1px rgb(195, 195, 195) solid;
  background-color: 1px rgb(220, 220, 220) solid;
  border-radius: 3px;
}

.card.card-option .card-header {
  color: rgb(145, 145, 145);
  text-transform: uppercase;
  border-bottom: 2px rgb(195, 195, 195) solid;
}

.card.card-option .card-body {
  color: rgb(145, 145, 145);
}

.alert {
  border-radius: 0px;
  border: 0px;
  color: rgb(255, 255, 255);
}

.alert.alert-info {
  background-color: rgb(143, 174, 255);
}

.alert.alert-success {
  background-color: rgb(101, 192, 185);
}

.alert.alert-warning {
  background-color: rgb(255, 161, 87);
}

.alert.alert-danger {
  background-color: rgb(248, 98, 99);
}

.welcome-map {
  height: calc(100vh - 402px);
}

.asset-map {
  height: calc(100vh - 230px);
}

.asset-route-map {
  height: calc(100vh - 280px);
}

.content-list {
  height: calc(100vh - 353px);
  overflow-y: auto;
}

.personnel-list {
  height: calc(100vh - 267px);
  overflow-y: auto;
}

.admin-dashboard-list {
  height: 180px;
  overflow-y: auto;
}

.asset-list {
  height: calc(100vh - 317px);
  overflow-y: auto;
}

.asset-group-list {
  height: calc(100vh - 590px);
  overflow-y: auto;
}

.asset-group-create-list {
  height: calc(100vh - 510px);
  overflow-y: auto;
}

.asset-group-asset-update-list {
  height: calc(100vh - 552px);
  overflow-y: auto;
}

.asset-group-asset-create-list {
  height: calc(100vh - 493px);
  overflow-y: auto;
}

.asset-group-update-list {
  height: calc(100vh - 537px);
  overflow-y: auto;
}

.asset-group-view-list {
  height: calc(100vh - 260px);
  overflow-y: auto;
}

.flight-list {
  height: calc(100vh - 582px);
  overflow-y: auto;
}

.form-control {
  border-radius: 0px;
  font-size: 12px;
}

.list-group {
  border-radius: 0px;
}

.list-group-item {
  background-color: rgba(220, 68, 5, 0.05);
  border: 1px rgb(220, 68, 5) solid;
  color: rgba(220, 68, 5, 0.9);
}

.list-group-item:hover {
  background-color: rgba(220, 68, 5, 0.15);
  text-decoration: none;
  color: rgba(220, 68, 5, 1);
}

.btn-cancel {
  background-color: #d33;
  border-color: #d33030;
}

.btn-cancel:hover {
  background-color: rgb(204, 48, 48);
  border-color: #d33030;
}

.btn-outline-form {
  border: 1px rgb(220, 68, 5) solid;
  color: coral;
}

.btn-outline-form.active,
.btn-outline-form:active,
.btn-outline-form:focus,
.btn-outline-form.focus,
.btn-outline-form:hover {
  color: #fff;
  background-color: coral;
}

.asset-types-form {
  height: calc(100vh - 248px);
  overflow-y: auto;
}

.repeat-cell {
  background-color: yellow;
}

.card .MuiTableContainer-root {
  font-size: 10px;
  padding: 6px;
}

.card .MuiTable-root {
  font-size: 10px;
}

.card .MuiTableCell-root {
  font-size: 10px;
  padding: 6px;
}

.card .MuiTablePagination-selectLabel {
  font-size: 10px;
}

.card.MuiTablePagination-root {
  font-size: 10px;
}

.card .MuiInputLabel-root {
  font-size: 10px;
}

.card .MuiTablePagination-displayedRows {
  font-size: 10px;
}

.card .MuiInputBase-root {
  font-size: 10px;
}

.esri {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('../logos/esri.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.rics {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('../logos/rics.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.uwe {
  background-image: url('../logos/uwe.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cranfield {
  background-image: url('../logos/cranfield.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.skyfarer {
  background-image: url('../logos/skyfarer.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vgr-cards {
  .card {
    display: flex;
    flex-flow: wrap;
    flex: 100%;

    &:nth-child(even) .card-img-body {
      order: 2;
    }

    &:nth-child(even) .card-body {
      padding-left: 0;
      padding-right: 1.25rem;
    }
  }
}

.card-img-body {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
}

.roi-draw-btn {
  background-image: none;
  color: black;
  border-radius: 4px;
  margin: 4px;
  min-width: max-content;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.open-a-flight {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
  border-radius: 10px;
  font-size: 20px;
}

.booking-asset {
  width: 60%;
  margin: 60px 20%;
  padding: 30px;
  font-size: 28px;
  border: 0px;
  border-radius: 20px;
}

.asset-current {
  color: #ffffff;
  background-color: #dc4405;
}

.asset-new {
  color: #ffffff;
  background-color: #28a745;
}

.asset-notes {
  position: absolute;
  bottom: 5%;
  left: 4%;
  color: #dc4405;
  font-size: 15px;
  width: 240px;
  border: 1px solid #dc4405;
  padding: 12px 20px;
  border-radius: 20px;
}