/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Feb-2014, 09:39:10
    Author     : thinus
*/
@font-face {
  font-family: 'Pheasant_Small_Caps';
  src: url("../../fonts/map_pheasant.ttf"); }
body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #404040;
  padding: 0;
  border: 0;
  overflow: hidden; }

header {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: black;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box; }

aside {
  position: absolute;
  float: right;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 320px;
  background: aliceblue;
  padding: 0;
  margin: 0px;
  box-sizing: border-box;
  background: #969696;
  border: none;
  border-left: 5px solid #1e1e1e;
  overflow: hidden; }

div#main {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0;
  right: 320px;
  bottom: 0; }

div#main_tracker_container {
  width: 100%;
  height: 100%;
  min-width: 500px; }

.tab {
  border-bottom: 1px solid #008751;
  padding: 12px 10px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.tab:hover {
  background-color: #3c3c3c;
  cursor: pointer; }

.active {
  background: #008751;
  color: white; }

.inactive {
  background: #1e1e1e;
  color: white; }

table.tabBlock {
  width: 100%;
  background: white;
  border: 3px solid #008751;
  border-top: none;
  padding: 5px 10px 15px 10px; }

table.telemetry {
  font-weight: bold; }

table.bands {
  font-weight: normal; }

.title {
  padding-top: 10px;
  color: #008751;
  font-weight: bold; }

.label {
  text-align: right;
  padding-right: 12px;
  font-weight: normal;
  width: 40%; }

.debug {
  display: block; }

.version {
  display: block; }

#div-tabs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px; }

table.bands select {
  width: 100%;
  padding: 2px; }

.band {
  width: 50px;
  padding: 0px; }

.band input {
  padding: 2px; }

.bandpan {
  padding: 2px; }

.highlight {
  color: gold; }

.shortcut_tabs {
  visibility: hidden; }

#div-main-mw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black; }

#mw-canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

/* For collapsing of sidebar */
#collapser {
  position: absolute;
  width: 13px;
  height: 100%;
  left: -5px;
  cursor: pointer; }

div#main, aside {
  transition: width 0.15s, right 0.15s;
  -webkit-transition: width 0.15s, right 0.15s; }

.template-page {
  display: block;
  background: white;
  width: 100%;
  box-sizing: border-box; }

.tab-content {
  position: absolute;
  top: 90px;
  padding: 5px;
  box-sizing: border-box;
  background: white;
  overflow-y: auto;
  right: 8px;
  left: 8px;
  bottom: 8px; }

iframe {
  border: 0; }

#band-combo {
  width: 100%; }

input.button {
  border: 1px solid black;
  padding: 2px;
  background-color: white;
  border-radius: 3px; }

span#band-combo-text {
  font-family: Arial;
  color: black;
  font-size: 12px; }

div.centered_container {
  position: absolute;
  left: 50%;
  top: 20%; }

div#connection_error {
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  color: white;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  left: -50%;
  top: -50%;
  border: 2px solid red;
  box-shadow: 2px 2px 15px red;
  background-color: black;
  width: 240px; }

div#reconnecting {
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  color: white;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  left: -50%;
  top: -50%;
  border: 2px solid #008751;
  box-shadow: 2px 2px 15px #008751;
  background-color: black;
  width: 240px; }

input.square {
  width: 14px;
  height: 14px;
  border-radius: 0; }

/*# sourceMappingURL=theme.css.map */
