/*
html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}
*/

/* The application CSS */

.purple { background-color: #D90063; border-color: #A6004B; color: white; font-weight: bold;}
.blue { background-color: #0281CA; border-color: #026096; color: white; font-weight: bold;}
.teal { background-color: #2E9BDB; border-color: #2887BF; color: white; font-weight: bold;}
.grey { background-color: #666; border-color: #999; color: white; font-weight: bold;}
.black { background-color: #000; border-color: #333; color: white; font-weight: bold;}

/* From Anime.js */
.color-realwhite { color: #FFF; } /* White */
.color-white { color: #F6F4F2; } /* White */
.color-black { color: #2E2C2C; } /* Black */
.color-red, .color-targets { color: #FF4B4B; }/* red: */
.color-orange, .color-properties { color: #FF8F42; }/* orange: */
.color-lightorange, .color-prop-params { color: #FFC730; }/* lightorange: */
.color-yellow, .color-anim-params { color: #F6FF56; }/* yellow: */
.color-citrus, .color-values { color: #A4FF4F; }/* citrus: */
.color-green, .color-keyframes { color: #18FF74; }/* green: */
.color-darkgreen, .color-staggering { color: #00D672; }/* darkgreen: */
.color-turquoise, .color-tl { color: #3CFFEC; }/* turquoise: */
.color-skyblue, .color-controls { color: #61C3FF; }/* skyblue: */
.color-kingblue, .color-callbacks { color: #5A87FF; }/* kingblue: */
.color-lavender, .color-svg { color: #8453E3; }/* lavender: */
.color-purple, .color-easings { color: #C26EFF; }/* purple: */
.color-pink, .color-helpers { color: #FB89FB; }/* pink: */

.disable-select {
    /* In bootstrap 4.5 and above, you can just use class="user-select-none"... but it does not have this coverage */
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -o-user-select: none; /* https://stackoverflow.com/questions/25981239/stop-user-selection-in-bootstrap-navbar */
    user-select: none; /* https://stackoverflow.com/questions/25981239/stop-user-selection-in-bootstrap-navbar */
}

div.handle {
    width: 100%;
}
div.handle:hover {
    cursor: move;
}

/* ============================================== */

/* ---- grid ---- */

.grid {
    background: #DDD;
    max-width: 300px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: 75px;
    height: 75px;
    background: #C09;
    border: 2px solid hsla(0, 0%, 0%, 0.5);
    color: white;
    font-size: 20px;
    padding: 10px;
}

.grid-item--width2 { width: 150px; }
.grid-item--height2 { height: 150px; }

.grid-item:hover {
    border-color: hsla(0, 0%, 100%, 0.5);
    cursor: move;
}

.grid-item.is-dragging,
.grid-item.is-positioning-post-drag {
    background: #C90;
    z-index: 2;
}

.packery-drop-placeholder {
    outline: 3px dashed hsla(0, 0%, 0%, 0.5);
    outline-offset: -6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

/* ============================================== */

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    /*overflow: hidden;*/

}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

*/
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-inner.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}

/* ============================================== */

a-scene, .embedded-container {
    height: 400px;
    width: 500px;
}

/* ============================================== */

.modernfont {
    font-family: 'Titillium Web', sans-serif;
}

.square,
.circle {
    pointer-events: none;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 1px;
    background-color: currentColor;
    font-size: 14px;
}

.holder {
    position: relative;
}

.overlay {
    position: absolute;
}

.circle {
    border-radius: 50%;
}

#grid {
    position: absolute;
    width: 500px;
    height: 400px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/grids/grid01.png');
    opacity: 0;
    /*
    https://www.freeiconspng.com/uploads/line-grid-png-3.png
    https://banner2.kisspng.com/20180320/ipe/kisspng-grid-transparent-grid-png-5ab1c974266636.6643068115216008841573.jpg
    */
    background-clip:content-box;
    background-position: left top; /* center center; */
    /*background-repeat: no-repeat;*/
}

.palette {
    position: relative;
    height: 100px;
}

.paletteelement {
    /*position: absolute;*/
    width:84px; /* width:90px; */
    /*height:20px;*/
    border: 1px solid;
    border-radius: 3px;


    line-height: 30px;
    /*vertical-align: middle;*/
    text-transform: uppercase;
    white-space: nowrap;

    z-index: 100;
    touch-action: none;
    user-select: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.paletteelement svg {
    top: -2px;
    position: relative;
}

.paletteelement_disabled {
    /*position: absolute;*/
    width:84px; /* width:90px; */
    /*height:20px;*/
    border: 1px solid;
    border-radius: 3px;


    line-height: 30px;
    /*vertical-align: middle;*/
    text-transform: uppercase;
    white-space: nowrap;

    z-index: 100;
    touch-action: none;
    user-select: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.paletteelement_disabled svg {
    top: -2px;
    position: relative;
}


.gridelement {
    position: absolute;
    width:100px;
    height:100px;
    /* min-height: 6.5em; */
    /* margin: 1rem 0 0 1rem; */
    /*background-color: #29e;*/
    /*background-color: rgba(34, 153, 238, 0.4);*/
    /*background: rgba(255, 165, 0, 0.73);*/
    /*border-color: #0F7DCB;*/
    /*opacity: 0.75;*/
    border-style: solid;
    border-width: 1px;
    color: white;
    border-radius: 0.75em;
    padding: 1%; /* 2% */
    touch-action: none;
    user-select: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.gridelement .templatetitle {
    /*color: #FFF;*/
    /*-webkit-text-stroke: 1px #F8F8F8;*/
    /*text-shadow: 0px 1px 4px #23430C;*/
     text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}


#base {
    position: relative;
    width: 500px;
    height: 400px;
    background-color:#eee;
}

#boundary {
    position: absolute;
    width: 400px;
    height: 300px;
    background-color:#cfcfcf;
    top: 50px;
    left: 50px;
}

#offset {
    position: absolute;
    width: 400px;
    height: 300px;
    top: 20px;
    left: 20px;
}

.blackandwhite {
    filter: gray;
    filter: grayscale(100%);
}

#qrcode_on_canvas {
    position: absolute;
    top: 110px;
    left: 160px;
    /*transform: translate(227px, 177px);*/
}

.visually-hidden {
    position: absolute;
    left:     -10000px;
}

/* ============================================== */

/*
.marker {
    opacity: 0;
}

.marker_00 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/00.png');
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_01 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/01.png');
    top: 0px;
    left: 100px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_02 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/02.png');
    top: 0px;
    left: 200px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_03 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/03.png');
    top: 0px;
    left: 300px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_04 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/04.png');
    top: 100px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_05 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/05.png');
    top: 100px;
    left: 100px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_06 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/06.png');
    top: 100px;
    left: 200px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_07 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/07.png');
    top: 100px;
    left: 300px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_08 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/08.png');
    top: 200px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_09 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/09.png');
    top: 200px;
    left: 100px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_10 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/10.png');
    top: 200px;
    left: 200px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}

.marker_11 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url( 'http://s3.amazonaws.com/static.slimspider.com/ar/_assets/images/3x3/11.png');
    top: 200px;
    left: 300px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
}
*/

/* =============================================== */

.ml11 {
    font-weight: 700;
    font-size: 3.5em;
}

.ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #ccc;
    transform-origin: 0 50%;
}

.ml11 .line1 {
    top: 0;
    left: 0;
}

.ml11 .letter {
    display: inline-block;
    line-height: 1em;
}

.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0 0;
}
.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }


/* =============================================== */

.header-menu-wrapper .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #0bb783;*/
    padding: 0 25px;
}

    .header-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 97;
        height: 80px;
    }
    .header {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        background-color: #1d1f32;
        -webkit-box-shadow: 0 1px 9px -3px rgb(0 0 0 / 10%);
        box-shadow: 0 1px 9px -3px rgb(0 0 0 / 10%);
        height: 80px;
        z-index: 2;
    }
    .header-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
