
body {
	overflow: hidden;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-top: 1px dotted #cccccc;
}

#gpsMap {
	width: 100%;
	height: calc(100vh - 95px);
	display: block;
	float: right;
}

#gpsMapEdit {
	width: 100%;
	height: calc(100vh - 98px);
	display: block;
	float: right;
}

#controlBar {
	display: block;
	background-color: #ffffff;
	height: 28px;
	padding-top: 2px;
}

#userBox {
	position: absolute;
	width: 92px;
	top: 120px;
	left: 10px;
	z-index: 100;
	display: block;
	text-align: center;
	transition: all 1s ease-in-out;
}

#gpsProfilePic {
	width: 100%;
	border: 1px solid #cccccc;
}

#subjectName {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 10px;
	top: 74px;
	z-index: 100;
	text-shadow: 0 0 5px #000000;
}

#activityBox {
	position: absolute;
	width: 92px;
	top: 230px;
	left: 10px;
	z-index: 100;
	display: block;
	text-align: center;
	line-height: 12px;
}

#activityText {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 5px #000000;
}

#activity {
	display: block;
	font-size:10px;
	font-weight: bold;
	color: #ffffff;
}

#safetyLevelBox {
	position: fixed;
	width: 130px;
	bottom: 90px;
	left: 50%;
	margin-left: -50px;
	z-index: 100;
	display: block;
	text-align: center;
	text-shadow: 0 0 5px #000000;
	border: 1px solid #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	padding-top: 5px;
	padding-bottom: 5px;
}

#emergencyMessage {
	display: block;
	font-size: 10px;
	color: #ffffff;
}

#buttonHolder {
	z-index: 50;
	position: absolute;
	top: 260px;
	left: 5px;
	width: 100px;
	height: auto;
}

.mapOptionButton {
	background-color: #295995;
	padding: 5px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	margin: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.7);
}



#buttInfoUpdate {
	background-color: #ff7e00;
	color: #ffffff;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 20px;
}

#views {
	position: fixed;
	top: 80px;
	right: 10px;
	z-index: 100;
	width: 120px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
	display: block;
	text-align: right;
}

#buttZoomPOI {
	position: absolute;
	width: 92px;
	top: 120px;
	left: 10px;
	z-index: 100;
	display: block;
	cursor: pointer;
	background-color: #ffffff;
	color: #000000;
	border: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}




#gpsTrackerMapFooter {
	width: 100%;
	height: 40px;
	display: block;
	padding-top: 5px;
	background-color: #295995;
	border-top: 1px solid #ffffff;
	font-size: 10px;
	clear: both;
}

#gpsTrackerMapFooterEdit {
	width: 100%;
	height: 30px;
	display: block;
	padding-top: 5px;
	background-color: #295995;
	border-top: 1px solid #ffffff;
	font-size: 10px;
	clear: both;
}

#lastContact {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#lastLocation {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#startTime {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#pointsTotal {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#distance {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#endTime {
	color: #ffffff;
	display: inline-block;
}

#tide1 {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#tide2 {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#tide3 {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}

#tide4 {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}


#pointsCnt {
	color: #ffffff;
	margin-right: 30px;
}

#firstTime {
	color: #ffffff;
	margin-right: 30px;
}

#lastTime {
	color: #ffffff;
}






#infoBox {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#infoBoxTop {
	display: block;
	width: calc(100% - 20px);
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	font-weight: bold;
}

#infoHolder {
	width: calc(100% - 40px);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.infoBoxClose {
	float: right;
	cursor: pointer;
	margin-right: 20px;
}

.infoTitle {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.infoText {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	resize: none;
}

#infoTable {
	width: 100%;
	text-align: center;
}

#infoMode {
	font-weight: bold;
}

#title1 {
	width: calc(100% - 20px);
	text-align: center;
}

#notes1 {
	width: calc(100% - 20px);
	height: 150px;
	resize: none;	
}

#titleTrip {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #295995;
	font-weight: bold;
}

#notesTrip {
	width: calc(100% - 40px);
	height: 150px;
	overflow: auto;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 20px;
}

#notesPOI {
	width: calc(100% - 40px);
	height: auto;
	overflow: auto;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 20px;
}

#trackForm {
	opacity: 0.3;
	display: block;
}

#trackName {
	width: 178px;
	border: 1px solid #666666;
	height: 30px;
}

