/**************************************************
 **************************************************
 **************************************************
 **                                              **
 **                    SHOP                      **
 **                                              **
 **************************************************
 **************************************************
 **************************************************/

.planager-shop p.site-title{
    padding-right: 0;
}

div#primary.planager-shop-content {
    max-width: 850px;
}
.planager-shop-content {
    position: relative;
    font-family: Arial,sans-serif;
}

.planager-shop-content #shoppingcart {
   position: absolute;
   top: 0;
   right: 0;
   width: 44px;
   min-height: 24px;
}

.planager-shop-content #shoppingcart .icon {
   display: block;
   width: 24px;
   height: 24px;
   background: url('../images/icons/shoppingcart001.svg') no-repeat;
   cursor: pointer;
}

.planager-shop-content #content h1 {
    font-size: 2em;
}

.planager-shop-content #content h2 {
    font-size: 1.6em;
}

.planager-shop-content #content h3 {
    font-size: 1.4em;
}

.planager-shop-content #content .shop-event-view h1 {
    margin-bottom: 1em;
}

.planager-shop-content #content .shop-event-view .title-errors {
    color: #ff0000;
    font-size: 150%;
    margin-bottom: 1em;
}

.planager-shop-content #content .shop-event-view .errorSummary p {
    font-size: 150%;
}
.planager-shop-content #content .shop-event-view .errorSummary ul li {
    color: #ff0000;
}

.planager-shop-content #content .shop-event-view .instructions {
    margin-bottom: 1em;
}

.planager-shop-content #content .checkout-data-steps-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    border: 1px solid #000000;
}
.planager-shop-content #content .checkout-data-steps-bar .checkout-data-step {
    flex: 1 0 auto;
    padding: 4px;
    border: 1px solid #000000;
}
.planager-shop-content #content .checkout-data-steps-bar .checkout-data-step.active {
    background-color: #aaaaaa;
}

.planager-shop-content #content .checkout-content > h1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.planager-shop-content #content .checkout-content > h2 {
    margin-bottom: 0.5em;
}
.planager-shop-content #content .checkout-content p.note {
    margin: 1.5em 0 0.5em 0;
}
.planager-shop-content #content .checkout-content div.portalForm {
    background-color: #f5f3f4;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 2em 6em;
}
.planager-shop-content #content .checkout-content div.portalForm div.row {
    float: none;
}
.planager-shop-content #content .checkout-content div.portalForm div.row > input[type="text"],
.planager-shop-content #content .checkout-content div.portalForm div.row > input[type="password"],
.planager-shop-content #content .checkout-content div.portalForm div.row > textarea,
.planager-shop-content #content .checkout-content div.portalForm div.row > .input {
    width: 100%;
}
@media (max-width: 400px) {
    .planager-shop-content #content .checkout-content div.portalForm {
        padding: 0.5em;
    }
}
.planager-shop-content #content .checkout-content .checkout-overview div.portalForm {
    background-color: #f5f3f4;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 0.5em;
}
.planager-shop-content #content .checkout-content.payment > h2 {
    margin: 1em 0;
}

.shoppingcart {
    width: 100%;
}

.a-row::after {
    clear: both;
}

.shoppingcart .font-size-small {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

.shoppingcart .font-size-medium {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

.shoppingcart .errorMessage {
    color: red;
}

.shoppingcart .title {
    font-family: Arial,sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    white-space: nowrap;
}

.shoppingcart .header {
    border-bottom: 1px solid #DDD;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    white-space: nowrap;
}

.planager-shop-content #content .shoppingcart .footer .buttons {
    text-align: right;
    margin: 1em 0 0 0;
}
.planager-shop-content #content .shoppingcart .footer .buttons::before {
    content: none;
}
.planager-shop-content #content .shoppingcart .footer .buttons::after {
    content: none;
}

.shoppingcart .footer .summary {
    float: right;
}
.shoppingcart .footer .summary .label {
    margin-right: 5px;
    text-align: right;
    color: #000;
}
.shoppingcart .footer .summary .price {
    font-weight: 700;
    text-align: right;
    color: #000;
}

