body {
    background-color: #ffffff;
    color: #696969;
    font-size: 0.85em;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-family: Segoe UI,Tahoma,Arial,Verdana;
}

    #ReportPaging {
    width: 1500px;
    margin-bottom: 25px;
}

    #ReportPaging a {
        display: inline-block;
        font-size: 0.9em;
    }

#ContentPlaceHolder1_AccountPaging {
    width: 100%;
}

    #ContentPlaceHolder1_AccountPaging a {
        display: inline-block;
    }

#oReportDiv {
    overflow: visible !important;
}

a {
    color: #B0013A;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    background-color: #818285;
}

input[type="button"], input[type="submit"], button {
    background-color: #B0013A;
    border: 0 none;
    color: #FFFFFF;
    font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
    font-size: 100%;
    height: 2.142em;
    min-width: 6em;
    padding: 3px 12px 5px;
}

[type="range"] {
    flex: 1;
    margin: 0;
    padding: 0;
    min-height: 1.5em;
    background: transparent;
    font: inherit;
}

    [type="range"]:focus {
        outline: none;
        border: none;
    }

    [type='range'], [type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

        [type='range']::-webkit-slider-runnable-track {
            box-sizing: border-box;
            border: none;
            width: 12.5em;
            height: 0.25em;
            background: #B0013A;
        }

        [type='range']::-moz-range-track {
            box-sizing: border-box;
            border: none;
            width: 12.5em;
            height: 0.25em;
            background: #B0013A;
            width: 100%;
        }

        [type='range']::-ms-track {
            box-sizing: border-box;
            border: none;
            width: 12.5em;
            height: 0.25em;
            background: #B0013A;
            width: 100%;
        }

        [type='range']::-webkit-slider-thumb {
            margin-top: -0.625em;
            box-sizing: border-box;
            border: none;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            background: #B0013A;
        }

        [type='range']::-moz-range-thumb {
            box-sizing: border-box;
            border: none;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            background: #B0013A;
        }

        [type='range']::-ms-thumb {
            margin-top: 0;
            box-sizing: border-box;
            border: none;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            background: #B0013A;
        }

        [type='range']::-moz-range-progress {
            background-color: #B0013A;
        }

        [type="range"]::-moz-range-track {
            background-color: #ccc;
        }

        [type='range']::-ms-fill-lower {
            background-color: #B0013A;
        }

        [type="range"]::-ms-fill-upper {
            background-color: #ccc;
        }

        [type='range']::-ms-tooltip {
            display: none;
        }



        [type='range'] ~ output {
            display: none;
        }

.main-container {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.main {
    background-position: right top;
    background-repeat: no-repeat;
    width: 100% !important; /*IE6 will ignore this*/
    width: expression(document.body.clientWidth);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-width: 1050px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: 100% !important; /*IE6 will ignore this*/
    height: expression(document.body.clientHeight);
    position: absolute;
}

.header-section {
    -moz-box-sizing: border-box;
    height: 40px;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    right: 0;
    top: 0;
    width: 100% !important; /*IE6 will ignore this*/
    width: expression(document.body.clientWidth);
}

.loginHeader {
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-left: 5px;
    padding-bottom: 30px;
}

div.placeholder {
    background-color: transparent;
    color: #999999;
    margin-left: 9px;
    margin-top: 6px;
    white-space: nowrap;
}

.hubs-section {
    height: 30px;
    position: relative;
    top: 0px;
    z-index: 1;
    background-color: #B0013A;
    padding-left: 16px;
}


.hubs {
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    white-space: nowrap;
}

    .hubs > li {
        display: inline-block;
        height: 30px;
        margin: 0 2px 0 0;
        padding: 0;
        position: relative;
    }

        .hubs > li > a {
            -moz-user-select: -moz-none;
            background-color: #818285;
            border: none;
            color: #EEEEEE;
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0 20px;
            text-decoration: none;
        }

            .hubs > li > a:hover {
                background-color: #BF748D;
                color: #000000;
            }

        .hubs > li.selected > a {
            background-color: #FFFFFF;
            color: #333333;
        }

.hub-title {
    color: #000000;
    font-size: 24px;
    height: 30px;
    overflow: hidden;
    margin-left: 10px;
    white-space: nowrap;
}

.header-section a {
    text-decoration-line: line-through;
}

.content-section {
    -moz-box-sizing: border-box;
    bottom: 0px;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: auto;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: expression(document.body.clientWidth);
}

.main-section {
    -moz-box-sizing: border-box;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: auto;
    padding-right: 0;
    right: 0;
    top: 65px;
    position: absolute;
    bottom: 0;
    overflow: auto;
}

.footer-section {
    -moz-box-sizing: border-box;
    bottom: 0;
    color: #999999;
    height: 22px;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 0;
}

.footer-version {
    bottom: 0;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    position: absolute;
    right: 10px;
    color: #ffffff;
}

.footer-copyright {
    bottom: 0;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    position: absolute;
    color: #ffffff;
}

.hub-groups-section {
    left: 4px;
    position: absolute;
    clear: both;
    top: 7px;
}

.hub-groups {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0px solid #ededed;
    text-decoration: none;
}

    .hub-groups > li.selected {
        font-weight: bold;
    }

    .hub-groups > li {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        list-style-type: none;
        color: #ffffff;
    }

        .hub-groups > li > a {
            -moz-text-blink: none;
            -moz-text-decoration-color: -moz-use-text-color;
            -moz-text-decoration-line: none;
            -moz-text-decoration-style: solid;
            -moz-user-select: -moz-none;
            display: inline-block;
            outline-color: -moz-use-text-color;
            outline-style: none;
            outline-width: 0;
            padding-bottom: 6px;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 3px;
            list-style-type: none;
            color: #ffffff;
            text-decoration: none;
        }

            .hub-groups > li > a:hover, .hub-groups > li > a:focus, ul.header-user > li > a:hover {
                background-color: #818285;
                text-decoration: none;
                text-transform: uppercase;
            }

.header-user {
    -moz-box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #ffffff;
}

ul.header-user {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    color: #ffffff;
}

    ul.header-user a {
        color: #ffffff;
    }

    ul.header-user > li {
        display: inline-block;
        list-style-type: none;
        max-width: 250px;
        color: #ffffff;
    }

.header-tab {
    -moz-box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 38px;
}

.top-level-menu.menu-bar {
    color: #FFFFFF;
}

    .top-level-menu.menu-bar > .menu-item {
        border: medium none;
        display: inline-block;
        margin: 2px 0;
        max-width: 180px;
        min-height: 17px;
    }

    .top-level-menu.menu-bar.navigation-context > .menu-item {
        max-width: 250px;
    }

    .top-level-menu.menu-bar > .menu-item:hover {
        background-color: #818285;
    }

    .top-level-menu.menu-bar > .menu-item.disabled {
        color: #6D6D6D;
    }

.Oi .top-level-menu.menu-bar > .menu-item.disabled {
    color: #FFFFFF;
}

.top-level-menu.menu-bar > .menu-item.selected {
    font-weight: bold;
}

    .top-level-menu.menu-bar > .menu-item.selected.hover {
    }

.top-level-menu.menu-bar > .menu-item > .drop {
    background: url("../../../images/icons/common-icons.png") no-repeat scroll -351px 50% transparent !important;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

.top-level-menu.menu-bar > .menu-item > .drop {
}

.top-level-menu.menu-bar > .menu-item > .text {
    max-width: 145px;
}

.top-level-menu.menu-bar.navigation-context .menu-item > .text {
    max-width: 215px;
}

.top-level-menu.menu-bar > .menu-item.hover > .text {
}

.top-level-menu.menu-bar > .menu-item > .separator {
    background-color: #CCCCCC;
    height: 1px;
    margin-left: 20px;
}

    .top-level-menu.menu-bar > .menu-item > .separator:hover {
        border: 0px;
    }

.top-level-menu .menu {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
}

    .top-level-menu .menu > .menu-item {
        border: 1px solid transparent;
        font-weight: normal;
        margin: 0 1px;
        padding: 3px 2px;
        color: #000000;
    }

        .top-level-menu .menu > .menu-item a {
            color: #000000;
            text-decoration: none;
        }

        .top-level-menu .menu > .menu-item.hover {
            background-color: #BF748D !important;
            border: 1px solid #818285;
            cursor: pointer;
        }

        .top-level-menu .menu > .menu-item.disabled {
            color: #CCCCCC;
        }

        .top-level-menu .menu > .menu-item > .text {
            font-size: 120%;
            margin-left: 10px;
            margin-right: 4px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .top-level-menu .menu > .menu-item > .drop {
            background: url("../../../images/icons/common-icons.png") no-repeat scroll -351px 50% transparent !important;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 10px;
        }

        .top-level-menu .menu > .menu-item > .text-separator {
            color: #6D6D6D;
            font-size: 120%;
            font-weight: bold;
            height: 1.3em;
            margin: 5px 0 0;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
        }

        .top-level-menu .menu > .menu-item:first-child > .text-separator {
            margin: 0;
        }

        .top-level-menu .menu > .menu-item > .separator {
            background-color: #E6E6E6;
            height: 1px;
        }

.top-level-menu .menu {
    color: #000000;
}

.menu-bar, .menu-popup, .menu-popup-static {
    position: relative;
}

.menu, .menu-bar, .menu-popup, .menu-popup-static {
    -moz-box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-menu {
    overflow: hidden;
}

.menu {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 3px 3px 3px rgba(160, 160, 160, 0.5);
    max-width: 300px;
    min-width: 150px;
}

    .menu > .menu-item {
        -moz-user-select: -moz-none;
        margin-right: 4px;
        padding: 5px 0;
    }

        .menu > .menu-item:hover {
            background-color: #BF748D !important;
        }

        .menu > .menu-item.disabled {
            color: #6D6D6D;
            cursor: default;
        }

            .menu > .menu-item.disabled .icon, .menu-bar > .menu-item.disabled .icon {
                opacity: 0.5;
            }

        .menu > .menu-item > .drop {
            background: url("../../../images/icons/common-icons.png") no-repeat scroll -497px 50% transparent !important;
            height: 16px;
            overflow: hidden;
            position: absolute;
            right: 0;
            vertical-align: middle;
            width: 16px;
        }

        .menu > .menu-item > .separator {
            background-color: #CCCCCC;
            height: 1px;
        }

        .menu > .menu-item.people {
            height: 38px;
        }

            .menu > .menu-item.people > span.text {
                padding-left: 20px;
            }

            .menu > .menu-item.people > span.icon {
                height: 32px;
                width: 32px;
            }

.menu-item {
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.menu-bar .menu, .menu-popup .menu, .menu-popup-static .menu {
    left: -50000px;
    position: fixed;
    top: -50000px;
    z-index: 2000;
}

.menu-popup {
    height: 0;
    width: 0;
}

.menu-item {
    white-space: nowrap;
}

    .menu-item .icon {
        height: 16px;
        margin: 0 6px 0 4px;
        width: 16px;
    }

    .menu-item .text {
        overflow: hidden;
        padding-right: 3px;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
    }

.menu-popup > .menu-item.drop-visible .text {
    padding-right: 23px;
}

.menu-item.invisible {
    display: none !important;
}

.menu.invisible {
    display: none !important;
}

.menu-item .text-separator {
    color: #6D6D6D;
    font-weight: bold;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.menu-bar {
    -moz-user-select: -moz-none;
    padding: 1px;
}

    .menu-bar > .menu-item {
        -moz-user-select: -moz-none;
        display: inline-block;
        margin: 0;
        max-width: 250px;
        padding: 3px 6px;
    }

    .menu-bar > .menu-item {
    }

        .menu-bar > .menu-item:hover > span {
            text-decoration: underline;
        }

        .menu-bar > .menu-item:hover.icon-only {
            outline: 1px solid #B8D6FB;
        }

        .menu-bar > .menu-item.focus {
            outline: 1px solid #B8D6FB;
        }

        .menu-bar > .menu-item.disabled {
            color: #AAAAAA;
            cursor: default;
        }

        .menu-bar > .menu-item > .icon {
            margin-right: 2px;
        }

        .menu-bar > .menu-item > .drop {
            background: url("../../../images/icons/common-icons.png") no-repeat scroll -497px 50% transparent !important;
            display: inline-block;
            height: 16px;
            overflow: hidden;
            position: relative;
            vertical-align: middle;
            width: 16px;
        }

        .menu-bar > .menu-item > .separator {
            background-color: #CCCCCC;
            height: 1em;
            width: 1px;
        }

.menu-focus-container {
    overflow: hidden;
    position: absolute;
    top: -5px;
}

.menu-focus-receiver {
    height: 6px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    width: 1px;
}

.menu.sub-menu > .menu-item {
    border: 1px solid transparent;
    margin: 1px;
    padding: 0.3em;
}

    .menu.sub-menu > .menu-item:hover {
        background-color: #BF748D !important;
        border: 1px solid #818285;
    }

.user-info {
    height: 70px;
    position: relative;
}

    .user-info img.identity-picture {
        height: 64px;
        position: absolute;
        width: 64px;
    }

    .user-info .display-name {
        display: block;
        margin-left: 70px;
    }

    .user-info .email {
        display: block;
        margin-left: 70px;
        text-transform: lowercase;
        color: #818285;
    }

.identity-picture {
    border: 1px solid #808080;
    height: 48px;
    width: 48px;
}

.icon-gear {
    background: url("../../../images/icons/Settings.png");
    display: inline-block;
    height: 18px;
    overflow: hidden;
    vertical-align: middle;
    width: 18px;
}

#loadingDiv {
    float: left;
    background-color: #FFFFFF;
    left: 0px;
    top: 0px;
    margin: 0px;
    display: block;
    height: 100%;
    width: 100%;
    /*for ie6*/
    width: expression(this.offsetParent.offsetWidth);
    height: expression(this.offsetParent.offsetHeight);
    z-index: 1000;
    position: absolute;
    overflow: hidden;
}

    #loadingDiv div {
        position: absolute;
        top: 2%;
        left: 2%;
        width: 5em;
        height: 2em;
        color: #B0013A;
        font-weight: bold;
    }

header,
footer,
nav,
section {
    display: block;
}

.login-header-section {
    -moz-box-sizing: border-box;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 16px;
    padding-right: 10px;
    width: 900px;
}

.login-image {
    margin-top: 10px;
    width: 400px;
}

.login-nav {
    width: 200px;
    margin-top: 20px;
}

    .login-nav > li {
        display: inline-block;
        list-style-type: none;
        max-width: 250px;
    }
/*login section*/

.login-content-section {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    text-align: left;
    width: 1000px;
    margin-top: 0px;
}

    .login-content-section .signIn {
        position: absolute;
        bottom: 100px;
        margin-left: 3px;
        width: 105px;
    }

    .login-content-section .reset-password {
        float: right;
        margin-top: 20px;
        position: relative;
        margin-right: 70px;
    }

    .login-content-section .nav-password {
        bottom: 50px;
        position: absolute;
        right: 182px;
    }

    .login-content-section .nav-passwordCreate {
        bottom: 25px;
        position: absolute;
        margin-left: 3px;
        width: 350px;
    }

    .login-content-section .logout-button {
        float: left;
        margin-left: 5px;
        margin-top: 160px;
        vertical-align: middle;
    }

    .login-content-section .logout-pin {
        float: left;
        margin-left: 5px;
        margin-top: 90px;
        vertical-align: middle;
    }

    .login-content-section .back-button {
        bottom: 50px;
        position: absolute;
        margin-left: 3px;
        vertical-align: middle;
    }

    .login-content-section .pinDetails {
        margin-top: 30px;
        margin-left: 50px;
    }

        .login-content-section .pinDetails .label {
            width: 350px;
        }

    .login-content-section .selfcareLogin {
        float: left;
        margin-left: 3px;
        margin-top: 20px;
    }

        .login-content-section .selfcareLogin .label {
            float: none;
            margin-left: 5px;
            width: 50px;
        }

    .login-content-section .loginDetails {
        margin-top: 30px;
        margin-left: 50px;
    }

    .login-content-section .label {
        float: left;
        margin-left: 5px;
        margin-top: 10px;
        margin-right: 5px;
        width: 350px;
        color: #ffffff;
    }

    .login-content-section .errorLabel {
        float: left;
        margin-left: 5px;
        margin-top: 20px;
        width: 300px;
        color: red;
    }

    .login-content-section .textBox {
        float: left;
        margin-top: 20px;
        width: 350px;
    }

    .login-content-section .login-button {
        float: right;
        margin-right: 36px;
        margin-top: 20px;
        outline: none;
    }

    .login-content-section .login-alternative-container {
        display:inline-block;
        border-top: 1px solid #b6b6b6;
        margin-top: 20px;
        margin-left: 50px;
    }

    .login-content-section .login-alternative-container .login-alternative-or {
        --height: 25px;
        --width: 40px;
        background-color: #525252;
        border: 1px solid #b6b6b6;
        border-radius: 15%;
        line-height: 1.9em;
        font-size: small;
        color: #ffffff;
        height: var(--height);
        left: calc(50% - var(--width)/2);
        position: relative;
        text-align: center;
        text-transform: uppercase;
        top: calc(var(--height)*-1/2);
        width: var(--width);
    }

    .login-content-section .login-alternative-container .login-alternative-SSO {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        width: 350px;
        color: #ffffff;
    }

.button {
    background-color: #818285;
    color: #ffffff;
    border: 0 none;
    outline: none;
    height: 2em;
    min-width: 6em;
    padding: 3px 12px 5px;
    font-size: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    font-family: "Segoe UI";
    font-weight: bold;
}

    .button:hover {
        background-color: #818285;
        color: #ffffff;
    }

.linkButton {
    font-family: "Segoe UI";
    font-weight: bold;
    color: #818285;
    text-decoration: none;
}

.pinTable {
    margin: 10px 10px 0px 5px;
    display: inline;
    float: left;
    position: relative;
}

    .pinTable td {
        width: 80px;
    }

    .pinTable .label {
        float: none;
        margin-left: 0px;
        width: 50px;
    }

.login-footer-section {
    -moz-box-sizing: border-box;
    color: #999999;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 1000px;
}

    .login-footer-section .copyright {
        clear: both;
        float: left;
        margin-top: 4px;
        width: 430px;
    }

    .login-footer-section .version {
        margin-right: 10px;
        text-align: right;
    }

.left-container {
    float: left;
    text-align: left;
    width: 500px;
    height: 500px;
    border: none;
}

.left-top-right {
    color: #b1c2d7;
    float: left;
    font-size: 72px;
    height: 240px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
    width: 240px;
}

.left-top-left {
    width: 490px;
    height: 240px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #ffffff;
    float: left;
    font-size: 72px;
    background: none repeat scroll 0 0 #B0013A;
}

    .left-top-left .label {
        margin-left: 12px;
        margin-top: 60px;
    }

.left-middle {
    float: left;
    height: 40px;
    margin-left: 0px;
    margin-top: 10px;
    width: 440px;
}

.left-bottom-left {
    color: #b1c2d7;
    float: left;
    font-size: 72px;
    height: 240px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 490px;
}

.left-bottom-right {
    width: 240px;
    height: 240px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    background: none repeat scroll 0 0 #B0013A;
}

.right-container {
    float: left;
    text-align: left;
    width: 490px;
    height: 490px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 0px;
    border: none;
    background: #525252;
}

.error {
    border-color: red;
    border-style: solid;
    border-width: 1px;
}

.summaryLabel {
    color: #000000;
    left: 50px;
    position: absolute;
    top: 90px;
    width: 900px;
}

.summaryLabel2 {
    color: #000000;
    float: left;
    clear: both;
    width: 900px;
}

.dateSelection {
    float: left;
    clear: both;
}

.filterSection {
    clear: both;
    float: left;
    margin-top: 20px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #5AAE40;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    /*text-shadow: 1px 1px 2px #111;*/
}

#main {
    padding: 30px 30px 30px 30px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

/* TABLE
----------------------------------------------------------*/

.ReportTableDiv {
    padding-top: 10px;
    float: left;
    clear: both;
}

.ReportImageButton {
    padding-top: 10px;
    vertical-align: bottom;
}

#custReportDatesDiv {
    padding-top: 10px;
    padding-bottom: 10px;
}

.reports .label {
    width: 50px;
    padding: 0px 0px 0px 0px;
    clear: none;
}

.reports .textBox {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 2px;
    width: 239px;
}

.reports .textBoxDate {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 2px;
    width: 170px;
}

.enterDetailsBox > table > tbody > tr > td:nth-child(2) > select{
    width: 375px;
    height: 22px;
}

.reports .dropBox {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 2px;
    width: 180px;
}

.reports .validation {
    margin-bottom: 0;
    margin-left: -970px;
    margin-top: 40px;
    position: absolute;
    width: 200px;
}

.enterDetailsBox > table > tbody > tr > td {
    padding-top: 10px;
}

.enterDetailsBox > table > tbody > tr > td > span{
    padding-left: 2px;
    margin-left: 3px;
}

.enterDetailsBox > table > tbody > tr > td:nth-child(2) > input[type=text] {
    width: 375px;
    height: 22px;
    padding: 0px;
}

/* Forms */
.errorlabel {
    float: left;
    font-weight: bold;
    padding: 3px 0px 0px 0px;
    color: red;
}

.label, .label2, .label3, .label4 {
    float: left;
    display: inline;
    padding: 3px 0px 0px 0px;
    font-weight: bold;
    width: 90px;
}

.label_standard {
    float: left;
    display: inline;
    padding: 3px 0px 0px 0px;
    width: 90px;
}

.textBox {
    float: left;
    display: inline;
    height: 22px;
    padding: 0px 3px;
    font-size: 12px;
    border: 0.25px solid #b6b4b1;
    margin-left: 5px;
}

.dropBox {
    float: left;
    display: inline;
    height: 22px;
    padding: 0px 1px;
    font-size: 12px;
    border: 0.25px solid #b6b4b1;
    margin-left: 5px;
}

.valText {
    width: 8px;
    padding: 0px 0px 0px 2px;
    color: Red;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#reports {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 974px;
    border: 1px solid #979696;
}

#reportDetails {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 974px;
    border: 1px solid #979696;
}

    #reportDetails td {
        text-align: left;
        padding-left: 5px;
    }

        #reportDetails td.summarylabel {
            width: 200px;
            font-weight: bold;
        }

        #reportDetails td.inputlabel {
            width: 412px;
            font-weight: bold;
        }

    #reportDetails table {
        width: 934px;
        margin: 0px 0px 15px 0px;
        border: 1px solid #979696;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
    }

    #reportDetails th {
        background-color: #B0013A;
        color: #FFFFFF;
        border: 1px solid #979696;
        text-align: left;
        padding-left: 5px;
    }

    #reportDetails .footer {
        text-align: left;
        padding-left: 5px;
        font-weight: bold;
        border: 1px solid #979696;
        background-color: #B0013A;
        color: #FFFFFF;
    }

