html,body {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	font: 16px "Play", Helvetica, Arial, sans-serif;
	/*font-family: 'Play', sans-serif;*/
	background: #000000;
	min-height: 100vh;
  overflow-x:hidden;
}
html, body, pre {
	color: #AAAAAA;
}
.navbar {
	/*border-bottom: 1px solid #334455;*/
}
body.dev .navbar,
body.dev {
	border-top: 2px solid #FFCC00;
}
body.dev .navbar {
	border-bottom: 2px solid #FFCC00;
}
body.dev:after {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	border-bottom: 2px solid #FFCC00;
	content:' ';
}
body.dev .navbar-brand:after{
	content: 'DEV';
	display:inline-block;
	background:#FFCC00;
	padding:4px 8px;
	font-weight:bold;
	font-size:12px;
	margin:0 0 0 4px;
	border-radius:2px;
	border:1px solid #DDAA00;
	animation: pulse-small 3s infinite;
}

::selection {
	background-color: #00a1ff !important;
	color: #FFFFFF !important;
}
::-moz-selection {
	background-color: #00a1ff !important;
	color: #FFFFFF !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.nointeract {
  pointer-events: none;
}
.interact {
  pointer-events: all;
}
a {
	-webkit-transition: color 0.4s, -moz-text-shadow 0.4s, -o-text-shadow 0.4s, -webkit-text-shadow 0.4s, text-shadow 0.4s;
	transition: color 0.4s, -moz-text-shadow 0.4s, -o-text-shadow 0.4s, -webkit-text-shadow 0.4s, text-shadow 0.4s;
  cursor: pointer;
}

a:focus, a:hover {
	color: #3495E8;
	text-decoration: none;
}
a:hover {
	text-shadow: 0 0 6px rgba(255,255,255,0.7);
}

* {
	box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	color: #00A1FF;
	margin: 0.5rem 0;
	font-family: 'Play', sans-serif;
	text-transform: uppercase;
}

.h1, h1 {
	font-size: 2rem;
	margin: 1rem 0 0.5rem 0;
}
.h2, h2 {
	font-size: 1.8rem;
}
.h3, h3 {
	font-size: 1.6rem;
}
.h4, h4 {
	font-size: 1.4rem;
}
.h5, h5 {
	font-size: 1.2rem;
}
.h6, h6 {
	font-size: 1rem;
}

.title_holder {
	margin: 1rem 0;
}

