body {
	padding-top: 10px;
}
.site-footer {
	background-color:#EEE;
	border-top:1px solid #CCCCCC;
	margin-top:3em;
	padding:2em 10px;
}
.heading-filter {
	max-width: 150px;
}
.table-small {
	width:auto;
}
.search-coordinates-map, .static-google-map, .google-map {
	border:1px solid #CCCCCC;
	height:500px;
	width:100%;
}
.dashboard-google-map {
	height:100%;
	width:100%;
}
.select-heading {
	max-width:150px;
}
.search-companies-area {
	border:1px solid #CCCCCC;
	margin-bottom:1em;
	padding:1em;
}
.icon-bar {
	background-color:black;
}
.suggestions-box {
	position:absolute;
	z-index:999999999;
	
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    width: 300px;
	/*padding:0;
	margin:0;
	list-style:none;*/
}
.suggestions-box a {
	overflow:auto;
}
.suggestions-box li {
	/*border-bottom:1px solid rgba(0, 0, 0, 0.2);
	padding:.5em 1em;*/
}
.suggestions-box li:hover {
	
}
.boxed-fieldset > legend {
	margin-bottom:0;
}
.fieldset-content {
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:20px 10px 10px;
	margin-bottom:20px;
}
.calendar-table td {
	/*position:relative;*/
}
.calendar-table button {

}

.calendar-event {
	border:1px dashed black;
	padding:.5em;
	margin-bottom:.5em;
}
.progress-tracker {
	font-size:18pt;
}

@media (min-width: 768px) {
	.boxed-col {
		border:2px solid black;
		padding:.5em 1em;
	}
	.home-fixed-box .boxed-col {
		height:231px;
	}
	.home-fixed-box-register .boxed-col {
		height:261px;
	}
	.boxed-col h3 {
		margin-top:0;
		margin-bottom:15px;
	}
}
.product-questionnaire label {
	font-weight: normal;
}

.tabbed-content {
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding: 20px 10px 15px;
	margin-bottom:20px;
}

.blocked-row {
	color:purple;
}
.success-row {
	color:#3C763D;
}
.warning-row {
	color:#E19200;
}
.danger-row {
	color:#A94442;
}
.unstyled-col {
	color:black;
}
.checkbox-inline label, .radio-inline label {
	font-weight: normal;
}

.filter-column {
	max-width: 150px;
}

.date-management .booked {
	background: #5CB85C !important;
}
.date-management .available {
	background: #FFFFFF !important;
}
.date-management .on_hold {
	background: #00A2ED !important;
}
.date-management .blocked {
	background: #800080 !important;
}
.boxed-content {
	border:1px solid #AAAAAA;
}
.dashboard .dashboard-summary {
	margin-bottom:20px;
	padding: 10px;
	height:120px;
	overflow: auto;
}
.dashboard .dashboard-summary h3 {
	margin-top:0;
}
.dashboard .dashboard-activity {
	height:500px;
	overflow: auto;
}
.dashboard .dashboard-map {
	height:640px;
}
.dashboard-item-list {
	padding:10px;
}
.dashboard-item-list h3 {
	margin:0 0 10px;
	font-size:12pt;
	font-weight: bold;
}
.dashboard-item-list ul {
	list-style: none;
	padding-left:20px;
}
.all-current-and-future {
	margin-left:20px;
	margin-top:4px;
	color:#888;
}
.dashboard-item-list small {
	color:#777;
}
.modal-huge {
	width:80%;
}