#oReportCell table table tr:nth-child(n+3) {
    -ms-word-break: break-all;
    word-break: break-all;
}



#details {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 974px;
    border: 1px solid #979696;
}

    #details .itemCheckResultsTable {
        width: 934px;
        margin: 0px 0px 15px 0px;
        border: 1px solid #979696;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
    }

        #details .itemCheckResultsTable td {
            border-right: 1px solid #C5C4C4;
            border-bottom: 1px solid #C5C4C4;
            font-size: 11px;
            font-weight: normal;
            text-align: center;
        }

            #details .itemCheckResultsTable td a {
                font-size: 10px;
                color: #5AAE40;
            }

            #details .itemCheckResultsTable td span {
                font-size: 12px;
            }

            #details .itemCheckResultsTable td.center {
                text-align: center;
                vertical-align: middle;
            }

            #details .itemCheckResultsTable td.startResult {
                font-weight: bold;
                width: 158px;
                padding: 2px 5px;
            }

            #details .itemCheckResultsTable td.midResult {
                padding: 10px;
            }

            #details .itemCheckResultsTable td.details {
            }

            #details .itemCheckResultsTable td.detailsFail {
                background: #F2B0B0;
            }

            #details .itemCheckResultsTable td.detailsWarning {
                background: #F8E79D;
            }

            #details .itemCheckResultsTable td.detailsPass {
                background: #ADD69A;
            }

            #details .itemCheckResultsTable td.details table {
                margin: 0px;
                border: 0px;
                border-collapse: collapse;
                text-align: left;
                font-size: 12px;
            }

            #details .itemCheckResultsTable td.details td {
                padding: 2px 5px;
                text-align: left;
            }

            #details .itemCheckResultsTable td.details a {
                color: #000000;
            }

            #details .itemCheckResultsTable td.details .startDetails {
                width: 150px !important
            }

            #details .itemCheckResultsTable td.detailsFail .startDetails {
                background: #F2B0B0;
            }

            #details .itemCheckResultsTable td.details .midDetails {
                width: 1px;
                text-align: left;
                word-break: normal;
            }

            #details .itemCheckResultsTable td.details .endDetails {
                text-align: left;
            }

            #details .itemCheckResultsTable td.details .detailsTop {
                background: #FFFFFF;
                color: #C52727;
                font-size: 14px;
                font-weight: bold;
                text-align: left;
            }

    #details table {
        width: 934px;
        margin: 0px 0px 15px 0px;
        border: 1px solid #979696;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
    }

    #details tr {
    }

    #details th {
        border: 1px solid #C5C4C4;
        background: #EDEDED;
        color: #383838;
    }

        #details th span {
            margin: 0px 10px 0px 0px;
            color: #5AAE40;
        }

        #details th.startCol {
            width: 158px;
        }

        #details th.midCol {
            width: 140px;
        }

        #details th.endCol {
            width: 90px;
        }

    #details td {
        text-align: left;
        word-break: break-word;
    }

        #details td.summarylabel {
            width: 200px;
            font-weight: bold;
        }

        #details td.inputlabel {
            width: 412px;
            font-weight: bold;
        }

        #details td.info {
            width: 522px;
        }

        #details td.labels {
            word-break: normal;
        }

    #details .back1ColFail {
        background: #F2B0B0;
    }

    #details .backFail {
        background: #F7D5D5;
    }

    #details .back1ColWarning {
        background: #F8E79D;
    }

    #details .backWarning {
        background: #FAF1C7;
    }

    #details .back1ColPass {
        background: #ADD69A;
    }

    #details .backPass {
        background: #D1F1C3;
    }

    #details .back1ColComment {
        background: #FFFFFF;
    }

    #details .backComment {
        background: #FFFFFF;
    }
