body{
    background-color: ivory;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}

.outerleveldiv {
    border: 1px solid black;
    /*
    padding-left: 75px;
    padding-top: 75px;
    box-shadow: 0 0 0 75px black inset;
    */
    position: relative;
    margin: 50px;
    /*box-shadow: inset 75px 75px #000000;*/
    resize: both;
    overflow: hidden;
    min-width: 150px;
    min-height: 150px;
    background-color: ivory;
    /*background-color: #C0DCC0;*/
}

.lbl {
    font-size: small;
}

.object_inspector {
    width: 200px;
    background-color: #EBEBEB;
    border: 1px solid #9D9D9D;
    resize: both;
    overflow: auto;
}
.object_inspector ul li:nth-child(1) {
    border-top: 1px solid #9D9D9D;
}
.object_inspector ul li {
    border-bottom: 1px solid #9D9D9D;
    border-right: 1px solid #9D9D9D;
    border-left: 1px solid #9D9D9D;
    background-color: #EBEBEB;
    color: black;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    white-space: nowrap;
    font-size: small;
}

.object_inspector ul li label {
    width: 50%;
}

.object_inspector ul li.title {
    backround-color: white;
}

.object_inspector ul li input, .object_inspector ul li select {
    width: 50%;
    background-color: #EBEBEB;
    border: 1px solid #9D9D9D;
}

.object_inspector ul li select.selAllObjects {
    width: 100%;
}

.object_inspector ul li input:focus, .object_inspector ul li select:focus {
    background-color: white;
}

.object_inspector #selAllObjects{
    width: 100%;
}

.grid{
    display: grid;
    grid-template-columns: auto auto;
    justify-items: start;
    background-image: url(../images/pexels-riccardo-bertolo-4245826.jpg);
    background-position: center center;
    background-size: cover;
}

.toolgrid {
    display: grid;
    grid-template-columns: fit-content(100%) auto;
    justify-items: start;
    min-height: 70px;
    background-color: #F0F0F0;
}

.object_inspector ul li input[type=checkbox],
.object_inspector ul li input[type=radio] {
    text-align: right;
    width: auto;
}
.show {
    z-index: 1000;
    position: absolute;
    background-color: #dfdfdf;
    border: 1px solid blue;
    padding: 2px;
    display: block;
    margin: 0;
    list-style-type: none;
    list-style: none;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.hide {
    display: none;
}

.show li {
    list-style: none;
}

.show a {
    border: 0 !important;
    text-decoration: none;
}

.show a:hover {
    text-decoration: underline !important;
}

ul {
    margin: 0;
    padding: 5px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

li label {
    margin-right: 5px;
}
li {
    overflow: hidden;
}
li input {
    text-align: left;
    float: right;
    clear: both;
}

.obj_selected {
    /*box-shadow: inset 0 0 10px #0f0;*/
    outline: 2px dashed gray;
}

.level_selected {
    /*box-shadow: inset 0 0 10px #0f0;*/
    outline: 2px dashed gray;
}

.tool_obj_selected {
    background: #e5e5e5;
    box-shadow: inset 0px 0px 5px #c1c1c1;
    outline: none;
}

.object_inspector .title {
    font-weight: bold;
}

.select_multiple_rectangle {
    border: 1px dashed gray;
    position: absolute;
}

ul.sbetabs {
    padding: 6px;
}

.sbetabs a:link, .sbetabs a:visited{
    font-size: 14px;
    padding: 5px;
}

.tabpage {
    display: none;
}
.tabpagecontainer {
    width: 50%;

}
.tabcontent {
    border: 1px solid #CCCCCC;
    border-top: none;
    background-color: #f3f3f3;
    padding: 5px;
}

.tabcontent [data-initial="1"] {
    border: 1px solid #CCCCCC;
}

.tabcontent [data-initial="1"]:hover {
    background: #F8F8F8;
    border: solid #BDBDBD 1px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.tabcontent [data-initial="1"].tool_obj_selected:hover {
    background: #F8F8F8;
    border: solid #BDBDBD 1px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.tabcontent .tool_obj_selected {
    background: #F0F0F0;
    background-color: white;
}

table.key thead {
    color: gray;
    font-style: italic;
}
table.key {
    margin: 5px;
    margin-top: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    border: 1px solid gray;
    max-width: 200px;
    background-color: #EBEBEB;
}

table.key tr:nth-child(even) {
    background: #dae5f4;
}

.outerleveldiv.grid_item {
    justify-self: start;
}

#mainmenutools {
    background-color: #F0F0F0;
    padding: 10px;
}

#mainmenutools button img {
    width: 16px;
    margin-right: 3px;
}
#mainmenutools button {
    width: auto;
    border: none;
}
#mainmenutools button#btnPlay img {
    height: 14px;
    width: auto;
}

.flashmsg {
    position: absolute;
    top: 300px;
    left: 100px;
}

.glow { text-shadow: 0 0 10px #fff700; }

.dot {
    height: 10px;
    width: 10px;
    background-color: #c71b1b;
    border-radius: 50%;
    display: inline-block;
}

.dot.selected {
    border: 1px solid gray;
}

.object_inspector .fullwidth {
    width: 98%;
    margin-left: 1px;
}