html, body {
	height: 100%;
}
body {
	background-color: #eeeeee;
}

a, button {
	outline: none !important;
}

.error-message {
        display: block !important;
        padding-left: 0;
        margin-top: 2px;
        margin-bottom: 10px;
}

td.table-actions {
        text-align: right;
        white-space: nowrap;
}

.table-borderless th, .table-borderless td {
        border-top: 0 !important;
}

#wrapper {
	max-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background-color: #ffffff;
}

#pusher {
	height: 140px;
}

#top {
	padding: 7px 0;
	border-bottom: 1px solid #e0e0e0;
}

#top .links {
	color: #374247;
}
#top .links > a {
	color: #374247;
	line-height: 30px;
}


#logo {
	margin: 20px 0;
}
#logo h1 {
	font-size: 36px;
	line-height: 46px;
	margin: 0;
	text-shadow: 1px 1px 2px #333333;
}
#logo h1,
#logo h1 > a {
	color: #374247;
}
#logo h1 > a:hover {
	text-decoration: none;
}

footer {
	max-width: 1000px;
	height: 140px;
	margin: 0 auto;
	background-color: #333333;
	color: #ffffff;
}
footer > .container {
	font-size: 13px;
	padding-top: 20px;
}
footer strong,
footer a,
footer a:hover {
	color: #f5b03b;
}

.module {
	border-bottom: 1px dashed #e0e0e0;
}

hr {
	margin-top: 0;
	border-top: 1px dashed #e0e0e0;
}

/**
 * Customize Bootstrap
 */
@media (min-width: 1200px) {
	#wrapper {
		width: 1000px;
	}
	.container {
		width: 960px;
	}
}
@media (min-width: 992px) {
	#wrapper {
		width: 1000px;
	}
	.container {
		width: 960px;
	}
}

.well p:last-child,
.table p:last-child {
        margin-bottom: 0;
}

.navbar-inner {
	background-color: #374247;
	background-image: none;
	filter: none;
}

.navbar .btn-navbar {
	background-color: #f5b03b;
	background-image: none;
	filter: none;
	border-color: #f5b03b;
}
.navbar .btn-navbar:hover {
	background-color: #f5b03b;
}
.navbar .nav > li > a {
	color: #ffffff;
	text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li.dropdown.open > .dropdown-toggle,
.navbar .nav > li.dropdown.active > .dropdown-toggle,
.navbar .nav > li.dropdown.open.active > .dropdown-toggle {
	color: #ffffff;
	background-color: #f5b03b;
}
.navbar .nav > li.difcolor {
        background-color: #4d6e7e;
}
.page-header {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.page-header > h1 {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 5px;
}

.page-header > h1,
h2,
h3 {
	color: #f5b03b;
}

h2 {
	font-size: 22px;
	line-height: 24px;
	color: #374247;
}

.bootstrap-filestyle > label {
        margin-bottom: 10px;
}

.table p:last-child {
        margin-bottom: 0;
}

.contact-form-name {
    position: absolute !important;
    display: inline !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    width: 1px !important;
    height: 1px !important;
    opacity: .1 !important;
}
