<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tkt-venue-editor-selected-seat{
    margin-top: -1px !important;
    margin-left: -1px !important;
    background-color: blue;
    border: 2px solid red;
    color:#fff !important;
}

.tkt-venue-editor-unselected-seat{
    border: 2px solid orange;
    background-color: green;
}

.tkt-venue-editor-canvas-selection {
    position: absolute;
    border: 1px solid #89B;
    background: #BCE;
    background-color: #BEC;
    border-color: #8B9;
    z-index:5000;
}
.tkt-venue-editor-select-size2 {
    height: 118px;
    line-height: 118px;
}
.tkt-venue-editor-select-size3 {
    height: 178px;
    line-height: 178px;
}
.tkt-venue-editor-select-drop {
    float: left;
    border: 1px dashed #888;
    background: #EEE;
    text-align: center;
    padding: 20px;
    margin: 0 10px 10px 0;    
}
.tkt-venue-editor-select-dropped {
    background-color: #EBC;
    border-color: #B89;
}   
.tkt-venue-editor-select-active {  
    background-color: #CEB;
    border-color: #9B8;
}
.tkt-venue-editor-disabled-seat
{
    border: 2px solid #dddddd !important;
    background-color: #eaeaea !important;
    color:#e5e5e5 !important;
    text-shadow:none !important;

}
.tkt-venue-editor-reserved-seat
{
    border: 2px solid #6e2677;
    background-color: #F180DF !important;
    color:#555 !important;
    color:rgba(0,0,0,1);
    text-shadow:none !important;
}
.tkt-venue-editor-printed-seat
{
    border: 2px solid #6a8400;
    background-color: #6EC200 !important;
    color:#2d7200 !important;
    color:rgba(0,0,0,0.65) !important;
    text-shadow:none !important;
}
.tkt-sector-label
{
    font-size: 12px;
    position:absolute !important;
    background-color:#eaeaea;
    border:solid 1px #ccc;
    width:auto;
    cursor:default;
    color:#3e3e3e;
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5);
    behavior: url('../pie/PIE.htc');
}
.tkt-sector-label-text
{
    padding:5px;
}
.tkt-sector-label .tkt-close-icon
{
    position:absolute;
    right:-10px;
    top:-10px;
    cursor:pointer;
    opacity:0.5;
}

.tkt-sector-label .tkt-close-icon:hover
{
    opacity:1;
}
.tkt-label-active
{
    background-color:#50b1c9;
    border:solid 1px #316996;
    color:#000;
}
.tkt-cancel
{
    margin-top: -1px !important;
    margin-left: -1px !important;
    background-color: #be2b2b !important;
    border: 3px solid #65b3f0 !important;
    color:#fff !important;
}
.tkt-close-icon
{
    width:20px;
    height:20px;
    background-image:url("../images/little-cross.png");
}
.tkt-label-style-area span
{
    padding:3px 7px;
    font-family:"Times New Roman", Georgia;
    font-size:12px;
    background-color:#f1f1f1;
    cursor:pointer;
}
.style-bold
{
    font-weight:bold;
}
.style-italic
{
    font-style:italic;
}
.style-underline
{
    text-decoration: underline;
}
span.style-active
{
    background-color:#ccc;
}
.tkt-venue-editor-dirty-seat
{
    border: 2px solid #000 !important;
    background-color: #4f4f4f !important;
    color:#fff !important;
    text-shadow:none !important;
}
.tkt-venue-editor-selected-seat
{
    background-color: #5A00B4 !important;
    border: 3px solid #FF4B4B !important;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    behavior: url('../pie/PIE.htc');
}
.tkt-venue-seat-label{
    position:relative;
    cursor:default;
    font-size:8px;
    color:white;
}
.tkt-venue-editor-disabled-seat
{
    background-color:#f0f0f0 !important;
    color:#979797 !important;
}
.price-cat-def-cont{
    position:relative;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin-left:10px;
}
.venue-cat-container{
    text-align:center;
}
.price-cat-def
{
    position:relative;
    top:3px;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:15px;
    height:15px;
    border:2px solid orange;
    margin-right:5px;
    margin-left:5px;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    behavior: url('../pie/PIE.htc');
}
.venueContainer
{
    position:absolute;
    width:92%;
    background-color:#fff;
    left:4%;
    top:5%;
    z-index:1000;
    border:solid 2px #303030;
    box-shadow:0px 0px 4px rgba(0,0,0,0.5);
}
.tkt-seats-container {
    position: relative;
    padding: 20px;
}
.closeWindow
{
    cursor:pointer;
    position:absolute;
    right:-10px;
    top:-10px;
}
#cart-countdown-cont
{
    position:relative;
    bottom:20px;
    left:50px;
    background-color:#545454;
    width:130px;
    padding:5px;
    text-align:center;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#fff;
    border:solid 1px #000;
    box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.2), 1px 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.2), 1px 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.2), 1px 1px 3px rgba(0,0,0,0.4);
    behavior: url('../pie/PIE.htc');
}
#cart-countdown-cont p
{
    margin:0;
    padding:0;
    padding:5px;
    padding-top:0px;
    border-bottom:solid 1px #333;
}
#cart-countdown-cont div
{
    padding:5px;
    padding-bottom:0;

    border-top:solid 1px #727272;
}
.container-buttons{
    padding:10px;
    padding-bottom:0px;
    text-align:center;
}

