/* Additional CSS things for www.ellitrack.nl
 * (c) Leiderdorp Instruments BV
 */

@CHARSET "ISO-8859-1";

.badge-primary{    background-color: #337ab7;	}
.badge-info {    background-color: #5bc0de;	}
.badge-success {    background-color: #5cb85c;	}
.badge-warning{    background-color: #f0ad4e;	}
.badge-danger {    background-color: #d9534f;	}

/* Make any icon inactive by showing it in grayscale AND 40% opacity */
.icongrayedout {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* Convert to grayscale */
.icongrayscale{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Make fixed navbar really fixed, so that it stays in view all the time */
.navbar-fixed-top {
	position: fixed;
}

/* Form validation errors */
ul.errors {
	color: #b94a48;
	font-weight: bold;
} 

/* Compensate manually for the height of the top navbar, use the exact height, no extra padding */
body {
	padding-top: 41px;
}
@media (max-width: 839px) {
	body {
		padding-top: 51px;
	}
}

/* */
@media (max-width: 839px) {
	.well-graph {
		padding: 0px;
	}
}

/* Big screen: small icon + text, Small screen: big icon only */
@media (max-width: 767px) {
	.tabs-text {
		display: none !important;
	}
	.tabs-icon {
		width: 30px;
		height: 30px;
	}
}
@media (min-width: 768px) {
	.tabs-icon {
		width: 20px;
		height: 20px;
	}
}


/* Less padding left and right to optimize area on small screens */
@media (max-width: 839px) {
	body {
		padding-left: 10px;
		padding-right: 10px;
	}
	/* originally, this was on phone only, but we want it too on tablet*/
	.container-fluid {
		padding: 0;
	}
}

/* Place button in navbar on the left side instead of right*/
.navbar .btn-navbar {
	float: left;
}

/* Fix out-of-screen placement of button */
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -5px;
    margin-left: -5px;
  }
}

/* Plaatje en slogan op de voorpagina iets kleiner maken op mobiel */
@media (max-width: 839px) {
.hero-unit {
	padding: 20px;
	background-position: -200px -60px;
	}
	
}
/* Make page titles smaller, responsive */
@media (max-width: 839px) {
	h3 {
	  font-size: 18px;
	  line-height: initial;
	}
}

/* Keep dt and dd on same line (added for tracker-summery)*/ 
@media (max-width: 767px) {
	.dl-horizontal dt {
      float: left;
	}
}

/* Give trackersummary key names some LESS room to make more room for the actual values
	and some less whitespace in between
*/
.dl-horizontal dt {
  width: 150px;
}
.dl-horizontal dd {
  margin-left: 160px;
}
/* Break long lines (such as multiple emailadresses) anywhere
	(ideally should be broken on @ , . _ etc but that's not straightforward)
*/
 .dl-horizontal dd {
    word-wrap: break-word;
  }

/* Compress wells a bit */
.well {
  margin-bottom: 10px;
}

.filterrow input {
	margin-bottom:0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	min-height: 30px;
 }
 /* inputs in btn-groups */ 
 .btn-group > input {
	margin-bottom: 0px; 
	border-radius: 0 0 0 0;
 }
 .btn-group > .btn + input {
	margin-left: -1px; 
}
.btn-group > input + .btn {
	margin-left: -1px;
}

.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }