.inline {
    display: inline;
}
.cb-event {
    max-width: 1100px;
    background-color: #fff;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}



/* 'Select Session' control */
.cb-select-session-wrapper md-select {
    font-size: 150%
}

@media (max-width: 960px) {
    .cb-select-session-wrapper md-select {
        font-size: 110%
    }
}

a[aria-controls^="rmjs-"] {
    margin: 5px;
}

div[id^="rmjs-"] {
    position: relative;
}

div[id^="rmjs-"][aria-expanded="false"]::after {
    content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
	);
}	
    

.title {
    font-size: 3.0em;
    white-space: pre-line;
}
.subtitle {
    font-size: 2.0em;
    font-weight: 300;
    white-space: pre-line;
}
.price {
    text-align: right;
}
@media (max-width: 600px) {
    .title {
        font-size: 1.8em;
    }
    .price {
        text-align: center;
    }
    .subtitle {
        font-size: 1.25em;
        font-weight: 300;
    }
}
.center {
    text-align: center;
}
.ngTruncateToggleText, .link, a {
    /* color: #428bca; */
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
      display: none !important;
    }

.discountSection{
    margin:20px;
    padding:10px;
    color:#000;
    background:rgba(51,51,51,0.1);
}

/* @media (min-width: 600px) {
    md-select {
        display: inline-block;
    }
} */


#WLLoginForm input[type=text], #WLLoginForm input[type=password] {
	width: 150px;
    border: none;
    border-radius: 2px;
    font-size: 65%;
    height: 25px;
    padding: 0 3px;
}

#WLLoginForm input {
	margin: 0 8px 4px 0;
}

.cb-contact-options {
    padding: 16px;
}

.cb-contactmethod {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-radius: 5px;
    padding: 4px 8px;
    display: block;
    margin: 0 0 8px 4px;
    white-space: nowrap;
}

.cb-contactmethod a {
    color: rgba(0,0,0,.87);
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    display: flex;
    overflow-x: hidden;
}

.cb-contactmethod md-icon {
    fill: grey;
    margin-left: 4px;
}

.cb-share-buttons {
    padding: 32px 16px;
}

.cb-share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.cb-logout {
    font-size: 60%;
    margin: auto 0
}

.cb-welcome-text {
    color: white;
    /* padding-bottom: 0 !important; */
}

.cb-element-fields > div {
    /*white-space: nowrap;*/
    padding: 0 8px;
}

md-radio-group:not([disabled]) .md-primary .md-off {
    border-color: rgba(0,0,0,0.54) !important;
}

md-radio-group:not([disabled]) .md-primary .md-on {
    background-color: rgba(0,0,0,0.54) !important;
}

.cb-event-description-wrapper {
    padding: 20px 30px;
}

.cb-event-description-wrapper > h2 {
    margin-top: 0;
}

/* Fix for IE not wrapping text properly
  See here: http://stackoverflow.com/questions/19138107/ie11-flexbox-preventing-text-wrapping */
.listingDescription * {
    max-width: 100%;
    box-sizing: border-box;
}

.listingDescription .avPlayerWrapper { 
    width: 100%; 
}

.listingInfo {
    text-align: right;
}

.listingInfo md-toolbar h2 {
    white-space: nowrap;
}

.cb-book-label {
    font-weight: normal; 
    text-align: center;
    margin-top: 20px;
}

cb-weekday-picker {
    margin-bottom: 20px;
}


.cb-select-session-wrapper {
    margin: 0 16px;

    .md-select-value > span:not(.md-select-icon) {
        white-space: normal;
    }
}

