/* Minification failed. Returning unminified contents.
(1702,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
*:focus {
    outline: none;
}

.body {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
    max-width: 1600px;
    padding: 0 30px;
}

/**
=================================================
    Buttons
=================================================    
*/

.btn-primary {
    color: #ffffff !important;
}

a.external-link, a.external-link:hover, a.external-link:focus, a.external-link:active {
    text-decoration: none !important;
    outline: none;
}

a.external-link em.icon:before {
    color: #00B388;
    font-family: hpe-glyphicons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;    
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.external-link em.icon:before {
    content: "\f12e";
}


/**
=================================================
    Checkboxes
=================================================    
*/

a.checkbox-input-widget {
    width: 20px;
    height: 20px;    
    border: 2px solid #00B388;
    border-radius: 4px;
    background-color: #FFF !important;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    font-family: hpe-glyphicons;
    font-style: normal;
    font-weight: normal;       
    margin-right: 2px; 
    padding: 0 1px;    
    text-align: center;
        
}
    a.checkbox-input-widget:active, a.checkbox-input-widget:visited, a.checkbox-input-widget:focus {
        text-decoration : none !important;
    }

    a.checkbox-input-widget:before {
        line-height: 1;             
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f15e";
        font-size: 16px;
    }
    a.checkbox-input-widget.checkbox-state-checked {
        color: #00B388 !important;
    }

td.checkbox-container a.checkbox-input-widget {
    font-size: 16px !important;
}


/**
=================================================
    paginators
=================================================    
*/

.page-controls {
    margin-top: 30px;
}

.page-controls .page-labels {
    font-size: 14px;
    display: inline;
}

.page-controls .page-arrows {
    display: inline;
}

    .page-controls .page-arrows a {
        font-family: hpe-glyphicons;   
        display: inline-block;    
        font-weight: 400; 
        line-height: 1;
        text-decoration: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 16px !important;
        border: 2px solid #ccc;
        width: 22px;
        height: 22px;
        margin: -2px;
        padding-top: 1px;
        padding-left: 1px;        
        font-style: normal;
        font-size: 14px;
        color: #767676; 
    }

        .page-controls .page-arrows a:link {
            text-decoration: none;
        }

    .page-controls .page-arrows a:hover, .page-controls .page-arrows a:hover {
        color: #00B388;
        text-decoration: none;        
    }

.page-controls .page-arrows a.page-arrows-back .icn_pag_back:before {        
    content: "\f126";
}

.page-controls .page-arrows a.page-arrows-forward .icn_pag_forward:before {        
    content: "\f11c";
}


/**
=================================================
    Banners
=================================================    
*/


/*banners*/
.banner{margin:30px 0 20px}
.banner h1{font-size: 60px; line-height: 55px; }
.mega_banner_title{margin:23px 18px 20px 18px}
.mega_banner_title h1{font-size: 40px; line-height: 40px; margin-bottom: 3px}
.banner .description{font-size: 18px; line-height: 22px; font-weight: normal; color:#000}
.banner_text_cnt {width:575px}
.banner_buttons_cnt {margin-top: 15px;}
.banner_button1, .banner_button2, .banner_button3 {float:left}
.banner_button1,
.banner_button2{margin-right: 10px}
.banner_button3 {margin-top:5px}/* banner_button3 is share widget*/
.banner_button4{margin-top: 40px;margin-bottom:15px;clear:left}


/**
=================================================
    Secondary Navigation
=================================================    
*/

.banner-menu { float: right; height: 24px; }
    .banner-menu ul.menuitems { list-style-type: none; }
        .banner-menu ul.menuitems li { height: 24px; background-color: #fff; padding-right: 10px; margin-right: 10px; float: left; }
            .banner-menu ul.menuitems li.list { background: url(/Content/themes/images/top-nav-carrot.png) 98% 10px no-repeat; }

    .banner-menu a, .header-links a:visited { padding-right:8px; font-size: 16px; line-height: 22px; color: #767676 !important; }
        .banner-menu a:link, .banner-menu a:hover, .banner-menu a:active, .banner-menu a:visited { text-decoration: none; }
        .banner-menu a:hover { color:#337ab7 !important; }

    .banner-menu ul.menuitems ul.submenu { visibility: hidden; border: 1px solid #ccc; }
    .banner-menu ul.menuitems ul.submenu.visible { visibility: visible; }
        .banner-menu ul.menuitems ul.submenu li { float: none; margin-right: 0px; border-bottom: 1px solid #ccc; }
            .banner-menu ul.menuitems ul.submenu li:last-child { border-bottom: 0px; }
        .banner-menu ul.menuitems ul.submenu li a { margin-left: 10px; }
            .banner-menu ul.menuitems ul.submenu li:hover { background-color: #00B388; }
            .banner-menu ul.menuitems ul.submenu li:hover a { color: #fff !important; }
            


/* secondary nav */
.secondary_nav .menu a, .secondary_nav .menu a:visited {font-size: 16px; line-height: 22px; color: #767676; }
.secondary_nav .menu a:focus,.secondary_nav .menu a:hover {color: #007dba}
.secondary_nav .menu .selected a {color: #000}
.secondary_nav .menu a:link { text-decoration: none; }

.secondary_nav .level2 .menu {margin-left: 3px}
.secondary_nav .level2 .menu .first_li {margin-left: 18px}
.secondary_nav .level2 { width: 100%; }
.secondary_nav .level2 .menu { border-bottom: 1px #ccc solid; }
.secondary_nav .level2 .menu li { display: inline-block; padding: 24px 0 12px; margin: 0 15px;
    _zoom:1; _display: inline;*zoom:1; *display: inline;} /*ie6-7 fix*/
.secondary_nav .level2 .menu li.selected {padding-bottom: 8px; border-bottom: 4px #00B388 solid}

.secondary_nav .expand_area {
    width: 100%;
    display: none;
    padding-top: 15px;
    overflow: hidden;
    border-bottom: 4px #0096d6 solid;
    position: relative;
    background-color: #fff;
}

.secondary_nav .expand_area a { font-size: 14px; line-height: 18px; color: #000; }
.secondary_nav .expand_area a:hover { color: #007dba }

.secondary_nav .expand_area .level3,
.secondary_nav .expand_area .level4,
.secondary_nav .expand_area .promo_area {
    display: inline-block;
    height: 388px;
    float: left;
}

.secondary_nav .expand_area .level3 {width: 314px}
.secondary_nav .expand_area .level3 .menu li {padding: 4px 0 5px 18px; cursor: pointer; }
.secondary_nav .expand_area .level3 .menu .selected { color: #fff; background-color: #007dba }
.secondary_nav .expand_area .level3 .menu .selected a, .secondary_nav .expand_area .level3 .menu .selected:hover {color: #fff;}
.secondary_nav .expand_area .level3 .seporator { margin: 15px 0 15px 18px; line-height: 6px; border-bottom: 1px #b2b2b2 solid; width: 280px; }

.secondary_nav .expand_area .level4 {width: 294px; padding: 29px 20px 0 20px; border-right: 1px #ccc solid; border-left: 1px #ccc solid}
.secondary_nav .expand_area .level4 .menu, .main_nav .expand_area .level4 { display: none; }
.secondary_nav .expand_area .level4 .menu li {padding:6px 18px 6px 0px; cursor: pointer; }

.secondary_nav .expand_area .shadow_divider,
.secondary_nav .expand_area .fade_divider {
    display:none;
}

.secondary_nav .expand_area .promo_area {
    width: 312px;
    padding-left: 20px;
}

.secondary_nav .expand_area .promo_area .content {
    display:block;
    height:128px;
}

.secondary_nav .expand_area .promo_area .list li {
    padding: 7px 0 0 0;
    font-size: 105%;
    line-height: 17px;
}

.secondary_nav .expand_area .promo_area .list2{margin-bottom:25px}

.secondary_nav .expand_area .promo_area .list2 li {
    margin-bottom: 10px;
}
.secondary_nav .expand_area .promo_area .list2 li a{
    font-size: 14px;
    line-height: 18px;
    color: #007dba;
}

.secondary_nav .expand_area .promo_area .list2 li a:hover {text-decoration: underline}

.secondary_nav .expand_area .promo_area h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
}

.secondary_nav .expand_area .snav_arr {
    background:url(../../i/common/s-15px-hpe.png) no-repeat 480px -2477px;
    _background-image: url(../../i/common/s-15px-ie6-hpe.gif);
    clear:both;
    display:block;
    line-height:8px;
    cursor:pointer;
    padding:5px 0;
}


.secondary_nav .expand_area .promo_cnt_bkg{
    background: url(../../i/patterns/i-promo-cnt-bkg.jpg) no-repeat;width:144px;height:257px;
    padding-top:12px;
}

.secondary_nav .expand_area .m10l {margin-left:10px}
.secondary_nav .expand_area .m18l {margin-left:18px}
.secondary_nav .expand_area .m12 {margin-bottom:12px;}

.secondary_nav .expand_area .lft20{padding-left:20px}

.secondary_nav .docked { background: #fff; left:0; top: 0px; position: fixed; }
.secondary_nav .docked .menu { width: 1000px; margin: 0 auto; }

.secondary_nav .menu a:hover {
    text-decoration: none;
}


/**Overwriting hf primary nav styles to reuse them for sec nav **/
.main_nav {
    float: left;
    width: auto;
}

.main_nav .level2 {
    display: block;
    width: auto;
    *display:inline-block;
}


.main_nav .level2 li {
    float: left;
    margin-left: 35px;
    margin-top: 28px;
    z-index: 15;
}

.main_nav {width:100%; }
.main_nav  .level2{ border-bottom: 1px solid #CCCCCC;}

.main_nav .level2 li a.header_link,
.main_nav .level2 li a.header_link:visited,
.main_nav .level2 li.selected a.header_link{
    color: #767676;
    font-size: 16px;
    line-height: 22px;
    font-weight:normal}


.main_nav .level2 li a.header_link:hover,
.main_nav .level2 li a.header_link:focus
{color: #007dba;}


.main_nav .level2 li a.header_link {
    font-size: 16px;
}

.main_nav .level2 li a, .main_nav .level2 li a:visited {
    color: #000000;
    display: block;
}

.main_nav .level2 li.current{
    border-bottom: 4px solid #00B388;
    padding-bottom: 8px;
    color: #000;
    }

.main_nav .level3 li.selected{
     padding-bottom: 4px 
    }
    
.main_nav .level2 li.current a.header_link{color: #000;}

.main_nav .expand_area {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #CCCCCC #0096D6;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 3px;
    display: none;
    font-size: 14px;
    line-height: 18px;
    margin-left: 2px;
    margin-top: 27px;
    position: absolute;
    width: auto;
    z-index: 11;
}


.main_nav .expand_area .top_corner {
    left: 11px;
}


.main_nav .expand_area .level3 {
    display: inline-block;
    float: left;
    width: 250px;
}
.main_nav .expand_area .level3, .main_nav .expand_area .level4 {
    height: auto;
    padding-bottom: 8px;
    padding-top: 11px;
    width: 251px;
}

.main_nav .expand_area .shadow_divider {
    background: none repeat scroll 0 0 transparent;
    bottom: 24px;
    display: none;
    left: 250px;
    position: absolute;
    top: 20px;
    width: 1px;
}


.main_nav .expand_area .level4 {
    padding-top: 12px;
}
.main_nav .expand_area .level3, .main_nav .expand_area .level4 {
    height: auto;
    padding-bottom: 8px;
    padding-top: 11px;
    width: 251px;
}


.main_nav .expand_area .menu li a {
    margin: 0 20px;
}

.main_nav .expand_area .menu li a:hover{
    color:#007dba;
}

.main_nav .level2 li a, .main_nav .level2 li a:visited {
    color: #000000;
    display: block;
}

.main_nav .extend_expandable_area .level3 .menu li.selected a {
    color: #FFFFFF;
    outline: medium none;
}

.main_nav .expand_area .level4 .menu li {
    margin: 3px 0;
    padding: 0;
}

.main_nav .level3 li.selected{border-bottom:0px}


.main_nav .expand_area .menu .separator {
    border-top: 1px solid #CCCCCC;
    margin: 4px 20px 2px;
    padding-top:0px
}

.main_nav .expand_area .menu li {
    display: block;
    height: auto;
    margin: 0 0 9px;
    padding: 4px 0;
    position: static;
    width: 100%;
}


.main_nav .extend_expandable_area .level3 .menu li.selected {
    background: none repeat scroll 0 0 #007dba;
}

.main_nav .expand_area .shadow_divider {
    background: none repeat scroll 0 0 transparent;
    bottom: 24px;
    display: none;
    left: 250px;
    position: absolute;
    top: 20px;
    width: 1px;
}


.main_nav .extend_expandable_area .level4, .main_nav .extend_expandable_area .shadow_divider {
    display: block;
    float: left;
}

.main_nav .extend_expandable_area .shadow_divider {
    background: none repeat scroll 0 0 #CCCCCC;
}

.top_corner{ background: url(../../i/common/s-31px-hpe.png) no-repeat scroll 0 0 transparent; background-position: 0px -1068px;
    height: 12px;
    position: absolute;
    top: -12px;
    width: 17px;
    left:11px;
    }

.main_nav .level2.menu .first_li {
    margin-left: 18px;
}
.main_nav .level2.menu li {
    display: inline-block;
    margin: 0 15px;
    padding: 12px 0;
    float:none;
    *display:inline;
    *float:left;
}

.main_nav .level3 .menu li{
    display: block;
    height: auto;
    margin: 0 0 9px;
    padding: 4px 0;
    position: static;
    width: 100%;
    *display:block;
    *float:none;

}

 .main_nav .level3 .menu li.first_li {margin-left:0px}


.hpeForm hr {
    margin-top: 0;
}


/**
=================================================
    Tables
=================================================    
*/

.table_sortable table {
    background-color: #fff;
    border: 2px #ccc solid;
    font-size: 10px;    
}

.table_sortable a:hover,.table_sortable a:focus {text-decoration: underline}

.table_sortable th {
    background-color: #767676;
    font-size: 1.4em;
    line-height: 18px;
    color: #fff;
    color: #fff;
    vertical-align: bottom;
    border-left: 1px #fff solid;
    padding: 12px 20px;
    text-transform: none !important;
}

.table_sortable th a.col_header { color: #fff }

.table_sortable td {
    background-color: #fff;
    font-size: 1.4em;
    line-height: 18px;
    color: #000;
    vertical-align: top;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 10px 20px;
}

.table_sortable td a:visited {
    color: #822980;
}

.table_sortable .last_td {
    border-bottom: 1px #ccc solid;
    padding: 5px 10px;
}

.table_sortable .dr_fnd {
    background-color: #fff;
    font-size: 1.4px;
    line-height: 18px;
    color: #000;
}

.table_sortable .dr_fnd a:hover ,.table_sortable .dr_fnd a:focus{
    background-color: #007DBA;
    color: #fff;
}

.table_sortable thead .sortedASC, .table_sortable thead .sortedDESC {background-color: #5a5a5a}
.table_sortable thead .sortedASC a, thead .sortedDESC .sortedASC a {background-position: left bottom}
.table_sortable thead .sortedASC a:hover ,.table_sortable thead .sortedASC a:focus{background-position: left -37px}
.table_sortable thead .sortedDESC .sortedASC a:hover,.table_sortable thead .sortedDESC .sortedASC a:focus {background-position: left -37px}
.table_sortable thead .sortedDESC a {background-position: left -37px}
.table_sortable thead .sortedDESC a:hover,.table_sortable thead .sortedDESC a:focus {background-position: left bottom}

.table_sortable .icn_srt {
    float: right;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

*html .table_sortable .icn_srt { width: 13px; line-height: 15px}

.table_sortable .numeric {text-align: right}
.table_sortable th, .table_sortable td {text-align: left;}
.table_sortable .last_td {text-align: right;}
.table_sortable tbody {border: none}

.table_sortable .dfinder {direction: rtl; text-align: right}

.table_sortable .df_list {
    direction: rtl;
    display: none;
    position: absolute;
    text-align: right;
    margin-top: -26px;
    margin-left: -98px;
    border-right: 2px #5a5a5a solid;
}

.table_sortable .df_list .df_fst { margin-top: 24px !important; }
.table_sortable .dd_upside .df_fst { margin-top: -125px !important; }
*html .table_sortable .df_list .df_fst { margin-top: 23px; }

.table_sortable .df_list .df_li {
    text-align: left;
}

.table_sortable .df_list .df_li a {
    background-color: #fff;
    display: inline-block;
    color: #000;
    width: 100%;
    text-decoration: none;
    padding: 6px 8px;
    border-left: 2px #5a5a5a solid;
    border-bottom: 1px #ccc solid;
}

.table_sortable .df_list .df_lst a {
    border-bottom: 2px #5a5a5a solid;
}

.table_sortable .df_list .df_li a:hover,.table_sortable .df_list .df_li a:focus {
    background-color: #007DBA;
    color: #fff;
    z-index: 2;
}

.table_sortable .df_list .df_fst a {
    border-top: 2px #5a5a5a solid;
}

.table_sortable .df_list_top {
    display: inline-block;
    position: absolute;
    z-index: 2;
}

*:first-child+html .table_sortable .df_list {margin-left: 0}
*:first-child+html .table_sortable .df_list_top {right:0}
*:first-child+html .table_sortable .df_list .df_li {}
*:first-child+html .table_sortable .df_list .df_li a {display: block; width: 120px}


.table_sortable .dd_upside {border-right:0px }
.table_sortable .dd_upside li{border-right: 2px #5a5a5a solid;}
/*.table_sortable .dd_upside .df_list_top{position:relative;top:-2px}*/
.table_sortable .dd_upside .df_list_top a,
.table_sortable .dd_upside .df_list_top a:hover,.table_sortable .dd_upside .df_list_top a:focus{
   border-top-color:white;
   border-bottom: 2px #5a5a5a solid;
}

.table_sortable .dd_list {
    display: none;
    position: absolute;
}

.table_sortable .dr_fnd a {
    display: block;
    background: url(../../i/patterns/s-table-icons-hpe.png) center top no-repeat transparent;
    _background-image:  url(../../i/patterns/s-table-icons-ie6-hpe.gif);
}

.table_sortable .dd_list_active {display: block}
.table_sortable .dd_act {direction: rtl; text-align: right;}
.table_sortable .dd_act .dd_item a {
    display: block;
    background: none;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 10px
}

.sort_col .col_header {
    display: inline-block;
    float: left;
}

.icn_srt a {
    direction: rtl;
    display: inline-block;
    background-image: url(../../i/patterns/s-table-icons-hpe.png) !important;
    _background-image:  url(../../i/patterns/s-table-icons-ie6-hpe.gif) !important;
    background-repeat: no-repeat;
    background-position: left -22px;
    background-color: transparent;
    width: 15px;
    height: 15px;
    padding: 0 !important;
}

*html .icn_srt a {width: 13px; height: 13px;}

.icn_srt a:hover ,.icn_srt a:focus{
    background-position: left -37px;
    text-decoration: none !important
}

.icn_srt {
    display: inline-block;
    background-color: transparent;
    text-align: right;
}

.table_sortable .df_arr_wht, .table_sortable .df_arr_wht_u {
    background-image: url(../../i/patterns/s-table-icons-hpe.png);
    _background-image:  url(../../i/patterns/s-table-icons-ie6-hpe.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 53px;
    height: 22px;
}

.table_sortable td.sorted {
    background-color: #f2f2f2;
}

*html .table_sortable .df_arr_wht, *html .table_sortable .df_arr_wht_u {
    width: 52px;
    height: 21px;
}

.table_sortable .dr_fnd .df_arr_wht {border: 2px #fff solid; background-color: #fff}
.table_sortable .dr_fnd .df_arr_wht:hover,.table_sortable .dr_fnd .df_arr_wht:focus {background-color: #fff; border: 2px #5a5a5a solid}
.table_sortable .dr_fnd .df_arr_wht_u, .table_sortable .dr_fnd .df_arr_wht_u:hover, .table_sortable .dr_fnd .df_arr_wht_u:focus {
    background-color: #fff;
    border-top: 2px #5a5a5a solid;
    border-left: 2px #5a5a5a solid;
    border-bottom: 2px #fff solid
}
*html .table_sortable .dr_fnd .df_arr_wht_u, *html .table_sortable .dr_fnd .df_arr_wht_u:hover, *html .table_sortable .dr_fnd .df_arr_wht_u:focus {
    border-right: 1px #5a5a5a solid;
}
/********************************************************************************/
*html .table_sortable .df_list {
    margin-left: 0;
    z-index: 2;
    width: 130px;
}

/* Static table*/
.table_sortable .table_static a{
    font-size: 16px;
    line-height: 22px;
}

.table_sortable .table_static p{
    font-size: 14px;
    line-height: 18px;
    color: #5A5A5A;
    margin-bottom: 0;
}

.table_sortable .table_static th {
    border-left: 0;
    padding: 12px 20px 12px 1px;
}

.table_sortable .table_static th.th_fst {
    border-left: 0;
    padding: 12px 20px;
}

.table_sortable .table_static td {
    border-right: 0;
    width:82px;
    padding: 12px 20px 12px 1px;
}

.table_sortable .table_static td.td_fst {
    width: 388px;
    padding: 12px 20px;
}

.table td.col-right {
    text-align: right;
}

.table td.col-center {
    text-align: center;
}

span.desktop-sm-required {
    color: #a94442 !important;
    font-weight: 900 !important;
}

.validation-summary-errors {
    color: #a94442 !important;
}

.field-validation-error span {
    color: #a94442 !important;
}


/** product details */
#product-details-dialog {
    text-align: center;
}
        
.product-images .item {
    text-align: center;
}

.product-images .item .asset {
    max-width: 100%;
}


/** sign in */
.hpeForm-btn-group .np{
    padding: 0px !important;
}

.hpeForm-btn-group .col-md-5 {
    margin-top: -28px;
}

.hpeForm-btn-group span {
    font-weight: bold;
}

.hpeForm-btn-group .sign-in-as {
    text-decoration: underline;
    color: black;
}

/** advanced search */
.advanced-search-textarea {
    width: 100%;
    height: 150px;
    padding: 8px;
}

.advance-search-valid-delimiter ul li{
    list-style-type: disc !important;
}

.advanced-search-link {
    margin-top: 28px;
    text-align: right;
}

.advanced-search-link a {
    color: #707070;
    text-decoration: underline;
}

.advanced-search-link a:hover {
    color: #707070;
}

.basic-search-link {
    padding-left: 0px;
}

.inquire-container {
    position: relative;
    z-index: 1;
}

.inquire-wrap {
    min-width: 70px;
}

.inquire-input {
    width: 48px;
    border: 1px solid #ccc;
    outline: none;
    min-height: 30px;
    padding: 3px;
    position: absolute;
    top: -6px;
    left: 0px;
    text-align: right;
    z-index: 11;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

.inquire-tooltip {
    margin-left: 3px;
    position: absolute;
    top: -9px;
    right: -6px;
    color: #00B388;
}

.link-icon, .hpe-qty-icon, .fa-question-circle {
    color: #00B388;
}

em.icon.no-link:before {
    color: #808080 !important;
    cursor:default !important;
}

.productDetailTrigger, .productDetailTrigger:visited, .productDetailTrigger:hover {
    color: #222;
}

#productSearchTable td {
    vertical-align: middle !important;
}

/** tooltip **/

  .ui-tooltip, .arrow:after {
    position: absolute !important;
    background: #000 !important;
    border: 2px solid #ccc !important;
  }
  .ui-tooltip {
    padding: 5px 10px;
    color: white !important;
    font-size: 13px;
    max-width:290px;
    overflow: hidden !important;
  }

 a.external-link {
    margin-right: 7px;
}

.external-link, .external-link:visited, .external-link:focus {
    color: #222 !important;
}

.custom-width-7 {
    width: 7% !important;
}

.custom-width-10 {
    width: 11% !important;
}

.ie-width-14 {
    width: 14% !important;
}

.ie-width-10 {
    width: 10% !important;
}

.text-area {
    padding-top: 10px !important;
}

#uploadPriceList {
    /*display: none;*/
}

#lblUploadPriceList {
    cursor: pointer;
    width: 211px !important;
}

#submitButton{
    width: 212px !important;
}

.footer .wait_class div, .header .wait_class div, .footer #cs_spooler div,
.product-images .item.loader {
    background: url('https://marketplace.hpe.com/resources/images/loading.gif') no-repeat scroll 0 0 transparent !important;
    height: 60px;
    width: 60px;
}

.product-images .item.loader {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}

/**
=================================================
    Tooltips
=================================================    
*/

.hpe-tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 10;
}

.hpe-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px 0px 5px 16px;
    position: absolute;
    left: 72%;
    bottom: -120%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.hpe-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: calc(58px - 50%);
    margin-left: -30px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hpe-tooltip:hover .tooltiptext,
.hpe-tooltip:hover .inquire.tooltiptext {
    visibility: visible;
    opacity: 1;
}


.tooltiptext > ul > li {
    list-style: none !important;
    font-size: 13px;
}

.hpe-tooltip .inquire.tooltiptext {
    visibility: hidden;
    min-width: 150px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px 4px 5px 11px;
    position: absolute;
    left: 110%;
    bottom: -120%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
}

.hpe-tooltip .inquire.tooltiptext::after {
    content: "";
    position: absolute;
    top: calc(57px - 50%);
    margin-left: -40px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/**
=================================================
    Availability-Tooltips
=================================================    
*/
.availability-tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 10;
}

.availability-tooltip .availability-tooltiptext {
    visibility: hidden;
    min-width: 130px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px 5px 5px 16px;
    position: absolute;
    left: 72%;
    bottom: -120%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.availability-tooltip:hover .availability-tooltiptext,
.availability-tooltip:hover .inquire.availability-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext > ul > li {
    list-style: none !important;
    font-size: 13px;
}


/**
=================================================
    DemoForecast-Tooltips
=================================================    
*/

.demoforecast-tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 100;
}

.demoforecast-tooltip .demoforecast-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px 0px 5px 16px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
}

.demoforecast-tooltip:hover .demoforecast-tooltiptext,
.demoforecast-tooltip:hover .inquire.demoforecast-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.demoforecast-tooltiptext > ul > li {
    list-style: none !important;
    font-size: 13px;
}

/**
=================================================
    Comments-Tooltips
=================================================    
*/

.hpe-tooltip .comment-tooltiptext {
    visibility: hidden;
    width: 150px;
    min-height: 46px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px 4px 5px 11px;
    position: absolute;
    left: -174px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    -ms-transform: rotate(-50%);
    -webkit-transform: rotate(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

    .hpe-tooltip .comment-tooltiptext::after {
        content: "";
        position: absolute;
        right: -16px;
        top: 43%;
        margin-left: 0;
        border-width: 8px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(270deg);
    }

.hpe-tooltip:hover .comment-tooltiptext{
    visibility: visible;
    opacity: 1;
}

/**
=================================================
    Alternate Rows when product on multiple rows
=================================================    
*/

tr.border_top td {
    border-top: 2pt solid black;
}

/**
=================================================
    Regions Control
=================================================    
*/

.control-regions {
    border: 0;
    margin-top: 20px;
}

.control-regions td {
    border:none; 
    background: #F0F0F0
}

.search-control-regions {

}

.search-control-regions td {
    border: none;
    background: FFFFFF;
    padding: 0;
}


/**
=================================================
    Product Administration
=================================================    
*/
.productAdminOptions {
    font-size: 22px;
}

/**
=================================================
    modal
=================================================    
*/
.process-state {
    padding-left: 28px !important;
}

.loadingModal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(255, 255, 255, 0.5);
}


/* Modal Content */
.loadingModal .modal-content {
    background: url(https://marketplace.hpe.com/resources/images/loading.gif) no-repeat scroll 0 0 transparent !important;
    background-size: 31% 39% !important;
    background-position: center !important;
    border: 0 !important;
    margin: auto;
    width: 200px;
    height: 160px;
    box-shadow: none !important;
    -webkit-box-shadow: unset !important;
    position: absolute;
    right: 45% !important;
    top: 30% !important;
}

.upload-error-message {
    display: none;
    line-height: 27px;
    padding: 6px 6px 0px 0px;
}

.upload-error-message {
    color: #D8000C;
}

ul.about, li.about {
    list-style-type: unset !important;
    margin-left: 20px;
}

.hpcolortext {
    color: #00b388;
}

/**
=================================================
    Footnotes
=================================================    
*/

.footnote {
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #5a5a5a;
}

.simple-anchor {
    border-bottom: 1px solid #01a982;
    color: #333333;
    text-decoration: none;
}

/**
=================================================
    Breadcrumbs
=================================================    
*/

.breadcrumbs {
    height: 25px;
    background-color: #EFEFEF;
    font-size: 13px !important;
}

.anchor-breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 100%;
    height: 30px;
    max-width: 100%;
    min-width: 0;
}

.anchor-breadcrumbs .brcmb-list {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    margin: 0 -2px;
    padding: 0;
    z-index: 5;
    text-transform: uppercase;
}

    .anchor-breadcrumbs .brcmb-list .brcmb-section:first-child {
        padding-left: 2px;
    }

    .anchor-breadcrumbs .brcmb-list .brcmb-section {
        float: left;
        padding: 8px 2px 7px 3px;
    }

.anchor-breadcrumbs .brcmb-section {
    display: block;
    position: relative;
    max-width: 100%;
    line-height: 1em;
    font-size: 13px;
    list-style: none;
    color: #707070;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
}

.anchor-breadcrumbs .brcmb-section a {
    display: inline;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
    color: #8A8A8A;
    font-size: 13px;
}

/**
=================================================
    Forgot Password
=================================================    
*/

.form-group.forgot-password {
    margin-bottom: 30px;
}


/**
=================================================
    Product Menu
=================================================    
*/

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: -15%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #425563;
    animation: spinner .6s linear infinite;
}

.pm {
    border: 1px solid #ccc;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
}

#product-menu-container .hpeForm label,
#edit-dialog-menu .hpeForm label {
    opacity: unset;
    font-size: 17px;
    color: #000;
    display: block;
}

#product-menu-container .hpeForm .input,
#edit-dialog-menu .hpeForm .input {
    color: #212121;
    text-align: left;
    padding: 12px 49px 12px 12px;
    text-indent: 0;
    font-family: arial,sans-serif;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    height: 48px;
    white-space: pre;
    overflow: auto;
    box-sizing: border-box;
    display: block;
}

#product-menu-container .hpeForm .form-group {
    margin-bottom: 10px;
}

#product-menu-container .br {
    border-right: 1px solid #efefef;
}

#product-menu-container .mt-20{
    margin-top: 20px;
}

#product-menu-container .add-menu-link {
    font-size: 15px;
    padding: 6px 7px;
    border-radius: 19px;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 0px;
}

#product-menu-container .add-menu-link:hover {
    text-decoration: none;
}

    #product-menu-container .add-menu-link em {
        color: #00B388;
        font-size: 13px;
    }

#product-menu-container .menu-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 10px 0px;
    position: relative;
}

#product-menu-container .menu-header .header-title{
    position: relative;
}

#product-menu-container .form-add-menu {
    padding: 21px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}

#product-menu-container .form-tree-menu {
    min-height: 288px;
    padding-left: 10px;
}

#product-menu-container .form-tree-menu .menu-structure {
    background: #efefef;
    padding: 0px 10px;
}

#rootMenu, #rootMenu:hover {
    text-decoration: none;
    color: #777;
    display: block;
    padding: 7px;
    font-size: 18px;
}

#product-menu-container a.btn.btn-primary.disabled {
    color: #C6C9CA !important;
}

.n-active {
    background: #efefef;
}

#tree .gj-icon,
#readonlytree .gj-icon {
    color: #00b388;
}

#tree .gj-list-md-active,
#readonlytree .gj-list-md-active {
    background: #efefef;
    color: #3f51b5;
}

#tree ul.gj-list-bootstrap li [data-role=display],
#readonlytree ul.gj-list-bootstrap li [data-role=display] {
    font-size: 17px;
}

#tree .list-group-item.active,
#tree .list-group-item.active:focus,
#tree .list-group-item.active:hover,
#readonlytree .list-group-item.active,
#readonlytree .list-group-item.active:focus,
#readonlytree .list-group-item.active:hover {
    background-color: #efefef;
    border-color: #efefef;
}

#alertMessage {
    font-size: 16px;
}

.clear {
    clear: both
}

#product-menu-container .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#product-menu-container .ui-state-hover {
    border: 1px solid #cccccc;
    border-radius: 0px;
}

#product-menu-container .ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #cccccc;
}

/**
=================================================
    Import logs
=================================================    
*/


#tblLogContainer td {
    font-size: 16px !important;
}

#tblLogContainer .errorlog-tooltip {
    position: relative;
    display: inline-block;
    z-index: 10;
    margin-left: 5px;
}

