/*********/
/* Fonts */
/*********/

.center {
	text-align: center;
}

.color-required {
	color: #dc0a0a;
}

.color-helper {
	color: #999999;
}

.font10 {
	font-size: 10px;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
}

/***********/
/* Margins */
/***********/

.spaceT5 {
	margin-top: 5px;
}

.spaceT10 {
	margin-top: 10px;
}

.spaceT20 {
	margin-top: 20px;
}

.spaceT70 {
	margin-top: 70px;
}

.spaceR10 {
	margin-right: 10px;
}

.spaceR20 {
	margin-right: 20px;
}

.spaceL0 {
	margin-left: 0 !important;
}

.spaceL10 {
	margin-left: 10px;
}

.spaceL20 {
	margin-left: 20px;
}

.spaceB10 {
	margin-bottom: 10px;
}

.spaceB20 {
	margin-bottom: 20px;
}

.innerL10 {
	padding-left: 10px;
}

.innerR10 {
	padding-right: 10px;
}

#main {
	position: relative;
	margin-left: 20px;
	margin-right: 25px;
}

#left-navigation {
	margin-left: 7px;
}

/************/
/* Paddings */
/************/

.innerT20 {
	padding-top: 20px;
}

.innerT70 {
	padding-top: 70px;
}

.innerR20 {
	padding-right: 20px;
}

.innerB20 {
	padding-bottom: 20px;
}

.innerL20 {
	padding-left: 20px;
}

/*************/
/* Container */
/*************/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.containerlogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #241F0C;
	margin: 0;
}

/********************/
/* Container Header */
/********************/

.navbar {
	height: 62px;
}

	.navbar .product-logo {
		float: left;
		width: 48px;
		height: 48px;
		margin: 7px 0 0 7px;
		border-radius: 6px;
		background-color: #50a600;
		text-align: center;
		color: #FFFFFF;
		font-size: 34px;
		line-height: 45px;
	}

	.navbar .navbar-brand {
		float: left;
		min-width: 158px;
		font-size: 22px;
		color: #50a600;
	}

	.navbar ul {
		float: right;
		max-width: 218px;
		font-size: 15px;
		margin: 7px 7px 7px 0;
	}

	.navbar li {
		list-style: none outside none;
		float: left;
		margin-left: 8px;
		padding-left: 8px;
		min-width: 100px;
		text-align: center;
	}

		.navbar li:first-child {
			margin: 0;
			padding: 0;
			border: none;
		}

		.navbar li.username {
			font-weight: bold;
			color: #50a600;
			text-transform: capitalize;
		}

		.navbar li a {
			color: #241F0C;
			text-decoration: none;
		}

			.navbar li a:hover {
				text-decoration: underline;
			}

/************************/
/* Container Navigation */
/************************/

p.logo-divider {
	padding-left: 20px;
	align-content: center;
	color: white;
	font-size: 45px;
}

.navbar-inverse {
	background-color: #50a600 !important;
	border-color: #50a600;
	text-align: center;
}

	.navbar-inverse .navbar-brand {
		color: white;
	}

		.navbar-inverse .navbar-brand:hover,
		.navbar-inverse .navbar-brand:focus {
			color: #ffffff;
			background-color: transparent;
		}

	.navbar-inverse li {
		list-style: none outside none;
		min-width: 130px;
		text-align: center;
		font-size: 20px;
		display:flex;
	}

	.navbar-inverse .company-logo {
		min-width: 250px;
	}

	.navbar-inverse .navbar-nav .nav-link {
		color: white;
		padding-top:12px;
	}

	.navbar-inverse .navbar-nav .nav-link:hover {
		color: white;
	}

	.navbar-inverse .navbar-nav li a:hover {
		text-decoration: underline;
	}

/********/
/* Grid */
/********/

.row {
	margin-left: -10px;
	*zoom: 1;
}

	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.row:after {
		clear: both;
	}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 10px;
}

.span1 {
	width: 70px;
}

.span2 {
	width: 150px;
}

.span3 {
	width: 230px;
}

.span4 {
	width: 310px;
}

.span5 {
	width: 390px;
}

.span6 {
	width: 470px;
}

.span7 {
	width: 550px;
}

.span8 {
	width: 630px;
}

.span9 {
	width: 710px;
}

/**********/
/* Widget */
/**********/

