* {
	font-family: Arial, Sans Serif;
}
div.modal {
	background-color: #FFFC;
	width: 99%;
	height: 100%;
	position: absolute;
	z-index: 1000000;
	top: 0;
}
div.error {
	width: 320px;
    border: solid #D00 1px;
    border-radius: 4px;
    box-shadow: 4px 3px 3px rgb(0 0 0 / 25%);
    top: 40%;
    left: 50%;
    margin: -100px -160px;
    position: relative;
    background: #FFF;
}
div.errorTitle {
	background: #D00;
	border-radius: 4px 4px 0 0;
	color: #FFF;
	font-weight: bold;
	padding: 4px 10px;
	font-size: 13px;
}
div.errorMsg {
	padding: 15px 20px;
	font-size: 13px;
	line-height: 1.6;
}
button {
    padding: 4px 11px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fcfcfc,#e6e6e6);
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
}
button:hover {
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    color: #000;
}
div.form .field-label {
	font-size: 14px;
	color: #444;
}
div.form input {
	padding: 5px 10px;
	border: solid 1px #CCC;
	border-radius: 4px;
	margin: 4px 0 1px 0;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
}
div.form input.errorField {
	border: solid 1px #d62246;
}
.invalidFieldMessage {
	color: #d62246;
	font-size: 12px;
}

.graphDC600__bg {
    fill: #FCFCFC;
}
.graphDC600__bg {
    fill: #FCFCFC;
}
.graphDC600__bg__blocks {
    fill: #FFF;
}
.graphDC600__vMouseLine {
    stroke: #3399CC !important;
}

.line_track {
  fill: none;
  /*stroke: #333399;*/
  stroke-width: 2px;
}

.axisBgLine {
  fill: none;
  stroke: #DDD !important;
  stroke-width: 1px;
}

.timeText {
    font-size: 11px;
    fill: #3399CC;
    text-anchor: middle;
}

.HouGraph__timeBlock {
    /*stroke: #666 !important;*/
    /*stroke-width: 1px;*/
    height: 15;
    /*opacity: 0.5;*/
    stroke-width: 0.5;
}
.HouGraph__intervalBlock {
    stroke: #000;
    stroke-opacity: 1;
}
.HouGraph__linePoint {
      stroke-width: 10px;
      stroke-opacity: 0;
}
.HouGraph__toolTip {
    font-size: 12px;
    border: solid 1px #999;
    padding: 6px 9px;
    background: #FFF;
    border-radius: 4px;
    line-height: 140%;
    position: absolute;
    z-index: 99999;
    pointer-events: none;
    box-sizing: border-box;
}
.HouGraph__toolTip td {
    vertical-align: top;
    max-width: 350px;
}
.HouGraph__toolTip_mobile {
    font-size: 12px;
    border: solid 1px #39C;
    padding: 4px 6px;
    background: #FFF;
    border-radius: 4px;
    line-height: 140%;
    margin-left: -320px;
    display: inline-block;
    position: relative;
    max-width: 330px;
}
.HouGraph__toolTip_mobile td {
    vertical-align: top;
    max-width: 350px;
}
.HouGraph__filter_sensorVal {
    width: 105px;
    border: none;
    background: #F2F2F2;
    padding: 2px;
    font-size: 1em;
    height: 1.3em;
    margin-left: 7px;
}
.HouGraph__autoScaleDiv {
    height: 35px;
    position: absolute;
    padding: 20px 0 0 30px;
    opacity: 0.8;
}

