@charset "UTF-8";

/* tripReview.css - 06/2019 */

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL CSS */

#background {
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0;
    padding: 0;
	z-index: -1;
}

#buttonsMenu {
	position: absolute;
	top: 50%;
	left: -1000px;
	padding: 10px;
	border-width: 1px 4px 1px 0;
	border-style: solid;
	border-radius: 0 10px 10px 0;
	transform: translateY(-50%);
	z-index: 9;
}

#themeButton {
	padding: 5px;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px;
}

#projectionDescription {
	position: absolute;
    font-size: 14px !important;
    width: 50%;
    z-index: 2010;
	top: 50%;
	left: 50%;
    line-height: 22px;
	transform: translate(-50%, -50%);
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0;
    margin: 0;
	color: #ccc;
}

#world {
    border-radius: 50%;
    -webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
    transform: scale(0.6);
}

.windowContent {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

#projectionClose {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer
}

.windowClose {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

#windowClose4 {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer
}

#controls {
    position: absolute;
    left: -500px;
    width: 1px;
    height: 1px;
    background-color: transparent
}

#fs1,
#fs2,
#fs3,
#fs4,
#fs5{
	position: absolute;
	border-width: 0px 0 0 0px;
	border-style: solid;
	border-color: transparent;
	height: 6px;
	width: 6px;
}

#fs2 {
	right: 0;
	border-width: 2px 2px 0 0;
}

#fs3 {
	bottom: 0;
	right: 0;
	border-width: 0 2px 2px 0;
}

#fs4 {
	bottom: 0;
	border-width: 0 0 2px 2px;
}

#zoomInput {
	height: 1px;
	width: 1px;
	border: none;
	border-radius: 4px;
	margin-bottom: 5px;
	text-align: center;
    font-size: 1px;
    display: none
}

#tripControls {
	width: 100%;
	position: absolute;
    bottom: 0;
    background-color: #000f4a;
    color: #fff;
    align-items: center;
	display: flex;
}

.slider {
	-webkit-appearance: none;
	position: absolute;
	left: 2%;
	background: rgba(0, 0, 0, 0.0);
	outline: none;
    border: none;
	opacity: 0.7;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
	z-index: 1000;
}

.slider-background-container {
	position: absolute;
    z-index: 900;
    width: 75%;
	left: 2%;
	display: flex;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.slider::-ms-thumb {
	appearance: none;
	width: 25px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}

.slider::-moz-range-track {
	background-color: rgba(0, 0, 0, 0.0);
	transform: translateX("-30px");
}

#slider-United-States {
	background-color: #fdae61;
}

#slider-US-Home {
	background-color: #fdae61;
}

#slider-Mexico {
	background-color: yellow;
}

#slider-Norway {
	background-color: #d53e4f;
}

#slider-Sweden {
	background-color: #f46d43;
}

#slider-Denmark {
	background-color: #fdae61;
}

#slider-Germany {
	background-color: #3288bd;
}

#slider-Australia {
	background-color: #ffb5fc;
}

#slider-Italy {
	background-color: #e6f598;
}

#slider-Greece {
	background-color: #abdda4;
}

#slider-France {
	background-color: #489b7a;
}

#slider-India {
	background-color: #3288bd;
}

#slider-Vietnam {
	background-color: #5e4fa2;
}

#slider-Paris {
	background-color: red;
}

#slider-Thailand {
	background-color: blue;
}

#sliderLegendButton {
	position: absolute;
    z-index: 1001;
	right: 7%;
	/*border: solid 1px black;
	background-color: white;*/
	/*display: flex;*/
	cursor: pointer;
}

#sliderLegend {
	position: absolute;
    z-index: 2000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	padding: 0px;
	font-size: 14px;
}

#sliderLegTitle {
	text-transform: uppercase;
    float: left;
	font-weight: bold;
    font-size: 16px;
	text-align: left;
    border-bottom: solid 1px;
	margin-bottom: 10px;
	padding: 0 0 10px 20px;
}

#sliderLegendContent {
    padding: 20px
}

#mobToggle {
    position: absolute;
    z-index: 1020;
	right: 17%;
	display: flex;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}

#slideSpacer1 {
    position: absolute;
    width: 5px;
    color: #a1a09f;
    padding: 0 2px 0 2px;
    right: 13.5%
}

#animationButton {
	position: absolute;
    z-index: 1010;
	right: 12%;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}

#animationSpeed {
    position: absolute;
    z-index: 1002;
	right: 14%;
	cursor: pointer;
}

#currentLocation {
	position: absolute;
    z-index: 1003;
    width: auto;
	left: 1.5%;
	padding: 2.5px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-weight: normal;
    font-size: 10px;
	white-space: nowrap;
	z-index: 1100;
}

#currentLocation span {
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.locationImage {
    width: 200px;
    height: 129px;
    border-radius: 4px;
    background: url("../img/loading.gif") 50% no-repeat;
}

.land {
	fill: #262626;
	opacity: 0.7;
}

.landHover {
	stroke: green;
	stroke-width: 2px;
}

.border {
	fill: none;
	stroke: none;
}

#globe {
	stroke: white;
	stroke-width: 2px;
}

#tooltip {
	position: absolute;
	background-color: white;
	padding: 5px;
	border-radius: 4px;
	visibility: hidden;
    font-size: 15px;
	white-space: nowrap;
	text-align: center;
}

#tooltip span {
    font-weight: normal;
    font-size: 12px;
}

#tooltip-thumbnail-image {
	background-color: white;
	padding: 5px;
}

#tooltip-thumbnail-image:before {
	content: "";
	width: 1px;
	border-bottom: solid 2px;
	border-color: inherit;
	position: absolute;
	left: -32px;
	top: 52%;
	animation-name: thumbnail-line;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

