
.zoombox .btn-client-color:active, .zoombox .btn-client-color:focus {
    background-color: #a97513  !important;
    border-color: #a97513  !important;
}

.helpbox {
    background-color: rgba(50, 50, 50, 0.55);
    border: 2px solid #a97513  !important;
}

.helpbox .btn-client-color:active, .helpbox .btn-client-color:focus {
    background-color: #a97513  !important;
    border-color: #a97513  !important;
}

.btn-client-color {
    color: #fff;
    background-color: #a97513  !important;
    border-color: #a97513  !important;
}

.btn-client-color:hover, .btn-client-color:focus, .btn-client-color:active {
  border: 0;
  border-color: #a97513  !important;
}

.selectedListItemDiv{
    background-color: rgba(50, 50, 50, 0.55);
    border: 1px solid #a97513  !important;
    border-left: 5px solid #a97513  !important;
}

.selectedListOuter .selectedListItemDiv{
    background-color: rgba(50, 50, 50, 0.55);
    background-color: #fff;
    border-left: 5px solid #a97513  !important;
}


.selectedListOuter .selectedListItemSection{
    color: #a97513  !important;
}

.selectedListOuter .selectedListItemContentRight{
    color: #a97513  !important;
}




/*
  Adaptaciones OEX
*/
#paper_selector {
  background-color: #000000 !important;
}
.shapeElement {
  fill: #a97513 !important;
  stroke: #5f3e00 !important;
}
.shapeCircleElement {
    fill: #5f3e00 !important;
    stroke: #5f3e00 !important;
}
.circleTable, .rectangleTable {
  fill: #a97513;
  stroke: #5f3e00;
}
.shapeLabel {
  fill: #fff !important;
}
text[fill="#178dbd"] {
    fill: #a97513;
}
/*> MODIFICADO */
.seatCircle, .capacitySection {
  /*stroke:#62cb31;
  fill:#62cb31;*/
  stroke:#62cb31 !important;
  fill:#4ea028 !important;
}
.seatCircle + text, .capacitySection + text{
    fill:#fff  !important;
}
.capacitySectionTitle{
    fill:#fff  !important;
    font-size: 20px !important;
}
/* MODIFICADO <*/

/* .seatSelected, .sectionSelected{
    stroke:#62cb31;
    fill:#62cb31;
    stroke-width:2;
} */
/*> MODIFICADO*/
.seatSelected, .sectionSelected{
    stroke:#5f3e00 !important; /*#ff9900;*/
    fill:#a97513 !important; /*#ff9900;*/
    stroke-width:2;
}
/* MODIFICADO <*/
/* .seatSelected + text, .sectionSelected + text {
    fill:#fff  !important;
} */
.seatSelected + text, .sectionSelected + text {
    fill:#000  !important;
}

/* .seatReserved, .sectionReserved{
    fill:#fff  !important;
    stroke:#ffa826  !important;
} */
/*> MODIFICADO*/
.seatReserved, .sectionReserved{
    fill:#d1d1d1  !important;
    stroke:#d1d1d1  !important;
}
/*MODIFICADO <*/

.protocoloSeat, .protocoloSection {
  fill: #666666 !important;
}
.wheelchairSeat, .wheelchairSection{
    fill: #002f6c  !important;
}
/* .seatBooked, .sectionBooked {
    fill:#d1d1d1  !important;
    stroke:#d1d1d1  !important;
} */
/*> MODIFICADO */
.seatBooked, .sectionBooked {
    fill:#d43f3a  !important;
    stroke:#ff0000  !important;
}
/*MODIFICADO <*/
.seatBooked + text, .sectionBooked + text {
    fill:#fff  !important;

}