md-option:has(.cb-dropdown-schedule-label-wrapper) {
    height: initial;
    min-height: 54px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cb-dropdown-schedule-label ~ .cb-dropdown-schedule-datetime {
    font-size: max(12px, 60%);
    opacity:0.75;
}

.cb-dropdown-schedule-remaining {
    font-size: 75%;
    opacity: 0.5;
    padding-right: 2px;
        /* Allows for italic style to not be cropped */

    span:before { content: ' ['; }    
    span:after { content: '] '; }    
}

.cb-preview-warning {
    position: fixed;
    top: 0;
    background-color: rgba(255, 162, 0, 0.8);
    color: white;
    z-index: 2000;
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
    font-size: 16px;
    transform: rotate(0deg);
    transform: scale(1);
}

.cb-preview-warning.collapsed {
    width: 350px;
    top: 100px;
    left: -175px;
    transform: rotate(-45deg) scale(0.5);
    transform-origin: center -100px;
    transition: width 0.3s ease-in-out 0s, transform
     0.3s ease-in-out 0s;
    padding: 0 20px 0;
}

.cb-preview-warning md-icon {
    color: white;
}
.cb-preview-warning h2 md-icon {
    height: 36px;
    width: 36px;
}

.highlightable:not(.highlight) {
    transition: background 500ms;
    background-color: rgba(1,1,1,0);
}

.highlightable.highlight {
  background-color: orange;
}

button.md-icon-button md-icon.s36 {
    position: absolute;
    top: 2px;
    left: 2px;
}


.cb-layout-layout_compact h1 {
    margin: 0 0 0.5em 0;
}

.cb-layout-layout_compact p.subtitle {
    font-size: 1.5em;
    margin: 0 0 0.5em;
}


md-input-container {
    margin: 10px 0 !important;
}

mdp-date-picker .md-button.md-icon-button {
    margin: 10px 0 0 !important;
}

div[class*='cb-fieldtype-'] > div {
    position: relative;
    min-height: 86px;
}

.cb-fieldtype-radio label.cb-field-label {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    margin-bottom: 10px;
}

.cb-fieldtype-date .hint,
.cb-fieldtype-radio .hint {
    bottom: 20px;
}


md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
    border-color: red !important;
}

md-input-container.md-input-invalid label {
    color: red !important;
}

.cb-item-description {
    min-width: 200px !important;
}

.cb-item-description p:first-child {
    margin-top: 0;
}

.cb-item-description p:last-child {
    margin-bottom: 0;
}

.cb-item-image {
    max-width: 100%;
    max-height: 150px;
}

cb-ticket-quantity .cb-ticket-image-wrapper img {
    max-width: 250px;
    margin: 10px auto;
}

.cb-chosen-date {
    margin: 10px 20px 30px; 
    font-size: 32px; 
    font-weight: bold;
}

.cb-chosen-date-info {
    margin: 10px auto;
    font-size: 20px;
    font-weight: bold;
    color: #888;
}

.cb-privacy-notice {
    opacity: 0.7;
    font-size: 14px;
    padding: 16px;
}

.cb-privacy-notice h2 {
    font-size: 14px;
    margin-bottom: 2px;
}

.cb-map {
    height: 250px;
    width: 100%;
    opacity: 0.8;
    display: none;
}


.cb-single-session-options button.group-btn {
    font-size: 115%;
    margin: 4px;
    padding: 6px 12px;
    font-weight: bold;
    color: rgb(99,99,99);
}


cb-contact-provider {
    white-space: nowrap;
}

cb-ticket-quantity {
    margin: 0 16px 16px;
    max-width: calc(100% - 32px);
}

@media (max-width: 600px) {
    cb-ticket-quantity {
        margin: 0 0 16px;
        max-width: 100%;
    }
}

cb-ticket-quantity label {
    margin-bottom: 8px;
}

cb-ticket-quantity md-input-container {
    margin: 0 !important;
    width: 40px;
}

cb-ticket-quantity md-input-container .md-errors-spacer {
    display: none;
}

cb-ticket-quantity md-input-container input {
    text-align: center;
    font-size: 32px;
    height: 36px !important;
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield;
}

cb-ticket-quantity md-input-container input[type=number]::-webkit-inner-spin-button, 
cb-ticket-quantity md-input-container input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

cb-ticket-quantity[compact] {
    margin: 0;
}

cb-ticket-quantity[compact] .md-button.md-icon-button {
    min-height: 24px;
    height: 24px;
    width: 24px;
    padding: 0;
}

cb-ticket-quantity[compact] md-input-container {
    width: 30px;
}

cb-ticket-quantity[compact] .cb-ticket-price {
    display: none;
}

cb-ticket-quantity[compact] md-input-container input {
    font-size: 18px;
    height: 20px !important;
    line-height: 20px;
    padding-top: 0;
}

.cb-ticket-separator {
    padding: 0;
}


.cb-ticket-price {
    font-size: 16px;
    margin-top: 4px;
    color: #404040;
}

md-option.cb-ticket-price-label span {
    white-space: nowrap;
}



.listingDescription md-tabs-canvas { display: none; } 
.listingDescription md-tabs[md-align-tabs="bottom"] { padding-bottom: 0; }

.cb-session-description {
    max-width: 600px;
    border: 1px solid silver;
    margin: 10px;
}

