body{
    margin: 0px;
}
main {
    display: grid;
    grid-template-columns: 40vw 60vw;
    width: 100%;
    height: calc(100% - 60px);
}
.split-4060{
    display: grid;
    grid-template-columns: 40vw 60vw;
}
.topbar{
    /*position: fixed;*/
    z-index: 8888888888;
    background: #ff9800;
    color: white;
    height: 56px;
}
.topbar > div{
    /*text-align: center;*/
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 10px;
}
#blocklyDiv{
    height: 100vh;
}

#phaserDiv{
    height: 100vh;
}



.round-button {
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 100px;
    height: 100px;
    /* padding-top: 14px; */
    /* padding-left: 8px; */
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(76,175,80,0.5);
    font-size: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
    padding: 27px 26px 50px 31px;
}

.round-button:hover {
    background-color: rgba(76,175,80,0.8);
    box-shadow: 0px 0px 10px rgba(255,255,100,1);
    text-shadow: 0px 0px 10px rgba(255,255,100,1);
}

.buttons {
    position: absolute;
    top: calc(100vh - 130px);
    left: calc(30vw - 50px);
}

.round-button-stop {
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 100px;
    height: 100px;
    /* padding-top: 14px; */
    /* padding-left: 8px; */
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(244,67,44,0.5);
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    padding: 29px 30px 45px 30px
}
.round-button-stop:hover {
    background-color: rgba(244,67,44,0.8);
    box-shadow: 0px 0px 10px rgba(255,255,100,1);
    text-shadow: 0px 0px 10px rgba(255,255,100,1);
}

.round-button-reset {
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 100px;
    height: 100px;
    /* padding-top: 14px; */
    /* padding-left: 8px; */
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(8,8,8,0.5);
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    padding: 23px 20px 30px 22px;
    left: -90px;
    top: 100px;
    zoom: 50%;
}
.round-button-reset:hover {
    background-color: rgba(8,8,8,0.8);
    box-shadow: 0px 0px 10px rgba(255,255,100,1);
    text-shadow: 0px 0px 10px rgba(255,255,100,1);
}




html, body {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: sans-serif;
    margin: 0;
    overflow: hidden;
}

h1 {
    font-weight: normal;
    font-size: 140%;
    margin-left: 5px;
    margin-right: 5px;
}

/* Tabs */
#tabRow > td {
    border: 1px solid #E74C3C; /*//Changed Color for slim border line*/
}

td.tabon {
    border-bottom-color: #5499C7 !important;
    background-color: #E74C3C;
    padding: 5px 19px;
}

td.taboff {
    cursor: pointer;
    padding: 5px 19px;
    background-color: #E74C3C;
}

td.taboff:hover {
    background-color: #eee;
}
.blocklyMainBackground{
    fill: #fffff9 !important;
}
td.tabmin {
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
}

td.tabmax {
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    width: 99%;
    text-align: right;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: none;
}

td {
    padding: 0;
    vertical-align: top;
}



.blocklySvg {
    border-top: none !important;
}

.blocklyTreeSelected {
    background-color: #fff !important;
    color: black !important;
    border-right: none !important;
}

.blocklyTreeRow {
    padding: 8px;
    padding-right: 1em;
}

.blocklyTreeLabel {
    cursor: default;
    color: #000;
    font-family: monospace;
    font-size: 21px;
    font-weight: 600;
    padding: 0 3px;
    vertical-align: middle;
    font-variant-caps: all-petite-caps;
}

.blocklyTreeSelected .blocklyTreeLabel {
    color: #00c1d5;
    font-weight: bold;
}

.blocklyFlyoutBackground {
    fill: #fff;
    fill-opacity: .8;
    border: 1px solid black;
}

.optionsButton {
    position: fixed;
    top: 2px;
    z-index: 999;
    left: 55%;
}

.optionsButton > button {
    margin-top: 10px;
}

.activityBackground {
    padding: 13px 65px;
    background-position: center;
    background-image: url(../1.png);
    background-size: cover;
}

.blocklyTreeRoot {
    padding: 0px;
}



.blocklyTreeRow:hover {
    background-color: #00c1d5;
}


.blocklyTreeLabel {
    font-size: 24px !important;
}

.blocklyTreeRow {
    height: 28px !important;
    margin-top: 5px !important;
}
