html,body {
	height: 100%;
}

body {
	font-family: "Open Sans";
	cursor: default;
}

a {
	color: #419b24;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: Black;
}

p {
	margin-bottom: 20px;
}

.nav {
	float: left;
	width: 240px;
	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;
	font-weight: bold;
	color: #555;
	outline: 0;
	text-decoration: none;
}
.nav a:hover,
.nav a.active {
	color: Black;
}
.nav i.fa {
	margin-right: 10px;
}
.nav-top {
	border-bottom: solid 1px #e0e0e0;
	padding: 20px;
	font-size: 12pt;
}
.nav-top img {
	margin-top: -2px;
	margin-right: 7px;
}
.nav-middle {
	padding: 10px 0;
}
.nav-bottom {
	border-top: solid 1px #e0e0e0;
	padding: 20px;
}

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

.main {
	height: 100%;
	overflow: auto;
	background: #f9f9f9;
}

.header {
	background: #419b24;
	color: White;
	padding: 20px 0 0px 60px;
	border-bottom: solid 1px #e0e0e0;
}
.header h1 {
	font-size: 3.4em;
	padding-bottom: 40px;
}
.header .tabs {
	margin: 0;
	margin-top: -20px;
	margin-left: -30px;
	padding: 0;
	list-style: none;
}
.header .tabs li {
	float: left;
	margin: 0;
}
.header .tabs a {
	display: block;
	padding: 10px 30px;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
	border-bottom: solid 2px transparent;
}
.header .tabs li:hover a {
	color: White;
}
.header .tabs a.active {
	border-bottom: solid 2px rgba(255,255,255,1);
	color: White;
}

.page {
	padding: 0 60px 100px 60px;
	font-size: medium;
}
.page .container {
	margin: 0;
}

.list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: medium;
}
.list li {
	padding: 15px;
	border-bottom: solid 1px #ccc;
}
.list li .fa {
	margin-right: 8px;
}
.list li:first-child {
	border-top: solid 1px #ccc;
}

.status {
	list-style: none;
	margin: 0;
	padding: 0;
}
.status li {
	color: White;
	margin: 20px 0;
	padding: 12px 20px;
}
.status li.ok {
	background: #419b24;
}
.status li.warning {
	background: #dab053;
}
.status li.error {
	background: #da695d;
}

.ok {
	color: #419b24;
	font-weight: bold;
}
.warning {
	color: #dab053;
	font-weight: bold;
}
.error {
	color: #da695d;
	font-weight: bold;
}

.table tr {
	border: solid 1px #ccc;
	border-left: 0;
	border-right: 0;
}
.table thead>tr>th {
	padding: 15px;
}
.table tbody>tr>td {
	padding: 15px;
}

h1 {
	padding: 0px;
	margin: 10px 0;
}
h2 {
	margin-top: 60px;
	margin-bottom: 20px;
}

.section {
}

.checkbox {
	padding: 10px 30px;
}
.radio {
	padding: 5px 30px;
}

.card {
	padding:40px;
	box-shadow:0 1px 2px #aaa;
	background:white;
	border-radius:3px;
	margin: 10px;
}

.count {
	font-size: 60pt;
}

.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.small{
	padding: 4px;
	min-width: 80px;
}
.button:hover {
	background: #fcfcfc;
}
.button:active {
	background: #eee;
}
.buttons {
	margin-top: 50px;
}
.buttons .button {
	margin-right: 10px;
}

.divider {
	border-bottom: solid 1px #ccc;
	margin: 20px 0;
}

#log-output {
	margin-top: 60px;
	margin-bottom: -35px;
	padding: 12px;
}
#log-output pre {
	min-height: 300px;
}

#log-output .pause {
	padding: 6px;
}

#log-output .form-group {
	margin-right: 10px;
}

.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;
}

.form-extra {
	margin-top: 8px;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

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 */
}
.remotes abbr {
	border-bottom: none;
}
.remotes-name {

}
.remotes-desc {
	margin-top: 3px;
	font-size: 0.9em;
}

.update {
	background: #F1F2BF;
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	vertical-align: middle;
}
.update a {
	color: #444;
	vertical-align: middle;
	margin-top: 10px;
	text-decoration: underline;
}
.update table {
	width: 100%;
}

.log {
	font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	padding: 10px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin-top: 20px;
	font-size: 10pt;
}

#log-output label { margin-right: 10px; }
#log-lines { width: 100px !important; }
#log-filter { width: 200px !important; }
#log-level { width: 150px !important; }

.log-date { color: #aaa; }
.log-time { color: #aaa; }

.log-msg {}
.log-msg-fatal	{ color: red}
.log-msg-critical{ color: red }
.log-msg-error	{ color: red }
.log-msg-warning{ color: #D4B055}
.log-msg-notice	{ color: #444}
.log-msg-info	{ color: #444}
.log-msg-debug	{ color: #888}
.log-msg-trace	{ color: #888}

/* dark
.log-msg-fatal	{ color: #550000}
.log-msg-critical{ color: #190B2B}
.log-msg-error	{ color: #003333}
.log-msg-warning{ color: #5B5C0B}
.log-msg-notice	{ color: #0E0F3A}
.log-msg-info		{ color: #004400}
.log-msg-debug	{ color: #8E3663}
.log-msg-trace	{ color: #552600}
*/

.dragdrop{
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.33);
	z-index: 10; /* keep on top of other elements on the page */
	width: 100%;
	height: 100%;
	display: table;
}
.dragdrop-inner {
	display: table-cell;
	vertical-align: middle;
}
.dragdrop-content {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding: 10px 20px;

	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dragdrop-content .button{
	background: #EEE;
}
.dragdrop-content p.droparea {
	margin-top: 60px;
	margin-bottom: 60px;
}
