html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #0C192C;
}

/*=============================================================== Map Setup ================================================*/
#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
	height: 100%;
}

#map #infowindow-content {
  display: inline;
}

/*============================================================== Static panels on map =====================================*/

.logo-panel {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 5px;
	text-align: center;
	padding-left: 10px;
}

.staticPanelOnMap {
	z-index: 5;
	padding: 0px;
	text-align: center;
	font-family: "Roboto", "sans-serif";
	line-height: 30px;
	padding-left: 0px;
	display: none;	
}

.loginStaticPanel {
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
}

.markerControlStaticPanel {
	position: absolute;
	bottom: 24px;
	right: 150px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	padding-left: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.fileStaticPanel {
	position: absolute;
	top: 90px;
	left: 0px;
	background-color: #fff; /*#061428;*/
	padding: 5px;
	border: 1px solid #999;
	padding-left: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.missionNameStaticPanel {
	position: absolute;
	top: 0px;
	left: 50%;
	background-color: #00137F;
	color: white;
	padding: 6px;
	border: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: x-large;
	padding-left: 10px;
}

.gotoUserLocationStaticPanel {
	position: absolute;
	bottom: 24px;
	right: 80px;
	z-index: 1;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #999;
	display: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.userAccountStaticPanel {
	position: absolute;
	top: 10px;
	right: 80px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	padding-left: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.locationSearchBoxStaticPanel {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 30%;
	display: none;
}

/* ================================================================================= Popup menus on map =================================*/
.popupPanelOnMap {
	z-index: 10;
	padding: 0px;
	text-align: center;
	font-family: "Roboto", "sans-serif";
	line-height: 30px;
	border-radius: 5px;
	padding-left: 0px;
	display: none;	
}

.generalSavePopupMenu {
	position: absolute;
	top: 40%;
	left: 30%;
	right: 30%;
	background-color: #f8f8ff;
	padding: 5px 10px 5px 10px;
	border: 3px solid #555555;
	color: #696969;
	text-align: left;
	padding-left: 10px;
}

.deleteConfirmPopupMenu {
	position: absolute;
	top: 40%;
	left: 40%;
	background-color: #f8f8ff;
	padding: 5px 10px;
	border: 3px solid #f44336;
	color: #696969;
	padding-left: 10px;
}

.waypointPopupMenu {
	position: absolute;
	top: 9%;
	right: 10px;
	width: 18%;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
}

.POIPopupMenu {
	position: absolute;
	top: 20%;
	right: 10px;
	width: 18%;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
}

.patternPOIPopupMenu {
	position: absolute;
	top: 9%;
	right: 10px;
	width: 18%;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
}

.optionsPopupMenu {
	position: absolute;
	top: 20%;
	left: 10px;
	width: 18%;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
}

.missionsListPopupMenu {
	position: absolute;
	top: 20%;
	left: 20%;
	right: 20%;
	height: 50%;
	background-color: #f8f8ff;
	padding: 5px 10px;
	border: 3px solid #555555;
	border-radius: 5px;
	color: #696969;
	padding-left: 10px;
}

.singleMissionDataListPopupMenu {
	position: absolute;
	top: 10%;
	bottom: 5%;
	right: 10px;
	width: 40%;
	background-color: #f8f8ff;
	padding: 5px 10px;
	border: 3px solid #555555;
	border-radius: 5px;
	color: #696969;
	padding-left: 10px;
}



/* ================================================================================= Missions Menu ============================= */

#floating-panel-open-missions-list-box {
	position: absolute;
	top: 120px;
	left:5px;
	right: 5px;
	bottom: 5px;
}

#floating-panel-open-missions-list-only {
	height:100%;
	width: 100%;
	overflow: auto;
}

#missionsList_table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 18px;
}

#missionsList_table th, #missionsList_table td {
	text-align: left;
	padding: 12px;
}

#missionsList_table tr {
	border-bottom: 1px solid #ddd;
}

#missionsList_table tr.header, #missionsList_table tr:hover {
	background-color: #f1f1f1;
}

.missionTypeDropDown {
	margin: 4px 10px 2px 2px;
	text-align: left; 
	float: left;
}

.batchProcessStatusText {
	float: left; 
	
}

.missionLoadingStatusCentered {
	text-align: center;
}

/* ================================================================================= Single Mission Data Menu ============================= */

#floating-panel-open-mission-file-list-box {
	position: absolute;
	top: 60px;
	left:5px;
	right: 5px;
	bottom: 5px;
}

#floating-panel-open-mission-flight-data-list-only {
	height:100%;
	width: 100%;
	overflow: auto;
}

#singleMissionFileList_table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 18px;
}

