html,
body,
#map {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Roboto, Arial, sans-serif;
	color: #F2F2F2;
	overflow: hidden;
	font-size: 14px;
	cursor: default;
}

#map {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.customize.logo {
	position: absolute;
	bottom: 85px;
	left: 375px;
	z-index: 1;
	opacity: 0.8;
}

#ocapLogoButton {
	background-image: url("../images/ocap-logo.png");
	background-size: 70px 25px;
	background-repeat: no-repeat;
	width: 70px;
	height: 25px;
	display: inline-block;
	margin: 8px;
}

#loadOpButton {
	background-image: url("../images/folder.png");
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

#shareButton {
	background-image: url("../images/share.svg");
	background-size: 25px 25px;
	background-repeat: no-repeat;
	float: right;
}

#aboutButton {
	font-size: 30px;
	position: relative;
	top: -5px;
	text-align: center;
	display: inline-block;
	float: right;
	margin: 12px;
}

#statsButton {
	font-size: 30px;
	position: relative;
	top: -5px;
	text-align: center;
	display: inline-block;
	float: right;
	margin: 12px;
}

#missionName {
	float: left;
	display: inline-block;
	padding-right: 15px;
	font-size: 24px;
	color: #A4A4A4;
	margin: 6px;
}

#topPanel {
	background-color: #343434;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1;
}

.button:hover {
	cursor: pointer;
}

#topPanel .button {
	height: 25px;
	width: 25px;
	margin: 8px;
	display: inline-block;
}

#leftPanel .panelContent,
#rightPanel .panelContent {
	overflow-y: auto;
	overflow-x: auto;
	height: calc(100% - 10px - 10px - 50px - 40px);
	padding: 10px;
}

#controlSide {
	height: 50px;
	width: 350px;
	background-color: rgba(0, 0, 0, 0.5);
}

#sideWest,
#sideEast,
#sideGuer,
#sideCiv {
	display: inline-block;
	width: calc(25% - 3px);
	height: 50px;
	cursor: pointer;
	text-align: center;
	padding-top: 13px;
	vertical-align: top;
}

#rightPanel .panelContent {
	height: calc(100% - 40px - 60px);
}

#leftPanel,
#rightPanel {
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 40px;
	font-size: 14px;
}

#leftPanel {
	left: 0;
	width: 350px;
	height: calc(100% - 40px - 60px);
}

#rightPanel {
	right: 0;
	width: 300px;
	height: 50%;
}

#leftPanel .title,
#rightPanel .title {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}

.filterBox {
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 25px;
	padding-top: 4px;
}

.filterConnect,
.filterHit {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url("../images/connect.svg");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	margin-left: 0px;
	margin-right: 5px;
	cursor: pointer;
}

.filterHit {
	background-image: url("../images/crosshairs.png");
	margin-left: 5px;
}

#filterEventsInput,
#filterUnitsInput {
	float: left;
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	height: 18px;
	border: 0;
	margin-left: 5px;
	margin-right: 5px;
	width: 235px;
	background: none;
	color: #F2F2F2;
	font-family: Roboto;
}

#filterUnitsInput {
	width: 186px;
}

#filterEventsInput,
#filterUnitsInput::-webkit-input-placeholder {
	color: #666666;
}

#filterEventsInput,
#filterUnitsInput:focus {
	outline: none;
}

#leftPanel ul,
#rightPanel ul {
	padding: 0;
	list-style-type: none;
}

#listWest,
#listGuer,
#listEast,
#listCiv {
	display: none;
}

.extraInfoBox {
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	bottom: 40px;
	color: #F2F2F2;
	width: 300px;
	display: none;
}

.extraInfoBoxContent {
	padding: 5px;
}

#bottomPanel {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

#bottomPanel .panelContent {
	padding: 35px;
	padding-top: 0px;
	margin-top: -5px;
	height: 100%;
}

#timecodeContainer,
#toggleFirelines,
#toggleNickname,
#toggleMapMarker,
#versionInfoContainer,
#playbackSpeedSliderContainer,
#playbackSpeedSliderContainer,
.fullscreenButton {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}

#toggleFirelines,
#toggleMapMarker,
#toggleNickname,
.fullscreenButton {
	background-image: url("../images/bullets.svg");
	background-size: auto 20px;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
}

.toggleTime {
	float: right;
	height: 26px;
	width: 200px;
	margin-top: 2px;
}

#toggleNickname {
	background-image: url("../images/player.svg");
}

#toggleMapMarker {
	background-image: url("../images/map.svg");
}

.fullscreenButton {
	background-image: url("../images/fullscreen.png");
	opacity: 0.95;
	position: relative;
	top: 2px;
	float: right;
	image-rendering: pixelated;
}

#playPauseButton {
	position: relative;
	background-image: url("../images/play-pause.svg");
	background-size: auto 20px;
	height: 20px;
	width: 20px;
	background-position: 0 0;
	display: inline-block;
	top: 5px;
	float: left;
	cursor: pointer;
}

#timecodeContainer {
	font-size: 16px;
	width: auto;
}

