@CHARSET "UTF-8";

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype')
}

/*
 * HTML
 */

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #f8f8f8;
	color: #5d656e;
	font-family: Roboto, Arial;
	font-size: 13px;
	height: 100%;
	overflow-y: auto;
	width: 100%;
}

/*
 * Layout
 */

div#boxBackground {
	display: flex;
	height: 100%;
	width: 100%;
}

div#boxSidebar {
	background-color: #d2d4d8;
	border-right-color: #7d858e;
	border-right-style: solid;
	border-right-width: 1px;
  flex: 1 0 229px;
	vertical-align: top;
	width: 229px;
	position: fixed;
	top: 48px;/*50px;*/
	height: calc(100% - 48px);
	z-index: 101;
	background: linear-gradient(to bottom, rgba(32,32,32,1) 0%, rgba(64,64,64,1.0) 2%, rgba(64,64,64,1) 100%);
	transition: left 0.15s ease-in;
}

.clear {
	clear: both;	
}

p.textCenter {
	text-align: center;
}

/*
 * Header box
 */

div#boxHeader {
  height: 48px;
  left: 0px;
  padding-top: 0px;
  top: 0px;
  width: 100%;
  position: fixed;
  /*background: linear-gradient(to bottom, rgba(163,169,176,1) 0%, rgba(105,113,122,1.0) 2%, rgba(81,87,95,1) 98%, rgba(53,58,65,1) 100%);*/
  background: linear-gradient(to bottom, #4E4D4D 0%,#383030 100%);
  box-shadow: 0px 0px 5px black;
  line-height: 20px;
  z-index: 101;
}

div#boxHeader .ecos-logo {
  float: left;
  margin-top: 0px;
  position: relative;
  top: 0px;
  width: 228px;
  height: 48px;
  text-align: left;
  margin-left: 24px;
}

div#boxHeader .ecos-logo a {
  color: inherit;
  text-decoration: none;
}

div#boxHeader .ecos-logo #small-logo {
	display: none;
}

div#boxHeader .ecos-logo img {
  margin-top:4px;
  height: 38px;
}

div#boxHeader > div.boxWrapper {
	text-align: right;
}

div#boxHeader img#imageLogo {
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	float: left;
	margin-left: 10px;
	margin-top: -25px;
	padding-left: 10px;
	padding-right: 10px;}

div#boxHeader span.textDefaultValue {
	top: 2px !important;
}

div#boxHeader a#linkLogout {
	background-image: url('../image/ui.png');
	background-position: -262px -98px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 26px;
	margin-right: 4px;
	margin-left: 8px;
	width: 25px;
	float: right;
  margin-top: 12px;
}

div#boxHeader a#linkLogout:hover {
	background-position: -262px -124px;
}

#boxHeader .menu-toggle-button {
  display: none;
  position: absolute;
  left: 8px;
  z-index: 1000;
  top: 8px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f1f1f1 0%, #e4e4e4 100%);
  cursor: pointer;
}

#boxHeader .menu-toggle-button i {
  font-size: 1.5em;
  margin: 6px;
}

/*
 * Tree navigation list
 */

/* common */
#listTreeNavigation {
  /*border-top: solid 1px #999;*/
}

ul#listTreeNavigation,
ul#listTreeNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#listTreeNavigation li > div {
	clear: left;
}

ul#listTreeNavigation div.boxIcon {
	background-image: url('../image/ui.png');
	background-repeat: no-repeat;
	position: absolute;
}

/* level 1 */

/* link */
ul#listTreeNavigation li a {
	display: block;
	position: relative;
	text-decoration: none;
	height: 39px;
	width: 229px;
  border-bottom: solid 1px #989393;
  cursor: pointer;
    background: linear-gradient(to bottom, rgba(32,32,32,1) 0%, rgba(64,64,64,1.0) 2%, rgba(64,64,64,1) 98%, rgba(32,32,32,1) 100%);
        box-shadow: inset -10px 0px 10px -10px #000;

}

ul#listTreeNavigation li a:hover {
  background-color: #666;
}

ul#listTreeNavigation li a:hover span.glowbar {
  opacity: 1;
}

/* link text */
ul#listTreeNavigation li a.linkText {
	border-right-color: #8e949b;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	width: 196px;
  cursor: pointer;
}

ul#listTreeNavigation li a.linkText:hover {
	border-right-color: #abc1da;
}

/* span */
ul#listTreeNavigation li a span {
	/* color: #3b3b3b; */
color: #ddd;
	font-size: 13px;
	font-weight: bold;
	left: 35px;
	position: absolute;
	top: 12px;
  letter-spacing: 1px;
  font-weight: 700;
    text-shadow: 1px 1px 0px #444444;
font: normal 13px 'Open Sans', HelveticaNeue, Helvetica, Arial;
}

