* {
    margin: 0;
    padding: 0;
    user-select: none;

}
html, body {
    width: 100%;
    overflow-x: hidden;
}

html,
body,
body>.row,
body>.row>main {
    height: 100%;
}



/*

    MAIN MENU

*/

.brand-logo img {
    max-height: 56px;
    margin-top: 5px;
}

nav,
nav i {
    height: 64px !important;
}

nav .nav-wrapper li:first-of-type {
    padding-top: 7px;
}

nav a.sidenav-trigger {
    display: block;
}

nav ul a.btn-floating>.material-icons {
    line-height: 56px;
}


/*

    FLOATING MENU

*/

.fixed-action-btn ul {
    visibility: visible !important;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 1 !important;
    transform: none !important;
}


/*

    PARAMETERS

*/

body .sidenav>* {
    padding: 0 0 0 10px;
}


body .actions {
    display: flex;
    background-color: lightBlue;
    line-height: normal;
    padding: 0;
}

.actions * {
    flex: 1 1 auto;
    text-align: center;
    cursor: pointer;
}

.actions *:hover {
    color: #6a3733;
}

#parameters {
    padding-bottom: 100px;
}

#parameters input,
#parameters textarea {
    user-select: auto;
}

#parameters .color {
    visibility: hidden;
    height: 0;
}
.sidenav-overlay {
    opacity: 0.3 !important;
}

.iro__colorPicker {
    margin: auto;
}

.modal-content input {
    width: calc(100% - 150px) !important;
}

.modal-content img {
    max-width: 50px;
    cursor: pointer;
}

.fixed-action-btn {
    right: auto;
    bottom: auto;
    top: 3px;
    left: 3px;
    padding-top: 0;
}

.sidenav li p {
    line-height: 25px;
    margin: 35px 0;
    color: #333;
    font-style: italic;
}



/*

    3D VIEW

*/

main {
    width: calc(100% - 15);
    height: calc(100% - 64);
    cursor: pointer;
    /* https://www.pexels.com/photo/blur-blurry-bokeh-close-up-347139/ */
    background: darkGrey url(../images/background.png) no-repeat top center;
    background-size: cover;
}

body>canvas {
    max-width: 100px;
    border: 1px #333 solid;
}



/*

    FONTS

*/
@font-face {
    font-family: 'Magiera';
    src: url('../font/MagieraScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'LouisaCP';
    src: url('../font/LouisaCP.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/materialize.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  