.wrapper {
    width: 100%;
    height: 50px;
    position: relative;
    /*border-left: 3px #a6e1ec solid;
    border-right: 3px #a6e1ec solid;*/

}
.check{
    float:right;
    margin:7px;
}
.check:hover{
    color:#3498db;
}


.field{
    text-align: center;
}


.line {

    height:100%;
    border-bottom:2px solid;
    transform: translateY(calc(-50% - 2px));
    margin-right: 20px;
}

.highlight {
    background-color: #00d244;
}

.webix_gage-value{
   font-size: xx-large;
}
.arrowR {
    position: absolute;
    top: calc(50% - 5.5px);
    right: 20px;
    border-right:2px solid;
    border-top:2px solid;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);


}

.test{
    text-align: center;
    vertical-align: middle;
}


.textover {
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    top: -10px;
}

.textUnder {
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    top: 11px;
}

.arrowL {
    position: absolute;
    top: calc(50% - 5px);
    right: calc(100% - 5px);
    border-right:2px solid;
    border-top:2px solid;
    width: 5px;
    height: 5px;
    transform: rotate(225deg);


}

.empty {
    width: 100%;
    height: 50px;
    position: relative;
}

.header-cell {
    background-color: #a6e1ec;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}


/*
.column {
    box-sizing: border-box;
    position: absolute;
    float: left;
    display: inline-block;
    margin: 0px;
    padding-left: 0;
    width: 200%;
    border: 2px black solid;
}
*/
