.embedded {}

.embedded-html {
    overflow: hidden;
}

abl-calendar {
    display: block;
}

abl-calendar .calendar-view {
    width: 100%;
    height: 100%;
}

abl-calendar .calendar-container {
    position: relative;
    display: block;
}

abl-calendar .calendar-container .calendar-container-mode-list md-content.day {
    background-color: #fff !important;
}

abl-calendar .calendar-container .calendar-container-mode-list h3 {
    color: #666;
    padding-left: 28px;
    margin-top: 16px;
}

abl-calendar .calendar-container .calendar-container-mode-list h3 span {
    font-size: 12px;
    padding-left: 16px;
    color: #999;
}

abl-calendar .calendar-view thead th {
    color: #666;
    padding-bottom: 4px;
    padding-top: 4px;
}

abl-calendar .calendar-view tbody td.day {
    min-height: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
    padding: 8px;
    width: 14.2%;
    max-width: 148px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
}

abl-calendar .calendar-view tbody td.day.previous-month {
    border: none !important;
    background-color: transparent !important;
}

abl-calendar .calendar-view tbody td.day.mouseover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.8);
}

abl-calendar .calendar-view tbody td.day.mouseover .date {
    color: #666;
}

abl-calendar .calendar-view tbody td.day .date {
    font-weight: bold;
    text-align: left;
    color: #999;
}

abl-calendar .day-mobile-past-months{
    display: none;   
}

strong.is-soldout-button{
    font-size: 11px;
}

body[md-theme=blue] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(33, 150, 243, 0.5) !important;
}

body[md-theme=teal] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(0, 150, 136, 0.5) !important;
}

body[md-theme=green] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(76, 175, 80, 0.5) !important
}

body[md-theme=grey] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(158, 158, 158, 0.5) !important;
}

body[md-theme=blue_grey] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(96, 125, 139, 0.5) !important;
}

body[md-theme=yellow] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(255, 235, 59, 0.5) !important;
}

body[md-theme=indigo] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(63, 81, 181, 0.5) !important;
}

body[md-theme=red] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(244, 67, 54, 0.5) !important;
}

body[md-theme=black] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

body[md-theme=pink] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(233, 30, 99, 0.5) !important;
}

body[md-theme=white] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(238, 238, 238, 0.1) !important;
}

body[md-theme=dark-blue] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(21, 101, 192, 0.5) !important;
}

body[md-theme=purple] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(106, 27, 154, 0.5) !important;
}

body[md-theme=orange] abl-calendar .calendar-view tbody td.day.is-today {
    background-color: rgba(255, 109, 0, 0.5) !important;
}


body[md-theme=blue] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #2196F3 !important;
}

body[md-theme=teal] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #009688 !important;
}

body[md-theme=green] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #4CAF50 !important;
}

body[md-theme=grey] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #9E9E9E !important;
}

body[md-theme=blue_grey] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #607D8B !important;
}

body[md-theme=yellow] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #FFEB3B !important;
}

body[md-theme=indigo] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #3F51B5 !important;
}

body[md-theme=red] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #F44336 !important;
}

body[md-theme=black] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #000000 !important;
}

body[md-theme=pink] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #E91E63 !important;
}

body[md-theme=white] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #eeeeee !important;
}

body[md-theme=dark-blue] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #1565C0 !important;
}

body[md-theme=purple] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #6A1B9A !important;
}

body[md-theme=orange] abl-calendar .calendar-container .status span.available span.icon {
    background-color: #FF6D00 !important;
}


body[md-theme=blue] abl-calendar strong.is-soldout-button {
    color: #2196F3;
}

body[md-theme=teal] abl-calendar strong.is-soldout-button {
    color: #009688;
}

body[md-theme=green] abl-calendar strong.is-soldout-button {
    color: #4CAF50;
}

body[md-theme=grey] abl-calendar strong.is-soldout-button {
    color: #9E9E9E;
}

body[md-theme=blue_grey] abl-calendar strong.is-soldout-button {
    color: #607D8B;
}

body[md-theme=yellow] abl-calendar strong.is-soldout-button {
    color: #FFEB3B;
}

body[md-theme=indigo] abl-calendar strong.is-soldout-button {
    color: #3F51B5;
}

body[md-theme=red] abl-calendar strong.is-soldout-button {
    color: #F44336;
}

body[md-theme=black] abl-calendar strong.is-soldout-button {
    color: #000000;
}