ul#listTreeNavigation li a:hover span {
  color: #fff;
}

ul#listTreeNavigation > li > div > ul > li.treeitemActive a:hover {
  color: #999;
}

ul#listTreeNavigation li.listitemSource a.linkText span {
	margin-right: 40px;
}

/* div */
ul#listTreeNavigation li a.linkText div.boxCounter {
	background-image: url('../image/ui.png');
	background-position: -229px -67px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
	line-height: 22px;
	position: absolute;
	right: 7px;
	text-align: center;
	text-shadow: 0px 1px 0px #3b3b3b;
	top: 8px;
	width: 31px;
}

/* link button */
ul#listTreeNavigation li a.linkButton {
	border-bottom-color: #989393;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
	height: 39px;
	width: 30px;
	cursor: pointer;
}

ul#listTreeNavigation li a.linkButton div {
	background-image: url('../image/ui.png');
	background-repeat: no-repeat;
	height: 10px;
	left: 7px;
	position: absolute;
	top: 15px;
	width: 16px;
}

ul#listTreeNavigation li a.linkButton.linkCollapse div {
	background-position: -229px -90px;
}

ul#listTreeNavigation li a.linkButton.linkCollapse:hover div {
	background-position: -245px -90px;
}

ul#listTreeNavigation li a.linkButton.linkExpand div {
	background-position: -229px -100px;
}

ul#listTreeNavigation li a.linkButton.linkExpand:hover div {
	background-position: -245px -100px;
}

/* level 2 */

/* link */
ul#listTreeNavigation ul li a {
  border-bottom: solid 1px #999;
	height: 39px;
	width: 229px;
  background-color: #333;
  transition: all 0.13s ease-in;
}

ul#listTreeNavigation ul li a:hover {
  background-color: #666;
}

/* span */
ul#listTreeNavigation ul li a span {
	color: #eee;
}

ul#listTreeNavigation ul li a:hover span {
	color: #ffffff;
}

ul#listTreeNavigation li a.itemDisabled {
	cursor: pointer;
  pointer-events: none;
	color: #666;
}

ul#listTreeNavigation li a.nav-link.itemDisabled span {
	cursor: pointer;
  pointer-events: none;
	color: #666;
}

ul#listTreeNavigation ul.nav-subitems li a span.nav-subitem {
	left: 45px;
}

ul#listTreeNavigation ul.nav-subitems {
	height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
}

/*
 * Tab list
 */

ul.listTabs {
	/*
  background-color: #A3BDD7;
	background-image: url('../image/bg_sprites.png');
	background-position: 0px -278px;
	background-repeat: repeat-x;
  */
	background: linear-gradient(to bottom, #5D5D5D 0%,#3A3A3A 100%);
	height: 28px;
}

ul.listTabs > li {
	float: left;
}

ul.listTabs > li:first-child {
	margin-left: 32px;
}

ul.listTabs > li > a {
	/* background-color: #A3BDD7; */
	/*background-image: url('../image/ui.png');
	background-position: 0px -150px;
	background-repeat: no-repeat;*/
  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,244,249,1) 100%); */
  /*background: linear-gradient(to bottom, rgb(102, 102, 102) 0%, rgb(102, 102, 102) 98%, rgba(240,244,249,1) 100%);*/
  /* #F0F4F9 */
	color: #eee;
	display: block;
	height: 28px;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	text-shadow: 0px 1px 0px black;
	transition: text-shadow 0.2s ease-in-out;
}

ul.listTabs > li > a:hover {
	/* background-position: 0px -187px; */
  /* background: linear-gradient(to bottom, rgb(170, 170, 255) 0%, rgb(255, 255, 255) 98%, rgba(240,244,249,1) 100%);*/ 
  /*background: linear-gradient(to bottom, rgb(200, 200, 200) 0%, rgb(200, 200, 200) 98%, rgba(240,244,249,1) 100%);*/
  /*background: #83888E;*/
  /*text-shadow: 0px 1px 0px #d2d4d8;*/
	text-shadow: 0 0 15px #fff;
	color: #fff;
}

ul.listTabs > li.listitemActive > a {
  /*background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 98%, rgba(240,244,249,1) 100%);*/
  color: #3c3c3c;
  text-shadow: 0px 1px 0px #d2d4d8;
  background: #f7f7f7;
  border-top: solid 1px #697170;
  /* background-position: 0px -224px; */
}

