﻿@font-face {
    font-family: Ubuntu;
    src: url('https://files.actorsmartbook.se/fonts/ubuntu/Ubuntu-M.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: Ubuntu;
    font-size: 14px;
    background-color: #fff;
}

#top
{
    background: #0081C8;
}

#footer
{
    background: #0081C8;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 1em;
}

#drawer .logo,
#top .logo
{
    background: url("img/logo.png") no-repeat;
    width: 200px;
    height: 89px;
    margin-left: auto;
    margin-right: auto;
}

#drawer .bbq
{
    background: url("img/bbq_white.png") no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    cursor: pointer;
    color: red;
}

#drawer a
{
    color: #0081C8;
}

#drawer .open
{
    border: 1px solid #c0c0c0;
    background: #0081C8;
}

#drawer li
{
    border-bottom: 1px solid #fff;
}

#top .cart
{
    width: 100%;
    min-height: 133px;
}

.mypages-menu > div > div > div
{
    background: #F6F6F6;
    border: 1px solid #fff;
}

.mypages-menu > div > div:hover > div:not(.disabled)
{
    background: #C9DDED;
    border: 1px solid #88abc8;
}

.mypages-menu .profile .image
{
    background: url("img/my_pages/user_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .profile.reverse .image
{
    background: url("img/my_pages/user_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .group .image
{
    background: url("img/my_pages/group_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .group.reverse .image
{
    background: url("img/my_pages/group_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .grants .image
{
    background: url("img/my_pages/grant_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .grants.reverse .image
{
    background: url("img/my_pages/grant_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .members .image
{
    background: url("img/my_pages/user_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .members.reverse .image
{
    background: url("img/my_pages/user_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .password .image
{
    background: url("img/my_pages/key_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .password.reverse .image
{
    background: url("img/my_pages/key_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .bookings .image
{
    background: url("img/my_pages/key_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .bookings.reverse .image
{
    background: url("img/my_pages/key_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .tickets .image
{
    background: url("img/my_pages/ticket_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .tickets.reverse .image
{
    background: url("img/my_pages/ticket_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .passbookings .image
{
    background: url("img/my_pages/passbooking_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .passbookings.reverse .image
{
    background: url("img/my_pages/passbooking_white.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .gatherings .image
{
    background: url("img/my_pages/gatherings_black.svg") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .gatherings.reverse .image
{
    background: url("img/my_pages/gatherings_white.svg") no-repeat;
    background-size: 100% auto;
}

#top .container
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#top .cart button
{
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 12px;
}

#drawer .bbq
{
    display: inline-block;
}

#filter.sm-collapsed
{
    color: inherit;
}

@media (max-width: 991px)
{
    #drawer
    {
        background: #0081C8;
    }
}

#drawer.open .cart-open-icon
{
    margin-right: 16px;
}

@media (max-width: 991px)
{
    .mobile.cart .cart-icon
    {
        background: url("img/cart-icon-black.png") no-repeat;
        width: 30px;
        height: 30px;
    }

    .cart-open-icon
    {
        background: url("img/cart-icon-white.png") no-repeat;
        background-size: 100% auto;
        display: inline-block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        margin-top: 8px;
        right: 0;
    }
}



.cart-icon
{
    background: url("img/cart-icon-white.png") no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.cart h5
{
    margin-top: 0;
}

.mobile.cart h5
{
    font-weight: bold;
}

#mobile-filter,
#filter
{
    color: #fff;
}

/* dropdowns */
.RadComboBox
{
    width: auto !important;
}

.RadComboBox_Default .rcbInputCell
{
    background: #fff !important;
}

.RadComboBox_Default .rcbArrowCell a
{
    height: 30px !important;
    width: 30px !important;
}

.RadComboBoxDropDown_Default
{
    border: none !important;
}

ul.rcbList > li
{
    height: 30px !important;
    padding-top: 6px !important;
}

#top .cart
{
    width: 100%;
    padding: 10px;
    color: #fff;
    z-index: 1;
}

#filter,
#mobile-filter,
.event,
#topmsg > div > div
{
    background: #0081C8;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

#top #default-cart
{
    position: absolute;
    z-index: 1;
    width: 100%;
    padding-right: 30px;
    background: transparent;
}

#top .cart .caption
{
    font-size: 20px;
    margin-bottom: 1px;
}

.logged-in
{
    background: #dfedf1;
    margin-bottom: 10px;
    padding: 10px;
}

/* event list */
#event-list .day
{
    box-sizing: border-box;
}

#event-list .day h3
{
    margin-top: 0;
    padding-top: 20px;
}

@media (max-width: 767px)
{
    #event-list .event:last-child
    {
        margin-bottom: 40px;
    }
}

#event-list .day:last-child .event:last-child
{
    margin-bottom: 0;
}

#event-list .event
{
    background: #fff;
}

#topmsg > div > div
{
    color: #fff;
    padding: 20px;
}

#topmsg a
{
    color: #fff;
}

#topmsg button
{
    border: 1px solid #fff;
    margin-top: 1em;
}

#event-list .event button.Bookable,
.button,
.ui-datepicker-close,
.btn,
.user-type-selection button,
#event-list .event button.Buyable
{
    color: #fff !important;
    background-color: #0081C8 !important;
}

.btn:hover
{
    color: #fff;
    opacity: 0.5;
}

#event-list .event button.Booked
{
    background-color: #ff0000 !important;
}

#event-list .event button.Queueable
{
    background-color: #dc5319 !important;
}

.ui-datepicker-buttonpane
{
    border: none !important;
    margin: 8px 0 4px 0 !important;
}

button.ui-datepicker-close
{
    background-color: #0081C8 !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;
}

/* fonts */
h1, h2, h3, h4, h5, h6
{
    font-weight: normal !important;
}

.cancelled.event .available-amount,
.full.event .available-amount > .staple,
.cancelled.event .staple
{
    background: #f88 !important;
}

.event .available-amount .staple
{
    background: #58b155;
    height: 100%;
}

button:disabled
{
    opacity: 0.6;
}

.btn-paymethod
{
    color: #000;
}

#payButtons button
{
    background: #fff !important;
}

#payButtons button.active
{
    border-width: 2px;
}

input[type=submit]
{
    background-color: #008eaa !important;
}

#event-list .event .info
{
    float: left;
}

#event-list .event .calendar-day
{
    background: #5b6f74;
    color: #fff;
}

@media (min-width: 992px)
{
    #drawer
    {
        position: fixed;
        top: 20px;
        left: 5px;
    }
}

@media (max-width: 991px)
{
    #drawer .logo-parent
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #drawer .logo
    {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
}

h3
{
    font-size: 20px;
}

a
{
    color: #008eaa;
}

.mypages .puffs.row > div > div.reverse
{
    background-color: #008eaa;
    color: #fff;
}

.mypages-menu > div > div > div > div > div > div
{
    background: #bbdefb;
    border: 1px solid #fff;
}

.mypages-menu > div > div > div > div > div:hover > div
{
    background: #aacdea;
    border: 1px solid #88abc8;
}

.user-type-selection button.private div.image
{
    background: url("img/my_pages/user_white.svg") no-repeat;
    background-size: 100% auto;
    background-color: inherit;
}

.user-type-selection button.group div.image
{
    background: url("img/my_pages/group_white.svg") no-repeat;
    background-size: 100% auto;
    background-color: inherit;
}

.panel-heading
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 120%;
}

.panel,
.panel-group .panel
{
    border-radius: 0;
}

.panel-primary
{
    border-color: #2E2D2C;
}

.panel-primary .panel-heading
{
    background-color: #2E2D2C;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
    background-color: #008eaa;
    border-color: #008eaa;
}

input[type=submit].close-button
{
    background: url("img/close.svg") no-repeat;
    background-color: inherit !important;
    background-size: 100% 100%;
    border: none;
    width: 18px !important;
    height: 18px;
    padding: 0;
    width: 35px;
}

#topmsg
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#passes-table .pass
{
    border: 1px solid #ccc;
}

a
{
    color: #D30535;
}

.RadScheduler_Metro .rsHeader
{
    background-color: #D30535 !important;
    border: 1px solid #D30535 !important;
}

.must-be-logged-in
{
    background: #C9DDED;
}

.mypages .puffs.row div > div.reverse
{
    background-color: #2E2D2C;
    border-color: #2E2D2C !important;
}

﻿#category-filter
{
    margin-bottom: 20px;
    font-size: 80%;
}

#category-filter .menugroup
{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

#category-filter a:first-child,
#category-filter > div > div > h2,
#category-filter .menugroup
{
    display: none;
}

#category-filter .menugroup,
#category-filter .subgroup,
#category-filter .categorygroup
{
    transition: width ease-in-out 0.1s, height ease-in-out 0.1s;
}

#category-filter .menugroup.large
{
    width: 200px;
    height: 170px;
}

#category-filter .menugroup.small
{
    width: 120px;
    height: 26px;
}

#category-filter .menugroup .text
{
    position: absolute;
    bottom: 3px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#category-filter .subgroup
{
    width: 120px;
    height: 110px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    position: relative;
}

#category-filter .subgroup.small
{
    width: 96px;
    height: 26px;
    margin-bottom: 10px;
}

#category-filter .subgroup.large
{
    width: 110px;
    height: 110px;
}

#category-filter .subgroup .text
{
    position: absolute;
    bottom: 3px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}


#category-filter .categorygroup
{
    width: 120px;
    height: 110px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}

#category-filter .categorygroup .text
{
    position: absolute;
    top: 90px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#category-filter .menugroup:hover,
#category-filter .subgroup:hover,
#category-filter .categorygroup:hover
{
    opacity: 0.7;
    cursor: pointer;
}

@media(max-width:992px)
{
    #category-filter .menugroup,
    #category-filter .subgroup,
    #category-filter .categorygroup
    {
        float: none;
        
    }
}

#category-filter img
{
    width: 70%;
    height: auto;
}

#category-filter .menugroup.small img,
#category-filter .subgroup.small img
{
    display: none;
}

#category-filter .menugroup.small
{
    background-color: #65c1be;
    color: #fff;
}

#category-filter .subgroup.small
{
    background-color: #d95172;
    color: #fff;
}

#category-filter .breadcrumbs,
#category-filter .wheredoyouwanttogo
{
    display: none;
}
