.notused div
{
    background: #a7a6a6 !important;
    border: none !important;
}

#plan-table .note { font-size:16px; padding:100px 70px 0px; font-style:italic;}
#plan-table h2 {padding:10px 0 5px; margin:0; font-size:14px; background:none; width:auto; font-family:Arial, Helvetica, sans-serif;}
#plan-table table
{
    margin: 0 auto;
    z-index: 101;  /* the table needs to be above the loading box */
}

#plan-table table tr td
{
    background-color: rgb(237, 242, 247);
    height: 18px;
    padding: 0;
    width: 18px;
    cursor: hand !important;
}
#plan-table tr td div
{
    border: 1px solid black;
    height: 12px;
    width: 12px;
   cursor: hand;
}
#plan-table table tr td.disabled div
{
    background-color: blue;
}
#plan-table table tr td.over div
{
    background-color: orange;
    background:url(../img/selected.png);
    background-size: 100%;
}
#plan-table table tr td.reserved div
{
    background-color: #7CFC00;
    background:url(../img/selected.png);
    background-size: 100%;
}
#plan-table table tr td.taken div
{
    background:url(../img/taken-overlay.png);
}

#plan-table table tr td.swap div
{
    background:url(../img/swap-icon.png) !important;
    background-position:-1px -1px !important;
}

#plan-table table tr td.text div
{
    background-color: #A7A6A6;
    border: none;
    padding: 0 !important;
}
#plan-table table tr td.wheelchair-companion div
{
    background-color: #00ffff;
}
.spText
{
    font-size: 10px;
    color: #FFF;
    display: block;
    padding-top: 6px;
}
.spMinitext
{
    font-size: 10px;
    color: #FFF;
    display: block;
    padding-top: 6px;
}

/* -------------------------------------------
 seat detail box
 -------------------------------------------*/

#seat-detail-box
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: gray;
    border-radius: 2px;
    display: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;

    left: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 145px;
    height: 250px;
    background:url(../img/ticket-hover.png);
    background-size: 145px 250px;
    z-index: 102;  /* the detail box needs to be above the plan table */
}

.seat-hover-cont h4 {background:#000; font-family:Helvetica ; color:#fff; padding:1px 0; font-size:11px; text-align:center;}
	.seat-hover-cont .h-row {width:50px; float:left; padding:0 0 0 20px; text-align:center;}
	.seat-hover-cont .h-col {width:50px; float:right; padding:0 20px 0 0; text-align:center;}
	.seat-hover-cont .p-item {display:block; text-align:left; padding:0px 0 0 0 !important;  margin:0 !important; height:15px !important; overflow:hidden;}
	.seat-hover-cont .p-item strong {display:inline-block; text-align:right; padding:0 10px 0 10px; width:80px; margin:0;}
	.seat-hover-cont .p-item p {display:inline-block; width:60px; text-align:left; padding:0; margin:0; height:auto !important;}
	.seat-hover-cont .h-tooltip {border:#000 0px solid; border-width:1px 0 0 0; padding:3px 0 20px 0; margin:10px 0 0 0; font-style:italic; text-align:center;}

	.seat-hover-cont .h-userinfo-cont {height:60px; text-align:center;}
	.seat-hover-cont .h-userinfo-cont .h-userinfo {float:none; display:block; text-align:center;}
	.seat-hover-cont .h-userinfo-cont .h-userinfo strong {display:block;}

#seat-detail-box p
{
    padding: 2px 1px 2px 1px;
}

/* -------------------------------------------
 book seats
 -------------------------------------------*/

.big-yes-no-button
{
    font-size: 64px;
    padding: 2%;
    width: 25%;
}
#show-selection { padding:50px 0 50px !important;}

#selected-show {display:none; background:#fcf1cd; padding:5px 0 0 0; margin:10px 0 0 0;}
#selected-show span {font-weight:bold;}
#selected-show p {padding:0 0 5px 0; margin:0;}

#seat-booking-area .mid{padding:5px 0 25px 0;}
#seat-booking-area .left {width:180px; float:left;  font-size:11px; margin:0 0 0 10px; padding:0px 5px 0 0; border:#4A5154 0px solid; border-width:0 1px 0 0;}
#seat-booking-area .left h2, #seat-booking-area .right h2 {font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;}
#seat-booking-area .right {float:right; width:530px; min-height:200px;}


#seat-booking-area .images-cont img
{
    width: 30%;
}

#selectedTickets table
{
    border: 0px solid black;
    margin: 0 auto;
    text-align: left;
    width: 98%;

}
#selectedTickets table th span {padding:0px; display:block;}
#selectedTickets table th {border:#4A5154 0px solid; border-width:1px 0 1px; padding:5px 0 5px 0; margin:0 0 5px;}
#selectedTickets table td {padding:5px 0 5px 0;}
#selectedTickets .b-row {width:30px;}
#selectedTickets .b-col {width:30px; }
#selectedTickets .b-type {padding-right: 5px;}
#selectedTickets .b-type select {width:99%; padding:5px;}

#selectedTickets .b-remove {width:28px;}
#selectedTickets .b-remove a {width:24px; height:24px; background:url(../img/delete-icon.png) top left no-repeat; display:block; margin:0 auto; }
#selectedTickets .b-remove a:hover {background-position:bottom left;}
#selectedTickets .b-remove a span {display:none;}

#selectedTickets h2 {font-size:25px; text-transform:lowercase; padding:15px 0 10px; }
#selectedTickets table td
{
    border: 0px solid black;
}

#basket {width:70% !important; float:left; margin:0 10px 0 0;}
.checkout-button {width:25%; float:right; padding:50px 0 0 0;}


.swap-tools {padding:15px 0;}

.swap-toggle { display:inline-block; padding:5px; border-radius:4px; background:#ff0000; color:#fff; text-decoration:none;}
.swap-toggle {text-decoration:underline;}
.swap-toggle .ison {display:none;}
.swap-toggle .isoff {display:inline;}


.swap-toggle.on {background:#7CFC00; color:#000;}
.swap-toggle.on .ison {display:inline;}
.swap-toggle.on .isoff {display:none;}

.swapticketlinks {display:none;}

.applySwap {display:inline-block; display:none; padding:5px; border-radius:4px; background:#7CFC00; color:#000; text-decoration:none;}