ul.listTabs > li > span {
	/* background-color: #cccccc; */
	/*background-image: url('../image/ui.png');
	background-position: 0px -299px;
	background-repeat: no-repeat;*/
	color: #97a0aa;
	display: block;
	height: 28px;
	font-size: 13px;
	font-weight: 600;
	line-height: 28px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

ul.listTabs > div.boxListEnd {
	/* background-color: #AAC0DA; */
	/*background-image: url('../image/ui.png');
	background-position: 0px -150px;
	background-repeat: no-repeat;*/
	float: left;
	height: 28px;
	width: 1px;
}

ul.listTabs > div.boxListEnd:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

div.boxTabContent {
	display: none;
}

/*
 * Top list
 */

ul.listTop {
	background-image: url('../image/bg_sprites.png');
	background-position: 0 -368px;
	background-repeat: repeat-x;
	height: 48px;
	padding-bottom: 6px;
}

ul.listTop > li {
	float: left;
	margin-left: 17px;
}

ul.listTop > li label {
	color: #7D858E;
	display: block;
	font-size: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	text-transform: uppercase;
}

ul.listTop > li label > span {
	color: #25292D;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 4px;
	text-transform: none;
}

ul.listTop > li label > input {
	font-size: 14px !important;
	font-weight: normal !important;
	height: 20px !important;
	line-height: 20px !important;
	margin-left: 10px !important;
	padding-left: 3px;
	padding-right: 3px;
	width: 80px;
}

ul.listTop > li label > .inputButton {
	float: none !important;
	height: 24px !important;
	/* line-height: 24px !important; */
	padding-left: 3px;
	padding-right: 3px;
	width: auto;
}

ul.listTop > li label > div.boxSelect {
	background-position: 0px -646px !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	height: 22px !important;
	line-height: 22px !important;
	margin-left: 10px !important;
	margin-top: 3px !important;
	text-transform: none !important;
}

ul.listTop > li label > div.boxSelect > div.boxIconPulldown {
	top: 6px !important;
}

ul.listTop > li.listitemLevel {
	float: right;
	position: relative;
}

ul.listTop > li.listitemLevel > a#linkConfidenceLevel {
	background-color: #ffffff;
	border-left-color: #bec2c7;
	border-left-style: solid;
	border-left-width: 1px;
	float: right;
	height: 47px;
	padding-left: 16px;
	padding-right: 40px;
	text-decoration: none;
}

ul.listTop > li.listitemLevel label {
	margin-top: 8px;
}

ul.listTop > li.listitemLevel label > p.textHint {
	color: #4e7db0;
	cursor: pointer;
	display: inline;
	font-size: 12px;
	font-weight: 600;
	margin-left: 2px;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	top: -3px;
}

ul.listTop > li.listitemLevel label > p.textLink {
	color: #497cb2;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	margin-left: 14px;
	margin-top: 2px;
	text-transform: none;
	display: none;
}

ul.listTop div.boxLevel {
	background-image: url('../image/ui.png');
	background-position: -260px -58px;
	background-repeat: no-repeat;
	height: 13px;
	margin-left: 10px;
	margin-top: 6px;
	position: relative;
	width: 102px;
}

ul.listTop div.boxLevel > span.textLevel {
	color: #25292d;
	left: 106px;
	position: absolute;
}

ul.listTop div.boxLevel > div.boxBar {
	background-image: url('../image/ui.png');
	background-repeat: no-repeat;
	height: 10px;
	left: 1px;
	position: absolute;
	top: 1px;
}

ul.listTop div.boxLevel.levelGreen > div.boxBar {
	background-position: -309px 0;
}
ul.listTop div.boxLevel.levelYellow > div.boxBar {
	background-position: -309px -10px;
}
ul.listTop div.boxLevel.levelRed > div.boxBar {
	background-position: -309px -20px;
}

ul.listTop > li.editItem {
	float: right;
	position: relative;
}

ul.listTop > li.editItem > a {
	height: 23px;
	width: 25px;
	display: block;
	margin-top: 9px;
	position: relative;
	right: -16px;
	background-image: url('../image/ui.png');
	background-repeat: no-repeat;
	background-position: -421px -109px;
}

ul.listTop > li.editItem > a:hover {
	background-position: -446px -109px;
}


/*
 * Table
 */

table {
	color: #25292D;
	font-size: 12px;
	/*margin-bottom: 16px;*/
	width: 100%;
}

td a.linkCount {
	background-color: #9ea4aa;
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-right: 6px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 3px;
}

td.cellIcon a.linkAdd {
	background-position: -152px -261px;
}	

td.cellIcon a.linkAdd:hover {
	background-position: -190px -261px;
}

td.cellIcon a.linkDelete {
	background-position: -76px -261px;
}	

td.cellIcon a.linkDelete:hover {
	background-position: -114px -261px;
}

td.cellIcon a.linkDisable {
	background-position: -266px -261px;
}	

td.cellIcon a.linkDisable:hover {
	background-position: -342px -261px;
}

td.cellIcon a.linkConvict {
	background-image: url('../image/convict.gif');

	background-position: 0px 7px;
}	

td.cellIcon a.linkKillnode {
	background-image: url('../image/gnome-panel-force-quit.png');

	background-position: 0px 0px;
}	

