body {
    overflow: hidden;
}

#body-container {
    position: relative;
    top:0;
    left: 0;
    margin-top: 120px;
}

#assembler-container{
    max-height: 600px;
    overflow-y: scroll;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 80px;
    width: 100%;
    background-color: #586f76;
    color: #ffffff;
    border-bottom: 2px solid #000000;
    font-weight: bold;
}

#header  h2 {
    padding: 16px;
}

#showcase-container {
    position:relative;
    background-color: #99ADB3;
    padding-top: 20px;
}

#showcase-image {
    position:relative;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 30px;
    width: 100%;
    background-color: #666666;
    color: #ffffff;
    border-top: 2px solid #000000;
    font-weight: bold;
    font-size: .5em;
    padding: 3px;
    z-index: 1000;
}

.layout-data-row.card {
    padding: 5px;
}

.constant-data-row, .field-data-row {
    margin-bottom: 5px;
}

.btn-patreon {
    background-color: #FF424D;
    color: #FFFFFF;
}

#showcase-mask {
    position:absolute;
    top:20px;
    left: 0;
    z-index:9;
    opacity: 0.9;
}

#showcase-guides {
    position:absolute;
    top:20px;
    left: 0;
    z-index:18;
}

.shortcuts-dropdown-select {
    cursor: pointer;
}


/* Drag and Drop Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}
.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}

#documentation-tab {
    position:fixed;
    bottom: 30px;
    width: 360px;
    min-height: 32px;
    border-style: solid;
    border-color: #000000;
    border-width: 2px 2px 0 2px ;
    border-radius: 16px 16px 0 0;
    background-color:#f0f0f0;
    z-index: 999;
}

#doc-content {
    background-color: #ffffff;
    max-height: 400px;
    overflow:auto;
    padding-bottom: 25px;
}

#documentation-tab h3 {
    margin-left: 8px;
}