::-webkit-scrollbar {
  width: 1px;
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  -webkit-border-radius: 0;
}

body {
  font-family: 'Roboto Mono';
  font-weight: 100;
  font-size: 14px;
  height: 100%;
  width: 1416px;
  margin: 9px auto;
  margin-bottom: 0;
  padding: 0;
  background: #555D61;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 50px;
  font-weight: 400;
}

h2 {
  font-size: 20px;
  font-weight: 400;
}

h3 {
  font-size: 15px;
  font-weight: 400;
}

h4 {
  font-size: 12px;
  font-weight: 400;
}

h2 a, h3 a {
  display: block;
  text-decoration: none;
  width: expression(100%);
}

p {
  margin: 5px;
  font-size: 15px;
  color: #fff;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #0042ae;
}

a:hover {
  color: #0042ae;
  background: #eaf2ff;
}

a:visited {
  color: #0042ae;
}

a:visited:hover {
  color: #0042ae;
}

code {
  background: #eee;
  border: 1px solid #ddd;
  color: #000;
}

table {
  margin: 0;
  color: #fff;
  border-collapse: collapse;
}

th {
 background: #656565; 
 font-weight: normal;
 padding: 2px;
}

pre {
  font-family: 'Roboto Mono';
  font-size: 15px;
  cursor: pointer;
  padding: 0 2px 0 2px;
  border: 1px solid transparent;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin-left: 4px;
}

pre:hover.c_white, pre:hover.c_orange {
  color: magenta;
  padding: 0 2px 0 2px;
  border: 1px solid magenta;
  width: 592px;
}

select, input[type=text], input[type=password] {
  border: 1px solid #999;
  font-family: 'Roboto Mono';
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0px;
}

input, input[type=text] {
  padding: 1px 2px;
  font-family: 'Roboto Mono';
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0px;
}

input[type=button] {
  padding: 0 5px;
  font-family: 'Roboto Mono';
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0px;
}

input[type=text].input_trans {
  background: transparent;
  border: none;
  color: #000;
}

input.radio:empty~label {
  position: relative;
  float: left;
  color: #444;
  text-indent: 2.25em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 3px 0 0;
}

input.radio:empty~label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 1.5em;
  background: #444;
  margin: 2px;
}

input.radio:hover:not(:checked)~label:before {
  margin: 2px;
  text-indent: 6px;
  color: #C2C2C2;
}

input.radio:hover:not(:checked)~label {
  color: #666;
}

input.radio:checked~label:before {
  margin: 2px;
  text-indent: .9em;
  color: red;
  background-color: lime;
}

input.radio:checked~label {
  color: #fff;
}

input.radio:empty {
  display: none;
}

fieldset {
  padding: 0 5px 5px;
  border: 2px solid #000;
  margin: 2px 0;
}

fieldset fieldset {
  padding: 0 5px 5px;
  border: 1px solid #000;
}

legend {
  margin: 2px;
  padding: 0 2px;
  font-weight: 400;
  color: #000;
  vertical-align: text-top;
}

legend small {
  vertical-align: baseline;
}

legend.head {
  background: #000;
  color: #fff;
  padding: 0 5px;
}

.w_100 {
  width: 100%;
}

.t_left {
  text-align: left;
}

.t_bold {
  font-weight: 700;
}

hr {
  margin: 5px 2px;
  height: 1px;
  background: #444;
  border: 0;
}

.text-center {
  text-align: center;
}

#headertime {
  float: right;
  margin-top: -2px;
  background: #999;
  padding: 5px 5px;
  border: 1px solid #000;
  min-width: 300px;
  text-align: center;
}

#headerstpwatch {
  float: right;
  margin: -2px 5px 0px 0px;
  background: #999;
  padding: 5px 5px;
  border: 1px solid #000;
  min-width: 103px;
  text-align: center;
}

#count_deptime {
  float: right;
  margin-top: -2px;
  padding: 5px 5px;
  border: 1px solid #000;
  min-width: 50px;
  text-align: center;
  display: none;
  color: lime;
  margin-right: 6px;
  cursor: pointer;
}

#infobar {
  position: absolute;
  top: 858px;
  background: #555D61;
  padding: 1px;
  border: 1px solid #000;
  z-index: 1000;
  margin: 6px;
  width: 1400px;
  text-align: center;
}

#infobar_deptime {
  padding: 2px 0px 2px 0px;
  border-right: 1px dashed black!important;
}

#infobar_arrtime {
  padding: 2px 0px 2px 0px;
  border-left: 1px dashed black!important;
}

.EFB_settings {
  position: absolute;
  bottom: 36px;
  right: 5px;
}

table.checklist_pri_disp {
  font-size: 15px;
  margin: 3px;
  width: 593px;
}