.widget .widget-header {
	height: 20px;
	border: 1px solid #e2e3e3;
	border-radius: 6px 6px 0 0;
	color: #50a600;
	font-size: 13px;
	padding: 6px 12px;
	background-color: #ededed;
}

.widget .widget-content {
	padding: 10px 0;
	border: 1px solid #e2e3e3;
	border-top: none;
	border-radius: 0 0 6px 6px;
	background-color: #f7f7f7;
}

	.widget .widget-content .row [class*="span"]:first-child {
		margin-left: 8px;
	}

	.widget .widget-content .row .controls [class*="span"] {
		margin-left: 0;
	}

.widget .table {
	text-align: left;
	padding: 0 10px;
}

/********/
/* Home */
/********/

.device-image {
	margin-top: 70px;
	font-size: 200px;
	color: #50a600;
	text-align: center;
	line-height: 200px;
	height: 200px;
}

/************************/
/* Left Side Navigation */
/************************/

.nav-side-list .menu {
	margin: 0 0 5px 0;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
}

	.nav-side-list .menu .menu-header {
		background-color: #f7f7f7;
		color: #626469;
		padding: 12px 0 12px 31px;
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
	}

	.nav-side-list .menu .menu-level-2 li a {
		display: block;
		padding: 12px 0 12px 62px;
		margin: 6px;
		color: #626469;
		border-radius: 3px;
		font-weight: bold;
		text-decoration: none;
	}

	.nav-side-list .menu .menu-level-2 li.active a {
		background-color: #626469;
		color: #FFFFFF;
	}

	.nav-side-list .menu .menu-level-2 li .icon-expander-right {
		float: right;
		margin-right: 12px;
		font-size: 14px;
		color: #FFFFFF;
	}

/*********/
/* Forms */
/*********/

select,
input,
textarea {
	background-color: #FFFFFF;
	border: 1px solid #E2E3E3;
	line-height: 24px;
}

	select:focus,
	input:focus,
	textarea:focus {
		border-color: #87d200;
		outline: 0;
		outline: thin dotted \9;
	}

	input[type="radio"],
	input[type="checkbox"] {
		margin: 0 0 4px 0 !important;
		background: none;
		border: none;
	}

form label,
form input[type="text"],
form input[type="password"],
form select,
form option {
	font-size: 12px;
	height: 24px;
	border-radius: 2px;
}

form select {
	height: 26px;
	padding: 2px 6px 2px 2px;
}

	form select.span2 {
		width: 162px;
	}

form input {
	padding: 0 5px;
}

.login form label,
.login form input,
.login form select,
.login form option {
	font-size: 13px;
}

.control-label {
	padding-top: 4px;
}

select[disabled],
input[disabled] {
	color: #A0A0A0;
}

.control-group {
	overflow: hidden;
	margin-top: 10px;
}

form .control-group:first-child {
	margin-top: 0;
}

.help-inline {
	color: #595959;
	font-size: 12px;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}

.controls .help-inline {
	padding-top: 6px;
}

input.error {
	border-color: #dc0a0a;
}

/**********/
/* Widget */
/**********/

.widget .widget-submit-bar,
.widget .widget-reset-bar {
	text-align: right;
	padding: 8px 10px;
	border: 1px solid #e2e3e3;
	border-radius: 6px;
	background-color: #f7f7f7;
}

	.widget .widget-submit-bar .btn,
	.widget .widget-reset-bar .btn {
		font-size: 12px;
	}

		.widget .widget-submit-bar .btn.reboot {
			border-color: #3e7a08;
			color: #FFFFFF;
			text-shadow: none;
		}

/*********/
/* Login */
/*********/

@media (max-width: 767px) {
	.login {
		z-index: 100;
		background-color: #FFFFFF;
		border: 7px solid #e7e7e8;
		border-radius: 20px;
		top: 10%;
	}
}

/* Phone portait */
@media (max-width: 480px) {
	.login {
		z-index: 100;
		background-color: #FFFFFF;
		border: 0px;
		border-radius: 0px;
		top: 0%
	}
}

@media (min-width: 768px) {
	.login {
		z-index: 100;
		margin-top: 50px;
		background-color: #FFFFFF;
		border: 7px solid #e7e7e8;
		border-radius: 20px;
		top: 10%;
		margin-bottom: 50px;
	}
}

