@font-face {
	font-family: "robotolight";
	font-style: normal;
	font-weight: normal;
	src: url("Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("Roboto-Light-webfont.woff") format("woff"), url("Roboto-Light-webfont.ttf") format("truetype"), url("Roboto-Light-webfont.svg#robotolight") format("svg");
}

@font-face {
	font-family: "robotomedium";
	font-style: normal;
	font-weight: normal;
	src: url("Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("Roboto-Medium-webfont.woff") format("woff"), url("Roboto-Medium-webfont.ttf") format("truetype"), url("Roboto-Medium-webfont.svg#robotomedium") format("svg");
}

@font-face {
	font-family: "robotobold";
	font-style: normal;
	font-weight: normal;
	src: url("Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("Roboto-Bold-webfont.woff") format("woff"), url("Roboto-Bold-webfont.ttf") format("truetype"), url("Roboto-Bold-webfont.svg#robotobold") format("svg");
}

@font-face {
	font-family: "robotoblack";
	font-style: normal;
	font-weight: normal;
	src: url("Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("Roboto-Black-webfont.woff") format("woff"), url("Roboto-Black-webfont.ttf") format("truetype"), url("Roboto-Black-webfont.svg#robotoblack") format("svg");
}

@font-face {
	font-family: "roboto_condensedlight";
	font-style: normal;
	font-weight: normal;
	src: url("RobotoCondensed-Light-webfont.eot?#iefix") format("embedded-opentype"), url("RobotoCondensed-Light-webfont.woff") format("woff"), url("RobotoCondensed-Light-webfont.ttf") format("truetype"), url("RobotoCondensed-Light-webfont.svg#roboto_condensedlight") format("svg");
}

@font-face {
	font-family: "roboto_condensedregular";
	font-style: normal;
	font-weight: normal;
	src: url("RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("RobotoCondensed-Regular-webfont.woff") format("woff"), url("RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(OpenSans400.woff2) format('woff2'), url(OpenSans400.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(OpenSans600.woff2) format('woff2'), url(OpenSans600.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(OpenSans700.woff2) format('woff2'), url(OpenSans700.woff) format('woff');
}

a, input, button, select {
	outline: medium none !important;
}

html,
body {
	font-family: "Open Sans";
	height: 100%;
	background: url("/img/grain.png") repeat scroll 0 0 #eaeff2;
}

.btn {
	font-weight: normal;
}

.form-control-static .form-horizontal .radio, .form-control-static .form-horizontal .checkbox {
	min-height: auto;
}

.section-search .btn-group, .section-actions .btn-group {
	margin-top: 15px;
}

.section-search .btn-group .btn-title {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	letter-spacing: -0.0125rem;
	font-weight: 600;
	text-transform: uppercase;
}

.wrap {
	min-height: 100%;
	height: auto;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

a {
	color: #537B94;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.navbar-brand {
	color: white;
    font-weight: bold;
    padding: 14px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

#side-buttons ul {
	padding-left: 0;
	list-style: none;
}

#side-buttons {
	margin-bottom: 20px;
}

#side-menu .list-group {
	border: 1px solid #ccc;
}

#side-menu .list-group-item {
	padding: 0;
	border: 0 none;
	background-color: transparent;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#side-menu .list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top: 0 none;
}

#side-menu .list-group-item:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom: 0 none;
}

#side-menu .btn {
	font-family: "robotolight";
	border-radius: 0;
	border: 0 none;
	background-color: transparent;
	margin: 0;
}

#side-menu .btn:active, #side-menu .btn:hover, #side-menu .btn-group.open .dropdown-toggle {
	box-shadow: none;
	background-color: #f5f5f5;
}

#side-menu .btn.active {
	box-shadow: none;
	background-color: white;
	font-weight: bold;
	color: black;
}

#side-menu .list-group-item > .btn-group > .btn.active {
	border-left: 2px solid #d26911;
}

#side-menu .list-group-item > .btn-group {
	width: 100%;
}

#side-menu .list-group-item > .btn-group > .btn {
	text-align: left;
	border-left: 2px solid transparent;
	width: 100%;
	padding: 6px 12px 6px 6px;
	font-family: "Open Sans";
	font-weight: 600;
	text-transform: uppercase;
}

