.content {
	padding-top: 30px;
}

.nav img {
	margin: 6px 0 0 0;
	border: 1px solid #ccc;
}

.center {
        text-align: center;
}

table td.center {
	text-align: center;
}

.container-fluid {
	margin: 0 auto;
 	float: none;
}

.login {
	margin: 100px 0 15px 0;
}

.unicorn {
	background-image: url('/img/unicorn.jpg');
}

.stars {
	background-image: url('/img/its-full-of-stars.gif');
}

.badge a {
	color: #fff;
}

.extra-small {
	width: 50px;
}

.small {
	width: 100px;
}

.small-medium {
	width: 150px;
}

.medium {
	width: 300px;
}

.medium-large {
	width: 450px;
}

.large {
	width: 600px;
}

.extra-large {
	width: 1200px;
}

.brand img {
	margin: 0 15px 0 0;
}

.tt-dropdown-menu {
	background-color: #fff;
	width: 100%;
	border-color: #ccc;
	border-width: 0 1px;
}

.tt-is-under-cursor {
	font-weight: bold;
}

.filter {
	padding: 3px 6px 3px 6px;
	background: #f9f9f9;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 90%;
}

.filter a, .filter a:link, .filter a:hover, .filter a:visited {
	color: #333;
}

#auto {
	float: left;
}

td.check, th.check {
	padding: 0 10px 0 10px;
	margin: 0;
	width: 10px;
}

th.check {
	padding: 0 10px 5px 10px;
	margin: 0;
	width: 10px;
}

.table-striped tbody tr.selected:nth-child(even) td,
.table-striped tbody tr.selected:nth-child(odd) td {
 	background-color: #ffffcc;
}

.icon-time {
	opacity: 0.4;
}

#keys {
	position: relative;
	z-index: 10;
}

.lock {
	background:rgba(255,255,255,0.5);
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9999;
	text-align: center;
	font-size: 200%;
	color: #666;
	padding: 250px 0 0 0;
}

.navbar-search {
	padding: 0;
	margin: 0;
}

.page_div ul {
	list-style: none;
}

.page_div ul li {
	float: left;
	height: 30px;
	text-align: center;
	line-height:30px;
	margin: 0 10px 0 0;
	min-width:34px
}

.page_div ul li a {
	background: rgb(235, 235, 235);
	background: -moz-linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
	border: 1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:inset 0 1px 0 1px #fff;
	display: block;
	padding:0 10px;
}

.page_div ul li.active a {
	background:#f4f4f4;
	border:1px solid #aaa;
	box-shadow:inset 0 1px 6px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0 1px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0 1px 6px rgba(0,0,0,0.3)
}

.footer {
	margin: 25px 0 25px 0;
	padding: 0 0 0 25px;
	color: #666;
}