.login-background {
	background-color: #f2f2f2;
}

.login-phone {
	background-color: #FFFFFF;
}

.login form {
	margin-top: 20px;
}

.login,
.login select,
.login option,
.login input {
	font-size: 13px;
}

	.login button {
		font-size: 14px;
	}

.section-name {
	text-align: left;
}

.product-name {
	text-align: left;
}

.login .section-header .section-name {
	padding: 28px 28px 0 28px;
	height: 36px;
	font-size: 28px;
	color: #50a600;
	line-height: 20px;
}

.login .section-header .product-name {
	height: 62px;
	line-height: 62px;
	padding: 0 28px;
	background-color: #50a600;
	font-size: 20px;
	color: #FFFFFF;
}

.login .section-content {
	height: 335px;
	padding: 28px 28px 0 28px;
}

	.login .section-content .control-label,
	.login .section-content .controls {
		float: right;
	}

	.login .section-content .control-label {
		margin: 0 10px 0 0;
	}

	.login .section-content textarea,
	.login .section-content input,
	.login .section-content .uneditable-input {
		height: 22px;
		padding: 1px 6px;
		width: 260px;
		border-radius: 2px;
	}

	.login .section-content select {
		height: 26px;
		padding: 2px 6px 2px 2px;
		width: 274px;
		border-radius: 2px;
	}

.login .section-footer {
	padding: 28px;
}

	.login .section-footer .copyright {
		float: left;
		padding: 15px 0;
	}

	.login .section-footer .logo {
		float: right;
		width: 177px;
		height: 53px;
	}

.login-error {
	float: right;
	width: 275px;
}

.login-error-notification {
	border-color: #5fc5ee !important;
}

	.login-error-notification .message {
		font-size: 11px;
		line-height: 13px;
		text-align: left;
		padding-left: 24px;
		background: url("data:image/gif;base64,R0lGODlhEAAPAOcAAP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Zmf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8AZv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZM8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wAAJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZmmWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNmMzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAC4xMjs7LkhFK29jImJZJVVPKPHHA+S9BtezCcqpDL2fD7CVEqOLFZaBGYl3HHxtH//RAP///////////////////////////////////////////////////////////////////////////////////////////yH5BAEKAP8ALAAAAAAQAA8AAAhGAP8JHPgPHTqCCAkaNJgw4cKDDQc+ZBhxIbZuFBtaxLZQo0VuHR1aHPcQ4USOJRU+9DYRYsGWMAW2xIayJMybOG++zMkwIAA7") no-repeat;
		background-position-y: 5px;
	}

.login .icon-human {
	font-size: 200px;
	color: #50a600;
	text-align: center;
	height: 200px;
	line-height: 200px;
	margin-top: 20px;
}

.login .color-helper {
	font-size: 13px;
}

/****************/
/* Notification */
/****************/

.close {
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	color: #333333;
	opacity: 0.2;
}

	.close:hover {
		text-decoration: none;
		cursor: pointer;
		opacity: 0.4;
	}

/*********/
/* Blink */
/*********/

#device-physical-localization .span3 {
	margin-top: 3px;
}

#device-physical-localization .span6 {
	text-align: left;
}

.btn[data-blink="on"] {
	margin: 0;
	border-radius: 5px 0 0 5px;
}

	.btn[data-blink="on"].active {
		color: #FFFFFF;
		background-color: #50a600;
		background-image: none;
	}

.btn[data-blink="off"] {
	margin: 0 0 0 -5px;
	border-radius: 0 5px 5px 0;
}

	.btn[data-blink="off"].active {
		color: #FFFFFF;
		background-color: #dc0a0a;
		background-image: none;
	}

table {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 10px;
	border: 1px solid #cccccc;
}

	table tr {
		border: 1px solid #cccccc;
	}

		table tr.selected {
			background-color: #676c6f;
			color: #FFFFFF;
		}

	table thead tr {
		background-color: #e6e6e8;
		text-transform: uppercase;
		padding: 5px 0;
		border: none;
		font-weight: normal;
	}

	table th,
	table td {
		padding: 5px 8px 5px 8px;
		text-align: left;
	}

		table td.span2,
		table th.span2 {
			float: none;
			width: 150px;
			margin-left: 0;
		}

		table td.span5,
		table th.span5 {
			float: none;
			width: 338px;
			margin-left: 0;
		}
