#enroute-assistant .window-tool {
  width: 850px !important;
  text-align: center; }

.input-inner {
  text-align: right;
  line-height: 2.25em;
  height: 180px;
  padding-top: 20px;
  padding-right: 20px; }
  .input-inner input[type=text] {
    flex: none;
    width: 40px; }

.enroute-container {
  width: 90%;
  line-height: 2.2em;
  height: 180px;
  text-align: center; }

.direction-time table {
  margin: auto; }
  .direction-time table th {
    color: #600000; }
  .direction-time table td, .direction-time table th {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center !important; }

.enr_label_out_vector_fix {
  color: #600000;
  font-size: 1.2em;
  padding-top: 10px; }

.enr_out_vector_fix {
  padding-bottom: 10px;
  font-size: 2em; }

#enr_out_mach_number {
  border: 3px solid #600000;
  padding: 5px; }

#enroute-content {
  height: 250px; }

input[type=button] {
  border-bottom-color: #666666;
  border-right-color: #666666;
  border-top-color: white;
  border-left-color: white;
  padding: 3px 3px 3px 3px;
  flex: 1 1 auto;
  background-color: #A0AAAA;
  color: #000060;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 2px;
  border-right-width: 2px; }
  input[type=button]:hover {
    background-color: #a8a8a8;
    cursor: pointer; }

body {
  background-color: #939e9e;
  color: #600000;
  font-family: Consolas, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  margin: 0; }

.footer {
  background-color: #600000;
  color: #A0AAAA;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 150; }
  .footer .content {
    width: 98%;
    text-align: right;
    font-weight: bold; }
    .footer .content a {
      color: #A0AAAA !important; }

.ip-small {
  width: 20px;
  display: none; }
  .ip-small .button {
    border: none !important;
    font-size: 25px;
    text-align: center;
    line-height: 37.5px; }
    .ip-small .button:hover {
      border-radius: 50%; }

.ip-large {
  width: 500px; }

.info-pane {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 2px solid #600000;
  height: 100%;
  z-index: 100;
  background-color: #A0AAAA;
  line-height: 1.5em; }
  .info-pane a {
    color: #600000; }
  .info-pane .button {
    border: 1px solid #600000;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    right: 10px; }
    .info-pane .button:hover {
      background-color: #600000;
      color: white;
      cursor: pointer; }

#desktop {
  margin-right: 550px;
  margin-bottom: 65px; }

.tool {
  display: inline-block;
  vertical-align: top;
  background-color: #A0AAAA;
  margin-top: 20px;
  margin-right: 10px; }

.window-tool {
  width: 550px; }

.window-menu {
  width: 700px; }

.window {
  border: 2px solid #600000;
  display: inline-block;
  font-size: 14px;
  height: 100%; }
  .window .window-title {
    border-bottom: 1px solid #600000;
    width: 100%;
    font-weight: normal;
    text-align: center; }
  .window .title {
    border-bottom: 1px solid #600000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    text-align: center; }
  .window .content {
    width: 100%; }
    .window .content .column {
      display: inline-block;
      width: 24%;
      padding-top: 10px;
      padding-bottom: 10px;
      vertical-align: top;
      height: 100% !important; }
      .window .content .column table th {
        text-align: right; }
      .window .content .column table td {
        text-align: left; }
    .window .content .line {
      display: flex;
      flex-flow: row;
      align-items: center;
      width: auto;
      padding: 10px 10px 10px 10px; }
      .window .content .line .button-spacer {
        width: 5px; }
      .window .content .line .lg {
        width: 100px !important; }
      .window .content .line #airport-details {
        height: 9em; }
      .window .content .line #airline-details {
        height: 9em; }
      .window .content .line #aircraft-details {
        height: 7em; }
  .window .window-content td {
    padding: 3px; }

input[type=text], .output {
  border-right: 1px solid white;
  border-top: 2px solid gray;
  border-bottom: 1px solid white;
  border-left: 2px solid gray;
  padding: 2.5px;
  display: inline-block;
  font-family: Consolas, sans-serif;
  font-size: 14px;
  color: #000060;
  font-weight: bold;
  flex: 1 1 auto;
  overflow: auto;
  background-color: #A0AAAA; }

.info-window {
  border-width: 1px;
  border-color: #600000;
  background-color: #A0AAAA;
  display: block;
  padding: 1px;
  height: 100px; }

.functional {
  width: 100% !important;
  height: 30px !important; }

.clicked {
  background-color: #829292 !important;
  border-bottom-color: white !important;
  border-right-color: white !important;
  border-top-color: #666666 !important;
  border-left-color: #666666 !important;
  border-top-width: 2px !important;
  border-left-width: 2px !important;
  border-bottom-width: 3px !important;
  border-right-width: 3px !important; }
  .clicked:hover {
    background-color: #829292 !important;
    cursor: default !important; }

.not-clicked {
  color: gray !important; }
  .not-clicked:hover {
    color: gray !important;
    cursor: not-allowed !important;
    background-color: #A0AAAA !important; }

.timer {
  text-align: center !important;
  font-size: 30px !important; }

.tool-menu {
  border-bottom: 1px #600000 solid; }
