@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,
ol,
ul,
li,
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;
}

ol,
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: 'Lato', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

a {
  color: #333333;
}

.logo {

  height: auto;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 999;
  max-width: 120px;
  width: 100%;
}

.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 footer,
.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: 200px;
  width: 100%;
}

.mainAppContainer footer {
  position: fixed;
  bottom: 40px;
  z-index: 10;
}

.mainAppContainer footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
}

.mainAppContainer footer .container .arrow-back {
  max-width: 200px;
  width: 100%;
}

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

.assemble {
  pointer-events: all;
}

.d-f {
  display: flex;
}

.j-c-f-s {
  justify-content: flex-start;
}

.f-w-w {
  flex-wrap: wrap;
}
.colorpanel{
  /*background-color: #000;*/
  padding: 5px 25px;
  height: max-content;
  width: max-content;
  max-width: 250px;
  z-index: 1;
  /*border-radius: 10px;*/
}
.coloritem{
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  margin-right: 25px;
  margin-top: 25px;
  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;
}
.backButton {
  height: 4%;
  width: 4%;
  cursor: pointer;
  pointer-events: all;
  position: fixed;
  right: 60px;
  top: 20px;

}
.explode-box {
  
  padding:60px;
  bottom:60px;
  flex-direction: column;
  bottom: 60px;

  }
button {
  cursor: pointer;
  pointer-events: all;
 
  
}
.explodeMode {
  border-radius: 8px;
  background-color: #ee655c;
  box-shadow: 0 3px #999;
  padding: 10px;
  margin : 3px
}
.walktrough {
  border-radius: 8px;
  background-color: #ee655c;
  box-shadow: 0 3px #999;
  padding: 10px;
  margin : 3px
}
.explodeMode:hover{
  background-color: #ec4b4b
}
.explodeMode:active {
  background-color: #ec4b4b;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.walktrough:hover{
  background-color: #ec4b4b
}
.walktrough:active {
  background-color: #ec4b4b;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