#trackAddButton {
	display: block;
	width: 180px;
	height: 30px;
	border: none;
	margin-top: 10px;
	background-color: #ff7e00;
	color: #ffffff;
}




#infoButton {
	display: block;
	opacity: 0.3;
	width: 180px;
	height: 30px;
	border: none;
}

#selectStart {
	opacity: 0.3;
}

#selectEnd {
	opacity: 0.3;
}

#clearTrack {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.3;
}

#deletePoint {
	display: block;
	opacity: 0.3;
	width: 180px;
	height: 30px;
	border: none;
	background-color: #ff0000;
	color: #ffffff;
}



#pointsNumber {
	display: block;
	font-size: 10px;
}


#loaderTable {
	width: 100%;
	height: calc(100% - 91px);
	position: absolute;
	top: 61px;
	background-color: #ffffff;
	z-index: 300;
}



#noPointMessage {
	display: none;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -100px;
	width: calc(100% - 140px);
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.3);
	z-index: 500;
}

#noPoint1 {
	font-size: 40px;
	color: #ffff00;
	font-weight: bold;
	display: block;
}

#noPoint2 {
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	display: block;
}


#pointGraphHolder {
	width: 200px;
	height: 10px;
	display: block;
	overflow: hidden;
	border: 1px solid #cccccc;
	text-align: left;
}

#pointGraph {
	height: 10px;
	width: 100px;
	display: block;
}

.buttGpx {
	float: right;
	margin-left: 5px;
	cursor: pointer;
	height: 18px;
}



#countdown {
	position: absolute;
	bottom: 80px;
	right: 10px;
	color: #ffffff;
	font-weight: bold;
	z-index: 5000;
	text-align: center;
	font-size: 40px;
	width: 100px;
	text-shadow: 0 0 5px #000000;
}





#noSaveBox {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#noSaveBoxTop {
	display: block;
	width: calc(100% - 20px);
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
}

#noUpdateBox {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#noUpdateBoxTop {
	display: block;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
	text-align: center;
}

#trackInfoBox {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#trackInfoBoxTop {
	display: block;
	width: calc(100% - 20px);
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	font-weight: bold;
}








#shareBox {
	display: block;
	visibility: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 11000;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#shareBoxTop {
	display: block;
	width: calc(100% - 20px);
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	font-weight: bold;
}

#shareBox p {
	margin-left: 10px;
	margin-right: 10px;
}

#shareText {
	width: 270px;
	text-align: center;
}



#photosHolder {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#buttAddPhoto {
	margin-left: 20px;
	margin-top: 13px;
	height: 30px;
	float: left;
	cursor: pointer;
}

#addPhotoLabel {
	color: #ffffff;
	margin-left: 10px;
	margin-top: 23px;
	cursor: pointer;
	display: inline-block;
	float: left;
}

#buttClosePhotos {
	margin-right: 20px;
	float: right;
	cursor: pointer;
	color: #ffffff;
	font-size: 40px;
}

#photoUploadBox {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	background-color: #000000;
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
	font-size: 0px;
}

.slim {
	cursor: pointer;
	padding: 0px;
}

.slim-label {
	background-color: transparent;
	width: 150px;
	height: 150px;
	display: block;
	padding: 10px;
	padding-top: 50px;
}

.slim-label p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
}

#photoScroller {
	display: block;
	clear: both;
	width: calc(100% - 20px);
	height: calc(100% - 46px);
	overflow: auto;
	margin: auto;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #295995;
}

#noTripPhotos {
	display: none;
	margin-top: 40px;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
}

#bigImage {
	display: none;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 100px);
	cursor: pointer;
	border: 1px solid #000000;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
	transition: all 0.5s;
	position: relative;
	top: 50%;
	left: 50%;
}

#downloadNow {
	position: fixed;
	z-index: 10000;
	bottom: 120px;
	left: 50%;
	max-width: calc(100% - 40px);
	transform: translate(-50%,0);
	color: #ffffff;
	background-color: hsla(0,0%,0%,0.9);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.8);
	padding: 10px;
	border-radius: 10px;
	vertical-align: middle;
	display: none;
}

#downloadNowClose {
	color: #ff7e00;
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
	cursor: pointer;
}

#downloadNowButtonTd {
	vertical-align: middle;
	display: table-cell;
	width: 30px;
	height: 30px;
	padding: 5px;
}

#downloadNowButton {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	display: block;
}

#downloadNowTextTd {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}






