html, body {
    height: 100%;
    max-height: 100%;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, Arial;
    font-size: 14px;
}
article {
    padding: 10px 20px;
}
h1 {
    font-weight: 200;
    font-size: 24px;
    color: #1F1F1F;
}
.device-list {
    display: none;
}
table{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ccc;
    display: block;
	white-space: nowrap;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
td, th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
th {
    height: 30px;
    border-bottom-width: 2px;
}


.esns {
	height: 150px;
	width: 100%;
	word-wrap: normal;
}
.noIDReport {
	height: 150px;
	width: 100%;
	word-wrap: normal;
}

.txtCSVExport {
	height: 150px;
	width: 100%;
	word-wrap: normal;
	white-space: pre;
	overflow-x: scroll;
	
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 15px;
  border-radius: 20%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 20%;
  background: #4CAF50;
  cursor: pointer;
}
	
