﻿body {
	margin-bottom: 60px;
	/*padding-bottom: 20px;*/
	padding-top: 50px;
}

html {
	min-height: 100%;
	position: relative;
}

/* Set padding to keep content from hitting the edges */

.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
	max-width: 280px;
}


/* Header */

.headerSite {
	background: url(https://tax.iowa.gov//sites/all/themes/idr/logo_bg.png) repeat-x;
}


.row-bottomPadding {
	padding-bottom: 5px;
	padding-left: 5px;
}

.row-topPadding {
	padding-top: 7px;
}


/* For Navigation menu */

.navbar-fixed-top {
	background: -webkit-linear-gradient(top, #1b4472 0, #2d5c90 53%, #2d5c90 100%);
	overflow: visible;
}

.nav span.caret, .nav span.caret:hover {
	border-top: 4px solid white !important;
}

.navbar {
	background: #19497a;
	color: white;
}

.navbar a {
	border-right: 1px solid #ccc;
	color: white;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active {
	background: 0;
	text-decoration: underline;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus {
	color: #FFF !important;
	background-color: #0070df !important;
}

.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > li > a:hover {
	color: #428bca;
	background-color: #eeeeee; 
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	color: #428bca !important;
	background-color: #e7e7e7 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: #1E90FF;
}

.footer {
	background-color: #f5f5f5;
	bottom: 0;
	/* Set the fixed height of the footer here */
	height: 60px;
	position: absolute;
	width: 100%;
}

.field-validation-error {
	background-color: #d9534f;
	border-radius: .25em;
	color: #ffffff;
	display: inline-block;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	margin-top: 0.2em;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
}

.field-validation-valid {
	display: none;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

#browserblast {
	background: #FAF4AF;
	border-bottom: 2px solid #D4C790;
	color: #6d6647;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}

#browserblast a {
	color: green;
	text-decoration: underline;
}

/*  
To prevent the banner overlapping content
.unsupported-browser is appened to the HTML tag
so you can push it down. The margin should be
total hight of the banner (height + border).
*/

.unsupported-browser {
	margin-top: 42px;
}

.modal p {
	word-wrap: break-word;
}

.ui-datepicker {
	z-index: 10000 !important;
}

.navbar .icon-bar {
	background-color: white;
}

a {
	word-break: break-all !important;
}

.alert-container {
	left: 80%;
	padding-left: 3em;
	padding-right: 3em;
	position: fixed;
	right: 0;
	top: 70px;
	width: 18%;
}

.alert {
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.49);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.49);
}

@media (max-width: 767px) {
	.alert-container {
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-45 {
	margin-top: 45px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-55 {
	margin-top: 55px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-55 {
	margin-bottom: 55px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.panel-primary > .panel-heading {
	color: #fff !important;
	background-color: #337ab7 !important;
}

.text-link {
	color: #205493;
}


.panel-primary > .panel-heading {
	color: #fff !important;
	background-color: #337ab7 !important;
}

.btn-primary {	
	background-color: #337ab7 !important;	
}