body {font-family: EauDouce, Helvetica, Arial, sans-serif;font-size: 14px;}

h1, .navbar a.brand, h2, h3, h4, h5, h6 { font-family: OpenSans, Helvetica, Arial, sans-serif; }
h1 { font-size: 26px; font-weight: 500}
h2 { font-size: 22px; font-weight: 500}
h3 { font-size: 17.5px; }

th a { color: #000000; font-weight: bold; }

.align-right { text-align: right; }

.navbar-inverse .navbar-inner { background: url("/static/img/gray-box.png") repeat-x; }

.navbar a.brand { color: #FFFFFF; font-size: 20px; text-shadow: 2px 2px 1px #000; font-weight: bold; }

.nav-title { padding: 5px 0; }
.nav-link.active { background-color: #dedfe2; border-radius: 3px; color: #444; }

.content-title { padding-top: 30px; }
.content { padding-top: 30px; padding-bottom: 20px; }
/*.content-block { background: #F0EEEE; border: 1px solid #A9A9A9; padding: 4px 12px 4px 12px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }*/
.content-block { background: #FFF; border-radius: .25rem; box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05); }
.content-block .equipment-block { background: #F0EEEE; border: 1px solid #A9A9A9; padding: 4px 12px 4px 12px; }
.content-block .progress { border: 1px solid #A9A9A9; }
.content-block .progress .attendance { background-color: #D87300; }

.card { margin-bottom: 20px; }

.registration-user-details { margin-top: 45px; }
.registration-terms { margin-top: 45px; }

.event-image { background-position: center; background-size: cover; display: flex; justify-content: center; align-items: center; height: 250px; }
.event-image img { width: 250px; }

.event_seating_chart { position: relative; }
.event_seating_chart .event_seat { background: scroll; border: 2px solid #848484; color: #FFFFFF; cursor: pointer; font-size: 12px; line-height: 22px; position: absolute; text-align: center; vertical-align: middle; }
.event_seating_chart .reserved { background: scroll #DB575D; border: 2px solid #951A1A; }
.event_seating_chart .taken { background: scroll #4bb1cf; border: 2px solid #000000; }
.event_seating_chart .pretaken { background: scroll #7b63bc; border: 2px solid black; }
.event_seating_chart .unavailable { background: scroll #A9A9A9; border: 2px solid #000000; }
.event_seating_chart .gamertag { font-size: 14px; }
.event_seating_chart .active_seat { background: #0ece1a !important; }
.event_seating_chart .broken-multiple { background: #fdab1f !important; }

.purchase-ticket-info p:last-of-type { margin-bottom: 0; }

.ticket-details .form-group { margin-bottom: 5px; }
.donation-options { display: flex;flex-flow: row wrap;justify-content: center; }
.donation-options button { margin: 5px 2px; }

.input-micro { width: 40px; }

.input-nano { width: 25px; }

.input-list li { line-height: 30px; }

.modal > form { margin: 0; }

.action-buttons .btn { white-space: nowrap; }

tr.admin-reserved-ticket-type td, tr.admin-reserved-ticket-type th {
    border-top: 0;
}

.table-sm tr:first-of-type td,
.table-sm tr:first-of-type th {
    padding-top: 0;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

@media (min-width: 992px) {
    .event-image { height: initial; }
}

.product-barcode, .ticket-barcode {
    margin: 15px 0;
    font-family: 'Libre Barcode 128 Text', cursive;
    font-size: 48px;
    line-height: 48px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.tempus-dominus-widget .time-container {
    margin-top: 5rem;
    margin-left: 1rem;
    font-size: 1rem;
}

.tempus-dominus-widget .time-container div {
    margin-bottom: 1rem;
}

.tempus-dominus-widget .time-container [data-time-component] {
    font-size: 1.2rem;
}

input[type=file]::file-selector-button {
    display: none;
}

.form-control.custom-file {
    padding: 0;
}

legend.form-label {
    font-size: inherit;
}

@font-face {
    font-family: 'EauDouce';
    src: url('../fonts/eau_douce_sans_regular-webfont.eot');
    src: url('../fonts/eau_douce_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/eau_douce_sans_regular-webfont.woff') format('woff'),
    url('../fonts/eau_douce_sans_regular-webfont.ttf') format('truetype'),
    url('../fonts/eau_douce_sans_regular-webfont.svg#eau_doucesans_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg#opensansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Libre Barcode 128 Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/libre-barcode-128-text-v16-latin-regular.eot');
    src: url('../fonts/libre-barcode-128-text-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/libre-barcode-128-text-v16-latin-regular.woff2') format('woff2'),
    url('../fonts/libre-barcode-128-text-v16-latin-regular.woff') format('woff'),
    url('../fonts/libre-barcode-128-text-v16-latin-regular.ttf') format('truetype'),
    url('../fonts/libre-barcode-128-text-v16-latin-regular.svg#LibreBarcode128Text') format('svg');
}
