body {
    padding-top: 5px;
    padding-bottom: 0px;
}
.navbar {
	margin-bottom: 20px;
}
.log {
	height: 100%;
	width: 100%;
	overflow-y: auto;
}
.gray {
	background-color: #4E5D6C;
}
.block {
	float: left;
	width: 100%;
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	background-color: #2B3E50;
}
.txt {
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}
.airplane-photo {
    float: right;
    margin-left: 50px;
    margin-top: 0px;
    max-width: 200px;
    max-height: 133px;
    margin-left: 0px;
}
.route-picture {
	float: left;
	margin-left: 3px;
	margin-right: 5px;
}
.to-right {
	float: right;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	color: #546575;
}
.hl-text {
	color: #5BC0DE;
}
.hl-reg {
	font-weight: bold;
	color: #5BC0DE;
}
.freqs {
	/* color: #006db6; */
}
#tab-flights, #tab-dynlog, #tab-info {
	margin-top: 50px;
}
.table-striped > tbody > tr > .info,
.table-striped > tbody > .info > td,
.table-striped > tbody > .info > th {
	/*background-color: #d9ebf9 !important;*/
}

.info-margin {
    padding-left: 10px;
}

div.infoWindow {
	/*height: 500px;*/
	width: 100%; /* ширина формуляра, была 217 */
	left: 15px; 
	margin-bottom: 14px;
}
div.infoWindow > .panel-heading {
    vertical-align: middle;
}
div.infoWindow > .panel-body {
    padding: 0px;
}

#logPanel {
    padding: 6px;
}

#aircraftAcarsLog {
	height: 93%;
	width: 100%;
	overflow-y: auto;
}

.message {
	padding: 3px;
	margin-bottom: 3px;
}

.text {
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.info-table {
    margin: 0px;
}
.info-table > tbody > tr > td,
.info-table > tbody > tr > th {
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 9pt;
}
.info-table > tbody > tr:first-child > td {
	border-top-style: none;
}

.aircraft-info-table {
    max-height: 133px;
    height: 133px !important;
    margin-bottom: 0px;
}
.route-info-cell {
    width: 40%;
}
div#aircraftAcarsLog {
    width: 100%;
}
.counter {
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	/* font-weight: bold; */
}
.aggreg-log-body {
	padding-left: 6px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
}
table#info-flights {
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
}
.aggreg-msg-header {
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;

	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; 
}
.aggreg-window-header {
    height: 40px;
}