/*
 * This file contains CSS that clients can use to over-ride Healthwise's CSS
 */

/* remove outline from all links, inputs, and tabs */
a:focus, input:focus, *[tabindex]:focus {
    outline: none !important;
}

/* Clearfix major elements / fixes */
.HwClear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

#HwContainer, #HwMain, #HwFooter {
    margin: 0;
    padding: 0;
    position: relative;
    *zoom: 1;
}

#HwContainer:before, #HwContainer:after, #HwMain:before, #HwMain:after, #HwFooter:before, #HwFooter:after {
    display: table;
    content: "";
    line-height: 0;
}

#HwContainer:after, #HwMain:after, #HwFooter:after {
    clear: both;
}

/* Healthwise Continaer - set background color */
#HwContainer {
    background: #fff;
}

/* Main Content */
.HwContent {
    position: inherit;
}

.HwElement {
    overflow: hidden;
    padding: 10px;
}

.HwElement a, .HwElement a:hover, .HwElement a:visited, .HwElement a:active, .HwElement a:focus {
    cursor: pointer;
    text-decoration: underline;
    color: #007DC3;
}

.HwElement h1, .HwElement h2, .HwElement h3, .HwElement h4, .HwElement h5, .HwElement h6, .HwElement p, .HwElement ul, .HwElement ol, .HwElement li {
    color: #333;
    background: none;
    border: none;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

.HwElement h1, .HwElement h2, .HwElement h3, .HwElement h4, .HwElement h5, .HwElement h6 {
    line-height: 1.2;
    margin: 0.4em 0;
    padding: 0;
}

.HwElement ul, .HwElement ol {
    margin: 0.4em 0;
    padding: 0;
}

.HwElement li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    line-height: 1.57;
}

/* Images */
div.HwMedicalImage img, div.HwMedicalImage {
    clear: both;
    float: none;
}

/* Sidebar Navigation */
#HwColumnSidebar2 {
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
    width: 200px;
}

#HwNavigation {
    margin: 0;
    padding: 0 0 0 15px;
}

#HwNavigation ul {
    list-style: none outside none !important;
    margin: 10px 0 !important;
    padding: 0 !important;
}

#HwNavigation li {
    list-style: none outside none !important;
    margin: 5px 0 !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    #HwColumnSidebar2 {
        float: none;
        width: auto;
    }

    #HwNavigation {
        margin: 0;
        padding: 0;
    }
}

/* Symptom Checker */
#SxCheckerApp img {
    min-width: none;
    width: auto;
    max-width: none;
}

/* Symptom Information Contianer */
.HwTypeSymptom {
    width: auto;
}

/* Decision Points */
.HwSectionTab * {
    color: #000 !important;
}

.HwSectionTabSelected * {
    color: #fff !important;
}

/* Media Galleries */
#HwMediaGalleryControlWrapper {
    float: none;
    display: block;
    margin: 0 0 10px 0;
}

/* Version Notes */
.HwSxVersion {
    display: none;
}

/* Tooltips */
#HwTooltip {
    z-index: 9999;
}

/* Reset box sizing for popup boxes */
.HwDialogElement, .HwDialogElement * {
    -webkit-box-sizing: content-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;
    /* Firefox, other Gecko */
    box-sizing: content-box;
    /* Opera/IE 8+ */
}