/*Results*/
#result1Expand, #result6Expand, #1result3Expand, #result18Expand {
    cursor: pointer;
}

#result1, #result6, #result3, #result18 {
    display: none;
}

#result13Expand, #result33Expand, #result4Expand, #result7Expand {
    cursor: pointer;
}

#result13, #result33, #result4, #result7 {
    display: none
}

#result10Expand, #result14Expand, #result19Expand, #result20Expand {
    cursor: pointer;
}

#result10, #result14, #result19, #result20 {
    display: none
}

#result23Expand, #result53Expand, #result54Expand, #result55Expand {
    cursor: pointer;
}

#result23, #result53, #result54, #result55 {
    display: none
}

#result56Expand, #result58Expand, #result60Expand, #result83Expand {
    cursor: pointer;
}

#result56, #result58, #result60, #result83 {
    display: none
}

#result87Expand, #result108Expand, #result109Expand, #result111Expand {
    cursor: pointer;
}

#result87, #result108, #result109, #result111 {
    display: none
}

#result112Expand, #result130Expand, #result131Expand, #result132Expand {
    cursor: pointer;
}

#result112, #result130, #result131, #result132 {
    display: none
}

#result113Expand, #result134Expand, #result135Expand, #result136Expand {
    cursor: pointer;
}