body[md-theme=pink] abl-calendar strong.is-soldout-button {
    color: #E91E63;
}

body[md-theme=white] abl-calendar strong.is-soldout-button {
    color: #eeeeee;
}

body[md-theme=dark-blue] abl-calendar strong.is-soldout-button {
    color: #1565C0;
}

body[md-theme=purple] abl-calendar strong.is-soldout-button {
    color: #6A1B9A;
}

body[md-theme=orange] abl-calendar strong.is-soldout-button {
    color: #FF6D00;
}

abl-calendar .calendar-view tbody td.day.is-past {
    opacity: 0.5 !important;
}

abl-calendar .calendar-view tbody td.day.is-today .date {
    color: #000;
}

abl-calendar .calendar-view tbody td.day ul {
    list-style: none;
}

abl-calendar .calendar-view tbody td.day ul.events-list li {
    font-size: 11px;
    padding-left: 5px;
    margin-bottom: 3px;
    outline: none;
}

abl-calendar .calendar-view tbody td.day ul.events-list li .event-info-container {
    display: block;
}

abl-calendar .calendar-view tbody td.day ul.events-list li span.event-title {
    cursor: pointer;
    min-height: auto;
    display: block;
}

abl-calendar .calendar-view tbody td.day ul.events-list li span.event-title span.event-time {
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
}

abl-calendar .calendar-view tbody td.day ul.events-list li.sold-out {
    border-left: 4px solid lightgrey !important;
}

abl-calendar .calendar-view tbody td.day ul.events-list li.sold-out .event-title,
abl-calendar .calendar-view tbody td.day ul.events-list li.sold-out .event-time {
    color: grey;
}

abl-calendar .calendar-view tbody td.day ul.events-list li.available.mouseover {
    background-color: rgba(0, 128, 0, 0.2) !important;
}

abl-calendar .calendar-view tbody td.day ul.events-list li.sold-out.mouseover {
    background-color: rgba(128, 128, 128, 0.2) !important;
}

abl-calendar .calendar-view tbody td.day ul.events-link li {
    font-size: 15px;
    text-align: center;
}

.md-button.btn-learn-more{
    border: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: capitalize;
    background-color: rgba(158,158,158,0.1);
    margin: 4px !important;
}

.activityBookDialogLarge{
    width: 100% !important;
}

.payment-section{
    margin-bottom: 0px !important;
}

.more-events {
    cursor: pointer;
    outline: none;
    text-align: center;
    font-size: 12px !important;
    display: block;
}

.more-events>span {
    display: block;
    color: #4169e1;
}

abl-calendar .calendar-container .status {
    text-align: right;
    padding: 20px;
}

abl-calendar .calendar-container .status>span {
    margin-left: 10px;
    font-size: 14px;
    vertical-align: top;
    color: #333;
}

abl-calendar .calendar-container .status span span.icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #dedede;
    margin-right: 10px;
}

abl-calendar .calendar-container .status span.limited-space span.icon {
    background-color: yellow;
}

abl-calendar .calendar-container .status span.sold-out span.icon {
    background-color: lightgrey;
}

// abl-calendar .md-button.md-raised,
// abl-calendar .md-button.md-raised:active{
//     border: none !important;
// }
abl-calendar .learn-more {
    padding: 0 16px;
}

abl-calendar md-card {
    border: 1px solid #eee !important;
}

abl-calendar md-card.is-past {
    opacity: 0.5;
}

abl-calendar md-divider.divider{
    border-top-color: #eee;
}

abl-calendar md-card md-card-title md-card-title-text {
    padding-left: 20px;
}

abl-calendar md-card md-card-title md-card-title-media .md-media-lg {
    height: auto;
}

abl-calendar md-card .event-slot.available {
    color: green;
}

abl-calendar md-card .event-slot.sold-out {
    color: grey;
}

