.BhtmlSs2 {
    margin-top: 10px;
    margin-bottom: 40px;
}

.BhtmlSs {
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: white;
}
.BhtmlSs2 {
    background-color: white;
}

    .BhtmlSs > table, .BhtmlSs2 > table {
        table-layout: fixed;
        width: 26px;
    }

        .BhtmlSs > table > thead > tr > td:first-child > div,
        .BhtmlSs2 > table > thead > tr > td:first-child > div {
            text-align: right;
        }

        .BhtmlSs > table > thead > tr > td:first-child,
        .BhtmlSs2 > table > thead > tr > td:first-child {
            width: 26px;
            text-align: right;
        }

        .BhtmlSs > table > tbody > tr > td:first-child,
        .BhtmlSs2 > table > tbody > tr > td:first-child {
            background-color: #e6e6e6;
            text-align: center;
            font-weight: bold;
        }

        .BhtmlSs > table > tbody > tr > td,
        .BhtmlSs2 > table > tbody > tr > td {
            border-right: 1px solid #afafaf;
            border-bottom: 1px solid #999999;
            white-space: nowrap;
            overflow: hidden;
            height: 27px;
            padding-left: 2px;
            font-size: 11pt;
        }

        .BhtmlSs > table > thead > tr > td,
        .BhtmlSs2 > table > thead > tr > td {
            background-color: #e6e6e6;
            border-bottom: 1px solid #999999;
            border-right: 1px solid #afafaf;
            padding-right: 0px;
            padding-left: 0px;
        }

            .BhtmlSs > table > thead > tr > td > a > span,
            .BhtmlSs2 > table > thead > tr > td > a > span {
                font-size: 11pt;
                font-weight: bold;
                color: #000;
            }

.BhtmlSsDragW {
    position: absolute;
    right: 0px;
    top: 1px;
    height: 100%;
    width: 4px;
    background-color: transparent;
    cursor: ew-resize;
}

    .BhtmlSsDragW:hover {
        background-color: gold;
    }

.BhtmlSs > table > thead > tr > td:first-child > div > i,
.BhtmlSs2 > table > thead > tr > td:first-child > div > i {
    position: relative;
    bottom: -5px;
    color: #b4b4b4;
}

.BhtmlSs > table > thead > tr > td,
.BhtmlSs2 > table > thead > tr > td {
    text-align: center;
    white-space: nowrap;
    font-size: 11pt;
    position: relative;
    overflow: hidden;
}

.BhtmlSs > table > thead > tr {
    position: relative;
}

.BhtmlSs > table > tbody > tr > td:first-child {
    position: relative;
}

.BhtmlSs > table > tbody > tr > td > input,
.BhtmlSs2 > table > tbody > tr > td > input {
    border: 1px solid #99befe;
    width: 100%;
}

.BhtmlSsModalDiv {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    display: none;
}

.BhtmlSsPropCard {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 45rem;
    min-height: 80%;
    background-color: white;
}

.BhtmlSsPropForm .LabelDiv {
    display: flex;
    align-items: center;
}

.BhtmlSsPropForm label {
    white-space: nowrap;
}

.BhtmlSsPropSheet > thead > tr > th {
    background-color: #eeeef2;
    color: #000;
    font-weight: bold;
    border-left: 25px solid #eeeef2;
}

.BhtmlSsPropSheet {
    visibility: collapse;
}

    .BhtmlSsPropSheet > tbody > tr > td:first-child {
        border-left: 25px solid #eeeef2;
        padding-left: 3px;
    }

    .BhtmlSsPropSheet > tbody > tr > td {
        border-right: 2px solid #eeeef2;
        border-bottom: 2px solid #eeeef2;
        min-width: 250px;
        color:#000;
    }

        .BhtmlSsPropSheet > tbody > tr > td > input {
            border: none;
            font-weight: bold;
            width: 100%;
        }
.BhtmlSsFocusDiv{
    height:100%;
    text-align:center;
}
    .BhtmlSsFocusDiv > a {
        position: relative;
        left: 7px;
    }
    .BhtmlSsFocusDiv:focus {
        border: 1px solid #99befe;
    }

.BhtmlSsSelectableDiv {
    border: 1px solid #e9eaed;
    background-color:white;
    cursor: pointer;
}
    .BhtmlSsSelectableDiv:hover {
        border: 1px solid gold;
    }
.BhtmlSsSelectableDiv_Selected {
    border: 1px solid gold;
}