﻿@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    page-break-inside: auto;
}

table tr {
	page-break-inside:avoid; 
	page-break-after:auto;
}


/*
*
*** Base ***
*
*/

/* Dynamically added hf-core-hpe.css overrides styles in IE even if it's placed before this CSS file in DOM. HFWS black magic? */
html body {
    font-size: 100%;
}

/* WAI controls*/
.my-wai-controls {
    padding: 0 18px;
    height: 0;
    color: #000;
    font-family: "HPSimplified", Arial, sans-serif;
    font-size: 0.75em;
    line-height: 23px;
}
.my-skip-link {
    position: absolute;
    left: -1000em;
    color: #000;
}

    .my-skip-link:visited {
        color: #000;
    }

    .my-skip-link:hover,
    .my-skip-link:focus {
        color: #000;
        text-decoration: underline;
    }


.my-hpe {
    width: 1000px;
    margin: 0 auto;
    font-family: "HPSimplified", Arial, sans-serif;
    font-size: 1em; /* 16px */
    line-height: 1.375em; /* 22px */
}

    .my-hpe p {
        margin-bottom: 0px;
    }

    .my-hpe a {
        color: #007dba;
        text-decoration: none;
        cursor: pointer;
    }

        .my-hpe a:visited {
            color: #822980;
        }

        .my-hpe a:focus {
            text-decoration: underline;
            outline: 1px dotted #5a5a5a;
        }

        .my-hpe a:hover {
            text-decoration: underline;
        }

.my-reader-label {
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 1px;
    line-height: 1px;
    text-indent: -999em;
}

/*
*
*** Layout ***
*
*/

.l-top-header {
    /*margin: 30px 18px;*/
    margin: 17px 18px 22px;
}
.my-site-title {
    font-size: 1.5em; /* 24px */
    line-height: 1em; /* 24px */
    font-weight: bold;
    color: #767676;
}

.l-content {
    width: 1000px;
    /*min-height: 300px;
		margin: 30px 0 30px;*/
    margin: 26px 0 28px;
}

.l-left {
    float: left;
}

.l-right {
    float: right;
}

.l-col {
    float: left;
    padding-left: 20px;
    padding-right: 21px;
}

.l-33 {
    width: 308px;
}

.l-50 {
    width: 463px;
    padding-left: 18px;
    padding-right: 18px;
}

.l-66 {
    width: 615px;
}

.l-100 {
    float: none;
    padding: 0 18px;
}

.l-first-col {
    padding-left: 18px;
}

.l-last-col {
    float: right;
    padding-right: 18px;
}

.l-section {
    margin-bottom: 30px;
}

.l-subsection {
    margin-bottom: 20px;
}

