@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #ddd;
}

body.login {
	margin-top: 230px;
	font-weight: bold;
	font-size: 16px;
	background: #89b; /* Old browsers */

	background-repeat: no-repeat;
}

button, .btn {
	padding: 0.1em 0.4em;
}

.mainContent, .sideMenu, .topMenu, .bottom {
	position: absolute;
	box-sizing: content-box;
}

.mainContent {
	background: white;
}

div.centerContainer {
	text-align: center;
}

div.topMenu {
	background: #ddd; /* Old browsers */
}

#topMenu {
	padding: 0;
}

div.sideMenu {
	background: #ddd; /* Old browsers */
}

div.sideMenu ul {
	position: absolute;
	padding: 10px;
}

div.sideMenu ul li {
	width: 75px;
	height: 75px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.topMenuContainer {
	width: 100% !important;
	padding: 0px !important;
	position: absolute;
	top: 0px;
	z-index: 101;
	background: #ddd;
}

tr.new {
	font-weight: bold;
	background-color: #ddd;
}

input, select {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #999;
	max-width: 100%;
	line-height: 1.5em;
	font-weight: normal;
}

input[readonly] {
	background-color : #d1d1d1;
}

/* SLIDE */
input.slide {
	visibility: hidden;
}

.slide div {
	width: 60px;
	height: 20px;
	background: #777;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px
		rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px
		rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px
		rgba(255, 255, 255, 0.2);
}

.slide div:after {
	content: 'OFF';
	font: 12px/20px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 7px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.slide div:before {
	content: 'ON';
	font: 12px/20px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 7px;
	z-index: 0;
	font-weight: bold;
}

.slide label {
	padding: 0px;
	display: block;
	width: 26px;
	height: 16px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4',
		endColorstr='#b3bead', GradientType=0);
}

.slide input[type=checkbox]:checked+label {
	left: 31px;
}

.topMenu div {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 10px 20px;
}

.inTop .framed {
	display: inline-block;
	background-color: #ddd;
	padding: 10px;
	border: 1px solid #557;
	color: #446;
}

#userInfo {
	color: #444;
	padding: 0;
}

.loginForm {
	border-collapse: separate;
	background-color: white;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.8);
	padding: 20px;
	text-align: left;
	margin-top: 50px;
}

.searchForm button, .searchFormMain button, .loginForm button
{
	font-size: 150%;
	line-height: 1.2em;
	vertical-align: top;
}

table.searchResult tbody tr {
	cursor: pointer;
}

table.searchResult tr.odd {
	background-color: #eee;
}

table.searchResult th {
	text-align: left;
}

table.searchResult div.data {
	margin : 0;
}

table.unselectable td {
	user-select: none; /* CSS3 (little to no support) */
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: none; /* Gecko (Firefox) */
	-webkit-user-select: none; /* Webkit (Safari, Chrome) */
}

table.searchResult th, table.searchResult td {
	padding: 5px;
}

table.subSection, div.subSection {
	border: solid 1px #eee;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
	color: #333;
}

table.subSection thead td, div.subSection, div.subSection div.head  {
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 1px #eee;
	font-style: italic;
	font-weight: bold;
}

div.subSection div.row {
	padding: 0.2em;
}

div.subSection div {
	text-align: left;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}

.subSectionOpen {
	border-color: #ffff99;
	border-width: 2px;
}

