/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #f5f5f5;
    display: none;
}

.stand {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html .dg .c input[type="text"] {
    padding: 0;
    margin: 0;
}
html .dg .c select {
    padding: 0;
    margin: 0;
    color: #000;
}

html .dg .slider {
    margin-left: 0;
}

.mesh-control-panel {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: none;
}