.title {
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: "HPEMetricRegular","Arial" !important;
    color: #00b388 !important;
}

.collapsed {
    background: url('../../img/quickspecs/sprite-for-plus-minus.png') no-repeat;
    background-position: -116px -69px;
}

.expanded {
    background: url('../../img/quickspecs/sprite-for-plus-minus.png') no-repeat;
    background-position: -113px -211px;
}

.expanded, .collapsed {
    background-repeat: no-repeat;
    margin-right: 5px;
    min-height: 18px;
    min-width: 18px;
    text-indent: 25px;
    display: inline-block;
}

.expandAllContainer {
    height: 58px;
    border-bottom: 1px solid #CCCCCC;
}

.collapseAll {
    margin-right: 10px;
    margin-left: 10px;
}

.collapseAll, .expandAll {
    height: 18px;
    width: 18px;
    float: right;
    margin-top: 20px;
    text-align: right;
}

.td_retired {
    font-family: 'MetricHPE-Web-Semibold';
    vertical-align:top;
    text-align:left;    
    font-size:small;     
    font-style: normal;   
}

.td_retiredText {
     font-family: 'MetricHPE-Web-Semibold';
     font-size:small;     
     font-style: normal;
     vertical-align:top;
     text-align:center;     
}

.td_expCol {
    width: 27%;
}

.td_ddl {
    width: 33%;
}

.titleSpace {
    margin-top: 20px;
    margin-bottom: 20px;
}

#htmlContentTitle {
    font-family: "HPEMetricRegular","Arial";
    color: #000000;
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
}

/*#mainContainer table td{
    border: none !important;
    padding: inherit !important;
}*/

#toTop {
    display: block;
    position: fixed;
    top: 90%;
    left: 0;
    font-family: "HPEMetricRegular","Arial" !important;
    color: #00b388 !important;
}

/* PSNDEV-14788 - Class to avoid overlapping between the back to top button and the footer */
.avoid-toTop-button {
  padding-right: 16%;
  padding-left: 11%;
}

#imgBackToTop {
    position: relative;
    top: 10px;
    border: none;
}

.fixToTop {
    top: 0px;
    position: fixed;
    width: 75%;
    z-index: 1000;
    background: white;
}

@media screen and (max-width: 797px) {
    #body {
        width: 90% !important;
        margin-left: 5%;
    }

    #topContainer {
        width: 100%;
    }

    #htmlContentTitle {
        font-size: 27px;
    }

    .fixToTop {
        width: 95% !important;
    }

    body {
        overflow-x: hidden;
    }

    table tbody tr {
        width: 50%;
    }

    .contentDiv {
        overflow-x: scroll;
    }

    #spanToTop {
        display: none;
    }

    table.MsoNormalTable {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .section img {
        width: 100% !important;
    }
}

.contentDiv {
    margin-top: 10px;
    margin-left: 20px;
    display: none;
}

#divHTMLFooter {
    text-align: center;
	font-family: "HPEMetricSemiBold","Arial";
    font-weight: bold;
}

.body {
    width: 75%;
    margin-left: 10%;
}
