﻿html
{
    height: 100%;
}

body
{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
:root {
    --secondary-color: rgba(192, 192, 192, 1);
    --button-background-color-buyable: rgb(60, 60, 60);
    --button-background-color-buyable-selected: rgba(192, 192, 192, 1);
    --step-menu-background-color: rgb(60, 60, 60);
    --step-menu-background-color-selected: rgba(192, 192, 192, 1);
    --button-background-color-buyable-rgba: rgba(219, 219, 219, 1);
    --button-border-color-buyable-rgba: rgba(192, 192, 192, 1);
    --button-color-second-btn: #333;
    --button-border-color-second-btn: #333;
    --button-bg-color-second-btn: #fff;
    --button-hover-second-btn: #e3e3e3;
    --button-hover-color-second-btn: #333;
    --border-color-menu-rgba: rgba(60, 60, 60, 1);
    --input-border-color: #cbc2c2;
    --background-color-menu: rgba(60,60, 60, 1);
    --overlay-background-color: rgba(0, 0, 0, 0.6);
    --selected-overlay-color: rgba(60, 60, 60, 0.7);
    --selected-subgroup-border-color: rgb(225, 225, 225, 1);
    --selected-categorygroup-border-color: rgba(212, 214, 137, 1);
    --selected-categorygroups-border-color: rgba(195, 107, 107, 1);
    --category-filter-link-color: rgba(0, 0, 0, 1);
    --category-filter-color: rgba(0, 0, 0, 1);
    --cart-icon-count-backgorund: rgba(0, 0, 0, 1);
    --cart-icon-count-color: rgba(255, 255, 255, 1);
    --warning-text-color: #d70000;
    --text-color: #fff;
    --text-color-black: #333;
    --responsive-dl-border-color: #cbc4c4;
    --mypage-hr-color: #cbc2c2;
    --main-dept-container-bg: rgba(255,255,255, 0.8);
    --div-bg: rgba(255,255,255,1);
    --banner-bg: rgba(0, 0, 0, 0.8);
    --div-border-color: rgba(119, 110, 110, 1);
    --box-shadow: rgba(0, 0, 0, 0.3);
    --RadScheduler-Metro: rgba(12, 104, 133, 1);
    --ticket-item-bg: rgba(255,255,255,1);
    --pay-header-border: #ddd;
    --receipt-small-text-color: #666;
    --topmsg2-bg-color: rgba(255,255,255, 0.8);
    --redirecting-msg-bg-color: #333;
    --spinner-border: rgba(255, 255, 255, 0.3);
    --spinner-border-top: #3498db;
    --pay-of-debt-overlay-bg: rgba(0, 0, 0, 0.6);
    --pay-of-debt-overlay-color: #fff;
}

body > main{
    flex-grow: 1;
}

.logo
{
    cursor: pointer;
}

:focus {
    outline: solid #CC8500 !important;
} 

div.top-right
{
    position: absolute;
    right: 5px;
    top: 0;
}

#top{
    width: 100%;
    position: fixed;
    z-index: 3;
}

#top #default-cart
{
    position: static !important;
}

#top #default-cart > .cart
{
    padding: 0;
    min-height: inherit;
}

.must-be-logged-in
{
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 3px;
    background: #fffacd;
    padding: 10px;
    margin-bottom: 10px;
}
/* Full-page overlay ín payoffdept.aspx*/
.pay-of-debt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pay-of-debt-overlay-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
    color: var(--pay-of-debt-overlay-color);
    font-size: 18px;
}

.redirecting-msg { /* ín payoffdept.aspx*/
    background-color: var(--redirecting-msg-bg-color);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 5px 5px 15px var(--box-shadow);
    margin: 5px;
}
/*Spinner payofdept.aspx*/
.spinner {
    border: 10px solid var(--spinner-border);
    border-top: 10px solid var(--spinner-border-top);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
    left: 40%;
    animation: spin 2s linear infinite;
    margin-bottom: 20px;
}

/* Spinning animation payofdept.aspx*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.add-image {/*uses in ActivatePosTicket.Aspx*/
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dotted var(--div-border-color);
}
.receipt-ticket-sent { /*uses in Receipt.aspx*/
     margin-top: 40px;
     margin-bottom: 40px;
}

.greeting,
.must-be-logged-in {
    margin-top: 20px;
}

.greeting h3
{
    margin-top: 0;
    margin-bottom: 2px;
}

.greeting,
.message
{
    margin-bottom: 10px;
}

.must-be-logged-in button
{
    margin-left: 10px;
}

.cart > div
{
    padding: 15px;

}

#top #default-cart button
{
    width: 120px;
    font-size: inherit !important;
    margin-top: 0;
    height: inherit;
    margin-bottom: 0.5em;
    padding: 4px !important;
}

@media(min-width:992px)
{
    #top .cart
    {
        display: block !important;
    }

    .mobile.cart
    {
        display: none;
    }
}

#default-cart
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.mobile.cart
{
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

#event-list
{
    margin-bottom: 1em;
}

#event-list .day h3,
.event
{
    padding-left: 10px;
    padding-right: 10px;
}

#event-list h3
{
    font-weight: bold;
}

#topmsg
{
    margin-top: 1em;
    margin-bottom: 1em;
}
#topmsg2 {
     text-align: center; 
    align-content: center;
    padding: 20px; 
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0.11em;
    margin-right: 0.11em;
    border-radius: 3px;
    font-size: 15px;
    background-color: var(--topmsg2-bg-color);
    color: var(--text-color-black);
}


