html{
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Raleway",sans-serif;
}

button, .fc-button{
	display: inline-block;
	margin: 0 0.5em;
	vertical-align: top;
}

h1{
	color: #0099ff;
	display: inline-block;
	padding: 1.5rem 0 0 0.5em;
	vertical-align: top;
	width: 100%;
}

h2{
	display: inline-block;
	vertical-align: top;
	width: 65%;
}

img{
	margin: 1em 0.5em;
	width: 100%;
}

select, input[type="text"]{
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

select{
	background: rgba(0,155,255,0.3);
	border-radius: 0.2em;
	height: 2em;
	margin: 0 0.5em;
	width: 70%;
}

input[type="text"]{
	background: rgba(0,155,255,0.3) !important;
	border-radius: 0.5em;
	height: 2em;
	width: 80%;
}

input[type="checkbox"]{
	background: rgba(0,155,255,0.3);
	height: 1.1em;
	width: 1.1em;
}

#myEvents{
	margin: 0 0.5em;
}

#calendar{
	margin: 1rem;
}


#search-container{
	margin: 0.5em 0;
}

#search{
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

#search-container p{
	display: inline-block;
	vertical-align: top;
	width: 15%;
}

#search-container p i{
	margin: 0 0.5em;
}

#loading, #script-warning {
	display: none;
}

.alert{
	margin: 0;
	z-index: 999;
}

.fc-listDay-button, .fc-listWeek-button{
	background: #0099ff;
	color: white;	
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	transition: all 0.5s ease;
	width: 8rem;
}

.fc-listDay-button:hover, .fc-listWeek-button:hover{
	background: #005288;
	transform: scale(1.1);
}

.fc-list-item{
	cursor:pointer; 
	transition: all 0.2s ease;
}

.fc-left{
	width: 40%;
}

.fc-left div{
	width: 100%;
}

.fc-center{
	width: 55%;
}

.checked{
	background: rgba(0,155,255,0.5);
}

.fc-list-item:hover td{
	background-color: transparent !important; 
}

.fc-list-item:hover{
	background-color: rgba(0,155,255,0.3) !important; 
}

@media (max-width: 970px){

	h1, h2{
		font-size: 1.5rem;
	}

	button, .fc-button{
		display: inline-block;
		margin: 0 0.05em;
		vertical-align: top;
	}

	#myEvents{
		font-size: 0.8rem;
	}

	#menu{
		float: none;
		text-align: left;
		width: 100%;
	}

	#search{
		width: 100%;
	}

	.fc-scroller{
		height: auto !important;
	}

	#search-container p{
		width: 100%;
	}

	select{
		width: 70%;
	}

	input["type=text"]{
		width: 100%;
	}
}

@media (max-width: 755px){
	html{
		font-size:14px;
	}

	h1{
		font-size: 1.8rem;
		font-weight: bold;
	}

	h2{
		font-size: 1.2rem;
	}

	select{
		display: inline-block;
		height: 2em;
		margin: 0 0 0.5em 0.5em;
		vertical-align: top;
		width: 90%;
	}

	input[type="text"]{
		width: 100%;
	}

	#search{
		width:100%;
	}

	#scenario-filter{
		margin: 0 0.5em;
	}

	#scenario-filter p{
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	#scenario-filter p i{
		margin: 0 0.5em;
	}

	.fc-listDay-button, .fc-listWeek-button{
		display: inline-block;
		margin: 0.5em 1em;
		vertical-align: top;
		width: 40% !important;
	}

	.fc-left, .fc-center{
		width: 100%;
	}

	.fc-scroller{
		height: auto !important;
	}

	.fc .fc-toolbar>*>*{
		float:none !important;
	}

	.row{
		display: block;
	}

	header{
		text-align: center;
	}

	img{
		width: 50%;
	}

	#search-container p{
		width: 100%;
	}
}