.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 h4 {
	margin-bottom: 7px;
}

address span.label {
	min-width: 75px;
	text-align: center;
}
/*--------------------------- 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 {
	position: relative;
}
.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;
}

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

table input, table select {
	margin-bottom: 0px;
}
/*--------------------------- Button Tool CSS ---------------------------*/
button span.caret {
	/*vertical-align: text-top;*/
}

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;
	}