.sc-entry {
    border-bottom: 1px solid #DDD;
    width: 100%;
}
.sc-entry .sc-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 10px 0;
    position: relative;
}
.sc-entry .sc-content .sc-item {
    position: relative;
    flex: 1 0 auto;
    min-height: 140px;
    margin-right: 2%;
    overflow: auto;
}
.sc-entry .sc-content .sc-item .view {
    border: none;
    margin: 10px 0 30px 0;
}
.sc-entry .sc-content .sc-item .view .title,
.planager-shop-content #content .booked-items .booked-item .item .title {
    font-size: 20px;
    line-height: unset;
    margin-bottom: 0.5em;
}
.event-label {
    white-space: normal;
}
.event-label div {
    display: inline-block;
    margin-right: 0.5em;
}
/* .planager-shop-content #content .booked-items .booked-item .item .title .event-label .event-title {
    display: none;
} */

.sc-entry .sc-content .sc-action-links {
    position: absolute;
    bottom: 0;
    left: 10px;
    margin-bottom: 10px;
}
.sc-entry .sc-content .sc-action-links input {
    padding: 0;
    border: unset;
    font-family: unset;
    text-transform: unset;
    font-weight: unset;
    font-size: unset;
    letter-spacing: unset;
    line-height: unset;
    cursor: pointer;
    outline: unset;
    text-decoration: initial;
    -webkit-appearance: unset;
    color: initial;
    background: unset;
}
.sc-entry .sc-content .sc-action-links input:hover {
    text-decoration: underline;
}
.sc-entry .sc-content .sc-action-links button[name=delete] {
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
}
.sc-entry .sc-content .sc-action-links button[name=delete]:hover {
    border-color: #777777;
    background-color: #cccccc;
}
.sc-entry .sc-content .sc-action-links button[name=delete] .glyphicon {
    color: #941727;
}
.sc-entry .sc-content .sc-item.expired .view {
    background-color: #ffdd00;
}

.sc-entry .sc-content .sc-price {
    flex: 0 0 auto;
    width: 150px;
    text-align: right;
    white-space: nowrap;
    padding: 10px 0;
}
.sc-entry .sc-content .sc-price .discounted {
    text-decoration: line-through;
    margin-bottom: 5px;
    color: #aaaaaa;
}
.sc-entry .sc-content .sc-price p {
    margin-bottom: 5px;
}

@media (max-width: 400px) {
    .planager-shop-content #content .sc-entry .sc-content .sc-item,
    .planager-shop-content #content .checkout-content .booked-items .booked-item .item {
            flex: 1 1 auto;
    }
    .planager-shop-content #content .sc-entry .sc-content .sc-item h2,
    .planager-shop-content #content .checkout-content .booked-items .booked-item h2 {
        white-space: normal;
        font-size: 1.4em;
    }
    .planager-shop-content #content .sc-entry .sc-content .sc-item .short_info {
        white-space: normal;
        font-size: 0.9em;
    }
    .planager-shop-content #content .sc-entry .sc-content .sc-price {
        width: 60px;
    }
}

.planager-shop-content input[disabled="disabled"][type="submit"] {
    color: #555555;
    border-color: #555555;
    background-color: #cccccc;
    cursor: not-allowed;
}
.planager-shop-content input[disabled="disabled"][type="submit"]:hover {
    color: #555555;
    border-color: #555555;
    background-color: #cccccc;
}

.planager-shop-content #order-form .title {
    margin: 1em 0;
}
.planager-shop-content #order-form .row {
    margin-left: 0;
    margin-right: 0;
}
.planager-shop-content .portalForm .row.checkbox-line {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin-bottom: 1em;
}
.planager-shop-content .portalForm .row.checkbox-line::before {
    content: none;
}
.planager-shop-content .portalForm .row.checkbox-line > input[type="checkbox"] {
    float: none;
    flex: 0 0 auto;
}
.planager-shop-content .portalForm .row.checkbox-line > label {
    float: none;
    flex: 1 0 auto;
    width: 300px;
}
.planager-shop-content .portalForm .row.checkbox-line > .errorMessage {
    float: none;
    flex: 0 0 auto;
}