abl-calendar .is-loading {
    min-height: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

abl-calendar .no-events-this-month {
    font-weight: bold;
    text-align: center;
    margin: 16px 0;
}

abl-calendar .md-headline{
    line-height: 24px !important;
}

abl-calendar .day-events-container .activity-title{
    margin-right: 5px;
}

abl-calendar .day-events-container .sold-out-title{
    font-weight: 400;
    color: #586069;
    background-color: transparent;
    border: 1px solid rgba(27,31,35,0.45);
    font-size: 12px;
    padding: 0px 5px;
    vertical-align: bottom;
    display: inline-block !important;
}

abl-calendar .day-events-container md-card-title-media img.image-sold-out{
    opacity: 0.3;
}

.close-book-now {
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
}

.calendar-list-container {
    box-shadow: inset 0px 10px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: inset 0px 10px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: inset 0px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.calendar-list-view-more {
    font-size: 40px;
    position: relative;
    outline: none;
    background: -webkit-linear-gradient( 360deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient( 360deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -o-linear-gradient( 360deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient( 360deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); // top: -100px;
}

.calendar-list-view-more>span.button {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
}

.calendar-list-view-more>span strong {
    font-size: 15px;
    line-height: 60px;
}

#view-container-wrap .paymentSummarySection{
    height: 100%;
    overflow-y: hidden;
}

abl-redirect {
    display: block;
    padding: 0;
}

.calendar-td-container {
    max-height: 300px;
    min-height: 140px;
    overflow: hidden;
}

.no-events-list-view {
    padding: 24px;
}

.no-events-list {
    padding-left: 0 !important;
}

@media(max-width: 744px){
    #view-container-wrap .paymentSummarySection{
        height: auto !important;
        overflow-y: visible;
    }
}

@media(max-width: 599px) {
    .md-select-menu-container {
        right: 8px;
    }
    md-option {
        text-overflow: ellipsis;
    }
    .calendar-container-mode-list {
        font-size: 16px !important;
    }
    .calendar-container-mode-list h3 {
        margin-top: 0px !important;
        padding-left: 10px !important;
        font-size: 12px !important;
        text-align: center;
    }
    .calendar-container-mode-list md-card-title-media .card-media {
        max-width: 100px !important;
        height: auto !important;
    }
    .calendar-container-mode-list .md-headline {
        font-size: 14px !important;
        font-weight: bold !important;
        margin-bottom: 8px;
    }
    .calendar-container-mode-list .md-subhead {
        font-size: 14px !important;
        line-height: 1.2em !important;
    }
    md-card-title-media .learn-more.md-button {
        margin: 8px 0 0;
        font-size: 11px;
        padding: 0;
        width: 100%;
    }
    .calendar-list-container .md-button {
        font-size: 12px !important;
        min-width: auto;
        line-height: inherit;
        min-height: auto;
        padding: 5px 8px;
    }
    .container-learnmore {
        margin-top: 0px !important;
    }
    abl-header .back-to-calendar {
        font-size: 11px;
    }
    #view-container-wrap .paymentSummarySection{
        height: auto !important;
        overflow-y: visible;
    }
    abl-calendar .day-section.day-in-the-past{
        display: none;
    }
    abl-calendar .day-mobile-past-months.day-in-the-past{
        display: block;
    }
    .day-section .md-toolbar-tools{
        font-size: 16px;
    }
    strong.is-soldout-button{
        font-size: 10px;
    }
}

@media (max-width: 900px) {
    abl-calendar .calendar-view tbody td.day ul.events-list li {
        line-height: 1.3em !important;
        font-size: 12px;
    }
    abl-calendar .calendar-view tbody td.day .date {
        font-size: 13px;
    }
    abl-calendar .calendar-view tbody td.day ul.events-list li span.event-title {
        font-size: 11px;
        line-height: 1.3em;
    }
    .more-events {
        font-size: 12px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #view-container-wrap-calendar{
        overflow-y: hidden;
    }
}


// md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
//     margin-right: 8px;
// }
.margin-right-8 {
    margin: 0 8px 0 0 !important;
}

.margin-bottom-16 {
    margin-bottom: 16px !important;
}

.md-button.md-button-event {
    margin: 4px !important;
    padding-left: 12px;
    padding-right: 12px;
    border: 0 !important;
    background-color: rgba(158,158,158,0.1);
}

.md-button.md-button-event[disabled] {
    border: 1px solid #eee !important;   
}

.container-learnmore {
    margin-top: 10px;
}

.no-border {
    border: 0px !important;
}

.expired-day {
    background: grey !important;
}

md-card md-card-title md-card-title-media {
    margin-top: 0px;
}

.more-events-text {
    font-weight: 600 !important;
}

.more-events-text:hover {
    color: green !important;
}

.more-events-text-inner {
    color: inherit !important;
    font-weight: 600 !important;
}

.calendar-container-mode-loading {
    font-size: 12px;
}

.calendar-container-mode-loading .loading-calendar {
    margin-top: 15px;
}