﻿
#leaf_area button {
    width: 200px;
    margin: 5px;
}

#leaf_area .Textarea {
    width: 200px;
    height: 30px;
}

#btnCancelDrawing {
    display: none;
}

.download_leaf_area {
    font-size: smaller !important;
}

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}

.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}

    .tooltip-measure:before,
    .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
    }

    .tooltip-static:before {
        border-top-color: #ffcc33;
    }


#div_inputs {
    margin-top: 20px;
    margin-bottom: 10px;
}

.div_inputs_label {
    display: block;
    margin-top: 5px;
}

.dropdown div {
    width: 150px !important;
}

#leaf_type_link selectbox-link-text {
    width: auto;
    max-width: none;
}

#leaf_type_list {
    width: 140px;
}

#leaf_protectiveStatus_link selectbox-link-text {
    width: auto;
    max-width: none;
}

#leaf_protectiveStatus_list {
    width: 140px;
}

#leaf_threats_link selectbox-link-text {
    width: auto;
    max-width: none;
}

#leaf_threats_list {
    width: 140px;
}


#txtTreeAge {
    width: 50px;
}


#showLeafOption {
    text-align: center;
}

.option_yes_no label {
    width: 100px;
}