.subSection .row {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.subSection label {
	font-weight: normal;
	margin-right: 1em;
}

table.subSectionOpen thead td, div.subSectionOpen > div:first-child	{
	background-color: #ffff99;
}

.clickable {
	cursor: pointer;
}

.clickable:active {
	font-weight: normal;
}

.clickable:hover {
	background-color: #ddd;
}

.action {
	cursor: pointer;
}

.action:hover {
	font-style: italic;
}

.actions li span {
	font-weight: normal;
}

.actions li:hover span:after {
	content: '->';
}

.odd {
	background-color: #ddd;
}

button.action {
	display: inline-block;
	min-width: 200px;
	text-decoration: none;
	text-transform: capitalize;
	background: no-repeat;
	color: #9BE;
	font: bold 16px Arial, Helvetica, sans-serif;
}

button.action:disabled {
	display: inline-block;
	min-width: 200px;
	text-decoration: none;
	text-transform: capitalize;
	background: no-repeat;
	color: #444;
	font: normal 16px Arial, Helvetica, sans-serif;
}

button:hover {
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 5px #666666;
	-moz-box-shadow: 1px 1px 5px #666666;
	box-shadow: 1px 1px 5px #666666;
}

.logo {
	position: fixed;
	top: 5px;
	left: 5px;
	background: url(../images/logo/logobg.png) no-repeat;;
	padding: 3px 7px 3px 7px;
	border-radius: 5px;

}

.logo img {
    height: 50px;
}

.searchForm {
	margin-top: 5px;
}

.searchFormMain {
	display: inline-block;
	background-color: #ddd;
	margin-top: 200px;
	padding: 20px;
}

.searchForm input[type=text], .searchFormMain input[type=text],
	.loginForm input[type=text], .loginForm input[type=password] {
	background-color: #fff;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3) inset;
	border: none;
	vertical-align: middle;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	margin-bottom: 6px;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 0.1em 0.5em;
	width: 25em;
	font-family: Arial;
	font-size: 150%;
}

.loginForm input[type=text], .loginForm input[type=password] {
	width: 12em;
}

.form input[type=text].wide, .wide {
	width: 300px;
}

input[type=text].narrow {
	width: 50px;
}

.userinfo .user-data {
	font-size: 0.8em;
}

.userinfo div {
	display: inline-block;
}

.topmenumenu {
	position: absolute;
	top: 10px;
	right: 170px;
	height: 150px;
}

div.menu {
	/* 	background-color: #f8e359; */
	color: #360900;
	margin: 0px;
	padding: 0px;
}

ul.msgs {
	position: fixed;
	font-size: 120%;
	top: 10px;
	right: 200px;
	z-index: 1000;
}

li.errormsg, li.msg {
	border-radius: 3px;
	padding: 5px;
	margin: 5px;
	max-width: 400px;
}

li.msg {
	border: solid 2px #009900;
	background-color: #9f9;
}

li.errormsg {
	border: solid 2px #990000;
	background-color: #f99;
}

.errordetails, .msgdetails {
	display: inline-block;
	font-size: 80%;
	margin-top: 20px;
}

ul {
	list-style: none;
	padding: 10px;
}

ul.horizontal > li {
	display: inline-block;
}

ul.nopad {
	padding: 0px;
}

h1, h2, h3, p, input, select, button, fieldset, legend, .data, div.labels
	{
	color: #446;
}

h1 {
	font-size: 3em;
	margin: 20px 0 0.7em 2em ;
	text-transform: uppercase;
}

h1 > img, h3 img, .small img {
	height: 0.8em;
	cursor: pointer;
}

img.add {
	position: relative;
	float: right;
	height: 2.8em;
	cursor: pointer;
}

textarea.comment {
	height: 4em;
	width: 50em;
}

div.form div.labels {
	font-weight: normal !important;
}

button.svg-icon {
	white-space: nowrap;
}

button.svg-icon span.svg {
	position: relative;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

button.svg-icon svg {
	height: 1.2em;
	width: 1.2em;
}


.btnActive, button.active {
	font-weight: bold;
}

.btnActive:disabled, button:disabled {
	color: #666;
	font-weight: normal;
	font-style: italic;
	background: #999999;
}


fieldset {
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	padding: 1em;
	width: 100%;
}

fieldset.internal {
	display: block;
	padding: 0 10px 0 0;
	margin-top: 5px;
	vertical-align: top;
	border: none;
	background-color: #fff;
	border-radius: 0px;
}

fieldset.internal>legend {
	width: 100%;
	background-color: #ccc;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-radius: 0px;
	padding: 0;
}

fieldset.internal legend.faint {
	color: #222;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
}

fieldset ul.largeItems>li {
	padding: 5px;
}

fieldset > div > div {
	padding: 0.2em;
}

fieldset h3 {
	margin-top: 0.3em;
}
.chargecust {
	background-color: #dfd;
}

.creditnote {
	background-color: #fdd;
}

legend {
	width: auto;
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0;

}

legend:FIRST-LETTER {
	text-transform: uppercase;
}

legend img {
	vertical-align: middle;
}

.major {
	font: bold 16px Arial, Helvetica, sans-serif;
	font-style: italic;
}

.search_name {
	font-weight: bold;
}

.blue {
	color: #0000bb;
}

tr.bold td, .bold, tr.part-sum td, tr.sum td, td.bold {
	font-weight: bold;
}

tr.part-sum td {
	border-top: black solid 1px;
	border-bottom: black solid 1px;
}

tr.sum td {
	padding: 3px 0px;
	border-top: black solid 1px;
	border-bottom: black double;
}

.center {
	text-align: center;
}

.left {
	position: relative;
	float: left;
}

.topright {
	position: absolute;
	right: 10px;
	top: 10px;
}

.right {
	position: relative;
	float: right;
}

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

table {
	border-collapse: collapse;
}

div.data table, table.data {
	margin-bottom: 15px;
	border-spacing: 0;
}

fieldset table td {
	padding: 3px;
}

table.overallsum {
	width: 100%;
}

table.overallsum td {
	border-bottom: 3px double black;
	font-weight: bold;
}

table .amount, .money {
	text-align: right;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: white;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	color: #446;
}

.ui-menu-item>a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}

.ui-menu-item.ui-state-focus {
	color: #009;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

thead .money {
	text-align: center;
}

.data {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #446;
	background: #fff;
	width: 640px;
	border-collapse: collapse;
	text-align: left;
	margin: 20px;
}

.data tfoot td {
	font-weight: bold;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.data thead td:FIRST-LETTER {
	text-transform: uppercase;
}

.data thead td, .data thead th {
	font-size: 15px;
	font-weight: normal;
	color: #446;
	border-bottom: 2px solid #6678b1;
	padding: 10px 8px;
	white-space: nowrap;
}

.data td {
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	color: #446;
	padding: 6px 8px;
}

.data .alarm td {
	color: #fff;
}


.data tbody tr:hover td {
	color: #009;
}

.italic {
	font-style: italic;
}

#customerPage div.left, #userPage div.left {
	width: 49%;
	margin-left: 10px;
}

#customerPage div.right, #userPage div.right {
	width: 49%;
	margin-right: 10px;
}

.sm-navbar {
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: left;
	background-color: #ddd; /* Old browsers */
	z-index: 10;
}

.sm-navbar ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.sm-navbar li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

.copyright {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-size: 8px;
}

.faintBorder {
	border: solid thin #ddd;
}

.propertyList li {
	white-space: nowrap;
}

.propertyList label {
	display: inline-block;
	min-width: 100px;
}

.propertyList label:FIRST-LETTER {
	text-transform: uppercase;
}

.propertyList span {
	white-space: nowrap;
	font-weight: bold;
}

.propertyList td span {
	white-space: nowrap;
	font-weight: normal;
}

.error {
	background: red;
}

.alarm {
	background: #a00;
	color: #fff;
}

.m_periodic {
	background: #ffccaa;
}
.m_tracking {
	background: #ffb380;
}
.m_on {
	background: #aade87;
}
.m_off {
	background: #ffd5d5;
}
.m_charge {
	background: #ad5fd3;
}
.m_updatepos {
	background: #ffb380;
}
.m_lowbat {
	background: #e9afaf;
}
.m_geoout {
	background: #de8787;
}
.m_geoin {
	background: #C6E9AF;
}
.m_reset {
	background: #ff9955;
}
.m_chargeout {
	background: #aa87de;
}
.m_setvarok {
	background: #5f8dd3;
}
.m_deviceup {
	background: #ff6600;
}
.m_ack {
	background: #cdde87;
}
.m_varupd {
	background: #afc6e9;
}
.m_setvar {
	background: #87aade;
}
.m_getvar {
	background: #acf;
}
.m_var {
	background: #80b3ff;
}
.m_fwupd {
	background: #ffcc00;
}
.m_chmod {
	background: #2a7fff;
}
.m_debug {
	background: #000;
	color: #fff;
}
.m_server_event {
	background: #ddd;
}
.m_query {
	background: mediumseagreen;
}

.dashboard img {
	vertical-align: middle;
	margin: 5px;
}

.dashboard li {
	display: inline-block;
	vertical-align: top;
}

.dashboard .checks > li, .display-block {
	display: block;
}

.dashboard .checks ul {
	padding: 0;
	margin: 0;
}

.batchTable td {
	padding: 2px;
}

.tight {
	padding: 0px;
	margin: 0px;
}

.indent {
	margin-left: 10px;
}

.shady {
	color: gray;
	font-weight: bold;
	font-style: italic;
}

.scrollable {
	overflow: scroll;
}

.ask {
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	width: 200px;
	border: solid 3px #669;
	border-radius: 5px;
	padding: 20px;
	margin: 10px;
	display: none;
}

.ask span {
	display: block;
	padding: 20px;
}

.closeIcon {
	position: absolute;
	top: 0px;
	right: 0px;
}

a.showhide:link, a.showhide:visited {
	font: inherit;
	text-decoration: inherit;
	color: inherit;
}

.busy {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	background-color: gray;
	z-index: 1000;
}

.spinner-container {
	position: absolute;
	padding: 20px;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
}

.spinner-container span {
	display: block;
	font-family: "Arial";
	font-size: 18px;
	padding: 30px;
}

.graphController {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
}

ul.optionLine {
	font-size: 10px;
	padding: 0px;
}

ul.optionLine li:first-child {
	color: blue;
	display: inline-block;
	width: 25px;
}

ul.optionLine li {
	display: inline;
	cursor: pointer;
	padding: 5px;
}

ul.optionLine li.selected {
	font-weight: bold;
	background-color: #eee;
}

ul.optionLine li.disabled {
	color: #aaa;
	cursor: auto;
}

.reportSummary {
	border: 1px solid black;
	margin-top: 20px;
	width: 50%;
	text-align: left;
	border-collapse: inherit;
}

.reportSummary th {
	background: rgb(228, 228, 39);
}

div.table .header > div, div.table .footer > div {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tx-row {
	margin-bottom: 1px;
}

.tx-row > div {
	font-size: 0.8em;
	padding-top: 4px;
	padding-bottom: 4px;
}

.tx-row .amount {
	text-align: right;
}

.tx {
	width: 1200px;
	padding: 40px;
}

.tx p.label {
	text-align: left;
}
.tx p {
	text-align: right;
	display: inline-block;
	font-size: 100%;
	background-color: #fff;
	color: #333;
	padding: 0.3em;
	margin: 0;
	width: 100%;
}

.tx .header {
	font-size: larger;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.row.header > * {
	padding-top: 10px;
}

.tx-nav {
	cursor: pointer;
	margin-top: 50px;
	padding: 1em;
	font-family: Oswald, Arial, sans-serif;
	font-size: 32px;
	text-align: center;
}

.tx-nav:hover {
	background-color: #ddd;
}



.dataPopover {
	position: absolute;
	background-color: #fff;
	top: 100px;
	left: 100px;
	display: none;
	border: solid 3px #669;
	border-radius: 5px;
	padding: 40px;
	margin: 10px;
	z-index: 10;
	box-shadow: 8px 8px 5px #689;
}

.modalBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #555;
	opacity: 0.8;
	display: none;
	z-index: 5;
}

.insetInfo {
	border: 2px dotted #aaa;
	padding: 5px;
	margin: 5px;
}

.green, .yellow, .red {
	min-width: 100px;
	font-weight: bold;
	text-align: center;
}

.green {
	background-color: green;
	color: white;
}

.yellow {
	background-color: yellow;
	color: black;
}

.red {
	background-color: red;
	color: white;
}

.smallish {
	font-size: 75%;
	color: gray;
}

.sortedAsc {
	background: url(../images/etc/sort_asc.png) no-repeat;
	background-position: right;
}

.sortedDesc {
	background: url(../images/etc/sort_desc.png) no-repeat;
	background-position: right;
}

.tooltip-wrap {
	position: relative;
	display: inline-block;
}

.tooltip-wrap .tooltip-content {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	background-color: #e1e1e1;
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 1em;
	min-width: 300px;
	z-index: 1000;
}

.tooltip-wrap:hover .tooltip-content {
	display: block;
}

td img {
	vertical-align: middle;
}

#ver-minimalist {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

#ver-minimalist thead {
	font-weight: bold;
	font-size: 14px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
	padding: 8px 2px;
}

#ver-minimalist td {
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #446;
	padding: 12px 2px 0;
}