.cb-timezone-notice {
    font-size: 70%;
    opacity: 0.8;
}

.cb-date-selection {
    margin: 4px;
    border-radius: 2px;
    padding-left: 12px;
}

.bookSmall md-radio-button {
    margin: 0;
}

md-option.cb-not-publicly-available {
    font-style: italic;
    opacity: 0.5;
    background-color: #fde4e9;
}
#image_carousel ul {
    margin: 0;
}


md-card md-card-content {
    overflow-y: clip;
    height: max-content;
    transition: all 0.2s ease-in-out;
}

md-card md-card-content.collapsed {
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}



#largeTable {
    width: 100%;
    text-align: left;
}
#largeTable td {
    padding: 5px;
    padding-top: 20px;
}
.smallTable {
    width: 100%;
}
.smallTablePrimary {
    width: 100%;
    margin: 0px;
    color: white;
    padding-bottom: 5px;
    padding-top: 15px;
    border-top-right-radius: 25px;
}
.bigTablePrimary {
    width: 100%;
    margin: 0px;
    color: white;
    padding-bottom: 0px;
    padding-top: 15px;
    border-top-right-radius: 25px;
}
.cbprice {
    white-space: nowrap;
}

@media (min-width: 960px) {
    .cbprice {
        flex: 0.2 1 10% !important;
    }
}

.cbsubheading {
    margin-bottom: 10px;
}
.cbcheckbox {
    padding-top: 10px;
}
.moreInfoLeft {
    border-right: 1px solid black;
    text-align: right;
    /*  margin:0px;
  padding:0px;*/
}
.smallTable td {
    padding: 5px;
}
.smallTableHeader {
    border-bottom: 1px solid black;
}
.tableMoreInfo {
    margin: 0px;
    background-color: rgba(200, 200, 200, 0.4);
    padding: 10px;
    margin-top: 10px;
}
.smallTableEvent, .attSchedules {
    margin-top: 20px;
    margin-bottom: 20px;
}
.attSchedules{
    padding-left:20px;
    padding-right:20px;
}

.smallTableEvent, .bigTableEvent {
    border-top-right-radius: 25px;
}
.attendees {
    margin-bottom: 20px;
}

.deleteButton {
    float: right;
}
.addatt {
    padding: 15px;
    text-align: center;
    font-size: 30px;
}
.addatt:hover {
    color: rgba(251, 251, 251, 0.6);
}
.bookNowBut {
    margin-top: 10px;
    float: right;
}
.deleteAtt {
    float: right;
    cursor: pointer;
    margin-right: 10px;
}
md-radio-button {
    outline: none;
    margin-bottom: 0;
}
.form-warning {
    margin: 0px;
    color: #ff6666;
}
/*.deleteX{
  color:white;
  background-color: red;
  width:140px !important;
  height:140px;
  border-radius: 50%;
}*/

