﻿.aaa {
    height: 100%;
    margin-left:6%;
    float:left;
    color: white;
    text-align: center;
    line-height: 5vh;
    font-family: Calibri;
    font-weight: lighter;
    font-size:max(10px, 0.9vw);
    text-decoration:none;
    width:10%;
}

table, th, td {
    border: 1px solid black;
    min-width:100%;
}

.invisible {
    display: none;
}

.shop-basket {
    float:right;
    width: 250px;
    background-color: white;
    height: calc(95vh - 8px);
    border-left: solid 1px;
    border-color: #621a1a;
    position: relative;
}

.shop-editor {
    /*background-color: grey;*/
    min-height: calc(100vh - 50px);
    width: calc(100% - 502px);
    float: right;
    position: relative;
}

.shop-editor-graphic {
    width: 60%;
	height: 750px;
    margin-left:calc(20% - 200px);
    position: relative;
    top: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shop-editor-modular-input {
    color: #621a1a;
    font-family: Calibri;
    width:100%;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.shop-editor-text {
    direction: ltr;
    height: 200px;
    background-color: white;
    width: 100%;
    color: #000;
    border: solid 1px #621a1a;
    font-family: Calibri;
    font-size: 13px;
    font-weight: lighter;
    padding: 2px;
    margin:5px;
    resize: none;
}

.shop-menu {
    float: left;
    width: 250px;
    background-color: white;
    min-height: calc(95vh - 8px);
    border-right: solid 1px;
    border-color: #621a1a;
    position: relative;
}

.shop-basket-caption {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom:20px;
    font-family: Calibri;
}

.shop-basket-item {
    position:relative;
    background-color: white;
    margin: 5px;
    height: 100px;
    width:100%;
    border-bottom:1px solid lightgrey;
    color: #621a1a;
}

.shop-basket-item--name {
    margin: 2px;
    font-size: 14px;
    font-family: Calibri;
}

.shop-basket-item--image {
    width: 70px;
    height: 50px;
    margin: 5px;
    float: left;
    position: relative;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    border:solid 1px white;
    
}

.shop-basket-item--amount {
    bottom:-20px;
    font-family: Calibri;
    font-weight: bold;
    position: absolute;
}

.shop-basket-item--text {
    font-family: Calibri;
    font-size: 12px;
    float: left;
    margin: 5px;
    min-width:80px;
    
}

.shop-basket-item--delete {
    position:absolute;
    top:0;
    right:-60px;
    font-family: Calibri;
    font-size: 18px;
    margin: 5px;
    min-width: 80px;
}

.shop-login-button {
    background-image: linear-gradient(0deg, brown 0%, #621a1a 90%);
    color: white;
    border: solid 1px;
    border-color: saddlebrown;
    border-radius: 4px;
    height: 30px;
    width: 200px;
    text-align: center;
    line-height: 30px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: lighter;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 30px
}

.shop-login-logout {
    height: 100%;
    float: right;
    color: white;
    margin-right: 8px;
    text-align: right;
    line-height: 5vh;
    font-family: Calibri;
    background-color: rgba(0,0,0,0);
    border:0px;
}

.shop-basket-button {
    background-image: linear-gradient(0deg, brown 0%, #621a1a 90%);
    color: white;
    border: solid 1px;
    border-color: saddlebrown;
    border-radius: 4px;
    height: 30px;
    width: 244px;
    text-align: center;
    line-height: 30px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: lighter;
    position: absolute;
    right: 0;
    top: calc(100% - 40px);
    margin: 2px
}

.shop-item-button {
    background-image: linear-gradient(0deg, brown 0%, #621a1a 90%);
    color: white;
    border: solid 1px;
    border-color: saddlebrown;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: lighter;
    right: 0;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    width:190px;
}

.shop-item-button--add {
    background-image: linear-gradient(0deg, brown 0%, #621a1a 90%);
    color: white;
    border: solid 1px;
    border-color: saddlebrown;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: lighter;
    margin-left: 5px;
    margin-right: 5px;
    padding-left:5px;
    margin-top: 5px;
    width: 100%;
    position:relative;
}

.shop-item-button--send {
    background-image: linear-gradient(0deg, brown 0%, #621a1a 90%);
    color: white;
    border: solid 1px;
    border-color: saddlebrown;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: lighter;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    width: calc(100% + 7px);
    position: relative;
}

.shop-item-button--pdf {
    background-image: linear-gradient(0deg, brown 0%, #621a1a 90%);
    color: white;
    border: solid 1px;
    border-color: saddlebrown;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: lighter;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-left:5px;

    width: 100%;
    position: relative;
}

.shop-catalog-category--normal {
    position: absolute;
    left: 100%;
    height: 50px;
    width: 115px;
    background-color: lightgray;
    z-index: 7;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px grey solid;
    border-left: 0px;
}

.shop-catalog-category--normal:hover{
    z-index:9;
    width:120px;
}
    .shop-catalog-category--selected {
    position: absolute;
    left: 100%;
    height: 50px;
    width: 120px;
    background-color: white;
    z-index: 8;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px grey solid;
    border-left: 0px;
}

.shop-catalog-category--caption {
    /*transform: translateX(-50%) translateY(-50%) rotate(-90deg);*/
    transform-origin: center;
    font-family: Calibri;
    line-height:50px;
    padding-left:5px;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
}

.shop-catalog-category--name {
    /*transform: translateX(-50%) translateY(-50%) rotate(-90deg);*/
    transform-origin: center;
    font-family: Calibri;
    line-height: 50px;
    padding-left: 5px;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
}

.shop-catalog-category {
    overflow-y:scroll;
    overflow-x:hidden;
    height:calc(100vh - 60px);
}

.shop-catalog-item {
    width: 150px;
    height: 150px;
    margin: auto;
    margin-top: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
}

    .shop-catalog-item .tooltiptext {
        visibility: hidden;
        min-width: 120px;
        height: 100%;
        background-color: white;
        color: #000;
        border: solid 1px #621a1a;
        font-family: Calibri;
        font-size: 13px;
        font-weight: lighter;
        padding:2px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 15;
    }

    .shop-catalog-item:hover .tooltiptext {
        visibility: visible;
    }

.shop-catalog-item--name {
    color: #621a1a;
    font-family: Calibri;
    position: relative;
    top: 100%;
    text-align: center;
}