td.cellIcon a.linkTerminal {
	background-image: url('../image/terminal_icon.png');

	background-position: 0px 0px;
}	

td.cellIcon a.linkReconnect {
	background-image: url('../image/icon--reboot-reconnect.png');

	background-position: 0px 0px;
}	

td.cellIcon a.linkCheckpingtoggle {
	background-image: url('../image/network_utility_icon.png');

	background-position: 0px 0px;
}	

td.cellIcon a.linkUpdate {
	background-image: url('../image/icon-upgrade.png');

	background-position: 0px 0px;
}	

td.cellIcon a.linkReinstall {
	background-image: url('../image/icon-reinstall.png');

	background-position: 0px 0px;
}	

td.cellIcon a.linkEdit {
	background-position: 0px -261px;
}	

td.cellIcon a.linkEdit:hover {
	background-position: -38px -261px;
}	

td.cellIcon a.linkEnable {
	background-position: -228px -261px;
}	

td.cellIcon a.linkEnable:hover {
	background-position: -304px -261px;
}

td.cellIcon a.linkMail {
	background-position: -380px -261px;
}	

td.cellIcon a.linkMail:hover {
	background-position: -418px -261px;
}

td.cellIcon a.linkView {
	background-position: -228px -261px;
}	

td.cellIcon a.linkView:hover {
	background-position: -304px -261px;
}

td.cellIcon a.linkKillnode {
        background-image: url('../image/gnome-panel-force-quit.png');

        background-position: 0px 0px;
}

td.cellIcon a.linkTerminal {
        background-image: url('../image/terminal_icon.png');

        background-position: 0px 0px;
}

td.cellIcon a.linkReconnect {
        background-image: url('../image/icon--reboot-reconnect.png');

        background-position: 0px 0px;
}



td span.iconWaypoint {
	background-image: url('../image/ui.png');
	background-position: -336px -118px;
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	margin-left: 16px;
	position: relative;
	top: 6px;
	width: 21px;
}

td span.iconSection {
	background-image: url('../image/ui.png');
	background-position: -357px -118px;
	background-repeat: no-repeat;
	display: block;
	height: 5px;
	margin-left: 11px;
	position: relative;
	top: -1px;
	width: 34px;
}

/* thead */
thead tr {
	border-bottom-color: #d2d4d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 20px;
	line-height: 20px;
}

thead tr th {
	color: #4C4C4C;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	border: solid 1px #ccc;
	height: 40px;
}

thead tr th.headNoSort {
	cursor: default;
}

thead tr th div span {
	background-image: url('../image/ui.png');
	background-position: -277px -71px;
	background-repeat: no-repeat;
	height: 7px;
	margin-left: 4px;
	margin-right: 5px;
	margin-top: 6px;
	width: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
}

thead tr th.headSortDown div span {
	background-position: -290px -71px;
}

thead tr th.headSortUp div span {
	background-position: -303px -71px;
}

/* tbody */
tbody tr {
	background-color: #fcfcfc;
	background-image: url('../image/tablebg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-bottom-color: #d2d4d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #d2d4d8;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #d2d4d8;
	border-right-style: solid;
	border-right-width: 1px;
	height: 39px;
	line-height: 20px;
}

tbody tr.rowOdd {
	background-color: #f8f8f8;
}

tbody tr.rowDisabled {
	color: #B4B4B4;
	font-style: italic;
}

table td, table th {
  text-align: center;
}

#boxStatus tr.rowDisabled {
  background-color: #900;
}

#tableJournal tr th:last-child {
  width: 150px;
}

tbody tr.rowHighlight {
	background-color: #DDE6F1;
}

tbody tr td {
	border-left-color: #d2d4d8;
	border-left-style: inset;
	border-left-width: 1px;
	border-top-color: #d2d4d8;
	border-top-style: solid;
	border-top-width: 1px;
    height: 40px;
      line-height: 20px;
	/*line-height: 30px;*/
	padding-left: 5px;
}

hr.nospace {
  margin-bottom: -36px;
  height:0px;
  visibility:hidden;
}

tbody tr td.cellIcon {
	border-left-color: #d2d4d8;
	padding: 0px;
	vertical-align: middle;
	width: 38px;
}

table[ng-table] tbody tr:hover td {
	background-color: #e5e5e5;
	border-spacing: 10px;
}

tbody tr td.cellIcon a {
	background-image: url('../image/ui.png');
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 38px;
}

