/* BODY */
#sarbacane_desktop_configuration {
	width: 70%;
	background-color: #404040;
	color: white;
	float: left;
}

.sarbacane_desktop_configuration_title {
	font-size: 26px;
}

.sarbacane_desktop_configuration_panel {
	padding: 0px 40px 5px 40px;
}

#sarbacane_desktop_help {
	height: 100%;
	width: 15%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}

.sarbacane_desktop_configuration_label {
	text-transform: uppercase;
	display: block;
	margin: 5px;
	clear: both;
}

.sarbacane_desktop_configuration_input {
	cursor: auto;
	color: black !important;
	width: 98%;
	height: 35px;
	background-color: #dff0d8 !important;
	border: 1px solid #5aab13 !important;
	padding: 0px 8px;
	border-radius: 0px !important;
	box-sizing: content-box !important;
	box-shadow: none !important;
}

.sarbacane_desktop_help_title {
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.sarbacane_desktop_help_subtitle {
	font-weight: bold;
	margin-top: 10px;
	font-size: 1em;
	line-height: normal;
}

#sarbacane_desktop_configuration_footer {
	background-color: #363636;
	height: 60px;
	color: white;
	padding: 10px;
}

.sarbacane_desktop_connection_ok {
	color: #20bb20;
}

.sarbacane_desktop_connection_nok {
	color: #dd2020;
}