.planager-shop-content #content .row.buttons {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0.5em;
    margin-top: 1em;
}
.planager-shop-content #content .row.buttons .button:hover {
    border: 2px solid #0c6ca6;
    color: #ffffff;
    background: #0c6ca6;
}
/*
.planager-shop-content #content .row.buttons .button.button-back {
}
.planager-shop-content #content .row.buttons .button.button-forward {
}
*/
@media (max-width: 400px) {
    .planager-shop-content #content .row.buttons,
    .planager-shop-content #content form.portalForm .row.buttons {
        flex-wrap: nowrap;
    }

    .planager-shop-content #content .row.buttons input,
    .planager-shop-content #content form.portalForm .row.buttons input {
        padding: 8px 11px;
        font-size: 60%;
        white-space: normal;
        flex: 1 1 auto;
    }
}

.planager-shop-content #content .checkout-overview-title {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.planager-shop-content #content .booked-items {
    margin-bottom: 1em;
}
.planager-shop-content #content .booked-items .booked-item {
    border-bottom: 1px solid #dddddd;
    padding: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}
.planager-shop-content #content .booked-items .booked-item.expired {
    background-color: #ffdd00;
}
.planager-shop-content #content .booked-items .booked-item .counter {
    flex: 0 0 auto;
    width: 2em;
}
.planager-shop-content #content .booked-items .booked-item .item {
    flex: 1 0 auto;
}
.planager-shop-content #content .booked-items .booked-item .price {
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
}
.planager-shop-content #content .booked-items .booked-item .price .discounted {
    text-decoration: line-through;
    margin-bottom: 5px;
    color: #aaaaaa;
}
.planager-shop-content #content .booked-items .booked-item .price .discount-tooltip {
    float: left;
    margin: 4px 6px;
    width: 16px;
    height: 16px;
    background: url('../images/icons/24x24/help24.png') no-repeat;
    background-size: 16px;
    /* cursor: help; */
}
.planager-shop-content #content .booked-total {
    width: 100%;
    text-align: right;
    margin-bottom: 2em;
}
.planager-shop-content #content .checkout-overview.form .cancellation-terms-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.planager-shop-content #content .checkout-overview.form .cancellation-term {
    margin-bottom: 0.5em;
}
.planager-shop-content #content .checkout-overview.form .cancellation-term-eventtype {
    font-weight: bold;
    margin-bottom: 0.1em;
}
.planager-shop-content #content .checkout-overview.form .cancellation-term-text {
    white-space: preserve;
}
.planager-shop-content #content .checkout-overview.form .row {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.planager-shop-content #content .checkout-overview.form .row label,
.planager-shop-content #content .checkout-overview.form .row label.cancellation-terms {
    /* width: 60%; */
    flex: 1 1 auto;
    float: none;
}
.planager-shop-content #content .checkout-overview.form .row label.cancellation-terms {
    font-size: 1em;
}
.planager-shop-content #content .checkout-overview.form .row input,
.planager-shop-content #content .checkout-overview.form .row textarea {
    /* width: 60%; */
    flex: 0 0 auto;
    float: none;
}
.planager-shop-content #content .checkout-overview.form .row .errorMessage {
    flex: 1 0 auto;
    width: 100%;
    order: -1;
    margin-left: 0;
}

.planager-shop-content #content .checkout-overview.form .row textarea {
    width: 100%;
}

.planager-shop-content #content .checkout-content .errorMessage {
    color: red;
}
.planager-shop-content #content .checkout-content.payment {
    text-align: center;
}

.planager-shop-content #content #paypal-button-container {
    display: inline-block;
    text-align: center;
    width: 400px;
}
@media (max-width: 400px) {
    .planager-shop-content #content #paypal-button-container {
        width: 100%;
    }
}