﻿.trimble-map .module-item .checked, .trimble-map .module-item .unchecked, .trimble-map .checked, .trimble-map .unchecked {
    display: inline-block;
    width: 9px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.trimble-map .checked {
    background-image: url("../images/check.png");
}

.trimble-map div .module-item:hover span {
    color: #000;
}

.trimble-map .module-item {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    cursor: pointer;
    height: 30px;
    min-width: 140px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

    .trimble-map .module-item:first-child {
        border-start-start-radius: 0px;
        border-start-end-radius: 6px;
        border-end-end-radius: 0px;
        border-end-start-radius: 0px;
    }

    .trimble-map .module-item:hover {
        background-color: #eee;
    }

    .trimble-map .module-item span {
        line-height: 30px;
        font-size: 12px;
        font-weight: normal;
        color: #666;
        white-space: nowrap;
        margin-inline-end: 10px;
    }

    .trimble-map .module-item:hover span {
        color: #000;
    }
