@charset "utf-8";
/* CSS Document */
body {
    background-color: black;
}
.Title {
	font-size: 24px;
	color: #F9C126;
	font-family: Tahoma, Geneva, sans-serif;
}
.SmallText {
	font-size: 14px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

.SmallTextLineHeight {
	font-size: 14px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 150%;
}

.SmallTextYellow {
	font-size: 14px;
	color: #F9C126;
	font-family: Tahoma, Geneva, sans-serif;
}

.SmallTextRed {
	font-size: 14px;
	color: #F00;
	font-family: Tahoma, Geneva, sans-serif;
}

.SmallTextYellowLink {
	font-size: 14px;
	color: #F9C126;
	font-family: Tahoma, Geneva, sans-serif;
	display:inline-block;
	text-decoration: underline;
	
}
.SmallTextYellowLink:hover { 
    color: #fff;
}

.SmallTextYellowSelect {
	font-size: 14px;
	color: #F9C126;
	font-family: Tahoma, Geneva, sans-serif;
	background-color:#000;
}

.DefaultMapBTN {
	-moz-box-shadow:inset 0px 1px 0px 0px #37A2A2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #37A2A2;
	box-shadow:inset 0px 1px 0px 0px #37A2A2;
	background-color:#37A2A2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #37A2A2;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	padding:4px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #37A2A2;
}
.DefaultMapBTN:link {
	background-color:#37A2A2;
	color:#FFF;
	text-decoration:none;
}
.DefaultMapBTN:visited {
	background-color:#37A2A2;
	color:#FFF;
	text-decoration:none;
}
.DefaultMapBTN:hover {
	background-color:#37A2A2;
	border:1px solid #FCC11D;
	color:#FFF;
	text-decoration:none;
}
.DefaultMapBTN:active {
	position:relative;
	top:1px;
	color:#FFF;
	text-decoration:none;
}



input[type=select], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=number], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid red;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    -webkit-appearance:none;
    border-radius: 0;
}

input[type=submit]:hover {
    background-color: #45a049;
}


.buttonRed{
	display: block;
	width: 100%;
    background-color: #F00;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttonGreen{
	display: block;
	width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/* unvisited link */
a:link {
    color: #FFF;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: #FFF;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #FFF;
	text-decoration:none;
}

/* selected link */
a:active {
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch {
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	display: block;
	vertical-align: top;
	width: 92px;
	height: 25px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing: content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: "Alerts off";
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	
	content: "Alerts on";
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: Green;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 75px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/*GEO SWITCH */
.Geoswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.Geoswitch {
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	display: block;
	vertical-align: top;
	width: 92px;
	height: 25px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing: content-box;
}
.Geoswitch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.Geoswitch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.Geoswitch-label:before, .Geoswitch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.Geoswitch-label:before {
	content: "Geo off";
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.Geoswitch-label:after {
	
	content: "Geo on";
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.Geoswitch-input:checked ~ .Geoswitch-label {
	background: Green;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.Geoswitch-input:checked ~ .Geoswitch-label:before {
	opacity: 0;
}
.Geoswitch-input:checked ~ .Geoswitch-label:after {
	opacity: 1;
}
.Geoswitch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.Geoswitch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.Geoswitch-input:checked ~ .Geoswitch-handle {
	left: 75px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.Geoswitch-label, .Geoswitch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}


/* SIGN UP BUTTONS */
.BlueButtons {
	-moz-box-shadow:inset 0px -3px 7px 0px #3b579d;
	-webkit-box-shadow:inset 0px -3px 7px 0px #3b579d;
	box-shadow:inset 0px -3px 7px 0px #3b579d;
	background-color:#3b579d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:0px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	width: 100%;
	padding: 10px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #3b579d;
}
.BlueButtons:hover {
	background-color:#425c99;
}
.BlueButtons:active {
	position: relative;
	top: 1px;
	font-family: Tahoma, Geneva, sans-serif;
}
