.jumbotron p {
	overflow: auto;
}

.affix {
	top: 10px;
	position: fixed;
}

ul#example-nav.affix {
	width: 231px;
}

div.container-fluid {
	max-width: 1000px;
	margin: 0 auto;
}

div.progress {
	margin: 10px 0px;
	border: 1px solid #BCE8F1;
}

.alert {
    border-radius: 0px;
}

.alert h4 {
	margin-bottom: 7px;
}

address span.label {
	min-width: 75px;
	text-align: center;
}

.nav-tabs {
	margin-bottom: 15px;
}

/*--------------------------- Layout Tool CSS ---------------------------*/
.indent-block {
	margin-left: 20px;
}

/*--------------------------- Typography Tool CSS ---------------------------*/
/*::  Info Tile  ::*/
.info-tile {
	border: 1px solid #E3E3E3;
	border-radius: 3px;
	margin-bottom: 15px;
}
.info-tile h5 {
	background-color: #EEEEEE;
	padding: 5px 3px 5px 3px;
	margin: 0px;
}
.info-tile .info-tile-content {
	padding: 7px 5px 7px 5px;
}
.info-tile .info-tile-content .info-tile-row .label {
	text-align: center;
	min-width: 50px;
	margin-right: 10px;
}

.info-tile.alert-tile {
	border: 1px solid #FFBF40;
}
.info-tile.alert-tile h5 {
	background-color: #FFD073;
}
.info-tile .well {
	margin-bottom: 0px;
}

.info-tile div.info-tile-row {
	margin-bottom: 5px;
}

.info-tile div.info-tile-row label {
	font-weight: bold;
}

/*::  well  ::*/
div.well address {
	margin-bottom: 0px;
}

/*::  modal  ::*/
div.modal div.modal-header {
	position: relative;
}
div.modal div.modal-header button.close {
	position: absolute;
	top: 9px;
	right: 15px;
}

.well {
    border: 1px solid #f5f5f5;
    position: relative;
    border-radius: 0;
}
.well a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
}
.well-small a.close {
    position: absolute;
    right: 0px;
    top: 0px;
}

/*--------------------------- Form CSS ---------------------------*/

div.control-group {
	margin-bottom: 13px !important;
}

.input-micro {
	width: 30px;
}

.form-control {
    border-radius: 0;
    font-style: italic;
}

.input-group-addon {
    border-radius: 0;
    font-style: italic;
}

/*--------------------------- Table CSS ---------------------------*/
table.table-condensed tr td {
	vertical-align: middle;
}

table input, table select {
	margin-bottom: 0px;
}
/*--------------------------- Button Tool CSS ---------------------------*/
.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div.btn-group {
	margin-left: 7px;
}
div.btn-group > .btn-group {
	margin-right: 0px !important;
}
/*--------------------------- Cardstack CSS ---------------------------*/
div.cardstack div.tab-content div.tab-pane {
	padding: 0px;
	margin-bottom: 10px;
}
div.cardstack div.tab-content form {
	margin: 0px;
}

/*--------------------------- Accordian CSS ---------------------------*/
.accordion .accordion-body label {
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
}

.accordion .accordion-heading img {
	margin-top: 5px;
}

.accordion .accordion-body div.info-tile-row {
	margin-bottom: 5px;
}

/** Google Maps *//
#map_canvas {
	margin-bottom: 10px;
}
#map_canvas img {
	max-width: none;
}

/*--------------------------- Call out CSS ---------------------------*/

.callout {
	padding: 15px 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	position: relative;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 0px;
}

.callout > a.close {
	position: absolute;
	top: 2px;
	right: 6px;
}

.callout p:last-child, .callout ul:last-child {
	margin-bottom: 0;
}

.form-group .callout {
	margin: 0px;
	padding: 6px 12px;
	font-size: 14px;
	height: 34px;
}
.form-group .form-group .callout h4 {
	display: none;
}

.callout-error {
	border-left-color: #d43f3a;
}
.callout-error h4, .form-group .callout-error {
	color: #d43f3a;
}

.callout-alert {
	border-left-color: #eea236;
}
.callout-alert h4, .form-group .callout-alert {
	color: #eea236;
}

.callout-info {
	border-left-color: #46b8da;
}
.callout-info h4, .form-group .callout-info {
	color: #46b8da;
}

.callout-success {
	border-left-color: #4cae4c;
}
.callout-success h4, .form-group .callout-success {
	color: #4cae4c;
}

.callout-mute {
	border-left-color: #7A7A7A;
}
.callout-mute h4, .form-group .callout-mute {
	color: #7A7A7A;
}

.callout-dark {
	border-left-color: #333333;
}
.callout-dark h4, .form-group .callout-dark {
	color: #333333;
}