#frameSliderContainer {
	margin: 5px 10px;
	height: 16px;
	padding: 3px 0;
}

#frameSliderContainer .frameSliderContainer2 {
	position: relative;
	bottom: 14px;
}

#frameSliderContainer .frameSliderContainer2 input::-moz-range-track {
	background-color: transparent;
}

#frameSliderContainer .frameSliderContainer2 input::-webkit-slider-runnable-track {
	background-color: transparent;
}

#frameSlider {
	width: 100%;
	height: 10px;
}

#eventTimeline {
	pointer-events: none;
	height: 10px;
	width: 100%;
	position: relative;
	margin: 2px;
	background-color: #6E6E6E;
}

.eventTimelineTick {
	pointer-events: none;
	position: absolute;
	left: 0;
	display: inline-block;
	background-color: red;
	opacity: 0.4;
	height: 100%;
}

#frameSlider::-webkit-slider-thumb {
	position: relative;
	z-index: 1;
}

#playbackSpeedSliderContainer {
	width: 20px;
	height: 120px;
	float: right;
	position: relative;
	bottom: 100px;
}

#playbackSpeedVal {
	font-size: 20px;
	position: relative;
	top: 100px;
	left: -12px;
	padding: 5px;
	cursor: pointer;
}

#playbackSpeedSlider {
	display: none;
	position: relative;
	top: 20px;
	left: 32px;
	float: right;
	width: 80px;
	transform: rotate(270deg);
	z-index: 2;
}

#playbackSpeedSlider::-webkit-slider-thumb {
	background-color: #404040;
}

#playbackSpeedSlider::-moz-range-thumb {
	background-color: #404040;
}

/*#playbackSpeedSlider::-webkit-slider-thumb {
	background: #F2F2F2;
	height: 5px;
	width: 20px;
	margin-left: -5px;
}

#playbackSpeedSlider::-webkit-slider-runnable-track {
	width: 10px;
}*/

#versionInfoContainer {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #A4A4A4;
	width: auto;
}

input[type=range] {
	-webkit-appearance: none;
	/* Hides the slider so that custom slider can be made */
	width: 100%;
	/* Specific width is required for Firefox. */
	background: transparent;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #F2F2F2;
	height: 20px;
	width: 5px;
	margin-top: -5px;
}

input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 10px;
	background-color: #808080;
}

.bold {
	font-weight: bold;
}

.medium {
	font-weight: 500;
}

.liEvent {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.liEvent.reveal {
	opacity: 1;
	transition: opacity 1s;
}

.liEvent.action {
	cursor: pointer;
}

.eventDetails {
	color: #9A9A9A;
}

.liGroup {
	padding-top: 10px;
}

.liUnit {
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.liUnit:hover {
	background-color: rgb(205, 134, 20);
	background-color: rgba(205, 134, 20, 0.9);
}

.sideTitle {
	text-shadow: 1px 1px #000000;
	font-weight: bold;
}

.blufor {
	color: #00a8ff;
}

.opfor {
	color: #ff0000;
}

.ind {
	color: #00cc00;
}

.civ {
	color: #C900FF;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modalContent {
	background: none;
	margin: 10% auto auto;
	/*	border: 1px solid black;*/
	width: 1200px;
	height: 65%;
}

.modalHeader {
	box-sizing: border-box;
	font-size: 16px;
	background-color: rgba(155, 0, 0, 0.9);
	width: 100%;
	margin-bottom: 3px;
	padding: 5px 10px;
	font-weight: 500;
}

.modalFilter {
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 50px;
	padding: 4px 16px;
	margin-bottom: 3px;
	overflow-y: auto;
	overflow-x: auto;
}

.modalBody {
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	min-height: 200px;
	max-height: 400px;
	height: inherit;
	padding: 10px;
	overflow-y: auto;
	overflow-x: auto;
}

.modalDialog {
	z-index: 600;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modalDialog.closed {
	display: none;
}

.modalDialog .dialogBase {
	position: relative;
	z-index: 601;
	display: flex;
	flex-direction: column
}

.modalDialog .dialogHeader {
	background-color: rgba(155, 0, 0, 0.9);
	margin-bottom: 3px;
	color: white;
	border-bottom: 1px solid black;
	box-sizing: border-box;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
}

.modalDialog .dialogBody {
	background-color: #000000ed;
	overflow-y: scroll;
	min-width: 1300px;
	min-height: 700px;
	/*  title bar is 50 so we need the extra 70 here  */
	max-height: calc(75vh - 50px);
	/*  compensate for title bar                      */
	max-width: 75vw;
	flex: 1;
	padding: 5px;
}

.modalDialog .dialogFooter {
	margin-top: 3px;
}

.modalDialog .dialogFooter .modalButton {
	float: right;
}

#ShareLink {
	width: 100%;
	padding: 10px 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid black;
}

.filterTagGameInput,
#filterGameInput,
#calendar1,
#calendar2 {
	margin: 4px;
}

.filterTagGameInput {
	height: 26px;
	width: 60px;
}

#filterGameInput {
	height: 20px;
	width: 720px;
}

