* {
    padding: 0;
    margin: 0;
}

.legend-outer {
    padding-left:300px;
    padding-top:24px;
}


.purple {
    background-color: #7c81d4;
}

.blue-background {
    background-color: #46abf2;
}

.green-background {
    background-color: #20b020;
}

.red-background {
    background-color: #dc322f;
}

.white-text {
    color: #FFFFFF;
}

.legend-container {
    height: 40px;
    z-index: 999;
    display: flex;
}


.legend-item {
    display: flex;
    align-items: center;
    margin: 24px;
}


.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.legend-label {
    flex: 1;
}


.g1bar:hover {
    fill: #46abf2;
    cursor: pointer;
}

.g1abar:hover {
    fill: #46abf2;
    cursor: pointer;
}

.g2bar:hover {
    fill: #7c81d4;
    cursor: pointer;
}

.g2abar:hover {
    fill: #7c81d4;
    cursor: pointer;
}

.g3bar-bottom:hover {
    fill: #20b020;
    cursor: pointer;
}

.g3bar-top:hover {
    fill: #fc524f;
    cursor: pointer;
}


.hit-row {
    background-color: #46abf2;
}

.miss-row {
}

.table-container {
    position: relative;
    height: 400px;
    overflow: scroll;
    background-color: #dedece;
    border-radius: 4px;
    padding-top: 64px;
    padding-left: 32px;
    padding-bottom: 32px;
    display: none;
}

.close-button {
    position: absolute;
    box-shadow: none;
    right: 32px;
    top: 32px;
    font-size: 28px;
    border: none;
    background-color: #eeeeee;
}

.close-button:hover {
    color: red;
}


.judgment-table {
  border-collapse: collapse;
}


td, th {
  border: 1px solid black;
  padding: 10px;
}


.no-data {
    color: red;
    padding-left: 128px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.caption {
    margin-top: 16px;
}

.heading-1 {
}

.emphasis {
    font-weight: 250;
}

.heading-2 {
    padding-bottom: 32px;
    font-weight: 100;
}

.hline {
    height: 8px;
    width: 1000px;
    background-color: black;
    margin-bottom: 32px;
}

.heading-5 {
    font-weight: 100;
    padding-bottom: 32px;
    padding-left: 64px;
    padding-right: 128px;
}

.input-container {
    padding-bottom: 8px;
}

.main-label {
    width: 260px;
}

.g1-title-judge {
    color: #268bd2;
}

.g2-title-judge {
    color: #6c71c4;
}

.g2a-title-judge {
    color: #6c71c4;
}

.g3-title-judge {
    color: #009900;
}


.triangle-left {
    width: 0;
    height: 0;
    margin-left: 10px;
    margin-top: 10px;
    border-top: 25px solid transparent;
    border-right: 50px solid #888;
    border-bottom: 25px solid transparent;
}


.triangle-right {
    width: 0;
    height: 0;
    margin-left: 10px;
    margin-top: 10px;
    border-top: 25px solid transparent;
    border-left: 50px solid #888;
    border-bottom: 25px solid transparent;
}

.triangle-background-inner {
    margin-left: auto;
    display: grid;
    grid-template-columns: 100px 100px;
    grid-gap: 0px;
    height: 200px;
    width: 200px;
    z-index: 20;
}


.triangle-background {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    position: absolute;
    padding: 12px;
    padding-left: 1400px;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow-y: hidden;
    background-color: #fdf6e3;
}

/*
.other-background {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    background-color: #C1B0A0;
    overflow: hidden;
}
*/

.background-text-paragraph {
    line-height: 2;
    font-size: 36px;
    z-index: 0;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.background-text {
    padding-right: 64px;
}

.main-container {
    position: absolute;
    padding: 32px;
    z-index: 30;
    height: 100%;
    overflow-y: scroll;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.main-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.graph-container {
    margin-bottom: 48px;
    padding: 32px;
    width: 1000px;
    height: auto;
}


.red {
    color: red;
}


.green {
    color: green;
}


.yellow {
    color: yellow;
}


.blue {
    color: #268bd2;
}


.level-one {
    opacity: 0.9;
}


.level-two {
    opacity: 0.8;
}


.level-three {
    opacity: 0.6;
}


.level-four {
    opacity: 0.4;
}


.level-five {
    opacity: 0.2;
}


/*
.background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top right, white, #C1B0A0);
    z-index: 10;
    opacity: 0.1;
}
*/
