/*  --------------------------------------------     High Level Styles ----------------------------------------------------------*/
html, body {
	overflow: auto;
}

body {
	height: 100%;
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

hr {
	margin: 2px;
}

a {
	color: lightgreen;
	text-decoration: none;
}

a:hover {
	color: yellow;
}

#LeftContent {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 1%;
	text-align: center;
}

#RightContent {
	display: inline-block;
	margin: 1%;
	width: 60%;
	overflow: hidden;
	padding-right: 15px;
}
#MainBody {
	background: #193957;
	box-shadow: 0 0 5px 5px black inset;
	width: 100%;
	padding-bottom: 10px;
	overflow: auto;
}

#MainBody header {
	border-bottom: 2px solid #31689b;
	font-weight: bold;
}

#PictureDiv {
	width: 100%;
}

#ImageDiv {
	top: 10px;
	left: 0px;
	/* background: white; */
	text-align: center;
	vertical-align: top;
	height: 465px;
	width: 785px;
}

#MainImage {
	width: 100%;
}

#Video {
	border: 3px solid black;
}

/*  ------------------------------------------------------ Full Screen Stuff Styles ----------------------------------------------------------*/

#FullView {
	display: none;
	min-width: 640px;
	height: 100%;
}
.FullScreenMode #LeftContent {
	display: none;
}

.FullScreenMode #RightContent {
	width: 97%;
}

.FullScreenMode #Video {
	width: 98%;
}
/*  ------------------------------------------------------ Company Stuff Styles ----------------------------------------------------------*/

.FancySelect {
	background-color: #31689b;
	border-radius: 4px;
	border: 1px solid black;
	padding: 2px;
	color: white;
	cursor: pointer;
}

#Header {
	position: relative;
	padding: 1% 2%;
	background: #31689b;
	box-shadow: 0 4px 7px 1px rgba(20, 20, 20, .9);
}

#CompanyLogo {
	display: inline-block;
	vertical-align: middle;
	max-height: 100px;
	max-width: 30%;
}

#CompanyNameDiv {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
	width: 46%;
	font-size: 30px;
}

#ContactInfoDiv {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	font-size: 14px;
}
#ProjectName {
	font-size: 20px;
}

#ProjectDescDiv {
	margin-top: 10px;
	margin-bottom: 20px;
}

#CameraDescDiv {
	margin-top: 10px;
}

#ProjectLogo {
	max-width: 40%;
	max-height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

#ProjectNameDiv {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

/*  ------------------------------------------------------ Map Stuff Styles ----------------------------------------------------------*/
.NoMap {
	display: none;
}


#MapSizeDiv {
	width: 100%;
	padding-bottom: 65%;
	position: relative;
}

#MapDiv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 10px;
}

/*  ------------------------------------------------------ Image Toolbar Styles ----------------------------------------------------------*/

#ImageToolbar {
	background: #31689b;
	font-size: 14px;
	color: black;
	border: 1px solid white;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 10px;
}

#ImageToolbar div {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#ImageToolbar input[type="checkbox"] {
	vertical-align: middle;
}

#ExtraImg {
	width: 100%;
}

#StartStreamDiv {
	display: none;
}

.DisabledForStreaming {
	opacity: 0.6;
	pointer-events: none;
}

#ImageTimestampDiv {
	font-weight: bold;
}

.btn {
	cursor: pointer;
}

#ImageToolbar .btn:hover {
	color: white;
}

#DatepickerInput {
	width: 80px;
}

#WeatherDiv {
	margin-top: 5px;
	font-size: 14px;
	line-height: 12px;
}

#WeatherDiv table {
	margin: auto;
}

#WeatherDiv table td {
	padding-right: 30px;
}

/*  ------------------------------------------------------ Footer Styles ----------------------------------------------------------*/
.GlobalFooter {
	height: 30px;
	margin-left: 10px;
	font-size: 16px;
	color: black;
	display: inline-block;
}

#FBLike {
	float: right;
	margin-top: 5px;
}

.GlobalFooter img {
	margin-left: 3px;
	vertical-align: middle;
	height: 30px;
	border: none;
}

.Select {
	display: inline-block;
}

/* ------------------------------------------------------ Zoom Stuff Styles ----------------------------------------------------------*/

#ZoomDiv {
	margin-top: 5px;
	width: 240px;
	padding-bottom: 3px;

}

#ZoomLabelDiv {
	 	  margin-top: 5px;
	font-size: 15px;
	}
#ZoomSlider {
	margin-top: 5px;
	float: right;
	width: 150px;
 	 display: inline-block;

	
}

/* ------------------- Streaming Styles --------------------------------------------------------------------------*/
.StreamerBtnDiv {
	/* bottom: 0px;
	height: 5%;
	width: 100%;
	text-align: center;
	background: #31689b;
	font-size: 14px;
	color: black;
	border: 1px solid white;
	border-radius: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 10px; */
	
}

.fa.fa-ban.w3-xlarge {
	float: left;
	width: 10%;
	text-align: center;
	background: #000000;
	opacity: .6;
	font-size: 1vw ! important;
	transform: translate(6vw, -.5vw);
	/* position: absolute; */
	/*font-size: 14px; */
	border-radius: 10px;
	padding-top: .5vw;
	padding-bottom: .5vw;
	padding-right: .5vw;
	padding-left: .5vw;
	z-index: 3000;
}

.fa.fa-ban.w3-xlarge:hover {
	opacity: 1;
	cursor: pointer;
	cursor: hand;
}

.fa.fa-refresh.w3-xlarge {
	float: right;
	clear: middle;
	width: 10%;
	text-align: center;
	background: #000000;
	opacity: .6;
	font-size: 1vw ! important;
	transform: translate(-6vw, -.5vw);
	/* position: absolute; */
	/*font-size: 14px; */
	border-radius: 10px;
	padding-top: .5vw;
	padding-bottom: .5vw;
	padding-right: .5vw;
	padding-left: .5vw;
	z-index: 3000;
}

.fa.fa-refresh.w3-xlarge:hover {
	opacity: 1;
	cursor: pointer;
	cursor: hand;
}

.StreamBtn {
	display: inline-block;
	margin-right: 20px;
	color: black;
}

.StreamBtn:hover {
	color: white;
}

.FlowPlayerDiv {
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------- Misc. Styles --------------------------------------------------------------------------*/

#PictureOnlyView {
	display: none;
	text-align: center;
	min-width: inherit;
}

#Flyout {
	display: none;
	top: 100px;
	right: 5.5%;
	position: absolute;
	background: black;
	padding: 15px;
	box-shadow: 0 0 5px 5px #31689b inset;
	z-index: 3002;
}

#Blurb {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	font-size: 12px;
}