#editInApp {
	position: fixed;
	z-index: 10000;
	bottom: 120px;
	left: 50%;
	max-width: calc(100% - 40px);
	transform: translate(-50%,0);
	color: #ffffff;
	background-color: hsla(0,0%,0%,0.9);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.8);
	padding: 10px;
	border-radius: 10px;
	vertical-align: middle;
	display: none;
}

#editInAppClose {
	color: #ff7e00;
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
	cursor: pointer;
}

#editInAppTextTd {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

#infoPhoto {
	max-width: calc(100% - 20px);
	max-height: 150px;
	border: 1px solid #333333;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

#poiPhotoUpload {
	display: block;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius:10px;
	background-color: #333333;
}





@keyframes color-me-in {
  0% {
    background: #ff0000;
  }
  50% {
    background: #760000;
  }
  100% {
    background: #ff0000;
  }
}

#emergencySideBox {
	width: 160px;
	background-color: #ff0000;
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
	animation: color-me-in 2s infinite;
	border-radius: 5px;
}



#startButton {
	width: 98px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #aaaaaa;
	cursor: pointer;
	padding: 5px;
}

#endButton {
	width: 98px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #aaaaaa;
	cursor: pointer;
	padding: 5px;
}

#deletePointButton {
	width: 100px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	background-color: #ff0000;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 5px;
}

#savePointButton {
	width: 100px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ff7e00;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 5px;
}




.trackListInfoHolder {
	display: block;
	height: 45px;
}

.trackDeleteButton {
	position: relative;
	top: -195px;
	left: 180px;
	z-index: 50;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 0 0 5px #000000;
}

.confirmDeleteButton {
	margin-left: 30px;
	background-color: #ff7e00;
	color: #ffffff;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listViews {
	width: 200px;
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	top: -46px;
	text-shadow: 0 0 5px #000000;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listViews img {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}

.listRating {
	width: 80px;
	display: block;
	position: relative;
	top: -240px;
	left: 10px;
}

#saveExplanation {
	width: 250px;
	padding-left: 10px;
	position: fixed;
	top: 100px;
	left: 110px;
	z-index: 1;
	background-image: url(../siteimages/arrow_box.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#innerSaveExplanation {
	display: block;
	padding: 10px;
	background-color: #295995;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}



.filterHolder {
	display: inline-block;
	margin: 10px;
}

#clearFilter {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #000000;
	vertical-align: middle;
	cursor: pointer;
}



#signal {
	position: absolute;
	width: 40px;
	top: 110px;
	right: 60px;
	z-index: 100;
}

#battery {
	position: absolute;
	width: 40px;
	top: 115px;
	right: 10px;
	z-index: 100;
}

#vhfIcon {
	position: absolute;
	top: 185px;
	right: 90px;
	z-index: 100;
	height: 35px;
}

#vhfChannel {
	position: absolute;
	top: 180px;
	right: 10px;
	z-index: 100;
	color: #ffffff;
	font-size: 40px;
}

#uploadIFR {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 11000;
	left: 0px;
	top: 0px;
	display: none;
}























@media screen and (max-width: 800px) {

.listViews {
	width: 150px;
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	top: -46px;
	text-shadow: 0 0 5px #000000;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listViews img {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	height: 15px;
}

.listRating {
	width: 50px;
	display: block;
	position: relative;
	top: -180px;
	left: 10px;
}

}


@media screen and (max-width: 849px) {

#buttAddPhoto {
	height: 20px;
}

#buttClosePhotos {
	margin-top: 12px;
	font-size: 30px;
}

}

@media screen and (max-width: 750px) {

#subjectName {
	font-size: 12px;
	left: 10px;
	top: 81px;
}

#userBox {
	width: 50px;
	top: 120px;
}

#gpsProfilePic {
	width: 100%;
}

#activityBox {
	width: 52px;
	top: 190px;
	overflow: visible;
}







#buttZoom {
	position: absolute;
	width: 80px;
	top: 220px;
	left: 10px;
	z-index: 100;
	display: block;
	cursor: pointer;
	background-color: #ffffff;
	color: #000000;
	border: none;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}






#noPointMessage {
	margin-top: -100px;
	width: calc(100% - 100px);
	left: 30px;
	margin-left: 0px;
}

#noPoint1 {
	font-size: 24px;
	color: #ffff00;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#noPoint2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	display: block;
}



#photoScroller {
	height: calc(100% - 45px);
}