th.checklist_header {
  background: #0ff;
  color: #000;
  font-weight: normal;     
}

.checklist_bar_blue {
  border: 1px solid #1e90ff;
  color: #1e90ff;
  text-align: center;
}

.checklist_bar_white {
  color: #888;
  text-align: center;
  background: #444;
}

.checklist_bar_red {
  border: 1px solid red;
  color: red;
  background: #000;
  text-align: justify;
  text-transform: uppercase;
}

.checklist_bar_important {
  border: 1px solid orangered;
  color: black;
  text-align: center;
  text-transform: uppercase;
  padding: 3px;
  background: darkorange;
  margin: 2px;
}

.checklist_complete {
  color: #fff;
  background: #f0f;
  text-align: center;
}

.check {
  color: #f0f;
  background: #ff0;
  letter-spacing: 0;
}

.button {
  color: #fff;
  width: 100px;
  height: 1.85em;
  border: 1px solid #000;
  margin: 4px;
  background: #444;
  text-align: center;
  vertical-align: bottom;
}

.button:hover {
  color: #0ff;
  background: #555;
}

.button_getflightdata {
  color: black;
  width: 100%;
  height: 35px;
  margin: 11px 5px 0px 0px;
  background: orange;
  text-align: center;
  vertical-align: bottom;
}

.button_getflightdata:hover {
  color: white;
  background: #red;
}

.primarydisplay {
  float: left;
  background: #000;
  width: 598px;
  height: 767px;
  padding: 5px;
  overflow: auto;
  padding-right: 8px;
  padding-left: 87px;
}

.pd_right {
  float: right;
  padding-right: 88px;
  padding-left: 7px;
}

.checklist_controlpanel {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #444;
  width: 76px;
  margin: -5px;
  padding: 2px;     
}

.clcp_right {
  right: 10px;
  left: unset;
}

.checklist_controlpanel button {
  width: 68px;
  height: 39px; 
  cursor: pointer;
}

.checklist_controlpanel table td {
  text-align: center;
}

p.fronttitle {
  font-size: 91px;
  text-align: center;
  color: #333;
  margin: 115px 0px;
  font-weight: bold;
}

.notice {
  float: right;
  background: #223;
  color: #fff;
  width: 588px;
  height: 98px;
  border: 1px solid #555;
  margin-top: 6px;
}

textarea.notice {
  font-family: 'Roboto Mono';
  font-size: 14px;
  background: #444;
  border: 1px solid #000;
  margin: 0;
  width: 419px;
  height: 413px;
  color: #fff;
  resize: none;
  padding: 5px;
}

textarea.sidstar {
  font-family: 'Roboto Mono';
  font-size: 14px;
  background: transparent;
  border: none;
  margin: 0;
  width: -webkit-fill-available;
  height: 119px;
  color: #000;
  resize: none;
  padding: 0 2px;
}

textarea.plan_metar {
  font-family: 'Roboto Mono';
  font-size: 14px;
  background: transparent;
  border: none;
  margin: 0;
  width: -webkit-fill-available;
  height: 122px;
  color: #000;
  resize: none;
  padding: 0 2px;
  line-height: 22px;
}

textarea.metar {
  font-family: 'Roboto Mono';
  font-size: 14px;
  background: #444;
  border: 1px solid #000;
  margin: -4px 0;
  width: 912px;
  height: 720px;
  color: #fff;
  resize: none;
  padding: 5px;
}

textarea.plan_tools {
  font-family: 'Roboto Mono';
  font-size: 14px;
  background: #444;
  border: 1px solid #000;
  width: 286px;
  height: 68px;
  color: #fff;
  resize: none;
  padding: 5px;
}

#bid_route {
  font-family: 'Roboto Mono';
  font-size: 16px;
  border: none;
  margin: 0;
  width: auto;
  height: 339px;
  resize: none;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 5px;
  line-height: 28px;
  overflow: auto;
}

#plan_tools {
  font-family: 'Roboto Mono';
  font-size: 14px;
  border: none;
  margin: 0;
  width: auto;
  height: 196px;
  resize: none;
  overflow: auto;
}

.calc_button {
  color: #fff;
  width: 99px;
  height: 1.85em;
  border: 1px solid #000;
  margin: 4px;
  background: #444;
  text-align: center;
}

.calc_button:hover {
  color: #0ff;
  width: 99px;
  height: 1.85em;
  border: 1px solid #000;
  margin: 4px;
  background: #555;
  text-align: center;
}

.calc_button_payload {
  color: #fff;
  width: 75px;
  height: 1.85em;
  border: 1px solid #000;
  margin: 4px 2px;
  background: #444;
  text-align: center;
}

.calc_button_payload:hover {
  color: #0ff;
  background: #555;
}

