footer
{
	display: none;
}

.t3-content, .col-sm-12
{
	padding: 0 !important;
	background-color: #a8d18d !important;
}

.container {
	padding: 0 !important;
	width: 100% !important;
}

.row {
	margin: 0 !important;
}

.col-sm-2, .col-sm-10 {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

#raceRow {
	/* margin: 10px 0 !important; */
}

.race-logo {
	width: 50%;
	float: left;
}

.laps-data {
	text-align: center;
}

.t3-mainbody, .t3-content {
	padding: 0 !important;
}

.map-border {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.news-border {
	border: 2px solid #ffdd0f;
	border-radius: 5px;
	height: 60px;
	margin-top: 5px !important;
}

.news-container {
	overflow-y: auto;
}

.map-div {
	width: 100%;
	min-height: 400px;
}

.svgClass {
	width: 20px;
	height: 20px;
}

.svgMinClass {
	width: 20px;
	height: 20px;
}

.leaflet-div-icon {
	background-color: transparent !important;
	border: none !important;
	width: 40px;
	height: 40px;
}

.transparent-tooltip {
	background-color: rgba(255, 255, 255, .7);
	font-weight: bold;
	border-radius: 4px;
}

.refresh-data {
	background-color: white;
	padding: 10px 0;
	/* display: none; */
}

.follow-control {
	background-color: white;
	padding: 8px 9px;
	/* display: none; */
}

.standing-plane {
	font-weight: normal;
	color: black;
}

.pilot-container {
	cursor: pointer;
}

.selected-pilot-top {
	/*
	border-left: 2px solid rgba(255,0,0,0.3);
	border-top: 2px solid rgba(255,0,0,0.3);
	border-right: 2px solid rgba(255,0,0,0.3);
	border-bottom: none;
	*/
	background-color: rgba(0, 0, 0, 0.2);
}

.selected-pilot-bottom {
	/*
	border-left: 2px solid rgba(255,0,0,0.3);
	border-top: none;
	border-right: 2px solid rgba(255,0,0,0.3);
	border-bottom: 2px solid rgba(255,0,0,0.3);
	*/
	background-color: rgba(0, 0, 0, 0.2);
}

.balloons-container {
	border: 2px solid #e31f20;
	border-radius: 4px;
	width: 100%;
	height: calc(100vh - 43);
	overflow-y: auto;
}

.pilots, .receivers {
	width: 99%;
}

.receiver-id {
	text-align: left;
}

.receiver-title {
	text-align: left;
}

.receiver-last-seen {
	text-align: right;
}

th, td {
	vertical-align: middle !important;
}

tr {
	padding: 3px 0 !important;
}

.balloon-image, .marker-tooltip-image {
	max-height: 40px;
}

.pilot-image {
	margin-left: 5px;
}

.marker-pilot-data {
	padding-left: 3px;
}

.separator {
	height: 3px !important;
}

.country-code, .reg-code, .pilot-title {
	padding-left: 5px;
}

.pilot-data-table {
	border: 1px solid rgba(0, 0, 0, 0.2);
}


.newsslide {
	position: relative;
	overflow: hidden;
}

.news-image {
	background: url('/images/news.png');
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	animation: newsslide 150s linear infinite;
}

.public-delay-notice
{
	position: absolute;
	color: red;
	left: 20px;
	top: 5px;
	background-color: rgba(255,255,255, .8);
	border: 2px dotted red;
	font-weight: bolder;
	font-size: larger;
	padding: 0 5px;
	z-index: 999;
}

@keyframes newsslide {
	0% {
		left: 0;
	}
	100% {
		left: -200%;
	}
}

.news-border > .col-sm-12 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.top-container {
	border-top: 1px solid lightgrey;
	cursor: pointer;
}

.bottom-container
{
	cursor: pointer;
}

.separator {
	height: 5px;
}

.polyline-measure-unicode-icon {
	cursor: pointer !important;
}

.lap-info-table {
	width: 100%;
}

.lap-info-td {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.tracking-td
{
	/*max-width: 40px !important;*/
	text-align: center;
}

.show-track
{
	background-color: #ffdd0f !important;
}

.no-pilot
{
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.col-sm-12 {
		padding-right: 5px !important;
		padding-left: 5px !important;
		margin-bottom: 5px;
	}
	
	.col-sm-2
	{
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	
	.col-sm-10
	{
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

.full-overlay
{
	display:    none;
	position:   fixed;
	z-index:    9999;
	top:        85px;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .1 )
	url('/images/topsecret_online.png')
	50% 50%
	no-repeat;
}

.col-xs-12
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}