*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body{
	margin: 0;
}
input[type=button], button{
	background-color: rgb(50, 150, 255);
	border: none;
	color: white;
	padding: 5px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
input[type=button][disabled], button[disabled]{
	background-color: rgb(150, 150, 150);
}
input[type=button]:active, button:active{
	background-color: rgb(30, 100, 150);
}
a{
	color: rgb(50, 150, 255);
}
a:hover{
	color: black;
}
#grey-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, 0.8);
	z-index: 5;
	text-align: right;
	display: none;
}
#close-overlay-button{
	position: absolute;
	cursor: pointer;
	height: 24px;
	width: 24px;
	z-index: 2;
	top: 10px;
	right: 10px;
}
#close-overlay-button::before, #close-overlay-button::after{
	content: "";
	width: 4px;
	height: 24px;
	background-color: rgb(200, 200, 200);
	position: absolute;
	top: 0px;
	left: 14px;
	border-radius: 2px;
}
#close-overlay-button::before{
	transform: rotate(-45deg);
}
#close-overlay-button::after{
	transform: rotate(45deg);
}
.wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 150px 10px;
}
.heading{
	color: rgb(50, 150, 255);
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.heading-link{
	display: block;
	width: 100%;
	text-decoration: none;
}
.sub-heading{
	color: rgb(50, 150, 255);
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.top-text{
	text-align: center;
	width: 100%;
}
.top-text > div{
	margin-top: 10px;
}
.refresh-text{
	font-size: 12px;
	color: rgb(50, 150, 255);
}
#auto-refresh{
	margin-left: auto;
	margin-right: auto;
}
/*.page-link{
	color: rgb(50, 150, 255);
}
.page-link:hover{
	color: black;
}*/
.link-text{
	font-size: 12px;
	color: rgb(50, 150, 255);
}
.camera-links{
	color: rgb(50, 150, 255);
	display: block;
}
/*.camera-link{
	color: rgb(50, 150, 255);
}
.camera-link:hover{
	color: black;
}*/
.camera-links-text{
	color: rgb(50, 150, 255);
	font-size: 12px;
	display: block;
}
.camera-heading{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 10px;
}
.camera-name{
	color: rgb(50, 150, 255);
	margin: 0px;
}
.content-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin-top: 15px
}
.content-wrapper > a{
	width: 100%;
}
.main-image{
	width: 100%;
	height: auto;
}
.image-handle-buttons{
	margin-top: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.image-handle-buttons > input{
	width: 49%;
}
.sidebar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 10;
	padding: 15px;
	display: none;
}
.sidebar-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sidebar-wrapper > div > select, button, .delay-wrapper{
	display: block;
}
#close-sidebar-button{
	position: absolute;
	cursor: pointer;
	height: 24px;
	width: 24px;
	z-index: 2;
	top: 10px;
	right: 10px;
}
#close-sidebar-button::before, #close-sidebar-button::after{
	content: "";
	width: 4px;
	height: 24px;
	background-color: rgb(200, 200, 200);
	position: absolute;
	top: 0px;
	left: 14px;
	border-radius: 2px;
}
#close-sidebar-button::before{
	transform: rotate(-45deg);
}
#close-sidebar-button::after{
	transform: rotate(45deg);
}
.col-1{
	width: 50%;
}
.file-list{
	margin-left: auto;
	margin-right: auto;
}
.col-2{
	width: 50%;
	margin-top: 15px;
}
.filter-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}
.load-button{
	margin: 10px;
}
.delay-wrapper{
	white-space: nowrap;
	color: rgb(50, 150, 255);
}
.delay-input{
	width: 60px;
	text-align: right;
	color: rgb(50, 150, 255);
	border: solid 1px rgb(50, 150, 255);
}
.load-info{
	font-size: 12px;
	margin: 10px 0px 10px 10px;
	color: rgb(50, 150, 255);
}
.start-button#sidebar-button{
	display: none;
	margin: 10px;
}
#filter-button{
	display: none;
	margin-bottom: 10px;
}
.filter-list{
	border: solid 1px rgb(50, 150, 255);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	height: 200px;
	width: 100px;
	margin: 5px;
}
.filter-heading{
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	height: 40px;
	background-color: rgb(50, 150, 255);
	color: white;
	margin-bottom: 5px;
}
.filter-values{
	overflow-y: auto;
	height: 150px;
	padding: 0px 10px;
	line-height: 15px;
}

@media screen and (min-width: 450px){
	.col-1{
		width: 200px;
	}
	.col-2{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	.wrapper{
		width: 768px;
	}
	.top-text{
		display: flex;
		text-align: initial;
	}
	.top-text > div{
		width: 33.3%;
	}
	#auto-refresh{
		margin: 0px;
	}
	.sidebar{
		display: block;
		position: static;
		padding: 0px 15px;
		width: 150px;
		z-index: initial;
	}
	.start-button#top-button{
		display: none;
	}
	.start-button#sidebar-button{
		display: block;
	}
	.file-list{
		margin: 0px;
	}
	#filter-button{
		display: block;
	}
	.col-2{
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 500px;
		background-color: white;
		border: solid 2px rgb(50, 150, 255);
		-webkit-border-radius: 10px;
		        border-radius: 10px;
		z-index: 10;
	}
	.filter-wrapper{
		margin: 75px auto 75px auto;
		width: 350px;
	}
	#show-sidebar-button{
		display: none;
	}
	#close-sidebar-button{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.wrapper{
		width: 992px;
	}
}
@media screen and (min-width: 1200px){
	.wrapper{
		width: 1200px;
	}
}