#result113, #result134, #result135, #result136 {
    display: none
}

#result139Expand, #result140Expand, #result145Expand, #result9897Expand {
    cursor: pointer;
}

#result139, #result140, #result145, #result9897 {
    display: none
}

#result244Expand, #result243Expand, #result242Expand, #result241Expand {
    cursor: pointer;
}

#result244, #result243, #result242, #result241 {
    display: none
}

#result201Expand, #result202Expand, #result203Expand, #result204Expand, #result228Expand {
    cursor: pointer;
}

#result201, #result202, #result203, #result204, #result228 {
    display: none
}

#result250Expand, #result238Expand {
    cursor: pointer;
}

#result250, #result238 {
    display: none
}

#result216Expand, #result217Expand, #result219Expand {
    cursor: pointer;
}

#result216, #result217, #result219 {
    display: none
}

#result220Expand, #result221Expand, #result223Expand {
    cursor: pointer;
}

#result220, #result221, #result223 {
    display: none
}

#result218Expand, #result222Expand {
    cursor: pointer;
}

#result218, #result222 {
    display: none
}

#result224Expand, #result225Expand, #result226Expand {
    cursor: pointer;
}

#result224, #result225, #result226 {
    display: none
}

#result213Expand, #result214Expand, #result215Expand, #result246Expand, #result237Expand, #result251Expand {
    cursor: pointer;
}

