/* CSS Document */

body {
	margin: auto;
	padding: 20px;
	background-color: 0xFFEEEEEE;
}

#header {
	min-width: 700px;
	font-size: 32px;
	padding: 10px 10px 10px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid green;
}
table {
  border-collapse: collapse;
}

.table_headline1 {
  border-bottom: 1pt solid black;
}

.table_headline2 {
  font-weight: 500;
  border-bottom: 0.5pt solid black;
}

.normal-text {
	font-size: 14px;
    padding: 20px;
}

#footer {
	border-top: 1px solid green;
	margin-top: 20px;
	color: #336699;
	padding-top: 10px;	
}

.main-content {
	margin: auto;
    max-width: 1000px;
	text-align: center;
}

.left-column {
    float: left;
    width: 370px;
    padding: 20px 10px 0px 10px;
}
.right-column {
    float: right;
    width: 600px;
    padding: 20px;
}
.airports-table tr {
	padding: 10px 10px 10px 10px;
	height: 30px;
	border-bottom: 0.5px solid green;
}
.reports-table tr {
	padding: 10px 10px 10px 10px;
	height: 30px;
}
.approachMinima {
	padding: 10px 10px 10px 10px;
	border-bottom: 0.5px solid green;
}
.minimaType {
    width: 100%;
	padding: 10px 10px 10px 10px;
}
.runway-block {
	padding: 0px 0px 10px 0px;
	border: 1.0px solid black;
    border-radius: 8px;
	margin-bottom: 10px;
}
.alternates-block {
    width: 350px;
	padding: 20px 0px 10px 0px;
    border-radius: 8px;
	margin-bottom: 10px;
}
.runway-title {
	text-align: left;
	padding: 10px 10px 10px 10px;
    border-radius: 8px 8px 0px 0px;
	background-color: lightgrey;
	border-bottom: 0.5px solid black;
}

.form-element-title {
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

.form-element {
	padding: 10px 10px 10px 10px;
}

.form-element input {
    text-align: right; padding-right: 5px;
}

.form-element_left input {
    text-align: left; padding-left: 5px;
}

.error-block {
	max-width: 500px;
	color: red;
	margin: auto;
	text-align: center;
}

.login-block {
	width: 380px;
	margin: auto;
	text-align: left;
	padding: 20px 10px 70px 10px;
}

.login-block tr {
	line-height: 32px;
}

.icon {
	padding: 0px 0px px 0px;
}

.pm-list-selected {
	margin:0; color: red; font-size: 16px; font-weight: 900;
}

/* Dropdown Button */
.dropbtn {
 /* background-color: #2a7f87;*/
  background-color: #4a8d92;
  color: white;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.data-versions td {
  border: 1px solid;
  border-color: black;
  text-align: center; padding-right: 10px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

.report-display td {
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.report-edit {
	padding: 0px 0px 10px 0px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.test {
  	background-color: orange;
	color: white;
  	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0 0 15px 0;  	
}

 .top-link {
   display: none;
   position: fixed;
   bottom: 20px;
   right: 20px;
   padding: 10px;
   background-color: #4a8d92;
   border-radius: 15px;
   font-weight: bold;
   color: #fff;
   text-decoration: none;
	z-index: 9999;
 }

.errors {
	padding: 10px 10px 10px 10px;
    border-radius: 8px;
  	font-weight: bold;
	color: red;
}

