﻿
.toolPanel {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    color: white;
    z-index: 10;
}

    .toolPanel.active {
        display: block;
    }

    .toolPanel .toolHeader.ui-draggable-handle {
        cursor: move;
    }

    .toolPanel .toolHeader {
        width: 100%;
        padding: 5px 10px;
        color: white;
        background: rgba(50, 62, 82,0.85);
        height: 45px;
        display: flex;
        cursor: default;
        align-items: center;
        position: relative;
    }

        .toolPanel .toolHeader .toolHeaderItem {
            display: inline-block;
            line-height: 25px;
            margin: 0px 10px;
        }

        .toolPanel .toolHeader .toolHeaderRight {

        }

    .toolPanel .toolBody {
        height: calc(100% - 36px);
        overflow-y: auto;
    }

    .toolPanel .toolHeader .toolHeaderRight .toolHeaderItem {
        cursor: pointer;
    }
.toolName {
    font-size: 18px;
}