#result213, #result214, #result215, #result246, #result237, #result251 {
    display: none
}

#result252Expand, #result253Expand, #result254Expand, #result249Expand, #result233Expand {
    cursor: pointer;
}

#result252, #result253, #result254, #result249, #result133 {
    display: none;
}


.strength-indicator {
    width: 200px;
    height: 120px;
    position: absolute;
    left: 400px;
    top: 2px;
    border-left: solid 2px gray;
    padding: 8px 8px 8px 16px;
    margin-left: 4px;
}

.strength-indicator {
    line-height: 18px;
}

.meter {
    display: block;
    width: 160px;
    height: 14px;
    background-color: Gray;
    background: #424042; /* Old browsers */
    background: -moz-linear-gradient(left, #424042 0%, #f2f2f2 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#424042), color-stop(99%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424042', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left, #424042 0%,#f2f2f2 99%); /* W3C */
    font-size: 12px;
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 15px;
}

.strong {
    background-color: Green;
    background: #ffff00; /* Old browsers */
    background: -moz-linear-gradient(left, #ffff00 0%, #218400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#218400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffff00 0%,#218400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffff00 0%,#218400 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, #ffff00 0%,#218400 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#218400',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left, #ffff00 0%,#218400 100%); /* W3C */
}

.medium {
    background-color: orange;
    background: #ffff00; /* Old browsers */
    background: -moz-linear-gradient(left, #ffff00 0%, #f98900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#f98900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffff00 0%,#f98900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffff00 0%,#f98900 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, #ffff00 0%,#f98900 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#f98900',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left, #ffff00 0%,#f98900 100%); /* W3C */
}

.weak {
    background-color: yellow;
    background: #ffff00; /* Old browsers */
    background: -moz-linear-gradient(left, #ffff00 0%, #fc1d00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#fc1d00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fc1d00',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* W3C */
}

.no-match {
    color: #FF7B78 !important;
}

.password-container {
    padding: 4px;
    position: relative;
}

h1 {
    padding: 0px, 0px, 0px, 0px;
    font-size: 14pt;
    font-weight: normal;
}

h2 {
    font-size: 12pt;
    font-weight: normal;
}

h3 {
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

h4 {
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
}

h5 {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    margin: 3px 0 0 0;
}

.inputTextboxLarge {
    width: 500px;
}

.inputTextbox {
    width: 320px;
}

.orgsBorder {
    background-color: #979696;
    width: 0.5px;
    vertical-align: top;
}

.orgsLeftSection {
    width: 275px;
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

.orgsRightSection {
    vertical-align: top;
    padding-left: 10px;
}

.orgPolicyField {
    width: 175px;
    padding: 10px 10px 0px 0px;
    float: left;
    text-align: left;
}

.orgPolicyFieldSmall {
    width: 55px;
    padding: 10px 15px 0px 0px;
    float: left;
    text-align: right;
}

.DarkTone {
    background-color: #B0013A;
    color: #ffffff;
}

    .DarkTone a {
        color: #ffffff;
        text-decoration: none;
    }

.LightTone {
    background-color: #818285;
    color: #ffffff;
}

    .LightTone a {
        color: #ffffff;
        text-decoration: none;
    }

.DisabledTone {
    background-color: #979696;
    color: #ffffff;
}

    .DisabledTone a {
        color: #ffffff;
    }

.OrangeTone {
    background-color: #f78e1e;
    color: #ffffff;
}

    .OrangeTone a {
        color: #ffffff;
        text-decoration: none;
    }

.AquaTone {
    background-color: #35bdb2;
    color: #ffffff;
}

    .AquaTone a {
        color: #ffffff;
        text-decoration: none;
    }

.PurpleTone {
    background-color: #524e86;
    color: #ffffff;
}

    .PurpleTone a {
        color: #ffffff;
        text-decoration: none;
    }

.BlueTone {
    background-color: #009ddc;
    color: #ffffff;
}

    .BlueTone a {
        color: #ffffff;
        text-decoration: none;
    }

.GreenTone {
    background-color: #a0cf67;
    color: #ffffff;
}

    .GreenTone a {
        color: #ffffff;
        text-decoration: none;
    }

.CaseTone {
    background-color: #514E86;
    color: #ffffff;
}

    .CaseTone a {
        color: #ffffff;
        text-decoration: none;
    }


.TileText {
    vertical-align: middle;
    font-family: 'Segoe UI';
    font-size: 18px;
    text-align: center;
}

.TileIcon_BottomLeft {
    vertical-align: bottom;
    float: none;
    text-align: left;
}

.TileIcon_TopRight {
    vertical-align: top;
    text-align: right;
    float: none;
}

.TileIcon_TopLeft {
    vertical-align: bottom;
    text-align: left;
    float: none;
    width: 45%;
    overflow: hidden;
}

.TileIcon_BottomRight {
    vertical-align: bottom;
    text-align: right;
    float: none;
}

.valText {
    color: Red;
    display: inline;
    float: right;
    margin-right: 27px;
    width: 8px;
}

.searchBox {
    background-image: url("../../../images/icons/SearchBack.png");
    background-position: right;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* remove the list style */
#userDetails {
    margin: 0;
    padding: 0;
    list-style: none;
}

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #userDetails li {
        float: left;
        display: block;
        width: 100px;
        background: #818285;
        position: relative;
        z-index: 500;
        margin: 0 40px 0 0;
    }

        /* this is the parent menu */
        #userDetails li a {
            display: block;
            padding: 0px 5px 0 5px;
            font-weight: 700;
            height: 23px;
            text-decoration: none;
            text-align: center;
            color: #FFFFFF;
        }

            #userDetails li a:hover {
                color: #fff;
            }

    /* submenu, it's hidden by default */
    #userDetails ul {
        position: absolute;
        left: 0;
        width: 200px;
        display: none;
        height: 96px;
        margin: 0 0 0 -1px;
        padding: 0;
        list-style: none;
    }

        #userDetails ul li {
            width: 200px;
            float: left;
            border-top: 1px solid #fff;
        }

.drop {
    background-image: url("../../../images/icons/ArrowDown16.png");
    display: inline-block;
    height: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

/* display block will make the link fill the whole area of LI */
#userDetails ul a {
    display: block;
    height: 15px;
    padding: 8px 5px;
    color: #666;
}

    #userDetails ul a:hover {
        text-decoration: underline;
        background-color: #818285;
    }

