body 
{
  padding-top: 70px;
  padding-bottom: 60px;
  }

.btn.active {
    border-width: 2px;
}

td.fill-width {
    width: 100%;
}


#infobox 
{ 
  position: fixed;
  right: 50px;
  top: 50px;
  }

#infobox div.infobox-inner 
{ 
  padding: 3px;
  padding-top:5px;
  width:200px;
  min-height:70px;
  border-radius: 5px;
  box-shadow:3px 3px 6px #666666;
  border: 1px solid #AAA;
  font-weight: bold;
  font-size: 12px;
 }

#infobox div.info 
{ 
  background-color: green;
  color: white;
  }

#infobox div.warning 
{ 
  background-color: #F58B0F;
  color: black;
  }

#infobox div.error 
{ 
  background-color: #D33;
  color: white;
  }


.hostGrid 
{ 
  width: 500px;
  height: 250px;
}

.extrasmall {
    font-size: 50%;
}

ol.valuelist {
    list-style: none;
    margin: 0;
}

ol.valuelist > li {
    display: inline-block;
}

ol.valuelist > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\00a0/\00a0";
}

.valuelist div.one-value span {
    cursor: pointer;
}

table.propertylist {
    width: 100%;
}

table.propertylist th {
    vertical-align: top;
}


.objectselection table {
    width: 100%;
}

div.objectselection {
    background-color: white;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 10px;
}

div.compact-object-view {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
}

div.compact-object-view h3 {
    font-size: 120%;
    border-bottom: 2px solid  #ccc;
}

.dash-container-object-by-class {
    margin-top: 50px;
}



.object-by-class-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    margin-top: 20px;
}

.object-by-class-box h4 {
    border-bottom: 1px solid #ccc;
    padding: 0 5px 5px 5px;
}

.object-by-class-box h4 button {
    margin-right: 5px;
}

.object-by-class-box div {
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}


.datetime-dateinput {
    vertical-align:middle;
    position: relative;
    display: table-cell;
}

.mediumheight {
    height: 200px;    
}

.small-vertical-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.small-vertical-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.scrolling-y {
    overflow-y: scroll;
}

.classtree2 ul ul {
    margin-left: 10px;
}

.classtree2 .nav li a {
    display: inline;
    padding: 0;
}

.classtree2 .nav li {
    white-space: nowrap;
}

.caret { margin-right: 5px; }
.caret-right {
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
