﻿/* Boston Symphony Orchestra
   Last Updated: 4-2011
   Author:  Oncall Interactive, LLC

Style definitions found in reset.css

--PERFORMANCE STYLES--

Sections:
	=PERFORMANCE DETAILS PAGE
   ----------------------------------------------------*/

/* =PERFORMANCE DETAILS PAGE
   ----------------------------------------------------*/

.performance-detail
{
    float: left;
    width: 700px;
}

.performance-detail .performance
{
    border-bottom: 10px solid #ECECEC;
    border-top: 10px solid #ECECEC;
    display: inline-block;
    padding: 25px 0;
    clear: left;
}

#performance-images
{
    float: left;
    width: 380px;
}

#performance-images #main-image
{
        width: 345px;
        min-height: 290px;
        background-color: #E8E8E8;
}

#performance-images #main-image img
{
    max-width: 345px;
    max-height: 290px;
}

#performance-images #performers
{
   display: inline-block;
}

#ensembles
{
    clear: left;
    width: 345px;
}

#ensembles .ensembles-header
{
    font-size: 11px;
    margin: 10px 0;
    color: #5E5E5E;
     display: block;
     padding-top: 5px;
}

#ensembles .ensemble-name
{
     border-bottom: 1px solid #ECECEC;
     clear: both;
     font-size: 11px;
     margin: 5px 25px 5px 20px;
     cursor: pointer;
     padding: 5px;
}

#ensembles .ensemble-detail {
    color: #919191;
    float: right;
    font-size: 10px;
}

.performance-information
{
    float: left;
    width: 320px;
}