/* tfoot */
tfoot tr {
	background-color: #fcfcfc;
	background-image: url('../image/tablebg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-bottom-color: #d2d4d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #d2d4d8;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #d2d4d8;
	border-right-style: solid;
	border-right-width: 1px;
	height: 38px;
	line-height: 38px;
}

tfoot tr td {
	border-left-color: #d2d4d8;
	border-left-style: inset;
	border-left-width: 1px;
	border-top-color: #d2d4d8;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 4px;
}

tfoot tr td.cellIcon {
	border-left-color: transparent;
	padding: 0px;
	vertical-align: middle;
	width: 38px;
}

tfoot tr:hover td {
	background-color: #ffffff;
	background-image: none;
	border-left-color: transparent;
	border-spacing: 10px;
}

tfoot tr:hover td.cellIcon {
	border-left-color: #d2d4d8;
}

tfoot tr td.cellIcon a {
	background-image: url('../image/ui.png');
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 38px;
}

/*
 * Breadcrumb
 */

ul#listBreadcrumb {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul#listBreadcrumb > li {
	color: #3b3b3b;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
}

ul#listBreadcrumb > li > a {
	color: #497cb2;
	text-decoration: none;
}

ul#listBreadcrumb > li > a.home {
	background-image: url('../image/ui.png');
	background-position: -229px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 0px;
	height: 13px;
	margin-right: 5px;
	width: 14px;
}

/*
 * Footer box
 */

div#boxFooter {
	height: 64px;
	line-height: 64px;
	width: 100%;
}

div#boxFooter ul#listFooter {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#boxFooter ul#listFooter > li {
	display: inline;
	margin-right: 8px;
}

div#boxFooter ul#listFooter > li:last-child {
	border-right-color: #7d858e;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 8px;
}

div#boxFooter ul#listFooter > li > a {
	color: #497cb2;
	text-decoration: none;
	-webkit-transition: all 0.14s ease-in;
	-moz-transition: all 0.14s ease-in;
	-o-transition: all 0.14s ease-in;
	-ms-transition: all 0.14s ease-in;
	transition: all 0.14s ease-in;
}

div#boxFooter ul#listFooter > li > a:hover {
	color: #779dc5;
}

/*
 * Form input; Form select; Form checkbox; Form textarea
 */

input[type=checkbox] {
	cursor: pointer;
}

label {
	color: #656565;
	display: block;
	font-size: 13px;
  line-height: 14px;
	margin-bottom: 4px;
	margin-left: 6px;
	cursor: pointer;
}

label > span {
	color: #3E4246;
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-top: 4px;
}

