/* текстовое поле с информацией METAR в модальном окне */
div#metar-info-text pre {
    font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
    font-size: 9pt;
}

/* ячейки таблицы в модальном окне TAF (которая не выглядит как таблица) */
#taf-fields-table td {
    font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
    font-size: 9pt; 
}

/* Строки TAF, METAR на карте */
div.mapInfoLabels {
    color: #485563;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(228,228,229,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(228,228,229,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(228,228,229,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    margin-right: 8px;
    padding: 3px;
    /* TAF, METAR, DIST on map */
    font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 9pt;
}

/* расположение кнопки закрыть в формуляре */
div.infoWindow button.close {
    position: absolute;
    top: 1px;
    right: 2px;
}

/* малая таблица самолетов в модальном окне на карте */
div.aircraftList {
    position: absolute;
    z-index: 1001;
    top: 62px;
    height: 500px;
    width: 560px; 
    right: 50px;
    overflow: hidden;
    background: #4E5D6C;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    -webkit-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

/* текст малой таблицы самолетов на карте */
#aircraft-list-table td {
    font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 9pt;
    padding: 2px !important;
    line-height: 1.2;
    cursor: pointer;
    vertical-align: middle;
}

/* надписи в заголовке формуляра */
.callsign-hl {
}

.table-striped > tbody > tr > .info,
.table-striped > tbody > .info > td,
.table-striped > tbody > .info > th {
    background-color: #5BC0DE !important;
}

/* курсор в таблице бортов */
table#table-flights > tbody > tr {
    cursor: pointer;
}

/* курсор в таблице NOTAM */
table#table-notams > tbody > tr {
    cursor: pointer;
}

/* таблица в модальном окне NOTAM */
#notam-modal-table.table-condensed>tbody>tr>td {
    padding: 2px !important;
    font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 0.9em;
}

/* заголовок модального окна NOTAM */
#notam-modal-title {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 12pt;
}

/* ячейка таблицы NOTAM */
#table-notams.table-condensed>tbody>tr>td {
    padding: 2px !important;
    font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 0.9em;
}

/* glyphicon "Крест" на кнопке закрытия в формуляре */
div.infoWindow button.close span.glyphicon {
    vertical-align: top;
}

/* значения данных в полях в формуляре */
div.infoWindow table span {
    color: #5BC0DE;
}

/* основные занчения TT, ALT, SPEED, VS формуляра */
div.infoWindow table span.trackText {
    color: #5BC0DE;
    font-size: 1.6em;
}

div.infoWindow table span.altText {
    color: #5BC0DE;
    font-size: 1.6em;
}

div.infoWindow table span.speedText {
    color: #5BC0DE;
    font-size: 1.6em;
}

div.infoWindow table span.vSpeedText {
    color: #5BC0DE;
    font-size: 1.6em;
}

/* поля дополнительной информации в формуляер (например, значения высоты в метрах) */
.addInfo {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: normal !important;
    font-size: 0.9em;
}

/* стиль поля с названием авиакомпании в формуляре */
.infoCallsign {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1.7em;
}

/* поле route в заоловке формуляра */
.infoRoute {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1.2em;
}

/* курсор на иконке самолета */
.airplaneIcon {
    cursor: pointer;
}

/* фото в формуляре - положение*/
.aircraftImage {
    text-align: center;
    padding: 0px !important;
}

/* фото в формуляре - ширина */
.aircraftImage img {
    width: 200px;
}

/* текст верха формуляра на карте */
table.infoTable>tbody>tr>td {
    padding: 2px;
    line-height: 1.42857;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 9pt;
    padding-left: 5px;
    padding-right: 5px;

    background: rgb(78,93,108);
    background: -moz-linear-gradient(top, rgba(78,93,108,1) 0%, rgba(43,62,80,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,93,108,1)), color-stop(100%,rgba(43,62,80,1)));
    background: -webkit-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -o-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: linear-gradient(to bottom, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5d6c', endColorstr='#2b3e50',GradientType=0 );
   
}

/* Flight Deck Panel */
table.modalInfoTable tbody tr td {
    padding: 2px;
    line-height: 1.42857;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 9pt;
    padding-left: 5px;
    padding-right: 5px;
    
    background: rgb(78,93,108);
    background: -moz-linear-gradient(top, rgba(78,93,108,1) 0%, rgba(43,62,80,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,93,108,1)), color-stop(100%,rgba(43,62,80,1)));
    background: -webkit-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -o-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: linear-gradient(to bottom, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5d6c', endColorstr='#2b3e50',GradientType=0 );

}

span.modalTableCaption {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 9pt;
}

.modalTableAddInfo {
    color: #5BC0DE;
    font-size: 0.9em;
}

.modalTableBrace {
    color: #FFFFFF;
    font-size: 0.9em;
}

div.infoSmallWindow table .infoSpan {
    color: #5BC0DE;
    font-size: 1.0em;
}

div.infoSmallWindow table .infoCallsign {
    color: #5BC0DE;
    font-size: 1.5em;
}

/* размер окна Flight Deck Panel на карте */
div.infoSmallWindow {
    height: 156px;
    width: 748px;
    top: 62px;
    right: 845px;
}

