.itembox {
    border: 1px solid #f0f0f0;
    margin-bottom: 2%;
    margin-right: 1%;
    margin-left: 2%;
    cursor: pointer;
    min-width: 240px;
    padding: 0;
    float: left;

}

.dropdown-menu.show,
.dropdown-menu.inner {
    max-height: 650px !important;
    overflow: initial !important;
}

div.dropdown-menu.open.show[role="combobox"] {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.itembox .button {
    width: 100%;
    height: 100%;
    border: none;
    background: #e1e1e1;
    color: #007aae;
}

.itembox .button:hover {
    background: #b4b4b4;
    color: #FFFFFF;
}

.itembox .button i {
    font-size: 26px;
    position: relative;
    top: 2px;
}

.itembox .itemNo {
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

.itembox .icoFav i {
    font-size: 25px;
    color: #cccccc;
    padding-top: 5px;
    padding-right: 5px;
}

.itembox .text-small {
    font-size: 10px;
}

.itembox .action-bar {
    padding: 0;
}

.itembox .form-control {
    border-radius: 0;
}

.itembox .busy {
    / / TODO: Add a busy state to the itembox .
}

.studio-icon {
    margin-right: 5px;
    margin-top: 0px;
    font-size: 20px;
}

.itemDescription {
    text-align: center;
    font-size: 13px;
    max-height: 58px;
    min-height: 58px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.itemPicture {
    padding: 15px;
    height: 140px;
}

.itemPicture img {
    max-width: 100%;
    max-height: 100%;
    min-height: 150px;
    margin: auto;
    display: block;
}

@keyframes item-box-spinner {
    to {
        transform: rotate(360deg);
    }
}

.item-box[data-quantity-loaded="false"] .item-box-footer:before {
    content: '';
    position: absolute;
    height: 38px;
    width: calc(100% - 34px);
    display: block;
    z-index: 10;
    background: #f0f0f0;
}

.inline-spinner {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: 35px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--portal-color-var);
    border-bottom-color: var(--portal-color-var);
    animation: item-box-spinner .8s ease infinite;
    ;
    z-index: 11;
}

.inline-spinner.relative {
    margin-bottom: 35px !important;
    position: relative !important;
}

.item-box[data-quantity-loaded="false"] .item-box-footer:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--portal-color-var);
    border-bottom-color: var(--portal-color-var);
    animation: item-box-spinner .8s ease infinite;
    bottom: 26px;
    z-index: 11;
}

.padding-off {
    padding: 0;
}

.categorylist-image {
    width: 175px;
    height: 110px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.categorylist-image img {
    max-width: 100%;
    max-height: 100%;
}

.categoryNav a {
    color: #333333;
}

.categoryNav a:hover {
    color: #007aae;
}

.categoryNav ul {
    list-style: none;
    padding-left: 20px;
}

.categoryNav>ul {
    padding: 0;
}

body .datepicker table tr td,
body .datepicker table tr th {
    width: 40px;
    height: 35px;
}

.newItemsContainer {
    padding-top: 35px;
}

.itemsHead {
    border-bottom: 1px solid #ccc;
    font-size: 80%;
}

.itemsTitle {
    font-weight: 500;
    padding-bottom: 5px;
}

.loadingSign {
    text-align: center;
}

.loadingSign i {
    width: 100%;
    font-size: 4rem;
}

.loadingSign span {
    position: relative;
    top: 5px;
}

.btn.disabled {
    border: 1px solid #adadad;
    cursor: not-allowed;
}

.btn.disabled:hover {
    background: none;
    color: #212121;
    border: 1px solid #adadad;
}

label.btn,
button {
    cursor: pointer;
}

.addresses {
    padding-top: 20px;
}

.form-control:focus {
    border-color: var(--portal-color-var);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--portal-color-var);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--portal-color-var);
}

h4 {
    font-size: 14px;
}

.margin-off {
    margin: 0;
}

.basketList {
    padding: 0px 50px 0px 50px;
}

#uploadPicture {
    cursor: pointer;
}

select.form-control {
    font-size: 14px;
}

.form-control[readonly].readonly-interaction {
    background-color: #fff;
    cursor: pointer;
}

#workflowContainer .inputItemQuantity {
    text-align: center;
}

#workflowContainer .arrow:after {
    border-top-color: #2a88bd;
}

#workflowContainer .loading-spinner {
    margin-top: 20%;
}

#inputOrigin {
    font-size: 14px;
}