label > span.textNotes {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

label input {
	background-color: #ffffff;
	background-image: url('../image/bg.png');
	background-position: 0px -548px;
	background-repeat: repeat-x;
	border-color: #aeb3b8 #bec2c7 #bec2c7;
	border-style: solid;
	border-width: 1px;
	color: #646a72;
	font-size: 16px;
	font-weight: 600;
	height: 34px;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 90%;
}

label input[type="checkbox"],
label input[type="radio"] {
	width: 20px;
}

label input:focus {
	border-color: #646a72;
}

label.inline-label {
	display: inline-block;
	margin-left: 0px;
}

span.textDefaultValue {
	color: #d2d4d8;
	font-size: 16px;
	font-weight: 600;
}

div.boxSelect {
	background-color: #ffffff;
	background-image: url('../image/bg.png');
	background-position: 0px -588px;
	background-repeat: repeat-x;
	border-color: #bec2c7 #bec2c7 #9aa0a6;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	color: #646a72;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 16px;
	margin-top: 3px;
	padding-left: 10px;
	position: relative;
	width: 95%;
}

div.boxSelect > span {
	padding-right: 40px;
min-height: 32px;
}

div.boxSelect > div.boxIconPulldown {
	background-image: url('../image/ui.png');
	background-position: -260px -70px;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 16px;
}

div.boxSelect:hover > div.boxIconPulldown {
	background-position: -260px -80px;
}

div.boxSelect select {
	cursor: pointer;
	height: 100%;
	min-height: 32px;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}

div.boxCheckbox {
	background-image: url('../image/ui.png');
	background-position: -309px -30px;
	background-repeat: no-repeat;
	border-color: #bec2c7 #bec2c7 #9aa0a6;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	height: 16px;
	position: relative;
	top: 4px;
	width: 16px;
}

div.boxCheckbox.checkboxChecked {
	background-position: -341px -30px;
}

div.boxCheckbox.checkboxDisabled {
	background-position: -325px -30px;
}

div.boxCheckbox input {
	cursor: pointer;
	height: 100%;
	left: 0px;
	margin: 0px;
	opacity: 0;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

textarea {
	border-color: #aeb3b8 #bec2c7 #bec2c7;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #646a72;
	padding-left: 5px;
	padding-right: 5px;
	resize: none;
}

/*
 * Form button
 */

p.textFormHint {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: right;
}

.inputButton {
	background: linear-gradient(to bottom, #666 0%, #333 100%);
	border-style: none;
	box-shadow: 0 1px 4px #929292;
	color: #DCDCDC;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	height: 26px;
	line-height: 20px;
	margin-left: 20px;
	min-width: 100px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 16px;
	padding-right: 16px;
	background-size: 110px 52px;
	background-position: 0px 50%;
	border-radius: 3px;
	transition: all 200ms ease-in;
}

.inputButton:hover {
	background-position: 0px 0%;
	box-shadow: 0 1px 8px #929292;
	color: #fff;
}

.inputButton.buttonHighlight {
	background-position: 0 -683px;
	border-color: #497cb2;
	color: #e6eef5;
}

.inputButton.buttonCenter {
	float: none !important;
}

/*
 * Form error box
 */

div.validation-advice {
	background-color: #c91515;
	border-bottom: 1px solid #a90707;
	border-radius: 3px;
	border-top: 1px solid #f15858;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	color: #ffffff;
	font-size: 16px;
	margin-top: 5px;
	padding: 10px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

/*
 * Tooltip box
 */

div.boxTooltip {
	background-color: #000000;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #333333;
	color: #ffffff;
	opacity: 0;
	padding: 10px;
	z-index: 999;
}

div.boxTooltip div.tip-title {
	font-weight: bold;
	margin-bottom: 5px;
}

/*
 * Column left box, column right box, divider horizontal box, divider vertical box
 */

div.boxColumns {
	margin-bottom: 16px;
	position: relative;
}

div.boxColumnLeft50 {
	float: left;
	width: 48%;
}

div.boxColumnRight50 {
	float: right;
	width: 48%;
}

div.boxColumnLeft70 {
	float: left;
	width: 69%;
}

div.boxColumnRight30 {
	float: right;
	width: 30%;
}

div.boxColumnClear {
	clear: both;
}

div.boxDividerH {
	background-color: #d2d4d8;
	clear: both;
	display: inline-block;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
}

div.boxDividerV50 {
	background-color: #d2d4d8;
	bottom: 16px;
	left: 50%;
	position: absolute;
	top: 16px;
	width: 1px;
}

div.boxDividerV70 {
	background-color: #d2d4d8;
	bottom: 16px;
	left: 70%;
	position: absolute;
	top: 16px;
	width: 1px;
}

/*
 * Status list
 */

ul#listStatus {
	position: absolute;
	top: 0px;
	left: 20px;
  z-index: 9999;
}

ul#listStatus li {
	background-color: rgba(50, 50, 150, 0.75);
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
	color: #ffffff;
	padding: 10px;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
}

/*
 * Error box
 */

div#boxError {
	background-color: #c91515;
	border-bottom-color: #a90707;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-radius: 3px;
	border-top-color: #f15858;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 100px;
	left: 50%;
	line-height: 22px;
	margin-left: -266px;
	margin-top: -66px;
	padding: 16px;
	position: fixed;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	top: 50%;
	width: 500px;
	z-index: 1000;
}

div#boxError p.textErrorMessage {
}

div#boxError div.boxButtons {
	bottom: 16px;
	position: absolute;
	right: 16px;
}

/*
 * Confirm box
 */

div#boxConfirm {
	background-color: #d2d4d8;
	border-bottom-color: #7d858e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-radius: 3px;
	border-top-color: #b3b8b4;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	color: #25292d;
	display: block;
	font-size: 16px;
	height: 120px;
	left: 50%;
	line-height: 22px;
	margin-left: -266px;
	margin-top: -76px;
	padding: 16px;
	position: fixed;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	top: 50%;
	width: 500px;
	z-index: 1000;
}

div#boxConfirm p.textConfirmMessage {
}

div#boxConfirm div.boxButtons {
	bottom: 16px;
	position: absolute;
	right: 16px;
}

/*
 * Overlay box, overlay loading box
 */

div#boxOverlay {
	background-color: rgba(248,248,248,0.5);
}

div.overlayLoading {
	background-image: url('../image/ajax-loader.gif');
	background-position: 50% 20%;
	background-repeat: no-repeat;
  opacity: 0.8;
  background-color: #ddd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/*
 * Popup box
 */

div#boxPopup {
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	left: 50%;
	padding: 16px;
	position: fixed;
	top: 50%;
	width: 800px;
	z-index: 1000;
}

/*
 * Clearfix
 */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/*
 * Global
 */

.border01 {
	border: 1px solid #d2d4d8;
}

.border01Top {
	border-top: 1px solid #d2d4d8;
}

.border01Right {
	border-right: 1px solid #d2d4d8;
}

.border01Bottom {
	border-bottom: 1px solid #d2d4d8;
}

.border01Left {
	border-bottom: 1px solid #d2d4d8;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

/*
 * page item tree
 */

.pageItem{
	/*display:none;*/
	margin-left: 30px;
}

.pageItemCategory{
	font-weight: bold;
	cursor: pointer;
}

.selected-flag {
  opacity: 1;
  /*background: #888;
  border: 1px solid #aaa;*/
}

.flag {
  opacity: 0.25;
}

div#boxContent div.boxWrapper .rowDisabled a {
  color: #B4B4B4;
  font-style: italic;
}

