/* Treetable styles  */

.arrowDown {
  width: 0;
  height: 0;
  border-color: #bbb rgba(51, 51, 51, 0) rgba(51, 51, 51, 0);
  border-style: solid;
  border-width: 7px;
  margin: 10px 3px 3px 5px;
}

.arrowUp {
  width: 0;
  height: 0;
  border-color: rgba(51, 51, 51, 0) rgba(51, 51, 51, 0) rgba(187, 187, 187, 1);
  border-style: solid;
  border-width: 7px;
  margin: 4px 3px 3px 5px;
}

.arrowLeft {
  width: 0;
  height: 0;
  border-color: rgba(51, 51, 51, 0) rgba(187, 187, 187, 1) rgba(51, 51, 51, 0) rgba(51, 51, 51, 0);
  border-style: solid;
  border-width: 8px;
  margin: 4px 3px 3px 5px;
}

.arrowRight {
  width: 0;
  height: 0;
  border-color: rgba(51, 51, 51, 0) rgba(51, 51, 51, 0) rgba(51, 51, 51, 0) rgba(187, 187, 187, 1);
  border-style: solid;
  border-width: 7px;
  margin: 4px 3px 3px 5px;
}

.arrowHide {
  width: 15px;
  border: none;
}

.arrowRight:hover {
  cursor: pointer;
  border-left-color: #fff;
}

.arrowLeft:hover {
  cursor: pointer;
  border-right-color: #fff;
}

.arrowUp:hover {
  cursor: pointer;
  border-bottom-color: #fff;
}

.arrowDown:hover {
  cursor: pointer;
  border-top-color: #fff;
}

.pers-icon {
  background: url(../images/personal-pers-small.png) no-repeat 8% 60%;
}

.pref-icon {
  background: url(../images/personal-pref-small.png) no-repeat 7% 55%;
}

.noti-icon {
  background: url(../images/personal-mynot-small.png) no-repeat 8% 60%;
}

.esca-icon {
  background: url(../images/personal-esc-small.png) no-repeat 8% 69%;
}

.snap-icon {
  background: url(../images/personal-snap-small.png) no-repeat 6% 59%;
}

#treeDiv {
  min-width: 235px;
  float: left;
  vertical-align: top;
  max-width: 245px;
  clear: both;
}

#treeDiv>div {
  border: 1px solid #ccc;
  padding: 5px;
}

#treeDiv #tree {
  border: 1px solid #ccc;
  padding: 5px;
}

#enableTable.btn,
#viewInfo.info,
#previewTable.btn {
  float: right;
}

#viewInfo.info {
  background: url(images/information.png) no-repeat 25% 65%;
  width: 25px;
  height: 20px;
}

#viewInfo.info:hover {
  cursor: pointer;
}

#configDiv {
  width: 100%;
  padding-top: 10px;
  min-width: 850px;
}

#inner-view menu {
  height: 23px;
  margin: 0;
  padding: 0;
}

#inner-view menu li {
  float: left;
  list-style-type: none;
  line-height: 22px;
  height: 21px;
  margin: 0 9px 5px 0;
}

#nodeDelete img {
  position: relative;
  bottom: 2px;
}

#tableContainer {
  border: 1px solid #3F3F3F;
  position: relative;
  float: left;
}

#configDiv.wide {
  padding-top: 10px;
}

#configDiv.wide #tableContainer {
  width: 97.5%;
  left: 0px;
  top: 0px;
}

#tableContainer table {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.treeTable tbody tr td:nth-child(2) {
  border-right: 1px solid #3F3F3F;
  padding-right: 10px;
}

.treeTable tbody tr:hover,
#tableContainer tr.host:hover,
#tableContainer tr.service-group:hover {
  background-color: #555;
}

span.dragHandle,
span.dragHandle {
  transform: rotate(90deg);
  color: #333;
  font-size: 1.3em;
  text-align: center;
  width: 15px;
  line-height: 0;
  height: 17px;
  letter-spacing: 1px;
  display: block;
}

.icon {
  position: relative;
  top: 2px;
  left: 2px;
  opacity: 0.4;
}

