@charset "utf-8";

.wrapper	{
	display: flex;
	width: 100%;
	align-items: stretch;
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.brand {
	width: 200px;
}

#btn-debug {	
	position: absolute;
}

#console-debug {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 30%;
	height: 700px;
	overflow-y: scroll;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px #CCCCCC;
}

.progress-label {
	margin-top: 8px;
	margin-bottom: 4px;
}

.bg-watch {
	background-color:#f3d82e !important
}

.bg-fail {
	background-color:#bd33a4 !important;
}

.bg-caution {
	color: #ff8f00 !important;
}

a.bg-watch:hover,
a.bg-watch:focus,
button.bg-watch:hover,
button.bg-watch:focus{
	background-color:#f3c52e !important;
}

.table-fail {
	background-color:#e8daef  !important;
}

.table-watch {
	background-color:#fcf3cf !important;
}

.text-watch {
	color:#f3d82e !important;
}

.text-fail {
	color:#bd33a4 !important;
}

.text-caution {
	color: #ff8f00 !important;
}

#sidemenu {
	min-width: 200px;
	max-width: 200px;
	min-height: 100vh;
}

#sidemenu.active {
	margin-left: -200px;
}

@media (max-width: 768px) {
	#sidemenu {
		margin-left: -200px;
	}
	#sidemenu.active {
		margin-left: 0;
	}
}

/*#footer {
	position: absolute;
	width: 100%;
	height: 60px;
}*/

#footer p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 9pt;
	text-align: center;
}

.splitCell-head {
	border-right: thin solid white;
}

.splitCell-content {
	border-right: thin solid black;
}


