
body {
    font-family: 'Roboto Condensed', sans-serif;
}
#pagediv {
    min-width: 1750px;
    max-width: 1750px;
    box-sizing: border-box;
    height: 800px;
    border: 0px solid black;
    margin: auto;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    box-sizing: border-box;
    padding: 0px;
}
#titlediv {
    min-width: 1750px;
    max-width: 1750px;
    box-sizing: border-box;
    border: 0px solid black;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 32px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    color: #0021b6;
    text-shadow: 1px 1px 2px #01012298;
}
#titlediv2 {
    font-size: 15px;
    font-weight: bold;
    color: #525151;
    margin-bottom: 0px;
    text-shadow: 0px;
    position: relative;
    top: 18px;
    text-shadow: none;
    font-style: italic;
}
#event-container {
    margin: 0px;
    box-sizing: border-box;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    background-color: #ffffff;
}
#event-list {
    min-width: 1750px;
    max-width: 1750px;
    box-sizing: border-box;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
    font-size: 15px;
}
.headerbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    position: sticky;
    top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
}
.report-frozen {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: static;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.report-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
    box-sizing: border-box;
    width: auto;
}
.report-item:first {
    border-bottom: 0px solid #ffffff;
    border-top: 1px solid #000000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 13px;
    position: relative;
    top: -1px;
}
.event-item:hover {
    background-color: #f8ff9a;
}
.event-item2 {
    height: 19px;
    border-bottom: 1px solid #3b3b3b;
    margin: 0px;
    padding: 6px;
    padding-top: 6px;
    padding-right: 2px;
    padding-left: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.event-item2:hover {
    background-color: #f8ff9a;
}
#buttin-1 {
    background-color: #9cd7fb;
}
#buttin-1:hover {
    background-color: greenyellow;
}
#buttin-2 {
    background-color: #9cd7fb;
}
#buttin-2:hover {
    background-color: greenyellow;
}
.evcodes {
    width: 175px;
}
.state {
    width: 85px;
}
.edit-button {
    width: 48px;
    text-align: center;
    border: 0px solid #000000;
    cursor: pointer;
    border-radius: 1px;
}
.edit-button2 {
    width: 48px;
    text-align: center;
    border: 0px solid #000000;
    cursor: pointer;
    border-radius: 1px;
}
.event-edit-button {
    border: 1px solid #000000;
    background-color: #bfffc7;
    cursor: pointer;
    border-radius: 1px;
    position: relative;
    top: -1px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-top: 2px;
    margin: auto;
}
.event-add-button {
    border: 1px solid #000000;
    background-color: #bfffc7;
    cursor: pointer;
    border-radius: 1px;
    position: relative;
    top: -1px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 1px;
    padding-top: 0px;
    margin-right: 10px;
    margin-top: 12px;
    float: right;
}
button:hover {
    border: 1px solid #0000ff;
    background-color: aqua;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    transition-duration: 0.2s;
}
#data-list {
    width: 1400px;
    height: 475px;
    margin: auto;
    margin-bottom: 1px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
}
.date-name {
    width: 115px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}
