body {
    overflow-y: hidden;
}

.top-header {
    border-bottom: none;
}

.chartCommonHeader {
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.button-disabled {
    background-color: transparent !important;
}

.filter_buttons {
    position: absolute;
    float: left;
    padding-top: 25px;
    padding-left: 50px;
}

.ongoing-alarm {
    background-color: #fcc !important;
}

.ongoing-warning {
    background-color: #ffc !important;
}

.chamber_title {
    font-size: 20px;
    color: #265a86;
    margin-top: 20px;
    text-align: center;
}

.filter-button-selected {
    font-family: "Source Sans Pro Semibold" !important;
    color: #285884 !important;
    width: 87px;
    height: 37px;
    border: none;
    font-weight: bold !important;
    padding: 10px;
}

.filter-button {
    font-family: "Source Sans Pro Semibold" !important;
    color: lightgrey;
    width: 87px;
    height: 37px;
    border: none;
    font-weight: bold !important;
    padding: 10px;
}

.instrument-icon {
    position: absolute;
    margin-top: 6px;
    float: left;
    background: url("/static/img/instrument/instrument_icon.svg") no-repeat center;
    height: 57px;
    width: 57px;
    background-color: transparent;
    z-index: 999;
    border: none;
    background-size: 100%;
}

.export-button-white {
    position: absolute;
    background: url("/static/img/icons/export.svg") no-repeat center;
    height: 36px;
    width: 36px;
    border-radius: 6px;
    background-color: #285884;
    z-index: 999;
    border: none;
    background-size: 100%;
}

.alarm-source-text {
    font-family: "Source Sans Pro Light" !important;
    font-size: 18px;
}

.chamber-width {
    float: left;
    width: 15.666667% !important;
}

.alarm-button-white {
    background: url("/static/img/instrument/alarms_white.svg") no-repeat center;
    height: 36px;
    width: 36px;
    border-radius: 6px;
    background-size: 100%;
    background-color: #285884;
    border: none;
}

.charts-button-white {
    background: url("/static/img/instrument/chart_white.svg") no-repeat center;
    height: 36px;
    width: 36px;
    border-radius: 6px;
    background-size: 100%;
    background-color: #285884;
    border: none;
}

.chamber-lid {
    text-align: center;
    background-color: #ece7e7;
    height: 35px;
    vertical-align: middle;
    line-height: 2;
    color: black;
    font-weight: normal;
    margin-right: 1px;
}

.chamber-lid-start {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: 1px;
}

.chamber-lid-end {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-default-status {
    table-layout: fixed;
    border-collapse: collapse;
}

.table-default-status th {
    display: flex;
    min-height: 2em;
    align-items: center;
    vertical-align: middle !important;
}

.table-default-status tr {
    display: flex;
    min-height: 2em;
    align-items: center;
    vertical-align: middle !important;
}

.table-default-status td {
    display: flex;
    min-height: 2em;
    align-items: center;
    vertical-align: middle !important;
}

.table-default-status thead tr {
    border-bottom: 1px solid #0f3551;
}

.table-default-status thead tr th {
    font-family: "Source Sans Pro Semibold" !important;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #285884;
}

.table-default-status thead tr th.sortable {
    font-family: "Source Sans Pro Semibold" !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #285884;
}

.table-default-status thead {
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
    font-size: 24px;
}

.table-default-status .large-font {
    font-family: "Source Sans Pro Semibold" !important;
    font-size: 18px !important;
}

.table-default-status .small-font {
    font-family: "Source Sans Pro Light" !important;
    font-size: 18px !important;
}

.table-default-status tbody {
    height: 790px;
    display: block;
    overflow-y: auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
}

.table-default-status tbody tr {
    vertical-align: middle;
    max-height: 68px;
    height: 68px;
}

.table-default-status td {
    max-height: 68px;
    height: 68px;
}

.table-default-status tbody tr:nth-of-type(odd) td.td-primary {
    background-color: #3F658F;
    color: white;
}

.table-default-status tbody tr:nth-of-type(even) td.td-primary {
    background-color: #245B87;
    color: white;
}


/* ==================== CSS Hover Layer For the Status Hub Table ================================ */

#Geri-instruments-table tbody tr:hover {
    background-color: rgba(215, 222, 227, 0.5);
}


/* ==================== CSS Hover Layer For the Alarm History Table ================================ */

#alarm_history_table tbody tr:hover {
    background-color: rgba(215, 222, 227, 0.5);
}


/* ==================== Status Hub Instrument Tooltip ================================ */

#Geri-instruments-table tbody tr td:nth-child(2) > div>span>span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-right: 8px solid #FFFAF0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#Geri-instruments-table tbody tr td:nth-child(2) > div>span>span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-right: 12px solid #111;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.tooltip-instrument {
    visibility: hidden;
    z-index: 10;
    display: none;
    padding: 14px 20px;
    line-height: 26px;
    display: inline;
    position: absolute;
    color: #111;
    border: 2px solid #111;
    background: #fff;
    border-radius: 10px;
}

#Geri-instruments-table tbody tr td:nth-child(2)>div>span:hover > span {
    visibility: visible;
}


/* ==================== Chamber Status Images =============================== */

.chamber-warning-start {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #fdd900 !important;
    margin-right: 1px;
}

.chamber-warning-end {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fdd900 !important;
}

.chamber-warning-mid {
    background-color: #fdd900 !important;
    margin-right: 1px;
}

.chamber-disabled-mid {
    background-color: #CCCBCB !important;
    margin-right: 1px;
}

.chamber-disabled-start {
    -webkit-border-top-left-radius: 66px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #CCCBCB !important;
    margin-right: 1px;
}

.chamber-disabled-end {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #CCCBCB !important;
}

.chamber-ok-start {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #E6E7E8 !important;
    margin-right: 1px;
}

.chamber-ok-end {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #E6E7E8 !important;
}

.chamber-ok-mid {
    background-color: #E6E7E8 !important;
    margin-right: 1px;
}

.chamber-alert-mid {
    background-color: #ec1c24 !important;
    margin-right: 1px;
}

.chamber-alert-start {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #ec1c24 !important;
    margin-right: 1px;
}

.chamber-alert-end {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #ec1c24 !important;
}


/* ==================== Dish Status Images =============================== */

.chamber-dish {
    background: url("/static/img/instrument/chamber/chamber_dish.svg") no-repeat center;
    width: 99%;
    height: 45px;
    z-index: 1 !important;
}

.chamber-recording {
    background: url("/static/img/instrument/chamber/chamber_recording.svg") no-repeat center;
    width: 99%;
    height: 45px;
    z-index: 1 !important;
}

.chamber-empty {
    background: url("/static/img/instrument/chamber/chamber_empty.svg") no-repeat center;
    width: 99%;
    height: 45px;
    z-index: 1 !important;
}

.chamber-disabled {
    background: url("/static/img/instrument/chamber/chamber_disabled_icon.svg") no-repeat center;
    width: 99%;
    height: 45px;
    z-index: 1 !important;
}

.chamber-connection-lost {
    background: url("/static/img/instrument/chamber/chamber_connection_lost.svg") no-repeat center;
    width: 99%;
    height: 45px;
    z-index: 1 !important;
}