/*************************
*******General******
**************************/

html {
    width: 100%;
    font-size: 110%;
}
body {
}
.content {
  margin-top: 116px;
}
a {
  text-decoration: none !important;  
}
h1 {
    margin: 2em 0 0 0;
    color: #2e484c;
    font-family: 'Play', sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
h1 img {
    vertical-align: top;
}
h1 .name {
    color: #e3e3e3;
    font-size: 32px;
    text-transform: none;
	padding-left: 8px;
	padding-top: 15px;
	display: inline-block;
}

.bg-blue,
.bg-kyte {
    background-color: #282e38 !important;
}

/* bootstrap buttons */
.btn {
	font-weight: 400;
}

/* upload page */
.upload-page {
	margin-top: 0;
	padding: 48px 0 64px;
}

.upload-shell {
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
}

.upload-heading {
	margin-bottom: 24px;
	max-width: 680px;
}

.upload-heading h2 {
	color: #2e484c;
	font-family: 'Play', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.upload-heading p {
	color: #526065;
	margin-bottom: 0;
}

.upload-kicker {
	color: #008cba !important;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 8px !important;
	text-transform: uppercase;
}

.upload-form {
	background: #f9f9f9;
	padding: 28px;
}

.upload-section {
	border-bottom: 1px solid #e5ecef;
	padding: 0 0 28px;
}

.upload-section + .upload-section {
	padding-top: 28px;
}

.upload-section-heading {
	display: block;
	margin-bottom: 18px;
}

.upload-section-heading h3 {
	color: #2e484c;
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 0;
}

.upload-section-heading p {
	color: #68777c;
	margin-bottom: 0;
	max-width: none;
	text-align: left;
}

.upload-form .form-label {
	color: #2e484c;
	font-weight: 700;
	margin-bottom: 6px;
}

.upload-form .required::after {
	color: #f04124;
	content: " *";
}

.upload-feedback {
	margin-top: 20px;
}

.upload-lookup-warning {
	margin: 20px 0 0;
}

.upload-actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	padding-top: 24px;
}

.upload-progress {
	display: none;
	flex: 1 1 240px;
	height: 20px;
	margin: 0;
	max-width: 360px;
}

#upload-failure {
	display: none;
}

.manage-lists {
	border-bottom: 0;
}

.manage-list-section + .manage-list-section {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e5ecef;
}

.manage-list-heading {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.manage-list-heading h4 {
	color: #2e484c;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0;
}

.manage-list-heading span {
	color: #68777c;
	font-size: 0.82rem;
}

.manage-list {
	border: 1px solid #d9e1e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.manage-list-item {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 14px;
	min-height: 58px;
	padding: 12px 16px;
}

.manage-list-item + .manage-list-item {
	border-top: 1px solid #edf2f4;
}

.manage-list-avatar {
	align-items: center;
	background: #eaf3f6;
	color: #2e484c;
	display: flex;
	flex: 0 0 34px;
	font-size: 0.72rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	text-transform: uppercase;
	width: 34px;
}

.manage-list-avatar-drone {
	background: #f5efe8;
}

.manage-conditional-fields {
	margin-top: 16px;
}

.manage-actions {
	padding-top: 18px;
}

.manage-list-title {
	color: #2e484c;
	font-weight: 700;
	line-height: 1.2;
}

.manage-list-meta {
	color: #68777c;
	font-size: 0.9rem;
	line-height: 1.3;
	margin-top: 2px;
}

@media (max-width: 767.98px) {
	.upload-page {
		padding-top: 28px;
	}

	.upload-form {
		padding: 20px;
	}

	.upload-section-heading {
		display: block;
	}

	.upload-section-heading p {
		margin-top: 4px;
		max-width: none;
		text-align: left;
	}

	.upload-actions {
		align-items: stretch;
		display: grid;
	}

	.upload-progress {
		max-width: none;
	}
}

table.spaced {
	margin: 16px 0;
	width: 680px;
}
table.spaced tbody {
	background: #f9f9f9;
	border-color: #f9f9f9;
	border-style: solid;
	border-width: 16px;
}

td.left {
	padding-right: 20px;
}

.align-right{
	float: right;
}

tr .space-above > td {
	padding-top: 1em;
}


.plot-legend-box {
	border-left-style: solid;
	border-left-width: 20px;
	padding-left: 4px;
}

pre {
	/* this is used for hardfaults, or to display performance counters
	 * (this was in the official Bootstrap, but not in Bootswatch)
	 */
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 10pt;
}

#mapid { height: 500px; }

.tooltip-inner {
    text-align: left;
}


/* override the bokeh font with the one used in the boostrap theme
 * (there's no option for that in theme.yaml)
 */
.bk-root {
	font-family: sans-serif !important;
}



/* browse page / DataTables */

.browse-filters {
	background: #f9f9f9;
	margin: 18px 0 24px;
	padding: 18px;
}

.browse-filters .form-label {
	color: #2e484c;
	font-weight: 700;
}

table.dataTable {
	width: 150%;
	margin-left: -25%;
}
table.dataTable td {
	text-align: left;
}
.map_overview {
   width: 70px;
   height: 70px;
   object-fit: cover;
   border-radius: 4px;
   transition: all 0.5s ease-in-out;
}
.map_overview:hover {
   transform: scale(7);
}

/*************************
*******Loading bar******
**************************/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3379b7;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


/*************************
*******Header******
**************************/


#header {
  /* the following makes it sticky */
  width: 100%;
  position: fixed;
  z-index: 10000 !important;
  top: 0;
  /* and expand over the whole page */
  left: 0%;
  margin-left: 0px;
  border-bottom: 2px solid #ff6f14;
}

#header .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.78);
}

#header .navbar-nav .nav-link:hover,
#header .navbar-nav .nav-link:focus {
	color: #ff6f14;
}

#header .navbar-toggler {
	border-color: rgba(255, 111, 20, 0.65);
}

#header .navbar-brand h1 {
  padding: 0;
  margin: 0;
}

#header .navbar-brand a:hover {
  /* avoids text underlining for the image */
  text-decoration: none;
}

.dropdown:hover > .dropdown-menu {
	/* open submenu when hovering */
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}

#header .dropdown-item {
	/* reduce menu item size */
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.fa-angle-down{
	padding-left: 5px; 
}

/*************************
*******Footer******
**************************/

.copyright-text {
  margin-top: 30px;
}

.copyright-text p {
  margin-bottom: 0;
}

/*************************
*******Browse******
**************************/

.no_map_overview {
  text-align: center;
  font-size: .8em;
  padding: 5px;
}