/* kundtext overrides */

    #topmsg span, #topmsg strong
{
    font-size: inherit !important;
}

#topmsg p:last-child
{
    margin-bottom: 0;
}
.main-dept-container{/*uses in payoffdept.aspx*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--main-dept-container-bg);
    flex-wrap: wrap;
}
.pay-left{/*uses in payoffdept.aspx*/
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 60%;
      margin-bottom: 100px;
}
.pay-right{/*uses in payoffdept.aspx*/
       width: 35%;
       padding: 10px;
       background-color: var(--div-bg);
       border-radius: 3px;
       border: none;
}
.pay-header {
    text-align: center;
    align-content: center;
    border-bottom: 0.5px solid var(--pay-header-border);
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
}
.pay-button{
    width: 100%;
}
.icon-button{
    border: none;
    background-color: transparent;
}
/* Flexbox used in payoffdept.aspx*/
.ticket-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 25px 15px;
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: var(--ticket-item-bg);
}
.ticket-container {
    display: flex;
    align-items: center;
    border: none;
    width: 100%;
}
.ticket-content { /*uses in payoffdept.aspx*/
    display: flex;
    align-items: center;
}


.ticket-icon { /*uses in payoffdept.aspx*/
    flex-shrink: 0; /* Prevent icon from shrinking */
    margin-right: 20px;
    background: url("Images/ticket.svg?v1211") no-repeat;
    background-size: auto 100%;
    width: 22px;
    height: 22px;
}


.ticket-info{ /*uses in payoffdept.aspx*/
    flex-grow: 1;
}

.ticket-row { /*uses in payoffdept.aspx*/
    margin-bottom: 5px;
    font-size: 14px;
}
.smaller-text { /*uses in payoffdept.aspx*/
    font-size: 12px;
}
.info-msg-nopay { /*uses in payoffdept.aspx*/
    text-align: center;
    align-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
    color: var(--receipt-small-text-color);
}