.passwordDialog {
    margin: 10px 10px 10px 10px;
    color: red;
}

.pinDialog {
    margin: 10px 10px 10px 10px;
}

    .pinDialog .label {
        float: none;
        margin: 10px 0px 0px 0px;
    }

.dialogButton {
    float: right;
}

.passwordStrength {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
    position: relative;
}

.switch_on {
    background-image: url("../../../images/icons/switch_on.png");
    width: 48px;
    height: 20px;
    background-repeat: no-repeat;
}

.switch_off {
    background-image: url("../../../images/icons/switch_off.png");
    width: 48px;
    height: 20px;
    background-repeat: no-repeat;
}

.no_display {
    display: none;
}

.slider_label {
    display: block;
    width: 48px;
    height: 20px;
}

.addDialog {
}

.label {
    clear: left;
    display: inline;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 5px;
    width: 300px;
}

.label2 {
    clear: left;
    display: inline;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 0px;
    margin-top: 20px;
    width: 210px;
    text-align: left;
    padding: 0;
}

.label3 {
    clear: left;
    display: inline;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 20px;
    width: 300px;
    padding: 0;
}

.text {
    display: inline;
    float: left;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 10px;
    width: 300px;
    clear: left;
}

.buttonNext {
    position: absolute;
    right: 10px;
    top: 418px;
}

.buttonPrevious {
    position: absolute;
    left: 10px;
    top: 418px;
}

.nextLabel {
    position: absolute;
    top: 425px;
    right: 50px;
}

.previousLabel {
    left: 50px;
    position: absolute;
    top: 425px;
}

.line {
    color: #818285;
    left: -10px;
    position: absolute;
    top: 400px;
    width: 460px;
}

.buttonDone {
    position: absolute;
    right: -415px;
    top: 418px;
}

.pin {
    display: inline;
    float: left;
    margin-bottom: 0;
    margin-left: 48px;
    margin-right: 0;
    margin-top: 5px;
    clear: left;
}

.val {
    float: right;
    background: #efdca9;
    color: #525252;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.toggle {
    float: left;
    display: inline;
    margin-left: 50px;
    margin-top: 50px;
    clear: left;
}

.toggleLabel {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 50px;
}

