@font-face {
	font-family: 'Arial';
	src: url('../fonts/arial/arialmt.eot');
	src: url('../fonts/arial/arialmt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arial/arialmt.woff2') format('woff2'),
		url('../fonts/arial/arialmt.woff') format('woff'),
		url('../fonts/arial/arialmt.ttf') format('truetype'),
		url('../fonts/arial/arialmt.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    overflow: hidden;
    font-family: 'Arial';
    margin: 0px;
    font-size: 16px;
}

#main_cont {
    height: 600px;
    width: 800px;
    width: 1100px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
}

#container {
    position: relative;
    width: 100%;
    background-color: #666666;
    height: 570px;
    top: 30px;
}
.left_cont {
    position: relative;
    height: 100%;
    width: 550px;
    width: 730px;
    margin-left: 50px;
    display: inline-block;
    vertical-align: top;
/*    display: none;*/
}

.right_cont {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 235px;
    vertical-align: top;
    z-index: 2;
    margin-left: 10px;
}

.slide-track {
    margin: 10px auto;
    background-color: #fa5656;
    border-radius: 3px;
    height: 430px;
    width: 8px;
    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
}

.slide-button {
    width: 16px;
    height: 10px;
    background-color: #ff7575;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 5px;
    left: -4px;
    top: 420px;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.slide_cont {
    width: 50px;
    padding-bottom: 1px;
    margin: 10px;
    background-color: #ababab;
    display: inline-block;
    vertical-align: top;
}

.slide_txt,.temp_txt,.peak_txt {
    text-align: center;
    padding: 7px 0px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.temp,.peak {
    background-color: #ababab;
    text-align: center;
    height: 100px;
    margin: 30px 10px;
}

.val_cont {
    display: inline-block;
    height: 403px;
    width: 160px;
    vertical-align: bottom;
    font-weight: bold;
}

.temp_val,.peak_val {
    color: #fb0035;
    font-size: 25px;
    padding: 18px;
}
.jqplot-xaxis-tick {
    top: 10px;
}
.jqplot-yaxis-tick {
    right: 10px;
}

.spect {
    width: 120px;
    position: absolute;
    bottom: 73px;
    left: 190px;
}

.label_yaxis {
    color: white;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
    -moz-transform: rotate(270deg); /* Firefox */
    width: 178px;
    position: absolute;
    left: -74px;
    top: 200px;

}
.jqplot-yaxis{
    left: -15px !important;
}

.yaxis {
    position: absolute;
    top: 0;
    height: 498px;
    width: 10px;
    background-color: #c1dcf7;
    left: 63px!important;
    opacity: 0.7;
}

.device-button{
    -ms-transform: scale(1.5); /* IE 9 */
   	-webkit-transform: scale(1.5); /* Safari */
    transform: scale(1.5);
}
.slide-button-click{
    background-color: #b72b2b;
}
#loadInfo {
    position: absolute;
    width: 176px;
    height: 50px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
}
        #main_cont{
                opacity: 0;
        }