body {
	margin-top: 50px;
	margin-bottom: 50px;
}
body.modal-open,.navbar-fixed-top{  margin-right: 0px !important;}
.container {
	max-width: 1200px !important;
}

/* spacing */
.margin-small {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-medium {
	margin-top: 40px;
	margin-bottom: 40px;
}
.margin-large {
	margin-top: 80px;
	margin-bottom: 80px;
}
.margin-bottom-small {
	margin-bottom: 20px;
}.margin-bottom-medium {
	 margin-bottom: 40px;
 }
.margin-bottom-large {
	margin-bottom: 80px;
}
.margin-center {
	margin: 0 auto;
}

.highlight {
	color: #d80c17;
}

/* main */
main {
	color: #c5c5c7;
	padding: 100px;
}
@media (max-width: 991px) {
	main {
		padding: 20px;
	}
}

/* footer */
footer#site-footer {
	margin: 20px 0;
	color: #c5c5c7;
}

/* Alerts */
.alert {
	border-radius: 0;
}

.pointer
{
	cursor:pointer;
	color:steelblue;
}
#ajax-loader
{
	background-color: gray;
	padding: 5px;
	font-style:italic;
	display:none;
}

/* Wells */
.well {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.activation-settings .well{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/* Nav Bar */
.navbar-brand {
	padding: 5px;
}
.navbar-logo {
	height: 40px;
}

/* filter row */
.tablesorter-filter-row td {
	background: #eee;
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-filter-row.hideme .tablesorter-filter {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
	width: 95%;
	height: inherit;
	margin: 4px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}

.toggle {
	cursor:pointer
}

#map-canvas {
	color: #000;
}

.todo-percent{
	width: 48px;
	height: 48px;
	background-color: #333;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
}

.icon-placeholder .glyphicon{
	font-size: 100px;
}
.panel .metric{
	margin-bottom: 5px;
	font-size: 42px;
	padding: 0px;
	line-height: 42px;
}
.user .glyphicon, .vehicle .glyphicon{
	font-size: 80px;
}

.tooltip-inner ul,
.tooltip-inner ul li {
	margin: 0;
	padding: 0;
}
.margin-top-small{margin-top:20px;}