#noTripPhotos {
	margin-top: 40px;
	font-size: 24px;
}



#countdown {
	bottom: 80px;
	right: 10px;
	font-size: 20px;
	width: 52px;
}


#safetyLevelBox {
	bottom: 80px;
}

#saveExplanation {
	width: 200px;
	left: 100px;
}



#buttonHolder {
	top: 220px;
	left: 10px;
	width: 50px;
}

#vhfIcon {
	position: absolute;
	top: 185px;
	right: 70px;
	z-index: 100;
	height: 25px;
}

#vhfChannel {
	position: absolute;
	top: 180px;
	right: 10px;
	z-index: 100;
	color: #ffffff;
	font-size: 30px;
}




}








/* ----- PRINT BIT ----- */

.plannerPrint {
	overflow: auto;
	background-color: #ffffff;
	font-family: Arial, Verdana;
}

.plannerPrint p {
	font-family: Arial, Verdana;
}

.plannerPrint h1 {
	font-family: Arial, Verdana;
}

#tides {
	padding: 10px;
	border: 1px dotted #000000;
	display: inline-block;
	margin-bottom: 20px;
}


#itineraryContent {

}

.printTable {
	display: table;
	width: 100%;
	padding: 0px;
}

.printRow {
	display: table-row;
}

.pointMarkerPrintTd {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.pointTimePrintTd {
	display: table-cell;
	width: 70px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #760000;
}

.pointTypePrintTd {
	display: table-cell;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
}

.pointNotesPrintTd {
	display: table-cell;
	text-align: justify;
	vertical-align: middle;
	padding: 10px;
}


#batteryPoint {
	height: 10px;
	display: block;
}

#signalPoint {
	height: 15px;
	display: block;
}








#photoViewerHolder {
	position: fixed;
	left: 0px;
	top: -104%;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: block;

	background-color: #333333;

	transition: top 0.5s ease-in-out;
}

.photoViewerClose {
	position: absolute;
	top: 0px;
	right: 0px;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

	color: #000000;
	background-color: #ffffff;

	font-size: 30px;
	font-weight: bold;

	user-select: none;
	cursor: pointer;

	transition: all 0.3s ease-in-out;
}

.photoViewerClose:hover {
	color: #ffffff;
	background-color: #295995;
}

#photoViewerContainer {
	display: block;
	width: calc(100% - 100px);
	height: calc(100% - 150px);

	margin-top: 50px;
	padding: 50px;

	overflow: auto;

	text-align: center;
}

.tripPhotoThumbHolder {
	position: relative;
	display: inline-block;
	margin: 10px;

	border-radius: 3px;
	cursor: pointer;

	border: 2px solid #555555;
	transition: border 0.3s ease-in-out;
}

.tripPhotoThumbHolder:hover {
	border: 2px solid #ffffff;
}

.tripPhotoThumb {
	display: block;
	height: 200px;
}

.tripPhotoThumbDelete {
	position: absolute;
	top: 0px;
	right: 0px;

	color: #ffffff;
	font-weight: bold;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	cursor: pointer;
	user-select: none;

	background-color: #00000088;
	transition: background-color 0.3s ease-in-out;
}

.tripPhotoThumbDelete:hover {
	background-color: #ff0000ff;
}




#bigPhotoHolder {
	position: absolute;
	left: -104%;
	top: 0px;
	z-index: 15000;

	display: flex;
	width: 100%;
	height: 100%;

	background-color: #000000bb;

	transition: left 0.5s ease-in-out;
}

#bigPhotoHolder div {
	display: flex;
	justify-content: center;
	align-items: center;
}

#photoNumber {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);

	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.thumbNextPrevColumn {
	display: block;
	width: 100px;

	font-size: 50px;
	font-weight: bold;

	user-select: none;
	cursor: pointer;

	color: #ffffff66;
	transition: color 0.3s ease-in-out;
}

.thumbNextPrevColumn:hover {
	color: #ffffffff;
}

#bigPhotoContainer {
	display: block;
	flex: 1;
}

#bigPhotoContainer img {
	display: block;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 100px);
	border-radius: 5px;

	border: 2px solid #ffffff;
	box-shadow: 0px 0px 30px #000000;
}



#slimDiv {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 100 !important;
	display: block;
	width: calc(100% - 100px);
}

.slim-status {
	padding: 0px !important;
}

.slim-label {
	width: 100%;
	height: auto;
	padding: 20px;

	font-weight: bold;
}