﻿/*
body #graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url(https://mychart-np.et1152.epichosted.com/MyChartPOC/en-us/images/logo.svg) no-repeat scroll left/contain;
display: block;
height: 100%;
width: 100%;
}
*/

.helpful-resource-elem .icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2.5rem 0 0;
    float: left;
    background: url(../images/quicklinks/HelpfulResourceDoc.png);
    background-size: contain;
}

.button.nextstep, .button.completeworkflow, .button.inlinesave {
    box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 20%);
    color: #ffffff;
    background-color: #CD9700;
}

.button.nextstep:hover, .button.nextstep:active, .button.completeworkflow:hover, .button.completeworkflow:active, .button.inlinesave:hover, .button.inlinesave:active {
    background-color: #CD9700;
}

.button {
    box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 20%);
    color: #ffffff;
    background-color: #003DA6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    fill: currentColor;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    margin: 0.5rem 0;
    padding: 0.375rem 0.75rem;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    white-space: normal;
}

.button:hover, .button:active {
    background-color: #003DA6;
}

.need-help-list {
    text-align: center;
    justify-content: center;
    color: #363636;
}