#page-wrapper{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.login-link {
	margin: 10px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
}

label.error {
	color: #cd3737;
	font-size: 14px;
	margin-left: 15px;
}
label.error.fix-margin {
    margin-left: 0;
}

input.error {
	border: 1px solid #cd3737;
}

.login-only {
	margin-top: 0;
}

.register-info {
	font-size: 15px;
	line-height: 16px;
	padding-bottom: 15px;
}

.footer-rule {
	margin-top: 60px;
}

#formError.alert-warning a {
	color: #8a6d3b;
	text-decoration: underline;
}

/*overwrite base CSS */
.input-group .form-control, .input-group-addon, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn > .btn, .input-group-btn > .btn-group > .btn, .input-group-btn > .dropdown-toggle {
	border-radius: 0;
}

.panel, .panel-heading {
	border-radius: 0;
}

footer {
	padding: 15px 0 65px;
}

.alert > p, .alert > ul {
	margin-top: 0;
}

footer .copyright a {
	text-decoration: none;
}

label.error {
	color: #a94442;
}

.author-row:first-child hr {
	display: none;
}

.intro-header .site-heading{
	padding-top: 130px;
}

.site-heading h1 {
	padding: 18px;
	margin: 50px auto;
	border: 4px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
	background-size: 100% 3px;
}

#cke_wordcount_Title, #cke_wordcount_Content {
	font-size: 120%;
}

a.list-link {
	color: inherit;
}

a.list-link:hover, a.list-link:focus {
	text-decoration: none;
}

a.list-link label {
	transition: all .2s ease-in-out;
	width:100px;
}

a.list-link label:hover {
	cursor: pointer;
	font-size:90%;
}

/*keep the column from resizing on hover*/
.abstract-status{
	width:80px;
}

h1 span.label{
	font-size:30%;
	vertical-align:super;
}

.margin-bottom-20{
	margin-bottom: 20px;
}

div.tagsinput span.tag {
	border: 1px solid #2e6da4;
	background-color: #337ab7;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

div.tagsinput span.tag a {
	color: #fff;
}

.add-topic{
	text-align: left;
}

.add-topic .fa{
	margin-right: 6px;
}

.no-invoice{
	color: #337ab7;
}

.paid{
	margin-left:10px;
}

a.arrow-link:link{
	color: #337ab7;
	text-decoration: none;
}

.review.alert-info{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color: white;
	background-color:#337ab7;
	border: none;
}

.table-row, .table-row td label{
	cursor: pointer;
}

.schedule-button {
	width: 200px;
}

.drive-nav{
	background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-brand.drive-brand{
	font-weight: bold;
	color:white;
}

.navbar-default .navbar-brand.drive-brand:hover{
	color: antiquewhite;
}

.navbar-default .navbar-toggle.drive-toggle{
	background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-toggle.drive-toggle:hover{
	background-color: white;
}
