html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
}
.container {
	min-height: 100%;
}

footer {
	height: 66px;
	margin-top: -66px;
	text-align: center;
	clear: both;
}
hr {
	margin: 0 0 10px;
}

.navbar-preserv {
	height: 60px;
}
.footer-preserv {
	height: 66px;
}
.sidebar-nav {
	padding: 9px 0;
}


.red {
	color: #C43C35;
}
.green {
	color: #468847;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.dropdown-menu-small {
	min-width: 0;
}

.uneditable-input {
	vertical-align: middle;
}
.form-date-search {
	margin: 0;
}
.form-date-search .control-label {
	width: 70px;
}
.form-date-search .controls {
	margin-left: 90px;
}
.form-date-search .form-actions {
	padding-left: 90px;
}

.icon-usd {
	background-image: url("../img/glyphicons_227_usd_small.png");
	background-position: 0 0;
}
.icon-usd.icon-white {
	background-position: -14px 0;
}