.table-image-container {
  position: relative;
  height: 100%;
  font 0/0 a;
}

.table-image-container img {
    height:32px;
    display: inline-block;
    vertical-align: middle;
}

.table-image-upload {
  top: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.boxWrapper {
  height: 100%;
}

div#boxContent {
  height: 100%;
}

.v2-iframe {
  height: 100%;
  width: 100%;
}

h3.form-column-title {
  width: 100%;
  text-align: center;
}

.inline-color .chzn-results li {
  color: #eee;
}

.inline-color .chzn-results li:hover {
  color: #fff;
}

#exceptions-cont {
  padding: 16px;
  overflow: scroll;
}

#exceptions-cont h2 {
  font-weight: bold;
}

.exception-item {
  margin-bottom: 2px;
}
.exception-title {
  font-size: 100%;
  cursor: pointer;
}

.exception-content {
  max-width: 1200px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 130%;
  overflow: scroll;
  font-size:10px;
}

#more-exceptions {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  cursor: pointer; 
}

#more-exceptions button {
  font-size: 20px;
  color: #000;
}

.content-hidden {
  display: none;
}

table[ng-table] .ng-table-image-input {
  z-index: 100;
  visibility: hidden;
  max-width: 100% !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tse-scrollable.vertical {
  width: 100%;
}

.body-content {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 969px) {
  div#boxHeader .ecos-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  div#boxHeader a#linkLogout {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .header-infos {
    display: none;
  }

  #boxHeader .menu-toggle-button {
    display: block;
  }

  div#boxSidebar {
    left: -230px;
  }

  #boxBackground div#boxMain {
    padding-left: 0px;
    margin-left: 0px;
  }

  #boxHeader #changer-box {
    position: absolute;
    left: 40px;
    top: -2px;
  }

  #boxHeader #customer-changer {
    position: absolute;
    left: 14px;
    top: 6px;
  }

  #boxHeader #branch-changer {
    position: absolute;
    left: 40px;
    top: 7px;
  }

  #boxHeader #customer-changer .selectize-input,
  #boxHeader #branch-changer .selectize-input {
  	box-shadow: none !important;
  }

  #boxHeader #customer-changer .ui-select-match.ng-hide,
  #boxHeader #branch-changer .ui-select-match.ng-hide {
  	position: absolute;
  	z-index: 2;
  }

  #boxHeader #customer-changer .ui-select-match.ng-hide,
  #boxHeader #branch-changer .ui-select-match.ng-hide {
  	display: flex !important;
  }

  #boxHeader #branch-changer .dd-select {
    width: 42px !important;
    height: 30px !important;
    background: none !important;
    border: none;
  }

  #branch-select .dd-select .dd-selected-text {
    display: none;
  }

  #branch-select .dd-select .dd-selected {
    padding: 10px;
  }
  #branch-select .dd-option.dd-option-selected {
    display: block;
  }
}

@media screen and (max-width: 600px) {
	#normal-logo {
		display: none;
	}
	div#boxHeader .ecos-logo #small-logo {
		display: block;
	}
	div#boxHeader .ecos-logo {
		  width: 168px;
	}
}

#lang-changer {
  position: absolute;
  top: -2px;
  right: 40px;
}

#changer-box {
  position:absolute;
  left: 233px;
  top: 2px;
}

#customer-changer {
  float:left;
  /*padding-right: 10px;*/
}

#branch-changer {
  padding-left: 10px;
  float:right;
}

/*#customer-changer {
  position:absolute;
  left: 233px;
  top: 2px;
}

#branch-changer {
  position:absolute;
  left: 390px;
  top: 2px;
}*/

#lang-select {
  width: 42px !important;
}

#lang-select .dd-select {
  width: 42px !important;
  height: 30px !important;
  border: none;
}


.dd-selected-text, .dd-option-text {
  line-height: 24px !important;
      margin-top: 4px;

}

.dd-option {
  padding: 6px !important;
}

#lang-select .dd-select .dd-selected-text,
.dd-select .dd-pointer {
  display: none;
}

.dd-option.dd-option-selected {
  display: none;
}

#lang-select .dd-options {
  left: -90px;
}

#customer-select .dd-selected {
  padding: 4px;
}

#branch-select .dd-selected {
text-align: center;
  padding: 4px;
}

.dd-selected {
  height: 40px;
  overflow:hidden;
}

.dd-options {
  top: 40px;
}

.dd-option label {
  margin-bottom: 0px;
}

.dd-options .dd-option {
  transition: none;
}

.dd-selected label.dd-selected-text {
  margin-bottom: 0px;
  margin-left: 0px;
}

.dd-options .dd-option-selected {
  background-color: #333;
}