.test-step fieldset {
	width: 40%;
	min-height: 400px;
	position: absolute;
	background-color: #efeff4;
	padding: 20px;
}

.test-step.test-advanced fieldset {
	width: 90%;
	min-height: 90%;
}

.test-step fieldset legend {
	font-size: 2em;
}

.test-step fieldset.wizard {
	left: 6%;
}

.test-step fieldset.information {
	right: 6%;
}

.test .navigation {
	position: absolute;
	bottom: 2%;
	right: 2%;
}

.test .top-left {
	position: absolute;
	top: 4%;
	left: 4%;
}

#assembly .well {
	margin: 0;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 5px;
}

#assembly .input-item {
	margin-bottom: 10px;
}

#devman .nav-tabs {
	padding-bottom: 0px;
}
#devman .main-tab .nav-tabs>li.active>a,
#devman .main-tab .nav-tabs>li.active>a:focus,
#devman .main-tab .nav-tabs>li.active>a:hover,
#devman .main-tab .nav>li>a:hover {
	background-color: #cccccc;
	color: #000000;
	cursor: default;
}
#devman .main-tab .nav-tabs>li>a,
#devman .main-tab .nav-tabs>li>a:hover {
	background-color: #999999;
	color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
}

#devman .sub-nav .nav-tabs>li.active>a,
#devman .sub-nav .nav-tabs>li.active>a:focus,
#devman .sub-nav .nav-tabs>li.active>a:hover,
#devman .sub-nav .nav>li>a:hover {
	background-color: #ffffff;
	color: #000000;
	cursor: default;
}
#devman .sub-nav .nav-tabs>li>a,
#devman .sub-nav .nav-tabs>li>a:hover {
	background-color: #999999;
	color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
}

