﻿p, h1, h2, h3, h4 ,h5, text-grey {
    color: #6a6a6a;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -ms-user-select: none;
}

img.img-event {
    height: 200px;
    width: 150px;
    border-radius: .5rem;
    border-width: 3px;
}

hr.border-top-2 {
    border-top-width: 2px;
}

@media (min-width: 768px) {
    img.img-event {
        height: 350px;
        width: 250px;
    }
}

table.table-tier {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

tr.tier > td{
    vertical-align: middle !important;
}

input.txt-val {
    pointer-events: none;
    -moz-appearance: textfield;
}

tr.tier > td:nth-child(3) > input{
    width: 35px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

tr.tier > td:nth-child(3) > input::-webkit-outer-spin-button,
tr.tier > td:nth-child(3) > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button.btn-add.disabled, button.btn-remove.disabled, input.btn-ticket-quantity.disabled, button.btn-add.sold-out {
    pointer-events: none;
    opacity: 50%
}

button.btn-add, button.btn-remove {
    border-width: 2px;
}

.border-summary {
    border-right: none !important;
    border-bottom: 2px solid #C29419 !important;
}

@media (min-width: 768px) {
    .border-summary {
        border-right: 2px solid #C29419 !important;
        border-bottom: none !important;
    }
}

img.img-summary {
    height: 200px;
    width: 150px;
    border-radius: .5rem;
    border-width: 3px;
}

#imageMap {
    pointer-events: none;
}

img.seat, img.seat-admin {
    cursor: pointer;
    background-color: white;
}

@media (hover: hover) and (pointer: fine) {
    img.seat:hover {
        background-color: #C29419;
    }
}

img.seat-admin:hover, img.seat-admin:focus {
    background-color: #17a2b8 !important;
}

img.seat.selected {
    background-color: #C29419;
}

img.seat.disabled, img.seat-admin.disabled {
    background-color: #6A6A6A;
}

img.seat.unavailable, img.seat-admin.unavailable {
    background-color: #780C28;
}

div.div-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

div.table-responsive.map {
    position: relative;
    border: 0px solid #780C28;
}

tr.seatStatus > td:nth-child(1) {
    width: 30%;
}

tr.seatStatus > td:nth-child(2) {
    width: 70%;
}

tr.seatStatus > td > img.available {
    background-color: white;
}

tr.seatStatus > td > img.selected {
    background-color: #C29419;
}

tr.seatStatus > td > img.disabled {
    background-color: #6A6A6A;
}

tr.seatStatus > td > img.unavailable {
    background-color: #780C28;
}

.border-ticket {
    border: 2px solid #780C28;
    border-radius: 2rem;
}

.border-courtesyFamily {
    border: 2px solid #C29419;
    border-radius: 2rem;
}

.border-courtesyStaff {
    border: 2px solid #28A745;
    border-radius: 2rem;
}

option:hover {
    background-color: #780C28 !important;
    color: white;
}

.border-right-ticketI {
    border-radius: 1.85rem 0 0 1.85rem;
}

.border-right-ticket {
    border-radius: 1.85rem 1.85rem 0 0;
}


@media (min-width: 768px) {
    .border-right-ticket {
        border-radius: 1.85rem 0 0 1.85rem;
    }
}

th {
    vertical-align: middle !important;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border: 1px solid #dee2e6 !important;
}

.rating-div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating-div > input {
    position: absolute;
    left: 81px;
    top: 61px;
    z-index: -1;
}

.rating-div > label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #C29419;
    cursor: pointer
}

.rating-div > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating-div > label:hover:before,
.rating-div > label:hover ~ label:before {
    opacity: 1 !important
}

.rating-div > input:checked ~ label:before {
    opacity: 1
}

.rating-div:hover > input:checked ~ label:before {
    opacity: 0.4
}

.border-nav-primary {
    border: 2px solid #780c28;
    border-radius: 7px;
}

.table-log > tbody > tr > td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}