.nolink {
    cursor: pointer;
}

a {
    color: rgba(0, 0, 0, 0.6)
}

h2 {
    line-height: 1.6;
}

p.form-button {
    margin: 15px 0 30px 0;
}

.seat-container {
    /*max-width: 650px;*/
    margin: 0 auto;
}

.container-seats-box {
    clear: both;
}

.sector-seat,
.seat-status-0 { /* Free */
    background: #8dc73f;
}

.seat-status-3 { /* Temp order*/
    background: #ffdb15;
}

.seat-status-1,  /* Order */
.seat-status-2 { /* Used */
    background: #ed1b24;
}

.sector-seat,
.sector-seat-spacer {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 5px 5px 0 0;
}

.sector-seat-spacer-wrapper {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    padding: 0;
}
.sector-seat-spacer.camera-spacer {
    margin: 0;
    padding: 3px;
}

.camera-spacer-bg {
    background: #BBBBF2;
}

.container-seats .stage {
    background: lightgray;
    padding: 20px;
    margin: 0 auto 20px auto;
    font-size: 20px;
    max-width: 255px;
    letter-spacing: 12px;
    text-align: center;
    font-weight: 800;
    color: #f14658;
    text-transform: uppercase;
    position: relative;
}

.container-seats-box.grid-infobox {
    display: grid;
    /*grid-template-columns: 1fr 2fr;*/
}

.container-seats .info-box {
    padding-bottom: 20px;

}
.container-seats .image-box {
    margin: 0;
    padding: 0;
    text-align: right;
}

.container-seats .image-box img {
    height: 160px;
}

.container-seats .info-box p {
    margin: 0;
    padding: 0;
}

.container-sector {
    overflow: hidden;
    text-align: center;
    opacity: 0.9;
    padding: 10px;
    background: red;
    width: 150px;
    margin: 0 auto;
}

div.container-sector div.sector-name {
    text-align: center;
    margin: 0 auto 0 auto;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 3px 3px 6px rgba(50, 50, 50, 0.3);
}

div.container-sector div.sector-name h3 {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

div.container-sector div.sector-name p.price {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

div.container-sector div.sector-name p.price a {
    color: #ffffff;
}


.seat-container .seats {
    width: fit-content;
}

.container-sector .sold-out {
    color: #000;
    border: 1px solid #ffffff;
    background: #ffffff;
    text-align: center;
    position: relative;
    margin: 30px auto;
    width: 100px;
    padding: 5px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 3px 3px 6px rgba(50, 50, 50, 0.3);
}