#side-menu .list-group-item > .btn-group > .btn i {
	color: black;
}

#side-menu .list-group-item > .btn-group > .btn .badge {
	margin: 7px;
	position: absolute;
	right: 32px;
}

#side-menu .list-group-item > .btn-group > .btn-group {
	position: absolute;
	right: 0;
}

#side-menu ul {
	background-color: #fafafb;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#side-menu .fa {
	font-size: 14px;
}

#side-menu .dropdown-menu {
	left: auto;
	right: -1px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.wrap > .container-guest {
	padding: 15px;
}

@media (min-width: 768px) {
	.wrap > .container-guest {
		padding: 70px 15px 20px;
	}
	
	.col-sm-4.col-menu {
		width: 234px;
	}

	.col-sm-8.col-content {
		width: 516px;
	}
}

@media (min-width: 992px) {
	.col-md-9.col-content {
		width: 736px;
	}

	.list-group-item > .btn-group > .btn {
		width: 171px;
	}

	#side-menu .dropdown-menu {
		left: 0;
		right: auto;
	}
}

@media (min-width: 1200px) {
	.col-md-9.col-content {
		width: 936px;
	}
}

@media print {
	.col-menu {
		display: none;
	}

	.col-md-9.col-sm-8.col-content {
		width: 100%;
	}
}

.col {
	float: left;
}

.col-xxs {
	width: 40px;
}

.col-xs {
	width: 80px;
}

.col-sm {
	width: 120px;
}

.col-md {
	width: 180px;
}

.col-lg {
	width: 260px;
}

.col-main {
	width: 100%;
}

.col-menu ul {
	padding: 0;
	list-style: none;
}

.nav.nav-tabs li.main {
	font-weight: bold;
}

.labels {
	bottom: 1px;
	display: inline-block;
	position: relative;
}

.label {
	font-size: 90%;
	padding: 0.2em 0.6em;
	text-transform: uppercase;
}

.label-sm {
	font-size: 66%;
	padding: 0.2em 0.6em 0.1em;
}

.help-block {
	margin: 0;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	z-index: auto;
}

.form-horizontal {
	padding-top: 15px;
}

.form-horizontal .control-label {
	margin-bottom: 6px;
}

.form-group {
	margin-bottom: 5px;
}

.grid-view {
	padding-top: 15px;
}

.box {
	margin: 0 0 30px;
}

.box .inside {
	padding: 15px;
}

.box-default {
	border-color: #bbb;
	color: #444;
}

.box.box-alert {
	background-color: #fff;
	margin: 0 0 15px;
}

.tab-content {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 15px 15px;
}

.box-xs {
	height: 96px;
}

.box-sm {
	height: 159px;
}

.box-md {
	height: 222px;
}

.box-lg {
	height: 348px;
}

.form-group-lg .form-control-static {
	font-size: 18px;
	line-height: 1.42857;
	padding: 10px 0 0 0;
	margin-bottom: 7px;
	height: auto;
}

.form-horizontal .form-group-lg .control-label {
	padding-top: 10px;
}

.row-title .col-main {
	padding-left: 15px;
}

.navbar-nav > li > a {
	font-weight: bold;
}

.row-policy {
	font-size: 12px;
	color: #666;
	margin-top: 15px;
}

.row-group {
	margin-top: 15px;
}

.row-help {
	color: #666;
}

.box .section {
	padding: 0 15px;
	display: block;
}

.box a.section:hover {
	text-decoration: none;
}

.box .section h1, .box .section h2, .box .section h3 {
	font-family: "Open Sans";
}

.box .section.section-last {
	border-bottom: 0 none;
	padding-bottom: 15px;
}

