#measurePanel {
    position: relative;
    height: 800px;
    width: 99%;
}

#settingsPanel {
    display: none;
    padding-left: 18px;
}

#reportPanel {
    display: none;
    padding-left: 18px;
}

#topPanel {
    width: 100%;
    position:relative;
    height: 45px;
    border-bottom: solid 2px #ccc;
    margin-left: 14px;
}
 #leftPanel {
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    vertical-align: top;
    height: 100%;
    overflow: auto;
    padding: 8px;
 }

 #rightPanel {
    display: inline-block;
    box-sizing: border-box;
    width: 68%;
    vertical-align: top;
    height: 98%;
    overflow: auto;
    padding: 8px;
 }

 #measureList {
    height: 98%;
    overflow: auto;
    padding: 8px;
}


#mChartBLock {
    margin-top: 25px;
    overflow: auto;
}

#dataBlock {
    margin-left: 36px;
    margin-top: 40px;
}

#dataBlock td, th {
    text-align: right;
    width: 50px;
}

#testCountLbl {
    position: absolute;
    display: inline-block;
    width: 40px;
    left: 468px;
    top: 21px;
    text-align: right; 
}

#filterBtn {
    position: absolute;
    left: 510px;
    top: 21px;
    font-size:18px;
    cursor: pointer;
    color: darkcyan;
}

#filterBtnRed {
    position: absolute;
    left: 510px;
    top: 21px;
    font-size:18px;
    color: red;
    cursor: pointer;
}

.dataRow:hover {
    background-color: #ddd;
}

.tableSumCol {
    background-color: #ddd;
}
#hmBlock {
    display: inline-block;
    margin-left: 40px;
}


.measureListItem {
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
    background-color: #ddd;
    padding: 2px;
}

.measureListItem:hover {
    background-color: #d4d4d4;
}

.measureListItemDrawn {
    background-color: #bbb;
}

.mliSelected {
    background-color: aqua !important;
}

.mlName {
    display: inline-block;
    width: 45px;
    overflow: hidden;
}

.mlTime {
    display: inline-block;
    width: 104px;
    overflow: hidden;
    font-size: 13px;
    vertical-align: top;
}

.mlSkiName {
    display: inline-block;
    width: 270px;
    overflow: hidden;
    vertical-align: top;
}

.mlPair {
    display: inline-block;
    width: 30px;
    overflow: hidden;
}

.mlForce {
    display: inline-block;
    width: 50px;
    overflow: hidden;
}

.mlDist {
    display: inline-block;
    width: 50px;
    overflow: hidden;
}

.mlComment {
    display: inline-block;
    width: 250px;
    overflow: hidden;
}

.mlTester {
    position: absolute;
    bottom: 3px;
    right: 3px;
    display: inline-block;
    font-size: 75%;
}

.hmCol {
    display: inline-block;
    width: 0.375%;
    height: 25px;
    padding: 0;
    margin: 0;
    margin-left: -1px;
}

.hmRow {
    width: 9px;
    height: 15px;
}

.skilist_item {
    cursor: pointer;
}

.skilist_item:hover {
    background-color: #ddd;
}

.listButtons {
    display: none;
}

.listBtn {
    color: var(--navi-color);
    padding: 1px 5px 1px 5px;
    float: left;
    /* height: 22px; */
    /* width: 26px; */
    font-size: 17px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.listBtn:hover {
    background-color: var(--hover-color);
}
.listRowSelected {
    background-color: red;
    color: white;
}

.skilist_checkdiv {
    width: 20px;
    text-align: left;
    vertical-align: middle;
}

.skilist_skiid {
    width: 30px;
    text-align: left;
    vertical-align: middle;
}

.skilist_identifier {
    display: inline-block;
    width: 255px;
    text-align: left;
    overflow: hidden;
    max-height: 18px;
    vertical-align: middle;
}

.skilist_name {
    display: inline-block;
    width: 160px;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    max-height: 18px;
}

.skilist_society {
    width:200px;
    text-align: left;
    vertical-align: middle;
}

.skilist_testername {
    display: inline-block;
    width:200px;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    max-height: 18px;
}

.skilist_time {
    width:120px;
    text-align: left;
    vertical-align: middle;
}

.skilist_count {
    width: 30px;
    text-align: left;
    vertical-align: middle;
}

.skilist_identifier_f {
    width: 149px;
}

.skilist_name_f {
    width: 128px;
}

.skilist_buttons {
    width:82px;
    text-align: left;
    vertical-align: middle;
}