﻿/* 
*
* 01) Main RS Container
* 02) Ticket Selection Panel
* 03) Seat Map Container
* 04) Selected Ticket Cart
* 
*/


/* ----------------------------------------------------------  
* 01) Main RS Container 
------------------------------------------------------------- */
#MainContent {
    padding-bottom: 0 !important;
}
.rs-container {
    background: #EBEEF1;
}
.rs-container.col-md-12,
.rs-container.col-md-12 .container-fluid {
    padding: 0;
}
.rs-title {
    height: 81px;
    line-height: 81px;
    text-align: left;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #b4b7ba;
}


/* ----------------------------------------------------------  
* 02) Ticket Selection Panel
------------------------------------------------------------- */
.rs-selection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 5px 0 10px;
}
.rs-selection .form-group {
    text-align: left;
    margin-top: 5px;
    /*flex-grow:1;*/
}
.rs-selection .form-group label {
    font-weight: 600;
}
.rs-selection .form-group .input-group {
    width: 100%;
}
.rs-selection .form-group .form-control {
    border-radius: 3px;
    height: 1.8em;
    width: 80%;
    box-shadow: none;
}
.rs-selection .form-group:last-child input {
    width: 50%;
    margin-right: 3%;
}
.rs-selection .form-group:last-child .btn-primary {
    background-color: #478ECC;
    background-image: none;
    color: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-shadow: none;
    padding: 9px 10px;
}


/* ----------------------------------------------------------  
* 03) Seat Map Container
------------------------------------------------------------- */
.rs-container .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#svgmap {
    height: 100%;
    width: auto;
}
.zoomer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    background: #fff;
    border-radius: 5px;
    order: 1;
}
.zoomer65 {
    width: 65% !important;
}
.zoomer__controls {
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: 1
}
.map__zoomer {
    cursor: -webkit-grab;
    cursor: grab;
    outline: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: transform, width, height
}
.map__zoomer.is-active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.zoomer__control--reset,
.zoomer__control--zoomin,
.zoomer__control--zoomout {
    border: 1px solid #009BDD !important;
    background: #fff !important;
    border-radius: 3px;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5);
}
.reset {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSIjMDA5Q0RFIj48cGF0aCBkPSJNMTcuNSA2LjMzNVYzLjVIMTV2Ljk2bC00LjMwMy0zLjIyOGMtLjQxMy0uMzEtLjk4LS4zMS0xLjM5NSAwTDAgOC4yMWwxLjM5NiAxLjg2TDEwIDMuNjE2bDguNjA0IDYuNDU0TDIwIDguMjFsLTIuNS0xLjg3NXoiLz48cGF0aCBkPSJNMi41IDEwLjQwNFYxOWg1di01YzAtMS4zOCAxLjEyLTIuNSAyLjUtMi41czIuNSAxLjEyIDIuNSAyLjV2NWg1di04LjU5NkwxMCA0Ljc4bC03LjUgNS42MjR6Ii8+PC9nPjwvc3ZnPg==");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-position: center center;
    content: '';
}
.zoomin {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMDA5Q0RFIiBkPSJNMjAgOWgtOVYwSDl2OUgwdjJoOXY5aDJ2LTloOSIvPjwvc3ZnPg==");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-position: center center;
    content: '';
}
.zoomout {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMDA5Q0RFIiBkPSJNMCA5aDIwdjJIMHoiLz48L3N2Zz4=");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-position: center center;
    content: '';
}
.disabledseat {
    pointer-events: none;
    opacity: 0.5;
}


/* ----------------------------------------------------------  
* 04) Selected Ticket Cart
------------------------------------------------------------- */
ticketbag {
    width: 34%;
    margin-left: 1%;
    background: transparent;
    border-radius: 0;
    order: 2;
}
.rs-cart-wrap {
    /*display: inline;
    /*width: 34%;
    margin-left: 1%;
    background: transparent;
    border-radius: 0;
    order: 2;*/
}
.rs-cart-wrap h2 {
    font-weight: 600;
    margin: 4px 0 6px;
}
.rs-list-item {
    border-bottom: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    padding: 7px 0 4px;
}
.rs-list-item:first-child {
    border-radius: 5px 5px 0 0;
}
.rs-list-item:last-child {
    border-radius: 0 0 5px 5px;
    padding-bottom: 5px;
    border-bottom: none;
}
.rs-list-item:only-child {
    border-radius: 5px;
    padding-bottom: 5px;
    border-bottom: none;
}
.rs-seat-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 5px;
}
.rs-seat-info .rs-cell {
    width: 23%;
    margin: 0;
}
/* (RMS)(43447) */	
.rs-seat-info .rs-cell:last-child {
    width: 13%;
    text-align: right;
}
.rs-seat-info .rs-cell p {
    font-weight: 500;
}
.rs-seat-info .rs-cell p.rs-seat-value {
    font-weight: 700;
}
.rs-seat-info .rs-cell .btn-default {
    text-shadow: none;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #647684;
    margin: 5px 0;
}
.rs-seat-info .rs-cell .btn-default:hover {
    background: #fff;
    color: #ff0000;
}
/* (RMS)(43447) */		
.rs-seat-info .rs-cell .btn.btn-default {
	padding:0px;
	background-color:#fff;
	color:#FF0002;
}
.rs-ticket-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 10px 0 5px;
}
.rs-ticket-info .rs-cell {
    /*width: 40%;
    margin:0 1%;*/
    flex-grow: 1;
    text-align: left;
}
/* (RMS)(43447) */
.rs-ticket-info .rs-cell:last-child {
    /*width:30%;*/
    flex-grow: 1;
    margin-right:10px;
    text-align: center;
}
.rs-ticket-info .rs-cell:last-child p {
    text-align: center;
    margin: 0 auto;
    width: 80%;
}
/* (RMS)(43447) */
.rs-ticket-info .rs-cell span {
	font-weight:700;
	color:#FF0002;
	padding-left:3px;
	font-size:1.1em;
}
/* (RMS)(43447) */
.rs-ticket-info .rs-cell select {
    padding: 4px 2px;
    border-radius: 3px;
    font-weight: 600;
    margin-left: 10px;
    font-size:.9em;
}
.rs-ticket-info .rs-cell p.rs-ticket-value {
    font-size: 1.1em;
    font-weight: 600;
}
.rs-cart-totals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    background: #fff;
    padding: 8px 0;
    border-radius: 5px;
}
.rs-cart-totals .rs-cell {
    width: 33%;
    margin: 0;
}
.rs-cart-totals .rs-cell p {
    font-size: 1.1em;
    font-weight: 600;
}
.rs-cart-totals .rs-cell p.rs-total-value {
    font-weight: 700;
    color: #2196F3;
}
.rs-cart-totals .rs-cell:last-child p.rs-total-value {
    color: #49AF4C;
}
.rs-cart-totals .rs-cell p.rs-total-value.rs-timer-red {
    color: #d9534f !important;
}
.rs-cart-totals .rs-cell p .glyphicon-time {
    color: #6E7B86;
}
.rs-cart-wrap .btn-primary {
    background-color: #49AF4C;
    background-image: none;
    color: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-shadow: none;
    padding: 10px 40px;
    margin-top: 10px;
    float: right;
}
.rs-cart-wrap .btn-danger {
    background-color: #d9534f;
    background-image: none;
    color: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-shadow: none;
    padding: 10px 62px;
    margin: 10px 0 0;
    float: right;
}