.accountPrevious {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.accountNext {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
}

.accountJWT {
    display: inline-flex !important;
    align-items: center;
    height: 50px !important;
    width: 50px !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.2rem;
    color: white !important;
    text-align: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 11 12" id="VPNKey" style="font-size:%201.5rem;color:%20rgb(97,101,108);"%3E%3Cmask id="vpn_key_svg__a" fill="%23fff"%3E%3Cpath fill-rule="evenodd" d="M5.3 7.031a2.75 2.75 0 1 1 0-2.062H11V7.03H9.625v1.375H7.563V7.031zM3.361 6A.611.611 0 1 1 2.14 6 .611.611 0 0 1 3.36 6" clip-rule="evenodd"%3E%3C/path%3E%3C/mask%3E%3Cpath fill="white" d="M5.3 7.031v-.5h-.337l-.126.313zm0-2.062-.463.187.126.313H5.3zm5.7 0h.5v-.5H11zm0 2.062v.5h.5v-.5zm-1.375 0v-.5h-.5v.5zm0 1.375v.5h.5v-.5zm-2.062 0h-.5v.5h.5zm0-1.375h.5v-.5h-.5zM2.75 9.25a3.25 3.25 0 0 0 3.014-2.031l-.927-.375A2.25 2.25 0 0 1 2.75 8.25zM-.5 6a3.25 3.25 0 0 0 3.25 3.25v-1A2.25 2.25 0 0 1 .5 6zm3.25-3.25A3.25 3.25 0 0 0-.5 6h1a2.25 2.25 0 0 1 2.25-2.25zm3.014 2.031A3.25 3.25 0 0 0 2.75 2.75v1c.943 0 1.752.58 2.087 1.406zM11 4.47H5.3v1H11zm.5 2.562V4.97h-1V7.03zm-1.875.5H11v-1H9.625zm.5.875V7.031h-1v1.375zm-2.562.5h2.062v-1H7.563zm-.5-1.875v1.375h1V7.031zm-1.763.5h2.263v-1H5.3zm-2.55-.42c.614 0 1.111-.497 1.111-1.111h-1c0 .061-.05.111-.111.111zM1.639 6c0 .614.497 1.111 1.111 1.111v-1A.11.11 0 0 1 2.639 6zM2.75 4.889c-.614 0-1.111.497-1.111 1.111h1c0-.061.05-.111.111-.111zM3.861 6c0-.614-.497-1.111-1.111-1.111v1c.061 0 .111.05.111.111z" mask="url(%23vpn_key_svg__a)"%3E%3C/path%3E%3C/svg%3E');
    justify-content: center;
}

    .accountJWT::after {
        vertical-align: middle;
        content: ' JWT';
        margin-left: 1.2em;
        display: flex;
        align-items: center;
        font-size: 1em;
    }

.accountID3APIUser {
    display: inline-flex !important;
    align-items: center;
    height: 50px !important;
    width: 50px !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.2rem;
    color: white !important;
    text-align: center;
    background-image: url("../../../images/icons/System_White_32.png");
    justify-content: center;
}

    .accountID3APIUser::after {
        vertical-align: middle;
        content: ' ID3';
        margin-left: 1.2em;
        display: flex;
        align-items: center;
        font-size: 1em;
    }

.organisationPrevious {
    float: left;
}

.organisationNext {
    float: right;
}
.organisationSSO {
    display: inline-flex !important;
    align-items: center;
    height: 50px !important;
    width: 50px !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.2rem;
    color: white !important;
    text-align: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 11 12" id="VPNKey" style="font-size:%201.5rem;color:%20rgb(97,101,108);"%3E%3Cmask id="vpn_key_svg__a" fill="%23fff"%3E%3Cpath fill-rule="evenodd" d="M5.3 7.031a2.75 2.75 0 1 1 0-2.062H11V7.03H9.625v1.375H7.563V7.031zM3.361 6A.611.611 0 1 1 2.14 6 .611.611 0 0 1 3.36 6" clip-rule="evenodd"%3E%3C/path%3E%3C/mask%3E%3Cpath fill="white" d="M5.3 7.031v-.5h-.337l-.126.313zm0-2.062-.463.187.126.313H5.3zm5.7 0h.5v-.5H11zm0 2.062v.5h.5v-.5zm-1.375 0v-.5h-.5v.5zm0 1.375v.5h.5v-.5zm-2.062 0h-.5v.5h.5zm0-1.375h.5v-.5h-.5zM2.75 9.25a3.25 3.25 0 0 0 3.014-2.031l-.927-.375A2.25 2.25 0 0 1 2.75 8.25zM-.5 6a3.25 3.25 0 0 0 3.25 3.25v-1A2.25 2.25 0 0 1 .5 6zm3.25-3.25A3.25 3.25 0 0 0-.5 6h1a2.25 2.25 0 0 1 2.25-2.25zm3.014 2.031A3.25 3.25 0 0 0 2.75 2.75v1c.943 0 1.752.58 2.087 1.406zM11 4.47H5.3v1H11zm.5 2.562V4.97h-1V7.03zm-1.875.5H11v-1H9.625zm.5.875V7.031h-1v1.375zm-2.562.5h2.062v-1H7.563zm-.5-1.875v1.375h1V7.031zm-1.763.5h2.263v-1H5.3zm-2.55-.42c.614 0 1.111-.497 1.111-1.111h-1c0 .061-.05.111-.111.111zM1.639 6c0 .614.497 1.111 1.111 1.111v-1A.11.11 0 0 1 2.639 6zM2.75 4.889c-.614 0-1.111.497-1.111 1.111h1c0-.061.05-.111.111-.111zM3.861 6c0-.614-.497-1.111-1.111-1.111v1c.061 0 .111.05.111.111z" mask="url(%23vpn_key_svg__a)"%3E%3C/path%3E%3C/svg%3E');
    justify-content: center;
}
    .organisationSSO::after {
        vertical-align: middle;
        content: ' SSO';
        margin-left: 1.2em;
        display: flex;
        align-items: center;
        font-size: 1em;
    }

    .accountLock a {
        color: #ffffff;
        text-decoration: none;
    }

.toggleRight {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.toggleLabelRight {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.pinText {
    float: left;
    width: 20px;
}

.accountNew {
    background-color: #818285;
    background-image: url("../../../images/icons/New_Black_24.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

    .accountNew a {
        color: #ffffff;
        text-decoration: none;
    }



/*licence page*/


.manageSupplierTab {
}

#manageSupplierTab .label {
    clear: left;
    display: inline;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px;
    width: 120px;
}

#manageSupplierTab .text {
    display: inline;
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px;
    width: 300px;
    clear: none;
}

#manageSupplierTab .update {
    clear: left;
    float: left;
    height: 20px;
    margin-left: 373px;
    margin-top: 15px;
    padding-top: 0;
}

#manageSupplierTab .switch_on {
    float: left;
    margin-top: 10px;
    margin-left: 8px;
}

#manageSupplierTab .switch_off {
    float: left;
    margin-top: 10px;
    margin-left: 8px;
}

#manageSupplierTab table {
    width: 665px;
    padding-right: 15px;
}

    #manageSupplierTab table td {
        background-color: #818285;
    }

    #manageSupplierTab table .label {
        width: 60px;
        clear: left;
        display: inline;
    }

    #manageSupplierTab table .text {
        width: 150px;
        clear: none;
        display: inline;
        float: left;
    }

    #manageSupplierTab table .edit {
        float: left;
        height: 20px;
        margin-top: 14px;
        padding-top: 0;
        /*width: 20px;*/
    }

    #manageSupplierTab table .name {
        width: 400px;
        font-weight: bold;
    }

    #manageSupplierTab table .show {
        clear: none;
        font-weight: bold;
        width: 100px;
        text-decoration: underline;
        cursor: pointer;
    }

.link {
    clear: left;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.activateShared {
    margin-left: 200px;
    margin-top: 75px;
    padding-bottom: 5px;
}

.activateNonShared {
    clear: none;
    cursor: pointer;
    margin-left: 584px;
    margin-top: -15px;
    padding-bottom: 5px;
}

.sharedBy {
    height: 70px;
    margin-left: 410px;
    margin-top: 30px;
    width: 200px;
}

.sharedByList {
    height: 114px;
    width: 200px;
}

.sharedBylabel {
    width: 200px;
}

.sharedOwnerLabel {
    clear: none;
    display: inline;
    float: left;
    margin-left: 5px;
    margin-top: 12px;
    width: 300px;
}

.testLabel {
    clear: none;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    width: 290px;
}

.supplierImages {
    clear: left;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.supplierImagesHigh {
    margin-left: 10px;
    clear: left;
    margin-top: 50px;
}

#EditProfileTabs .label {
    margin-left: 10px;
    width: 300px;
}

#EditProfileTabs .multiline {
    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 10px;
    width: 300px;
}
/* Gallery styles */

#gallery {
    /* CSS3 Box Shadow */
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    /* CSS3 Rounded Corners */
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid white;
    background: url(../../../images/panel_vert.jpg) repeat-y left center #ffffff;
    /* The width of the gallery */
    height: 400px;
    overflow-y: scroll;
    width: 1060px;
}

#menu {
    /* This is the container for the thumbnails */
    height: 400px;
    width: 100px;
}

#gallery ul {
    margin: 0px;
    padding: 0px;
}

#slides .menuItem li {
    /* Every thumbnail is a li element */
    width: 100px;
    display: inline-block;
    list-style: none;
    height: 100px;
    overflow: hidden;
    margin: 3px 0px 0 0;
}

#gallery li.inact:hover {
    /* The inactive state, highlighted on mouse over */
    background: url(../../../images/pic_bg.png) repeat;
}

#gallery li.act, li.act:hover {
    /* The active state of the thumb */
    background: #ffffff;
    margin-right: -1px;
    padding-right: 1px;
}

#gallery li.act, li.act:hover {
    /* The active state of the thumb */
    background: #ffffff;
}

    #gallery li.act a {
        cursor: default;
    }

#gallery .fbar {
    /* The left-most vertical bar, next to the first thumbnail */
    width: 100px;
    background: url(../../../images/divider_top.png) no-repeat top;
}

#gallery .menuA {
    display: block;
    height: 90px;
    width: 90px;
    padding-left: 10px;
    padding-top: 10px;
}

#gallery a img {
    border: none;
}