.ticket-actions { /*uses in payoffdept.aspx*/
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}
.pay-ticket { /*uses in payoffdept.aspx*/
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay-ticket-row { /*uses in payoffdept.aspx*/
    padding-bottom: 11px;
}
.pay-ticket-action { /*uses in payoffdept.aspx*/
    text-align: right;
}
.article-name, .summery-ticket, .span-ticket-text { /*uses in payoffdept.aspx*/
    font-weight: 600;
}
.second-btn { /*uses in payoffdept.aspx, activateposticket.aspx, receipt.aspx*/
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #333;
    border: 2px solid rgb(var(--button-border-color-second-btn));
    background-color: rgb(var(--button-bg-color-second-btn));
    border-style: solid;
    font-family: inherit;
    border-radius: 0;
    padding: 6px 15px;
}

    .second-btn:hover {
        background-color: var(--button-hover-second-btn);
    }
.input-button {
    background: rgb(var(--button-bg-color-second-btn));
    border: 1.5px solid rgb(var(--button-border-color-second-btn));
    border-radius: 4px;
    color: rgb(var(--button-color-second-btn));
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

    .input-button:hover {
        background: rgba(0, 102, 169, 0.1);
        border: 1.5px solid rgb(var(--button-border-color-second-btn));
        color: rgb(var(--button-color-second-btn));
    }
.grants-header-label{
    padding: 10px;
    display: flex;
    justify-content: center;
    background: rgba(225, 225, 225, 0.2);
    font-size: 16px;
    font-weight: normal;

}
@media screen and (min-width: 500px) and (max-width: 768px) { /*uses in payoffdept.aspx*/
    .ticket-action {
            width: 100%;
            margin-top: 10px;
        }
    
}
    @media screen and (max-width: 768px) { /*uses in payoffdept.aspx*/
        .main-dept-container {
            flex-direction: column;
        }
        .pay-container{
            width: 100%;
            margin-top: 10px;
        }

        .pay-left, .pay-right {
            width: 100%;
            margin-right: 0;
        }

        .pay-ticket-info {
            flex-direction: column; /* Stack the ticket info */
        }

        .ticket-actions {
            flex-direction: column;
            align-items: flex-start;
        }

    }
@media(max-width: 500px) {
    .main-dept-container { /*uses in payoffdept.aspx*/
        flex-direction: column;
        align-items: center;
    }

    .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .right {
        width: 100%;
        text-align: center;
    }

    .ticket-container {
        display: inline;
    }

    .button-pay-container {
        margin-top: 50px;
    }

    .product {
        grid-template-columns: 1fr;
    }

    .product-price {
        text-align: left;
    }

    .total-receipt {
        align-items: flex-start;
        margin-top: 10px;
    }

    .ticket-actions {
        flex-direction: row !important;
        margin-top: 20px;
    }

    .bottom-right-container {
        margin-top: 4px;
        margin-left: 10px;
    }
}

@media(max-width: 359px) {/*uses in payoffdept.aspx*/
    .ticket-actions {
        flex-direction: column !important;
    }

    .bottom-right-container {
        margin-left: 0px;
    }
}

    .receipt { /*uses in payoffdept.aspx*/
        font-size: 16px;
        font-weight: bold;
    }

    .receipt-body { /*uses in payoffdept.aspx, receipt.aspx*/
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .receipt-info { /*uses in payoffdept.aspx*/
        padding: 5px;
        margin-bottom: 10px;
        border-bottom: 1px dotted var(--div-border-color);
    }

    .receipt-pos-row { /*uses in payoffdept.aspx*/
        display: flex;
        align-items: center;
    }

        .receipt-pos-row .label { /*uses in payoffdept.aspx*/
            font-weight: normal;
            font-size: 14px;
            margin: 0;
            padding: 0;
            color: var(--text-color-black);
        }

        .receipt-pos-row .value { /*uses in payoffdept.aspx*/
            margin: 0;
            padding-left: 10px;
            word-wrap: break-word; /* Prevents overflow of long text */
        }

    .receipt-container { /*uses in payoffdept.aspx*/
        margin: 15px;
        padding: 10px;
        border: 1px solid var(--div-border-color);
        border-radius: 3px;
    }

    .receipt-header { /*uses in payoffdept.aspx*/
        text-align: center;
        border-bottom: 1px dotted var(--div-border-color);
        padding-bottom: 15px;
        font-size: 12px;
    }

    .receipt-footer { /*uses in payoffdept.aspx*/
        text-align: center;
        margin-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

    .receipt-row { /*uses in payoffdept.aspx*/
        margin: 5px 0;
    }

    .receipt-row-1 { /*uses in payoffdept.aspx*/
        font-size: 1.2em;
        font-weight: bold;
    }

    .product { /*uses in payoffdept.aspx, receipt.aspx*/
        display: grid;
        grid-template-columns: 2fr 1fr;
        padding: 10px;
        border-bottom: 1px dotted #ddd;
    }

    .product-header { /*uses in payoffdept.aspx*/
        font-weight: bold;
        margin-left: 10px;
    }

    .product-info { /*uses in payoffdept.aspx, receipt.aspx*/
        display: flex;
        flex-direction: column;
    }

    .product-price { /*uses in payoffdept.aspx, receipt.aspx*/
        text-align: right;
    }

    .product-name, .total-price { /*uses in payoffdept.aspx, receipt.aspx*/
        font-size: 14px;
    }

    .amount, .price { /*uses in payoffdept.aspx, receipt.apsx*/
        font-size: 12px;
        color: #666;
    }

    .vat-amount { /*uses in payoffdept.aspx*/
        font-size: 12px;
        color: var(--receipt-small-text-color);
    }

    .total-receipt { /*uses in payoffdept.aspx*/
        display: flex;
        flex-direction: column;
        align-items: flex-end; /* Align to the right */
        margin-top: 20px;
    }

    .total-amount { /*uses in payoffdept.aspx, receipt.aspx*/
        font-weight: bold;
        font-size: 16px;
        color: var(--text-color-black);
    }

    .vat-amount-summary { /*uses in payoffdept.aspx*/
        font-size: 12px;
        color: var(--receipt-small-text-color);
        margin-top: 5px;
    }

    .debt-item.checked-debt { /*uses in payoffdept.aspx*/
        border: 2px solid var(--div-border-color);
    }

    .icon-check { /*uses in payoffdept.aspx*/
        background: url("Images/person.svg?v1211") no-repeat;
        background-size: auto 100%;
        width: 22px;
        height: 22px;
    }

    .checked-info { /*uses in payoffdept.aspx*/
        display: flex;
        justify-content: center;
    }

    .banner { /*uses in payoffdept.aspx*/
        background-color: var(--banner-bg);
        color: var(--text-color);
        box-shadow: 4px 3px 5px var(--box-shadow);
        position: relative;
        left: 20%;
        border-radius: 4px;
        color: var(--text-color);
        padding-top: 15px;
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
        width: 60%;
        margin-top: 30px;
        text-transform: uppercase;
        font-size: 14px;
        display: none; /* Initially hidden */
    }

    .noReceipts { /*uses in payoffdept.aspx*/
        margin-top: 40px;
        text-align: center;
        color: var(--receipt-small-text-color);
    }
    .receipt-button-container{/*uses in receipt.aspx*/
        margin-top: 30px;
    }
/* Show banner on mobile uses in payoffdept.aspx*/
@media only screen and (max-width: 768px) {
    .banner {
            display: block;
        }
    }
.activate-cancel-container{/*uses in myprivatepages.aspx*/
    margin-top: 15px;
}
.table-subscription { /*uses in myprivatepages.aspx*/
    margin-top: 30px;
    padding-top: 10px;
    border-bottom: 0.5px dotted var(--responsive-dl-border-color);
}
.table-heading-text { /*uses in myprivatepages.aspx*/
    font-size: 16px;
    font-weight: bold;
}
.subscription-btn-container { /*uses in myprivatepages.aspx*/
    margin-top: 5px;
    margin-left:-15px;
    margin-bottom: 10px;
    display: flex;
}
.no_longer_booking { /*uses in passbooking*/
    display: grid;
    place-items: self-end; 
    width: 100%;
}
@media(min-width: 991px){
    .no_longer_booking { /*uses in passbooking*/
        place-items: center;
    }
}
@media (max-width: 350px) {
    .no_longer_booking { /*uses in passbooking*/
        margin-left: 15px;
    }
}
#filter h3 {
    margin-bottom: 0.8em;
}

    #drawer .logo,
    #top .logo {
        background-image: url("Images/default_logo.png?v1211");
        background-repeat: no-repeat;
    }

    @media(max-width: 991px) {
        #drawer .logo-parent {
            height: 80px;
        }
    }

    @media(min-width: 992px) {
        #drawer .logo-parent,
        #drawer .cart-open-placeholder {
            display: none;
        }
    }

    #top .logo {
        width: 269px;
        height: 86px;
    }

    input[type=submit],
    a.button,
    button,
    .btn {
        border-width: 0;
        border-style: solid;
        font-family: inherit;
        font-size: 18px;
        border-radius: 0;
    }

    .btn-circle {
        width: 60px !important;
        height: 60px;
        padding: 10px 16px;
        border-radius: 30px !important;
        font-size: 12px;
        text-align: center;
    }


    .slim.button {
        padding: 2px !important;
    }

    #event-list button {
        min-width: 130px;
    }

    #main_eventList {
        margin-bottom: 1em;
    }

    @media(max-width:767px) {
        .event .buttons {
            margin-top: 10px;
        }

        .buttons button {
            width: 100% !important;
        }
    }

    @media(min-width:768px) {
        .event .buttons {
            float: right;
        }
    }

    .buttons > button {
        display: block;
        margin-bottom: 10px;
    }

        .buttons > button:last-child {
            margin-bottom: 0;
        }

    .price select {
        margin-bottom: 4px;
        margin-right: 10px;
        min-width: 90px;
        display: inline-block;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
    }

    .close {
        color: inherit !important;
    }

    .modal-backdrop {
        background-color: #fff !important;
    }

    input:-webkit-autofill {
        background-color: inherit !important;
    }

    .hr-style-mypage {
        margin-bottom: 40px !important;
        margin-top: 25px !important;
        border: 0;
        border-top: 1px solid var(--mypage-hr-color);
    }

    .responsive-dl { /*mypage*/
        display: none;
        margin-top: 20px;
        border-bottom: 0.5px dotted var(--responsive-dl-border-color);
        width: 100%;
    }

    .dialog {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    @media(max-width: 767px) {
        .dialog .modal-dialog {
            margin: 0 !important;
        }

        .dialog .modal-content {
            border: none;
            border-radius: 0;
        }
    }

    @media(min-width: 992px) {
        #login-dialog div.login,
        #login-dialog div.register {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
    }

    .modal-dialog input[type=text],
    .modal-dialog input[type=tel],
    .modal-dialog textarea,
    .modal-dialog input[type=password],
    .modal-dialog input[type=number],
    .modal-dialog input[type=email],
    .modal-dialog select {
        font-size: 16px;
        color: var(--text-color-black) !important;
        padding: 10px;
        border: 1px solid var(--input-border-color);
        border-radius: 3px !important;
        font-family: inherit;
        font-weight: normal;
    }

    .modal-dialog input[type=text],
    .modal-dialog input[type=password],
    .modal-dialog input[type=email],
    .modal-dialog input[type=tel],
    .modal.login button.btn, .modal-dialog button.second-btn,
    .modal-dialog label {
        width: 100%;
    }

    .event .available-amount .staple {
        background: #b1b1b1;
        height: 100%;
    }

    .modal-dialog button.close {
        float: right;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 5px !important;
        height: inherit;
        background-color: transparent !important;
    }

    .modal-dialog button.back {
        float: left;
        height: inherit;
    }

    .btn, .second-btn {
        font-weight: normal !important;
    }

    label[data-toggle=tooltip] {
        font-weight: inherit;
        margin-bottom: 0 !important;
        margin-left: 4px;
    }

    a.logout,
    a.register {
        cursor: pointer;
    }

    table.registration-summary {
        margin-bottom: 10px;
    }

        table.registration-summary td:first-child {
            padding-right: 10px;
        }

    td {
        vertical-align: top;
    }

    form {
        min-height: 0;
    }

    .larger-text {
        font-size: larger;
    }

    .Approve { /*uses in pluto/delegation*/
        background-color: #28A745;
        color: var(--fontcolor-light);
        font-weight: 500;
        font-size: var(--fontsize-smaller);
        outline: 0;
        padding: 3px 7px 3px 7px;
        border-radius: 2px;
        border-style: none;
        margin: 10px;
    }

    .Deny { /*uses in pluto/delegation*/
        background-color: #DC3545;
        color: var(--fontcolor-light);
        font-weight: 500;
        font-size: var(--fontsize-smaller);
        outline: 0;
        padding: 3px 10px 3px 10px;
        border-radius: 2px;
        border-style: none;
        margin: 10px;
    }

    #event-list .coming,
    #event-list .cancelled {
        color: var(--warning-text-color);
        font-weight: normal;
    }

    #event-list .when {
        font-size: 22px;
    }

    #event-list .what {
        font-size: 22px;
        margin-top: -3px;
    }

    #event-list .withwho,
    #event-list .where,
    #event-list .forhowlong,
    #event-list .occurences,
    #event-list .extra-info,
    #event-list .ticket {
        font-size: 14px;
        padding-left: 17px;
    }

    #event-list .withwho {
        background: url("Images/event-icons/black/user.svg?v1211") no-repeat;
        background-position: left bottom 5px;
        background-size: 10px auto;
    }

    #event-list .forhowlong {
        background: url("Images/event-icons/clock.svg?v1211") no-repeat;
        background-position: left bottom 5px;
        background-size: 10px auto;
    }

    #event-list .where {
        background: url("Images/event-icons/black/place.svg?v1211") no-repeat;
        background-position: left top 3px;
        background-size: 10px auto;
    }

    #event-list .ticket {
        background: url("Images/event-icons/black/ticket.svg?v1211") no-repeat;
        background-position: left -1.5px top 2px;
        background-size: 15px auto;
    }

    #event-list .occurences {
        background: url("Images/event-icons/black/occurences.svg?v1211") no-repeat;
        background-position: left bottom 6px;
        background-size: 10px auto;
    }

    #event-list .extra-info {
        background: url("Images/event-icons/black/extra_info.svg?v1211") no-repeat;
        background-position: left top 3px;
        background-size: 10px auto;
    }


    #event-list button.Booked {
        cursor: default;
    }

    .calendar-day {
        display: inline-block;
        float: left;
        color: #000;
        border: 1px solid #888;
        text-align: center;
        position: relative;
    }
    /*removes the marking of todays day*/
