html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font:14px 'Open Sans',Verdana,sans-serif;
  line-height: 21px;
  background: none;
}

h1, h3 {
  border-bottom: none;
  margin: 0;
}

a {
  text-decoration: none !important;
  color: black !important;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 1;
  z-index: 99;
}

#remainingtime {
  display: none;
}

#pdflinks {
  display: none;
}

#container {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#header {
  background: none;
  height: 100px;
}
#header h1 {
  position: absolute;
  top: 95px;
  left: 35px;
  border: none;
}
#header .logo {
  display: none;
}
#header img {
  position: relative;
  top: -30px;
}

#headerbar {
  display: none;
}

#logout {
  display: none;
}

#footer {
  display: none;
}

#search {
  display: none;
}

#content {
  margin: 30px 30px 0 30px;
  padding-bottom: 0;
}

.contentgroup {
  margin: 0 0 40px 0;
  padding: 0;
  width: 100%;
  background: none;
}

#sidebar, .sidebar {
  display: none;
}

.collapsed {
  height: auto;
  padding: 0;
  border-bottom: none;
}

.collapser, .collapserall, .adddevice, .addthreshold, .addfile, .addusermappingdropdown, .defaultsort, #search_device {
  display: none;
}


.label {
  clear: left;
  float: left;
  height: 28px;
  width: 210px;
  line-height: 28px;
  margin: 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input {
  float: right;
  width: calc(100% - 250px);
  height: 26px;
  padding: 0 20px 0 2px;
  margin: 4px 0;
  border: 1px solid lightgrey;
  border-top: 1px solid grey;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.input.disabled {
  width: calc(100% - 250px);
  background-color: white;
}

.input.disabled input[type="text"][disabled], .input.disabled div.disabled, div.input.disabled {
  color: black;
}
input.checkbox {
  left: 16px !important;
}

.magnifier, .close {
  display: none;
}
.deleteFileCancel {
  display: none;
}
.deleteDevice, .deleteThreshold {
  display: none;
}
.deleteDeviceCancel, .deleteThresholdCancel {
  display: none;
}
.adddevicecomment {
  display: none;
}