#singleMissionFileList_table th, #singleMissionFileList_table td {
	text-align: left;
	padding: 12px;
}

#singleMissionFileList_table tr {
	border-bottom: 1px solid #ddd;
}

#singleMissionFileList_table tr.header, #singleMissionFileList_table tr:hover {
	background-color: #f1f1f1;
}


/* ====================================================================== Location Search Box ================================== */
.pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

.locationSearch {
	font-family: Roboto;
	font-weight: 300;
	margin-left: 12px;
	padding: 10px 10px 10px 10px;
	text-overflow: ellipsis;

	box-sizing: border-box;
	border: 2px solid #ccc;

	font-size: 16px;
	background-color: white;
	width: 100%;
}

.locationSearch:focus {
	border-color: #4d90fe;
}

.clearLocation {
	position:absolute;
	right: 0px;
	top: 8px;
	padding: 2px 2px 2px 2px;
	border: none;
	height:30px;
	width:30px;
	border-radius:100%;
	outline:none;
	text-align:center;
	font-size: 16px;
	display: none;
}

.clearLocation:hover{
	background: #555555;
}

/* ======================================================================== Text Fields =============================================== */

input[type=text] {
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	padding: 9px 20px 9px 20px;
}

input[type=number] {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	padding: 6px 10px 6px 10px;
}

.textField_fullWidth {
	width: 100%;
}

/* ========================================================================= Basic buttons ========================================= */

.button {
	background-color: #008CBA; /* blue */
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	border-radius: 5px;
	border: 3px none #FFF;
	text-decoration: none;
	display: inline-block;
	font-size: large;
	margin: 4px 2px;
	cursor: pointer;
}

.button {
	transition-duration: 0.1s;
}

.button:hover {
	color: #696969;
}

.buttonSmall {
	background-color: #008CBA; /* blue */
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	border: 3px none #FFF;
	text-decoration: none;
	display: inline-block;
	font-size: medium;
	margin: 4px 2px;
	padding: 2px 2px 2px 2px;
	cursor: pointer;
}

.buttonSmall {
	transition-duration: 0.1s;
}

.buttonSmall:hover {
	color: #696969;
}

.buttonTiny {
	background-color: #008CBA; /* blue */
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	border: 3px none #FFF;
	text-decoration: none;
	display: inline-block;
	font-size: small;
	margin: 4px 2px;
	cursor: pointer;
}

.buttonTiny {
	transition-duration: 0.1s;
}

.buttonTiny:hover {
	color: #696969;
}

.buttonGreen {background-color: #4CAF50;} /* Green */
.buttonBlue {background-color: #008CBA;} /* Blue */
.buttonRed {background-color: #f44336;} /* Red */
.buttonGray {background-color: #e7e7e7; color: black;} /* Gray */
.buttonBlack {background-color: #555555;} /* Black */

.buttonFullWidth {width: 100%;}

/* =================================================================== Close button =============================================== */
.close {
	position: absolute;
	top: 0;
	right: 0;

	font-size: medium;
	border: none;
	color: #555555;   /* dark gray */
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	border: 0px none #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	transition-duration: 0.1s;
}

.close:hover {background-color: #f44336;}	/* red */

/* ===================================================================== Go To User Location Button ================================ */
.panLocationButton {
	position: absolute;
	top: 0;
	right: 0;

	font-size: medium;
	border: none;
	color: #555555;   /* dark gray */
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	border: 0px none #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
}

.panLocationButton:hover { color: #FFFFFF;}
	  
/* ===================================================================== Checkboxes ================================================ */
.containerCheckmark {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: medium;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckmark input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* On mouse-over, add a grey background color */
.containerCheckmark:hover input ~ .checkmark {
	background-color: #444444;
}

/* When the checkbox is checked, add a blue background */
.containerCheckmark input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #AAAAAA;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.containerCheckmark input:checked ~ .checkmark:after {
	display: block;
}

.containerCheckmark .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	
	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} 

.containerCheckmarkNoBlock {
	display: inline-block;
}

.checkMarkBorder {
	
	border-width: 10px 10px 10px 10px;
}

/* ===================================================================== Sliders ================================================== */
.slidecontainer {
	width: 100%;
}

.baseSlider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.baseSlider:hover {
	opacity: 1;
}

.baseSlider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #4CAF50;
	cursor: pointer;
}

.baseSlider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #4CAF50;
	cursor: pointer;
}
/* =========================================================

 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
 /* border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #00137F;
  color: #fff;
  text-align: center;
  padding: 15px 15px 15px 15px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 200%; 
  margin-left: -220px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  color: #00137F;
  top: 20px;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #00137F;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

/* ========================================================== Not currently used =================================================== */
