html, body {
	height: 100%;
}
body {
	font-family: "Open Sans";
	cursor: default;
}
a {
	color: #419b24;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: Black;
}
.nav {
	float: left;
	width: 300px;
	height: 100%;
	overflow: auto;
	border-right: solid 1px #e0e0e0;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav a {
	display: block;
	padding: 15px 20px;
	color: #555;
	outline: 0;
	text-decoration: none;
}
.nav a:hover, .nav a.active {
	color: black;
	background: #ccc;
}
.nav img.fa {
	margin-right: 10px;
}
.nav .nav-icon {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.nav .nav-icon .fa {
	font-size: 18px;
}
.nav .nav-title {
	vertical-align: middle;
}
.nav-top {
	border-bottom: solid 1px #e0e0e0;
	padding: 20px;
	font-size: 12pt;
}
.nav-top img {
	margin-top: -2px;
	margin-right: 7px;
}
.nav-brand {
  padding: 0 !important;
  cursor: pointer;
}
.nav-brand:hover {
	background: #F7F7F7 !important;
}
.nav-brand:active {
	background: #EEE !important;
}

.nav-middle {
	padding: 10px 0;
}
.nav-middle li.active {
	background: #ccc;
}
.nav-middle .overlay {
	opacity: 0.5;
	background: white url('http://www.ajaxload.info/cache/FF/FF/FF/41/9B/24/5-1.gif') no-repeat center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: static;
	/* z-index: -9999; */}

.nav-bottom {
	border-top: solid 1px #e0e0e0;
	padding: 20px;
}

@media (max-width:870px) {
	.nav {
		width: 90px;
	}
	.nav span.nav-title {
		display: none;
	}
	.nav a {
		text-align: center;
	}
	.nav i.fa {
		margin-right: 0;
	}
}

.main {
	height: 100%;
	overflow: auto;
	background: #f9f9f9;
}
.main-content {
	width: 700px;
}
.main-content table {
	width: 100%;
}
.page {
	padding: 00px 60px 100px 60px;
}
.page .container {
	margin: 0;
}
.page-welcome p {
	margin-bottom: 25px;
}
.page-welcome a {
	font-size: 12pt;
	margin-right: 10px;
	margin-bottom: 10px;
}
.page-welcome a .fa {
	width: 20px;
	text-align: center;
}
.page-welcome-buttons {
	margin-left: 20px;
}
h1 {
	padding: 0px;
	margin: 10px 0;
}
h2 {
	margin-top: 60px;
	margin-bottom: 20px;
}
.card {
	padding: 40px;
	box-shadow: 0 1px 2px #aaa;
	background: white;
	border-radius: 3px;
	margin: 10px;
}
.clear {
	clear: both;
}
.button {
	display: inline-block;
	position: relative;
	padding: 8px 16px;
	min-width: 100px;
	border-radius: 2px;
	font-size: 0.9em;
	background-color: #fff;
	color: #646464;
	/*text-transform: uppercase;*/
	cursor: pointer;
	text-align: center;
}
.button.raised {
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.button:hover {
	background: #fcfcfc;
}
.button:active {
	background: #eee;
}
.buttons {
	margin-top: 30px;
}
.buttons .button {
	margin-right: 10px;
}
.divider {
	border-bottom: solid 1px #ccc;
	margin: 20px 0;
}
.tips {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	position: fixed;
	text-align: center;
	display: none;
}
.tip {
	background: #444;
	color: White;
	display: inline-block;
	padding: 8px 16px;
}

input[type="number"] {
	width: 100px;
	padding: 3px;
	margin: 0 10px;
	margin-top: -5px;
	text-align: center;
}
input[type="password"], input[type="text"] {
	padding: 5px;
	max-width: 600px;
	width: 100%;
	border: solid 1px #c6c6c6;
}

.remotes img {
	width: 32px;
	height: 32px;
	margin-top: 5px;
}
.remotes tr td:first-child {
	width: 50px;
}
.remotes tr.disabled {
	color: #ccc;
}
.remotes tr.disabled img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}
.remote-action {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.remote-widget {
	width: 100%;
	padding: 20px 10px;
	font-size: 16pt;
}
.remote-label {

}
.remote-button {

}
.remote-toggle {

}
.remote-button .fa {

}
.remote-button .text {
	font-weight: bolder;
	font-size: 200%;
}
.remote-slider-wrapper {
	padding: 0px 16px;
}
.remote-slider {
	margin: 16px 0px;
	background: #419b24 !important;
	padding: 0px !important;
}
.remote-slider-info {
	position: relative;
	top: -10px;
}
.remote-slider-text {
	display: inline;
	color: gray;
	font-size: 80%;
}
.remote-slider-value-text {
	display: inline;
	color: gray;
	font-size: 80%;
}
.remote-image {
}
.remote-text {
	white-space: pre;
}
.remote-layout table td {
	padding: 5px;
}

.remote-tab-start {
	margin-top: 36px;
}

.color-android {
    color: #A4C739;
}

.color-windows {
    color: #1BA1E2;
}