div.infoSmallWindow table tr td.equal {
    width: 75px;
}

/* таблица низа формуляря на карте */
table.infoSmallTable {
    margin: 0px !important;
    width: 100%;
}

/* таблица из одной ячейки с Source ID */
table.infoSourceIDTable {
    margin: 0px !important;
    width: 100%;
}

.nopadding {
    padding: 0px !important;
}

/* текст низа формуляра на карте */
table.infoSmallTable td {
    padding: 2px !important;
    line-height: 1.2;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    vertical-align: top;
    text-align: left;
    font-size: 0.9em;
    
    background: rgb(78,93,108);
    background: -moz-linear-gradient(top, rgba(78,93,108,1) 0%, rgba(43,62,80,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,93,108,1)), color-stop(100%,rgba(43,62,80,1)));
    background: -webkit-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -o-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: linear-gradient(to bottom, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5d6c', endColorstr='#2b3e50',GradientType=0 );
    
}

/* текст таблицы SourceID на карте */
table.infoSourceIDTable td {
/* текст формуляра SourceID на карте */
    padding: 2px !important;
    line-height: 1.2;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    vertical-align: top;
    text-align: left;
    font-size: 0.9em;

    background: rgb(78,93,108);
    background: -moz-linear-gradient(top, rgba(78,93,108,1) 0%, rgba(43,62,80,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,93,108,1)), color-stop(100%,rgba(43,62,80,1)));
    background: -webkit-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -o-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    background: linear-gradient(to bottom, rgba(78,93,108,1) 0%,rgba(43,62,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5d6c', endColorstr='#2b3e50',GradientType=0 );
}

/* разрыв между таблицами в формуляре */
.infoWindowSpacing {
    padding: 2px !important;
}

/* таблица Flights */
#table-flights.table-condensed>tbody>tr>td {
/* текст в таблице Flights */
    padding: 2px !important;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 0.9em;
}

/* таблица Stats */
table#table-adsb td,
table#table-df td,
table#table-counters td,
table#table-data td {
/* текст  в таблице Stats */
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 0.9em;
}

/* текст у метки самолета на карте */
.air-label {
    color: #000000 !important;
    text-shadow:
        -1px -1px 0 #dddddd,
        1px -1px 0 #dddddd,
        -1px 1px 0 #dddddd,
        1px 1px 0 #dddddd;
/* текст у метки самолета на карте */
    font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 0.8em;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
}

/* контейнер карты */
div#map_canvas {
    position: absolute;
    top: 52px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* окно графиков высоты и скорости на карте */
div.projectionWindow {
    height: 456px;
    width: 768px;
    bottom: 88px;
    right: 50px;
}


div.projectionWindow, div.infoSmallWindow {
    position: absolute;
    z-index: 1001;
    overflow: hidden;
    background: #4E5D6C;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    -webkit-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

/* позиция стрелки набора высоты в flight deck */
.mvs-pos {
    margin-left: 36px;
}

/* окно графиков высоты и скорости на карте */
div.flightGraphCanvas {
    position: absolute;
    width: 766px;
    height: 433px;
    bottom: 2px;
    padding-left: 0px;
    padding-right: 1px;
}

/* окно формуляра на карте */
div.infoWindow {
    position: absolute;
    z-index: 1001;
    top: 52px;
    height: 500px;
    width: 248px; /* ширина формуляра, была 248 */
    left: 0px;
    overflow-y: auto; /* прокрутка по вертикали */
    overflow-x: auto;
    background-color: #2B3E50;
    border-radius: 0 8px 8px 0;
    box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
    -webkit-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9);
}
div.detail {
    margin-bottom: 5px;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 0.8em;
}
div.detail td { line-height: normal; }
td.name {
    text-align: right;
    padding-left: 5px;
    width: 1%;
    vertical-align: top;
    white-space: nowrap;
}
td.value {
    text-align: left;
    padding-left: 5px;
    white-space: nowrap;
}
td.image-value {
    width: 1%;
    text-align: right;
    padding-right: 5px;
}
td.image-value img { max-width: none; }
td.big-image {
    text-align: center;
}
tr.spacer, tr.spacer td {
    background-color: white;
    line-height: 5px;
}
tr.first td { padding-top: 3px; }
tr.last td { padding-bottom: 3px; }

table#mainform td {
    font-size: 10pt;
    line-height: normal;
    vertical-align: middle;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #485563; 
}

table#mainform a { color: #485563; }


.trackTooltip {
    color: black; 
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 0.8em;
    text-align: left;
    line-height: normal;
}
.log {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
.message {
}

.block {
    float: left;
    width: 100%;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 12px;
}
.text {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
pre   { 
    white-space: pre-wrap;
}

table#stat-table {
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
  border-collapse: collapse;
  table-layout: auto;
  overflow-y: auto;
}

table#stat-table, th, td {
    border: 0px;
}

table#stat-table > thead > tr {
  border-bottom: 0;
}

table#stat-table > thead > tr > th:first-child,
table#stat-table > tr > th {
  width: 80px;
  overflow: hidden;
  word-wrap: break-word;
}

.stat-table-heading {
    text-align: center;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
}