#devman .tab-content-main {
	background-color: #cccccc;
}

#devman .tab-content-sub {
	background-color: #ffffff;
	margin: 10px;
	margin-top: 10px;
	margin-top: 0px;
	padding: 10px;
}

#devman .tab-content-sub .tab-pane {
	padding: 10px;
}

#devman .modal-header .nav-tabs>li.active>a,
#devman .modal-header .nav-tabs>li.active>a:focus,
#devman .modal-header .nav-tabs>li.active>a:hover,
#devman .modal-header .nav>li>a:hover {
	background-color: #ffffff;
	color: #000000;
	cursor: default;
}
#devman .modal-header .nav-tabs>li>a,
#devman .modal-header .nav-tabs>li>a:hover {
	background-color: #999999;
	color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
}

#devman .modal-header {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 0px;
}

#devman .modal-header .nav-tabs {
	background-color: rgb(238, 238, 77);
}

#devman .modal-body {
	padding-top: 10px;
	padding-bottom: 0px;
}

#devman .modal-footer {
	padding-top: 0px;
}

#devman #modal-edit pre {
	overflow: scroll;
	white-space: pre;
}

#devman #modal-import pre {
    height: 200px;
    overflow: scroll;
    white-space: pre;
}

#devman #modal-import .error {
	background-color: red;
	width: 100%;
}

