#header {
	
}
#header .header {
	height: 60px;
	padding: 20px;
	color: white;
}
#header .header .btn {
	margin: 0 0 0 15px;
}
#content {
	padding: 20px;
}

.home a {
	position: relative;
	width: 150px;
	height: 50px;
	float: left;
	margin: 20px 20px 0 0;
	padding-top: 100px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #777;
}
.home a:hover {
	border-color: #005580;
	text-decoration: none;
}
.home a .icons {
	position: absolute;
	top: 20px;
	left: 43px;
	width: 64px; height: 64px;
	background: transparent url(../img/sprites.png) no-repeat top left;
}
.home a:hover .icons {
	background-image: url(../img/sprites-blue.png);
}

.home a .icons.icon-honorary { background-position: 0 0; }
.home a .icons.icon-projects { background-position-x: -64px; }
.home a .icons.icon-users { background-position-x: -128px; }
.home a .icons.icon-history { background-position-x: -192px; }
.home a .icons.icon-productions { background-position-x: -256px; }


#content {
	margin: 20px;
}

.input-big input {
	font-size: 40px !important;
	line-height: 50px !important;
	height: 50px !important;
}
.input-big .add-on {
	height: 50px !important;
	line-height: 60px !important;
}

.done, .done td { background-color: #C7E6BA !important;  }
.table-bordered, .table-bordered th, .table-bordered td  { border-color: #CCC; }
.table-td-checkbox { text-align: center !important; min-height: 20px; width: auto; }

.margin-left{
	margin-left: 10px;
}