.Header {
    background: #CF0A2C url(../Images/reporting-logo.svg) no-repeat;
    background-position: center;
    max-width: 100vw;
    padding-right: 6rem;
    padding-left: 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: auto 45%;
    width: 100%;
}

    .Header:after {
        /* content: ''; */
        background: #003876 url(../Images/provider-logo.svg) no-repeat;
        background-position: 0rem 0.555rem;
        width: 1.875rem;
        height: 100%;
        display: block;
        position: absolute;
        max-width: 100vw;
        background-size: 1.625rem;
        top: 0;
        right: 0.6rem;
        -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }

    .Header table td:empty {
        display: none;
    }

.PowerTrackingLogo {
    background: url(../Images/PowerTracking-logo.png) no-repeat;
    background-position: center;
    max-width: 100vw;
    padding-right: 6rem;
    padding-left: 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: auto 55%;
    width: 100%;
    height: 120px;
}

td.flex-order-1.select-level-container {
    width: 1.25rem !important;
    display: block;
}

a#lnkSelectLevel.select-level {
    background: url(../Images/levelicon.svg) no-repeat;
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    text-indent: -9999px;
}

tr#Support {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Header table {
    max-width: 100%;
    padding: 0;
    height: 2.5rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.HeaderLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 80%;
    /* width: 90%; */
    /* max-width: 900px; */
    /* padding-left: 0.9rem; */
}
td.HeaderLabel {
    display: block;
}
.Header a {
    color: white;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
}

    .Header a:hover {
        text-decoration: none;
    }

.header-nav {
    white-space: nowrap;
}

.HeaderLabel a, .HeaderLink {
    color: white !important;
    text-decoration: underline;
    font-weight: 200;
}

.Header a.ArchiveButton {
    font-family: HelveticaNow-Bold;
    font-size: .8rem;
    color: #FFFFFF;
    text-align: center;
    background: #212633;
    border-radius: .35em;
    text-decoration: none;
    border-top: 0;
    padding: .25rem 0.7rem .25rem 0.6rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .Header a.ArchiveButton:hover {
        background: #FFFFFF;
        color: #212633;
    }

.Logo {
    padding-bottom: 0px;
}

.MenuPane {
    vertical-align: bottom !important;
    width: 128px;
    text-align: right;
    padding-right: .5em;
    /* float: left; */
    padding-bottom: 4rem;
}

.MenuPaneCopyright {
    vertical-align: bottom;
    width: 128px;
    font-size: 7.5pt;
    color: White;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}

.MenuPaneCopyrightLink {
    color: White;
    text-align: center;
}

td.Archive {
    /* color: #FFFFFF; */
    background-color: #7483A7;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ArchiveLabel {
    width: 100%;
}

.ArchiveButton {
    width: 100%;
}

.MainMenuTL {
    max-width: 160px;
    height: 21px;
    background: #212633;
    padding: 0;
}

.MainMenuTR {
    max-width: 118px;
    background: #212633;
}

.MainMenuWhite {
    width: 15px;
}

.MenuBackground {
    background: url(../Images/Menu/MenuBackground.gif) bottom repeat;
    cursor: pointer;
}

td.MenuBackground img {
    max-width: 160px;
}

.MainMenuCell {
    background: #E26F1B;
    padding-right: 50px;
}

.MenuCellFiller {
    background: #E26F1B;
    text-align: center;
}

.PageTitle {
    color: #FFFFFF;
    text-align: right;
    padding: 0 1.5rem;
    float: right;
    display: none;
}

.MenuTable {
   /* max-width: 1000px;*/
    margin: 2rem;
    /* padding-right: 1rem; */
}

.LeftMenuContainer {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    height: 100%;
}

    .LeftMenuContainer tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100%;
        padding-bottom: 1rem;
    }

.LeftBottomContainer {
    position: absolute;
    bottom: 0px;
    width: 160px;
    margin-top: 0;
    background-color: #212633;
    /*height: 100% !important;*/
    vertical-align: bottom;
}

.LogoTable {
    position: absolute;
    bottom: 0px;
    width: 160px;
    margin-top: 0;
    background-color: #212633;
    height: 100% !important;
}

.MenuBackground #imgNonValidatedExist {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
}

.badge {
    position: absolute;
    top: 0.3rem;
    right: 0.4rem;
    width: 25px;
    height: 24px;
    line-height: 23px;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    background: none;
    /* filter applies only to IE5+/Win */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../Images/badge.png');
}

    .badge[class] {
        /* [class] applies to non-IE browsers */
        /* background: #CF0A2C; */
        /* border-radius: 50%; */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* -webkit-box-shadow: 0 3px 5px 0px #353535; */
        /* box-shadow: 0 3px 5px 0px #353535; */
        display: inline-block;
        border-right: .5rem solid #cf0a2c;
        display: block;
        height: 2.5rem;
        /* width: 4rem; */
        line-height: 2.55rem;
        top: 0;
        right: 0;
        padding-right: 0.4rem;
        text-align: right;
    }

