.loadscreen {
    height: 100%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; /* Place content 60px from the top */
    /* transition: 0.5s;  0.5 second transition effect to slide in the sidenav */
    display: flex;
}


.sidenav {
    height: 100%; /* 100% Full-height */
    width: 200px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #aaa; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; /* Place content 60px from the top */
    /* transition: 0.5s;  0.5 second transition effect to slide in the sidenav */
}

.rightnav {
    height: 100%; /* 100% Full-height */
    width: 300px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 30; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #aaa;/*#7baa73;  Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; /* Place content 60px from the top */
    /* transition: 0.5s;  0.5 second transition effect to slide in the sidenav */
}

.bottomnav {
    display: none;
    height: 200px; /* 100% Full-height */
    position: fixed; /* Stay in place */
    z-index: 25; /* Stay on top */
    bottom: 0; /* Stay at the top */
    left: 200px;
    right:200px;
    background-color: #84adcd; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; /* Place content 60px from the top */
    /* transition: 0.5s;  0.5 second transition effect to slide in the sidenav */
}

/*.main {
    margin-left:200px;
}*/

.headline {
    margin: 10px;
    font-size: 30px;
    text-decoration: underline;
}

.demo {
    /* for IE10+ touch devices */
    touch-action:none;
}

.codeblock {
    border-radius: 0.5em;
    border: 1px solid #346789;
    padding: 0.5em;
    margin: 10px;
}

.loopblock {
    margin: 10px;
}

.codebottom{
    display: flex;
    flex-direction: row;
}

.codeleft{
    background-color: #5C96BC;
    /*height: 100%;*/
    min-height: 30px;
    width: 30px;
}

.coderight{
    width: 100%;
}

.codebox{
    padding-bottom: 50px;
}


.codetop{
    background-color: #5C96BC;
    width: 100%;
    padding: 0.5em;
}

.loopinput{
    width: 70px;
}

.main{
    width: 100%; /*vh, vw*/
    height: 100%;
    position: absolute;
    z-index: 1;
/*    overflow-x: hidden;
    overflow-y: hidden;*/
}

body{
    overflow: hidden;
}

#selectionBox{
    position: absolute;
    border: 1px solid;
    visibility: hidden;
}

.myselect {
    background-color: crimson;
}

#routineButton{
    margin-left: 10px;
}

#statusText {
    margin: 10px;
    padding: 5px;
    background-color: white;
}