﻿main a, aside a {
    background-image: linear-gradient(to right, #046B99 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    background-position: center bottom 4%;
    background-origin: padding-box;
}

a.info-w, .panel-heading a:not(:hover), .table-responsive th a {
    text-decoration: none;
}

    a.info-w:hover, .indicator:hover {
        color: #006400;
        text-decoration: underline;
        background-image: none;
    }

h3, h4 {
    padding: 0;
}

.chosen-select.search-bar {
    max-width: 100%;
    padding: 0;
    width: inherit !important;
}

.chosen-select .k-input {
    display: inline;
    text-overflow: ellipsis;
}

.chosen-select .k-dropdown-wrap {
    background-color: #fff;
    border-color: #a8a8a8;
}

.sr-nav-skip a {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .sr-nav-skip a:focus {
        border: 2px solid #808080;
        clip: auto;
        display: block;
        height: auto;
        line-height: 20px;
        margin: 0;
        padding: 5px;
        position: static;
        text-align: center;
        width: auto;
    }

.with-border .col-md-12, .with-border .col-md-8, .with-border .col-md-4 {
    background: none; /* Removed because it broke bootstrap styles for responsive columns */
}

.health-plan-name {
    height: auto;
}

.tooltip-inner, .popover-content {
    font-size: 0.9rem;
    max-width: 25rem;
}

#sticky_div {
    margin-left: -15px;
}

    #sticky_div.stick h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.navbar-toggle:hover, .navbar-toggle:focus {
    border-color: #fff;
    box-shadow: #fff 0 0 3px;
}

/* Media rules to not allow sticky scrolling content on the Compare Health Plans page */
@media screen and (max-width: 1000px), screen and (max-height: 700px) {
    #sticky_div {
        position: relative !important;
    }

    #sticky_anchor {
        height: 0 !important;
    }

    #sticky_offset {
        margin-top: 0 !important;
    }
}

/* Media rules to fix scrollbar on some browsers when screen size is small */
@media (min-width: 1024px) {
    #head_links {
        min-width: 345px;
    }
}

/* at 100 zoom, hide the toggle option as it is not needed for the responsive grid*/
.footable:not(.breakpoint) .footable-toggle {
    display: none;
}

a.info-w:active, a.indicator:active {
    outline: 1px dotted #12539f !important;
    background-image: none !important;
    text-decoration: none !important;
}

.indicator:active {
    outline: none !important;
    background-image: none !important;
    text-decoration: none !important;
}

#head_links a:active {
    outline: 1px dotted #ffffff !important;
    background-image: none !important;
    text-decoration: none !important;
}

.search-bar:focus {
    border-color: #000000;
    outline: 0;
    border: 2px solid black;
}

.main-content .table-responsive th a {
    background-image: none;
}

/* Fix for map hover */
#mapthat_map iframe ~ div {
    border-color: #000 !important;
}