.performance-information .performance-title
{
	font-family: "BSO Regular", Helvetica, Arial, sans-serif;
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.performance-detail #performers-heading
{
    font-size: 11px;
    margin: 10px 0;
    color: #5E5E5E;
}

.performance-detail .performer
{
    position: relative;
    width: 71px;
    height: 71px;
    padding: 2px;
    border: 1px solid #c3c3c3;
    margin: 5px 10px 5px 22px;
    float: left;
    cursor: pointer;
}

.performance-detail .performer img.color
{
    outline: 3px solid #c3c3c3;
}

.performance-detail .performance-sponsor
{
    width: 320px;
    overflow: hidden;
}

.performer .color,
.performer .no-color
{
    position: absolute;
}

.performance-datetime
{
    display:block;
    padding-bottom:5px;
}

.performance-datetime div
{
    display: inline-block;
}

.performance-datetime .performance-time
{
    font-size: 12px;
}

.performance-datetime .performance-date
{
    display: inline-block;
    background-color: #442260;
    color: White;
    padding: 5px 10px;
	font-family: "BSO Bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    *display: inline;
    zoom: 1;
    _height: 30px;
}

.performance-datetime .performance-month
{
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2px;
}

.performance-datetime .performance-day
{
    font-family: "BSO Regular", Helvetica, Arial, Sans-Serif;
}

.performance-datetime .performance-time
{
    display:inline;
    margin: 5px;
    color: #404040;
    font-size: 14px;
    font-weight:normal;
    text-transform:uppercase;
    font-weight:bold;
}

.performance-datetime .performance-year
{
    color: #404040;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0 5px 5px;
    font-weight:bold;
    
}

.performance-information .performance-description
{
    font-size: 12px;
    margin: 15px 0 5px;
    line-height: 17px;
    color: #404040;
}

.performance-information .performance-read-more
{
    display: none;
}
.performance-information .more-text
{
    display: inline;
}

.performance-information .brand
{
    color: #919191;
    font-size: 12px;
    line-height: 18px;
    font-weight:bold;
}

.performance-information .facility
{
    color: #5e5e5e;
    font-size: 12px;
    line-height: 12px;
    margin-bottom:10px;
}

.performance-information .facility-city
{
    font-style: italic;
    margin-left: 2px;
}

.performance-information .facility-city a 
{
    font-weight:bold;
}

.performance-information .facility-city a 
{
    font-weight:bold;
}

.map_dialog
{
    display:none;
    overflow:scroll;
}

.performance-information .price-range
{
	font-family: "BSO Bold", Helvetica, Arial, sans-serif;
    color: #ee386b;
    font-weight: bold;
    font-size: 17px;
    line-height: 44px;
    word-spacing: 4px;
}

.performance-information .performance-link a,
.performance-information .performance-link a:hover,
.performance-information .performance-link a:visited,
.performance-information .performance-link a:active
{
  font-size: 12px;
  color: #0071b6;
  text-decoration: none;
   font-weight:bold;
   
}

.performance-information .more-link
{
  font-size: 12px;
  color: #0071b6;
  text-decoration: none;
  font-weight:bold;
}

.performance-information .related-performances
{
    background-color: #EFEFEF;
    font-size: 10px;
    padding: 10px 10px 1px;
    width: 225px;
    margin-top: 10px 10px 5px;
    
}

.related-performances_v2
{
    width:180px;
    background-color:#ECECEC;
    padding:10px;
    margin-bottom:10px;
    
}

.related-performances_v2 .buy_tickets_block
{
    display:block;
    background-color:#CCC;
    padding-top:7px;
    
}

.related-performances_v2 .buy_tickets_block .buy_tickets_text
{
    font-size:25px;
    text-transform:uppercase;
    font-family:'BSO Regular',Helvetica,Arial,sans-serif;
    color:#000;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    
}

.price-range_v2
{
    font-size:18px;
    text-transform:uppercase;
    font-family:'BSO Regular',Helvetica,Arial,sans-serif;
    width:83%;
    margin-top:10px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    
}

.performance-information .related-performances select
{
    font-size: 10px;
    margin: 8px 0 12px;
    width: 205px;
}

.performance-detail .additional-information
{
    width:700px;
    min-height:450px;
    margin-bottom: 30px;
    float: left;
    clear: left;
}

/* =PROGRAM NOTES */

.performance-detail .program-notes
{
     clear: left;
     margin: 15px 0;
    display: inline-block;
    border-spacing: 0;
    border-bottom: 2px solid #efefef;
}

.performance-detail .program-notes img
{
    width: 35px;
    height: 30px;
}

.performance-detail .program-notes thead tr
{
    background-color: #e2044f;
    color: White;
	font-family: "BSO Regular", Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.performance-detail .program-notes thead th .notes-header
{
    width: 360px;
    text-align: left;
    padding: 3px 12px;
}

.performance-detail .program-notes tr
{
    background-color: white;
}

.performance-detail .program-notes tr.odd
{
    background-color: #efefef;
}

.performance-detail .program-notes .notes-header
{
    padding: 5px 15px;
    text-align: left;
    width: 380px;
}

.performance-detail .program-notes .audio-header,
.performance-detail .program-notes .pdf-header
{
    width: 100px;
}

.performance-detail .program-notes .notes-title
{
    font-family: "BSO Regular";
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
    width: 380px;
    border-left: 2px solid #EFEFEF;
}

.performance-detail .program-notes .pdf-link
{
    width: 65px;
    text-align: center;
    padding: 5px 0;
}

.performance-detail .program-notes .audio-link
{
    width: 65px;
    text-align: center;
    padding: 5px 0;
    border-right: 2px solid #EFEFEF;
}

/* =RELATED INFORMATION */

.performance-detail .related-information 
{
    margin-top:15px;
}

.performance-detail .related-information .related-information-header
{
    color: #e30450;
    font-family: "BSO Regular";
    font-size: 17px;
    font-weight:bold;
}

.performance-detail .related-information .related-information-subheader
{
     font-size: 11px;
     color: #5e5e5e;
     margin: 5px 0;
}

.performance-detail .related-information .related-information-content
{
    color: #303030;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
    padding: 10px;
    clear: left;
    background-color: #ECECEC;
}

/* =ADDITIONAL DATES */

.performance-detail .additional-dates
{
    float: left;
    margin: 15px 20px;
}

.performance-detail .additional-dates-header
{
    color: #e30450;
    font-family: "BSO Regular";
    font-size: 17px;
}

.performance-detail .additional-dates-links
{
    margin: 5px 0;
}

.performance-detail .additional-dates a,
.performance-detail .additional-dates a:hover
{
    font-size: 10px;
    color: #0071b6;
    text-decoration: none;
    float: left;
    clear: left;
    margin: 2px 0;
}

.performance-detail .additional-dates a:active,
.performance-detail .additional-dates a:visited
{
    color: #919191;
}

/* =PERFORMANCE LIST PAGE
   ----------------------------------------------------*/

#search-bar
{
    font-size: 10px;
    margin: 0 7px 20px;
    width: 220px;
    float:left;
}

#search-bar form
{
    margin-bottom: 20px;
}

#search-bar label
{
    font-size: 12px;
    letter-spacing: 0.5px;
    display: block;
    left: 0;
    line-height: 18px;
    color: #333333;
    float: left;
    margin-right:20px;
}

.js #search-bar label
{
    float: none;
}

#search-bar legend
{
    font-size: 14px;
    color: #333333;
    font-family: 'BSO Bold',Helvetica,Arials,sans-serif;
    letter-spacing: 0;
    display: block;
    left: 0;
    margin-bottom: 8px;
}

#search-bar #narrow-results
{
    margin-top: 38px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #333333;
    font-family: 'BSO Bold',Helvetica,Arials,sans-serif;
    text-transform:uppercase;
    word-spacing: 2px;
}

#search-bar fieldset
{
    margin-bottom: 20px;
}

#search-bar input
{
    width: 120px;
    font-size: 12px;
    border: 1px solid #CCCCCC;
}

#search-bar input[type=checkbox]
{
    margin: 0 5px 0 0;
    width: auto;
    float: left;
    clear: left;
}

#search-bar #searchString,
#search-bar #searchKeyWords
{
    background-image: url("/Content/images/icons/magnifying_glass.jpg");
    background-position: right -2px;
    background-repeat: no-repeat;
    padding-right: 20px;
    width: 133px;
}

#search-bar .datefield
{
    width: 60px;
    display: inline;
    margin-top: 2px;
    font-size: 11px;
}

#search-bar .featured-event-header
{
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
    text-transform: uppercase;
}

#results
{
      width: 700px;
      float: left;
}

#results-summary
{
	font-family: "BSO Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 8px;
}

#results-summary .results-total
{
 color: #e30450;
}

#performance-list
{
   padding-top: 10px;
   border-top: 10px solid #ececec;
}

#performance-list .performance
{
    border-top: #ececec solid 1px;
    margin-bottom: 5px;
    padding: 15px 0;
    width: 700px;
    display: inline-block;
}

#performance-list .performance:first-child
{
    border-top: none;
}

#performance-list .performance-thumbnail
{
    height: 100px;
    width: 147px;
    float: left;
}

#performance-list .performance-thumbnail img
{
    max-width: 146px;
}

#performance-list .performance-information
{
    float: left;
    padding: 0 10px;
}

#performance-list .performance-tickets
{
    padding: 5px 10px;
    width: 156px;
    min-height: 160px;
    float: right;
    background-color: #e8e8e8;
    position: relative;
}

#performance-list .price-description
{
    margin: 5px 0;
    font-size: 10px;
    line-height:15px;
    text-transform: uppercase;
}

#performance-list .price-range
{
	font-family: "BSO Bold", Helvetica, Arials, sans-serif;
    color: #ee386b;
    font-size: 14px;
    word-spacing: 1px;
    margin: 7px 0;
    font-weight: normal;
}

#performance-list .seating-buttons
{
    position: absolute;
    bottom: 0;
}

.seating-button, .seating-button:active, .seating-button:hover
{
    background-color: #0071B7;
    border: 0 none;
    color: white;
    cursor: pointer;
    font-family: "BSO Bold",Helvetica,Arials,sans-serif;
    font-size: 12px;
    margin: 8px 0 10px;
    padding: 3px 0;
    width: 155px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

#performance-list .performance-date
{
	font-family: "BSO Regular", Helvetica, Arials, sans-serif;
    font-size: 12px;
    padding: 5px 6px 4px;
}

#performance-list .performance-title
{
     font-size: 16px;
     min-height: 40px;
}

#performance-list .performance-link
{
     margin-top: 8px;
}

#performance-list .back-navigation
{
    margin-bottom: 15px;
}

/* =SIDEBAR */

#sidebar
{
    float: right;
    height: 400px;
    width: 170px;
    margin: 35px 45px 0 0;
}

#sidebar h2
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#sidebar section
{
   margin-bottom: 40px;
}

/* =PROMOTIONS */

#performance-list .promotion.performance
{
    max-height: 150px;
    overflow: hidden;
    border: 0;
    text-align: center;
}

#performance-list .promotion.performance img
{
}

/* =SUGGESTED EVENTS */

.suggested-events
{
   margin-bottom: 25px;
}

.suggested-events img
{
    margin: 5px 5px 0 0;
    width: 75px;
    height: 50px;
    cursor: pointer;
}

/* =FEATURED EVENTS */

.featured-events
{
   margin-bottom: 25px;
}

.featured-events img
{
    margin: 5px 5px 0 0;
    width: 74px;
    height: 50px;
    cursor: pointer;
}

/* =TOOLTIPS */

.performer-tooltip-header
{
  font-size: 12px;
  font-weight: bold;
}

.tooltip-header
{
  font-size: 11px;
  font-weight: bold;
}

.tooltip-body
{
  font-size: 10px;
  color: #5e5e5e;
  margin-top: 5px;
  font-weight: normal;
}

.tooltip-date
{
  font-size: 10px;
  color: #5e5e5e;
}

.tooltip-price
{
  line-height: 18px;
  font-size: 12px;
  color:  #e30450;
}

.infscroll-loading
{
 text-align: center;
 padding: 10px 0;
}

/* =PERFORMER LISTING */

.contentpage-body.performer-listing
{
    margin-left: 237px;
}

.performer-listing #performers
{
    display: inline-block;
    margin-top:30px;
}

.performer-listing #performers .performer_table
{
    width:700px;
}

.performer-listing #performers .performer-name
{
    color: black;
    font-family: 'BSO Regular', Arial, Helvetica;
    font-size: 16px;
}

.performer-listing #performers .performer-title,
.performer-listing #performers .performer-subtitle
{
    font-size: 12px;
    font-style: italic;
}

.performer-listing #performers .performer-description
{
    color: #333333;
    font-family: Lucida Sans,Arial,Helvetica;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.performer-listing #performers .performer-link
{
    font-size: 11px;
}

.performer-listing #performers .performer
{
    border-bottom: 1px solid #EFEFEF;
    clear: left;
    display: inline-block;
    padding: 5px 0;
    width: 699px;
}

.performer-listing #performers .performer .performer-thumbnail
{
    float: left;
    width: 150px;
    min-height: 50px;
}

.performer-listing #performers .performer .performer-thumbnail img
{
    max-width: 146px;
}

.performer-listing #performers .performer .performer-information
{
    float: left;
    margin-left: 10px;
    min-height: 85px;
    padding: 0 10px;
    width: 519px;
}

.bio_display img .bio_img
{

    padding-right:20px;
    padding-bottom:20px;
    float:left;
}

.bio_display
{

    font-size:12px;
}

.bio_display .bio_perf_link
{

     color:#000;
     font-weight:bold;
     font-style:italic;
}

.bio_display p
{

    margin-top:10px;
}

/* =PERFORMER PAGE */

.performer-detail
{
    float: left;
    width: 700px;
}

.performer-detail .performer
{
    border-bottom: 10px solid #ECECEC;
    border-top: 10px solid #ECECEC;
    display: inline-block;
    padding: 25px 0;
    clear: left;
    width: 700px;
    margin-left: 237px;
}

.performer-detail .performer-name
{
    font-size: 20px;
    font-family: 'BSO Bold', Arial, Helvetica;
}

.performer-detail .performer-title
{
    margin-top: 5px;
    font-size: 14px;
}

.performer-detail .performer-subtitle
{
    color: #5E5E5E;
    font-size: 11px;
    font-style: italic;
}

.performer-detail .performer-description,
.performer-detail .performer-description p
{
    color: #323232;
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
    font-weight: normal;
}

#performer-images
{
    float: left;
    width: 380px;
}

#performer-images #main-image
{
        width: 345px;
        height: 292px;
}

#performer-images #main-image img
{
    max-width: 345px;
    max-height: 290px;
}

#performance-list .checkout { overflow: auto;padding-bottom: 2px;}
#performance-list .checkout label{ display: block;float: left;}
#performance-list .checkout a { display: block;float: right;}

#performance-list .checkout .proceed{background-color:  #0071b7;border: 0 none;color: white;font-family: "BSO Bold",Helvetica,Arial,sans-serif;font-size: 12px;padding: 2px 20px;text-transform: uppercase;margin-right: 20px;overflow: visible;}

.advance-ticket .AdvancedSeat input, .advance-ticket .AdvancedSeat label { margin: 4px;font-size: 10px;font-weight: bold;text-transform: uppercase;}
.advance-ticket .AdvancedSeat input[type='text']{ width: 20px;text-align: right;}

.advance-ticket .performance-information { width: 230px!important;}
.advance-ticket .performance-tickets { width: 240px!important;}
.advance-ticket .zonePrice { display: block; width: 233px;}
.advance-ticket .PerformanceAdded, .advance-ticket .add, .advance-ticket .spinner, .advance-ticket .quantity { display: none;}
.advance-ticket .add label { display: block;color: #800000;}

#advanceTicketDetail {font-size: 10px;margin: 0 7px 20px;width: 220px;float:left;}

.performance-brands { list-style:none; text-transform: uppercase;font-size:12px; }
.performance-brands li { padding:5px; margin:3px 0; width:50%;}
.performance-brands li a { display:inline-block; width:100%;}
.performance-brands li.active a { font-weight:bold; color:#EFEFEF!important}
.performance-brands li:not(.active):hover { background:#ECECEC; cursor:pointer;}

.search-filter fieldset.brands { margin-top:20px;}
.search-filter .clear-filter { padding:10px 0;  }
.search-filter .clear-filter h2 { float:left; padding:5px 0;}
.search-filter .clear-filter span { display:inline-block;}
.search-filter .clear-filter a { padding:5px; font-weight:bold!important; text-transform:none!important; font:inherit; display:inline-block; width:auto; margin:0px; margin-left:10px; }
.search-filter .clear-filter a:hover { background:#ececec!important; color: #333333; }
.search-filter h2 { font-size:13px; color:#333; font-family: 'BSO Bold', Helvetica,Arial,sans-serif; text-transform:uppercase; word-spacing:2px;}
/*.performance-brands li.active a:before {font-family:FontAwesome; content:'\f101'; font-size:14px; padding-right:3px;   }*/

.performancedetail-promo-code
{
    width: 180px;
    min-height: 50px;
    font-size: 10px;
}

.performancedetail-promo-code .apply-pdp-promo {
    padding: 3px;
    color: white;
    font-size: 13px;
}

.performancedetail-promo-code .applied-promo-codes {
    padding: 10px;
}

.performancedetail-promo-code .applied-promo-code {
    padding-top: 5px;
}

.performancedetail-promo-code .codebox-wrapper {
	padding-top: 3px;
}

.performancedetail-promo-code .apply-pdp-promo
{
	font-family: "BSO Regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 14px !important;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
    color: #fff;
	background-color: #9a0130 !important;
    letter-spacing: 1px;
	padding: 4px;
}

.performancedetail-promo-code .field
{
    margin: 5px 0;   
}

.performancedetail-promo-code label
{
    display: block;
    font-size: 10px;
    margin-bottom: 2px;
}

.performancedetail-promo-code input
{
    width: 100px;
	height:15px;
	padding: 2px;
}
