html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
     font-size: 16px; 
  }
}

html {
    position: relative;
    min-height: 100%;
    background-color: beige;
    background-image: url(bg1.png);
    /*color: aliceblue;*/
}

body {
    margin-bottom: 60px;
    background-color: beige;
    background-image: url(bg1.png);
}

.inner-caption {
    font-size: large;
    font-weight: 800;
    color: cadetblue;
}

.item_name {
    float: left;
}

.item_color_0 { /* wood quality */
    color: #c95851;
}

.item_color_1 { /* copper quality */
    color: #ba9772;
}

item {
    color: #00ff00;
}

.form-group {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

    .form-group:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }


.label {
    font-weight: normal;
}

label.required:after {
    content: "*";
    font-size: 0.8em;
    margin: 0.3em;
    position: relative;
    top: -2px;
}

form label {
    font-weight: normal;
}

textarea {
    resize: vertical;
}

select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
}

.form-control {
    border-color: rgba(0, 0, 0, 0.09);
}

    .form-control:not(.form-control-lg) {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 13.6px;
        font-size: 0.85rem;
        line-height: 1.85;
    }

    .form-control.form-control-focused {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-color: #CCC;
    }

    .form-control:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-color: #CCC;
    }

    .form-control.error {
        border-color: #a94442;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .form-control.error:focus {
            border-color: #843534;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        }

.form-select.form-select-icon-light {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}

ul, #myUL {
    /* list-style-type: none; */
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 3px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}

ul.nested {
    padding-left: 10px;
}

.selector {
    /* line-height: 30px; */


    .tree, .tree ul

{
    margin: 0;
    padding: 0;
    list-style: none
}

.tree ul {
    margin-left: 1em;
    position: relative
}

    .tree ul ul {
        margin-left: .5em
    }

    .tree ul:before {
        content: "";
        display: block;
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-left: 1px solid
    }

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    font-weight: 700;
    position: relative
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}}