html {
    height: 100%;
}
body {
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
}

.control-panel{
    position: absolute;
    bottom: 25px;
    width: 258px;
    height: 74px;
    content: "";
    left: 181px;
}

.control-panel input[type="button"]{
    vertical-align: top;
    min-width: 60px;
    padding: 0;
    text-align: center;
    max-width: 60px;

        border: 0 !important;
}
.control-panel input[type="button"]:focus{
    outline: none;
}

.control-panel input[type="button"]:hover{
    border: 0 !important;
    background-color: transparent;
/*-webkit-box-shadow: inset 0px 0px 21px -2px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 21px -2px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 21px -2px rgba(0,0,0,0.95);*/
}

.pressed {
/*    background-color: #dcdcdc !important;
    border: 0 !important;
-webkit-box-shadow: inset 0px 0px 21px -2px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 21px -2px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 21px -2px rgba(0,0,0,0.95);*/
}

.control-panel .on-button,
.control-panel .off-button{
    height: 58px;
    font-weight: bold;
    background-color: transparent;
}

.control-panel .on-button{
    position: absolute;
    top: 10px;
}

.control-panel .off-button{
    position: absolute;
    left: 50px;
}



.on-button.pressed{
    top: -1px;
    left: -1px;
    background-image: url("../images/pressed_on.jpg");
}

.off-button.pressed{
    top: -1px;
    left: 49px;
    background-image: url("../images/pressed_off.jpg");
}

.buttons-container{
    position: absolute;
    /* margin-top: 15px; */
    /* margin-left: 20px; */
    /* margin-right: 10px; */
    display: inline-block;
    vertical-align: top;
    top: 30px;
    left: 29px;
        display: inline-block;
    vertical-align: top;
    top: 18px;
    padding-top: 10px;
    height: 50px;
    left: 26px;
    width: 113px;
}

.control-panel .off-button{
    margin-left: 5px;
    color: #a94442 !important;
}

.knob-container{
    left: 144px;
    position: absolute;
    top: -1px;
    display: inline-block;
    margin-top: 8px;
    width: 100px;
}

.wrapper {
    width: 471px;
    height: 632px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    /*box-sizing: border-box;*/
    padding: 10px;
    background: url('../images/image.jpg') no-repeat center;
    position: relative;
}

.body-wrapper {
    margin: 0 auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.controls-wrapper {
    margin-top: 40px;
}

.scale-wrapper {
    position: absolute;
    bottom: 175px;
    right: 167px;
    width: 50px;
    height: 375px;
    /*margin-left: 20px;*/
}
.scale, .scale1 {
    bottom: 0px;
    left: 0;
    transition: all .7s ease;
    position: absolute;
}
.scale1 {
    left: 61px;
}
.pull-left {
    float: left;
}
#chart-wrapper {
    width: 281px;
    height: 402px;
    padding-top: 64px;
    padding-left: 7px;
}
.chart {
    z-index: 2;
}
.canvasjs-chart-credit {
    display: none;
}



/*CIRCLE*/

.circle-wrapper {
    background: url('../images/circle(2).jpg') no-repeat center;
    width: 664px;
    height: 656px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    /*box-sizing: border-box;*/
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.circle-arrow {
    position: absolute;
    top: 290px;
    left: 240px;
    transform-origin: 69% 17%;
    transition: all .7s ease;
    transform: rotate(0deg);
}
