body {
  padding-top: 50px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

div.traffic-light {
	padding: 10px;
	border-radius: 15px;
	text-align: center;
}

div.green {
	background-color: green;
}

div.yellow {
	background-color: yellow;
}

div.red {
	background-color: red;
}

table.mobile-detailed {
	border: 1px solid #ddd;
	margin-top: 10px;
}

table.mobile-detailed tbody tr td,
table.mobile-detailed tbody tr th {
	border: none;
	font-size: 12px;
}

table.mobile-detailed tbody tr.table-head td {
	/*border-top: 1px solid #ddd;*/
}

table.mobile-detailed tbody tr.table-head td h2 {
	font-weight: bold;
	font-size: 19px;
}

table.mobile-detailed tbody tr.sub-table th {
	border-top: 1px dashed #ddd;
}

table.mobile-detailed.hightlight {
	background-color: #f2f2f2;
}

/*.mobile-stats {*/
	/*display: none;*/
/*}*/

.month-stat {
	font-size: 12px;
	margin-top: 20px;
}

.nav-tabs.months {
	background: #ffffff;
}

.nav-tabs.months > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.nav-tabs.months > li.active > a {
	background: #ddd;
}

.month-stat td,
.month-stat th {
	border: 1px solid #dddddd;
}

.month-stat .show-col {
	display: table-cell;
}

.month-stat .hide-col {
	display: none;
}

th.manufacturer-col {
	font-size: 10px;
}

.col-visibility {
	min-width: 26px;
	height: 26px;
	float: right;
	margin: 10px 0 10px 10px;
}

.col-visibility:after {
	content: '';
	display: table;
	clear: both;
}

.month-stat thead th {
	border: 1px solid #dddddd !important;
	background: white;
}

.month-stat .totals td {
	font-weight: bold;
}

.month-stat .green {
	color: #385724;
}

.month-stat .red {
	color: #ff0000;
}

.month-stat .delimeter td {
	border-left: none;
	border-right: none;
	padding: 0;
	line-height: 5px;
}

@media (min-width: 1200px) {
	.evaluation-page {
		width: 90%;
	}
}

@media (max-width: 600px) {
	.login-title,
	.sales-title {
		display: none;
	}

	.login-form {
		margin-top: 10px;
		overflow: hidden;
	}

	.login-form .email-field {
		float: left;
		width: 48%;
	}

	.login-form .pass-field {
		float: right;
		width: 48%;
	}

	.nav-tabs.months a:focus,
	.nav-tabs.months a:hover {
		text-decoration: none;
	}

	.evaluation-page h1 {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}

.nav-tabs.months.slick-slider {
	border: none;
}

.nav-tabs.months.slick-slider .slick-list {
	margin-left: 25px;
	margin-right: 25px;
}

.nav-tabs.months.slick-slider .slick-prev {
	left: 0;
}
.nav-tabs.months.slick-slider .slick-next {
	right: 0;
}

.nav-tabs.months.slick-initialized .slick-slide {
	text-align: center;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a:focus {
	outline: none;
}