﻿table.detailForm
{
    width: 100%;
     margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.detailForm tr
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.detailForm td
{
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.ui-sgcollapsed a
{
    padding: 0px;
}

.HedisScoreDown
{
    color: red;
}

.HedisScoreUp
{
    color: green;
}

.HedisScoreEven
{
    color: orange;
}

.navbar-hedis
{
    background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
}
.navbar-hedis .navbar-nav>.active>a
{
    background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
    background-repeat:repeat-x;
    box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)
}

div.ui-jqgrid-view table.ui-jqgrid-btable {
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

    div.ui-jqgrid-view table.ui-jqgrid-btable td {
        border-left-style: none
    }

div.ui-jqgrid-view table.ui-jqgrid-htable {
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

div.ui-jqgrid-view table.ui-jqgrid-btable th {
    border-left-style: none
}

.ui-jqgrid tr.jqgroup td {
    font-size: 1.1em;
    font-weight: bold !important;
    background-color: #e1ebf7; /*#98AFC7;*/
}

.legend-scale {
    margin: 5px 0;
}

.legend-scale ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
    .legend-scale:not(.sidebar) ul:after {
        clear: both;
        content: "";
        display: table;
    }

    .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
        margin-right: 10px;
        float: left;
    }

.legend-scale.selectable ul li {
    align-items: center;
    background: #fff;
    border: solid 1px #bdbdbd;
    border-radius: 3px;
    box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 2px 2px 2px 3px;
    position: relative;
    letter-spacing: .05em;
    text-decoration: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    -webkit-appearance: none;
}

    .legend-scale.selectable ul li.selected {
        background-color: #c0f2ff;
        border: solid 1px #83b6bd;
        text-shadow: 0px 0px 3px #fff;
    }

        ul.legend-labels li span {
            display: inline-block;
            float: left;
            height: 16px;
            width: 30px;
            margin-right: 5px;
            margin-left: 0;
            border: 1px solid #999;
        }

.legend-scale.selectable.sidebar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .legend-scale.selectable.sidebar ul li {
        border: dashed 1px #dcdcdc;
        box-shadow: none;
        flex: 0 0 calc(99% / 2);
        font-size: 0.9rem;
        letter-spacing: normal;
        margin-bottom: 4px;
        margin-right: 0;
        padding: 4px;
        width: 100%;
    }
        .legend-scale.selectable.sidebar ul li.selected,
        .legend-scale.selectable.sidebar ul li:hover {
            background: #ceecff;
            border: solid 1px #0075ff;
        }

        .legend-scale.selectable.sidebar ul li:not(.selected) {
            background: white;
            border: solid 1px white;
        }