.page-header {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #072B3F, #0D5076);
}

.logo {
    height: 26px;
    width: auto;
    display: block;
}

.container-horizontal {
    display: inline-flex;
    align-items: center;
}

.tooltip-info {
    color: #8F74B2;
    display: inline-block;
    margin: 25px 0px 20px 0px;
}

.popup-container {
    width: 500px;
}

.popup-header {
    padding-bottom: 0px !important;
}

#page-info {
    padding-bottom: 25px;
}

.page-info-text ul {
    padding-left: 20px;
}

.page-info-text li {
    list-style-type: disc;
}

.page-info-text h3 {
    margin: 10px 0px;
    padding: 10px 20px 5px 0px;
}

.icon-info-circle {
    font-size: 16px;
    vertical-align: text-bottom;
    margin-right: 0.15em;
}

.icon-info-circle:hover {
    color: #B195D5;
    cursor: pointer;
}

html, body {
    margin: 0;
    padding: 0;
}

.page-container {
    padding-left: 15px;
    width: 100%;
}

.ui-tabs .ui-tabs-panel.outage-panel {
    padding: 20px 0px 0px 0px;
}

#tabs {
    max-width: 1000px;
    width: 100%;
}

.tab-item li {
    width: 200px;
    height: 40px;
    overflow: hidden;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: -1px;
}

.tab-item li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

h2.outages-header {
    margin: 25px 20px 20px 0px;
    padding: 0px 0px 0px 0px;
}

h3#results-headerFull, 
h3#results-headerIntermittent,
h3#results-headerResolved {
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #787D87;
    margin: 25px 15px 15px 0px;
    padding: 0;
}

ul.searchPanel {
    padding: 15px 10px;
}

li.searchTitle {
    padding: 0;
}

.filterRow {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
}

.filterGroup {
    display: flex;
    flex-direction: column;
}

.mediumDefaultButton {
    display: block;
    margin-top: 15px;
}

.pager-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f3f3;
    border: 1px solid #d5d5d5;
    padding: 10px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
}

.input-container {
    position: relative;
    display: inline-block;
}

.icon-search {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
}

#PayerIdFilterFull, 
#PayerIdFilterIntermittent,
#PayerIdFilterResolved {
    padding-left: 30px;
    width: 155px;
}

#PercentDownFilterFull, 
#PercentDownFilterIntermittent {
    width: 105px;
}

#startedRangeFilter,
#resolvedRangeFilter {
    width: 110px;
}

.clear-filters {
    margin-top: 25px;
}

.worklistTr {
    height: 45px;
    border: 1px solid #C9C9C9;
}

.worklistTr td {
    font-family: Arial;
    font-size: 11px;
    color: #555555;
    padding-left: 7px;
}

.severity-header {
    width: 150px;
}

.payer-header {
    width: 185px;
}

.fail-rate-header {
    width: 75px;
}

.message-header {
    width: 300px;
}

.date-header {
    width: 95px;
}

.payer-header-resolved {
    width: 300px;
}

.message-header-resolved {
    width: 510px;
}

.i-text {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.fail-rate-item {
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.warning-icon-major {
    font-size: 16px;
    color: #F08119;
}

.warning-icon-intermittent {
    font-size: 16px;
    color: #FCB415;
}

.fa-close {
    -webkit-text-stroke: 1.5px #CF0000;
    color: #CF0000;
}

.up-icon {
    font-size: 13px;
    color: #BE271B;
}

.down-icon {
    font-size: 13px;
    color: #5DA630;
}

.controls, .PerPageClass {
    display: flex;
    align-items: center;
}

.PerPageClass {
    gap: 0.3em;
}

.PageCountClass {
    width: 130px;
    white-space: nowrap;
    text-align: center;
}

.pageSelectInput {
    text-align: center;
    width: 2em;
}

.navBtn {
    Font: 12px Arial;
    color: #555;
    font-size: 11px;
    text-align: center;
    float: left;
}

.btnFirst,
.btnBack,
.btnNext,
.btnLast {
    text-align: center;
    background: #f6f6f6;
    background-image: linear-gradient(to bottom,#f6f6f6,#dedede);
    border: 1px solid #bdbdbd;
    display: inline-block;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 2px 0 #fff,0 1px 5px 0 #e3e3e3;
    color: #0082b4;
    cursor: pointer;
    padding: 6px 16px;
    font: normal 11px Arial,sans-serif;
    line-height: 11px;
    cursor: pointer;
}

.btnFirst, .btnNext {
    border-radius: 3px 0 0 3px;
    margin-left: 5px;
    margin-right: -4px;
}

.btnBack, .btnLast {
    border-radius: 0 3px 3px 0;
}

.sprite-arrow-first,
.sprite-arrow-previous,
.sprite-arrow-next,
.sprite-arrow-last {
    text-align: center;
    color: #0082b4;
    cursor: pointer;
    font: normal 11px Arial,sans-serif;
    line-height: 11px;
    background: url('../images/Sprite/EligSprite.png') no-repeat top left;
    margin-left: -8px;
    margin-right: -10px;
    height: 16px;
    width: 16px;
    position: relative;
    float: left;
}

.sprite-arrow-first {
    background-position: -92px -619px;
}

.sprite-arrow-previous {
    background-position: -92px -537px;
}

.sprite-arrow-next {
    background-position: -90px -801px;
}

.sprite-arrow-last {
    background-position: -92px -703px;
}

a.disabled, a.disabled span {
    cursor: default;
}

a.disabled .sprite-arrow-first {
    background-position: -92px -662px;
}

a.disabled .sprite-arrow-previous {
    background-position: -92px -581px;
}

a.disabled .sprite-arrow-next {
    background-position: -92px -852px;
}

a.disabled .sprite-arrow-last {
    background-position: -92px -750px;
}

.input-hidden {
    display: none;
}