.dd-options .dd-option:hover {
  background: #555;
}

.dd-options .dd-option-selected label,
.dd-options .dd-option:hover label {
  color: #fff;
}

.dd-container label {
  color: #121212;
}

.clock {
  position: absolute;
  top: 0px;
  right: 115px;
  margin-top: 0px;
}

.heartbeat {
  position: absolute;
  top: 0px;
  right: 82px;
  margin-top: 12px;
}

.heartbeat > div {
  position: relative;
}

.heartbeat span {
  color: #dedede;
  cursor: pointer;
}

.heartbeat-content {
  position: absolute;
  height: 0px;
  top: 30px;
  left: -100px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.heartbeat-content #reconnectDiv {
  margin-top: 6px;
  cursor: pointer;
  opacity: 0.8;
}

.heartbeat-content #reconnectDiv:hover {
	opacity: 1;
}

.heartbeat-content-container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 5px;
  width: 170px;
}

.heartbeat-text {
  margin-right: 5px;
  text-align: center;
}

.customer-logo {
  box-shadow: inset 0px 0px 2px #999;
  background-color: #fff;
}

.customer-logo img {
  max-width: 220px;
  max-height: 150px;
  margin-top:10px;
  margin-bottom:10px;
}


ul#listTreeNavigation li a span.glowbar {
  left: 0px;
  position: absolute;
  background: #4082BD; /*#2B80CC;*/
  box-shadow: 0 0 2px 1px #4286C3 inset;
  height: 100%;
  width: 5px;
  top: 0px;
  opacity: 0;
  transition: all 0.1s ease-in;
}

ul#listTreeNavigation li a span.glowbar:after {
  content: "";
    border-radius: 50%;
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    left: 8px;
    -webkit-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
    -moz-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
    box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
    background: rgba(124, 190, 215, 0.2);
}

ul#listTreeNavigation li a.treeitemActive {
 /* background-color:#eee; */
  /*background-color: #666;*/
    background: linear-gradient(to bottom, rgba(64,64,64,1) 0%, rgba(92,92,92,1.0) 2%, rgba(92,92,92,1) 98%, rgba(64,64,64,1) 100%);
}
ul#listTreeNavigation li a.treeitemActive span.glowbar {
  opacity: 1;
}

ul#listTreeNavigation li a.treeitemActive span {
color: #fff;
}
ul#listTreeNavigation > li > div > ul > li .treeitemActive {
 /*background-color:#939393;*/
}

#listTreeNavigation > li > a > *,
#listTreeNavigation .nav-subitems > li > a > *  {
	pointer-events: none;
}


.simple-summary-widget {
    padding: 5px;
}

/*.simple-summary-widget:hover {
    box-shadow: 0px 0px 10px #555555;
    cursor: pointer;
}*/

a.dd-selected, a.dd-selected label.dd-selected-text, a.dd-option, a.dd-option label.dd-option-text {
  outline: none;
  text-decoration: none;
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table[ng-table] input {
  line-height: normal;
}

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}


div#unifi-devices-table tbody tr td, div#unifi-ap-table tbody tr td {
  line-height: 14px;
}

.ui-select-highlight {
  font-weight: bold;
  color: #1db91d;
}
.angucomplete-dropdown {
padding: initial;
}
.angucomplete-dropdown-visible {
overflow: visible !important;
}
.angucomplete-row {
padding: initial;
         margin-bottom: initial;
}
table[ng-table] .angucomplete-holder input {
width: 100%;
}
table[ng-table] .angucomplete-image {
  border-radius: initial;
}


div.welcomeUser {
  padding-left: 10px;
  padding-right: 128px;
  margin-top: 6px;
  color: #fff;
  line-height: 16px;
  position: absolute;
  right: 90px;
  top: 2px;
}
@media screen and (max-width: 969px) {
  /*div.welcomeUser, #reconnectButton, #terminalButton, #connectedAdmins, .light-switch {*/
  div.welcomeUser, #terminalButton, #connectedAdmins, .light-switch {
    display: none;
  }
}

#reconnectButton {
	position: absolute;
	right: 100px;
	top: 0px;
}

#terminalButton {
	position: absolute;
	right: 32px;
	top: 2px;
}

#connectedAdmins {
  top: 2px;
  position: absolute;
  left: 170px;
  font-size: 10px;
  line-height: 10px;
  color: #ddd;
  width: 200px;
  overflow: scroll;
  max-height: 42px;
}

@media screen and (max-width: 1125px) {
	.branches-visible.customers-visible .welcomeUser {
		display: none;
	}
}

label {
  font-weight: normal;
}

.product-variants-container table[ng-table] .ng-table-type-image {
  position: relative !important;
}

.light-switch {
  position: absolute;
  top: 13px;
  right: 195px;
  cursor: pointer;
  color: #cecece;
}