div.deleteX {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
    color: #fff;
    border: 1px solid white;
    border-radius: 30px;
    background: #dd0000;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}
.deleteX:before {
    content: "×";
}
.deleteText {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.bookingCheckbox {
    float: right;
    margin-top: -20px;
    margin-bottom: 0px;
}
.bookingDropdown {
    float: right;
    margin-top: -30px;
    margin-bottom: 0px;
}
.alignRight {
    text-align: right;
}
.no-margin-top {
    margin-top: 0px;
}
.bookText {
    margin-top: 10px;
    margin-bottom: 10px;
}
.colour-dark-red {
    background-color: #9A0034;
}
.colour-pink {
    background-color: #EACDD7;
}
.moreButton {
    color: #9A0034;
    background-color: white;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid white;
}
.moreButton:hover {
    border: 1px solid #9A0034;
    background-color: #EACDD7;
    color: #9A0034;
    border: 1px solid white;
}
.moreButton:active {
    color: #9A0034;
    border: 1px solid white;
}
.moreButton:target {
    color: #9A0034;
}
.attDetails {
    padding: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
}
/*md stuff*/

.moreInfoLabel {
    border-right: 1px solid black;
    text-align: right;
    padding-right: 10px !important;
}
.moreTicketInfoLabel {
    border-right: 1px solid white;
    text-align: right;
    padding-right: 10px !important;
}
.moreInfoField {
    padding-left: 10px !important;
}
.moreInfoContent {
    font-size: 11px;
    padding-bottom: 7px;
    width: 50%;
}

.attSchedules md-card-content{
      padding: 5px;
}
.smallPrimaryContent {
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.smallHeading {
    padding: 5px;
}

.smallHeading div {
    outline: none;
    cursor: pointer;
}
/*md-card {
    margin-bottom: 20px;
}*/

/*
.md-icon {
    border-color: white !important;
    vertical-align: center;
}
*/
.moreInfoTable {
    width: 100%;
    height: 100%;
}
.moreInfoList {
    width: 50%;
    display: inline-table;
    margin-bottom: -5px;
}
.moreTicketInfoList {
    width: 50%;
    color: black;
    display: inline-table;
    margin-bottom: -5px;
}
.moreInfoUl {
    display: table;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.attendeeName {
    margin-left: 10px;
}


.cbheading {
    /*max-width: 80%;*/
    font-size: 20px !important;
    text-align: left;
    
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

/*@media (min-width: 960px) {
    .cbheading {
        flex: 3 1 10% !important;
    }
}*/

.whiteBG {
    background-color: white;
}
.moreButtonTicket {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}
.md-hue-2.selectDropDown span {
    color: rgba(0, 0, 0, 0.7);
}

.selectDropDown span {
    color: rgba(0, 0, 0, 0.7);
}
.md-toolbar-small {
    min-height:55px;
    max-height:55px;
    overflow: hidden;
}
.smallText {
    font-size:13px;
}
.positionIcon{
    position:absolute;
    top:7px;
    left:0px;
}

.more_button{
    font-size: 10px;
}

.bookedOut {
    background-color: silver !important;
}

.bookedOut .more_button {
    background-color: rgb(220, 220, 220) !important;
}

.ticketSelection {
    margin-top: 5px;
}

.ticketSelection > span {
    padding-right: 15px;
    text-align: right;
}

.ticketSelected {
    background-color: #EEE;
    border-radius: 2px;
    padding-left: 20px;    
}

/*
.attSchedules md-toolbar {
    min-height: initial;
}
*/

/* .md-select-value, .md-select-value :first-child {
    -webkit-flex: initial;
    -ms-flex: initial;
     flex: initial;
     white-space: normal;
} */

md-option .md-text {
     white-space: normal;
}

.groupLabel {
    padding: 5px 10px;
}

.attDetails md-radio-button.inline {
    margin-right: 15px;
}

.bookableItemGroup md-card {
    -webkit-transition:0.5s ease-in all;
    -moz-transition:0.5s ease-in all;
    -o-transition:0.5s ease-in all;
    transition:0.5s ease-in all;
/*
    Not sure why this was here, but was causing presentation issues for larger schedule descriptions 
    max-height: 800px;
*/
}

.bookableItemGroup.collapsed md-card {
    transition:0.2s ease-in all;
    max-height: 0px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.bookableItemGroup md-card md-toolbar {
    flex: none;
}

.bookableItemGroup .groupLabel {
    cursor: pointer;
    outline: none;
}

.bookableItemGroup .groupLabel md-icon {
    margin: 0;
}

.bookableItemGroup .groupLabel.collapsed md-icon,
.cb-more-button.collapsed md-icon {
    transition:0.2s ease-in all;
    transform: rotate(-90deg);
}

.bookableItemGroup .groupLabel md-icon,
.cb-more-button md-icon {
    transition:0.2s ease-in all;
}

.scheduleAttribute {
    margin: 0 2px;
}

.cb-more-button {
	min-width: 28px;
}

mdp-date-picker md-input-container {
    width: 100%;
}

span.mdp-datepicker-year {
    font-size: 2.5rem !important;
}

.attSchedules md-select {
    margin: 0;
    top: -3px;
    position: relative;
}

.bookableItemGroup md-input-container.cb-donation input {
    min-width: 60px;
    max-width: 120px;
}

.bookableItemGroup .md-errors-spacer {
    min-height: 0px;
    height: 0px;
}

.cb-attendee-fields {
    padding-left:20px;
    padding-right:20px;
}

.cb-more-button md-icon,
md-toolbar.md-hue-1:not(.md-menu-toolbar) md-icon {
    fill: currentColor !important;
}

/* Fix 'Book' checkbox appearing too low */
.attSchedules md-checkbox .md-container {
    margin: 0;
    top: 50%;
}

/* Fix drop-down menu with overlapping wrapped text for narrow displays */
@media (max-width: 600px) {
    .cb-ticket-select-options md-option {
        height: initial;
        min-height: 48px;
    }
}