.clear {
	clear: both;;
}

html {
	background-image: url('/img/background.png');
}

.jqueryui {
	font-size:10px;
}

.lighter-text {
	color:#888;
}

.keep-my-time-box {
    -moz-box-shadow: 0 0 2px black;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
	border-radius:3px;
	border:1px solid #999;
	background-color:#fff;
}

.keep-my-time-box h3 {
	padding-left:10px;
}

.forgot-password {
	margin-top:20px;
}

.page-container {
	min-height:450px;
}
 
.boxed-layout {
	margin-top:100px;
}

.default-spacer {
	margin-top:30px;
}

.hero-unit-small {
	padding:20px;
}

.boxed {
  padding: 5px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f8f8f8;
  border:1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

.padded-boxed {
  font-size: 1.1em;
  padding:30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f8f8f8;
  border:1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

.user-logo {
	margin-top:10px;
	float:right;
}

.user-logo img {
	height: 50px;
}

.header-title {
	padding-left: 70px;
	background-image: url('/img/logo.png');
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-top: 5px;
	height: 45px;
	float:left;
	width:50%;
}

.quick-login {
	position: absolute;
	right:0px;
	width: 400px;
	top:5px;
}

.quick-login .btn {
	margin-top: -10px;
}

/* =================== Index page ================= */

#index-page {
	padding-top:50px;
}

#index-page .row{
	margin-left:0;
}

/* =================== Task page ================= */

#task-page input,
#task-page select{
	margin-bottom:0;
}

#task-page form {
	margin-bottom:5px;
}

#task-page .time-info {
	height:10px;
	font-size:0.8em;
	font-style:italic;
	color:#999;
	text-align: left;
	padding-left: 30px;
	margin-bottom:15px;
}

#task-table {
	width:98%;
}

/* =================== Project page ================= */

#project-page input,
#project-page select{
	margin-bottom:0;
}

#project-page h4 {
	float:left;
	margin:0;
	line-height:50px;
	padding-left:60px;
	background-repeat:no-repeat;
	background-position:center left;
}

#project-page .project-section {
	margin-bottom: 15px;
}

#project-page .project-options {
	float:right;
	line-height:50px;
}

/* =================== Admin page ================= */

#admin-page table tr td {
	font-size: 0.9em;
}

#admin-page img {
	height:30px;
}

/* =================== Login page ================= */

#index-page {
	padding-top:50px;
}

#index-page .lead {
	color:#006DCC;
}

#index-page .clock-section {
	background-image:url('/img/clock-icon.png');
	height:256px;
	width:256px;
	
}

/* =================== Home page ================= */

#home-page .progress {
	margin-bottom:0;
}

#home-page #graphs img {
	max-height:30px;
}

/* =================== Task page ================= */

.in_bank-task {
	display:none;
}