.group-calendar tr.days td.today {
    box-shadow: none !important;
    font-weight: 700;
}

    @media(max-width: 767px) {
        .calendar-day {
            width: 20%;
            font-size: 2.3vw;
            height: 24vw;
            margin-right: 5%;
        }

        #event-list .event .info {
            width: 75%;
        }
    }

    @media(min-width: 768px) {
        .calendar-day {
            width: 90px;
            height: 115px;
            margin-right: 30px;
        }

        #event-list .info {
            width: 330px;
        }
    }

    #event-list .event .info {
        float: left;
    }

    @media(min-width:768px) {
        #event-list .event .info .columns {
            column-count: 2;
            column-width: 90px;
            column-fill: auto;
        }
    }

    @media(max-width: 767px) {
        .calendar-day .day {
            font-size: 8vw !important;
        }

        .calendar-day .dow,
        .calendar-day .month {
            font-size: 3vw !important;
        }
    }

    .calendar-day {
        padding-top: 0.7em;
    }

        .calendar-day .day {
            font-size: 30px;
            line-height: 1.2em;
        }

        .calendar-day .dow,
        .calendar-day .month {
            font-size: 14px;
        }

    @media(max-width: 991px) {
        .dropdown-filter.sm-collapsed {
            border: none;
            padding: 0;
            background: none;
        }

            .dropdown-filter.sm-collapsed .show-on-collapse {
                display: block;
            }

            .dropdown-filter.sm-collapsed .hide-on-collapse {
                display: none;
            }

            .dropdown-filter.sm-collapsed h3 {
                margin-bottom: 0;
            }
    }

    @media(min-width: 992px) {
        .sm-hidden {
            display: none;
        }
    }

    #filter .show-on-collapse {
        display: none;
    }

    .dropdown-filter {
        margin-bottom: 15px;
    }

        .dropdown-filter input,
        .dropdown-filter select {
            width: 100%;
            border: none;
        }

    #filter [datepicker] {
        width: 100%;
        height: 100%;
        border: none;
    }

    #event-list .entry {
        min-height: 30px;
        margin-bottom: -1px;
        padding: 20px;
    }

    .main-parent {
        margin-top: 100px;
    }

    .main.container {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    @media(max-width:991px) {
        #top {
            display: none;
        }

        .logged-in {
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .main.container {
            padding-top: 0;
        }
    }

    #campaign {
        padding: 10px;
    }

    #default-cart {
        color: #fff;
    }

    a {
        transition: opacity 0.1s;
    }

    @media(max-width:991px) {
        .mobile.cart.open {
            height: inherit;
        }

        #right {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #top .cart {
            display: none;
        }

        #mobile-filter .left.section {
            padding-right: 10px !important;
        }

        #mobile-filter .right.section {
            padding-left: 10px !important;
        }
    }

    #mobile-filter a {
        margin-left: 1em;
        color: inherit !important;
    }

    /* drawer */
    #drawer {
        position: fixed;
        z-index: 3;
        font-size: 18px;
        border: 1px solid transparent;
    }

        #drawer li {
            background: #fff;
        }

        #drawer .bbq {
            background: url("Images/bbq_black.svg?v1211") no-repeat;
            background-size: 100% auto;
            width: 23px;
            height: 25px;
            cursor: pointer;
        }

    @media(min-width:992px) {
        #drawer {
            position: fixed;
            z-index: 4;
            top: 5px;
            left: 5px;
        }
    }

    .menu-div {
        position: fixed;
    }

    @media(max-width:991px) {
        #drawer {
            width: 100%;
        }

        .menu-div {
            top: 95px;
        }
    }

    #drawer ul {
        opacity: 0;
        transition: opacity ease 0.3s;
        padding-left: 0;
        display: none;
        list-style: none;
        margin-top: -10px;
    }

    #drawer.open ul {
        display: block;
    }

    #drawer li {
        border-right: 0;
    }

    #drawer .bbq-parent {
        vertical-align: top;
    }

    #drawer .bbq-parent,
    #drawer .cart-open-placeholder {
        width: 50px;
    }

    #drawer .bbq,
    #drawer .cart-open-icon {
        margin: 18px 16px;
    }

    #drawer.open ul {
        opacity: 1;
    }

    #drawer a {
        display: inline-block;
        width: 100%;
        padding: 12px 16px;
        color: inherit;
    }

    #drawer ul {
        padding-left: 0 !important;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #drawer li {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .cart > div {
        padding: 15px;
    }

    .dropdown-filter {
        padding: 5px;
    }

    @media(max-width: 991px) {
        .dropdown-filter {
            margin-top: 15px;
            border: 1px solid #afb7e2;
        }
    }

    #filter .section {
        margin-bottom: 20px;
    }

        #filter .section:last-child {
            margin-bottom: 0;
        }

    /* bootstrap overrides */
    .col-sm-3,
    .col-sm-6,
    .col-sm-9,
    .col-md-12,
    .col-xs-12 {
        fl box-sizing: border-box !important;
    }

    .col-md-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    @media (min-width: 992px) {
        .col-md-5ths {
            width: 20%;
            float: left;
        }
    }

    hr {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }

    .cancelled.event {
        background: #ccc !important;
    }

        .cancelled.event button {
            display: none;
        }

    /* events */
    #event-list .event {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        #event-list .event button {
            width: 130px;
        }

            #event-list .event button.Bookable {
                background-color: #bababa;
            }

            #event-list .event button.Booked {
                background-color: #606060;
            }

            #event-list .event button.Buyable {
                background-color: var( --button-background-color-buyable);
            }

            #event-list .event button.InterestQueue {
                background-color: #005b77;
                width: 160px;
                margin-top: 5px;
            }

            #event-list .event button.Confirm {
                background-color: #005b77;
                width: 130px;
                border-radius: 4px;
            }

    .Cancel {
        background-color: transparent;
        color: #005b77;
        font-weight: 500;
        outline: 0;
        border-style: none;
    }

    #event-list .event button.Queueable {
        background-color: #dcdcdc;
    }

    @media (max-width: 991px) {
        .open.mobile.cart {
            height: inherit;
        }
    }

    @media (max-width: 768px) {
        #event-list .event {
            margin-left: 0;
        }
    }

    .ui-datepicker-current {
        display: none;
    }

    .ui-datepicker-buttonpane {
        border: none !important;
        margin: 8px 0 4px 0 !important;
    }

    button.ui-datepicker-close {
        background-color: #bababa !important;
        border-radius: 0;
        border: none !important;
        float: none !important;
        font-weight: normal !important;
        margin: 0 !important;
        width: 100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    @media(min-width:768px) {
        .event-information {
            margin-top: 1em;
        }
    }

    .event-information font {
        font-family: inherit;
        font-size: inherit;
    }

    .event-information td + td > img {
        margin-left: 1em;
    }

    .event-information td:not(:last-child) > img {
        margin-right: 1em;
    }

    .event-information span {
        font-size: inherit !important;
        word-break: break-word;
    }

    .event-information br + img {
        margin-top: 1em;
    }

    .event-information strong + br,
    .event-information br + br + br,
    .event-information table + br {
        display: none;
    }

    .event-information table {
        width: 100%;
        height: auto !important;
    }

    .event-information img {
        width: 100%;
        height: 100%;
    }

    @media(max-width: 600px) {
        .event-information img {
            width: 100%;
            height: 100%;
            min-width: 30vw;
        }
    }

    .event-information .rrHandle {
        display: none;
    }

    .event-information h2 {
        margin-top: 1em;
    }

    .event .available-amount {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ddd;
        width: 100%;
    }

    @media(max-width: 767px) {
        .event .available-amount {
            height: 3.2vw;
        }
    }

    @media(min-width: 768px) {
        .event .available-amount {
            height: 20px;
        }
    }

    .event .available-amount .text {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        color: #000;
        bottom: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .presentkort {
        background: url("Images/presentkort.png?v1211") no-repeat;
        background-size: 100% auto;
        width: 200px;
        height: 119px;
        margin: -10px;
        max-width: 100%;
    }

    @media(max-width: 767px) {
        .presentkort {
            background: url("Images/presentkort.png?v1211") no-repeat;
            background-size: 100% auto;
            margin: -10px;
            height: 0;
            padding-bottom: 64%;
            width: calc(100% + 20px) !important;
            max-width: inherit;
        }

        .activity-entry {
            display: block !important;
        }
    }

    a:hover {
        opacity: 0.6;
    }

    .payment-form button {
        border: 1px solid #fff;
        border-radius: 3px;
        background: none;
        margin-top: 0.5em;
    }

    a:hover,
    a:focus {
        text-decoration: none;
    }

    .margin-bottom-10 {
        margin-bottom: 10px;
    }

    .content-wrapper {
        min-height: 300px;
        overflow-y: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .row-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .summary-row {
        display: flex;
        justify-content: flex-end;
        font-weight: bold;
    }

    .padding-bot {
        padding-bottom: 5px;
    }

    .service-charge-info .amount {
        margin-left: 2em;
    }

    .margin-right-half {
        margin-right: 0.5em;
    }

    #http-error-dialog .modal-content {
        text-align: right;
    }

    #http-error-dialog .msg {
        position: absolute;
        left: 0;
        top: 0;
        width: 230px;
        text-align: left;
    }

    #http-error-dialog img {
        padding-top: 40px;
        width: 90%;
    }

    .modal-dialog.modal-400 {
        width: 400px;
    }

    #feedback-dialog input:not([type=checkbox]),
    #feedback-dialog textarea {
        width: 100%;
    }

    #feedback-dialog textarea {
        height: 80px;
        resize: none;
    }

    #feedback-dialog select {
        width: 100%;
    }

    .user-type-selection button {
        width: 100px;
        height: 100px !important;
        position: relative;
    }

        .user-type-selection button div.image {
            width: 80%;
            height: 80%;
            margin-left: auto;
            margin-right: auto;
        }

        .user-type-selection button:hover {
            opacity: 0.8;
        }

        .user-type-selection button div.text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 80%;
        }

    .panel-heading button.edit {
        border: none;
        width: 16px;
        height: 16px;
        background: url("Images/pen-16x16.png?v1211");
        float: right;
    }

    .panel-body button.edit {
        z-index: 1;
    }

    .panel-body {
        position: relative;
    }

        .panel-body button.edit {
            background: none; 
            position: absolute;
            right: 10px;
        }

    .mypages div.document {
        background: url("images/paper.png?v1211") no-repeat;
        height: 38px;
        padding-left: 18px;
    }

    table.members > tbody > tr > td {
        padding-top: 4px;
        border-bottom: 1px solid #aaa;
    }

    .modal-header h3 {
        margin-top: 4px;
        margin-bottom: 0;
    }

    .modal-header h3,
    .modal-dialog button.close {
        margin-top: 0;
    }

    .modal-dialog button.close {
        margin-right: 0;
    }

    #loader .loader-panel {
        margin-bottom: 10px;
    }

        #loader .loader-panel:after {
            overflow: hidden;
            display: inline-block;
            vertical-align: bottom;
            -webkit-animation: ellipsis steps(4,end) 900ms infinite;
            animation: ellipsis steps(4,end) 900ms infinite;
            content: "\2026";
            width: 0;
        }

    @keyframes ellipsis {
        to {
            width: 20px;
        }
    }

    @-webkit-keyframes ellipsis {
        to {
            width: 20px;
        }
    }



    button.close {
        background: none !important;
    }

    .busy-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        cursor: wait;
        background: #fff;
        opacity: 0.4;
        display: none;
    }

    #campaign {
        background: #dff0d8;
        margin-bottom: 10px;
    }

        #campaign h2 {
            margin-top: 0;
        }

        #campaign .description {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #campaign button {
            background: #fce49c !important;
            color: #000 !important;
            border: 1px solid #c0c0c0;
        }

    .close {
        opacity: 1;
    }

        .close:active {
            opacity: 0.7;
        }

    .bootstrap-datetimepicker-widget {
        color: initial !important;
    }

    .mypages-menu .profile .image {
        background: url("https://files.actorsmartbook.se/images/user_white.svg?v1211") no-repeat;
        background-size: 100% auto;
    }

    .mypages-menu .profile.reverse .image {
        background: url("https://files.actorsmartbook.se/images/user_white.svg?v1211") no-repeat;
        background-size: 100% auto;
    }

