body, html {
    width: 100%;
    height: 100%
}

.footer-bottom {
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%
}

.selectors {
    margin-top: 40px;
    font-family: FiraSans-Book, sans-serif;
    display: flex
}

.matrix-title {
    margin-top: 0
}

.select-group {
    text-align: center;
    display: flex;
    align-items: center;
    margin-right: 20px
}

.select-group select {
    padding: 0 10px;
    height: 32px
}

.date-select-input {
    margin-left: 15px
}

.select-date label {
    margin: 0
}

table thead tr th {
    color: initial
}

.matrix {
    padding: 0 45px 0 10px
}

.matrix table tr td:first-child {
    vertical-align: middle
}

.matrix table {
    width: initial;
    margin: 0 auto;
    font-size: 12px
}

.matrix table tr td:not(:first-child) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff
}

.matrix table tr td:not(:first-child), .matrix table tr th:not(:first-child) {
    padding: 0
}

.matrix table thead tr th {
    font-weight: 400;
    color: #00a09d
}

.matrix table tr {
    line-height: 10px
}

.matrix table tbody tr td:first-child {
    padding-right: 5px
}

.matrix table tr td div.val {
    width: 20px;
    height: 20px
}

.matrix th.rotate {
    height: 70px;
    white-space: nowrap
}

.matrix th.rotate>div {
    transform: translate(12px, 23px) rotate(315deg);
    width: 20px
}

.matrix th.rotate>div>span {
    border-bottom: 1px solid #ccc;
    padding: 0 10px
}

.ui-datepicker tr {
    border: initial
}

table td, table th {
    padding: 0
}

.box-value {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #fff
}

.y-labels {
    width: 45px;
    margin-right: 10px;
    text-align: right;
    display: flex;
    align-items: center
}

.neutral {
    background-color: #989494
}

.P {
    background-color: #3CC0C6
}

.X {
    background-color: #FF9400
}

.tooltip .right, .tooltip .right i::after {
    top: 50%;
    background-color: #EEE;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .5)
}

.legend {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

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

.legend-item span {
    display: inline-block;
    margin-left: 5px
}

.all-link {
    margin-top: 35px;
    font-family: RobotoMono-Regular, sans-serif
}

.all-link a {
    color: #00A09D
}

.display-date {
    width: 110px
}

.message {
    margin-top: 30px;
    font-size: 22px
}

.overflow-x-hidden {
    overflow: initial
}

.tooltip {
    display: none;
    position: relative;
    text-align: left;
    opacity: initial;
    font-family: FiraSans-Book, sans-serif;
    z-index: initial
}

.tooltip .right {
    min-width: 200px;
    left: 100%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444;
    font-weight: 400;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    display: none
}

.tooltip:hover .right {
    display: block
}

.tooltip .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden
}

.tooltip .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    transform: translate(50%, -50%) rotate(-45deg)
}