.total-tickets {
    min-width: 105px;
    max-width: 105px;
}
.total-revenue {
    width: 105px;
    margin-right: 35px;
}
#switch-button:hover {
    color: #a300a8;
    box-shadow: 0px;
}
.header-upper {
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.header-lower {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    border-bottom: 1px solid black;
    padding: 0px;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.single-seats-header {
    min-width: 40px;
    max-width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.single-rev-header {
    min-width: 95px;
    max-width: 95px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.season-seats-header {
    min-width: 40px;
    max-width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.season-rev-header {
    min-width: 95px;
    max-width: 95px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.group-seats-header {
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.group-rev-header {
    min-width: 95px;
    max-width: 95px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.comp-header {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.total-sales-seats-header {
    min-width: 39px;
    max-width: 39px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.total-sales-rev-header {
    min-width: 94px;
    max-width: 94px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.single-seats-yesterday-header {
    min-width: 40px;
    max-width: 40px;
    background-color: #021542;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.single-rev-yesterday-header {
    min-width: 95px;
    max-width: 95px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.season-seats-yesterday-header {
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.season-rev-yesterday-header {
    min-width: 95px;
    max-width: 95px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.group-seats-yesterday-header {
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid #000000;
}
.group-rev-yesterday-header {
    min-width: 95px;
    max-width: 95px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.comp-yesterday-header {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.total-sales-seats-yesterday-header {
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.total-sales-rev-yesterday-header {
    min-width: 94px;
    max-width: 94px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.goal-tickets-header {
    min-width: 45px;
    max-width: 45px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.goal-rev-header {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
    background-color: #021542;
    color: #ffffff;
    border-bottom: 1px solid black;
}
.eventname {
    min-width: 295px;
    max-width: 295px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid black;
    border-right: 1px solid black;
    font-weight: bold;
    text-align: right;
    box-sizing: border-box;
}
.eventname-field {
    min-width: 235px;
    max-width: 235px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}
.date {
    min-width: 55px;
    max-width: 55px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.date-field {
    min-width: 55px;
    max-width: 55px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.time {
    min-width: 60px;
    max-width: 60px;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}
.time-field {
    min-width: 60px;
    max-width: 60px;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
}
.single-seats-field {
    min-width: 39px;
    max-width: 39px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #dfdfdf;
    border-top: 1px solid black;
    margin: 0px;
    position: relative;
    left: -137px;
}
.single-seats-field2:last-of-type{
    border-bottom: 1px solid black;
}
.single-seats-yesterday-field {
    min-width: 39px;
    max-width: 39px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.single-rev-field {
    min-width: 96px;
    max-width: 96px;
    text-align: right;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #dfdfdf;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.single-rev-yesterday-field {
    min-width: 96px;
    max-width: 96px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #dfdfdf;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.season-seats-field {
    min-width: 39px;
    max-width: 39px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.season-seats-yesterday-field {
    min-width: 39px;
    max-width: 39px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.season-rev-field {
    min-width: 96px;
    max-width: 96px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.season-rev-yesterday-field {
    min-width: 96px;
    max-width: 96px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #ffffff;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.group-seats-field {
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #dfdfdf;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.group-seats-yesterday-field {
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #dfdfdf;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.group-rev-field {
    min-width: 95px;
    max-width: 95px;
    text-align: right;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #dfdfdf;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.group-rev-yesterday-field {
    min-width: 95px;
    max-width: 95px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: f;
    background-color: #dfdfdf;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.comp-field {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.comp-yesterday-field {
    min-width: 61px;
    max-width: 61px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.total-sales-seats-field {
    min-width: 39px;
    max-width: 39px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #03236d;
    border-top: 1px solid black;
    color: #ffffff;
    position: relative;
    left: -137px;
}
.total-sales-rev-field {
    min-width: 94px;
    max-width: 94px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #03236d;
    color: #ffffff;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.total-sales-seats-yesterday-field {
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #033a0a;
    color: #ffffff;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.total-sales-rev-yesterday-field {
    min-width: 95px;
    max-width: 95px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #033a0a;
    color: #ffffff;
    margin-right: 5px;
    border-top: 1px solid black;
    position: relative;
    left: -137px;
}
.goal-tickets-field {
    background-color: transparent;
    min-width: 45px;
    max-width: 45px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 1px solid #5f5f5f;
    z-index: 3;
    border-top: 1px solid black;
    font-weight: bold;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    top: 0px;
}
.goal-rev-field {
    background-color: transparent;
    min-width: 90px;
    max-width: 90px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-right: 1px solid #5f5f5f;
    z-index: 3;
    border-top: 1px solid black;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
.tix {
    border-left: 1px solid #5f5f5f;
    box-sizing: content-box;
}
.rev {
    border-right: 0px solid #5f5f5f;
    box-sizing: content-box;
}

.tix2 {
    border-left: 1px solid #5f5f5f;
    box-sizing: content-box;
    position: relative;
    left: -137px;
}
.rev2 {
    border-right: 0px solid #5f5f5f;
    box-sizing: content-box;
    position: relative;
    left: -137px;
}

.progress-meter {
    position: relative;
    top: 1px;
    left: -142px;
    min-width: 137px;
    max-width: 137px;
    height: 99%;
    z-index: 1;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.goal-meter {
    min-height: 99%;
    max-height: 99%;
    min-width: 136px;
    max-width: 136px;
    margin: 0px;
    border-radius: 1px;
    box-sizing: border-box;
    z-index: 2;
}
progress::-webkit-progress-bar {
    background: #ffffff;
    min-width: 136px;
    max-width: 136px;
    margin: 0px;
    box-sizing: border-box;
}
progress::-webkit-progress-inner-element {
    background: #ffffff;
    margin: 0px;
    box-sizing: border-box;
}
progress::-webkit-progress-value {
    background: #77cdffbe;
    border-right: 1px solid #0000ff;
}
.tooltiptext {
    display: none;
    background-color: rgb(255, 251, 0);
    border: 3px solid #021542;
    color: #000;
    text-align: center;
    border-radius: 5px;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    visibility: hidden;
    position: absolute;
    z-index: 20;
  }
  .tooltip:hover .tooltiptext {
    display: inline-block;
    visibility: visible;
  }
