html, body, * {
	/*color: #555555 !important;	*/
}
.table-bordered {
	border-top: 1px solid #111 !important;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.container {
	padding-bottom: 60px;
}

.checkin {
	font-size: 28px;
}

.ball {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent;
    -webkit-box-shadow:inset 0px 0px 0px 1px #444;
    -moz-box-shadow:inset 0px 0px 0px 1px #444;
    box-shadow:inset 0px 0px 0px 1px #444;
	border-radius: 100%;
	margin-right: 10px;
    text-indent: -1000em;
    overflow: hidden;
}

.ball.gold, .ball.silver, .ball.red, .ball.green, .ball.blue {
	-webkit-box-shadow:inset 0px 0px 0px 0px transparent;
	-moz-box-shadow:inset 0px 0px 0px 0px transparent;
	box-shadow:inset 0px 0px 0px 0px transparent;
}

.ball.gold {background: gold;}
.ball.silver {background: silver;}
.ball.red {background: red;}
.ball.green {background: green;}
.ball.blue {background: blue;}

.progress-bar.gold {background-color: gold;}
.progress-bar.silver {background-color: silver;}
.progress-bar.red {background-color: red;}
.progress-bar.green {background-color: green;}
.progress-bar.blue {background-color: blue;}

.dataTables_filter {
	width: 100% !important;
	display: block !important;
	text-align: center;
}
.dataTables_filter label {
	width: 100% !important;
	font-size: 1px;
	color: #ffffff;
}
.dataTables_filter input{
	margin-top: -20px;
	width: 100% !important;
	background: #fbfbfb url("/theme/images/search-big.png") no-repeat 10px 5px;
	height: 30px !important;
	margin-left: -1px;
	margin-bottom: 20px;
	padding: 30px 20px 30px 70px !important;
	font-size: 24px;
	line-height: 1.428571429;
	color: #555555 !important;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_length {
	display: none !important;
}
.page-header {
	text-align: center;
}

td {
	vertical-align: middle !important;
}

.page-header img {
	max-height: 320px;
	max-width: 100%;
}
.splash {
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
}
.splash .image {
	background: #fff;
	border: 1px solid #444;
	padding: 10px;
	margin: 5% auto 5% auto;
	width: 90%;
	max-width: 600px;
}
.splash .image img {
	width: 100%;
	border: 1px solid #444;
}
.splash #timer {
	margin-top: 5px;
	text-align: right;
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 12px !important;
	}
	button {
		font-size: 12px !important;
		padding-left: 6px !important;
		width: 25px;
	}
}
.vip td {
	color: #dd0000 !important;
	font-weight: bold;
}

#connection-alert, #connection-restored {
	width: 100%;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	display: none;
}

#connection-alert .alert, #connection-restored .alert {
	width: 40%;
	max-width: 400px;
	margin: 0 auto;
}
.text-status {
	display: inline-block;
	width: 1px;
	height: 1px;
	text-indent: -100em;
	float: right;
}