﻿.test-mode {
	position: relative;
	padding: 5px 0;
	color: #fff;
	font-size: 16px;
	background: #b00;
	z-index: 9999;
}

.login-page, .register-page {
	background: #364C61;
}

.table td .box {
	margin-bottom: 0px;
	margin: -2px;
	padding: 0px;
}

.table td .box-header {
	padding: 2px 2px 2px 6px;
}

	.table td .box-header > .fa, .table td .box-header > .glyphicon, .table td .box-header > .ion, .table td .box-header .box-title {
		font-size: 14px;
	}

	.table td .box-header > .box-tools {
		top: -2px;
	}

.text-danger {
	color: red;
}
.text-warning {
	color: #f0ad4e
}
.settings .row {
	margin-bottom: 20px;
}

.line-legend li {
	list-style: none;
	float: left;
	margin-right: 20px;
}

.line-legend span {
	display: block;
	float: left;
	width: 1.3em;
	height: 1.3em;
	border: 1px solid #aaa; /* Comment out if you don't want to show the fillColor */
	border-radius: 0.5em; /* Comment out if you prefer squarish samples */
	margin-right: 0.5em;
}

@media (max-width:767px) {
	.dashboard-stats .small-box h3 {
		font-size: 26px;
	}
}

#modalAddRange .bootstrap-timepicker-widget {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}

	#modalAddRange .bootstrap-timepicker-widget > table {
		max-width: 250px;
		width: 100%;
	}

.well.emailcontent {
	overflow: auto;
}

.container__predefined-ranges > button {
	color: white;
	border-radius: 3px;
	background-color: #2196f3 !important;
	font-weight: 600
}

	.container__predefined-ranges > button:hover {
		border-radius: 3px;
		color: white
	}

.container__predefined-ranges {
	padding: 3px
}

.inactive-label {
	opacity: .2;
}

.report-div {
	margin-bottom: 15px;
}

	.report-div span {
		padding: 5px 5px;
	}

section.content {
	padding-top: 10px
}

li.search {
	margin-left: -5px !important;
}

	li.search * {
		border-radius: 0 !important;
	}

li.menu-item-header {
	margin-left: -5px !important;
	padding: 6px 20px;
	color: #b8c7ce;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	background: #222d32;
}

.no-results {
	font-size: 16px;
}