.calc_display {
  width: 97%;
  text-align: right;
  font-size: 16px;
  padding: 0 3px;
  font-weight: 700;
  border: 1px solid #000;
  margin: 4px 0 3px 4px;
}

.flight {
  text-transform: uppercase;
  text-align: center;
  background: #444;
  color: cyan;
}

.active_chart {
  text-align: center;
  font-weight: 400;
  background: transparent;
  color: #000;
  padding: 3px 0 0;
  font-size: 13px;
  border: none;
}

.details {
  text-transform: uppercase;
  text-align: right;
  padding-right: 3px;
  width: 60px;
  font-weight: 700;
  background: #444;
  color: #fff;
  border: 1px solid #555;
}

.charts, .briefing, .sbr {
  width: 1390px;
  height: 774px;
  border: 1px solid #000;
  margin-bottom: 28px;
}

.acarsmap, .meteomap {
  width: 1402px;
  height: 814px;
  border: 1px solid #000;
  margin-bottom: 28px;
}

.exl {
  width: 1390px;
  height: 774px;
  border: 1px solid #000;
}

.charts_location {
  padding-bottom: 5px;
  margin: 0;
}

.route {
  background: #CCC;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0px;
}

.show {
  visibility: visible;
}

.hide {
  visibility: hidden;
}

div[name="chkl"] {
  min-height: 700px;
  height: 777px;
  margin-bottom: 31px;
}

div[name="chkl_sub"] {
  min-height: 740px;
}

#message {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  border: 1px solid #000;
}

.box_error {
  background: red;
  border: 1px solid #000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: -1px;
}

.box_error p {
  text-align: center;
}

table.td_center td {
  text-align: center;
}

label {
  min-width: 87px;
  border: 1px solid #666;
}

.waypoint {
  background: #222;
  color: white;
  padding: 0px 3px 0px 6px;
  width: 136px;
  float: left;
  margin: 2px;
  text-align: center;
}

.airway {
  background: lightblue;
  color: #333;
  padding: 0px 3px 0px 6px;
  width: 136px;
  float: left;
  margin: 2px;
  text-align: center;
}

.slider_bg_redblue {
  background: linear-gradient(to top, #0191ff 0%, #ff0101 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slider_handle_v {
  height: 16px!important;
  width: 30px!important;
  left: -11px!important;
  text-align: center!important;
}

.slider_tickmark_v {
  width: 100%;
  top: 50%;
  height: 2px;
}

.bg_tempdew {
  background: #0b8bf5!important;
  color: black;
}

/* --- COLORS --- */

.c_black {
  color: #000;
}

.c_white {
  color: #fff;
}

.c_gray {
  color: gray;
}

.c_blue {
  color: #1e90ff;
}

.c_red {
  color: red;
}

.c_mag {
  color: #f0f;
}

.c_yell {
  color: #ff0;
}

.c_cyan {
  color: #0ff;
}

.c_green {
  color: lime;
}

.c_orange {
  color: orange;
}

.b_black {
  background: #000;
}

.b_white {
  background: #fff;
}

.b_gray {
  background: gray;
}

.b_blue {
  background: #1e90ff;
}

.b_red {
  background: red;
}

.b_mag {
  background: #f0f;
}

.b_yell {
  background: #ff0;
}

.b_cyan {
  background: #0ff;
}

.b_dcyan {
  background: darkcyan;
}

.b_green {
  background: lime;
}

.b_lgreen {
  background: lightgreen;
}

.b_orange {
  background: orange;
}

.b_trans {
  background: transparent;
}

.night {
  background: #383838;
  color: orange;
}

.night_1 {
  color: orange!important;
  border-color: #000!important;
  background: #5d5d5d!important;
}

.night_2 {
  color: #0ff!important;
  border-color: #5d5d5d!important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'Roboto Mono', sans-serif;
  font-size: inherit;
}

.chkl_sw {
  font-size: smaller;
  padding: 0 5px;
  margin: 0 5px 0 12px;
  vertical-align: text-bottom;
  display: inline-block;
  min-width: 30px;
  color: transparent;
}

.chkl_sw_show {
  color: lime;
}

.chkl_check {
  color: lime;
}

.chkl_check:after {
  content: '\002714';
  color: black;
  background: lime;
  padding: 0px 5px 0px 6px;
  margin-left: 14px;
}

.chkl_notcheck {
  color: red;
}

.chkl_notcheck:after {
  content: '\002716';
  color: black;
  background: red;
  padding: 0px 5px 0px 6px;
  margin-left: 14px;
}

.chkl_stdstate:after {
  content: '\2726';
  color: #1e90ff;
  background: darkslategray;
  padding: 0px 5px 0px 6px;
  margin-left: 14px;
}

.imp {
  color: inherit!important;
}