#tblLogContainer .errorlog-tooltip .fa-info-circle {
    color: #00b388;
}

#tblLogContainer .errorlog-tooltip .availability-tooltiptext {
    visibility: hidden;
    min-width: 200px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px 5px 5px 16px;
    position: absolute;
    left: 21px;
    top: -5px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

    #tblLogContainer .errorlog-tooltip .availability-tooltiptext span{
        color: #fff !important;
    }
    
    #tblLogContainer .errorlog-tooltip:hover .availability-tooltiptext,
    #tblLogContainer .errorlog-tooltip:hover .inquire.availability-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltiptext > ul > li {
    list-style: none !important;
    font-size: 13px;
}


/**
=================================================
   Header Menu
=================================================    
*/


.header-menu-section li.hm {
    list-style: none;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    display: block;
}

    .header-menu-section li.hm a {
        color: #000;
        text-decoration: none;
        padding: 5px;
    }

.header-menu-section li.hm a i.fa {
    font-size: 12px;
    color: #425563;
}
        
.header-menu-section li.hm a:hover {
    color: #000;
    text-decoration: none;
}


.header-menu-section li.hm ul.submenu {
    position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 4px 0px;
    display: none;
}

.header-menu-section li.hm ul.submenu > li > a {
    padding: 2px 8px
    display: block;
    width: 100%;
    font-size: 16px;
}

.header-menu-section li.hm ul.submenu > li > a:hover{
    text-decoration:underline
}

#edit-dialog-menu {
    position: relative;
}

    #edit-dialog-menu #editSpinner {
        position: absolute;
        top: 38px;
        left: 129px;
    }


.admin-table, .admin-table th {
    font-size: 15px;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-row .input {
    max-width: 35%;
    margin-right: 10px;
}

.header-search {
    display: flex;
    align-items: center;
}

.header-search h4 {
    position: relative;
}

#paSpinner:before {
    right: -28% !important;
}

.header-search .product-tools {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 150px;
}

input.disabled-input {
    color: #999!important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
