/* Resize handle for image widgets */
.resize-handle {
  box-sizing: border-box;
  pointer-events: auto;
  transition: background 0.2s;
}
* {
    margin: 0px;
    padding: 0px;
}


.myscroll::-webkit-scrollbar {
    width: 5px;
    background: grey;
}

/* Track */
.myscroll::-webkit-scrollbar-track {
    background: wheat;

}

/* Handle */
.myscroll::-webkit-scrollbar-thumb {
    background: brown;
    width: 10px;
    border-radius: 50%;
}

/* Handle on hover */
.myscroll::-webkit-scrollbar-thumb:hover {
    background: orange;
}



.fontfont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.fontfontbig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}


li {

    display: block;
}


.menubtn {
    background-color: ivory;
    display: initial;
    position: relative;
    border: none;
    padding: 0px;
    margin: -2px;
    width: 22px;

}

.help {
    cursor: help;
}

.menuicon {
    margin-left: 5px;

}

.menutext {
    position: absolute;
    left: 40px;
}



.menutextshow {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}





.bigbtn {
    width: 300px;
    background-color: #6f8670;
    border: solid black 2px;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;

    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


.smallbtn {
    width: 150px;
    background-color: ivory;
    border: solid 1px;
    color: black;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.tinybtn {

    background-color: cornsilk;
    border: solid lightgrey 1px;
    border-radius: 3px;
    color: black;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    max-width: 80px;
    font-size: 10px;
    margin: 4px -2px;
    cursor: pointer;
}


.newtinybtn {

    background-color: cornsilk;
    border: solid lightgrey 1px;
    border-radius: 5px;
    color: black;

    text-align: left;
    text-decoration: none;
    width: 180px;

    font-size: 24px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}


.newtinybtn.hidden {
    display: none;
}

/*    wallpaper */


#wallpaper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;

    background-color: paleturquoise;
    background-size: cover;

    background-position: top left;
    background-size: cover;
    background-repeat: repeat;

}

#wallpaper_preview {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;

    background-color: paleturquoise;
    background-size: cover;

    background-position: top left;
    background-size: cover;
    background-repeat: repeat;

}

.widgetmenu {
    width: 0px;

    display: inline-block;

    z-index: 1000001;

    padding: 0px;
    margin: 0px;

    position: absolute;
    top: 250px;
    left: 250px;
    overflow: visible;

    transform: scale(.7);

}


.hidden.widgetmenu {
    display: none;

}


.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 90%;
    height: 3px;

    background: black;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 20px;
    margin: auto;

}


/* Mouse-over effects */
.slider:hover {
    opacity: 1;
    /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 15px;
    /* Set a specific slider handle width */
    height: 15px;
    /* Slider handle height */
    background: brown;
    border-radius: 50%;
    cursor: pointer;
    /* Cursor on hover */
}

/*
.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: brown;
    border-radius: 50%;
    cursor: pointer;
}
*/

.selected {
    outline: 5px solid blueviolet;
}


 


.widget.user {
    box-sizing: border-box;

}
 

.widget:hover {

    outline: 1px solid white;
}
 
.widget.locked {
    outline: 2px solid red;
}

.widget.inedit {
    outline: 2px solid blue;
}

 

.postit {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 2px;
    margin: 0px;
    overflow: hidden;
    border: solid black 1px;
}

.picture {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    max-width: 100vw;
    max-height: 100vh;
    min-width: 10px;
    min-height: 10px;
    display: inline-block;
    padding: 2px;
    margin: 5px;
    overflow: hidden;
    border: solid black 1px;
}

.youtube {
    position: absolute;
    z-index: 1;
    width: 280px;
    height: 170px;
    display: inline-block;
    cursor: pointer;

    overflow: hidden;
    border: solid black 1px;
    background: lightblue;
    overflow: visible;
}

.pastey {
    position: initial;
    z-index: 1;

    display: inline-block;
    padding: 0px;
    margin: 0px;
    overflow: visible;

}

.svg {
    width: auto;
    height: auto;
}


.headline {
    position: initial;
    z-index: 1;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    text-align: center;
    overflow: visible;
}




.pinterest {
    position: initial;

    z-index: 1;
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 0px;
    margin: 5px;
    text-align: center;
    overflow: visible;
    border: solid black 1px;

}


.tool {
    background-color: lightgrey;

    position: absolute;
    border: 1px solid black;
    display: none;

    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    z-index: 1000;
}



.debug {


    background-color: pink;

    position: absolute;

    width: 300px;
    left: 300px;
    top: 300px;

    min-height: 100px;
    max-height: 300px;
    border: 1px dotted black;
    overflow: auto;

}

.frame {

    position: absolute;
    display: initial;

    z-index: 1;
    left: 100px;
    top: 100px;
    overflow: hidden;
    padding: 0px;
    border: 1px solid black;
}

.handle {

    position: absolute;
    display: none;
    background-color: lightyellow;
    z-index: 20000;
    width: 10px;
    height: 10px;
    padding: 0px;
    border: 1px solid black;
}