@import url('https://fonts.googleapis.com/css?family=Lato:400');

/* common reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
.navbar-nav ol, .navbar-nav ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* END: common reset */

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: barlow, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
a {
    color: #333333;
}


.navbar-nav ol, .navbar-nav ul, .navbar-nav li {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;


}
.anno {
    font-size: 14px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 999;
    padding: 10px;
    text-align: center;
    display: none;
    visibility: hidden;
    color: #ffffff;
}
.logo {
  
    height: auto;
    position: absolute;
    top:50px;
    left: 50px;
    z-index: 999;
    max-width: 364px;
    width: 100%;
}
#backButton, #closeButton {
    /* position:absolute;
    
    top: 50px;
    right: 10px;
    width: 60px;
    height: 60px; */
    z-index: 8;
    
    cursor: pointer;
    pointer-events: all;
}
#backButton img, #closeButton img {
    width: 100%;
    height: 100%;
}
.page-content{
    height: 100vh;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.d-f{
    display: flex;
}
.j-c-c{
    justify-content: center;
}
.f-d-c{
  flex-direction: column;
}
.j-c-s-b{
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.j-c-f-e{
    justify-content: flex-end;
}
.j-c-f-s{
    justify-content: flex-start;
}
.a-i-c{
    align-items: center;
}
.f-w-w{
    flex-wrap: wrap;
}
.header-content{
    padding-top: 10px;
}

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}
.is-visible {
  display: block;
  visibility: visible;
}


@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-Medium.ttf');
    font-weight: bolder;
    font-style: normal;
}
@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-MediumItalic.ttf');
    font-weight: bolder;
    font-style: italic;
}
@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-LightItalic.ttf');
    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-Light.ttf');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: barlow;
    src: url('media/scene.babylon/fonts/Barlow-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

.no, .fi {
    visibility: hidden;
    display: none;
}
.se {
    visibility: visible;
    display: inline;
}


.intro {
  position: absolute;
  top: 70px;
  width: 450px;
  left: 55px;

  /* margin-left: -300px; */
  font: barlow #373335 bolder 14px;
  text-align: left;
  


}

.colorpanel{
    /*background-color: #000;*/
    padding: 5px 25px;
    height: max-content;
    
    /* max-width: 150px; */
    z-index: 1;
    line-height: 40px;
    /*border-radius: 10px;*/
}

.coloritem{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    /* margin-right: 25px;
    margin-top: 5px; */
    border: 3px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
}




.mainAppContainer a {
    color: #ffffff;
    text-decoration: none;
    /* display: inline-block;  */
}
    html body a:hover, html body a:focus, html body a:active, html body a.active {
      color: #ffffff; }
      .mainAppContainer .container {
    margin: 45px; }
    .mainAppContainer header, .mainAppContainer, html body footer {
    width: 100%; }
    .mainAppContainer header {
    position: fixed;
    top: 0; 
    z-index: 10;}
    .mainAppContainer header .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .mainAppContainer header .container .logo {
        
      z-index: 999; }
        .mainAppContainer header .container .arrow-back {
        max-width: 61px;
        width: 100%; }
    .mainAppContainer footer {
        position: absolute;
    bottom:0;
top:auto;}
    .mainAppContainer footer .container {
        align-content: center;
    bottom:0;}


.gui {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 20;
    justify-content: right;
    align-content: center;
}


.sidemenu {
    margin-bottom: 0;
    align-self: center;
    width: 140px;
    background: rgba(0,0,0,.7);
    color: white;
    padding: 20px;
    display: block;
    /* position: absolute;
    right:0;
    bottom:50%;
    margin-bottom:-150px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.thumb-container {
    align-self: baseline;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap:10px;
    justify-content:center;
    align-items: center;
    margin-bottom: 120px;
}
.thumb-container .thumb {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}
.thumb-container .selected {
    opacity: .5;
    cursor: crosshair;
    pointer-events: none;
}
.thumb {
    display: flex;
    border: 2px solid #676665;
    border-radius: 4px;
    /* width: 30%; */
   

}
.thumb img {
    width: auto;
    height: 80px;
}
.sidemenu-container {
    display: flex;
    width: 140px;
    flex-wrap: wrap;
    gap:10px;
    justify-content: flex-start;
    align-items: center;
}
.sidemenu h1 {
    flex-basis: 100%;
    font-weight: bold;
    font-size: 16px;
}
.sidemenu h2 {
    flex-basis: 100%;
}

.sidemenu span {
    font-size: 14px;
    align-self: center;
    flex-basis: 70%;
}

.break {
    flex-basis: 100%;
    height: 0;
  }

/*        
.menu-ground{
    display: none;
    visibility:hidden;
}        
.menu-floor{
    display: none;
    visibility:hidden;
} */

@media only screen and (max-width: 600px) {
    .gui {
       
        justify-content: center;
        align-content: flex-end;
    }

    .sidemenu {
        margin-bottom: 110px;
        align-self: flex-end;
        width: 320px;
        
        padding: 5px;
        padding-bottom: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
    }

    .sidemenu-container {
        width: 320px;
        gap: 6px;
        justify-content: center;
        align-items: center;
        margin-bottom: -20px;
    }
    .sidemenu h1 {
        flex-basis: 100%;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }
    .sidemenu h2 {
        flex-basis: 13%;
        font-size: 12px;
        text-align: center;
    }

    
    .sidemenu span {
        font-size: 11px;
        line-height: 15px;
        flex-basis: 10%;
        align-self: center;
        text-align: center;

    }

    .logo {
  
        height: auto;
        position: absolute;
        top:20px;
        left: 20px;
       
        max-width: 210px;
        width: 100%;
    }
    .intro {
        position: absolute;
        top: 30px;
        /* max-width: 320px; */
        width:80%;
        left: 10%;
        font-size: 14px;
        /* margin-left: -300px; */
        /* font: barlow #373335 bolder 10px; */
        text-align: center;
        
      
      
      }
      .page-content {
        padding:0;
      }
      .mainAppContainer footer {
        position: absolute;
        top:0;
        bottom:auto;
        }
    .mainAppContainer footer .container {
        margin:-30px 0 0 0;
    }

      .thumb img {
       
        height: 50px;
    }

}