.stayBottom {
    position: absolute;
    bottom: 0;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basketItem {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.basketItem img {
    width: 45px;
}

.itemThumbnail {
    min-height: 125px;
    max-height: 125px;
}

.itemThumbnail img {
    max-height: 125px;
    max-width: 190px;
}

.hidden {
    display: none;
}

.dropdown-menu[aria-expanded="true"] {
    display: block;
}

.bootstrap-select button {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.dropdown-item:hover {
    background: var(--portal-color-var);
    color: #fff !important;
}

.mg-bot-10 {
    margin-bottom: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.headline-md {
    color: var(--portal-color-var);
    margin-bottom: 25px;
    text-align: center;
}

.headline-md:after {
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    top: 5px;
    margin: 0 auto;
}

textarea {
    resize: none;
    height: 150px;
    overflow-x: hidden;
}

.col-divider {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

#useNewAddress {
    display: none;
}

#usediffrentAddress {
    display: none;
}

[data-page-visible="false"] {
    display: none;
}

[data-page-visible="true"] {
    display: block;
}

.page {
    width: 100%;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.ui-timepicker-container {
    z-index: 2 !important;
}

label.btn[disabled="disabled"] {
    pointer-events: none;
    cursor: not-allowed;
    background: #eee;
    border-color: #ddd;
    color: rgba(0, 0, 0, 0.33);
}

.logistic-page {
    display: none;
}

.logistic-page .bootstrap-select.form-control:not([class*=col-]) {
    /*width: 0 !important;*/
}

.wwm-radioButton {
    display: block;
    width: 32px;
    height: 32px;
}

.wwm-radioButton input[type="radio"] {
    display: none;
}

.wwm-radioButton label {
    background: rgba(0, 0, 0, 0.15);
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.wwm-radioButton:hover label:after {
    display: block;
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-animation: wwm-radioButton-grow;
    -o-animation: wwm-radioButton-grow;
    animation: wwm-radioButton-grow;
    animation-duration: 300ms;
}

.wwm-radioButton input[type="radio"]:checked~label:after {
    display: block;
    position: relative;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 26px 7px rgba(0, 0, 0, 0.2);

}

.wwm-radioButton input[type="radio"]:checked~label {
    background: var(--portal-color-var);
    border: 1px solid var(--portal-color-var);
}

.wwm-radioButton-small {
    display: block;
    width: 1rem;
    height: 1rem;
}

.wwm-radioButton-small input[type="radio"] {
    display: none;
}

.wwm-radioButton-small label {
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    top: calc(0.15rem);
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.wwm-radioButton-small input[type="radio"]:checked~label:after {
    display: block;
    position: relative;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: white;
    left: calc(50% - 0.25rem);
    top: calc(50% - 0.25rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 26px 7px rgba(0, 0, 0, 0.2);

}

.wwm-radioButton-small input[type="radio"]:checked~label {
    background: #1f648b;
    border: 1px solid #1f648b;
}


@keyframes wwm-radioButton-grow {
    from {
        width: 0;
        height: 0;
        left: calc(50% - 0px);
        top: calc(50% - 0px);
    }

    to {
        width: 16px;
        height: 16px;
        left: calc(50% - 8px);
        top: calc(50% - 8px);
    }
}

.glyphicon-minus {
    font-family: FontAwesome;
    content: '\f068';
}

.DragBox .category,
[data-category] {
    border: none;
    margin-top: 0px;
    line-height: unset;
    height: inherit;
}

.admin-box,
.lick {
    display: none;
}

.border-right-gray-thin {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.address-info {
    padding: 0;
}

.address-info div {
    padding: 0;
    font-size: 13px;
}

.address-info .wwm-blue {
    color: #1f648b;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.btn-toolbar {
    width: 16px;
    margin-bottom: 5px;
}

.btn-toolbar i {
    margin: 0 auto;
}

.btn-stage-size {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.accordion-tab-collapse {
    overflow-y: auto;
    height: 100%;
}

#stage-settings {
    display: none !important;
}

.iframe-fix {
    overflow: scroll;
    max-height: calc(100vh - 150px);
    /*this fixes a bug on the live server which only happens if the studio gets loaded from the iframe*/

}

.container-sm {
    max-width: 800px;
    margin: 0 auto;
}

#boothWidthButton,
#boothHeightButton {
    display: none;
}

.DragBox {
    font-size: 9px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 123px !important;
    height: 108px !important;
    margin-bottom: 10px;
    border-radius: 0px;
}

.DragBox .text {
    bottom: 5px !important;
}

.DragBox .image {
    bottom: 2em !important;
}

.dragbox.item_id,
.dragbox.description {
    display: block;
    width: 100%;
    text-align: center;
}

#pattern-container {
    position: absolute !important;
    right: 70px;
    top: 0;
}

.itembox {
    margin-top: 10px;
}

.itemImage img {
    object-fit: contain;
    width: 300px;
}

.box.fullscreen {
    height: 100%;
}

.boxheader {
    min-height: 68px;
}

.box.fullscreen .boxheader {
    width: 100% !important;
    position: relative !important;
}

.box.fullscreen .boxcontent {
    height: 100%;
    padding-top: 35px;
}

.box.fullscreen .row,
.box.fullscreen .page,
.box.fullscreen .col-lg-12 {
    height: 100%;
}

.box.fullscreen .configurator {
    height: calc(100% - 57px) !important;
}

.box.fullscreen #workflowContainer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carosel-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 300px;
    width: 100%;
}

.checkout-basket-image {
    object-position: center center;
    object-fit: contain;
    width: 128px;
    height: 128px;
    margin-left: -15px;
    float: left;
}

.checkout-basket-description {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

.checkout-basket-description b {
    font-size: 14px;
}

.checkout-basket-description p {
    font-size: 12px;
}

.checkout-basket {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

#item-nav {
    overflow: auto;
    max-height: 500px;
}

.checkout-basket-item {
    margin-top: 10px;
    height: 135px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.checkout-basket-item:last-child {
    border-bottom: none;
}

.checkout-basket-header {
    margin-bottom: 10px;
}

.checkout-basket-header:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    margin-left: 14px;
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.15);
}

.checkout-basket-header div {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.checkout-basket-item .col-3 {
    margin-top: 10px;
}

.alt-images-block {
    width: 40px;
}

.alt-images {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.alt-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: relative;
    left: 1px;
}

.alt-image {
    border: 1px solid #e1e1e1;
    width: calc(100% + 2px);
    margin-bottom: 10px;
}

.alt-image:hover {
    cursor: pointer;
    border: 1px solid rgb(42, 136, 189);
    box-shadow: 0 0 3px 2px rgba(42, 136, 189, .5);
}

.zoom-preview {
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    z-index: 3;
    background-color: #fff;
    display: none;
}

.zoom-image {
    position: absolute;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
}

.img-container {
    cursor: pointer;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-bottom: 10px;
    margin-left: 10px;
}

.summary-info {
    font-size: 13px;
}

.summary-final-info {
    margin-top: 15px;
}

.order-box {
    display: none;
    width: 600px;
    height: 450px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: calc(50% - 300px);
    top: 150px;
    z-index: 9999;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    padding: 25px;
    display: none;
    opacity: 0;
}

.order-box-header {
    height: 125px;
}

.order-box-body {
    height: 200px;
}

.order-box-footer {
    height: 100px;
}

.order-box-header:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 0px;
    margin-top: 15px;
}

.order-box-title {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #2ECC40;
    font-size: 18px;
}

.order-box-body {
    color: rgba(0, 0, 0, 0.66);
}

.order-body-content-headline {
    margin-top: 15px;
}

.icon-badge {
    width: 64px;
    height: 64px;
    border: 2px solid #2ECC40;
    color: #2ECC40;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.icon-badge .fa {
    line-height: 64px;
    font-size: 28px;
}

.btn-wwm-smooth {
    margin: 0 auto;
    display: block;
    width: 200px;
    background: #2e6da4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.overlay {
    display: none;
    width: 100%;
    height: calc(100% + 35px);
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.info-list-item {
    list-style: none;
}

.budget-item::after {
    content: attr(data-budget-value);
    position: relative;
    text-align: right;
    right: -10px;
    letter-spacing: 0.06em;
}

.budget-item.none::after {
    content: '';
}

.budget-item.plus::after {
    color: #2ECC40;
}

.budget-item.minus::after {
    color: #FF4136;
}

.budget-item:hover::after {
    color: #ffffff;
}

.studio-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 99999;
    background-color: #fff;
}

.studio-loader-image {
    background-image: url(https://www.expocloud.com/typo3conf/ext/mindshape_customer/Resources/Public/Images/expocloud-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 256px;
    height: 256px;
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 auto;
    top: calc(50% - 160px);
}

.budget-value-tag {
    font-size: 14px;
    position: relative;
    left: 7px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
}

.budget-value-tag::before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    margin-left: -5px;
}

.fa-circle {
    font-size: 4px;
    position: relative;
    top: -3px;

}