.icon:hover {
  opacity: 1;
  cursor: pointer;
}

#slider {
  float: left;
  width: 10px;
  background: #444;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  color: #333;
  font-weight: bolder;
  font-size: 15px;
  text-align: center;
  line-height: 215%;
}

#slider:hover {
  cursor: e-resize;
  background: #999
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

span.rowSelect {
  width: 22px;
  padding-left: 15px;
}

.treeTable tbody tr td:first-child span,
.treeTable tbody tr td:last-child span {
  display: none;
  float: left;
  margin-right: 6px;
}

.treeTable tbody tr td:first-child span.dragHandle:hover {
  cursor: move;
}

.treeTable tbody tr.root td:first-child span.dragHandle:hover {
  cursor: default;
}

.treeTable tbody tr.container:hover td:first-child span.dragHandle,
.treeTable tbody tr.service-group:hover td:first-child span.dragHandle,
.treeTable tbody tr:hover td:last-child span.deleterow,
.treeTable tbody tr.container:hover td:first-child span.addrow {
  color: #000;
  text-shadow: 1px 1px 1px #aaa;
  display: block;
}

#configDiv #treeDiv .expand {
  height: 22px;
}

#configDiv #treeDiv .expand>div {
  border: 1px solid #999;
  height: 15px;
  width: 20px;
  position: relative;
  top: 3px;
  left: 3px;
  box-shadow: 3px 0 6px #111 inset;
  float: left;
}

#configDiv.wide #treeDiv {
  min-width: 0;
}

#configDiv.wide #treeDiv .expand {
  width: 25px;
}

#configDiv.wide #treeDiv .expand>div {
  width: 13px;
  border-left: 7px solid #999;
}

#tableContainer table th:first-child {
  width: 40%;
}

#tableContainer table tbody tr td.monitors {
  overflow: hidden;
  white-space: nowrap;
  width: 69%;
  padding-top: 5px;
}

#tableContainer table tbody tr {
  height: 30px;
}

#tableContainer table tbody tr.root td:nth-child(2) {
  padding-left: 20px;
}

#tableContainer table tbody tr td:first-child {
  max-width: 55px;
  padding-left: 15px;
  width: 60px;
}

#tableContainer table tbody tr td:nth-child(2) {
  max-width: 300px;
  width: 260px;
}

#tableContainer table tbody tr td:nth-child(3),
#tableContainer table tbody tr td:nth-child(5),
#tableContainer table tbody tr td:nth-child(6) {
  width: 25px;
}

#tableContainer tr.host {
  display: table-row;
  height: 34px;
}

#tablecontainer {
  overflow: auto;
}

table.treeTable tbody tr td.monitors>div {
  overflow: hidden;
  float: left;
}

#tableContainer input#inlineEditor {
  display: inline-block;
  width: 60%;
  background-color: #333;
  color: #FFF;
  border: none;
}

.treeTable tr td:nth-child(2) div.saveChange {
  width: 20px;
  height: 20px;
  background: url(images/tick_icon.png) no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 3px;
}

.treeTable tr td:nth-child(2) div.exitChange {
  width: 20px;
  height: 20px;
  background: url(images/cross_icon.png) no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 5px;
}

.mouseoverRow {
  background-color: rgba(68, 68, 68, 0.4);
}

.selectedRow {
  background-color: #444;
}

.greenLED {
  background-color: #3dff01;
  width: 9px;
  height: 9px;
  border-radius: 6px;
  border: 2px solid #000;
  box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7) inset;
  margin: 0 auto;
}

.jstree-drop {
  text-align: center;
  line-height: 2;
  height: 300px;
  padding-top: 200px;
}

.jstree-drop strong:hover {
  cursor: pointer;
  text-decoration: underline;
}

.rowDragClone {
  padding: 3px;
  background-color: #ddd;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #000;
}

.service-group .monitors .tagContainer div {
  display: inline-block;
  padding: 5px 0px 4px 0px;
  margin: 2px 7px;
  border-radius: 5px;
  width: 55px;
  text-align: center;
}

