﻿body {
	font-family: 'Geogrotesque-Rg', sans-serif;
}

.header {
	margin-bottom: 5px;
}

th {
	color: #77756D;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
	display: inline-block;
	content: "[";
	padding-right: 0.5em;
}

.btn-bracketed::after {
	display: inline-block;
	content: "]";
	padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}


/* Custom button styling */
.btn-default {
	color: #fff;
	background-color: rgb(77,189,140);
	border-color: #ccc;
}

	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active,
	.open .dropdown-toggle.btn-default {
		color: rgb(77,189,140);
		background-color: #fff;
		border-color: #adadad;
	}

	.btn-default:active,
	.btn-default.active,
	.open .dropdown-toggle.btn-default {
		background-image: none;
	}

	.btn-default.disabled,
	.btn-default[disabled],
	fieldset[disabled] .btn-default,
	.btn-default.disabled:hover,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus,
	.btn-default[disabled]:focus,
	fieldset[disabled] .btn-default:focus,
	.btn-default.disabled:active,
	.btn-default[disabled]:active,
	fieldset[disabled] .btn-default:active,
	.btn-default.disabled.active,
	.btn-default[disabled].active,
	fieldset[disabled] .btn-default.active {
		background-color: #fff;
		border-color: #ccc;
	}

.checkbox {
	margin-left: 10px;
	height: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none;
	}

	.shortcut-container {
		margin: 0;
	}

	.navbar-toggle {
		padding-bottom: 5px;
	}

	.navbar-brand {
		padding-bottom: 10px;
	}
}

/*Tighten up the header over the default look*/
.header .logo img {
	margin: 2px 0;
}

/*Shrink the logo and menubar when the menu is collapsed
	- looks better on small screens*/
@media(max-width:991px) {
	.header .logo img {
		max-width: 200px;
		margin: 7px 0 0;
	}

	.navbar-toggle {
		margin-top: 0;
		margin-bottom: 3px;
	}

	.header .topbar {
		margin: 10px 0 0;
		padding: 0;
	}
}

.row {
	margin-top: 20px;
}

nav.row {
	margin-top: 0;
}

.pod-container {
	margin-top: 0;
}

.form-inline .form-group {
	margin-bottom: .2em !important;
}

.sectionbreadcrumb {
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 35px;
	font-weight: normal;
}

	.sectionbreadcrumb li.active {
		color: rgb(109,107,101);
	}

	.sectionbreadcrumb a {
		color: rgb(243,113,73);
	}

	.sectionbreadcrumb li a:hover {
		color: rgb(243,113,73);
		text-decoration: underline;
	}

.pod .panel {
	height: 250px;
}

.pod-sm .panel {
	height: 150px !important;
}

.pod-lg .panel {
	height: 300px;
}

.pod-unlimited {
}

.pod-count {
	font-size: 5em;
	margin-top: -.3em;
}

	.pod-count a {
		color: inherit;
	}

.navbar-nav .btn-u {
	margin: 2px;
	padding: 10px 15px 10px 15px;
}

.file-input-firefox-fix {
	height: auto;
}

/*Make inputs with validation issues have a red background*/
.input-validation-error {
	background: rgb(255,240,240);
}

/* Makes the spans that the asp validation messages go into
	work like divs so that the errors don't wrap around
	the inputs
*/
.field-validation-error {
	display: block;
}

.validation-summary-errors ul li {
	color: red;
}

.panel-sea .panel-heading h4 {
	color: #fff;
}

.panel-sea .panel.heading h4 a {
	color: #fff;
}

.panel-dashboard {
	height: 45px;
}

.panel-heading a {
	color: white;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-25 {
	margin-left: 25px;
}

.margin-top-0 {
	margin-top: 0;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-n20 {
	margin-top: -20px;
}

.pad0 {
	padding: 0;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad20 {
	padding: 20px;
}

.pad-top0 {
	padding-top: 0px;
}

.pad-bottom0 {
	padding-bottom: 0px;
}

.dropdown-menu > .active > a {
	color: #4dbd8c;
}

.bold {
	font-weight: bold;
}

.required-asterisk {
	color: red;
}

@media print {
	.topbar,
	footer,
	.navbar,
	.navbar-header,
	.navbar-brand,
	.nav,
	.navbar-nav,
	button.navbar-toggle,
	.quick-add {
		display: none !important;
	}

	a, a:after {
		content: normal !important;
	}

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.visible-xs {
		display: none !important;
	}

	.hidden-xs {
		display: block !important;
	}

	table.hidden-xs {
		display: table;
	}

	tr.hidden-xs {
		display: table-row !important;
	}

	th.hidden-xs,
	td.hidden-xs {
		display: table-cell !important;
	}

	.hidden-xs.hidden-print {
		display: none !important;
	}

	.hidden-sm {
		display: none !important;
	}

	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

.display-none {
	display: none;
}

footer {
	text-align: center;
	margin: 5px 0;
	border-top: solid 2px #eee;
}

.footer-hipaa-logo {
	display: inline;
}

.footer-text {
	display: inline;
	position: relative;
	top: 5px;
}

@media screen and (max-width: 550px) {
	.footer-hipaa-logo {
		display: block;
	}

	.footer-text {
		display: block;
	}
}
