.navbar-inverse {
	border: none;
	border-color: transparent;
}

.navbar {
	min-height: 0;
}

#logo {
	padding: 0.6em 1.4em 0.7em 0 !important;
}

#logo .logo-image {
	margin-bottom: 0
}

.font-12 { font-size: 12px !important; }
.font-12 p { margin: 0 !important; }
.space-10 { padding-bottom: 10px; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: auto;
	background-color: #fff;
}

/* Buttons */

.btn {
	white-space: normal;
	padding: 6px 12px;
	border-radius: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: auto;
}

.btn-green { 
	color: #FFF !important;
	background-color: #002E1A;
	border-color: #002E1A;
	font-size: 13px;
	width: 100%;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	background-color: #0088CB;
	border-color: #0088CB;
}

.btn-black { 
	color: #FFF !important;
	background-color: #161616;
	border-color: #161616;
	font-size: 13px;
	width: 100%;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
	background-color: #000;
	border-color: #000;
}

.btn-datepicker { 
	color: #000;
	background-color: #E4E4E4;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 8px;
	
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#bottom_right { position: absolute; right:0; bottom:0; padding: 20px; }
#bottom_right img { border-color: #ffffff; box-shadow: 0 0 10px #ffffff; }

#bottom_left { position: absolute; left:0; bottom:0; padding: 20px; }

/* Tablets (portrait) */
@media only screen and (max-width: 800px) {
	#bottom_right { top: 500px; }
}

/* Smartphones */
@media only screen and (max-width: 480px) {
	#bottom_right { 
		top: 0;
		position: relative;
		margin: 0 auto;
	}
}
