body {
	background: url(../img/crowbg.png);
	background-attachment: fixed;
}
h1 {
	font-size: 24px;
	color: #276397;
}
.well {
	border-radius: 0;
	-webkit-border-radius: 0;
}
#header {
	background: #58b1fc;
}
h3.muted {
	color: #fff;
	line-height: 20px;
	margin-top: 14px;
}
#header a {
	color: #fff;
}
#header .navbar {
	margin-bottom: 0;
}
#header .navbar .navbar-inner {
	min-height: 24px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#header .navbar .navbar-inner .nav li a {
	color: #4d4d4d;
	background: #58b1fc;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #fff;
}
#header .navbar .navbar-inner .nav li a:hover, {
	background: #1294ff;
}
#header .navbar .navbar-inner .nav li.active a {
	background: url(../img/pagetitlebg.png);
	color: #4d4d4d;
}
.main-content {
	margin-bottom: 20px;
}
#main-nav {
	margin-top: 8px;
}
.container-fluid#page-title {
	background: url(../img/pagetitlebg.png);
	margin-bottom: 15px;
	-webkit-box-shadow: 0 3px 3px -2px #777;
	   -moz-box-shadow: 0 3px 3px -2px #777;
	        box-shadow: 0 3px 3px -2px #777;
}
.inner-pad {
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	background: #fff;
	overflow: hidden;
}
.inner-pad.invoice-template {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#crow-invoice-details .inner-pad {
	background: #efefef;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-break {
	background: #a9d7fd;
	height: 2px;
	margin: 10px 0 14px -10px;
	width: 103%;
}
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}
.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}
.navbar .nav li a {
	font-weight: bold;
	text-align: center;
}

#header-aux-nav {
	float: right;
	position: relative;
	top: 24px;
}

#edit-invoice-sidebar .pended {
	width: 91%;
}
#edit-invoice-sidebar .well {
	padding: 6px;
}
.crow-form label,
#crow-invoice-template label {
	font-weight: bold;
	text-transform: uppercase;
	color: #0b4273;
}
.crow-form label.radio {
	font-weight: normal;
}
.crow_form .req-message {
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
	color: #ff0000;
	font-weight: bold;
	display: none;
}
.crow_form .required {
	border: 1px solid #ff0000;
}
.span9 label.heading {
	color: #3f577f;
}
#entry-form th,
#entry-form td {
	text-align: left;
}

#crow-table-current-line-items .btn {
	float: left;
	margin-right: 3px;
}
#crow-table-current-line-items .btn.display-description {
	float: right;
}
.line-item-form th.description {
	width: 56%;
}
.line-item-form th.hours {
	width: 40px;
}
.line-item-form th.rate {
	width: 40px;
}
.line-item-form th.total {
	width: 62px;
}

#editable_invoice_date {
	display: none;
}
#edit_invoice_date,
#change_password {
	float: right;
	cursor: pointer;
}

#li-loading,
#li-row-loading {
	display: none;
}

hr {
	margin: 10px 0;
}

#add-new-invoice {
	float: right;
}

.alert {
	display: none;
}

input[type=text],
input[type=password],
textarea,
select {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	border-color: #c6c6c6;
}
textarea {
	height: 125px;
}
input[type=text],
input[type=password],
textarea,
.table-bordered,
.btn,
.alert,
th,
td,
select {
	border-radius: 0;
	-webkit-border-radius: 0;
}
table,
table thead,
table tr,
table th,
table td {
	border: 1px solid #c6c6c6;
	border-radius: none !important;
	-webkit-border-radius: none !important;
}

.table.paid-table {
	background: url(../img/paid_bg.png) 20px center no-repeat;
}
#add-new-invoice {
	margin-top: 15px;
}

span.add-on {
	border: 1px solid #c6c6c6 !important;
}

/** Alerts **/
.crow-alert {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 0 10px 0;
	padding: 25px 15px;
	border: 0;
	display: none;
	position: fixed;
	top: 20px;
	right: 15px;
	width: 250px;
	text-align: center;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 1);
	font-weight: bold;
}
.crow-alert.slim-alert {
	padding: 7px 5px;
}
.crow-alert.no-hide {
	display: block;
}
.crow-alert.crow-alert-success {
	background: #70ffa9;
	color: #276d3c;
}
.crow-alert.crow-alert-error {
	background: #ff7d7d;
	color: #6f2828;
}
.crow-alert.crow-alert-info {
	background: #7dc2ff;
	color: #295e71;
}

#settings-tabs {
	background: #fff;
	padding: 3px 6px;
	margin-bottom: 5px;
}
.settings-tabs .nav {
	padding: 10px;
}
.nav.nav-pills {
	background: #fff;
}
.nav.nav-pills li a {
	color: #276397;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.nav.nav-pills li.active a {
	color: #fff;
	background: #58b1fc;
}

#invoice-template-sidebar {
	text-align: center;
}

.align-right {
	text-align: right;
}

.invoice-paid {
	color: #158107;
}
.invoice-outstanding {
	color: #ff0000;
}
.invoice-draft {
	color: #ff8500;
}

#crow-invoice-template .invoice-sub-total td {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
	color: #077781;
}
#crow-invoice-template .invoice-markup td {
	border-width: 1px 0 0 0;
	color: #FAA732;
}
#crow-invoice-template .invoice-discount td {
	border-width: 1px 0 0 0;
	color: #ff0000;
}
#crow-invoice-template .invoice-total td {
	border-width: 1px 0 0 0;
	color: #158107;
}

#display-outstanding-invoices {
	cursor: pointer;
}
#outstanding-invoice-list {
	display: none;
}

#crow_table-invoices-overview tr.paid td {
	background: #e8ffed;
}
#crow_table-invoices-overview tr.outstanding td {
	background: #ffe7e7;
}
#hidden_input_file {
	height: 0px;
	width:0px;
	overflow:hidden;
}

.crow-form#loginform input {
	width: 250px;
}

.input-medium.search-query {
	float: left;
	width: 250px;
	margin-right: 5px;
}
.input-small.search-query {
	float: left;
	width: 150px;
	margin-right: 5px;
}
#crow-table-invoices-overview .paid-status {
	width: 100%;
	height: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
#crow-table-invoices-overview .paid-status.paid-draft {
	background: #c2c2c2;
}
#crow-table-invoices-overview .paid-status.paid-yes {
	background: #0db824;
}
#crow-table-invoices-overview .paid-status.paid-no {
	background: #ff0000;
}

.inner-pad#dashboard ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inner-pad#dashboard ul li h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.inner-pad#dashboard ul li h3 i {
	margin-top: 3px;
}
.inner-pad#dashboard ul li p {
	margin-left: 20px;
}

#setup-warnings i {
	margin-top: 4px;
}
#dash-stats .well {
	text-align: center;
}

.container-fluid.no-pad {
	padding: 0;
}
body.dev-env #header,
body.dev-env #header .navbar .navbar-inner .nav li a {
	background: #ffcc00;
}

#edit_line_item_modal.modal {
	margin-left: -500px;
	width: 1000px;
	height: 422px;
}