@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bellota:wght@300&family=Chango&family=Coda&family=Croissant+One&family=Dancing+Script&family=Dawning+of+a+New+Day&family=Grand+Hotel&family=Niconne&family=Oooh+Baby&family=Sacramento&family=WindSong&family=Alegreya+Sans&family=Josefin+Sans&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    /*background-color: #f0f0f0;*/
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.canvasActive {
    border: 1px dashed #cdf0df;
}

.borrelPlankContainer {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 142px;
    right: 0px;
    bottom: 0px;
}

.borrelplank {
    width: 40cm;
    height: 14cm;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.borrelContainer {
    padding-left: 50px;
    padding-top: 40px;
}

/************************************************/
/* Big custmenu                                 */
/************************************************/
.custMenu {
    position: absolute;
    top: 142px;
    right: 0px;
    background-repeat: repeat;
    border-top: 1px solid #cfd0df;
    border-left: 1px solid #cfd0df;
    border-bottom: 1px solid #cfd0df;
    z-index: 1000;
}

.custMenuHeight {
    bottom: 0px;
    border-left: 0px;
    border-bottom: 0px;  
}

.custMenuItem {
    border-radius: 8px;
    color: #2b2b35;
    padding: 8px 0;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 70px;
    height: 72px;
    cursor: pointer;
    margin: 0px auto;
    margin-bottom: 10px;
}

.custMenuItem:hover {
    background-color: #84b193;
}

.custMenuItemText {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    margin-top: 4px;
}

.custMenuBig {
    display: none;
    position: absolute;
    top: 142px;
    right: 70px;
    bottom: 0px;
    width: 336px;
    /*background-color: #2b2b35;*/
    background-repeat: repeat;
    padding: 20px;
    z-index: 1000;
    /*border-top-left-radius: 5px;*/
    border-top: 1px solid #cfd0df;
    border-left: 1px solid #cfd0df;
}

.custMenuBigHeader {
    margin-top: -10px;
    margin-bottom: 10px;
}

.custMenuBigHeader img {
    margin-top: 5px;
}

.custMenuBigHeaderText {
    float: right;
    font-family: Verdana;
    /*margin-bottom: 20px;*/
    min-height: 28px;
    padding-left: 12px;
    font-family: Verdana;
    font-size: 20px;
    line-height: 28px;
    color: #2b2b35;
}

.close {
    cursor: pointer;
    float: left;
}

.custMenuBigContent {
    /*background-color: #7d7d91;*/
    /*border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
    /*border-radius: 8px;*/
    margin-right: 8px;
    padding: 7px;
    /*padding-top: 20px;*/
    position: relative;
    width: 100%;
    height: 90%;
    color: #fff;
    overflow: hidden scroll;
}

.custMenuBigContent label {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
    width: 150px;
    display: inline-block;
}

.custMenuBigContent img {
    cursor: pointer;
}

.clear {
    clear: both;
}

.borrelMenuItem {
    width: 118px;
    height: 75px;
    float: left;
    text-align: center;
    padding: 10px 0px;
    line-height: 15px;
    cursor: pointer;
    /*border-radius: 8px;*/
    border: 1px solid #cfd0df;
    background-color: #fff;
    margin: 7px;
    display: flex;
    justify-content: center;
}
.borrelMenuItem img {
    /*padding-bottom: 5px;*/
    max-width: 110px;
    max-height: 60px;
    /*margin: auto;
    display: block;*/
}

.borrelMenuItem:hover {
    background-color: #84b193;
}

.borrelMenuImg {
    width: 100%;
    font-family: Verdana;
    color: #2b2b35;
}

.borrelMenuImg:not(:first-of-type) {
    margin-top: 10px;
}

.borrelMenuImgName {
    float: left;
}

.borrelMenuImgShowAll {
    margin-top: 3px;
    float: right;
    cursor: pointer;
    font-family: Verdana;
    font-size: 13px;
    color: #2b2b35;
}

.borrelMenuImgShowAll img {
    width: 13px;
    margin-top: 3px;
}

textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #2b2b35;
}

/************************************************/
/* Slider menu                                  */
/************************************************/
.custMenuSlider {
    display:none !important;
}

/************************************************/
/* Zoom menu                                    */
/************************************************/
.zoomMenu {
    position: absolute;
    left: 0px;
    top: 142px;
    z-index: 1000;
    background-repeat: repeat;
    border-top: 1px solid #cfd0df;
    border-right: 1px solid #cfd0df;
    border-bottom: 1px solid #cfd0df;
    z-index: 1000;
}

