/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*body {
	font-family: "franklin-gothic-urw-cond",sans-serif;
	padding-top: 67px;
	padding-bottom: 100px;
	font-size: 16px;
	background: #e6eeef url(/images/bg.png) bottom center no-repeat;
	background-size: cover;
}*/
html, body { height: 100%; }
body { padding-top: 60px; background-color: #fff; font-size: 16px; }

nav.navbar-fixed-top    { background: #fff url(/images/bg-nav.png) left top repeat-x; margin-bottom: 0; }
nav.navbar-fixed-top a.navbar-brand    { color: #000; font-size: 18px; }
nav.navbar-fixed-top .navbar-nav>li>a { color: #fff; font-size: 12px; }

nav.navbar-default .collapse.in ul, nav.navbar-default .collapse.in form { background: #ff100a; }
nav.navbar-default .collapse.in ul.dropdown-menu { background: #fff; }

#contentholder {
	padding-bottom: 100px;
}

p.backlink { margin-bottom: 150px; }

.list-unstyled { padding-left: 30px; }

span.space {
    margin-left: 10px;
    margin-right: 10px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color:#eaeaea;
}

a[disabled=disabled]	{ color: #666; }

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.bg-primary { background-color: #7bc143; }
.bg-primary.secondary { background-color: #2b9aba; }
.btn-primary { background-color: #2b9aba;border-color: #bebebe; }
.btn-success { background-color: #7bc143; }
.btn-padtop { margin-top: 80px; }

img.pull-right	{ margin: 1em 0 1em 1em; }
img.pull-left	{ margin: 1em 1em 0 1em; }
td.imageresp img	{ max-width: 300px; }

.well	{ margin-left: 20px; }

audio {
    padding: 8px;
    background-color: #00a1b1;
    box-sizing: content-box;
}

hr	{ border-top: 1px solid #333; }
hr.nosho	{ border: none; margin: 20px 0; }
.form-inline	{ margin-bottom: 15px; }

img.img-responsive	{ width: auto; }
.embed-responsive	{ margin-bottom: 0.5em; }

ol.latinlist li	{ list-style-type:lower-latin; }
ol.numlist li	{ list-style-type:decimal; }

div.in-radcheck input[type=radio], div.in-radcheck input[type=checkbox] { margin-right: 6px; }
div.in-radcheck label label { padding-left: 6px !important; font-weight: bold !important; }

div.pcontentsmall { max-height: 300px;overflow:scroll;border: 1px solid #2b9aba; padding: 10px; margin-bottom: 30px; }

/*  Style pagination control at bottom of data grids  */
tr.dapaginator td { padding: 6px; }

/* FOOTER
-------------------------------------------------- */
nav.navbar-fixed-bottom    { padding-top: 20px; border-top-width: 4px; }



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 470px) {

}

@media (min-width: 768px) {
    nav.navbar-fixed-top a.navbar-brand    { font-size: 24px; }
}
@media (min-width: 992px) {

}