.CheckBoxList td {
    padding: 0.4rem;
}

    .CheckBoxList td label {
        padding: 0 0 0 0.5rem;
        vertical-align: middle;
        font-size: .875rem;
    }

    .CheckBoxList td input[type="checkbox"] {
        vertical-align: middle;
        width: 1rem;
        font-size: .75rem;
    }

.ButtonPrintSuppress tr td input {
    margin: .5rem 0 0;
    width: 100%;
    min-width: 100%;
}

/* ORGANIZATIONS PAGE*/

.InputGrid td.DataGridCell.LargeColumn:first-child {
    padding: 1em 1em 1em 0;
}

.InputGrid td.DataGridCell.LargeColumn:last-child {
    width: 10rem;
}

#ctl00_MainPlaceHolder_ctl00_MainPlaceHolder_ddlOrgPanel {
    display: unset !important;
    width: 300px;
}

    #ctl00_MainPlaceHolder_ctl00_MainPlaceHolder_ddlOrgPanel select {
        width: 200px !important;
    }

.MessageLabel {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 5px 5px 5px 5px;
}

.RegularTextForRanking {
    font-size: 10px;
}

.ColumnsListSmall {
    border: 0.01mm solid #BFBFBF;
}

.RegularTextItalic {
    font-style: italic;
}

.ErrorLabel {
    color: Red;
}

.BoldText {
    font-weight: bold;
}

.NonValidatedPdf {
    float: right;
    margin-left: 10px;
    margin-top: 0;
    font-size: 15px;
    color: #004BFF;
    text-decoration: underline;
    font-size: .75rem;
    position: absolute;
    right: 0;
    top: 1.2rem;
    top: 1.2rem;
}

div#ctl00_MainPlaceHolder_ctl00_MainPlaceHolder_cbIncludeDeletedPanel {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 0.6rem;
}

@media print {
    .ButtonPrintSuppress {
        display: none;
    }

    .HighlightRankColumn {
        color: Black;
        font-weight: bolder;
        border: solid 3px firebrick;
    }
}

#imgNonValidatedExist {
}

/* subnav */

.divLinksOverRide {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    height: auto !important;
    overflow: visible !important;
}

    .divLinksOverRide a, .divLinksOverRide .SelectedTab span, .divLinksOverRide .PopupTab, .divLinksOverRide .PopupSelectedTab, .divLinksOverRide .PopupTabOver {
        padding: .7rem 1.2rem !important;
        display: inline-block;
        border-top: 4px solid #212633;
        color: White;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 100%;
        border-right: 1px solid rgb(118, 132, 167);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 100%;
        border-bottom: 0;
        cursor: pointer;
        /* letter-spacing: 0rem; 
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);*/
    }

        .divLinksOverRide a:hover, .divLinksOverRide .PopupTabOver {
            border-top-color: #81B81A;
            background-color: #505F78;
        }

    .divLinksOverRide a {
        text-decoration: none;
    }

    .divLinksOverRide .SelectedTab a, .divLinksOverRide .SelectedTab span, .divLinksOverRide .SelectedTab a:hover, .divLinksOverRide .PopupSelectedTab {
        font-family: HelveticaNow-Bold;
        background-color: White;
        border-top-color: #81B81A;
        color: #212633;
    }

    .divLinksOverRide > table {
        width: auto !important;
    }

    .divLinksOverRide * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

.btnSelectColumns-container {
    /* top: 3rem; */
    /* z-index: 1000; */
    /* position: relative; */
    /* left: 5rem; */
    /* border-left: 1px solid white; */
    padding-right: 0 !important;
}

.Tab {
    width: auto !important;
    height: 100%;
    border: 0;
}

.TabLink a {
    width: 100%;
}

.TabSeparator, .displayNone, #divNavRightEmpty {
    display: none !important;
}

/* RANKING */

.TableHeaderStyle {
    background-color: #636466;
}

#Archive {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: HelveticaNowText-Regular;
    font-size: 12px;
    width: 100%;
    background: #7483A7;
    /* padding: .25rem .63rem; */
    display: block !important;
}

tr#Logout {
    display: block !important;
}

#Archive a {
    color: #FFFFFF;
    width: 100%;
    padding: .25rem .63rem;
}

    #Archive a:after {
        position: absolute;
        right: .5rem;
        top: 0.3rem;
        background-image: url('../Images/changemonthsicon.svg');
        height: 10px;
        width: 10px;
        display: inline-block;
        background-size: 10px 10px;
        content: "";
    }

td.Archive.mos-not-current {
    background-color: #D8AA19;
}

#Archive .Archive.mos-not-current a:after {
    background-image: url('../Images/changemonthsicon.svg') !important;
}