a {
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}
.navbar-light .navbar-nav .nav-link,
a {
  color: #00A1FF;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
a:hover, a:focus {
	color: #44BBFF;
}

.bg-dark {
    background-color: #111111!important;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}

.gray {
	color: #AAAAAA;
}

.has_shadow{
	box-shadow:0 0 3px rgba(0,0,0,0.05),0 3px 8px rgba(0,0,0,0.15);
}

.logo-nav {
	height: 30px;
}

.map_container {

}
.map {

}

.todo {
	display:none!important;
}
.debug {
	display:none!important;
}
.dev .todo,
.alpha .todo,
.beta .todo {
	display:inherit!important;
}
.dev .debug {
	display:inherit!important;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	text-align:center;
}
.splash-container {
	max-width:400px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.splash {
	width:100%;
	max-width:100%;
	height:auto;
	margin: 0;
	margin-bottom: 0 !important;
}

*.hideme,
.prod *.hideme,
.beta *.hideme,
.alpha *.hideme,
.dev *.hideme {
	display:none !important;
}

div.debug_overlay{
	position: fixed;
	bottom: 12px;
	right: 10px;
	background: #f4cf00;
	border: 1px solid #d8ad00;
	font-size: 10px;
	text-align: center;
	padding: 4px 8px;
	border-radius: 2px;
}

.table {
	border: 1px solid #EEEEEE;
}
.table thead {
	background: #ffffff;
	border: 1px solid #D0D0D0;
}
.table th {
	color: #2ea53c;
}
.table tbody tr:nth-child(even) {
	background: #fbfbfb;
}
.table tbody tr:nth-child(odd) {
	background: #f8f8f8;
}
.table tbody tr:hover {
	background: #ffffff;
}

.nav-pills {
	margin-bottom: 10px;
}

.sortOptions {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin: 10px 0 20px 0;
}

@media only screen and (min-width: 1440px) {
	.container {
	    max-width: 1440px;
	}
}

@-webkit-keyframes LOADING {
  0%   { content: '' }
  30%   { content: '.' }
  60%   { content: '..' }
  90%   { content: '...' }
}
@-moz-keyframes LOADING {
  0%   { content: '' }
  30%   { content: '.' }
  60%   { content: '..' }
  90%   { content: '...' }
}
@-o-keyframes LOADING {
  0%   { content: '' }
  30%   { content: '.' }
  60%   { content: '..' }
  90%   { content: '...' }
}
@keyframes LOADING {
  0%   { content: '' }
  30%   { content: '.' }
  60%   { content: '..' }
  90%   { content: '...' }
}
/*i.loading:after {
	display: inline-block;
	content: '...';
	-webkit-animation: LOADING 1s infinite;
  -moz-animation:    LOADING 1s infinite;
  -o-animation:      LOADING 1s infinite;
  animation:         LOADING 1s infinite;
}*/

/*
	<div class="lds-ripple"><div></div><div></div></div>
	.lds-ripple
		div
		div
 */

 .pulse {
 	box-shadow: 0 0 0 rgba(59,154,28, 1);
 	animation: pulse 1.5s infinite;
 }
 @-webkit-keyframes pulse {
 	0% {-webkit-box-shadow: 0 0 0 0 rgba(59,154,28, 1);}
 	70% {-webkit-box-shadow: 0 0 0 10px rgba(59,154,28, 0);}
 	100% {-webkit-box-shadow: 0 0 0 0 rgba(59,154,28, 0);}
 }
 @keyframes pulse {
 	0% {-moz-box-shadow: 0 0 0 0 rgba(59,154,28, 1);box-shadow: 0 0 0 0 rgba(59,154,28, 1);}
 	70% {-moz-box-shadow: 0 0 0 10px rgba(59,154,28, 0);box-shadow: 0 0 0 10px rgba(59,154,28, 0);}
 	100% {-moz-box-shadow: 0 0 0 0 rgba(59,154,28, 0);box-shadow: 0 0 0 0 rgba(59,154,28, 0);}
 }

 .pulse-small {
 	box-shadow: 0 0 0 rgba(59,154,28, 1);
 	animation: pulse 3s infinite;
 }
 @-webkit-keyframes pulse-small {
 	0% {-webkit-box-shadow: 0 0 0 0 rgba(59,154,28, 0.75);}
 	70% {-webkit-box-shadow: 0 0 0 6px rgba(59,154,28, 0);}
 	100% {-webkit-box-shadow: 0 0 0 0 rgba(59,154,28, 0);}
 }
 @keyframes pulse-small {
 	0% {-moz-box-shadow: 0 0 0 0 rgba(59,154,28, 0.75);box-shadow: 0 0 0 0 rgba(59,154,28, 0.75);}
 	70% {-moz-box-shadow: 0 0 0 6px rgba(59,154,28, 0);box-shadow: 0 0 0 6px rgba(59,154,28, 0);}
 	100% {-moz-box-shadow: 0 0 0 0 rgba(59,154,28, 0);box-shadow: 0 0 0 0 rgba(59,154,28, 0);}
 }

i.loading {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
	content: ' ';
}
i.loading:before,
i.loading:after {
	display: block;
	content: ' ';
  position: absolute;
  border: 4px solid #2ea53c;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	top: 28px;
	left: 28px;
	width: 0;
	height: 0;
	opacity: 1;
}
i.loading:after {
	border-color: #80b800;
  animation-delay: -0.6s;
}

/* Buttons */
.btn {
	text-transform: uppercase;
	font-family: 'Play', sans-serif;
	border-radius: .6rem;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

/* Forms */
.form-control {
	color: #00A1FF;
  background-image: url('/images/input-bg.png');
  background-repeat: repeat;
  background-size: 100% auto;
	border-color: rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.15);
	font-family: 'Play', sans-serif;
	margin-bottom: 2px;
}
.form-control:focus {
	color: #44BBFF;
	border-color: rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.2);
}
.form-control.spacing {
	margin-bottom: 10px;
}

.social_icons{
	padding: 0 0 12px 0;
}
.server_link{
  /*display:none;*/
}

.panel,
.panel.alt{
	border-image: url('/images/panel-bg-sm.png') round;
	border-image-slice: calc(50 / 184 * 100%) calc(80 / 284 * 100%) fill;
	border-image-width: 60px 60px;
	padding: 8px;
}
.panel.alt{
	border-image: url('/images/panel-bg-alt-sm.png') round;
	border-image-slice: calc(50 / 184 * 100%) calc(80 / 284 * 100%) fill;
	border-image-width: 60px 60px;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.mobile-only{
	display:none!important;
}

@media only screen and (max-width: 767px) {
	.mobile-only{
		display:block!important;
	}
	.desktop-only{
		display:none!important;
	}
}