#filterSubmit {
	background-image: url("../images/find.svg");
	opacity: 0.95;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 10px;
	image-rendering: pixelated;
	cursor: pointer;
}

.modalBody a {
	color: white;
	text-decoration: none;
}

.modalBody a:hover {
	text-decoration: underline;
}

.modalBody table {
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.modalBody th {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 3px;
	font-weight: 500;
}

.modalBody td {
	padding-right: 20px;
	padding: 3px;
}

.modalBody tr {
	text-align: left;
}

.modalBody tr:hover {
	background-color: rgb(205, 134, 20);
	background-color: rgba(205, 134, 20, 0.9);
}

.modalButtons {
	box-sizing: border-box;
	width: 100%;
	text-align: right;
	background: none;
	margin-top: 3px;
	height: 15px;
}

.modalButton {
	display: inline-block;
	background-color: none;
	height: 100%;
	min-width: 100px;
	background-color: rgba(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	margin-right: 10px;
	padding: 5px;
	text-transform: uppercase;
	text-align: left;
}

.modalButton:last-child {
	margin-right: 0;
}

.modalButton:hover {
	background-color: #FFF;
	color: #000;
}

.hint {
	display: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 100px;
	min-height: 30px;
	width: 350px;
	text-align: center;
	padding: 12px;
}

.cursorTooltip {
	position: absolute;
	color: #333333;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	z-index: 99999999;
	width: 200px;
	opacity: 1;
}

.cursorTooltip.hidden {
	opacity: 0;
	transition: opacity .5s;
}

.leaflet-popup-vehicle .leaflet-popup-content-wrapper {
	text-align: left;
}

.leaflet-popup-unit .leaflet-popup-content-wrapper {
	text-align: center;
}

/* */
/* Override leaflet styles */
/* */

/* .leaflet-top {
	top: 55%;
} */

/* .leaflet-right {
	right: 1%;
} */

.leaflet-left {
	left: 360px;
	top: 50px;
}

.leaflet-bottom {
	bottom: 65px;
}

/* .leaflet-control-attribution {
	right: 0px;
	bottom: 0px;
} */

/* this was custom positioning code for the basemaps control */
/* .basemaps {
	bottom: 223px;
} */

/* .leaflet-tile { */
/* border: solid black 1px; */
/* } */

/* .leaflet-tile-container { */
/* 'pixelated' preserves sharpness of tiles */
/* image-rendering: pixelated;  */
/* } */


.leaflet-popup {
	pointer-events: none;
}

#container.marker-transition:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .15s linear;
}

#container.marker-transition.speed-9:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .2s linear;
}

#container.marker-transition.speed-8:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .3s linear;
}

#container.marker-transition.speed-7:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .4s linear;
}

#container.marker-transition.speed-6:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .5s linear;
}

#container.marker-transition.speed-5:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .6s linear;
}

#container.marker-transition.speed-4:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .7s linear;
}

#container.marker-transition.speed-3:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .8s linear;
}

#container.marker-transition.speed-2:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform .9s linear;
}

#container.marker-transition.speed-1:not(.zooming) .leaflet-marker-icon.animation {
	transition: transform 1s linear;
}

#container.marker-transition:not(.zooming) .leaflet-popup.animation {
	transition: transform .15s linear !important;
}

#container.marker-transition.speed-9:not(.zooming) .leaflet-popup.animation {
	transition: transform .2s linear !important;
}

#container.marker-transition.speed-8:not(.zooming) .leaflet-popup.animation {
	transition: transform .3s linear !important;
}

#container.marker-transition.speed-7:not(.zooming) .leaflet-popup.animation {
	transition: transform .4s linear !important;
}

#container.marker-transition.speed-6:not(.zooming) .leaflet-popup.animation {
	transition: transform .5s linear !important;
}

#container.marker-transition.speed-5:not(.zooming) .leaflet-popup.animation {
	transition: transform .6s linear !important;
}

#container.marker-transition.speed-4:not(.zooming) .leaflet-popup.animation {
	transition: transform .7s linear !important;
}

#container.marker-transition.speed-3:not(.zooming) .leaflet-popup.animation {
	transition: transform .8s linear !important;
}

#container.marker-transition.speed-2:not(.zooming) .leaflet-popup.animation {
	transition: transform .9s linear !important;
}

#container.marker-transition.speed-1:not(.zooming) .leaflet-popup.animation {
	transition: transform 1s linear !important;
}

.leaflet-popup-content-wrapper {
	/* background: white; */
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	/* background-blend-mode: screen; */
	/* box-shadow: inset; */
	/* opacity: 0.65; */
	/* padding-right: 2px; */
	/* margin-top: 10px; */
}

.leaflet-popup-tip {
	display: none;
}

.leaflet-popup-content {
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	/* width: 100%; */
}

.leaflet-div-icon {
	background: none;
	border: none;
}

.stats .name {
	width: 200px;
}

.stats .kills,
.stats .tkills,
.stats .deaths {
	width: 70px;
	text-align: right;
}

.hiddenExperimental {
	display: none !important;
}