#slides {
    /* This is the slide area */
    height: 400px;
    /* jQuery changes the width later on to the sum of the widths of all the slides. */
    width: 920px;
    overflow: hidden;
}

.aslide {
    float: left;
    height: 400px;
    width: 920px;
    background: #ffffff;
}

#slides .menuItem li {
    /* Every thumbnail is a li element */
    width: 100px;
    display: inline-block;
    list-style: none;
    height: 100px;
    overflow: hidden;
    margin: 3px 0px 0 0;
}

/* ProfileEdit.aspx */

.DragHandleClass {
    width: 24px;
    height: 74px;
    background-image: url(../../../images/icons/Reorder.png);
    background-size: 24px 74px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #979696;
    cursor: move;
}

.CollapseDragHandle {
    width: 30px;
    height: 30px;
    background-image: url(../../../images/icons/Reorder_24.png);
    background-color: #979696;
    background-repeat: no-repeat;
    background-position: center;
    ;
    cursor: move;
}

.reorderListDemo li {
    list-style: none inside none;
    margin: 0px;
    border: 1px solid #ffffff;
}

.reorderListDemo ul {
    margin: 0;
    border: 0px;
    padding: 0px;
    background: #979696;
}

.accordion {
    width: 400px;
}

.accordionHeader {
    border: 1px solid #979696;
    color: white;
    background-color: #979696;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}

.accordionHeaderSelected {
    border: 1px solid #979696;
    color: white;
    background-color: #B0013A;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}

.accordionContent {
    background-color: #D3DEEF;
    border: 1px solid #979696;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align: right;
}

.verticalMiddleIcon {
    vertical-align: middle;
}

.itemsDropDown {
    margin-right: 5px;
    margin-left: 2px;
}

.collapsePanelHeader {
    background: #B0013A;
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    width: 100%;
}

.collapsePanelHeaderBreakpoint {
    background: #979696;
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    width: 100%;
}

.collapsePanelBody {
    background-color: #EEEEEE;
    border: 1px solid #979696;
    border-top: none;
    text-align: right;
    padding-top: 1px;
    padding-right: 5px;
}

.collapsePanelBody100 {
    background-color: #EEEEEE;
    border: 1px solid #979696;
    border-top: none;
    text-align: right;
    padding-top: 1px;
    padding-right: 5px;
    height: 100%;
}

.accordianPanelHeader {
    background: #979696;
    background-repeat: repeat-x;
    color: #FFFFFF;
    border-top: 1px solid #979696;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
    height: 30px;
    width: 100%;
}

.accordianPanelBody {
    border: 1px solid #979696;
    border-top: none;
    border-bottom: none;
    text-align: left;
}


/* Modal Popup */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 200;
}

.RectangleTileText {
    width: 200px;
    Overflow: hidden;
    text-overflow: ellipsis;
}

.DetailsLink {
    padding: 3px;
    text-decoration: underline;
    color: #0000FF !important;
}

.SanctionPopUp > span, .SanctionPopUp > img {
    clear: left;
    display: inline;
    float: left;
    width: 300px;
    margin-left: 50px;
}

.SanctionPopUp span {
    text-align: left;
}

.SanctionPopUp .label {
    font-weight: bold;
    text-align: left;
}

.hidden {
    display: none;
}

.newlogo {
    clear: both;
    height: 25px;
    position: absolute;
    top: 78px;
    right: 10px;
}

.main-image {
    width: 400px;
}

.statusTable {
    display: none;
}

.responseStatus {
    word-wrap: break-word;
    width: 350px;
}

.PDFHide {
    display: none;
}

#pdfPreview {
    height: 400px;
    width: 400px;
}

.PDFPreview {
    height: 270px;
    width: 350px;
    visibility: visible;
    display: inline;
    float: left;
}

/* fix for incorporating jquery-ui, jquery-ui.structure and jquery-ui.theme css*/
.ui-widget.ui-widget-content {
    border: 0px;
}

.ui-tabs .ui-tabs-panel {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.ui-state-focus > a, .ui-state-focus > span {
    outline-color: transparent;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    background-color: #B0013A;
}

#TierDialog li {
    list-style: none;
}

    #TierDialog li:before {
        content: "\2022\0020\0020";
    }

.DataRetentionPanel {
    background-color: #B0013A;
    color: white;
    width: 600px;
    padding: 10px;
    float: left;
}

.DataRetentionDetail {
    padding: 10px;
    float: left;
}

.linkDataRetentionPDF {
    color: white;
}

.btnResetDataRetention {
    font-size: 16px;
}

.SingleDataRetentionCheckBox {
    margin-left: 15px;
    margin-bottom: 5px;
}

.CHAAccountTypeTitle {
    text-align: left;
    font-weight: bold;
}

.overlay-hidden {
    opacity: 0.0;
    filter: alpha(opacity=0); /* IE8 and lower */
}

.preauth_tabpanel {
    float: left;
    display: inline;
    padding: 3px 0px 0px 0px;
    clear: left;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 0px;
    margin-top: 30px;
    padding: 0;
    position: relative;
    width: 450px;
    overflow: hidden;
}

.preauth_add {
    background-color: #818285 !important;
    height: 95% !important;
    margin: 1px;
    font-weight: bold;
}

    .preauth_add:hover {
        background-color: white !important;
        color: #818285;
        font-weight: bold;
    }

.preauth_settings_box {
    border: 1px;
    border-style: solid;
    border-color: lightgrey;
    padding: 8px;
    width: 365px;
}

.preauth_delete {
    width: 25px;
    height: 25px;
    right: 0;
    position: absolute;
    margin-top: -3px;
    margin-right: 35px;
    opacity: 0.8
}

.preauth_textbox {
    float: left;
    width: 375px;
    height: 22px;
    padding: 0px 3px;
    font-size: 12px;
    border: 1px solid lightgrey;
    margin-top: 4px;
}

.timespan_dropdown {
    margin-left: 2px;
    margin-right: 2px;
}

.preauth_radio input {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

.preauth_checkbox input {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

.summaryInfo {
    font-size: 10px !important;
}

.summary-header-bar {
    width: 400px;
    margin-right: 10px
}

.summary-header-float-left {
    text-align: left !important;
    float: left;
    margin-top: 5px;
}

.summary-header-float-right {
    float: right;
}

#SanctionsPanel > #Panel2 > div {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 44px;
}

#ContentPlaceHolder1_SanctionsPanel > #ContentPlaceHolder1_Panel2 > div {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 10px;
}

.DetailsLink-ui-Link {
    padding: 3px;
    text-decoration: underline;
    color: #0000FF !important;
}

.DetailsLink-ui-Link:hover {
    color: #F78E1E !important;
}

.ui-link-state-clicked {
    color: #790096 !important;
}

.boldTextReports {
    font-weight: bold;
    color:black;
}

.json-container {
    display: inline-block;
}

.json-pre {
    border: 1px solid #ddd;
    overflow: auto;
    text-align: left !important;
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}