.box h1 {
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.box h1 small {
	font-size: 30px;
	font-weight: 300;
	color: inherit;
	text-transform: uppercase;
}

.box h2 {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.box h2 small {
	color: inherit;
}

.box h3 {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.box h3 small {
	font-size: 75%;
	color: inherit;
}

.box h4 {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 0;
	border-bottom: 0 none;
}

.progress {
	border-radius: 0;
	margin-bottom: 6px;
	height: 10px;
}

.progress-bar {
	box-shadow: none;
}

.hours_daily {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	list-style-type: none;
}

.hours_daily li {
	width: 12px;
	margin-right: 1px;
	background-color: orange;
	display: inline-block;
	position: relative;
	border-bottom: 2px solid #666;
}

.nav-tabs > li.pull-right > a {
	margin-right: 0;
	margin-left: 2px;
}

h1, .h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 30px;
}

.box h1, .box .h1, .h2, h2, .h3, h3, .h4, h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2, .h2 {
	font-weight: bold;
}

h3, .h3 {
	border-bottom: 1px solid #aaa;
	padding-bottom: 8px;
}

h4, .h4 {
	border-bottom: 1px solid #aaa;
	padding-bottom: 4px;
}

.section-222 {
	background-color: #222;
	color: white;
}

.section-222 small {
	color: white;
}

.section-444 {
	background-color: #444;
	color: white;
}

.section-444 small {
	color: white;
}

.section-666 {
	background-color: #666;
	color: white;
}

.section-666 small {
	color: white;
}

.section-888 {
	background-color: #888;
	color: white;
}

a.section-888:hover {
	background-color: #666;
	color: white;
}

.section-888 small {
	color: white;
}

.section-AAA {
	background-color: #aaa;
	color: white;
}

a.section-AAA:hover {
	background-color: #888;
	color: white;
}

.section-AAA small {
	color: white;
}

.section-CCC {
	background-color: #ccc;
	color: white;
}

.section-CCC small {
	color: white;
}

.section-EEE {
	background-color: #eee;
	color: #222;
}

a.section-EEE:hover {
	background-color: #ccc;
	color: #222;
}

.section-EEE small {
	color: #222;
}

.section-FFF {
	background-color: #fff;
	color: #222;
}

a.section-FFF:hover {
	background-color: #ddd;
	color: #222;
}

.section-FFF small {
	color: #222;
}

.section-t40 {
	opacity: 0.4;
}

.chart {
	margin-bottom: 10px;
}

span.id a {
	color: #aaa;
}

.col-hour, .col-minute {
	width: 90px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.logs {
	font-size: 11px;
	line-height: 6px;
	text-align: right;
}

.navbar .btn {
	margin-top: 8px;
}

.bs-callout-info h4 {
	font-weight: 600;
}

.tab-content .nav-tabs {
	padding-top: 15px;
}

.form-control-static-button {
	padding: 0;
}

.form-control-static-button .btn {
	margin-top: 0;
}

.labels-top {
	padding-bottom: 8px;
}

.navbar-inverse {
	background-color: #2e6da4;
	border-color: #1C4363;
	background: url("../img/noise-1.png") repeat scroll 0 0%, -moz-linear-gradient(center top , #517fa4, #306088) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 1px 0 rgba(111, 151, 182, 0.5) inset, 0 -1px 0 rgba(111, 151, 182, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-text {
	color: white;
}

.box h3 {
	border-bottom: 0 none;
	padding-bottom: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border-color: #666;
}

ul.image {
	padding-left: 0;
}

ul.image li {
	list-style: none;
	padding-left: 30px;
	background-position: 0 -2px;
	background-repeat: no-repeat;
}

ul.image li.on {
	background-image: url('/img/on.png');
}

ul.image li.off {
	background-image: url('/img/off.png');
}

.header {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.box .label-sm {
	vertical-align: 2px;
}

.box .section-alert {
	padding: 0;
	background-color: white;
}

.box a.section-alert:hover {
	background-color: #ddd;
	text-decoration: none;
}

.box .section-alert .table {
	display: table;
	width: 100%;
}

.box .section-alert .table-cell.primary, .box .section-alert .table-cell.success, .box .section-alert .table-cell.info, .box .section-alert .table-cell.warning, .box .section-alert .table-cell.danger {
	display: table-cell;
	width: 50px;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	color: white;
	background-color: #888;
}

.box .section-alert .table-cell.primary {
	background-color: #337ab7;
}

.box .section-alert .table-cell.success {
	background-color: #5cb85c;
}

.box .section-alert .table-cell.info {
	background-color: #5bc0de;
}

.box .section-alert .table-cell.warning {
	background-color: #f0ad4e;
}

.box .section-alert .table-cell.danger {
	background-color: #d9534f;
}

.box .section-alert .table-cell.message {
	width: auto;
	padding: 0 15px;
}

strong, strong a {
	font-size: 14px;
	font-family: "Open Sans";
	letter-spacing: -0.0125rem;
	font-weight: 600;
}

small strong, small strong a {
	font-size: 11.9px;
}

.logs strong, .logs strong a {
	font-size: 11px;
	font-family: "robotolight";
	letter-spacing: unset;
}

.section.section-subsearch {
	margin-top: 15px;
}

.section.section-subsearch a {
	padding: 0 10px;
	border-right: 1px solid #444;
	float: left;
	font-family: "Open Sans";
	font-size: 14px;
	text-transform: uppercase;
}

.section.section-subsearch a:first-child {
	padding-left: 0;
}

.section.section-subsearch a:last-child {
	padding-right: 0;
	border-right: 0 none;
	float: none;
}

.section.section-subsearch .active {
	font-weight: bold;
}

.col {
	float: left;
}

small strong a {
	font-family: "robotolight";
	font-size: inherit;
	letter-spacing: normal;
}

.section.section-subactions a {
	display: inline-block;
	font-size: 13px;
	margin-right: 14px;
	margin-top: 12px;
	text-transform: uppercase;
}

.section.section-header h1 a.active {
	font-weight: bold;
	opacity: 1;
}

.section.section-header h1 a {
	font-size: 28px;
	font-weight: normal;
	opacity: 0.5;
	text-transform: uppercase;
	margin-left: 20px;
}

.section.section-header h1 a:hover {
	text-decoration: none;
	opacity: 1;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.btn-group > .btn:last-child:not(.btn:first-child), .btn-group > .dropdown-toggle:not(.btn:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-xxs, .btn-group-xxs > .btn {
	border-radius: 3px;
	font-size: 10px;
	line-height: 1;
	padding: 2px 3px;
	text-transform: uppercase;
}

.btn-master.disabled, .btn-master[disabled], fieldset[disabled] .btn-master, .btn-master.disabled:hover, .btn-master[disabled]:hover, fieldset[disabled] .btn-master:hover, .btn-master.disabled:focus, .btn-master[disabled]:focus, fieldset[disabled] .btn-master:focus, .btn-master.disabled.focus, .btn-master.focus[disabled], fieldset[disabled] .btn-master.focus, .btn-master.disabled:active, .btn-master[disabled]:active, fieldset[disabled] .btn-master:active, .btn-master.disabled.active, .btn-master.active[disabled], fieldset[disabled] .btn-master.active {
	background-color: #222;
	border-color: #000;
	color: white;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.form-group-lg, .form-group-lg a {
	font-family: "Open Sans";
	font-size: 18px;
}

.normal {
	font-weight: normal;
}

.form-horizontal .form-control-static .radio, .form-horizontal .form-control-static .checkbox, .form-horizontal .form-control-static .radio-inline, .form-horizontal .form-control-static .checkbox-inline {
	padding-top: 0;
}

.label[disabled] {
	opacity: 0.65;
}

.bottom {
	margin-top: 15px;
}

label {
	font-weight: 600;
}

.image-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0;
	height: 34px;
	position: absolute;
	right: 15px;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.image-wrapper.image-advanced {
	height: 110px;
}

.image-padding {
	padding-right: 140px;
}

.sort {
	font-size: 22px;
}

.delete {
	font-size: 22px;
}

.image-sort {
	background-color: white;
	border-color: #ccc;
	border-radius: 0 0 4px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 60px;
}

.image-sort .sort {
	font-size: 22px;
	line-height: 1;
}

textarea.form-control {
	height: 380px;
}

.radio label {
	margin-right: 20px;
}

.radio label, .checkbox label {
	margin-right: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
}

.table > tbody > tr.ui-sortable-helper {
	border: 1px solid #ddd;
}

.table > tbody > tr.ui-sortable-helper > td {
	border-top: 0 none;
}

.ui-sortable-helper td.col-prop, .ui-sortable-helper td.col-delete {
	visibility: hidden;
}

.list-value .list-item {
	border: 1px solid white;
	border-top: 1px solid #ddd;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: white;
}

.list-value .list-item.ui-sortable-helper {
	border: 1px solid #ddd;
}

.alert {
	position: absolute;
	width: 50%;
	bottom: 15px;
	right: 15px;
}