@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	color: #5a5a5a;
	z-index: 0;
}

html {
	height: 100%;
	padding-bottom: 20px;
}

html,
body {
	width: 100%;
	background-color: #e5e5e5;
	font-size: 14px;
	min-height: 100%;
}

::selection {
	color: #fff;
	background-color: #ffa766;
}

::-moz-selection {
	color: #fff;
	background-color: #ffa766;
}

a {
	color: #00c5da;
	font-weight: 700;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

span.hn {
	display: none;
}

button:hover {
	cursor: pointer;
}

.subScript {
	font-weight: 100;
	font-size: 0.8em;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.light {
	font-weight: 100;
}

div.darkBackground,
div.laserAlertBackground {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20000;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(15px);
	-moz-backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	display: none;
}

div.laserAlert {
	width: 100%;
	max-width: 400px;
	height: auto;
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: rgb(178, 186, 194) 0px 15px 0px -12px;
	z-index: 30000;
	padding: 50px 10px 10px 10px;
	display: none;
}

div.laserAlert h3.alertTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #abdbe1;
	border-bottom: 2px solid #ff7800;
	padding: 10px;
	line-height: 20px;
	height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.laserAlert p.alertMessage {
	margin: 10px 0px 20px 0px;
}

div.laserAlert button.laserAlertOk {
	padding: 20px 40px;
	display: block;
	position: relative;
	margin: auto;
}

div.laserAlert button.laserAlertOk:active {
	background-color: #0097a7;
}