@keyframes thumbnail-line {
	from {
		width: 1px;
	}

	to {
		width: 0px;
	}
}

.pinAfter {
	transform: scale(1);
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}

@keyframes pinGrow {
	from {
		transform: scale(1);
		stroke-width: 2px;
	}

	to {
		transform: scale(3);
		stroke-width: 0.6px;
	}
}

@keyframes pinShrink {
	from {
		transform: scale(3);
		stroke-width: 0.6px;
	}

	to {
		transform: scale(1);
		stroke-width: 2px;
	}
}

#svg2 {
    display: none;
	margin: 0;
	position: fixed;
	background-color: black;
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeIn {
	from {
		opacity: 0.1;
	}

	to {
		opacity: 0.7;
	}
}

.countryFocus {
	fill: lightgray;
	opacity: 0.7;
	stroke: #92c0dd;
	stroke-width: 4px;
}

.point {
	fill: none;
}

#changeProjection {
	text-decoration: none;
}

#imageContainer {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	width: 200px;
    height: 129px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
	object-fit: contain;
	z-index: 1001;
	overflow: hidden;
}

.stepImage {
	align-self: center;
	max-height: auto;
	max-width: 100vw;
}

.stepImage img,
.stepImage video {
	position: absolute;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: white;
	max-height: 80vh;
	max-width: 80vw;
}

#nextImage,
#prevImage {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 5px;
	font-size: 40px;
	font-family: "Verdana";
	color: white;
	z-index: 1002;
	cursor: pointer;
	padding-top: 100px;
	padding-bottom: 100px;
}

#nextImage {
	padding-left: 150px;
	right: 3%;
}

#prevImage {
	padding-right: 150px;
	left: 3%;
}

#nextImage:hover,
#prevImage:hover {
	color: red;
	-webkit-text-fill-color: white;
 /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: red;
	animation-name: growButton;
	animation-duration: 0.5s;
}

@keyframes growButton {
	0% {
		font-size: 40px;
	}

	50% {
		font-size: 60px;
	}

	100% {
		font-size: 40px;
	}
}

.graticule {
	fill: none;
	stroke: #777;
	stroke-opacity: 0.3;
	stroke-width: 0.5;
}

#graticule43 {
	stroke: green;
	stroke-width: 2;
}

#graticule41,
#graticule45 {
	stroke: green;
	stroke-width: 1;
}

.countryFocusInfo {
	position: absolute;
	left: 65%;
	top: 50%;
	color: white;
    font-weight: bold;
    font-size: 16px;
	text-align: center;
	line-height: 2;
	z-index: 98;
}

#countryFocusName {
    display: none;
    font-weight: bold;
    font-size: 22px;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.countryFocusClose {
    display: none;
	position: absolute;
	left: 75%;
	top: 8%;
	height: 25px;
	width: 25px;
	z-index: 99;
	cursor: pointer;
}

.countryFocusClose img {
	height: 25px;
	width: 25px;
}

#modalBody {
	position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
	background-color: rgba(0, 0, 0, 0.0);
	justify-content: center;
	z-index: 15;
}

#modalContent {
    border-radius: 4px;
    position: relative;
	text-align: center;
}
#modalText {
    padding: 10px;
}

#expenseButton {
    position: absolute;
    z-index: 9050;
	right: 2%;
	/*display: flex;*/
	cursor: pointer !important;
}

#expenseBody {
	position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	z-index: 15;
}

#expenseContainer {
	border-radius: 4px;
}

#buttonsContainer {
	justify-content: center;
    text-align: center;
    width: 100%;
}

#buttonsContainer .btn {
	margin: 10px;
}

.sortButton {
	background-color: white;
	cursor: pointer;
	margin: 10px;
	padding: 8px;
    font-weight: bold;
    font-size: 14px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px black;
}

#expenseTooltip {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -55%);
	border: solid 1px black;
	box-shadow: 0 0 10px black;
	border-radius: 4px;
	padding: 6px;
	font-size: 12px;
    line-height: 16px;
	z-index: 999;
	cursor: pointer;
}

.tooltip-Country {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
	border-bottom: solid 1px #333;
	padding: 0 0 10px 0;
}

.tooltip-CountryFlag {
	width: 100%;
}

.tooltip-Date-Range {
	font-weight: bold;
    padding: 10px 0 10px 0;
}

.tooltip-Totals {
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	padding: 10px 0 10px 0;
}

.tooltip-Airfare,
.tooltip-Transportation,
.tooltip-Food,
.tooltip-Entertainment,
.tooltip-Beer,
.tooltip-Other,
.tooltip-Accommodation {
	padding: 5px;
    color: #ccc
}

.barContainer {
	display: flex;
    margin: 30px
}

.bars {
	display: flex;
	cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	overflow: hidden;
}

.barName {
	position: absolute;
    font-weight: bold;
    font-size: 11px;
	transform: translateY(-5px);
	background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 3px;
	display: inline-block;
	box-shadow: 0 0 10px black;
	opacity: 0.8;
}

@media only screen and (max-width: 1025px) {
    #expenseBody {
        width: 80%
    }
    #animationSpeed {
        display: none
    }
    #world {
        border-radius: 30%
    }
    #slideSpacer1 {
        display: none !important
    }
    /*#projectionDescription {
        top: 50% !important;
        left: 50% !important;
        line-height: 14px !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        transform: scale(0.6, 1) !important;
    }*/
    #projectionDescription {
        line-height: 18px !important;
        width: 90% !important;
    }
    p.curProjDesc {
        display: none
    }
    #tripControls {
        bottom: 4% !important
    }
}