#devman textarea.import-text {
	width:100%;
	font-size: 80%;
}

#devman .action-panel .col-inner {
	height: 100%;
	padding-bottom: 10px;
}

#devman .data-table td.actions {
	width:1%;
	text-align: right;
}

#devman .btn-primary {
	color: #000000;
	background-color: rgb(238, 238, 77);
}

#devman .btn-danger {
	color: #ffffff;
	background-color: rgb(255, 0, 0);
}

.batch-options {
	float: left;
	padding: 15px;
}

.background-secondary {
	background: #efeff4;
}

.invisible-but-take-space {
	visibility: hidden;
}

.test .navigation button, .test-advanced button {
	background: #aab;
	background-image: -webkit-linear-gradient(top, #669, #8484ad);
	background-image: -moz-linear-gradient(top, #669, #8484ad);
	background-image: -ms-linear-gradient(top, #669, #8484ad);
	background-image: -o-linear-gradient(top, #669, #8484ad);
	background-image: linear-gradient(to bottom, #669, #8484ad);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 20px 40px 20px 40px;
	text-decoration: none;
}

.test .navigation button.smaller, .test-advanced button.smaller {
	font-size: 1.5em;
	padding: 0.5em 0.75em 0.5em 0.75em;
}

.test .navigation button:disabled {
	background: #966;
}

.test .navigation button:disabled:hover {
	background: #966;
}

.test .navigation button:hover, .test-advanced button:hover {
	background: #aab;
	background-image: -webkit-linear-gradient(top, #669, #b2b2cc);
	background-image: -moz-linear-gradient(top, #669, #b2b2cc);
	background-image: -ms-linear-gradient(top, #669, #b2b2cc);
	background-image: -o-linear-gradient(top, #669, #b2b2cc);
	background-image: linear-gradient(to bottom, #669, #b2b2cc);
	text-decoration: none;
}

.test .test-step .instructions {
	font-size: 1.3em;
}

.test .test-step input {
	padding: 15px;
	background-color: #f7f7f9;
}

.test button.warning {
	background: #996666;
}

.test button.warning:hover {
	background: #e0d1d1;
	background-image: -webkit-linear-gradient(top, #996666, #ccb2b2);
	background-image: -moz-linear-gradient(top, #996666, #ccb2b2);
	background-image: -ms-linear-gradient(top, #996666, #ccb2b2);
	background-image: -o-linear-gradient(top, #996666, #ccb2b2);
	background-image: linear-gradient(to bottom, #996666, #ccb2b2);
}

.test button.yel {
	background: #F0F066;
	color: black;
	font-weight: normal;
}

.test button.blue {
	background: blue !important;
	color: white;
	font-weight: normal;
}

.test button.yel:hover {
	background: #e0d1d1;
	background-image: -webkit-linear-gradient(top, #F0F066, #ffffff);
	background-image: -moz-linear-gradient(top, #F0F066, #ffffff);
	background-image: -ms-linear-gradient(top, #F0F066, #ffffff);
	background-image: -o-linear-gradient(top, #F0F066, #ffffff);
	background-image: linear-gradient(to bottom, #F0F066, #ffffff);
}

.test table {

}

.test table td.ok {
	color: green;
}

.test table td.warning {
	color: red;
}

.test table td.alarm{
	background-color: #ff2a2a;
}

.test button.ok {
	background: #669966;
}

.test button.ok:hover {
	background: #e0d1d1;
	background-image: -webkit-linear-gradient(top, #669966, #93b793);
	background-image: -moz-linear-gradient(top, #669966, #93b793);
	background-image: -ms-linear-gradient(top, #669966, #93b793);
	background-image: -o-linear-gradient(top, #669966, #93b793);
	background-image: linear-gradient(to bottom, #669966, #93b793);
}

.test .navigation.meta {
	position: absolute;
	top: 3%;
	right: 3%;
}

.test .list {
	float: right;
	position: relative;
	top: 2%;
	right: 2%;
	padding: 60px;
}

.delete-confirmation {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ccccdc;
	width: 500px;
	height: 300px;
	margin-left: -250px; /*Half the value of width to center div*/
	margin-top: -150px; /*Half the value of height to center div*/
	z-index: 200;

	border-radius: 25px;
    border: 2px solid #669;
    padding: 20px;
}

span.faint {
	color: #999;
}

.refresh {
	background: url(../images/icons/refresh.png) no-repeat;
	height: 24px;
	width: 24px;
	cursor: pointer;
	display: inline-block;
}

.entityForm {
	position: absolute;
	top: 20px;
	right: 20px;
}

.municipality-logo {
	padding: 15px;
}
.image > img {
	height: 45px;
}

.file-chooser {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.municipality-logo.image {
	height: 35px;
}

.comments-in-search > div {
	position: relative;
	float: right;
}

.highlight {
	font-size: 1.1em;
	color: #900;
}

.failing {
	background-color: #faa;
}

.nowrap {
	white-space: nowrap;
}

.data-table {
	font-size: 80%;
}
.data-table a {
	margin: auto !important;
}
.data-table .well {
	padding:5px;
}
.data-table .formWell div.input {
	margin-bottom: 10px;
}
.data-table .formWell input[type=text], fieldset .formWell select {
	width: 100%;
	margin-bottom: 5px;
}
.data-table .refresh {
	margin-bottom: 4px;
	margin-left: 4px;
}

.data-table .item-edit {
	display: none;
}

.data-table th, .data-table td {
	padding: 6px 8px !important;
}

.data-table tr.selected,
.data-table thead tr {
	background-color: rgb(255, 255, 220) !important;
}

.data-table tr.selected-edit {
	background-color: rgb(238, 238, 77) !important;
}

.data-table td.sorting_1 {
	background-color: rgb(255, 255, 220) !important;
}

.data-table tr.selected .item-edit {
	display: block;
}
.data-table tr.selected .item-edit-hide {
	display: none;
}

.data-table td.editOpen {
	background: url('/common/js/images/details_open.png') no-repeat center center;
	cursor: pointer;
}

.data-table td.colDelete {
	background: url('/common/js/images/details_close.png') no-repeat center center;
	cursor: pointer;
}

.data-table tr.shown td.editOpen {
	background: url('/common/js/images/details_close.png') no-repeat center center;
}

.messagebuttons > div > button {
	width: 40%;
 }

.messagebuttons > div > button.parameter {
	color: dodgerblue;
}
/* EOF */