.venue-info{
    line-height:36px;
    font-style:italic;
    opacity:0.6;
    text-align:center;
}
.event-timer{
    position:relative;
    top:5px;
    background-color:#f3f3f3;
    border:solid 1px #cecece;
    font-size:14px;
    color:#e63600;
    padding:4px 8px;
    border-radius:5px;
}
.tkt-sections{
    line-height:30px;
    text-align:center;
    border-bottom:solid 1px #ccc;
}

.container-all{
    background-color:#ededed;
    border-bottom:solid 1px #ccc;
}	
.disabled
{
    color:#B2B2B2 !important;
    cursor:default !important;
    background: rgb(234,234,234) !important;
    border:solid 1px #B2B2B2 !important;
}
.tkt-section-seat{
    position:absolute !important;   
    width:21px;
    height:21px;
    border-radius:25px;
    -mox-border-radius:25px;
    background-color: #fff;
    font-size:9px !important;
    font-weight:bold !important;
    text-align:center;
    line-height:17px;
    color:#000;
    cursor:default;
}
.tkt-venue-editor-selected-seat
{
    background-color: #5A00B4 !important;
    border: 3px solid #FF4B4B !important;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.tkt-venue-seat-label{
    position:relative;
    cursor:default;
    font-size:8px;
    color:white;
}
.tkt-venue-editor-disabled-seat
{
    background-color:#f0f0f0 !important;
    color:#979797 !important;
}
.price-cat-def-cont{
    position:relative;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin-left:10px;
}
.venue-cat-container{
    text-align:center;
}
.price-cat-def
{
    position:relative;
    top:3px;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:15px;
    height:15px;
    border:2px solid orange;
    margin-right:5px;
    margin-left:5px;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    behavior: url('../pie/PIE.htc');
    
}
.tkt-venue-editor-selected-seat
{
    background-color: #5A00B4 !important;
    border: 3px solid #FF4B4B !important;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    behavior: url('../pie/PIE.htc');
}
.tkt-venue-seat-label{
    position:relative;
    cursor:default;
    font-size:8px;
    color:white;
}
.tkt-venue-editor-disabled-seat
{
    background-color:#f0f0f0 !important;
    color:#979797 !important;
}
.tkt-seats-container{
    position:relative;
    overflow:scroll !important;
    min-height:200px;
}
.venue-cat-container{
    padding:5px 0px;
    border-bottom: solid 1px #ccc;
    box-shadow:0px 1px 5px rgba(0,0,0,0.3);
    behavior: url('../pie/PIE.htc');
}
.price-cat-def-cont{
    font-size:14px;
}
.literal span{
    font-size:12px;
}
.tkt-canvas{
    position:relative !important;
}
.tkt-canvas &gt; div{
    position:relative !important;
}
.tkt-canvas .blt-create-account-cont{
    text-align:center;
}</pre></body></html>