.tag {
  background: #9AE658;
  background-image: linear-gradient(top, #5CA919, #9AE658);
  text-shadow: 1px 1px 1px #DDD;
  color: black;
  border-top: 1px solid #92E577;
  border-left: 1px solid #92E577;
  border-bottom: 1px solid #555;
}

.tagOff {
  background: #E11B1C;
  background-image: linear-gradient(top, #EA4D4D, #e11b1c);
  border-right: 1px solid #555;
  border-top: 1px solid #222;
  border-bottom: 1px solid #555;
  border-left: none;
  color: #EEE;
  text-shadow: 1px 1px 0 #770A0A;
}

.tagContainer div:hover {
  cursor: pointer;
}

.configData {
  width: 53px;
  display: inline-block;
  padding: 0 0px 0 17px;
}

.configData ul {
  list-style: none;
  width: 75px;
  margin: 0 auto;
}

.configData ul li {
  float: left;
  line-height: 18px;
  font-size: 10px;
  padding: 2px 6px 0;
  background: #595959;
  background: linear-gradient(top, #7a7a7a 0%, #595959 100%);  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#595959', GradientType=0);  /* IE6-8 */
  text-shadow: 0 1px 0 #444;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  width: 19px;
  display: none;
  border-radius: 5px;
  text-align: center;
}

.configData ul li a {
  display: block;
  text-decoration: none;
  font-family: Roboto, Helvetica, Arial;
  text-transform: uppercase;
  color: #222;
  text-shadow: 1px 1px 1px #aaa;
  cursor: pointer;
}

.configData ul .on {
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
}

.configData ul li:last-child.on {

  background: #9AE658;
  background: linear-gradient(top, #5ca919 0%, #9ae658 100%);  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca919', endColorstr='#9ae658', GradientType=0);  /* IE6-8 */
  display: block;
}

.configData ul li:first-child.on {

  background: #e11b1c;
  background: linear-gradient(top, #ea4d4d 0%, #e11b1c 100%);  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4d4d', endColorstr='#e11b1c', GradientType=0);  /* IE6-8 */
  display: block;
}

.configData ul li:first-child.on a {
  text-shadow: none;
  color: #CCC;
}

.configData ul li:active {
  background: linear-gradient(top, #6a6a6a 0%, #494949 100%);  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6a6a', endColorstr='#494949', GradientType=0);  /*IE6-8 */
}

.delete {
  height: 18px;
  width: 18px;
  background-color: red;
  border-radius: 15px;
  box-shadow: 1px 1px 0 #F76 inset, 1px 1px 1px #2f2f2f;
  border-width: 8px;
  margin: 0 auto;
}

.delete:after {
  content: '';
  display: block;
  height: 2px;
  width: 10px;
  background-color: #FFF;
  top: 6px;
  position: relative;
  left: 4px;
  transform: rotate(45deg);
}

.delete:before {
  z-index: 200;
  content: '';
  display: block;
  height: 2px;
  width: 10px;
  background-color: #FFF;
  top: 8px;
  position: relative;
  left: 4px;
  transform: rotate(-45deg);
}

.colHead-highlight {
  height: 15px;
  background: #aaa;
}

#preview-view #inner-norm {
  color: white;
}

#preview-view #inner-norm .overview-por .container>div.wrap {
  display: block;
}

#viewList {
  display: inline-block;
  position: relative;
  margin: 0 0 0 6px;
  top: -1px;
  font-size: 100%;
}

#viewList>label {
  position: relative;
  top: 1px;
}

#viewList select {
  width: 100px;
  border-radius: 4px;
  vertical-align: middle;
  padding: 3px 5px;
  appearance: none;
  height: 26px;
  font-size: 12px;
  font-family: Roboto, Calibri, Helvetica, Arial, Verdana, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#info-view .form-title {
  border-bottom: 1px solid black;
}

#info-view .form-inner {
  margin: 10px 60px 10px 60px
}

#info-view h3 {
  margin-bottom: 3px;
}

#info-view ul {
  margin-left: 20px;
}