.mypages-menu .group .image {
    background: url("https://files.actorsmartbook.se/images/group_white.svg?v1211") no-repeat;
    background-size: 100% auto;
}

    .mypages-menu .group.reverse .image {
        background: url("https://files.actorsmartbook.se/images/group_white.svg?v1211") no-repeat;
        background-size: 100% auto;
    }

    .user-type-selection button.private div.image {
        background: url("https://files.actorsmartbook.se/images/user_white.svg?v1211") no-repeat;
        background-size: 100% auto;
        background-color: inherit;
    }

    .user-type-selection button.group div.image {
        background: url("https://files.actorsmartbook.se/images/group_white.svg?v1211") no-repeat;
        background-size: 100% auto;
        background-color: inherit;
    }

    .user-type-selection button.company div.image {
        background: url("https://files.actorsmartbook.se/images/company_white.svg?v1211") no-repeat;
        background-size: 100% auto;
        background-color: inherit;
    }

    .panel-primary > .panel-heading {
        border: none !important;
    }

    #pnlFlags {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 5px;
        display: inline-block;
        padding: 10px;
        z-index: 4;
    }

        #pnlFlags img {
            margin-left: 7px;
            margin-right: 7px;
            cursor: pointer;
        }

            #pnlFlags img:hover {
                opacity: 0.6;
            }

    a {
        text-decoration: underline;
    }

    .passbooking.subpage .workarea {
        padding: 0;
    }

    a.btn {
        text-decoration: none !important;
    }
    .filter a { /*uses in MyAssociationPages*/
        color: var(--text-color);
        text-decoration: underline;
        font-size: 80%;
        float: right;
        margin-right: 15px;
    }
    .filter-text { /*uses in MyAssociationPages*/
        font-size: 75%;
        margin-bottom: 10px;
    }
    .span-text { /*uses in MyAssociationPages*/
        font-size: 80%;
    }
    .grant-description-text { /*uses in MyAssociationPages*/
        font-size: 12px;
        font-weight: 500;
    }
    .grants-filter select { /*uses in MyAssociationPages*/
        width: 80%;
        border-radius: 5px;
        color: var(--text-color-black);
        font-size: 80%;
        padding: 4px;
    }
    .info-text { /*uses in MyAssociationPages*/
        padding: 20px;
    }
    .nav-tabs-header > li.active > a, .nav-tabs-header > li.active > a:focus, .nav-tabs-header > li.active > a:hover {
          text-decoration: underline;
          background-color:var(--secondary-color);
    }
    .nav-tabs-header { /*uses in MyAssociationPages*/
        display: flex;
        list-style: none;
        margin-left: -30px;
    }
    .nav-tabs-header li a { /*uses in MyAssociationPages*/
        color: var(--text-color);
        cursor: default;
        background-color: var(--secondary-color);
        border: none;
        text-decoration: none;
        position: relative;
        display: block;
        padding-right: 15px;
        margin-bottom: -15px;
    }
    .grant-finished-ul { /*uses in MyAssociationPages*/
        display: flex;
        align-items: center;
        justify-content: center;
    }
    @media(max-width: 600px) {
    .nav-tabs-header{
                display: block;
               }
         .nav-tabs-header li a{
            margin-top: 5px;
        }
    }
    #category-filter {
        margin-bottom: 20px;
    }

    .group-container {
        margin: 0 auto;
    }

    #category-filter .menugroup {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    #category-filter .subgroup {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    #category-filter .categorygroup {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        font-size: 14px;
        cursor: pointer;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

        #category-filter .menugroup:hover,
        #category-filter .subgroup:hover,
        #category-filter .categorygroup:hover {
            cursor: pointer;
        }

    @media(max-width:992px) {
        #category-filter .menugroup,
        #category-filter .subgroup,
        #category-filter .categorygroup {
            float: none;
        }
    }

    .image-container {
        position: relative;
        width: 100%;
        height: 100%
    }


    #category-filter .image-container img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border: 3px solid var(--border-color-menu-rgba);
        border-radius: 8px;
        background-color: var(--background-color-menu);
        transition: transform 0.3s ease;
    }

    #category-filter .image-container:hover img {
        transform: scale(0.9); /* Slightly zoom out the image on hover */
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--overlay-background-color);
        color: white;
        text-align: center;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 0 0 5px 5px;
    }

    .overlay {
        opacity: 1;
    }

    .selected-activity {
        margin-left: 15px;
        margin-top: 15px;
    }

        .selected-activity h3 {
            font-weight: 400 !important;
            margin-bottom: 5px;
        }

    .wheredoyouwanttogo {
        margin-left: 10%;
    }

    #category-filter .menugrouptext,
    #category-filter .subgrouptext,
    #category-filter .categorygrouptext {
        margin-top: 10px;
        width: 150px;
        height: 50px;
        font-size: 16px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        background-color: var( --step-menu-background-color);
        transition: transform 0.3s ease;
    }

    #category-filter .text-container {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    #category-filter .menugrouptext:hover,
    #category-filter .menugrouptext.selected,
    #category-filter .subgrouptext:hover,
    #category-filter .subgrouptext.selected,
    #category-filter .categorygrouptext:hover,
    #category-filter .categorygrouptext.selected {
        transform: scale(0.9);
        background-color: var(--step-menu-background-color-selected)
    }

    #category-filter .menugroup:hover .overlay,
    #category-filter .menugroup.selected .overlay,
    #category-filter .subgroup:hover .overlay,
    #category-filter .subgroup.selected .overlay,
    #category-filter .categorygroup:hover .overlay,
    #category-filter .categorygroup.selected .overlay,
    #category-filter .subgroup.selected .image-container img,
    #category-filter .categorygroup.selected .image-container img,
    #category-filter .menugroup.selected .image-container img {
        top: 0;
        bottom: 0;
        transform: scale(0.9);
        height: 100%; /* Overlay covers full image */
        border-radius: 5px; /* Round corners when overlay covers full image */
    }

    #category-filter .selected, #category-filter .menugroup.selected, #category-filter .subgroup.selected {
        outline: none !important;
        box-shadow: none !important;
        border: 2px solid transparent !important;
    }

    #category-filter:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 2px solid transparent !important;
    }

    #category-filter {
        outline: none;
    }

        #category-filter a {
            color: var(--category-filter-link-color); /*#0a5b7c;*/
        }

    #category-filter {
        color: var(--category-filter-color);
    }

    ol {
        display: grid;
        justify-items: start;
        justify-content: center;
        padding-top: 20px;
    }

    .SsnLoginBtn {
        margin-top: 20px;
        background: none;
        color: #005b77;
    }

        .SsnLoginBtn:hover {
            color: #008eaa;
            text-decoration: underline;
        }

    #complement-followup-application-dialog .panel-danger {
        margin-top: 20px;
    }

    .trashbin {
        background: url("Images/trashcan.svg?v1211") no-repeat;
        background-size: auto 100%;
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

        .trashbin:hover {
            opacity: 0.5;
        }

    .warning {
        color: var(--warning-text-color);
    }

    .nav-heading button.video {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 120% !important;
        border-left: 1px solid #fff;
        padding: 5px 20px !important;
    }

    .nav-heading {
        position: relative;
        background: #0a5b7c;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #fff;
        font-size: 16px;
    }

        .nav-heading button {
            cursor: pointer;
        }

        .nav-heading button {
            background: transparent;
            height: 100%;
        }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        color: #fff;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        color: #fff;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .file-upload {
        display: flex;
        margin: 15px;
    }

.grant-apply-periods {
    color: #333;
    font-size: small;
    line-height: 1.4;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.periods-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.period-item {
    background: #eee;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