.l-top-divider {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.l-footnotes 
{
    margin-bottom: 55px;
    padding: 20px 18px 0;
    border-top: 1px solid #CCC;
}

/*
*
*** Models ***
*
*/

.my-alpha {font-size: 2em; line-height: 1em; font-weight: bold; color: #000;}	/*h1 32px/32px */
	.my-beta {font-size: 1.5em; line-height: 1.25em; font-weight: bold; color: #000;}	/*h2 24px/30px */
	.my-gamma {font-size: 1.25em; line-height: 1.2em; font-weight: bold; color: #000;}	/*h3 20px/24px */
	.my-delta {font-size: 1.125em; line-height: 1.222em; font-weight: bold; color: #000;}	/*h4 18px/22px */
	.my-epsilon {font-size: 1.125em; line-height: 1.222em; font-weight: normal; color: #000;}	/*h5 18px/22px */
	.my-zeta {font-size: 1em; line-height: 1.375em; font-weight: bold; color: #000;}	/*h6 16px/22px */

.my-paragraph {
    margin-bottom: 15px;
}

.my-secondary-content {
    font-size: 0.875em; /* 14px */
    line-height: 1.285em; /* 18px */
    margin-left: 0px;
}

/* *** Form *** */
.my-input-row {
    margin-bottom: 15px;
}

.my-input-col {
    width: 124px;
}

.my-submit-row {
    display: block;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid black;
}

    .my-submit-row,
    .my-submit-row .my-submit-row-legal {
        overflow: hidden;
        _overflow: visible;
        zoom: 1;
    }

        .my-submit-row > .my-buttons {
            float: right;
            margin-left: 10px;
        }

        .my-submit-row .my-submit-row-legal {
            display: block;
            margin-top: 3px;
            font-size: 0.75em; /*12px*/
            line-height: 1.25em; /*15px*/
            color: #000;
            text-align: left;
        }


            .my-submit-row .my-submit-row-legal p {
                margin-bottom: 0;
            }


            .my-submit-row .my-submit-row-legal a {
                font-weight: bold;
            }

.my-input-label {
    font-size: 0.875em; /* 14px */
    line-height: 1.285em; /* 18px */
}

.my-input-label-row {
    display: block;
    margin-bottom: 6px;
}

.my-required {
    color: #F05332;
    font-size: 1.125em; /* 18px */
    font-weight: bold;
}

.my-hpe textarea,
.my-text-input,
.my-textarea {
    margin: 0;
    border: 2px solid #ccc;
    font-family: "HPSimplified", Arial, sans-serif;
    font-size: 1em; /*16px*/
}

.my-text-input {
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
}

.my-hpe textarea,
.my-textarea {
    padding: 10px;
    min-height: 120px;
    line-height: 22px;
}

    .my-text-input:hover,
    .my-text-input.my-active,
    .my-text-input.my-filled,
    .my-textarea:hover,
    .my-textarea.my-active,
    .my-textarea.my-filled {
        border-color: #5a5a5a;
    }

    .my-text-input.my-error,
    .my-text-input.my-error:hover,
    .my-text-input.my-error.my-active,
    .my-text-input.my-error.my-filled,
    .my-textarea.my-error:hover,
    .my-textarea.my-error.my-active,
    .my-textarea.my-error.my-filled {
        border-color: #ff0000;
        color: #ea1919;
    }

/* *** Buttons *** */

.my-button {
    width: auto;
    height: 36px;
    padding: 0 15px;
    margin: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 36px;
    font-size: 1em; /*16px*/
    font-weight: bold;
    color: #fff;
}
.my-hpe .my-button,
.my-hpe .my-button:visited {
    color: #fff;
}

.my-small-button {
    height: 26px;
    line-height: 26px;
}

a.my-button {
    display: inline-block;
    text-decoration: none;
}

.my-button[type="submit"],
.my-button[type="button"],
.my-button[type="reset"] {
    overflow: visible;
    font-family: "HPSimplified";
    border: none;
    cursor: pointer;
}

.my-button:hover,
.my-button:focus {
    text-decoration: none !important;
    color: #fff;
}

.my-primary-button {
    background: #D7410B;
}

    .my-primary-button:hover,
    .my-primary-button:focus {
        background: #C1401A;
    }

.my-secondary-button {
    background: #0096D6;
}

    .my-secondary-button:hover,
    .my-secondary-button:focus {
        background: #0084BD;
    }

.my-tertiary-button {
    background: #767676;
}

    .my-tertiary-button:hover,
    .my-tertiary-button:focus {
        background: #5a5a5a;
    }

.my-button.my-disabled {
    background: #ccc;
    cursor: default;
}

    .my-button.my-disabled:hover,
    .my-button.my-disabled:focus {
        background: #ccc;
        cursor: default;
    }

/* *** Errors *** */

.l-error-messages {
    display: none;
    margin: 0 0 30px;
    padding: 7px 20px;
    /*background: #f7d7d7;*/
}
    .l-error-messages.my-active {
        display: block;
    }
    .l-error-messages > .my-error {
        display: none;
        padding: 7px 0;
        font-size: 0.875em; /* 14px */
        line-height: 1.285em; /* 18px */
        color: #ea1919;
        font-weight:bold;
    }

    .l-error-messages > .my-error-link {
        text-decoration: underline;
    }

    .l-error-messages > .my-error:visited {
        color: #ea1919;
    }

    .l-error-messages > .my-error.my-active {
        display: block;
    }

/* *** Footnotes *** */

.my-hpe .my-legal,
.my-footnote {
    color: #000;
    font-size: 0.75em; /*12px*/
    line-height: 1.25em; /*15px*/
}


.my-hpe .my-legal {
    margin: 15px 0;
}

.my-footnote {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

    .my-footnote > sup {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        width: 10px;
        text-align: right;
    }

.my-footnote-pointer {
    font-size: 0.75em;
    line-height: 0;
    vertical-align: super;
}

/* *** Table *** */

.my-table {
    word-wrap: break-word;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    /*border: 2px solid #ccc;*/
    border-collapse: collapse;
    page-break-inside: auto;
}

    .my-table tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    .my-table caption {
        text-indent: -999em;
        height: 1px;
        line-height: 1px;
    }

    .my-table th,
    .my-table td {
        padding: 15px;
        /*
			font-size: 0.875em; 14px
			line-height: 1.285em; 18px
			*/
        text-align: left;
        border: 1px solid #000000;
        vertical-align: top;

    }

    .my-table th {
        background: #969696;
        font-weight: bold;
        color: #000000;
    }

th.bordered 
{

    background: #ccc;
    font-weight: bold;
    color:  #000000;
}

td.newline 
{

    width:25%;
}

.my-table th .my-footnote-pointer {
    color: #fff;
}

/* *** Icons *** */

.my-icon {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background-image: url(../images/vpa-tool-hpe-icons.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.my-print {
    background-position: -36px 0;
}

/*
*
***	Form ***
*
*/

/* *** Radio *** */

.my-radio {
    position: relative;
    display: inline-block;
    width: max-content;
    width: -moz-max-content;
    /*display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #fff;
	background-image: url(../images/vpa-tool-hpe-ui-sprite.png);
	background-position: -17px 0;
	background-repeat: no-repeat;
	cursor: pointer;

	vertical-align: middle;
	margin-right: 5px;*/
}

    .my-radio > input {
        display: none;
        opacity: 0;
        left: 0px;
    }

.my-high-contast-mode .my-radio > input {
    display: inline;
}

.my-radio > .my-radio-graphics {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    background-image: url(../images/vpa-tool-hpe-ui-sprite.png);
    background-position: -17px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
}

.my-radio:hover > .my-radio-graphics,
.my-radio:focus > .my-radio-graphics {
    background-position: -17px -17px;
}

/* *** States *** */

.my-radio:hover {
    text-decoration: none !important;
}

.my-radio.my-error > .my-radio-graphics,
.my-radio.my-error:hover > .my-radio-graphics,
.my-radio.my-error:focus > .my-radio-graphics {
    background-position: -17px -68px;
}

.my-radio.my-active > .my-radio-graphics,
.my-radio.my-active:hover > .my-radio-graphics,
.my-radio.my-active:focus > .my-radio-graphics {
    background-position: -17px -34px;
}

.my-radio > label,
.my-radio > .my-input-label {
    display: inline-block;
    color: #000;
    vertical-align: middle;
    .vertical-align: baseline;
}

/* *** Checkbox *** */
.my-checkbox {
    position: relative;
    display: inline-block;
    /*width: 17px;
	height: 17px;
	background-image: url(../images/vpa-tool-hpe-ui-sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;

	vertical-align: middle;
	margin-right: 5px;*/
}

    .my-checkbox > input {
        display: none;
        position: absolute;
        left: 0px;
    }

.my-high-contast-mode .my-checkbox > input {
    display: inline;
}

.my-checkbox > .my-checkbox-graphics {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    background-image: url(../images/vpa-tool-hpe-ui-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
}

.my-checkbox:hover > .my-checkbox-graphics,
.my-checkbox:focus > .my-checkbox-graphics {
    background-position: 0 -17px;
}

/* *** States *** */

.my-checkbox:hover {
    text-decoration: none !important;
}

.my-checkbox.my-error > .my-checkbox-graphics,
.my-checkbox.my-error:hover > .my-checkbox-graphics,
.my-checkbox.my-error:focus > .my-checkbox-graphics {
    background-position: 0 -68px;
}

.my-checkbox.my-active > .my-checkbox-graphics,
.my-checkbox.my-active:hover > .my-checkbox-graphics,
.my-checkbox.my-active:focus > .my-checkbox-graphics {
    background-position: 0 -34px;
}

.my-checkbox > label,
.my-checkbox > .my-input-label {
    display: inline-block;
    color: #000;
    vertical-align: middle;
    .vertical-align: baseline;
}


/* *** Select *** */

.my-select-wrapper {
}

    .my-select-wrapper > select {
        /*display: none;*/
        position: absolute;
        left: -999em;
    }

    .my-select-wrapper .my-select-input {
        display: block;
        height: 32px;
        padding: 0 48px 0 10px;
        overflow: hidden;
        color: #007DBA;
        font-size: 1em; /*16px*/
        line-height: 32px; /*2em;*/
        cursor: pointer;
        border: 2px solid #ccc;
        background-image: url(../images/vpa-tool-hpe-ui-sprite.png);
        background-position: right -244px;
        background-repeat: no-repeat;
    }

    .my-select-wrapper > .my-select-options {
        position: absolute;
        display: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        border: 2px solid #5a5a5a;
        background: #fff;
        list-style: none;
        margin-top: -2px;
        max-height: 400px;
        z-index: 1;
    }

        .my-select-wrapper > .my-select-options > li {
            margin: 0;
            padding: 0;
        }

        .my-select-wrapper > .my-select-options .my-select-option {
            display: block;
            padding: 7px 10px;
            border-bottom: 1px solid #ccc;
            color: #000;
            font-size: 0.875em; /*14px*/
            line-height: 1.285714286em; /*18px*/
        }

            .my-select-wrapper > .my-select-options .my-select-option:visited {
                color: #000;
            }

            .my-select-wrapper > .my-select-options .my-select-option:hover,
            .my-select-wrapper > .my-select-options .my-select-option:focus {
                background: #007DBA;
                color: #fff;
                text-decoration: none !important;
            }

        .my-select-wrapper > .my-select-options .my-hover {
            background: #007DBA;
            color: #fff;
        }

        .my-select-wrapper > .my-select-options .my-active {
            background: #007DBA;
            color: #fff;
        }

    .my-select-wrapper > .my-select-close {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        height: 1px;
        width: 1px;
        line-height: 1px;
    }

/* *** Select States *** */

.my-error > .my-select-input {
    color: #ea1919;
    border-color: #ff0000;
    background-position: right -308px;
}

    .my-error > .my-select-input:hover {
        color: #ea1919;
    }

.my-filled > .my-select-input,
.my-active > .my-select-input {
    border-color: #5A5A5A;
    background-position: right -276px;
}

.my-active > .my-select-options {
    display: block;
}

.my-active > .my-select-close {
    display: inline;
    visibility: visible;
}

.my-select-wrapper .my-select-input:visited {
    color: #007DBA;
}

.my-error > .my-select-input:visited {
    color: #ea1919;
}

.my-select-wrapper .my-select-input:hover,
.my-select-wrapper .my-select-input:focus,
.my-focus > .my-select-input {
    color: #007DBA;
    text-decoration: none !important;
    border-color: #5A5A5A;
    background-position: right -276px;
}


/* *** Disabled *** */
.my-disable .my-select-input {
    background-color: #e5e5e5;
    color: #b3b3b3;
    cursor: default;
    background-position: right -340px;
}

    .my-disable .my-select-input:visited {
        color: #b3b3b3;
    }

    .my-disable .my-select-input:focus {
        border-color: #ccc;
        background-position: right -340px;
    }

    .my-disable .my-select-input:hover {
        border-color: #ccc;
        background-color: #e5e5e5;
        background-position: right -340px;
    }

/* *** Start Tabs *** */
.my-tabs-wrapper {
}

.my-tabs-list {
    height: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #000;
}

    .my-tabs-list > li {
        float: left;
    }

        .my-tabs-list > li > a {
            display: inline-block;
            height: 35px;
            margin-top: 1px;
            padding: 0 20px;
            background: #fff;
            font-weight: bold;
            font-size: 1.125em; /* 18px */
            line-height: 35px; /* 1.944em */
            color: #5a5a5a;
        }

            .my-tabs-list > li > a:visited {
                color: #5a5a5a;
            }

            .my-tabs-list > li > a.my-active {
                padding: 0 20px;
                border: 1px solid black;
                border-bottom: none;
                border-radius: 0 4px 0 0;
                color: #000;
            }

                .my-tabs-list > li > a.my-active:hover {
                    text-decoration: none;
                }

            .my-tabs-list > li > a:focus {
                text-decoration: underline;
            }

.my-tab-content {
    padding: 30px 0 0;
    margin-bottom: 30px;
}

    .my-tab-content .my-deactive {
        display: none;
    }

/* *** End Tabs *** */

/*
*
*** Theme ***
*
*/

/* *** Top Nav *** */

.l-top-nav {
    /*margin: 30px 0;*/
    margin: 22px 0 26px;
    padding: 0 18px;
    border-bottom: 1px solid #ccc;
}

.my-nav-primary {
}

    .my-nav-primary > li {
        position: relative;
        float: left;
        margin: 0 30px 0 0;
        padding: 0;
        z-index: 1;
    }

        .my-nav-primary > li > .my-nav-link {
            position: relative;
            bottom: -1px;
            display: block;
            padding-bottom: 12px;
            font-size: 1em; /*16px*/
            line-height: 18px; /*1.125em*/
            color: #767676;
        }

            .my-nav-primary > li > .my-nav-link > .my-nav-link-state {
                position: absolute;
                width: 1px;
                height: 1px;
                overflow: hidden;
                text-indent: -999em;
            }

            .my-nav-primary > li > .my-nav-link:hover,
            .my-nav-primary > li > .my-nav-link:focus,
            .my-nav-primary > .my-active > .my-nav-link {
                color: #007DBA;
                text-decoration: none;
            }

        /*.my-nav-primary > li > .my-nav-link:hover,*/
        /*.my-nav-primary > .my-active > .my-nav-link,*/
        .my-nav-primary > li > .my-selected {
            padding-bottom: 8px;
            color: #000;
            border-bottom: 4px solid #0096d6;
        }

        .my-nav-primary > li > .my-nav-list-wrapper {
            position: absolute;
            display: none;
            left: 0px;
            top: 30px;
            padding-top: 10px;
            border-bottom: 3px solid #0096d6;
            z-index: 1;
            background: url(../images/space.gif);
        }

.my-high-contast-mode .my-nav-primary > li > .my-nav-list-wrapper {
    background: #fff;
}

.my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list-reader-label {
    position: absolute;
    width: 1px;
    height: 1px;
    text-indent: -999em;
}

.my-nav-primary > li > .my-nav-list-wrapper > .my-arrow {
    position: absolute;
    display: block;
    width: 30px;
    height: 10px;
    top: 2px;
    left: 15px;
    background: url(../images/vpa-tool-hpe-ui-sprite.png) 0 -372px no-repeat;
}

.my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list {
    padding: 12px 0;
    border: 2px solid #ccc;
    border-bottom: none;
    background: #fff;
}

    .my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list > li {
        margin: 0;
        padding: 0;
    }

        .my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list > li > .my-nav-link {
            display: block;
            padding: 6px 18px;
            color: #000;
            font-size: 0.875em; /*14px*/
            line-height: 1.142857143em; /*16px*/
            white-space: nowrap;
        }

            .my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list > li > .my-nav-link:hover,
            .my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list > li > .my-nav-link:focus,
            .my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list > li > .my-selected {
                background: #0096d6;
                color: #fff;
                text-decoration: none;
            }

        .my-nav-primary > li > .my-nav-list-wrapper > .my-nav-list > li > .my-focus {
            background: #0096d6;
            color: #fff;
            text-decoration: none;
        }

/* *** Top Nav States *** */
.my-nav-primary > li:hover > .my-nav-link {
    color: #007DBA;
    text-decoration: none;
}

.my-nav-primary > li:hover > .my-nav-list-wrapper,
.my-nav-primary > .my-active > .my-nav-list-wrapper {
    display: block;
}

/* *** Progress *** */

.my-progress-wrapper {
    margin: 30px 0;
}

    .my-progress-wrapper > li {
        float: left;
    }

    .my-progress-wrapper .my-progress {
        color: #767676;
        font-weight: bold;
        text-decoration: none;
        cursor: default;
    }

        .my-progress-wrapper .my-progress:visited {
            color: #767676;
        }

        .my-progress-wrapper .my-progress:hover {
            text-decoration: none;
        }

        .my-progress-wrapper .my-progress.my-completed:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .my-progress-wrapper .my-progress.my-completed:focus {
            text-decoration: underline;
        }

        .my-progress-wrapper .my-progress .my-progress-nr {
            display: inline-block;
            margin-right: 6px;
            width: 21px;
            height: 21px;
            background: url(../images/vpa-tool-hpe-ui-sprite.png) -21px -424px no-repeat;
            line-height: 21px;
            text-align: center;
        }

    /* *** Progress States *** */

    .my-progress-wrapper .my-active,
    .my-progress-wrapper .my-active:visited {
        color: #000;
    }

        .my-progress-wrapper .my-active .my-progress-nr {
            background-position: 0 -424px;
            color: #fff;
        }

    .my-progress-wrapper .my-progress-arrow {
        margin: 0 10px 0 3px;
        color: #5a5a5a;
        font-weight: bold;
    }

/* *** Tab Search Again Button *** */
.my-tabs-wrapper {
    position: relative;
}

    .my-tabs-wrapper > .my-button {
        position: absolute;
        top: -10px;
        right: 0px;
    }

.my-strong-link {
    font-weight: bold;
}

/* *** Page Specific *** */

.my-page-title {
    margin-bottom: 30px;
}

.my-section-title {
    margin-bottom: 15px;
    margin-left: 18px;
}

.my-subsection-title {
    margin-bottom: 10px;
}

/* *** additional wrapper *** */

.my-additional-wrapper {
    display: none;
}

    .my-additional-wrapper.my-active {
        display: block;
    }

/* *** Search or Browse Columns *** */
.my-search-option-row {
}

    .my-search-option-row.my-deactive {
        display: none;
    }

/* *** Tips List *** */
.my-tips-list {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 15px;
}

.my-tip-image {
    margin: 10px 0;
}

/* *** Download Options *** */

.my-download-wrapper {
}

    .my-download-wrapper > .my-download-link {
        margin-right: 20px;
        font-size: 0.875em;
        font-weight: bold;
        line-height: 51px;
    }

        .my-download-wrapper > .my-download-link:visited {
            color: #007dba;
        }

.my-download-excel-icon,
.my-printreport-icon,
.my-download-pdf-icon {
    display: inline-block;
    margin-right: 10px;
    width: 51px;
    height: 51px;
    vertical-align: middle;
}

.my-download-excel-icon {
    background: url(../images/xls.png) 0 no-repeat;
}

.my-download-pdf-icon {
    background: url(../images/pdf.png) 0 no-repeat;
}

.my-printreport-icon {
    background: url(../images/print.png) 0 no-repeat;
}

/* *** Login or Register *** */
.register-col {
    width: 512px;
}

.register-user-id-input {
    max-width: 406px;
    margin-right: 5px;
    width:70vw;
}

.register-text-input {
    max-width: 488px;
    width:82vw;
}

.register-select {
    max-width: 512px;
    width:88.5vw;
}

.register-my-select {
    width: 512px;
}

/* *** Purchase Information *** */
.information-col {
    width: 512px;
}

.information-text-input {
    max-width: 488px;
    width:82vw;
}

.information-select {
    max-width: 512px;
    width:88.5vw;
}

.information-col .my-submit-row {
    margin-top: 0;
}

/* *** VPAT Search *** */
.search-product-row {
    width: 591px;
    margin-left: 24px;
}

.search-col {
    width: 615px;
}

.search-text-input {
    max-width: 395px;
    margin-left: 24px;
    width: 58vw;
}

.search-category-select {
    max-width: 419px;
    width: 66vw;
    margin-left: 24px;
    height: 33px;
}
.search-category-select > a {
    max-width: 395px;
    width: 46vw;
   
}

.my-summary-col-a {
    width: 25%;
}

.my-summary-col-b {
    width: 12.5%;
}

.my-summary-col-c {
    width: 12.5%;
}

.my-summary-col-d {
    width: 12.5%;
}

.my-summary-col-e {
    width: 12.5%;
}

.my-summary-col-f {
    width: 25%;
}

.my-summary-col-g {
}

.my-detail-col-a {
    width: 33.3%;
}

.my-detail-col-b {
    width: 16.6%;
}

.my-detail-col-c {
    width: 25%;
}

.my-detail-col-d {
    width: 50%;
}

.my-detail-col-e {
    width: 173px;
}

.my-detail-col-f {
}

/* *** Print *** */

.my-hp-print-logo {
    margin-right: 18px;
}

/*
*
*** Helpers ***
*
*/

.my-hpe .l-group:before,
.my-hpe .l-group:after {
    content: "";
    display: table;
}

.my-hpe .l-group:after {
    clear: both;
}

.my-hpe .l-group {
    zoom: 1;
}

/*
*
*** IE ***
*
*/

legend {
    .margin-left: -6px;
}

#body {
    padding-bottom: 0;
}
/*
*
*** Tridion Fixes ***
*
*/

/*
*
*** Debug ***
*
*/


/* .l-error-messages > .my-error:focus {
	outline: 2px #000 solid;
}

.my-radio:focus {
	outline: 2px #000 solid; 
}

.my-checkbox:focus {
	outline: 2px #000 solid;
}

.my-select-wrapper .my-select-input:focus {
	outline: 2px #000 solid;
}
 */
.tabs {
    position: relative;
    top: 1px;
    left: 10px;
}

.tab {
    border: solid 1px black;
    background-color: #eeeeee;
    padding: 0px 10px;
}

.selectedTab {
    background-color: white;
    border-bottom: solid 1px white;
}

.tabContents {
    border-top: solid 1px black;
    padding: 0px;
    background-color: white;
}

/*Requirement 23*/
.register-p {
    width:84vw;
    max-width:512px;
}
.my-submit-row, .my-legal, .l-top-divider {
        max-width: 512px;
        width:88.5vw;
}
.search-product-select {
        max-width: 480px;
        width: 74vw;
}
span.my-download-wrapper {
    margin-left: 15px;
}

#recaptcha {
    display: none;
}

.l-marg {
    margin-left: 18px;
}
.mob-disp {
        display:none;
}
.xl-download {
    display: block;
    margin-left: 18px;
    margin-top: -25px;
    margin-bottom: 0px;
}
input:matches([type="button"], [type="submit"], [type="reset"]) {
    -webkit-appearance: none !important;
}
@media only screen and (max-width: 800px) {
		.l-col{padding-right:0px;
			
			  }
    .auto-width {
		
        width:auto;
    }
    body {
          overflow-x: hidden;
    }
    .scrolling {
          overflow-x: scroll !important;
    }
    .l-marg {
        margin-left: 0px;
    }
    .xl-download {
    display: block;
    margin-left: 63px;
    margin-top: -25px;
    margin-bottom: -20px;
}

    .my-progress-wrapper {
        width: 617px;
    }
    .mob-disp {
        display:block;
    }
    .l-error-messages {
        display: block; /*remove inline style from html code error on login page.*/
        width: 480px;
    }

    .ctl00_ContentPlaceHolder1_Menu1_2 tbody tr td {
        display: block;
        margin-bottom: 5px;
    }

    .my-download-wrapper a {
        margin-left: 15px;
    }

    .my-download-wrapper {
        display: block;
    }

    span.my-download-wrapper {
        margin-left: 0px;
    }
   .my-alpha {
        font-size: 5vw;
       
    } 


    .l-content {
        margin: 26px 0 5px;
    }

    .ctl00_ContentPlaceHolder1_Menu1_2 {
        margin-left: 8px;
    }

    .tab {
        border: solid 1px black;
        background-color: #dddddd;
        padding: 0px 10px;
    }

    .selectedTab {
        background-color: white;
        border: 2px solid black;
    }

    .tabContents {
        border: 0px;
    }

    .srch {
        width: 90vw;
        float: left;
        margin-left: 18px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

        .srch > a {
            float: left;
        }
}

@media only screen and (max-width: 670px) {
    body {
        /*  overflow-x: hidden;*/
    }

  /*  .register-text-input, .information-text-input {
        width: 424px;
    }*/

   /* .register-user-id-input {
        width: 344px;
        margin-right: 10px;
    }*/

    /*.register-select, .information-select {
        width: 448px;
    }*/

 /*   .register-p {
        width: 434px;
    }*/
 /*
    .my-submit-row, .my-legal, .l-top-divider {
        width: 444px;
    }*/

   /* .search-product-select {
        width: 420px;
    }*/

    .l-right {
        margin-right: 10px;
    }

    .l-error-messages {
        width: 410px;
    }

    .my-progress-wrapper {
        width: 474px;
    }

    .ctl00_ContentPlaceHolder1_Menu1_2 tbody tr td {
        display: block;
        margin-bottom: 5px;
    }

    .my-download-wrapper a {
        margin-left: 15px;
    }

    .my-download-wrapper {
        display: block;
    }

    span.my-download-wrapper {
        margin-left: 0px;
    }



    .l-content {
        margin: 26px 0 5px;
    }

    .ctl00_ContentPlaceHolder1_Menu1_2 {
        margin-left: 8px;
    }

    .tab {
        border: solid 1px black;
        background-color: #dddddd;
        padding: 0px 10px;
    }

    .selectedTab {
        background-color: white;
        border: 2px solid black;
    }

    .tabContents {
        border: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .register-select, .information-select {
        width: 86.5vw;
    }
     .register-user-id-input {
        width: 66vw;
    }
}
@media only screen and (max-width: 500px) {
    .register-select, .information-select {
        width: 87.5vw;
    }
     .register-user-id-input {
        width: 66vw;
    }
}
@media only screen and (max-width: 496px) {
    body {
        /*  overflow-x: hidden;*/
    }

 /*   .register-text-input, .information-text-input {
        width: 250px;
    }*/

  /*  .register-user-id-input {
        width: 175px;
        margin-right: 5px;
    }*/

 /*   .register-select, .information-select {
        width: 274px;
    }*/

   /* .search-text-input {
        width: 230px;
    }
*/
    .my-section-title {
        width: 300px;
    }
/*
    .search-text-input {
        width: 230px;
    }
    */
    /*.search-category-select {
        width: 260px;
    }*/

    /*search-category-select a {
        width: 192px;
    }*/

   /* .register-p {
        width: 260px;
    }*/

   /* .my-submit-row, .my-legal,.l-top-divider {
        width: 270px;
    }*/

   /* .search-product-select {
        width: 230px;
    }*/
    .my-progress-wrapper > li {
        float:unset;
    }
    .my-progress-wrapper {
        width: 300px;
    }

  /*  .l-right {
        float: none;
        margin-left: 75px;
        margin-top: 25px;
    }*/

    .search-col {
        width: 295px;
    }

    .my-input-label {
        width: 276px;
    }

    .l-error-messages {
        width: 260px;
    }

    .ctl00_ContentPlaceHolder1_Menu1_2 tbody tr td {
        display: block;
        margin-bottom: 5px;
    }

    .my-download-wrapper a {
        margin-left: 18px;
    }

    .my-download-wrapper {
        display: block;
    }

    span.my-download-wrapper {
        margin-left: 0px;
    }

    .l-content {
        margin: 26px 0 5px;
    }

    .ctl00_ContentPlaceHolder1_Menu1_2 {
        margin-left: 8px;
    }

    .tab {
        border: solid 1px black;
        background-color: #dddddd;
        padding: 0px 10px;
    }

    .selectedTab {
        background-color: white;
        border: 2px solid black;
    }

    .tabContents {
        border: 0px;
    }
}
@media only screen and (max-width: 350px) {
    .register-user-id-input {
        width: 63vw;
    }
}
@media only screen and (max-width: 400px) {
    .register-select, .information-select {
        width: 88.5vw;
    }
     .register-user-id-input {
        width: 59vw;
    }
}
@media only screen and (max-width: 350px) {
    .register-user-id-input {
        width: 57vw;
    }
}
.header .skip-links
{
    margin-top:0px !important;

}