@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic|Dosis:200,300,400,500,600,700,800|Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h3 {
	line-height: 35px;
}

#content {
	padding-bottom: 30px;
}

section#wrapper {
	margin-bottom: 60px;
}

header {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px 0 30px;
}

#header {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
}

/* ====== Navigation ====== */

nav {
	background: #f5f5f5;
	font-size: 14px;
	padding: 15px 0;
	color: #888888;
	border-bottom: 1px solid #ebebeb;
}

#nav ul {
	margin: 0 !important;
	float: right;
}

#nav ul li {
	display: inline-block;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	padding-right: 20px;
}

#nav ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

#nav ul li a {
	color: #888888;
	font-weight: 400;
}

#nav ul li a:hover {
	color: #98c611;
	text-decoration: none;
}

#username {
	color: #98c611;
	font-weight: 400;
}

.add-new {
	position: relative;
	top: -145px;
}

/* ====== / Navigation ====== */

.form-horizontal {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	padding: 30px;
}

.box-header {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

.login {
	width: 95%;
}

.login-btn {
	float: right;
}

p.help-text {
	margin-bottom: 0;
}

button#login {
	width: 100%;
}

/* ====== Logo ====== */

.logo {
	
}

/* ====== Footer ====== */

footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer {
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
}

#footer-logo {
	
}

#footer-logo img {
	width: 100px;
	background-repeat: no-repeat;
	margin-top: -10px;
}

#copyright {
	font-size: 12px;
	color: #9c9c9c;
	line-height: 10px;
}