.zoomMenuItem {
    border-radius: 8px;
    color: #2b2b35;
    padding: 8px 0;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 70px;
    cursor: pointer;
    margin: 0px auto;
    /*margin-bottom: 10px;*/
    /*height: 72px;*/
}

.zoomMenuItem:hover {
    background-color: #84b193;
}

.zoomMenuText {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    padding: 2px;
}

.zoomMenu img {
    width: 25px;
}

.zoomMenu div:hover {
    cursor: pointer;
}

/************************************************/
/* Pop-up menu                                  */
/************************************************/
.popupEditMenu {
    width: 452px;
    height: 50px;
    left: 100px;
    top: 100px;
    /*background-color: #2b2b35;*/
    background-repeat: repeat;
    border: 1px solid #cfd0df;
    position: absolute;
    z-index: 1001;
    border-radius: 5px;
    padding: 5px;
    /*display: none;*/
}

.popupEditMenuIconBig {
    float: left;
    background-color: #fff;
    border: 1px solid #cfd0df;
    border-radius: 2px;
    height: 40px;
    width: 35px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    cursor: pointer;
}

.custMenuBigContent .popupEditMenuIconBig {
    float: left;
    background-color: #fff;
    border: 1px solid #cfd0df;
    border-radius: 2px;
    height: 30px;
    width: 25px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    cursor: pointer;
}

.popupEditMenuIconBig:last-child {
    margin-right: 0px !important;
}

.popupEditMenuIconBig:hover, .popupEditMenuIconSmall:hover, .popupEditMenuIconMedium:hover, .popupEditMenuIconSquare:hover {
    background-color: #999bac;
}

.popupEditMenuIconBig img {
    width: 25px;
}

.custMenuBigContent .popupEditMenuIconBig img {
    width: 15px;
}

.popupEditMenuLine {
    width: 1px;
    height: 40px;
    background-color: #cfd0df;
    margin-right: 5px;
    float: left;
}

.popupEditMenuIconContainer {
    float: left;
}

.custMenuBigContent .popupEditMenuIconBig {
    margin-bottom: 5px;
}

.popupEditMenuIconSmall, .popupEditMenuIconMedium, .popupEditMenuIconSquare {
    float: left;
    background-color: #fff;
    border: 1px solid #cfd0df;
    border-radius: 2px;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 4px;
    cursor: pointer;
}

.popupEditMenuIconMedium {
    width: 22px;
}

.popupEditMenuIconSquare {
    width: 30px;
}

.popupEditMenuIconSmall img {
    width: 12px;
}

.popupEditMenuIconMedium img {
    width: 15px;
}

.popupEditMenuIconSquare img {
    width: 25px;
}

.popupEditMenuIconSelect {
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    color: #2b2b35;
    background-color: #fff;
    border: 1px solid #2b2b35;
    float: left;
    width: 100%;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
}

.popupEditMenuIconSelect:last-child {
    margin-right: 0px !important;
}

.squareBottom {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.popupEditMenuIconSelected {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 16px;
    
}

.popupEditMenuIconSelectList {
    list-style-type: none;
    border: 1px solid #2b2b35;
    border-top: 1px solid #f1f1f1;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 450px;
    display: none;
    box-sizing: border-box;

}

.popupEditMenuIconSelectListItem {
    height: 30px;
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
    padding-top: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.popupEditMenuIconSelectListItem:hover {
    background-color: #999bac;
}

.openSubMenu {
    background-color: #fff;
    border: 1px solid #cfd0df;
    margin-right: 0px !important;
}

.popupEditMenuSubMenu {
    width: 150px;
    display: none;
    float: right;
    background-color: #fff;
    border: 1px solid #cfd0df;
    z-index: 999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    padding-top: 0px;
    margin-top: -5px;
    margin-right: -150px;

}

.popupEditMenuSubMenu label {
    color: #2b2b35;
    float: left;
    width: 78px;
    font-family: Verdana;
    font-size: 15px;
    padding-top: 7px;
    margin-top: 5px;
    /*padding: 3px;*/
}

.popupEditMenuSubMenu input {
    /*border: 1px solid #525363;*/
    font-family: Verdana;
    text-align: center;
    height: 30px;
    border-radius: 10px;
    margin-top: 5px;
    color: #2b2b35;
    background-color: #cfd0df;
    border: 0px;
    /*padding-left: 15px;*/
    float: left;
    width: 60px;
    /*margin-right: 5px;*/
    font-size: 16px;
    cursor: pointer;
    outline: none;
}