:root
{
   /* --outcome-alt-row-color:aliceblue;*/
    --outcome-alt-row-color:#EAF8FB; 
}
a.build.btn[disabled]
{
    filter:saturate(0.1);
}
.outcome-use-alt-row-color
{
    background:var(--outcome-alt-row-color);
}
#collapseCompTestVars > div.panel-body
{
    padding:0;
    min-height:0;
}
#additional-strength-tests .checkbox > label
{
    width:auto;
    display:inline-block;
    padding-left:0;
}
#additional-strength-tests .checkbox input[type="checkbox"]
{
    display:inline-block;
    float:none;
    position:relative;
    left:-7px;
    top: -2px;
    height: 8pt;
}
/*2022-02-03_15-39-21*/
#additional-strength-tests a.btn-primary
{
    padding: 6px 0;
    text-align:center;
}
/*
table#additional-strength-tests-table:first-child tr td:nth-of-type(2) > input
{
    width: 3.5em;
}
table#additional-strength-tests-table:first-child tr td:nth-of-type(5)
{
    margin:0;
    padding:0;
}
table#additional-strength-tests-table:first-child tr td:nth-of-type(5) > div
{
    margin:0;
    padding:0;
}
table#additional-strength-tests-table:first-child tr td:nth-of-type(5) > div > textarea
{
    width: 480px;
}
*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/content/fonts/glyphicons-halflings-regular.eot);
    src: url(/content/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/content/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/content/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

@font-face {
    font-family: 'Glyphicons Filetypes';
    src: url(/content/fonts/glyphicons-filetypes-regular.eot);
    src: url(/content/fonts/glyphicons-filetypes-regular.eot?#iefix) format('embedded-opentype'), url(/content/fonts/glyphicons-filetypes-regular.woff) format('woff'), url(/content/fonts/glyphicons-filetypes-regular.ttf) format('truetype'), url(/content/fonts/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular) format('svg');
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url(/content/fonts/glyphicons-regular.eot);
    src: url(/content/fonts/glyphicons-regular.eot?#iefix) format('embedded-opentype'), url(/content/fonts/glyphicons-regular.woff) format('woff'), url(/content/fonts/glyphicons-regular.ttf) format('truetype'), url(/content/fonts/glyphicons-regular.svg#glyphicons_regular) format('svg');
}

@font-face {
    font-family: 'Glyphicons Social';
    src: url(/content/fonts/glyphicons-social-regular.eot);
    src: url(/content/fonts/glyphicons-social-regular.eot?#iefix) format('embedded-opentype'), url(/content/fonts/glyphicons-social-regular.woff) format('woff'), url(/content/fonts/glyphicons-social-regular.ttf) format('truetype'), url(/content/fonts/glyphicons-social-regular.svg#glyphicons_regular) format('svg');
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Menu Dropdown on hover*/
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.credit-card-logo-sm {
    /*line-height: 25%;*/
    height: 20px;
    text-align: center;
}

    .credit-card-logo-sm img {
        height: 100%;
    }

.bold-score-label {
    font-weight:600;
}

.btn-default {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    color: #fff;
    background-color: #00aeef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: thin;
    border-style: solid;
    border-color: #0076a3;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 15px;
    vertical-align: middle;
}

   .btn-default.stdcust {
        text-transform: none;
   }
    .coming-soon
    {
        color:Gray;
        background-color:#EEEEEE;
    }
    #emailFaxDiv > .btn-default {
        color: yellow;
    }
    #emailFaxDiv > .btn-default.aspNetDisabled {
        color: #ccc;
    }

    .color-yellow {
        color: yellow;
    }

    .btn-default + span {
        top: 0;
    }

    .btn-default.disabled {
        background-color: #e6e6e6;
        border-color: #adadad;
        color: #0076a3;
        opacity: .3;
    }

    .btn-default.dim-disabled {
        opacity: .3;
    }

    .btn-default:hover {
        color: #0076a3;
        background-color: #d4d4d4;
        box-shadow: inset 0 3px 5px #c0c0c0;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-default:focus {
        color: #0076a3;
        background-color: #d4d4d4;
        box-shadow: inset 0 3px 5px #c0c0c0;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        box-shadow: inset 0 3px 5px #c0c0c0;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-default.build > .glyphicon {
        padding-left: 3px;
        padding-right: 3px;
    }

input .btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary.aspNetDisabled, .btn-primary.aspNetDisabled:hover {
    color: #bbb;
    background-color: #f4f4f4;
    border-color: #ddd;
}

    .btn-primary:hover {
        color: #000;
        background-color: #eee;
        border-color: #204d74;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        color: #444;
        background-color: #eee;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active {
        color: #444;
        background-color: #eee;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus {
            color: #555;
            background-color: #eee;
            border-color: #204d74;
        }

        .btn-primary:focus,
        .btn-primary.focus,
        .btn-primary:active:focus,
        .btn-primary:active.focus,
        .btn-primary.active:focus,
        .btn-primary.active.focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

#admins .btn-default {
    min-width: 57px;
}

#users .btn-default {
    min-width: 57px;
}

body {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    padding-top: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
}

form {
    width: 99%;
}

a {
    color: #0076a3;
}

/* Search Bar*/
.btn-search {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    color: #fff;
    background-color: #00aeef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: thin;
    border-style: solid;
    border-color: #0076a3;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 15px;
    vertical-align: middle;
}

    .btn-search + span {
        top: 0;
    }

    .btn-search:focus {
        color: #0076a3;
        background-color: #d4d4d4;
        box-shadow: inset 0 3px 5px #c0c0c0;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-search:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        box-shadow: inset 0 3px 5px #c0c0c0;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }


blockquote {
    padding: 6px 20px;
    margin: -5px 0 20px;
    font-size: small;
    border-left: none;
}

.searchTextBox {
    max-width: 1000px !important;
}

/* Search Bar End*/

/* new gridView start */
.gridViewModern {
    width: 100%;
    border-collapse: collapse;
    color: transparent;
    border: 0 none transparent !important;
}

    .gridViewModern > tbody > .header > th {
        font-weight: 800;
        padding: .6em;
        border-top: 0 none transparent !important;
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        border-bottom: 0 none transparent !important;
        color: #000;
        white-space: nowrap;
    }

    .gridViewModern > tbody > tr > td {
        border-top: 1px solid #ddd;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: .4em;
        color: #000;
        vertical-align: middle;
    }

        .gridViewModern > tbody > tr.header > th:nth-child(1),
        .gridViewModern > tbody > tr > td:nth-child(1) {
            width: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .gridViewModern > tbody > tr.pager {
        border-collapse: collapse !important;
        border: 0 none transparent !important;
        border-top-color: transparent !important;
    }

        .gridViewModern > tbody > tr.pager > td {
            border-top: 0 none transparent !important;
            border-left: 0 none transparent !important;
            border-right: 0 none transparent !important;
            border-bottom: 0 none transparent !important;
        }

            .gridViewModern > tbody > tr.pager > td > table {
                background-color: #fff;
                padding: 0;
                border-collapse: collapse;
                border: 0 none #fff !important;
                border-spacing: 0 !important;
                background-color: #fff;
            }

                .gridViewModern > tbody > tr.pager > td > table > tbody > tr > td {
                    padding: 3px !important;
                    width: auto !important;
                }

                    .gridViewModern > tbody > tr.pager > td > table > tbody > tr > td a {
                        margin: auto 1%;
                        border-radius: 50%;
                        background-color: #00aeef;
                        font-weight: 600;
                        padding: 5px 10px 5px 10px;
                        color: #ffffff;
                        text-decoration: none;
                        -o-box-shadow: 1px 1px 1px #111;
                        -moz-box-shadow: 1px 1px 1px #111;
                        -webkit-box-shadow: 1px 1px 1px #111;
                        box-shadow: 1px 1px 1px #111;
                    }

                        .gridViewModern > tbody > tr.pager > td > table > tbody > tr > td a:hover {
                            background-color: #e6e6e6;
                            color: #333;
                            font-weight: 600;
                            border-color: #adadad;
                        }

                    .gridViewModern > tbody > tr.pager > td > table > tbody > tr > td span {
                        background-color: silver;
                        color: black;
                        font-weight: 800;
                        -o-box-shadow: 1px 1px 1px #111;
                        -moz-box-shadow: 1px 1px 1px #111;
                        -webkit-box-shadow: 1px 1px 1px #111;
                        box-shadow: 1px 1px 1px #111;
                        border-radius: 50%;
                        padding: 5px 10px 5px 10px;
                    }

    .gridViewModern.officeLocation > tbody > tr > td {
        white-space: nowrap;
        vertical-align: top;
    }

        .gridViewModern.officeLocation > tbody > tr > td:nth-child(2) {
            width: 3%;
            border-left: 0 none transparent !important;
            border-right: 0 none transparent !important;
            border-bottom: 0 none transparent !important;
        }

    .gridViewModern.officeLocation > tbody > tr.pager > td:nth-child(2) > a {
        padding: 3px !important;
        width: auto !important;
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        border-bottom: 0 none transparent !important;
    }

    .gridViewModern.officeLocation > tbody > tr > td:nth-child(2) > .btn-sm {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
        border: 0;
    }

    .gridViewModern.officeLocation > tbody > tr > td:nth-child(3) {
        width: 1%;
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        border-bottom: 0 none transparent !important;
    }

    .gridViewModern.officeLocation > tbody > tr > td:nth-child(4) {
        width: 10%;
        white-space: nowrap;
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        border-bottom: 0 none transparent !important;
    }

    .gridViewModern.officeLocation > tbody > tr > td:nth-child(5) {
        width: 20%;
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        border-bottom: 0 none transparent !important;
    }

    .gridViewModern.officeLocation > tbody > tr > td:nth-child(6) {
        width: 15%;
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        border-bottom: 0 none transparent !important;
    }

    .gridViewModern.officeLocation > tbody > tr > td:nth-child(7) {
        min-width: 51%;
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        border-bottom: 0 none transparent !important;
    }

        .gridViewModern.officeLocation > tbody > tr > td:nth-child(7) > img {
            width: 100%;
            min-width: 100px;
        }

        .gridViewModern.subscriptions {
            width: 50%;
            min-width: 100px;
        }

    .gridViewModern.order-details > tbody > .header > th:nth-child(2) {
        width: 20%;
    }

    .gridViewModern.order-details > tbody > tr > td:nth-child(2) {
        vertical-align: top;
    }

    .gridViewModern.order-details > tbody > .header > th:nth-child(3) {
        width: 60%;
        vertical-align: top;
    }

    .gridViewModern.order-details > tbody > tr > td:nth-child(3) {
        vertical-align: top;
    }

    .gridViewModern.order-details > tbody > .header > th:nth-child(4),
    .gridViewModern.order-details > tbody > tr > td:nth-child(4) {
        vertical-align: top;
        text-align: right;
        width: 20%;
        padding-right: 13.5px;
    }

    .gridViewModern.package > tbody > tr > td:nth-child(2) {
        width: 30%;
    }

    .gridViewModern.package > tbody > tr > th:nth-child(3),
    .gridViewModern.package > tbody > tr > td:nth-child(3) {
        width: 11%;
        text-align: right;
        white-space: nowrap;
    }

    .gridViewModern.package > tbody > tr > th:nth-child(4),
    .gridViewModern.package > tbody > tr > td:nth-child(4) {
        width: 11%;
        text-align: right;
    }

    .gridViewModern.package > tbody > tr > th:nth-child(5),
    .gridViewModern.package > tbody > tr > td:nth-child(5) {
        width: 11%;
        text-align: right;
    }

    .gridViewModern.package > tbody > tr > th:nth-child(6) {
        width: 15%;
        text-align: center;
        overflow-wrap: break-word;
    }

    .gridViewModern.package > tbody > tr > td:nth-child(6) {
        text-align: center;
        white-space: nowrap;
    }

        .gridViewModern.package > tbody > tr > td:nth-child(6) > a {
            min-width: 108px;
        }

            .gridViewModern.package > tbody > tr > td:nth-child(6) > a.current-link-button-hidden {
                display: none;
            }

    .gridViewModern.package > tbody > tr > th:nth-child(7),
    .gridViewModern.package > tbody > tr > td:nth-child(7) {
        width: 22%;
        text-align: center;
        white-space: nowrap;
    }

        .gridViewModern.package > tbody > tr > td:nth-child(7) > div > div.prepay-autorefill-slider-hidden {
            display: none;
        }

        .gridViewModern.package > tbody > tr > td:nth-child(7) > div > div > label + span {
            display: none;
        }

    .gridViewModern.package > tbody > tr.billed-monthly-row {
        border-top: 30px solid white;
    }

        .gridViewModern.package > tbody > tr.billed-monthly-row > td:nth-child(2) {
            padding: .6em;
            font-weight: 900;
        }

        .gridViewModern.package > tbody > tr.billed-monthly-row > td:nth-child(7) > div > div > label + span {
            display: inline;
        }

    .gridViewModern.package .chosen-package {
        background-color: #eeeeee;
    }

    .gridViewModern.package-details > tbody > tr > td:nth-child(2) {
        width: 15%;
    }

    .gridViewModern.package-details > tbody > tr > td:nth-child(3) {
        width: 15%;
    }

    .gridViewModern.package-details > tbody > tr > td:nth-child(4) {
        width: 70%;
    }


    .gridViewModern.orders > tbody > tr > th:nth-child(2) {
        text-align: left;
    }

    .gridViewModern.orders > tbody > tr > td:nth-child(2) {
        width: 6%;
    }

    .gridViewModern.orders > tbody > tr > td:nth-child(3) {
        width: 10%;
    }

    .gridViewModern.orders > tbody > tr > td:nth-child(4) {
        width: 23%;
    }

    .gridViewModern.orders > tbody > tr > td:nth-child(5) {
        width: 16%;
    }

    .gridViewModern.orders > tbody > tr > th:nth-child(6),
    .gridViewModern.orders > tbody > tr > td:nth-child(6) {
        width: 5%;
        text-align: center;
    }

    .gridViewModern.orders > tbody > tr > td:nth-child(7) {
        width: 5%;
        text-align: center;
    }

    .gridViewModern.orders > tbody > tr > th:nth-child(8),
    .gridViewModern.orders > tbody > tr > td:nth-child(8) {
        width: 5%;
        text-align: right;
    }

    .gridViewModern.orders > tbody > tr > th:nth-child(9),
    .gridViewModern.orders > tbody > tr > td:nth-child(9) {
        width: 5%;
        text-align: right;
    }

    .gridViewModern.orders > tbody > tr > th:nth-child(10),
    .gridViewModern.orders > tbody > tr > td:nth-child(10) {
        width: 5%;
        text-align: center;
    }

        .gridViewModern.orders > tbody > tr > td:nth-child(10) .checkbox-row {
            margin-top: 0;
            margin-bottom: 0;
        }

    .gridViewModern.orders > tbody > tr > td:nth-child(11) {
        width: 20%;
    }

        .gridViewModern.orders > tbody > tr > td:nth-child(11) > div > table {
            border: 0 solid transparent;
        }

    .gridViewModern.overall-activity {
        width: 100%;
        max-width: 100%;
    }

        .gridViewModern.overall-activity > tbody > .header > th {
            vertical-align: top;
            height: auto;
            overflow-wrap: break-word;
            word-wrap: break-word;
            text-align: center;
            white-space: normal;
        }

        .gridViewModern.overall-activity > tbody > tr > td {
            text-align: center;
        }

            .gridViewModern.overall-activity > tbody > tr > td:nth-child(n+2) {
                width: 16%;
            }

    .gridViewModern.users > tbody > tr > td:nth-child(2) {
        width: 2%;
    }

        .gridViewModern.users > tbody > tr > td:nth-child(2) > .btn-sm {
            padding-top: 0;
            padding-bottom: 0;
            font-size: 14px;
            border: 0;
        }

    .gridViewModern.users > tbody > tr > td:nth-child(3),
    .gridViewModern.users > tbody > tr > th:nth-child(3) {
        width: 7%;
        text-align: center;
        white-space: nowrap;
    }

    .gridViewModern.users > tbody > tr > td:nth-child(4),
    .gridViewModern.users > tbody > tr > th:nth-child(4) {
        width: 2%;
        text-align: center;
    }

        .gridViewModern.users > tbody > tr > td:nth-child(4) .checkbox-row {
            margin-top: 0;
            margin-bottom: 0;
        }

    .gridViewModern.users > tbody > tr > td:nth-child(5) {
        white-space: nowrap;
        max-width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .gridViewModern.users > tbody > tr > td:nth-child(6) {
        max-width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .gridViewModern.users > tbody > tr > td:nth-child(7),
    .gridViewModern.users > tbody > tr > th:nth-child(7) {
        width: 3%;
        text-align: center;
    }

        .gridViewModern.users > tbody > tr > td:nth-child(7) .checkbox-row {
            margin-top: 0;
            margin-bottom: 0;
        }

    .gridViewModern.users > tbody > tr > td:nth-child(8),
    .gridViewModern.users > tbody > tr > th:nth-child(8) {
        width: 3%;
        text-align: center;
    }

        .gridViewModern.users > tbody > tr > td:nth-child(8) .checkbox-row {
            margin-top: 0;
            margin-bottom: 0;
        }

    .gridViewModern.users > tbody > tr > th:nth-child(9) {
        width: 3%;
        text-align: center;
    }

    .gridViewModern.users > tbody > tr > td:nth-child(9) .checkbox-row {
        margin-top: 0;
        margin-bottom: 0;
    }

    .gridViewModern.tests > tbody > tr > td:nth-child(2) {
        width: 4%;
    }

        .gridViewModern.tests > tbody > tr > td:nth-child(2) > .btn-sm {
            padding-top: 0;
            padding-bottom: 0;
            font-size: 14px;
            border: 0;
        }

    .gridViewModern.tests > tbody > tr > td:nth-child(3),
    .gridViewModern.tests > tbody > tr > th:nth-child(3) {
        width: 8%;
        text-align: center;
    }

    .gridViewModern.tests > tbody > tr > td:nth-child(4),
    .gridViewModern.tests > tbody > tr > th:nth-child(4) {
        width: 10%;
        text-align: center;
        white-space: nowrap;
    }

    .gridViewModern.tests > tbody > tr > td:nth-child(5) {
        width: 50%;
    }

    .gridViewModern.tests > tbody > tr > td:nth-child(6) {
        width: 15%;
    }

    .gridViewModern.tests > tbody > tr > td:nth-child(7) {
        width: 15%;
        white-space: nowrap;
    }

    .gridViewModern.customers > tbody > tr > td {
        vertical-align: top;
    }

        .gridViewModern.customers > tbody > tr > td:nth-child(2) {
            width: 2%;
        }

            .gridViewModern.customers > tbody > tr > td:nth-child(2) > .btn-sm {
                padding-top: 0;
                padding-bottom: 0;
                font-size: 14px;
                border: 0;
            }

    .gridViewModern.customers > tbody > tr > th:nth-child(5) {
        text-align: center;
    }

    .gridViewModern.customers > tbody > tr > td:nth-child(5) {
        width: 9%;
        white-space: nowrap;
    }

    .gridViewModern.customers > tbody > tr > td:nth-child(6) {
        width: 9%;
        white-space: nowrap;
    }

    .gridViewModern.customers > tbody > tr > td:nth-child(7) {
        width: 3%;
        text-align: right;
    }

    .gridViewModern.sample-tests > tbody > tr > td:nth-child(2) {
        width: 4%;
    }

    .gridViewModern.sample-tests > tbody > tr > td:nth-child(3),
    .gridViewModern.sample-tests > tbody > tr > th:nth-child(3) {
        width: 8%;
        text-align: center;
    }

    .gridViewModern.sample-tests > tbody > tr > td:nth-child(4),
    .gridViewModern.sample-tests > tbody > tr > th:nth-child(4) {
        width: 10%;
        text-align: center;
        white-space: nowrap;
    }

    .gridViewModern.sample-tests > tbody > tr > td:nth-child(5) {
        width: 90%;
    }

    .gridViewModern.sample-tests > tbody > tr > td:nth-child(6) {
        width: 5%;
        text-align: center;
    }

    .gridViewModern.volume-based-discounts > tbody > tr > th {
        border: none;
    }

        .gridViewModern.volume-based-discounts > tbody > tr > th:nth-child(1),
        .gridViewModern.volume-based-discounts > tbody > tr > td:nth-child(1) {
            width: 50%;
            text-align: center;
        }

        .gridViewModern.volume-based-discounts > tbody > tr > th:nth-child(2),
        .gridViewModern.volume-based-discounts > tbody > tr > td:nth-child(2) {
            width: 50%;
            text-align: center;
        }

.volume-based-discounts {
    padding-top: 10px;
    text-align: center;
}


/* new gridView end */
/* gridView start */
.gridView {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

    .gridView > tbody > .header {
        padding: .6em;
    }

        .gridView > tbody > .header th {
            text-align: center;
            text-wrap: initial;
            font-weight: 800;
            background-color: #aaaaaa;
            color: #ffffff;
            padding: .6em;
        }

    .gridView > tbody > tr:nth-child(odd) {
        background-color: #fff0df;
    }

    .gridView > tbody > tr > td {
        border: 1px solid rgb(236,236,236);
        padding: .3em;
    }

    .gridView.select-test > tbody > tr > td:nth-child(1) {
        width: 1px;
        text-align: center;
    }

    .gridView.select-test > tbody > tr > td:nth-child(2) {
        width: 8%;
        white-space: nowrap;
    }

    .gridView.select-test > tbody > tr > td:nth-child(3),
    .gridView.select-test > tbody > tr > th:nth-child(3) {
        width: 8%;
        white-space: nowrap;
        text-align: center;
    }

    .gridView.select-test > tbody > tr > td:nth-child(4) {
        width: 40%;
        white-space: nowrap;
    }

    .gridView.select-test > tbody > tr > td:nth-child(5) {
        width: 1%;
    }

    .gridView.select-test > tbody > tr > td:nth-child(6) {
        width: 10%;
        white-space: nowrap;
    }

    .gridView.select-test > tbody > tr > td:nth-child(7) {
        width: 10%;
        white-space: nowrap;
    }

    .gridView.select-test > tbody > tr > td:nth-child(8) {
        width: 10%;
        white-space: nowrap;
    }

    .gridView.select-test > tbody > tr > td:nth-child(9) {
        width: 1%;
    }



    .gridView.select-jda > tbody > tr > td:nth-child(1) {
        width: 1px;
        text-align: center;
    }

    .gridView.select-jda > tbody > tr > td:nth-child(2) {
        width: 5%;
        white-space: nowrap;
    }

    .gridView.select-jda > tbody > tr > td:nth-child(3),
    .gridView.select-jda > tbody > tr > th:nth-child(3) {
        width: 20%;
        white-space: nowrap;
        text-align: center;
    }

    .gridView.select-jda > tbody > tr > td:nth-child(4) {
        width: 30%;
        white-space: nowrap;
    }

    .gridView.select-jda > tbody > tr > td:nth-child(5) {
        width: 35%;
        white-space: nowrap;
    }

    .gridView.select-jda > tbody > tr > td:nth-child(6) {
        width: 1%;
        white-space: nowrap;
    }


    /**/

    .gridView.select-Patient-test > tbody > tr > td:nth-child(1) {
        width: 1px;
        text-align: center;
    }

    .gridView.select-Patient-test > tbody > tr > td:nth-child(2) {
        width: 8%;
        white-space: nowrap;
    }

    .gridView.select-Patient-test > tbody > tr > td:nth-child(3),
    .gridView.select-Patient-test > tbody > tr > th:nth-child(3) {
        width: 30%;
        white-space: nowrap;
        text-align: center;
    }

    .gridView.select-Patient-test > tbody > tr > td:nth-child(4) {
        width: 5%;
        white-space: nowrap;
    }

    .gridView.select-Patient-test > tbody > tr > td:nth-child(5) {
        width: 15%;
    }

    .gridView.select-Patient-test > tbody > tr > td:nth-child(6) {
        width: 20%;
        white-space: nowrap;
    }

    .gridView.select-Patient-test > tbody > tr > td:nth-child(7) {
        width: 20%;
        white-space: nowrap;
    }

    .gridView.select-Patient-test > tbody > tr > td:nth-child(8) {
        width: 20%;
        white-space: nowrap;
    }


    .gridView > tbody > tr.footer {
        border: 0 none transparent;
        background-color: #fff;
    }

        .gridView > tbody > tr.footer > td {
            border-collapse: collapse;
            border: 1px solid #fff;
            background-color: #fff;
        }

    .gridView > tbody > tr.pager {
        background-color: #fff;
        padding: 0;
        border-collapse: collapse;
        border: 0 none #fff;
        border-spacing: 0;
        background-color: #fff;
    }

        .gridView > tbody > tr.pager > td {
            border-spacing: 0;
            border-collapse: collapse;
            border: 1px solid #fff;
            background-color: #fff;
        }

            .gridView > tbody > tr.pager > td > table {
                border-spacing: 0;
                border-collapse: collapse;
                border: 1px solid #fff;
            }

                .gridView > tbody > tr.pager > td > table > tbody {
                    border-spacing: 0;
                    border-collapse: collapse;
                    border: 1px solid #fff;
                }

                    .gridView > tbody > tr.pager > td > table > tbody > tr {
                        border-collapse: collapse;
                        border: 1px solid #fff;
                        margin: .7em;
                    }

                        .gridView > tbody > tr.pager > td > table > tbody > tr > td {
                            border-collapse: collapse;
                            border: 1px solid #fff;
                            padding: .4em;
                            width: 27px;
                        }

    .gridView > tbody > .pager a {
        margin: auto 1%;
        border-radius: 50%;
        background-color: #00aeef;
        font-weight: 600;
        padding: 5px 10px 5px 10px;
        color: #ffffff;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .gridView > tbody > .pager a:hover {
            background-color: #e6e6e6;
            color: #333;
            font-weight: 600;
            border-color: #adadad;
        }

    .gridView > tbody > .pager span {
        background-color: silver;
        color: black;
        font-weight: 800;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 10px 5px 10px;
    }

.gridViewProgress {
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    -moz-transition-property: opacity, transform;
    -moz-transition-duration: 0.15s;
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: opacity, transform;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

    .gridViewProgress .icon {
        opacity: 0;
        margin-top: 20vw;
        transform: translateY(70px) scale(0.75);
    }

        .gridViewProgress .icon .border {
            opacity: 1;
            stroke: #24b47e;
            stroke-dasharray: 251;
            stroke-dashoffset: 62.75;
            transform-origin: 50% 50%;
            transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-animation-name: spin;
            -webkit-animation-duration: 1s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: spin;
            -moz-animation-duration: 1s;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            -o-animation-name: spin;
            -o-animation-duration: 1s;
            -o-animation-iteration-count: infinite;
            -o-animation-timing-function: linear;
            animation: spin 1s linear infinite;
        }

        .gridViewProgress .icon svg {
            will-change: transform;
        }

    .gridViewProgress.submitting {
        z-index: 9999999;
        opacity: .6;
        /*pointer-events: none;*/
    }

        .gridViewProgress.submitting .icon {
            opacity: 1;
            pointer-events: none;
        }

/* test navigation*/
nav.testNavigation {
    padding: 0;
    margin-left: 1em;
    margin-right: -1em;
}

    nav.testNavigation > ul > li {
        background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
        border: 1px solid #eaeaea;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-top: 3px;
        margin-right: 2px;
    }

        nav.testNavigation > ul > li:hover {
            background-color: #aaa;
        }

        nav.testNavigation > ul > li > a,
        nav.testNavigation > ul > li > a:hover,
        nav.testNavigation > ul > li > a:focus {
            color: #aaa;
            padding-left: 2px;
            padding-top: 4px;
            padding-bottom: 4px;
            padding-right: 6px;
            font-size: .9em;
            font-weight: 300;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        nav.testNavigation > ul > li.inuse > a,
        nav.testNavigation > ul > li.inuse > a:hover,
        nav.testNavigation > ul > li.inuse > a:focus {
            color: #00aeef;
            font-weight: 500;
        }

        nav.testNavigation > ul > li.active > a,
        nav.testNavigation > ul > li.active > a:hover,
        nav.testNavigation > ul > li.active > a:focus {
            color: #ef0037;
            background: linear-gradient(to bottom, rgba(237, 251, 255, 0.70) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
        }

        nav.testNavigation > ul > li.notapplicable > a {
            visibility: hidden;
            display: none;
        }
/* test navigation*/

/** Page-specific styles */
.popover {
    border: 2px dotted #00aeef;
    width: 40%;
    min-width: 250px;
}
#StrengthCap .popover {
    min-width: 350px;
}

.popover-title {
    background-color: #fff;
    color: #19254C;
    font-weight: bold;
    padding: 8px;
}

.popover-content {
    background-color: #fff0df;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: transparent;*/
    -webkit-box-shadow: inset 0 0 6px #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/*::-webkit-scrollbar-thumb:window-inactive {background: transparent;}*/

/* Modal */
#modalUa {
    max-height: calc(99%);
}

    #modalUa .modal-dialog,
    #modalUa .modal-content {
        height: 95%;
        width: 90%;
        margin-left: 5%;
    }

    #modalUa .modal-body {
        max-height: calc(97% - 180px);
        overflow-y: auto;
    }

    #modalUa .modal-footer .row .checkbox {
        padding-left: 15px;
    }

#modalFceTestValidation .modal-dialog,
#modalFceTestValidation .modal-content {
    /*height: 90%;*/
    width: 90%;
    max-width: 1200px;
    /*margin-left: 5%;*/
    margin-left: auto;
    margin-right: auto;
}

#modalFceTestValidation .modal-body {
    max-height: calc(97% - 120px);
    /*overflow-y: auto;*/
}

#modalFceTestValidation canvas {
    box-shadow: 0px 0px 3px 3px #AAA;
    margin-bottom: 10px;
}

#ctl00_cph1_upContactEdit {
    max-height: 96vh;
    overflow-y: auto;
}

#modalContactEdit {
    max-height: 99%;
}

    #modalContactEdit .modal-dialog,
    #modalContactEdit .modal-content {
        /*height: 92vh;*/
    }

    #modalContactEdit .modal-body {
        max-height: calc(90vh - 120px);
        overflow-y: auto;
    }

#ctl00_cph1_LocationEditUpdatePanel {
    max-height: 97vh;
    overflow-y: auto;
}

.locationEditModal {
    max-height: 99%;
}

    .locationEditModal .modal-dialog,
    .locationEditModall .modal-content {
        height: 96%;
    }

    .locationEditModal .modal-body {
        max-height: calc(90vh - 120px);
        overflow-y: auto;
    }

.checkbox-row {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 0;
}

    .checkbox-row.disabled {
        pointer-events: none;
        opacity: .5;
    }

/* Modal End */
#page-title {
    text-align: center;
    padding-bottom: 1em;
}

#body {
    min-width: 753px;
}

footer {
    padding: 2em;
    text-align: center;
}

    footer > p > span {
        color: lightgrey;
    }

#topcontrols {
    position: absolute;
    right: 2%;
    top: 5px;
}

.datepick input[type="text"] {
    max-width: 75px;
}

.form-control {
    overflow-x: hidden;
}

.form-inline .form-control {
    max-width: 99%;
    overflow-x: hidden;
}
/* END INPUT & CELL SIZES */

/* CSS TABLES */
.table-view {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: .5em;
}

    .table-view header {
        display: table-header-group;
        font-weight: bold;
    }

    .table-view .row {
        display: table-row;
        width: 100%;
    }

        .table-view header div, .table-view .row div, .table-view footer div {
            display: table-cell;
        }

        .table-view .row div {
            vertical-align: top;
        }

    .table-view footer {
        display: table-footer-group;
    }
/* END CSS TABLES */

.cente#ef0037list {
    margin: 0 auto;
}

.noshow {
    display: none !important;
}

#ws {
    text-align: left;
}

.full-width {
    width: 100% !important;
}

.full-width-inline {
    min-width: 180px !important;
}

.top-buffer-slim {
    margin-top: 20px;
}

.top-buffer {
    margin-top: 40px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.multiline {
    min-height: 30px;
    height: auto;
}
/* +++++++++++ END LAYOUT +++++++++++ */

/* +++++++++++ FORMATTING +++++++++++ */

.smalltxt {
    font-size: .85em;
}

.redtxt {
    color: #F00;
}

.clearit {
    clear: both;
}

.horizit {
    display: inline-block;
}

.bold-it {
    font-weight: bold;
}

.showit {
    display: block !important;
}

.hide-it {
    display: none !important;
}

.right-it {
    text-align: right;
}

.center-it {
    text-align: center;
}

.nopad {
    padding: 0;
}

.helplink {
    cursor: help;
}

.uline {
    text-decoration: underline;
}

.autoheight {
    height: auto;
}

.labelfield, .darkinput {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7', GradientType=0 );
    border: 1px solid #ddd;
    padding: 0 3px;
    margin: 0;
    line-height: 30px;
    color: #115;
    display: block;
    min-width: 30px;
}

.darkcell {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7', GradientType=0 );
    border: 1px solid #ddd;
    margin: 0;
    line-height: 30px;
    color: #115;
    display: block;
    min-width: 30px;

    font-size: .9em;
    text-align: center !important;
    vertical-align: middle !important;
    width: 94px;
    padding: 8px;
    line-height: 1.15;
    min-height: 35px;
    font-size: 0.9em;
    margin-right: -5px;
    margin-left: -5px;
    border-radius: 4px;
    margin-bottom: -4px;
}

.darkcell:hover {
    color: #0076a3;
    box-shadow: 0 0 5px 5px rgba(0, 118, 163, 0.25);
}


.lblTextCenter {
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
}

.Right {
    float: right;
}

.labelfieldKg {
    width: 50px !important;
    font-weight: normal;
}

.definedNorm {
    text-align: left;
    min-width: 45px;
    margin-bottom: -4px;
}

.definedNorm:hover {
    color: #0076a3;
    box-shadow: 0 0 5px 5px rgba(0, 118, 163, 0.25);
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#login ul, #main-menu ul {
    list-style: none;
}

#l1 li {
    margin-bottom: 1em;
    text-align: left;
}

#l2 li {
    margin-bottom: 1em;
    text-align: center;
}

#login ul li:after {
    clear: both;
}

#login ul li label {
    width: 80px !important;
    margin-right: .8em;
    text-align: left;
    display: inline-block;
}
/* END LOGIN */

a.aspNetDisabled:link, a.aspNetDisabled:visited, a.aspNetDisabled:hover {
    color: #383838 !important;
    cursor: not-allowed !important;
}
.minwidth-50 { min-width: 51px; }
@media screen and (max-width: 1200px) {
   
    .padding-10px{
        padding:10px;
    }
    .padding-left-0px{
        padding-left:0px;
    }
    .margin-left-0px { margin-left: 0px !important; }
    .fieldset-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .width-60px {
        width: 60px !important;
    }
    .margin-left-10px {
        margin-left: 10px;
    }
    .word-wrap-break-word {
        word-wrap: break-word;
    }
    .width-max-content {
        width: max-content;
    }
}
    @media screen and (max-width: 1120px) {
        .overflow-y-scroll {
            overflow-y: scroll;
        }
        #fce-testinfo {
            font-size: .87em;
        }
    }

    .fce-listbox {
        min-height: 253px;
    }

    /* +++++++++++ END FORMATTING +++++++++++ */

    /* +++++++++++ VITAL SIGNS +++++++++++ */
    .vital-signs {
        padding: 2px;
        border-top: #ff9191 2px solid;
        border-bottom: #ff9191 2px solid;
        margin-bottom: .1em;
        text-align: center;
        vertical-align: middle;
    }

        .vital-signs > div > table > * {
            font-size: 100%
        }

        .vital-signs > .table-responsive {
            white-space: nowrap;
        }

        .vital-signs .table > tbody > tr > td {
            vertical-align: middle;
        }

        .vital-signs table td:first-child {
            width: 90px;
            white-space: nowrap;
            font-weight: bold;
            text-align: left;
        }

        .vital-signs table td:nth-child(2) {
            width: 45px;
        }

        .vital-signs table td:nth-child(3) {
            width: 25%;
        }

        .vital-signs table td:nth-child(4) {
            width: 25%;
        }

        .vital-signs table td:nth-child(5) {
            width: 25%;
        }

        .vital-signs table td:last-child {
            width: 160px;
            padding: 0;
        }

        .vital-signs table table {
            width: auto;
            margin-left: 5px;
            margin-right: 5px;
        }

            .vital-signs table table tr td {
                padding-left: 2px;
                padding-right: 2px;
                white-space: nowrap;
                width: auto !important;
            }

            .vital-signs table table td:first-child {
                color: #ef0037;
                font-weight: bold;
            }

            .vital-signs table table input[type=text] {
                width: 28px;
            }
    /* +++++++++++ END VITAL SIGNS +++++++++++ */

    /* +++++++++++ FCE VIEWS +++++++++++ */
    #tabviews-main {
        overflow: hidden;
        position: relative;
    }

    .fce-views {
        vertical-align: top;
    }

    #viewswrap {
        box-sizing: border-box;
    }

    .botbar {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .bot-notes {
        width: 100%;
        min-height: 41px;
        font-weight: bold;
        padding: 7px;
        padding-bottom: 0;
        margin: 0;
        font-size: .85em;
    }

    .leftnotes {
        text-align: left;
    }

    .center-notes {
        font-weight: bold;
        font-size: .85em;
        text-align: center;
        font-style: italic;
    }

    .rightnotes {
        font-weight: normal;
        font-size: 14px;
        text-align: right;
    }

    .headertxt {
        font-weight: bold;
        margin-bottom: 1em;
        font-size: .9em;
    }

    .sidenote {
        background: #ededed;
        border: #999 1px solid;
        font-weight: bold;
    }

    .fce-views textarea {
        border: #cfcfcf 1px solid;
        width: 100% !important;
    }
    /* VIEW-SPECIFIC STYLES */
    .table-view header div {
        font-size: .9em;
        padding-bottom: .75em !important;
    }

    .col1, .col2, .col3, .col4, .col5, .col6 {
        display: inline-block !important;
        vertical-align: top;
        margin-right: 1%;
    }
    /****** CURRENT CONDITION / COMPLAINTS ******/
    #HistCurrCond > div > div.panel-default {
        background-color: #EFFAFC;
    }

    #hcc > div > table > tbody > tr > td {
        vertical-align: top;
        padding: 5px 2px;
    }

    #hcc > div > table > tbody > tr:first-child > td:nth-child(1) {
        text-align: left;
        width: 17%;
    }

    #hcc > div > table > tbody > tr:first-child > td:nth-child(2) {
        width: 80%;
    }

    #hcc > div > table > tbody > tr:first-child > td:nth-child(3) {
        width: 3%;
    }

    #hcc fieldset {
        height: 195px;
        padding: 3px;
    }

    /* Past Medical History */
    #PastMedHist > div > div.panel-default {
        background-color: #EFFAFC;
    }

        #PastMedHist > div > div.panel-default > div.panel-body {
            padding-bottom: 5px;
        }

    #pmh > div > table {
        width: 100%;
    }

        #pmh > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 5px 2px;
        }

        #pmh > div > table > tbody > tr:first-child > td:nth-child(1) {
            text-align: left;
            width: 14%;
        }

        #pmh > div > table > tbody > tr:first-child > td:nth-child(2) {
            width: 21%;
        }

        #pmh > div > table > tbody > tr:first-child > td:nth-child(3) {
            width: 62%;
        }

        #pmh > div > table > tbody > tr:first-child > td:nth-child(4) {
            align-items: center;
            width: 3%;
        }

    /****** SYSTEMS REVIEW ******/
    #SysRev > div > div.panel-default {
        background-color: #EFFAFC;
    }

    section#sr > div.tab-content {
        background-color: white;
    }

    /****** OUTCOMES ******/
    #oq input {
        width: 120px;
    }

    #oq {
        text-align: center;
    }

    /* OQ FIELDSET */
    .oq-fieldset {
        float: left;
        background-color: #effafc;
        border: 1px solid #d8d8d8;
        border-radius: 12px;
        padding: 5px;
        margin-top: 20px; /* make room for legend */
        margin-bottom: 5px;
    }

    .oq-fieldset-legend {
        width: unset;
        position: absolute;
        margin-top: calc(-5px - 2em);
        color: #00aeef;
        font-family: Roboto, Open Sans, Segoe UI, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .oq-fieldset > div > a.btn-default {
        font-size: 12.5px;
        padding: 2px 4px;
        min-height: 42px;
    }

    @media screen and (max-width: 1200px) {
        .oq-fieldset > div > a.btn-default {
            font-size: 11.5px;
            padding: 2px 4px;
            min-height: 40px;
        }
    }

    /* ERGO CALCULATOR FIELDSET*/
    .ergo-calc-fieldset {
        padding: 5px;
    }

    .ergo-calc-fieldset-legend {
        width: unset;
        position: absolute;
        margin-top: calc(-5px - 2em);
        color: #00aeef;
        font-family: Roboto, Open Sans, Segoe UI, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ergo-calc-fieldset > div > div > a.btn-default {
        font-size: 12.5px;
        padding: 2px 4px;
        min-height: 42px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* ERGO ASSESSMENT TOOLS FIELDSET*/
    .ergo-assessment-fieldset {
        padding: 5px;
        background-color: #effafc;
        border: 1px solid #d8d8d8;
        border-radius: 12px;
        margin-top:35px;
    }

    .ergo-assessment-fieldset-legend {
        width: unset;
        position: absolute;
        margin-top: calc(-30px - 2em);
        color: #00aeef;
        font-family: Roboto, Open Sans, Segoe UI, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ergo-assessment-fieldset > div > div > a.btn-default {
        font-size: 12.5px;
        padding: 2px 4px;
        min-height: 42px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #oq-body-region-specific,
    #oq-symptom-specific {
        width: calc(50% - 8px);
        margin-left: -4px;
        margin-right: 8px;
    }

        #oq-body-region-specific > div,
        #oq-symptom-specific > div {
            width: 50%;
            padding: 5px;
            float: left;
        }

    #oq-symptom-specific-outcome {
        width: calc(75% - 8px);
        margin-left: -4px;
        margin-right: 8px;
    }

        #oq-symptom-specific-outcome > div {
            width: 33.333%;
            padding: 5px;
            float: left;
        }

    #oq-clinician-tools,
    #oq-adl-specific {
        width: calc(25% - 4px);
        margin-right: 8px;
    }

        #oq-clinician-tools > div,
        #oq-consistency-testing > div,
        #oq-adl-specific > div,
        #oq-pain-specific > div {
            width: 100%;
            padding: 5px;
            float: left;
        }

    #oq-consistency-testing,
    #oq-pain-specific {
        width: calc(25% - 4px);
    }

    .oq-button-score {
        font-weight: 700;
        /*font-size: 1.2em;*/
        color: yellow;
        line-height: 1;
    }


    /* Test Header*/
    #testHeader table {
        width: 100%;
        border: 1pt solid #e9e7e7;
    }

        #testHeader table tr td {
            text-align: left;
            border: 1pt solid #e9e7e7;
        }

    #sr .btn-default {
        height: 28px;
        width: 28px;
        padding: 0 !important;
    }

        #sr .btn-default span {
            top: 1px;
            padding: 0 !important;
            font-size: 10px;
        }

    /****** SIT, STAND, WALK TOLERANCES ******/
    #PosTol > div > div.panel-default {
        background-color: #EFFAFC;
    }

    #sswt > div > table {
        width: 100%;
    }

        #sswt > div > table > tbody > tr:first-child > td {
            font-weight: bold;
        }

            #sswt > div > table > tbody > tr:first-child > td:nth-child(2) {
                text-align: center;
            }

            #sswt > div > table > tbody > tr:first-child > td:nth-child(3) {
                text-align: center;
                white-space: nowrap;
            }

            #sswt > div > table > tbody > tr:first-child > td:nth-child(4) {
                text-align: center;
            }

        #sswt > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 5px 3px;
        }

            #sswt > div > table > tbody > tr > td:nth-child(1) {
                text-align: left;
                width: 17%;
            }

            #sswt > div > table > tbody > tr > td:nth-child(2) {
                text-align: center;
                width: 20%;
            }

            #sswt > div > table > tbody > tr > td:nth-child(3) {
                text-align: center;
                width: 7%;
            }

            #sswt > div > table > tbody > tr > td:nth-child(4) {
                width: 53%;
            }

            #sswt > div > table > tbody > tr > td:nth-child(5) {
                text-align: center;
                width: 3%;
            }

            #sswt > div > table > tbody > tr > td > span {
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
            }

            #sswt > div > table > tbody > tr > td > div {
                vertical-align: top;
                text-align: left;
            }

                #sswt > div > table > tbody > tr > td > div > input {
                    margin: 0 !important;
                    text-align: left;
                    vertical-align: middle;
                    white-space: nowrap;
                    width: 50px;
                }

                #sswt > div > table > tbody > tr > td > div > select {
                    margin: 0 !important;
                    padding: 6px;
                }

                #sswt > div > table > tbody > tr > td > div > textarea {
                    vertical-align: top;
                    min-height: 68px;
                }

    #sswt2 > div > table {
        width: 100%;
    }

        #sswt2 > div > table > tbody > tr:first-child > td {
            font-weight: bold;
            white-space: nowrap;
        }

            #sswt2 > div > table > tbody > tr:first-child > td:nth-child(2) {
                text-align: center;
            }

            #sswt2 > div > table > tbody > tr:first-child > td:nth-child(3) {
                text-align: center;
            }

            #sswt2 > div > table > tbody > tr:first-child > td:nth-child(4) {
                text-align: center;
                white-space: nowrap;
            }

            #sswt2 > div > table > tbody > tr:first-child > td:nth-child(5) {
                text-align: center;
            }

        #sswt2 > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 5px 2px;
        }

            #sswt2 > div > table > tbody > tr > td:nth-child(1) {
                text-align: left;
                width: 14%;
            }

            #sswt2 > div > table > tbody > tr > td:nth-child(2) {
                text-align: center;
                width: 20%;
            }

            #sswt2 > div > table > tbody > tr > td:nth-child(3) {
                text-align: center;
                width: 19%;
            }

            #sswt2 > div > table > tbody > tr > td:nth-child(4) {
                width: 7%;
            }

            #sswt2 > div > table > tbody > tr > td:nth-child(5) {
                text-align: center;
                width: 35%;
            }

            #sswt2 > div > table > tbody > tr > td:nth-child(6) {
                width: 5%;
            }

            #sswt2 > div > table > tbody > tr > td > span {
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
            }

            #sswt2 > div > table > tbody > tr > td > div {
                vertical-align: top;
                text-align: left;
            }

                #sswt2 > div > table > tbody > tr > td > div > input {
                    margin: 0 !important;
                    text-align: left;
                    vertical-align: middle;
                    white-space: nowrap;
                    width: 50px;
                }

                #sswt2 > div > table > tbody > tr > td > div > select {
                    margin: 0 !important;
                    padding: 6px;
                }

                #sswt2 > div > table > tbody > tr > td > div > textarea {
                    vertical-align: top;
                    min-height: 68px;
                }

    /****** STRENGTH CAPACITIES ******/

    #StrengthCap > div > div.panel-default {
        background-color: #EFFAFC;
    }

    #additional-strength-tests > table:nth-child(2n) > tbody > tr > td:nth-child(1) {
        width: unset;
    }

    #additional-strength-tests > table:nth-child(2n) > tbody > tr > td:nth-child(2) {
        width: 535px;
    }

    #additional-strength-tests div.panel-body.dynamicLifts {
        min-height: unset;
        height: unset;
        padding-bottom: 0px;
    }

    #sc > div > table {
        width: 100%;
    }

        #sc > div > table > tbody > tr:first-child > td {
            font-weight: bold;
            white-space: nowrap;
        }

            #sc > div > table > tbody > tr:first-child > td:nth-child(2) {
                text-align: center;
                width: 10%;
            }

            #sc > div > table > tbody > tr:first-child > td:nth-child(3) {
                text-align: center;
            }

        #sc > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 5px 2px;
        }

        #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(1) {
            text-align: left;
            width: 22%;
        }

        #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(2) {
            text-align: center;
            width: 6%;
        }

        #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(3),
        #sc > div > table > tbody > tr:nth-child(4) > td:nth-child(3),
        #sc > div > table > tbody > tr:nth-child(5) > td:nth-child(3) {
            text-align: left;
            width: 4%;
            padding-top: 10px;
        }


        #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(4) {
            text-align: center;
            width: 4%;
        }

            #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(4) > a.btn.btn-primary,
            #sc > div > table > tbody > tr:nth-child(4) > td:nth-child(4) > a.btn.btn-primary,
            #sc > div > table > tbody > tr:nth-child(5) > td:nth-child(4) > a.btn.btn-primary {
                width: 100%;
                white-space: nowrap;
                background-color: #e8e8e8;
            }

                #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(4) > a.btn.btn-primary:hover,
                #sc > div > table > tbody > tr:nth-child(4) > td:nth-child(4) > a.btn.btn-primary:hover,
                #sc > div > table > tbody > tr:nth-child(5) > td:nth-child(4) > a.btn.btn-primary:hover {
                    background-color: #b9b9b9;
                }

        #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(5) {
            text-align: center;
            width: 73%;
        }

        #sc > div > table > tbody > tr:nth-child(2) > td:nth-child(6) {
            text-align: center;
            width: 5%;
        }

        #sc > div > table > tbody > tr > td > input {
            margin: 0 !important;
            text-align: left;
            vertical-align: middle;
            white-space: nowrap;
            width: 50px;
        }

        #sc > div > table > tbody > tr > td > span {
            vertical-align: text-top;
            margin-top: 3px;
            padding-top: 3px;
        }

        #sc > div > table > tbody > tr > td > textarea {
            vertical-align: text-top;
            min-height: 46px;
            margin-right: 5px;
            margin-bottom: 10px;
        }

    #sc2 > div > table {
        width: 100%;
    }

        #sc2 > div > table > tbody > tr:first-child > td {
            font-weight: bold;
            white-space: nowrap;
        }

            #sc2 > div > table > tbody > tr:first-child > td:nth-child(2) {
                text-align: center;
            }

            #sc2 > div > table > tbody > tr:first-child > td:nth-child(3) {
                text-align: center;
            }

            #sc2 > div > table > tbody > tr:first-child > td:nth-child(4) {
                text-align: center;
            }

            #sc2 > div > table > tbody > tr:first-child > td:nth-child(5) {
                text-align: center;
            }

        #sc2 > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 5px 2px;
        }

            #sc2 > div > table > tbody > tr > td:nth-child(1) {
                text-align: left;
                width: 20%;
            }

            #sc2 > div > table > tbody > tr > td:nth-child(2) {
                text-align: center;
                width: 3%;
            }

            #sc2 > div > table > tbody > tr > td:nth-child(3) {
                text-align: center;
                width: 3%;
            }

            #sc2 > div > table > tbody > tr > td:nth-child(4) {
                text-align: center;
                width: 5%;
            }

        #sc2 > div > table > tbody > tr:nth-child(2) > td:nth-child(4),
        #sc2 > div > table > tbody > tr:nth-child(4) > td:nth-child(4),
        #sc2 > div > table > tbody > tr:nth-child(5) > td:nth-child(4) {
            padding-top: 10px;
        }

        #sc2 > div > table > tbody > tr > td:nth-child(5) {
            text-align: center;
            width: 10%;
        }

        #sc2 > div > table > tbody > tr:nth-child(2) > td:nth-child(5) > a.btn.btn-primary,
        #sc2 > div > table > tbody > tr:nth-child(4) > td:nth-child(5) > a.btn.btn-primary,
        #sc2 > div > table > tbody > tr:nth-child(5) > td:nth-child(5) > a.btn.btn-primary {
            width: 100%;
            white-space: nowrap;
            background-color: #e8e8e8;
        }

            #sc2 > div > table > tbody > tr:nth-child(2) > td:nth-child(5) > a.btn.btn-primary:hover,
            #sc2 > div > table > tbody > tr:nth-child(4) > td:nth-child(5) > a.btn.btn-primary:hover,
            #sc2 > div > table > tbody > tr:nth-child(5) > td:nth-child(5) > a.btn.btn-primary:hover {
                background-color: #b9b9b9;
            }

        #sc2 > div > table > tbody > tr > td:nth-child(6) {
            text-align: center;
            width: 54%;
        }

        #sc2 > div > table > tbody > tr > td:nth-child(7) {
            text-align: center;
            width: 5%;
        }

        #sc2 > div > table > tbody > tr > td > input {
            width: 50px;
        }

        #sc2 > div > table > tbody > tr > td > span {
            vertical-align: text-top;
        }

        #sc2 > div > table > tbody > tr > td > div > textarea {
            vertical-align: text-top;
            height: 45px;
            min-height: 30px;
        }
    /****** BALANCE CAPACITIES ******/
    .balanceCapacityBtn {
        /*line-height: 1;*/
        margin-left: -6px;
        margin-right: -6px;
    }

    .balanceCapacityBtnSub {
        font-size: 11px;
        font-weight: 200;
    }

    @media screen and (min-width: 992px) {
        .balanceCapacityBtn {
            margin-left: -10px;
            margin-right: -10px;
            padding-left: 3px;
            padding-right: 3px;
        }
    }

    #bc > div > table {
        width: 100%;
    }

        #bc > div > table > tbody > tr:first-child > td {
            font-weight: bold;
        }

            #bc > div > table > tbody > tr:first-child > td:nth-child(2) {
                text-align: center;
            }

            #bc > div > table > tbody > tr:first-child > td:nth-child(3) {
                text-align: center;
            }

            #bc > div > table > tbody > tr:first-child > td:nth-child(4) {
                text-align: center;
            }

        #bc > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 5px 3px;
        }

            #bc > div > table > tbody > tr > td:nth-child(1) {
                text-align: left;
                width: 22%;
            }

            #bc > div > table > tbody > tr > td:nth-child(2) {
                text-align: center;
                width: 15%;
            }

            #bc > div > table > tbody > tr > td:nth-child(3) {
                text-align: center;
                width: 10%;
            }

            #bc > div > table > tbody > tr > td:nth-child(4) {
                width: 50%;
            }

            #bc > div > table > tbody > tr > td:nth-child(5) {
                text-align: center;
                width: 3%;
            }

            #bc > div > table > tbody > tr > td > span {
                vertical-align: text-top;
                text-align: center;
            }

            #bc > div > table > tbody > tr > td > div {
                vertical-align: top;
                text-align: left;
            }

                #bc > div > table > tbody > tr > td > div > input {
                    margin: 0 !important;
                    text-align: left;
                    vertical-align: middle;
                    white-space: nowrap;
                    width: 50px;
                }

                #bc > div > table > tbody > tr > td > div > textarea {
                    vertical-align: top;
                    height: 89px;
                    min-height: 60px;
                }

    #bc2 > div > table {
        width: 100%;
    }

    /*#bc2 > div > table > tbody > tr:first-child > td {
            font-weight: bold;
            white-space: nowrap;
        }

            #bc2 > div > table > tbody > tr:first-child > td:nth-child(2) {
                text-align: center;
            }

            #bc2 > div > table > tbody > tr:first-child > td:nth-child(3) {
                text-align: center;
            }

            #bc2 > div > table > tbody > tr:first-child > td:nth-child(4) {
                text-align: center;
            }

            #bc2 > div > table > tbody > tr:first-child > td:nth-child(5) {
                text-align: center;
            }*/

    /*#bc2 > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 5px 2px;
        }*/

    /*#bc2 > div > table > tbody > tr > td:nth-child(1) {
                text-align: left;
                width: 19%;
            }*/

    /*#bc2 > div > table > tbody > tr > td:nth-child(2) {
                text-align: center;
                width: 15%;
            }*/

    /*#bc2 > div > table > tbody > tr > td:nth-child(3) {
                text-align: center;
                width: 15%;
            }

            #bc2 > div > table > tbody > tr > td:nth-child(4) {
                width: 8%;
            }*/

    /*#bc2 > div > table > tbody > tr > td:nth-child(5) {
                text-align: center;
                width: 38%;
            }*/

    /*#bc2 > div > table > tbody > tr > td:nth-child(6) {
                width: 5%;
            }*/

    /*#bc2 > div > table > tbody > tr > td > span {
                vertical-align: text-top;
                text-align: center;
            }*/

    /*#bc2 > div > table > tbody > tr > td > div {
                vertical-align: top;
                text-align: left;
            }*/

    /*#bc2 > div > table > tbody > tr > td > div > input {
                    margin: 0 !important;
                    text-align: left;
                    vertical-align: middle;
                    white-space: nowrap;
                    width: 50px;
                }*/

    /*#bc2 > div > table > tbody > tr > td > div > textarea {
                    vertical-align: top;
                    height: 89px;
                    min-height: 60px;
                }*/



    /****** HAND DEXTERITY HANDLING ******/
    .hdNote {
        display: block;
        font-weight: bold;
        min-height: 21px;
        margin-left: 15px;
        margin-top: 10px;
        vertical-align: middle;
    }

    /***** HAND DEXTERITY HANDLING & FINGERING*/

    .picking-one-day {
        width: 100%;
        margin-bottom: 5px;
    }

        .picking-one-day > tbody > tr:nth-child(1) td {
            font-weight: bold;
        }

        .picking-one-day > tbody > tr > td {
            padding: 3px;
        }

            .picking-one-day > tbody > tr > td:nth-child(1) {
                width: 37%;
            }

            .picking-one-day > tbody > tr > td:nth-child(2) {
                width: 23%;
                text-align: center;
            }

            .picking-one-day > tbody > tr > td:nth-child(3) {
                width: 35%;
                text-align: center;
            }

                .picking-one-day > tbody > tr > td:nth-child(3) textarea {
                    padding-top: 0;
                    width: 100%;
                    height: 85px;
                }

            .picking-one-day > tbody > tr > td:nth-child(4) {
                width: 5%;
                vertical-align: top;
            }

    #pinching-score-fieldset {
        padding-bottom: 8pt;
        /*overflow:auto;*/
        padding-left: 2px;
    }

    #pinching-scores-2-day-table {
        border: none;
        white-space: nowrap;
        /*min-width:875px;*/ /*temp fix for iPad*/
    }

/*--------CSS For table BEGINS------*/

.tabButtonSelected {
    background-color: #d4d4d4;
    border-radius: 4px;
    border-width: thin;
    border-style: solid;
    border-color: #adadad;
    color: #0076a3;
    font-weight: bold;
}

.tabButton {
    background-color: #00aeef;
    border-radius: 4px;
    border-width: thin;
    border-style: solid;
    border-color: #0076a3;
    color: #fffffe;
    font-weight: bold;
}


.pinching-table {
    width: 100%;
    /*border: solid 1px black;*/
    /*margin-top: -16px;*/
}

.pinching-table > tbody > tr > td {
    padding: 4px;
    max-width: 30px;
}

    .pinching-table > tbody > tr > td:nth-child(1) {
        text-align: left;
        padding-left: 2px;
        font-weight: bold;
        min-width: 50px;
    }

    .pinching-table > tbody > tr > td:nth-child(2)> input[type=text] {
        text-align: center;
        padding: 0px !important;
    }

    .pinching-table > tbody > tr > td:nth-child(3) > input[type=text] {
        text-align: center;
        padding: 0px !important;
    }



    .pinching-table > tbody > tr > td:nth-child(4) > input[type=text] {
        text-align: center;
        padding: 0px !important;
    }

    .pinching-table > tbody > tr > td:nth-child(5) {
        padding-right: 0px;
    }
    
    .pinching-table > tbody > tr > td:nth-child(5) > input[type=text] {
        text-align: center;
        padding: 0px !important;
    }

    .pinching-table > tbody > tr > td:nth-child(6) {
        white-space: nowrap;
        min-width: 44px;
        padding: 0px;
        text-align:left;
        padding-left:1px !important;
    }

    .pinching-table > tbody > tr > td:nth-child(7) {
        /*width: 6%;*/
    }

        .pinching-table > tbody > tr > td:nth-child(7) > div > span.labelfield {
            /*min-width: 40px;*/
            /*text-align: right;*/
            /*padding-right: 12px;*/
        }

    .pinching-table > tbody > tr > td:nth-child(8) {
        /*width: 1%;*/
    }

    .pinching-table > tbody > tr > td:nth-child(9) {
        /*width: 13%;*/
        /*text-align: center;*/
    }

    .pinching-table > tbody > tr > td:nth-child(10) {
        min-width: 80px;
    }

    .pinching-table > tbody > tr > td:nth-child(11) {
        /*width: 4%;*/
    }

    .pinching-table > tbody > tr > td:nth-child(12) {
        /*width: 6%;*/
    }

        .pinching-table > tbody > tr > td:nth-child(12) > input[type=text] {
          /*  min-width: 50px;
            text-align: right;*/
        }

    .pinching-table > tbody > tr > td:nth-child(13) {
        /*width: 2%;*/
    }

    .pinching-table > tbody > tr > td:nth-child(14) {
        /*width: 6%;*/
        /*white-space: nowrap;*/
    }

    .pinching-table > tbody > tr > td:nth-child(15) {
        /*width: 2%;*/
    }

    .pinching-table > tbody > tr > td:nth-child(16) {
        /*width: 6%;*/
    }

        .pinching-table > tbody > tr > td:nth-child(16) > div > span.labelfield {
           /* min-width: 40px;
            text-align: right;
            padding-right: 12px;*/
        }

    .pinching-table > tbody > tr > td:nth-child(17) {
        /*width: 1%;*/
    }

    .pinching-table > tbody > tr > td:nth-child(18) {
        /*width: 13%;*/
        /*text-align: center;*/
    }

.pinching-table.moberg {
    /*margin-top: 10px;*/
    border: 0 none transparent;
}

.pinching-table.moberg > tbody > tr:nth-child(1) > td > span {
    margin-top: 12px;
    font-weight: bold;
}
/*--------CSS For table END---------*/

    .pinching-one-day {
        width: 100%;
        /*border: solid 1px black;*/
        /*margin-top: -16px;*/
    }

    .pinching-title > span:nth-child(1) {
        font-weight: 800;
    }

    .pinching-one-day > tbody > tr > td {
        /*padding: 4px;*/
        margin-top: -16px !important;
    }

        .pinching-one-day > tbody > tr > td:nth-child(1) {
            width: 10%;
            font-weight: bold;
        }

        .pinching-one-day > tbody > tr > td:nth-child(2) {
            width: 5%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(3) {
            width: 6%;
        }

            .pinching-one-day > tbody > tr > td:nth-child(3) > input[type=text] {
                min-width: 50px;
                text-align: right;
            }

        .pinching-one-day > tbody > tr > td:nth-child(4) {
            width: 2%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(5) {
            width: 7%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(6) {
            width: 2%;
            white-space: nowrap;
        }

        .pinching-one-day > tbody > tr > td:nth-child(7) {
            width: 6%;
        }

            .pinching-one-day > tbody > tr > td:nth-child(7) > div > span.labelfield {
                min-width: 40px;
                text-align: right;
                padding-right: 12px;
            }

        .pinching-one-day > tbody > tr > td:nth-child(8) {
            width: 1%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(9) {
            width: 13%;
            text-align: center;
        }

        .pinching-one-day > tbody > tr > td:nth-child(10) {
            width: 3%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(11) {
            width: 4%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(12) {
            width: 6%;
        }

            .pinching-one-day > tbody > tr > td:nth-child(12) > input[type=text] {
                min-width: 50px;
                text-align: right;
            }

        .pinching-one-day > tbody > tr > td:nth-child(13) {
            width: 2%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(14) {
            width: 6%;
            white-space: nowrap;
        }

        .pinching-one-day > tbody > tr > td:nth-child(15) {
            width: 2%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(16) {
            width: 6%;
        }

            .pinching-one-day > tbody > tr > td:nth-child(16) > div > span.labelfield {
                min-width: 40px;
                text-align: right;
                padding-right: 12px;
            }

        .pinching-one-day > tbody > tr > td:nth-child(17) {
            width: 1%;
        }

        .pinching-one-day > tbody > tr > td:nth-child(18) {
            width: 13%;
            text-align: center;
        }

    .pinching-one-day.moberg {
        /*margin-top: 10px;*/
        border: 0 none transparent;
    }

    .pinching-two-day > tbody > tr > td:nth-child(4) {
        vertical-align: middle;
    }

    .pinching-one-day.moberg > tbody > tr:nth-child(1) > td > span {
        margin-top: 12px;
        font-weight: bold;
    }


    /*Box & Block Test*/



    .Box-block-Test {
        width: 100%;
        margin-bottom: 15px;
    }

        .Box-block-Test > tbody > tr:nth-child(1) td {
            text-align: center;
        }

        .Box-block-Test > tbody > tr:nth-child(2) td {
            text-align: center;
            vertical-align: bottom;
        }

    .Box-block-only > tbody > tr:nth-child(1) td {
        color: #0076A3;
    }

    .Box-block-only > tbody > tr:nth-child(2) td {
        font-weight: bold;
    }

    .Box-block-Test > tbody > tr > td {
        padding: 3px;
    }

        .Box-block-Test > tbody > tr > td:nth-child(1) {
            width: 8%;
            font-weight: bold;
        }

        .Box-block-Test > tbody > tr > td:nth-child(2) {
            width: 11%;
        }

        .Box-block-Test > tbody > tr > td:nth-child(3) {
            width: 11%;
        }

        .Box-block-Test > tbody > tr > td:nth-child(4) {
            width: 11%;
        }

        .Box-block-Test > tbody > tr > td:nth-child(5) {
            width: 11%;
        }

        .Box-block-Test > tbody > tr > td:nth-child(6) {
            width: 8%;
        }

        .Box-block-Test > tbody > tr > td:nth-child(7) {
            width: 14%;
            text-align: center;
        }

        .Box-block-Test > tbody > tr > td:nth-child(8) {
            width: 26%;
            text-align: center;
        }


        .Box-block-Test > tbody > tr > td:nth-child(3) textarea {
            padding-top: 0;
            width: 100%;
            height: 85px;
        }


        .Box-block-Test > tbody > tr > td:nth-child(5) > div > span.labelfield {
            text-align: right;
            padding-right: 12px;
        }


    .Box-block-Test > span:nth-child(1) {
        font-weight: 800;
    }




    .Box-block-Test {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        background-color: #EFFAFC;
    }



    /*
Minnesota Dexterity Test
            */

    .Minnesota-Test {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 12px;
    }

        .Minnesota-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
            color: brown;
            font-size: large;
        }

        .Minnesota-Test > tbody > tr > td {
            padding: 4px;
            text-align: right;
        }

            .Minnesota-Test > tbody > tr > td:nth-child(1) {
                width: 15%;
            }

            .Minnesota-Test > tbody > tr > td:nth-child(2) {
                width: 15%;
            }

            .Minnesota-Test > tbody > tr > td:nth-child(3) {
                width: 15%;
            }

            .Minnesota-Test > tbody > tr > td:nth-child(4) {
                width: 15%;
            }

            .Minnesota-Test > tbody > tr > td:nth-child(5) {
                width: 15%;
                text-align: center;
            }


    /*
Minnesota Percentail Test
            */

    .Minnesota-Percentail-Test {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 0px 5px 12px 5px;
    }

        .Minnesota-Percentail-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
            font-size: small;
            /*width :35%*/
        }

        .Minnesota-Percentail-Test > tbody > tr > td {
            padding: 4px;
            text-align: center;
        }

            .Minnesota-Percentail-Test > tbody > tr > td:nth-child(1) {
                width: 10%;
            }

            .Minnesota-Percentail-Test > tbody > tr > td:nth-child(2) {
                width: 57%;
            }

    /****** HAND DEXTERITY 2 Day (HANDLING & FINGERING) ******/

    .picking-two-day {
        width: 100%;
        margin-bottom: 5px;
    }

        .picking-two-day > tbody > tr:nth-child(1) td {
            font-weight: bold;
        }

        .picking-two-day > tbody > tr > td {
            padding: 3px;
        }

            .picking-two-day > tbody > tr > td:nth-child(1) {
                width: 25%;
            }

            .picking-two-day > tbody > tr > td:nth-child(2) {
                width: 19%;
                text-align: center;
            }

            .picking-two-day > tbody > tr > td:nth-child(3) {
                width: 19%;
                text-align: center;
            }

            .picking-two-day > tbody > tr > td:nth-child(4) {
                width: 32%;
                text-align: center;
            }

                .picking-two-day > tbody > tr > td:nth-child(4) textarea {
                    padding-top: 0;
                    width: 100%;
                    height: 85px;
                }

            .picking-two-day > tbody > tr > td:nth-child(5) {
                width: 5%;
                vertical-align: top;
            }

    /*<PINCHING-TWO-DAY>*/
    .pinching-two-day {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #d8d8d8;
        background-color: #EFFAFC;
    }
        /*<special header rules>*/
        .pinching-two-day > thead > tr > td:nth-child(2),
        .pinching-two-day > thead > tr > td:nth-child(5) {
            text-align: center;
            border-bottom: 1px solid #D3D3D3;
            font-weight: bold;
        }

        .pinching-two-day > thead > tr > td:nth-child(4) {
            border-left: 1px solid #d3d3d3;
        }

        .pinching-two-day > tbody > tr > td:nth-child(11) {
            border-left: 1px solid #d3d3d3; /*continue separator line*/
        }
        /*</special header rules>*/

        /*<pinching default rules>*/
        .pinching-two-day > tbody > tr > td {
            padding: 3px;
            font-size: 12px;
        }
            /*</default rules>*/

            /*<textboxes>*/
            .pinching-two-day > tbody > tr > td > .Minitext,
            .pinching-two-day > tbody > tr > td > div > span.labelfield {
                width: 3em;
                padding: 0;
                font-size: 14px;
                text-align: center;
            }
            /*</textboxes>*/

            /*
        .pinching-two-day > tbody > tr > td:nth-child(2) > .longtext 
        {
            width: 60px;
            height: 25px;
            text-align: left;
        }
    */

            .pinching-two-day > tbody > tr > td > div > span.pinch-kg {
            }

            /*<lbs-columns>*/
            .pinching-two-day > tbody > tr > td:nth-child(2) > .Minitext,
            .pinching-two-day > tbody > tr > td:nth-child(6) > .Minitext,
            .pinching-two-day > tbody > tr > td:nth-child(12) > .Minitext,
            .pinching-two-day > tbody > tr > td:nth-child(16) > .Minitext {
                /*a place to override how lbs input box looks (refer to .Minitext rule above first)*/
            }
            /*</lbs-columns>*/

            /*<kg-columns>*/
            .pinching-two-day > tbody > tr > td:nth-child(3),
            .pinching-two-day > tbody > tr > td:nth-child(7),
            .pinching-two-day > tbody > tr > td:nth-child(13),
            .pinching-two-day > tbody > tr > td:nth-child(17) {
                white-space: nowrap; /*keep number and = sign on same line*/
                text-align: center;
            }
            /*</kg-columns>*/

            /*<deficit-columns>*/
            .pinching-two-day > tbody > tr > td:nth-child(4),
            .pinching-two-day > tbody > tr > td:nth-child(8),
            .pinching-two-day > tbody > tr > td:nth-child(14),
            .pinching-two-day > tbody > tr > td:nth-child(18) {
            }
            /*</deficit-columns>*/

            /*<category-columns>*/
            .pinching-two-day > tbody > tr > td:nth-child(5),
            .pinching-two-day > tbody > tr > td:nth-child(9),
            .pinching-two-day > tbody > tr > td:nth-child(15),
            .pinching-two-day > tbody > tr > td:nth-child(19) {
                --w: 6em;
                min-width: var(--w);
                width: var(--w);
                white-space: normal;
                font-size: 11.5px;
            }
        /*</category-columns>*/

        /*<column-headers>*/
        .pinching-two-day > tbody > tr:nth-of-type(1) > td {
            font-size: 11.5px; /*keep headers small to prevent widening*/
            text-align: center;
            white-space: nowrap;
        }
        /*</column-headers>*/

        /*<row-labels>*/
        .pinching-two-day > tbody > tr > td:nth-of-type(1) {
            text-align: left;
            font-size: 14px;
        }
    /*</row-labels>*/

    /*<iPad> (done last to override competing rules)*/
    @media screen and (max-width: 1199px) {
        table#additional-strength-tests-table:first-child tr td:nth-of-type(5) > div > textarea {
            width: 366px; /*for iPad*/
        }
        /*<pinching default rules>*/
        .pinching-two-day > tbody > tr > td {
            padding: 2px;
            font-size: 11px;
        }
            /*</default rules>*/

            /*<textboxes>*/
            .pinching-two-day > tbody > tr > td > .Minitext,
            .pinching-two-day > tbody > tr > td > div > span.labelfield {
                width: 3em;
                padding: 0;
                font-size: 11px;
                text-align: center;
            }
            /*</textboxes>*/

            /*<kg-columns>*/
            .pinching-two-day > tbody > tr > td:nth-child(3),
            .pinching-two-day > tbody > tr > td:nth-child(7),
            .pinching-two-day > tbody > tr > td:nth-child(13),
            .pinching-two-day > tbody > tr > td:nth-child(17) {
                white-space: nowrap; /*keep number and = sign on same line*/
                text-align: center;
            }
            /*</kg-columns>*/

            /*<category-columns>*/
            .pinching-two-day > tbody > tr > td:nth-child(5),
            .pinching-two-day > tbody > tr > td:nth-child(9),
            .pinching-two-day > tbody > tr > td:nth-child(15),
            .pinching-two-day > tbody > tr > td:nth-child(19) {
                --w: 5.5em;
                min-width: var(--w);
                width: var(--w);
                white-space: normal;
                font-size: 10.5px;
            }
        /*</category-columns>*/

        /*<column-headers>*/
        .pinching-two-day > tbody > tr:nth-of-type(1) > td {
            font-size: 9.6px; /*keep headers small to prevent widening*/
            text-align: center;
            white-space: nowrap;
        }
        /*</column-headers>*/

        /*<row-labels>*/
        .pinching-two-day > tbody > tr > td:nth-of-type(1) {
            text-align: left;
            font-size: 11px;
        }
        /*</row-labels>*/
    }
    /*</iPad>*/

    /*</PINCHING-TWO-DAY>*/


    /*Moberge-Pickup-Test*/

    .Moberge-Pickup-Test {
        width: 100%;
        margin-bottom: 5px;
    }

        .Moberge-Pickup-Test > tbody > tr:nth-child(1) td {
        }

        .Moberge-Pickup-Test > tbody > tr > td {
            padding: 3px;
        }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(1) {
                width: 37%;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(2) {
                width: 23%;
                text-align: center;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(3) {
                width: 35%;
                text-align: center;
            }

                .Moberge-Pickup-Test > tbody > tr > td:nth-child(3) textarea {
                    padding-top: 0;
                    width: 100%;
                    height: 85px;
                }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(4) {
                width: 1%;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(5) {
                width: 1%;
            }

                .Moberge-Pickup-Test > tbody > tr > td:nth-child(5) > div > span.labelfield {
                    text-align: right;
                    padding-right: 12px;
                }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(6) {
                width: 35%;
                text-align: center;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(7) {
                width: 1%;
            }

        .Moberge-Pickup-Test > span:nth-child(1) {
            font-weight: 800;
        }


    .Moberge-Pickup-Test {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
    }

        .Moberge-Pickup-Test > tbody > tr > td {
            /*padding: 4px;*/
        }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(1) {
                width: 1%;
                font-weight: bold;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(2) > div {
                width: 282%;
                text-align: right;
                font-weight: bold;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(2) {
                width: 17%;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(3) {
                width: 1%;
            }

            .Moberge-Pickup-Test > tbody > tr > td:nth-child(2) > input[type=text] {
                min-width: 50px;
                text-align: right;
            }

    /*
Purdue-pegboard-Test
            */

    .Purdue-pegboard-Test {
        width: 100%;
        margin-top: 15px;
        padding: 12px;
    }

        .Purdue-pegboard-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
            color: #043927;
            font-size: large;
        }

        .Purdue-pegboard-Test > tbody > tr > td {
            padding: 3px;
            text-align: right;
        }

            .Purdue-pegboard-Test > tbody > tr > td:nth-child(1) {
                width: 12%;
            }

            .Purdue-pegboard-Test > tbody > tr > td:nth-child(2) {
                width: 12%;
            }

            .Purdue-pegboard-Test > tbody > tr > td:nth-child(3) {
                width: 12%;
            }

            .Purdue-pegboard-Test > tbody > tr > td:nth-child(4) {
                width: 12%;
            }

            .Purdue-pegboard-Test > tbody > tr > td:nth-child(5) {
                width: 12%;
            }



    /*
Purdue-pegboard-Category
            */

    .Purdue-pegboard-Category {
        width: 100%;
        margin-top: 15px;
        padding: 12px;
    }

        .Purdue-pegboard-Category > thead > tr > td {
            text-align: center;
            font-weight: bold;
            font-size: large;
            /*width :35%*/
        }

        .Purdue-pegboard-Category > tbody > tr > td {
            padding: 3px;
            text-align: center;
        }

            .Purdue-pegboard-Category > tbody > tr > td:nth-child(1) {
                width: 10%;
            }



    /****** SENSORY ******/
    .sensory {
        width: 100%;
        margin-bottom: -25px;
    }

        .sensory > tbody > tr > td > .form-group {
            margin-bottom: 0px !important;
        }

        .sensory > tbody > tr:nth-child(1) td {
            font-weight: bold;
        }

        .sensory > tbody > tr > td {
            padding: 3px;
            vertical-align: top;
        }

            .sensory > tbody > tr > td:nth-child(1) {
                width: 32%;
            }

                .sensory > tbody > tr > td:nth-child(1) > a {
                    cursor: pointer;
                }

            .sensory > tbody > tr > td:nth-child(2) {
                width: 12%;
                text-align: center;
            }

            .sensory > tbody > tr > td:nth-child(3) {
                width: 12%;
                text-align: center;
            }

            .sensory > tbody > tr > td:nth-child(4) {
                width: 38%;
                text-align: center;
            }

                .sensory > tbody > tr > td:nth-child(4) textarea {
                    padding-top: 0;
                    width: 100%;
                    height: 80px;
                }

            .sensory > tbody > tr > td:nth-child(5) {
                width: 5%;
            }

    /****** CARDIO-RESPIRATORY ******/
    #cr input {
        width: 200px;
    }

    #cr {
        text-align: center;
    }

        #cr .form-group {
            margin-bottom: 5px;
        }

        #cr .form-controlheight {
            height: 35px;
        }

        #cr > .row:nth-child(even) {
            margin-bottom: 40px;
        }

        #cr .btn-default {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #cr span {
            font-weight: 700;
            font-size: 90%;
            min-width: 155px;
            width: 100%;
        }

    /***** Muscle Strength *****/
    #ms input {
        width: 200px;
    }

    #ms {
        text-align: center;
    }

        #ms .form-group {
            margin-bottom: 0px;
        }

        #ms .bottomMarg {
            margin-bottom: 1%;
        }

        #ms .font-normal {
            font-weight: normal;
            font-size: 100%;
        }

        #ms .btn-default {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #ms span {
            font-weight: 700;
            font-size: 12.5px;
            min-width: 155px;
            width: 100%;
        }

        #ms .form-controlheight {
            height: 30px;
        }

    .mspadding {
        padding: 0px;
    }

    .mspadding1 {
        padding: 0px 12px 0px 12px;
    }

    /****Speed and Agility****/

    #sa input {
        width: 200px;
    }

    #sa {
        text-align: center;
    }

        #sa .form-group {
            margin-bottom: 5px;
        }

        #sa .formControlheight {
            height: 90px;
        }

        #sa .bottomMarg {
            margin-bottom: 26px;
        }

        #sa .font-normal {
            font-weight: normal;
            font-size: 100%;
        }

        #sa .btn-default {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #sa span {
            font-weight: 700;
            font-size: 90%;
            min-width: 155px;
            width: 100%;
        }

    /****Flexibility and Posture ******/

    #fp input {
        width: 200px;
    }

    #fp {
        text-align: center;
    }

        #fp .form-group {
            margin-bottom: 0px;
        }

        #fp .bottomMarg {
            margin-bottom: 30px;
        }

        #fp table {
            height: 30px;
            margin-bottom: 20px;
        }

        #fp .form-controlheight {
            height: 40px;
        }

        #fp .font-normal {
            font-weight: normal;
        }

        #fp fieldset {
            height: 210px;
        }

        #fp .btn-default {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #fp span {
            font-weight: 700;
            font-size: 90%;
            min-width: 155px;
            width: 100%;
        }

    /***** Balance Cordination *****/

    #co input {
        width: 200px;
    }

    #co {
        text-align: center;
    }

        #co .form-group {
            margin-bottom: 0px;
        }

        #co .form-controlheight {
            height: 34px;
        }

        #co .bottomMarg {
            margin-bottom: 20px;
        }

        #co .font-normal {
            font-weight: normal;
        }

        #co .btn-default {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #co fieldset {
            padding: 5px;
        }

        #co table {
            /*height: 30px;*/
            margin-bottom: 10px;
        }

        #co span {
            font-weight: 700;
            font-size: 90%;
            min-width: 155px;
            width: 100%;
        }

#cobalance .form-group {
    margin-bottom: 0px;
}

#cobalance .form-controlheight {
    min-height: 34px;
}

#cobalance .bottomMarg {
    margin-bottom: 20px;
}

#cobalance .font-normal {
    font-weight: normal;
}
#cobalance span {
    font-weight: 700;
    font-size: 90%;
    min-width: 155px;
    width: 100%;
}

#cobalance fieldset {
    padding: 5px;
}
#cobalance table {
    /*height: 30px;*/
    margin-bottom: 10px;
    font-size:11px;
}

#msB .form-group {
    margin-bottom: 0px;
}

#msB .form-controlheight {
    min-height: 34px;
    font-size :11px;
}

#msB fieldset {
    padding: 5px;
}
/*#msB .bottomMarg {
    margin-bottom: -7px;
}*/
#msB .form-group {
    margin-bottom:0px;
}

/****** Coordination & Dexterity ******/
#code input {
    width: 200px;
}

#code {
    text-align: center;
}

    #code .form-group {
        margin-bottom: 0px;
    }

    #code .form-controlheight {
        height: 34px;
    }

    #code .bottomMarg {
        margin-bottom: 20px;
    }

    #code .font-normal {
        font-weight: normal;
    }

    #code .btn-default {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #code fieldset {
        padding: 5px;
    }

    #code table {
        /*height: 30px;*/
        margin-bottom: 10px;
    }

    #code span {
        font-weight: 700;
        font-size: 90%;
        min-width: 155px;
        width: 100%;
        font-size :11px;
    }
    .resultlabel{
        font-size :11px !important ;

    }

/****** FTW TOLERANCE ******/
.conclusion-normal {
    opacity: 1;
}


.conclusion-dimmed {
    opacity: .3;
}

    .ftwt .heart-rate {
        text-align: center;
        white-space: nowrap;
    }

        .ftwt .heart-rate > div > .form-inline > span:nth-child(2) {
            padding-right: 0;
        }

        .ftwt .heart-rate > div > div > div > span:nth-child(3) {
            padding-left: 5px;
        }

    .ftwt input[type=number] {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
        width: 65px;
    }

    .ftwt .labelfield {
        width: 70px;
        text-align: left;
        padding-left: 12px;
    }

    .ftwt .form-inline label {
        font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    }

    .ftwt .conclusion div {
        text-align: center;
        padding-bottom: 3px;
    }

    .ftwt .conclusion .conclusion-result {
        /*border: 1px solid #000;*/
        /*padding: 3px 6px;*/
        /*background-color: lightgray;*/
        width: unset;
        padding-left: 12px;
        padding-right: 12px;
    }

    .ftwt .conclusion span:nth-child(3) {
        font-weight: 800;
    }

    .ftwt .ftwt-section {
        border: 1px solid #c3c3c3;
        border-radius: 14px;
        margin: 10px;
        border-collapse: unset;
        background-color: #EFFAFC;
    }

    input.hide-number-spinners:: -webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number].hide-number-spinners {
        -moz-appearance: textfield;
    }

    .ftwt .mandatory-work-breaks {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
        width: 70%;
        border-spacing: 0;
        border: 1px solid lightgray;
        background-color: white;
    }

        .ftwt .mandatory-work-breaks > tbody > tr:nth-child(1) > th:nth-child(1) {
            text-align: center;
            background-color: lightgray
        }

            .ftwt .mandatory-work-breaks > tbody > tr:nth-child(1) > th:nth-child(1) > span {
                margin-right: 7px;
            }

                .ftwt .mandatory-work-breaks > tbody > tr:nth-child(1) > th:nth-child(1) > span:nth-child(2) {
                    padding-right: 7px;
                }

            .ftwt .mandatory-work-breaks > tbody > tr:nth-child(1) > th:nth-child(1) > a {
                position: absolute;
                right: calc(15% + 45px);
                padding-top: 0;
                padding-bottom: 10px;
            }

        .ftwt .mandatory-work-breaks > tbody > tr:nth-child(5) > td:nth-child(2) {
            border-top: 1px solid lightgray;
        }

        .ftwt .mandatory-work-breaks > tbody > tr:nth-child(5) > td:nth-child(3) {
            border-top: 1px solid lightgray;
        }

        .ftwt .mandatory-work-breaks > tbody > tr:nth-child(5) > td:nth-child(4) {
            border-top: 1px solid lightgray;
        }

        .ftwt .mandatory-work-breaks > tbody > tr:nth-child(6) > td {
            border-top: 1px solid lightgray;
            text-align: center;
            font-weight: 800;
        }

        .ftwt .mandatory-work-breaks > tbody > tr > td:nth-child(1) {
            width: 25%;
        }

        .ftwt .mandatory-work-breaks > tbody > tr > td:nth-child(2) {
            width: 20%;
            text-align: right;
            white-space: nowrap;
        }

        .ftwt .mandatory-work-breaks > tbody > tr > td:nth-child(3) {
            width: 5%;
            text-align: center;
        }

        .ftwt .mandatory-work-breaks > tbody > tr > td:nth-child(4) {
            width: 20%;
            text-align: left;
        }

        .ftwt .mandatory-work-breaks > tbody > tr > td:nth-child(5) {
            text-align: center;
        }

            .ftwt .mandatory-work-breaks > tbody > tr > td:nth-child(5) > .btn-sm {
                font-weight: 800;
                padding-top: 1px;
                padding-bottom: 1px;
            }

        .ftwt .mandatory-work-breaks > tbody > tr:nth-child(6) > td {
            text-align: center;
        }

    #ctl00_cph1_fvTest_upFtwfAhrj {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #WorkDayTolerance td {
        border: #AAA 1px solid;
        padding: .25em;
    }

    #tblSSW th {
        text-align: center;
    }

    #tblSSW th:nth-child(1) {
        width: 15.5%;
    }
    #tblSSW th:nth-child(2) {
        width: 11%;
    }
    #tblSSW th:nth-child(3) {
        width: 19.5%;
    }
    #tblSSW th:nth-child(4) {
        width: 26%;
    }
    #tblSSW th:nth-child(5) {
        width: 28%
    }


    #tblSSW td {
        border: #DDD 1px solid;
        padding: .25em;
        text-align: center;
        vertical-align: middle;
    }
    #tblSSW tr:not(:first-of-type) td:nth-of-type(2)
    {
        background-color: #f9f9f9;
    }

    .rblFtwtBreak label {
        display: inline;
        padding-left: 5px;
    }

    .rblFtwtBreak td {
        text-align: left;
        white-space: nowrap;
        width: 45px;
    }
    /****** SINCERITY OF EFFORT ******/
    #soe {
        font-weight: bold;
        text-align: center;
    }

        #soe .form-group {
            margin-bottom: 5px;
        }

        #soe .row:nth-child(odd) {
            margin-bottom: 19px;
        }

        #soe .btn-default {
            font-size: 80%;
            min-width: 155px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


    #soe span {
        font-weight: 700;
        font-size: 90%;
        min-width: 155px;
        width: 100%;
    }

    .soeTable {
        margin: 5px !important;
        width: 100%;
        text-align: left;
    }

        .soeTable tr td:nth-child(1n) {
            text-align: center;
        }

        .soeTable label {
            font-weight: normal !important;
        }

    .soeTableAlt {
        margin: 5px !important;
        width: 100%;
        text-align: left;
    }

        .soeTableAlt tr td:nth-child(1n) {
            background-color: #f9f9f9 !important;
            text-align: left;
        }

        .soeTableAlt label {
            font-weight: normal !important;
        }

    .soeHscHeader {
        text-align: center;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        margin-bottom: 15px;
    }

    .soeEpic {
        text-align: center;
        margin-bottom: 15px;
    }

    #Sincerity fieldset {
        background-color: #effafc;
        border: 1px solid #d8d8d8;
        border-radius: 10px;
    }

        #Sincerity fieldset > legend {
            font-size: 13px;
            position: relative;
            top: -13.8px;
            padding: 7px 4px 2px;
            border-bottom: 1px solid #d8d8d8;
            color: #00aeef;
            font-family: Roboto, Open Sans, Segoe UI, sans-serif;
            font-weight: 700;
            text-transform: uppercase;
        }

    /* END VIEW-SPECIFIC STYLES */

    /* +++++++++++ END FCE VIEWS +++++++++++ */
    /* +++++++++++ END FCE TEST +++++++++++ */

    /* +++++++++++ OUTCOMES QUESTIONNAIRES +++++++++++ */
    .outcomes ul {
        list-style: none;
        margin: 0 0 2em 0;
        padding: 0;
    }

        .outcomes ul li {
            margin-bottom: .25em;
        }

    .outcomes ol {
        padding-left: 0;
        list-style-position: inside;
        margin-bottom: 1.2em;
        font-weight: bold;
    }

        .outcomes ol ul {
            font-weight: normal;
            margin-top: 1.25em;
        }

    .outcomes .radio, .tbl-outcomes .radio {
        margin-left: 20px;
    }

        .outcomes .radio label, .tbl-outcomes .radio label {
            padding-left: 5px;
        }

    .references h4 {
        text-decoration: underline;
    }

    .references {
        margin-bottom: 3em;
    }

    .tbl-outcomes-badli table {
        width: 100%;
        max-width: 1024px;
        margin: 1em auto 2em auto;
    }

    .tbl-outcomes table {
        width: 100%;
        max-width: 1024px;
        margin: 1em auto 2em auto;
    }

        .tbl-outcomes > table td, .tbl-outcomes table th {
            padding: .2em;
        }

    .tbl-outcomes > table tr:nth-child(even) {
        /*background-color: #f2f2f2;*/
        background-color: var(--outcome-alt-row-color);
    }

    .rule {
        background: #fff !important;
    }

    .tbl-outcomes table td:nth-child(n+3), .tbl-outcomes table th:nth-child(n+3), #C#ef0037Tool td:nth-child(n+2) {
        text-align: center;
    }

    .first-top table td:first-child {
        vertical-align: top;
    }

    .tbl-outcomes table th:first-child {
        text-align: left;
        vertical-align: bottom;
    }

    .tbl-outcomes h2 {
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .mmse > table > tbody > tr > th {
        padding: 5px;
        text-align: center;
        vertical-align: bottom;
        font-weight: 800;
    }

        .mmse > table > tbody > tr > th:nth-child(1) {
            width: 7%;
        }

        .mmse > table > tbody > tr > th:nth-child(2) {
            width: 9%;
            min-width: 72px;
        }

        .mmse > table > tbody > tr > th:nth-child(3) {
            text-align: left;
            width: auto;
        }

    .mmse > table > tbody > tr > td {
        vertical-align: middle;
        padding: 5px;
    }

        .mmse > table > tbody > tr > td:nth-child(1) {
            text-align: center;
        }

    #rps table, #rps table th, #rps table td {
        border: #CCC 1px solid !important;
    }

        #rps table tr {
            background: #FFF;
        }

        #rps table td {
            padding: .5em;
        }

        #rps table tr > td:nth-child(-n+2) {
            text-align: center !important;
        }

        #rps table tr > td:nth-child(3n) {
            text-align: left !important;
        }

    #rps h4 {
        margin: .5em;
    }
    /* +++++++++++ END OUTCOMES QUESTIONNAIRES +++++++++++ */

    /* +++++++++++ DATEPICKER +++++++++++ */

    /* +++++++++++ DATEPICKER +++++++++++ */
    .dpTable {
        font-family: 'Roboto Condensed', Arial, sans-serif !important;
        background-color: #FFF !important;
        border: solid 1px #CCC !important;
    }

    .dpDiv {
        border: #ededed solid 1px !important;
        cursor: pointer;
    }

    .dpTitleText {
        color: #FFF !important;
    }

    .dpButton, .dpTitleTR {
        background-color: #00aeef !important;
    }

    .dpTodayButton {
        background-color: #62a4e7 !important;
        color: #FFF !important;
    }

    .dpTodayButtonTR button {
        background-color: #00aeef !important;
        border: 1px solid #82bf24 !important;
        padding: 4px !important;
        border-radius: 2px !important;
    }

    .dpTD {
        background-color: #FFF !important;
    }

    .dpTDHover {
        background-color: #fff0df !important;
        padding: 4px !important;
    }

    .dpDayTR {
        background-color: #fff0df !important;
        color: #FFF !important;
    }

    .dpDayHighlightTD {
        background-color: #00aeef !important;
    }

    #window-resizer-tooltip {
        color: rgb(204, 204, 204);
        background: 10px 10px no-repeat #ffffff;
        background: 10px 10px no-repeat rgba(255, 255, 255, 0.8);
        padding: 5px 0 5px 40px;
        width: 200px;
        white-space: nowrap;
        border-top-left-radius: 10px;
        font-family: 'Roboto Condensed', Arial, sans-serif;
    }

    /* +++++++++++ END DATEPICKER +++++++++++ */

    /* +++++++++++ TABLES +++++++++++ */
    .select-table, .fce-table, .striped-tbl {
        width: 100%;
    }

        .striped-tbl tr:nth-child(n+2):nth-child(even) {
            background-color: #f2f2f2
        }

    .fce-table {
        margin-bottom: 2em;
    }

        .select-table, .select-table th, .select-table td, .fce-table, .fce-table th, .fce-table td {
            border-color: #ECECEC !important;
            border-width: 1px;
            border-style: solid;
        }

            .select-table td, .fce-table td {
                padding: .2em;
            }

            .select-table input[type="submit"] {
                border: #BBB 1px solid;
                background: #ededed;
                background: -moz-linear-gradient(top, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
                background: -webkit-linear-gradient(top, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
                background: linear-gradient(to bottom, #ededed 0, #f2f2f2 50%, #f7f7f7 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7', GradientType=0 );
            }

            .fce-table td {
                text-align: center;
                border-color: #ECECEC;
            }

    .select-header {
        background: #aaa;
        color: #FFF;
        padding: .8em;
        font-size: 1.1em;
    }

        .select-header > th {
            text-align: center;
        }

    #select-diag {
        width: 100%;
        border: none;
    }

        #select-diag th {
            text-align: left;
            padding-bottom: .3em;
        }

        #select-diag td {
            padding: .2em;
        }

            #select-diag td input, #select-diag td .labelfield {
                padding: .2em;
            }

    #ctl00_cph1_fvTest_ddlAceLoadUnits,
    #ctl00_cph1_fvTest_ddlSmwDistUnits,
    #ctl00_cph1_fvTest_ddlTmwrDistUnits,
    #ctl00_cph1_fvTest_ddlTmbLoadUnits {
        min-width: 105px;
    }

    #ctl00_cph1_fvTest_ddlAeWorkLoad {
        max-width: 200px;
    }

    #ctl00_cph1_fvTest_lblNote {
        font-style: italic;
        font-size: smaller;
    }

    .dynamicLifts .table-responsive table {
        width: 100%;
    }

    .dynamicLifts > div > table > tbody > tr > td {
        padding: 4px;
        vertical-align: top;
    }

        .dynamicLifts > div > table > tbody > tr > td:first-child {
            width: 15%;
            white-space: nowrap;
            text-align: right;
        }

    @media screen and (max-width: 1200px) {
        .dynamicLifts > div > table > tbody > tr > td:first-child {
            white-space: normal;
        }
    }

    .dynamicLifts > div > table > tbody > tr > td:nth-child(4) > span {
        vertical-align: top;
        padding-top: 10px;
    }

    .dynamicLifts > div > table > tbody > tr:nth-child(1) > td:nth-child(4) > a.btn.btn-primary,
    .dynamicLifts > div > table > tbody > tr:nth-child(2) > td:nth-child(4) > a.btn.btn-primary {
        width: 100%;
        white-space: nowrap;
        background-color: #e8e8e8;
    }

        .dynamicLifts > div > table > tbody > tr:nth-child(1) > td:nth-child(4) > a.btn.btn-primary:hover,
        .dynamicLifts > div > table > tbody > tr:nth-child(2) > td:nth-child(4) > a.btn.btn-primary:hover {
            background-color: #b9b9b9;
        }

    .dynamicLifts > div > table > tbody > tr > td:last-child {
        width: 85%;
        text-align: left;
    }

    .cr-tbl {
        width: 100%;
    }

        .cr-tbl td:first-child {
            width: 15%;
            white-space: nowrap;
            text-align: right;
        }

        .cr-tbl td:nth-child(2) {
            width: 60px;
            white-space: nowrap;
        }

        .cr-tbl td:nth-child(3) {
            white-space: nowrap;
        }

        .cr-tbl tr:first-child td:last-child {
            width: 75%;
        }

        .cr-tbl td {
            padding: .2em !important;
        }

    #DynLiftHR td {
        text-align: left;
        padding: .75em;
    }

    #DynLiftHR ul {
        margin: 0;
        padding-left: 1.2em;
    }

    #BorgCR10 th {
        text-align: center;
    }

    #EpicObs td, #C#ef0037Tool td {
        padding: .25em;
    }
    /* +++++++++++ END TABLES +++++++++++ */

    .select-panel {
        background: #f1f1f1;
        border: #ccc 1px solid;
        padding: 1em;
    }

    .topsearch {
        text-align: center;
    }
    /* +++++++++++ FORMS +++++++++++ */
    .form-inline > * {
        margin: 8px 2px !important;
    }

    .formlist, .selectlist {
        list-style: none !important;
        margin: 0 auto 1.5em auto;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

        .formlist li {
            display: inline-block;
            margin-right: .75em;
        }

        .selectlist li {
            display: inline-block;
            margin: .05em;
        }

            .selectlist li:first-child {
                margin-right: 1em;
            }

            .selectlist li:last-child {
                margin-left: 1em;
            }

        .selectlist input[type="checkbox"] {
            margin-right: .5em;
        }

    .botbuttons .formlist {
        margin: 0 auto 3em auto;
    }

    .botbuttons {
        text-align: center;
        /*margin: 1.5em auto;*/
    }

        .botbuttons .top-buffer .btn.btn-default {
            min-width: 120px;
        }

        .botbuttons > .row .btn.btn-default {
            min-width: 120px;
        }

    .modal-footer .botbuttons,
    .modal-footer .botbuttons .formlist {
        margin: 0 !important;
        padding: 0 !important;
    }

    .form-inline label {
        margin-right: 2px;
    }
    /* +++++++++++ END FORMS +++++++++++ */

    /* ++++++++++++ BOOTSTRAP OVERRIDES (JUST IN CASE WE WANT DEFAULT BEHAVIORS) +++++++++++++++++ */
    /*.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}*/
    /* ++++++++++++ END BOOTSTRAP OVERRIDES +++++++++++++++++ */

    .datetimepicker {
        width: fit-content;
    }

    .affix {
        top: 100px;
    }

    .physicalDescription {
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .dob2Day {
        width: 125px;
    }

    .tab-pane panel-default {
        margin: 0;
        padding: 0;
    }

    .panel-default {
        margin-top: 3px;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    .panel-body {
        min-height: 384px;
        padding-top: 0;
        box-shadow: none;
        border: none;
    }

        .panel-body .panel-default {
            border-radius: 15px;
            border: 1px solid #ddd;
            box-shadow: initial;
            margin-top: 25px;
        }

            .panel-body .panel-default > .panel-heading {
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
            }

            .panel-body .panel-default > .panel-body {
                overflow: visible;
            }

    .panel-heading {
        background: linear-gradient(to bottom, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
        box-shadow: none;
        border-collapse: collapse;
        border: none;
        border-bottom: 1px solid #ddd;
    }

        .panel-heading > .row {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

            .panel-heading > .row > div {
                display: table-cell;
                vertical-align: middle;
                float: none;
            }

    .panel-footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: linear-gradient(to top, rgba(237, 251, 255, 0.7) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
        box-shadow: none;
        border: none;
        border-top: 1px solid #ddd;
    }

    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\e114"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: grey; /* adjust as needed */
    }

    .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    }

    .tab-pane > .active > div.col-xs-12.col-sm-10 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .cat-header {
        width: 100%;
        padding: 7px;
        margin-bottom: 0;
        padding-left: 1em;
    }

        .cat-header > .row > div:nth-child(1) {
            display: inline-block;
            vertical-align: top;
            float: left;
            white-space: nowrap;
        }

            .cat-header > .row > div:nth-child(1) > span {
                vertical-align: top;
                margin: 0;
                font-weight: 800;
            }

            .cat-header > .row > div:nth-child(1) > .checkbox-inline {
                vertical-align: middle;
                font-size: 85%;
                text-transform: uppercase;
            }

        .cat-header > .row > div:nth-child(2) {
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

        .cat-header > .row > div:nth-child(3) {
            display: inline-block;
            vertical-align: top;
        }

        .cat-header ~ .panel-body {
            margin-top: 7px;
        }

    #users {
        border-top-color: transparent;
    }

        #users > .panel-default, #users > .panel .panel-heading {
            border-top-color: transparent;
        }
    /* ++++++++++++ END BOOTSTRAP OVERRIDES +++++++++++++++++ */

    /* added by geshy */
    div.two-day-row label {
        margin-right: 4px;
    }

    .errorlabel {
        color: #CC0000;
        font-weight: bold;
    }

    .results-label {
        color: #1F477E;
        font-weight: bold;
    }

    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7,
    #section8,
    #section9,
    #section10,
    #section11,
    #section12,
    #section13 {
        margin-bottom: 30px;
    }

        #section1 > #ctl00_cph1_fvTest_radQ1,
        #section2 > #ctl00_cph1_fvTest_radQ2,
        #section3 > #ctl00_cph1_fvTest_radQ3,
        #section4 > #ctl00_cph1_fvTest_radQ4,
        #section5 > #ctl00_cph1_fvTest_radQ5,
        #section6 > #ctl00_cph1_fvTest_radQ6,
        #section7 > #ctl00_cph1_fvTest_radQ7,
        #section8 > #ctl00_cph1_fvTest_radQ8,
        #section9 > #ctl00_cph1_fvTest_radQ9,
        #section10 > #ctl00_cph1_fvTest_radQ10,
        #section11 > #ctl00_cph1_fvTest_radQ11,
        #section12 > #ctl00_cph1_fvTest_radQ12,
        #section13 > #ctl00_cph1_fvTest_radQ13 {
            width: 100%;
            margin-left: 15px
        }

    .checkbox {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 2px;
        vertical-align: middle;
    }

        .checkbox > input {
            -ms-transform: scale(1.25);
            -moz-transform: scale(1.25);
            -webkit-transform: scale(1.25);
            float: left;
            left: 3px;
            margin-left: 0;
            margin-top: 4px;
            vertical-align: middle;
            display: block;
        }

        .checkbox > label {
            display: block;
            width: 90%;
            vertical-align: middle;
            padding-left: 18px;
            margin-top: 0;
            word-break: normal;
        }

    .checkbox-inline {
        display: inline-block;
        margin-top: 0;
        vertical-align: middle;
    }

        .checkbox-inline > input {
            float: left;
            margin-left: 0;
            margin-top: 3px;
            vertical-align: middle;
            display: block;
        }

        .checkbox-inline > label {
            display: block;
            width: 100%;
            vertical-align: middle;
            padding-left: 15px;
            padding-top: 2px;
            margin-top: 0;
            margin-bottom: 0;
            white-space: nowrap;
        }

        .checkbox input[type="checkbox"],
        .checkbox-inline input[type="checkbox"] {
            margin-left: 0;
        }

    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        margin-left: 0;
    }

    .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        vertical-align: middle;
    }

        .radio input {
            -ms-transform: scale(1.25);
            -moz-transform: scale(1.25);
            -webkit-transform: scale(1.25);
            float: left;
            margin-left: 0;
            margin-top: 4px;
            vertical-align: middle;
            display: block;
        }

            .radio input > label {
                display: block;
                width: 90%;
                vertical-align: middle;
                padding-left: 15px;
                margin-top: 0;
                white-space: nowrap;
            }

    .uppercase {
        text-transform: uppercase;
    }

    .table {
        margin: 0;
        padding: 0;
    }

        .table > thead > tr > th,
        .table > tbody > tr > th,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > tbody > tr > td,
        .table > tfoot > tr > td {
            padding: 0;
            vertical-align: top;
            border-top: 0 solid #ddd;
            border-spacing: 0;
        }

    .weight {
        width: 42px;
    }

    .heightft {
        width: 35px;
    }

    .nameDisplay input {
        width: 280px;
        border-radius: 0;
        padding: 1px 0;
        height: auto;
    }

    a:link.labellink {
        color: black;
        text-decoration: none;
    }

    a:hover.labellink {
        color: blue;
        text-decoration: underline;
    }

    a:visited.labellink {
        color: black;
        text-decoration: none;
    }

    .patient-demographics {
        display: inline-block;
        width: 100%;
        min-height: 100%;
    }

        .patient-demographics.panel-body {
            display: inline-block;
            padding-right: 5px;
            min-height: 100%;
        }

        .patient-demographics .row .row {
            padding-bottom: 5px;
            vertical-align: middle;
        }

        .patient-demographics select {
            height: 26px;
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .patient-demographics .form-horizontal {
            white-space: nowrap;
            padding-left: 0;
            padding-right: 0;
        }

            .patient-demographics .form-horizontal label:nth-child(1) {
                min-width: 54px;
                text-align: right;
            }

        .patient-demographics .row div {
            padding-left: 5px;
            padding-right: 5px;
        }

        .patient-demographics .row:nth-child(2) {
            align-content: center;
        }

        .patient-demographics .row .row > div > div.form-horizontal:nth-last-child(1) {
            text-align: right;
        }

        .patient-demographics .title-dropdown {
            width: 62px;
        }

        .patient-demographics .middle-name {
            width: 25%;
        }

        .patient-demographics .dob {
            width: 55%;
        }

        .patient-demographics .phone {
            width: 85%;
        }

        .patient-demographics .phone-cell:before {
            content: "Ph. C:"
        }

        .patient-demographics .phone-home:before {
            content: "Ph. H:"
        }

        .patient-demographics .phone-work:before {
            content: "Ph. W:"
        }

        .patient-demographics .name {
            width: 75%;
        }

        .patient-demographics .email {
            width: 87%;
        }

        .patient-demographics .address {
            width: 93%;
        }

        .patient-demographics .city {
            width: 65%;
        }

        .patient-demographics .state-label:before {
            content: "ST:";
        }

        .patient-demographics .state {
            width: 35%;
        }

        .patient-demographics .postal-code-label {
            min-width: 31px !important;
        }
        /*.patient-demographics .postal-code {
        width: 75%;
    }*/
        .patient-demographics .patient-image-table {
            width: 100%;
        }

        .patient-demographics .patient-image-table {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

            .patient-demographics .patient-image-table > tbody {
                display: inline-block;
                width: 100%;
            }

                .patient-demographics .patient-image-table > tbody > tr {
                    display: inline-block;
                    width: 100%;
                }

                    .patient-demographics .patient-image-table > tbody > tr > td {
                        display: inline-block;
                        width: 100%;
                        text-align: center;
                        border: 0 none transparent;
                    }

    @media screen and (max-width: 1200px) {
        
        .btn-group-width-hra {
            width: 100%; 
            margin-left: 8.66666667%!important;
        }
        .btn-group-width {
            width: 83%;
        }

        .btn-group-margin {
            margin-left: 8%;
        }

        .patient-demographics .title-dropdown {
            width: 55%;
        }

        .patient-demographics .ssn {
            width: 55%;
        }

        .patient-demographics .phone {
            width: 60%;
        }

        .patient-demographics .email {
            width: 87%;
        }

        .patient-demographics .address {
            width: 86%;
        }

        .patient-demographics .city {
            width: 70%;
        }

        .patient-demographics .state-label:before {
            content: "ST:";
        }

        .patient-demographics .state-label {
            min-width: 22px !important;
        }

        .patient-demographics .state {
            width: 75%;
            min-width: 45px;
        }

        .patient-demographics .postal-code-cell {
            *width: 150px;
        }

        .patient-demographics .postal-code-label {
            min-width: 64px !important;
        }

        .patient-demographics .postal-code {
            width: 75%;
            margin-right: 5px;
        }
    }
    /*@media screen and (max-width: 1090px) {
    .patient-demographics .postal-code {
        width: 100%;
        margin-right: 0;
    }
}*/
@media screen and (max-width: 1199px) {
    .infoSymbol { font-size: 12px; }
}
    @media screen and (max-width: 992px) {
        .infoSymbol { font-size: 12px; }
        .patient-demographics .row .row div {
            padding-bottom: 3px;
        }
     
        .patient-demographics .form-horizontal {
            width: 95%;
        }

            .patient-demographics .form-horizontal.postal-code {
                width: 95%;
            }

            .patient-demographics .form-horizontal label {
                min-width: 30%;
                max-width: 30%;
                text-align: right;
            }

            .patient-demographics .form-horizontal input, select {
                min-width: 65% !important;
                max-width: 65% !important;
                padding-right: 5px;
            }

            .patient-demographics .form-horizontal .postal-code {
                min-width: 65% !important;
                max-width: 65% !important;
                padding-right: 0;
                margin-right: 0;
            }

        .patient-demographics .phone-cell:before {
            content: "Phone Cell:"
        }

        .patient-demographics .phone-work:before {
            content: "Phone Work:"
        }

        .patient-demographics .phone-home:before {
            content: "Phone Home:"
        }

        .patient-demographics .state-label:before {
            content: "State:";
        }
    }

    @media screen and (max-width: 768px) {
        /*mobile device form-factor*/
        .patient-demographics .form-horizontal label {
            min-width: 25%;
            max-width: 25%;
            text-align: right;
        }

        .patient-demographics .form-horizontal input, select {
            min-width: 60%;
            max-width: 60%;
        }
        div.tab-row-buttons
        {
            float:none;
        }
    }

    @media screen and (min-width: 1200px) {
        .patient-demographics .phone {
            width: 65%;
        }

        .patient-demographics .city {
            width: 85%;
        }

        .patient-demographics .postal-code-label {
            min-width: 30px !important;
        }

        .patient-demographics .postal-code {
            width: 85%;
            margin-right: 5px;
        }
    }






    .patient-demographics {
        display: inline-block;
        width: 100%;
        min-height: 100%;
    }

        .patient-demographics.panel-body {
            display: inline-block;
            padding-right: 5px;
            min-height: 100%;
        }

        .patient-demographics .row .row {
            padding-bottom: 5px;
            vertical-align: middle;
        }

        .patient-demographics select {
            height: 26px;
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .patient-demographics .form-horizontal {
            white-space: nowrap;
            padding-left: 0;
            padding-right: 0;
        }

            .patient-demographics .form-horizontal label:nth-child(1) {
                min-width: 54px;
                text-align: right;
            }

        .patient-demographics .row div {
            padding-left: 5px;
            padding-right: 5px;
        }

        .patient-demographics .row:nth-child(2) {
            align-content: center;
        }

        .patient-demographics .row .row > div > div.form-horizontal:nth-last-child(1) {
            text-align: right;
        }

        .patient-demographics .title-dropdown {
            width: 62px;
        }

        .patient-demographics .middle-name {
            width: 25%;
        }

        .patient-demographics .dob {
            width: 55%;
        }

        .patient-demographics .phone {
            width: 85%;
        }

        .patient-demographics .phone-cell:before {
            content: "Ph. C:"
        }

        .patient-demographics .phone-home:before {
            content: "Ph. H:"
        }

        .patient-demographics .phone-work:before {
            content: "Ph. W:"
        }

        .patient-demographics .name {
            width: 75%;
        }

        .patient-demographics .email {
            width: 87%;
        }

        .patient-demographics .address {
            width: 93%;
        }

        .patient-demographics .city {
            width: 65%;
        }

        .patient-demographics .state-label:before {
            content: "ST:";
        }

        .patient-demographics .state {
            width: 35%;
        }

        .patient-demographics .postal-code-label {
            min-width: 31px !important;
        }
        /*.patient-demographics .postal-code {
        width: 75%;
    }*/
        .patient-demographics .patient-image-table {
            width: 100%;
        }

        .patient-demographics .patient-image-table {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

            .patient-demographics .patient-image-table > tbody {
                display: inline-block;
                width: 100%;
            }

                .patient-demographics .patient-image-table > tbody > tr {
                    display: inline-block;
                    width: 100%;
                }

                    .patient-demographics .patient-image-table > tbody > tr > td {
                        display: inline-block;
                        width: 100%;
                        text-align: center;
                        border: 0 none transparent;
                    }

    @media screen and (max-width: 1200px) {
        .referredBy {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
            max-width: 300px !important;
            display: block;
        }
        .patient-demographics .title-dropdown {
            width: 55%;
        }

        .patient-demographics .ssn {
            width: 55%;
        }

        .patient-demographics .phone {
            width: 60%;
        }

        .patient-demographics .email {
            width: 87%;
        }

        .patient-demographics .address {
            width: 86%;
        }

        .patient-demographics .city {
            width: 70%;
        }

        .patient-demographics .state-label:before {
            content: "ST:";
        }

        .patient-demographics .state-label {
            min-width: 22px !important;
        }

        .patient-demographics .state {
            width: 75%;
            min-width: 45px;
        }

        .patient-demographics .postal-code-cell {
            *width: 150px;
        }

        .patient-demographics .postal-code-label {
            min-width: 64px !important;
        }

        .patient-demographics .postal-code {
            width: 75%;
            margin-right: 5px;
        }
    }
    /*@media screen and (max-width: 1090px) {
    .patient-demographics .postal-code {
        width: 100%;
        margin-right: 0;
    }
}*/
    @media screen and (max-width: 992px) {
        /*ipad*/
        section > div.tab-row-buttons
        {
            float:none;
        }
        .patient-demographics .row .row div {
            padding-bottom: 3px;
        }

        .patient-demographics .form-horizontal {
            width: 95%;
        }

            .patient-demographics .form-horizontal.postal-code {
                width: 95%;
            }

            .patient-demographics .form-horizontal label {
                min-width: 30%;
                max-width: 30%;
                text-align: right;
            }

            .patient-demographics .form-horizontal input, select {
                min-width: 65% !important;
                max-width: 65% !important;
                padding-right: 5px;
            }

            .patient-demographics .form-horizontal .postal-code {
                min-width: 65% !important;
                max-width: 65% !important;
                padding-right: 0;
                margin-right: 0;
            }

        .patient-demographics .phone-cell:before {
            content: "Phone Cell:"
        }

        .patient-demographics .phone-work:before {
            content: "Phone Work:"
        }

        .patient-demographics .phone-home:before {
            content: "Phone Home:"
        }

        .patient-demographics .state-label:before {
            content: "State:";
        }
    }

    @media screen and (max-width: 768px) {
        .patient-demographics .form-horizontal label {
            min-width: 25%;
            max-width: 25%;
            text-align: right;
        }

        .patient-demographics .form-horizontal input, select {
            min-width: 60%;
            max-width: 60%;
        }
    }

    @media screen and (min-width: 1200px) {
        .patient-demographics .phone {
            width: 65%;
        }

        .patient-demographics .city {
            width: 85%;
        }

        .patient-demographics .postal-code-label {
            min-width: 30px !important;
        }

        .patient-demographics .postal-code {
            width: 85%;
            margin-right: 5px;
        }
    }

    .patient-table {
        width: 100%;
    }

        .patient-table > tbody > tr > td {
            vertical-align: top;
            padding-top: 15px;
        }

    .patientLabels {
        padding-top: 3px;
        padding-right: 3px;
    }

    .error {
        background: #ef0037;
        color: #fff;
    }

    .diagnosis {
        white-space: pre-wrap;
        overflow: visible;
        text-overflow: ellipsis;
        text-align: left;
        max-height: 5em;
    }

    .referredBy {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        max-width: 350px;
        display: block;
    }

    .uploaded-doc-file-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
        display: inline-block;
    }

    .DDControl {
        white-space: normal;
        display: inline-block;
    }

    /*.wrapper {}*/

    table.badliTable {
        width: auto;
        margin: 14px !important;
        text-align: left;
    }

    .badliTable label {
        font-weight: normal !important;
    }

    .lefsTable {
        margin: 14px !important;
        width: 100%;
        text-align: left;
    }

        .lefsTable tr td:nth-child(1n) {
            text-align: left;
        }

        .lefsTable label {
            font-weight: normal !important;
        }

    .lefsTableAlt {
        margin: 14px !important;
        width: 100%;
        text-align: left;
    }

        .lefsTableAlt tr td:nth-child(1n) {
            text-align: left;
        }

        .lefsTableAlt label {
            font-weight: normal !important;
        }

    .rigTable {
        margin: 0px !important;
        width: 100%;
        text-align: left;
    }

        .rigTable tr td:nth-child(1n) {
            text-align: left;
        }

        .rigTable label {
            font-weight: normal !important;
        }

    .rigTableAlt {
        margin: 0px !important;
        width: 100%;
        text-align: left;
    }

        .rigTableAlt tr td:nth-child(1n) {
            text-align: left;
        }

        .rigTableAlt label {
            font-weight: normal !important;
        }

    .spintestTableAlt {
        margin: 3px !important;
        width: 100%;
        text-align: left;
    }

        .spintestTableAlt tr td:nth-child(1n) {
            text-align: left;
        }

        .spintestTableAlt label {
            font-weight: normal !important;
        }

    .HraSurveyVertRbl {
        /* margin: 14px !important; */
        width: 100%;
        text-align: left;
    }

        .HraSurveyVertRbl tr td:nth-child(1n) {
            text-align: left;
            padding: 0px;
        }

        .HraSurveyVertRbl label {
            font-weight: normal !important;
            margin-left: 4px;
        }

    .idc table {
        padding-left: 2px;
        padding-right: 20px;
    }

    .greyTest {
        color: #aaaaaa !important;
    }

    .apgar-table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
    }

        .apgar-table td {
            height: 75px;
        }

        .apgar-table tr:nth-child(even) {
            background-color: #f2f2f2
        }

        .apgar-table th, .apgar-table td {
            border: 1px solid #00aeef;
        }


    .wisq-table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
    }

        .wisq-table tr:nth-child(even) {
            background-color: #f2f2f2
        }

        .wisq-table th, .wisq-table td {
            border: 1px solid #00aeef;
        }

    div table.wisq-table tbody tr td:first-of-type {
        text-align: left;
    }

    div table.wisq-table tbody tr:first-of-type td {
        font-weight: bold;
    }

    span.non-bold-cb label {
        font-weight: normal;
        margin-left: 3px;
    }

    span.bold-maroon-cb label {
        font-weight: bold;
        margin-left: 3px;
        color: #b22222;
    }

    .margin-left-neg4pct {
        margin-left: -4%;
    }

    .testPageBarTitle {
        background: linear-gradient(to bottom, rgba(237, 251, 255, 0.70) 0, rgba(237, 251, 255, 0.7) 1%, rgba(247, 255, 253, 0.8) 34%, rgba(255, 255, 255, 1) 100%);
        border-radius: 5px;
        border: #eaeaea 1px solid;
        padding: 5px;
        margin-bottom: 15px;
        text-align: center;
    }

        .testPageBarTitle .col-md-12 {
            margin-bottom: 5px;
        }

    .pageTitleBar {
        background-color: #00aeef;
        height: 80px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

        .pageTitleBar h3 {
            font-weight: bolder;
            color: black;
        }

        .pageTitleBar h5 {
            font-weight: bolder;
            color: white;
        }

    label[for=ctl00_cph1_fvTest_rblSitLim_0] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblSitLim_1] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblSitLim_2] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblStandLim_0] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblStandLim_1] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblStandLim_2] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblWalkLim_0] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblWalkLim_1] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblWalkLim_2] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblSitLimDay2_1] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblSitLimDay2_2] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblStandLimDay2_1] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblStandLimDay2_2] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblWalkLimDay2_1] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    label[for=ctl00_cph1_fvTest_rblWalkLimDay2_2] {
        font-weight: normal;
        font-size: smaller;
        padding: 4px !important;
    }

    .tooltipCutOffHr {
        background-color: #fff0df;
        line-height: 1.7;
        border-radius: 3px;
        white-space: nowrap;
        border-bottom: 1px dotted black;
        text-align: center;
        font-weight: bold;
    }

        .tooltipCutOffHr .tooltiptext {
            visibility: hidden;
            width: 200px;
            height: 150px;
            font-size: small;
            font-weight: normal;
            border: 1px dotted #00aeef;
            background-color: #fff0df;
            text-align: left;
            padding: 5px;
            border-radius: 6px;
            white-space: pre-wrap;
            position: absolute;
            z-index: 1;
        }

        .tooltipCutOffHr:hover .tooltiptext {
            visibility: visible;
        }

        .tooltipCutOffHr .tooltiptext::after {
            content: " ";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltipCutOffHrCardio {
        width: 105px;
        background-color: #fff0df;
        line-height: 1.7;
        border-radius: 3px;
        white-space: nowrap;
        border-bottom: 1px dotted black;
        text-align: center;
        font-weight: bold;
        margin-left: auto;
        margin-right: 0;
    }

        .tooltipCutOffHrCardio .tooltiptext {
            visibility: hidden;
            width: 200px;
            height: 150px;
            font-size: small;
            font-weight: normal;
            border: 1px dotted #00aeef;
            background-color: #fff0df;
            text-align: left;
            padding: 5px;
            border-radius: 6px;
            white-space: pre-wrap;
            position: absolute;
            z-index: 1;
        }

        .tooltipCutOffHrCardio:hover .tooltiptext {
            visibility: visible;
        }

        .tooltipCutOffHrCardio .tooltiptext::after {
            content: " ";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .btnSearch {
        float: left;
        width: 20%;
        padding: 10px;
        color: #fff;
        background-color: #00aeef;
        border: thin solid #4000f0;
        border-left: none;
        font-size: 15px;
        cursor: pointer;
    }

        .btnSearch:focus, btnSearch:hover {
            outline: 1px dotted #8c8c8c;
            outline: 5px auto -webkit-focus-ring-color;
            color: #4000f0;
            background-color: #d4d4d4;
        }

        .btnSearch:active {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad;
            box-shadow: inset 0 3px 5px #c0c0c0;
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        }

    /* Menu Panels*/
    .menuPanel > * {
        font-family: Roboto, Open Sans, Segoe UI, sans-serif;
        font-size: 15px;
    }

    .container .menuPanel {
        border-radius: 15px;
    }

    .menuPanel > .menuHeading {
        flex: auto;
        background-color: #f5f5f5;
        border-color: #ddd;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin: 20px 5px;
        padding: 15px 5px;
    }

    .menuHeading > h2 {
        font-weight: 800;
        color: #00aeef;
        border-color: #00aeef;
        text-decoration: none;
    }

    .menuPanel > .menuBody {
        border-color: #ddd;
        border-width: 1px;
    }

    .menuPanel > .menuFooter {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        padding: 15px 10px;
        height: 25px;
    }

    .menuBody .row {
        margin: 15px;
    }

    .menuBody > .row > .div {
        padding: 10px;
    }

    .menuBody .row h4 {
        margin: 15px;
        font-weight: 600;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: #f5f5f5;
        border-color: #ddd;
        border-left: #ddd 1px solid;
    }

    .menubo .row p {
        margin: 5px;
        padding: 5px !important;
        border: #ddd 1px solid;
        min-height: 50px;
    }

    .environmentNotice {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1031;
        width: 100%;
        pointer-events: none;
        line-height: 1;
        overflow: hidden;
        text-align: center;
        opacity: 0.3;
    }

        .environmentNotice > span {
            background-color: yellow;
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
            font-size: .8em;
        }

            .environmentNotice > span > span {
                font-weight: bold;
            }

    .navbar-left > img {
        z-index: 1032 !important;
    }

    .navbar {
        margin-bottom: 3px;
    }

    .row.occtype {
        padding-bottom: 15px;
        background-color: #f5f5f5;
        margin-bottom: 12px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 5px;
    }

        .row.occtype span {
            font-weight: bold;
            color: black;
        }

    #ctl00_cph1_fvTest_chkGeneralFCE {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkGeneralFCE:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkGeneralFCE + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkGeneralFCE:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkGeneralFCE + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkGeneralFCE:checked + label + span {
            color: #b22222;
        }

    #ctl00_cph1_fvTest_chkPartialJSFCE {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkPartialJSFCE:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkPartialJSFCE + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkPartialJSFCE:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkPartialJSFCE + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkPartialJSFCE:checked + label + span {
            color: #b22222;
        }

    #ctl00_cph1_fvTest_chkFullJSFCE {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkFullJSFCE:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkFullJSFCE + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkFullJSFCE:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkFullJSFCE + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkFullJSFCE:checked + label + span {
            color: #b22222;
        }

    #divWorkStatusOther {
        padding-bottom: 5px;
    }

    #ctl00_cph1_fvTest_rblWorkStatus td {
        padding: 3px;
    }

    .occFade {
        opacity: .5;
    }

    .panel-body.dynamicLifts {
        min-height: 100px;
    }

    .clickable {
        cursor: pointer;
    }

    /* Company */
    #settings-menu,
    .payment-method,
    .package,
    .package-details,
    #invoices,
    #preferences
    .referral-setup,
    .referral-unavailable {
        margin-bottom: 25px;
    }

        .package .row {
            padding-left: 5px;
        }

        #settings-menu .panel-body,
        .payment-method .panel-body,
        .package .panel-body,
        .package-details .panel-body,
        #invoices .panel-body,
        #preferences .panel-body,
        .referral-app .panel-body,
        .referral-unavailable {
            min-height: 50px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0;
            padding-right: 0;
        }

        .payment-method .row {
            margin-left: 0;
            margin-right: 0;
        }

        .payment-method .btn-primary {
            margin-left: 15px;
            margin-top: 15px;
        }

    #ctl00_cph1_CompanyProfilesSubscriptionFormView_NonInventoryDiv .btn-primary {
        margin-left: 15px;
        margin-top: 15px;
    }

    .company-order fieldset {
        margin: 5px;
    }

    .company-order-header {
        margin: 0 10px 10px 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
    }

        .company-order-header .item:nth-of-type(1) {
            padding: 10px;
            flex-grow: 1;
            flex: 1 0;
            text-align: left;
            width: 100%;
        }

        .company-order-header .item:nth-of-type(2) {
            padding: 10px;
            flex: 0 1 100%;
            text-align: left;
        }

        .company-order-header .item:nth-of-type(3) {
            padding: 10px;
            flex: 0 1 100%;
            text-align: right;
        }

            .company-order-header .item:nth-of-type(3) > div {
                float: right;
                width: 100%;
            }

                .company-order-header .item:nth-of-type(3) > div > .row {
                    margin-left: 0;
                }

    #ctl00_cph1_OrderFormView_SubTotalLabel,
    #ctl00_cph1_OrderFormView_TotalLabel {
        padding-right: 19px;
    }

    #ctl00_cph1_OrderFormView_DiscountDollarLabel {
        padding-right: 19px;
    }

    .referral-app-notice {
        margin: 0 10px 10px 10px;
        display: flex;
        flex-flow: row wrap;
        text-align: center;
        background-color: #eee;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

        .referral-app-notice > * {
            padding: 10px;
        }

        .referral-app-notice .main {
            flex-grow: 9;
            flex: 9 0;
            text-align: left;
        }

        .referral-app-notice .aside {
            flex: 1 auto;
            flex-grow: 1;
            align-self: center;
            justify-content: center;
        }

    .characteristics {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }

        .characteristics div {
            flex: 1;
        }

            .characteristics div > fieldset {
                border: 1px solid #eee;
                padding: 5px;
                margin: 5px;
                border-radius: 6px;
            }

                .characteristics div > fieldset > legend {
                    margin: auto auto auto 10px;
                    padding: 10px 10px;
                    text-align: left;
                    font-size: 14px;
                    font-weight: 800;
                    color: #000;
                    width: auto;
                    border: 0 none;
                }

                .characteristics div > fieldset > div {
                    margin: 0;
                }

                    .characteristics div > fieldset > div:nth-child(even) {
                        background-color: #eee;
                    }

    .certification > .row > .col-sm-12 {
        width: 100%;
        margin-left: 20%
    }

    .certification iframe {
        border: none !important;
        width: 100%;
        max-width: 700px;
        height: 1400px;
    }

    .referral-app .panel-body iframe {
        border: 1px solid #000 !important;
    }

    .main-menu .panel-heading {
        padding: 6px 10px;
        text-align: center;
        vertical-align: middle;
    }

        .main-menu .panel-heading .panel-title {
            font-size: 30px;
            font-weight: bold;
            color: #00aeef;
        }

    .main-menu-item .panel-body,
    .main-menu-item .panel-default {
        min-height: 150px;
        max-height: initial;
    }

    .main-menu-item .panel-heading {
        text-align: left;
        white-space: nowrap;
    }

    .main-menu-item .panel-heading {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .glyphicon {
        padding-right: 6px;
    }

    .glyphicons {
        padding-right: 6px;
    }

    .no-glyphicon {
        padding-right: 36px;
    }

    .no-glyphicon-menu {
        padding-right: 20px;
    }

    .main-menu-item .panel-body {
        padding-top: 10px;
        min-height: 50px;
    }

    .customer-service > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .settings-menu,
    .settings-content {
        margin-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .settings-menu .panel-body {
            min-height: 50px;
            padding-top: 10px;
            padding-left: 0;
            padding-right: 0;
        }

    .company-account .panel-default {
        margin-bottom: 10px;
    }

    .company-account .panel-heading {
        display: flex;
        align-items: center;
        height: 56px;
    }

    .company-account .panel-body {
        min-height: 50px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        min-height: initial;
        height: auto;
    }

    .administration .panel-default .panel-body {
        min-height: 60px;
    }

    .company-account span .glyphicons,
    .company-account span .glyphicon {
        padding-right: 4px;
    }

    .customer-service .nav-pills > li.active a,
    .customer-service .btn-search,
    .customer-service .gridViewModern > tbody > tr.pager > td > table > tbody > tr > td a,
    .customer-service input:checked + .slider {
        background-color: #eb3f00;
    }

    .customer-service table.gridViewModern > tbody > tr:nth-child(even) {
        background: linear-gradient(to bottom, rgba(255, 216, 203, 0) 10%, rgba(255, 236, 229, .5) 35%, rgba(255, 236, 229, .5) 65%, rgba(255, 255, 255, 0)90%);
    }

    .customer-service .panel-heading {
        display: flex;
        align-items: center;
        height: 56px;
    }

    .customer-service .panel-footer,
    .customer-service .panel-heading {
        background: linear-gradient(to top, rgba(255, 216, 203, .7) 0, rgba(255, 236, 229, .7) 1%, rgba(255, 236, 229, .8) 34%, rgba(255, 255, 255, 1)100%);
    }

    .customer-service .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        text-transform: none;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Roboto Condensed', Arial, sans-serif;
    }

        .customer-service .btn-default:active,
        .customer-service .btn-default.active {
            color: #444;
            background-color: #eee;
            border-color: #204d74;
        }

    .customer-service .btn-primary .glyphicons,
    .customer-service .btn-primary .glyphicon,
    .customer-service .btn-sm .glyphicons,
    .customer-service .btn-sm .glyphicon,
    .customer-service span .glyphicons,
    .customer-service span .glyphicon {
        padding-right: 4px;
        color: #eb3f00;
    }

    .customer-service .form-group {
        height: 34px;
        padding-top: 6px;
    }

    .customer-service .customer-new {
        margin-top: 7px;
    }

        .customer-service .customer-new .row {
            margin-top: 3px;
            margin-bottom: 3px;
        }

            .customer-service .customer-new .row div:first-child,
            .customer-service .customer-new .row div:nth-child(3) {
                text-align: center;
            }

                .customer-service .customer-new .row div:first-child .btn.btn-primary,
                .customer-service .customer-new .row div:nth-child(3) .btn.btn-primary {
                    white-space: normal;
                }

    .error-results-textbox {
        width: 100%;
        height: 60px;
        color: red;
        font-weight: bold;
        visibility: hidden;
        border: 0 none transparent;
    }

        .error-results-textbox.visible {
            visibility: visible;
        }

    .logo-image-header {
        text-align: right;
        min-height: 29.6px;
        margin-left: 0;
        margin-right: 0;
        background-color: white;
        border: 1px solid #ccc;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px #000000;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .logo-image-box {
        margin-left: 0;
        margin-right: 0;
        background-color: white;
        min-height: 29.6px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px #000000;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .logo-image-footer {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
        background-color: white;
        padding-top: 7px;
        border-top: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px #000000;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .logo-image {
        width: 100%;
    }

    .nav-pills > li.active > a {
        color: #f5f5f5;
        background-color: #00aeef;
    }

        .nav-pills > li.active > a:hover {
            color: #262626;
            background-color: #adadad;
        }

        .nav-pills > li.active > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    /* Company End */

    /* Slider */
    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-bottom: 0;
    }

        .switch.tiny {
            width: 25px;
            height: 12px;
            margin-bottom: 0;
            margin-top: 4px;
        }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 1px;
            bottom: 1px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .slider.tiny:before {
            height: 11px;
            width: 12px;
            left: .6px;
            bottom: .6px;
        }

    input:checked + .slider {
        background-color: #00aeef;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #00aeef;
    }
    input:disabled + .slider {
        background-color: #c7c7c7;
        border:1px solid #8d8d8d;
    }
    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    input:checked + .slider.tiny:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 15px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

        .slider.round.tiny {
            border-radius: 8px;
        }

            .slider.round.tiny:before {
                border-radius: 50%
            }
    /* Slider End */

    #ctl00_cph1_fvTest_btnReasonForTest,
    #ctl00_cph1_fvTest_btnDiagnosis,
    #ctl00_cph1_fvTest_btnReferredBy,
    #ctl00_cph1_fvTest_btnOccupation,
    #ctl00_cph1_fvTest_lblNoOccMsg {
        padding-left: 4px;
    }
    /* Agreement */
    .agreement-modal-footer {
        text-align: left;
    }

    .agreement-note {
        font-style: normal;
        font-size: smaller;
        font-weight: bold;
    }

    .agreement-agree {
        font-style: italic;
        font-size: smaller;
        font-weight: normal;
    }
    /* Agreement End*/

    .video-iframe {
        width: 940px;
        height: 500px;
        border: none !important;
    }

    .video-list > .row {
        padding: 7px;
    }

    .created-by {
        position: relative;
        margin-top: 30px;
    }

        .created-by > span {
            position: absolute;
            right: 15px;
            bottom: -10px;
            font-size: 8pt;
            font-style: italic;
        }

    fieldset {
        border: 1px solid #d8d8d8;
        padding: 15px;
        border-radius: 6px;
    }

    legend {
        width: auto;
        border: 0 none;
    }

    fieldset legend {
        margin: auto auto auto 10px;
        padding: 10px 10px;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .webfce-fieldset {
        /*background-color: #f8f8f8;*/
        background-color: #EFFAFC;
        border: 1px solid #d8d8d8;
        border-radius: 10px;
    }

    .webfce-legend {
        font-size: 13px;
        position: relative;
        top: -13.8px;
        padding: 7px 4px 2px;
        border-bottom: 1px solid #d8d8d8;
        color: #00aeef;
        font-family: Roboto, Open Sans, Segoe UI, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }


    .download-report-link {
        font-weight: 800;
    }

    .form-control.state-dropdown {
        max-width: 280px;
        width: 80px;
    }

    .form-control.country-dropdown {
        max-width: 380px;
        width: 280px;
    }

    .inventory-status {
        margin: 15px;
    }

        .inventory-status .row {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .inventory-status .row > span {
                padding-left: 18px;
                padding-bottom: 15px;
            }

        .inventory-status table {
            width: 100%;
        }

            .inventory-status table > tbody > tr > td {
                vertical-align: top;
                padding: 5px;
            }

                .inventory-status table > tbody > tr > td:nth-child(1) {
                    width: 15%;
                    text-align: right;
                }

                .inventory-status table > tbody > tr > td:nth-child(2) {
                    width: 85%;
                    text-align: left;
                }

                    .inventory-status table > tbody > tr > td:nth-child(2) input {
                        width: 75px;
                    }

                    .inventory-status table > tbody > tr > td:nth-child(2) textarea {
                        width: 100%;
                        height: 100px;
                    }

            .inventory-status table > tbody > tr:nth-child(4) > td {
                text-align: left;
            }


    .billing-modal .row {
        padding-bottom: 15px;
    }

    .company-provider-list,
    .company-office-list {
        width: 100%;
    }

    .pain-behaviors .no-wrap {
        white-space: nowrap;
    }

    .pain-behaviors .table-responsive > table {
        margin: 10px;
        width: 96%;
    }

    .pain-behaviors .column-heading {
        width: 10%;
        text-align: center;
        vertical-align: top;
        white-space: nowrap;
    }

        .pain-behaviors .column-heading span {
            display: block;
            white-space: nowrap;
        }

        .pain-behaviors .column-heading .subtext {
            font-size: 75%;
            line-height: 50%;
        }

    .pain-behaviors ul.checkbox {
        margin-top: 3px;
        margin-bottom: 3px;
        list-style-type: none;
    }

        .pain-behaviors ul.checkbox > li {
            width: 45%;
            text-align: center;
            display: inline-block;
        }

            .pain-behaviors ul.checkbox > li > input[type="checkbox"] {
                opacity: 0;
            }

            .pain-behaviors ul.checkbox > li > input[type="radio"] {
                opacity: 0;
            }

                .pain-behaviors ul.checkbox > li > input[type="radio"] + label {
                    padding-left: 1px;
                }

            .pain-behaviors ul.checkbox > li > input[type="checkbox"] + label {
                padding-left: 14px;
            }

            .pain-behaviors ul.checkbox > li > input[type="radio"]:focus + label,
            .pain-behaviors ul.checkbox > li > input[type="checkbox"]:focus + label {
                border: 1px dotted black;
            }

            .pain-behaviors ul.checkbox > li > input[type="radio"] + label:hover,
            .pain-behaviors ul.checkbox > li > input[type="checkbox"] + label:hover {
                color: #00aeef;
            }

            .pain-behaviors ul.checkbox > li > input[type="radio"]:disabled + label,
            .pain-behaviors ul.checkbox > li > input[type="checkbox"]:disabled + label {
                opacity: .2;
            }

                .pain-behaviors ul.checkbox > li > input[type="radio"]:disabled + label:hover,
                .pain-behaviors ul.checkbox > li > input[type="checkbox"]:disabled + label:hover {
                    color: black;
                    cursor: default;
                }

            .pain-behaviors ul.checkbox > li > input[type="radio"] + label:before,
            .pain-behaviors ul.checkbox > li > input[type="radio"] + label:after {
                position: relative;
                top: 1px;
                display: inline-block;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .pain-behaviors ul.checkbox > li > input[type="checkbox"] + label:before,
            .pain-behaviors ul.checkbox > li > input[type="checkbox"] + label:after {
                position: relative;
                top: 1px;
                display: inline-block;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .pain-behaviors ul.checkbox > li > input[type="radio"] + label:before,
            .pain-behaviors ul.checkbox > li > input[type="checkbox"] + label:before {
                color: inherit;
                content: "\e157";
            }

            .pain-behaviors ul.checkbox > li > input[type="radio"]:checked + label:before,
            .pain-behaviors ul.checkbox > li > input[type="checkbox"]:checked + label:before {
                color: inherit;
                content: "\e067";
            }

    .upper-test-status {
        padding-right: 0;
        float: right !important;
        text-align: right;
    }

        .upper-test-status > a {
            padding-right: 15px;
        }

    .bot-notes .upper-test-status {
        padding-right: 30px;
    }

    .last-update {
        float: right !important;
    }

    .bot-notes .last-update {
        padding-right: 30px;
    }

    /****** FINAL COMMENTS ******/
    .txtFinalDesc {
        margin: auto;
    }

    .final-comments {
        width: 100%;
        margin-bottom: 5px;
    }

        .final-comments > tbody > tr > td {
            padding: 3px;
            vertical-align: top;
        }

            .final-comments > tbody > tr > td:nth-child(1) {
                width: 15%;
            }

                .final-comments > tbody > tr > td:nth-child(1) > div > span {
                    font-weight: 800;
                    font-size: smaller;
                    padding-left: 6px;
                }

            .final-comments > tbody > tr > td:nth-child(2) {
                width: 78%;
            }
            /*.final-comments > tbody > tr > td:nth-child(2) > textarea {
                 view the media section 
            }*/
            .final-comments > tbody > tr > td:nth-child(3) {
                width: 7%;
            }

        .final-comments .time-in-time-out {
            border: 1px solid #ccc;
            border-radius: 4px;
            vertical-align: middle;
        }

    .time-in-time-out > table {
        width: 100%;
        /* height: 111px; */
    }

        .time-in-time-out > table > tbody > tr > td {
            vertical-align: middle;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 10px;
        }

            .time-in-time-out > table > tbody > tr > td > input[type="text"] {
                width: 90px;
            }

            .time-in-time-out > table > tbody > tr > td:nth-child(odd) {
                text-align: left;
            }

            .time-in-time-out > table > tbody > tr > td:nth-child(even) {
                text-align: right;
            }

            .time-in-time-out > table > tbody > tr > td:nth-child(7) {
                width: 20%;
            }

                .time-in-time-out > table > tbody > tr > td:nth-child(7) > span {
                    display: inline-block;
                    max-width: 100%;
                    margin-bottom: 5px;
                }

            .time-in-time-out > table > tbody > tr > td:nth-child(8) {
                display: none;
            }

    .final-comments-wizard {
    }

        .final-comments-wizard .select-panel.job-factor-restrictions,
        .final-comments-wizard .select-panel.accommodations,
        .final-comments-wizard .select-panel.recommendations,
        .final-comments-wizard .select-panel.comments {
            height: 450px;
            width: 100%;
        }

        .final-comments-wizard .txtFinalDesc {
            height: 338px;
        }

        .final-comments-wizard .fce-listbox {
            height: 279px;
        }

        .final-comments-wizard .checkbox-inline {
            padding-top: 1px;
            padding-left: 2px;
        }

        .final-comments-wizard .horizontal-nav {
            text-align: center;
            align-content: center;
        }

            .final-comments-wizard .horizontal-nav div {
                margin: 0 auto;
                text-align: center;
            }

            .final-comments-wizard .horizontal-nav .btn-default {
                width: 75%;
                display: inline-block;
            }

    .job-demand-analysis {
    }

        .job-demand-analysis table {
            width: 100%;
        }

            .job-demand-analysis table input[type="text"] {
                width: 100%;
                max-width: 100%;
            }

        .job-demand-analysis select.form-control {
            padding-top: 2px;
            padding-bottom: 2px;
            height: 24px;
        }


    @media screen and (max-width: 768px) {
        body {
            padding-left: 5px;
            padding-right: 5px;
        }

            body > form > .container {
                padding-left: 0;
                padding-right: 0;
            }

        .btn-default {
            font-size: 12px;
            padding: 3px 3px;
        }

        .vital-signs > div > table > * {
            font-size: 70%
        }

        #soe .btn-default {
            min-width: 120px;
            width: 100%;
        }

        /*#fc textarea {
        height: 253px;
    }*/
    }

    @media screen and (min-width: 768px) {
        .btn-default {
            font-size: 11px;
            padding: 6px 6px;
            min-width: 38px;
        }

        .vital-signs > div > table > * {
            font-size: 80%
        }

        #soe .btn-default {
            font-size: 70%;
            min-width: 100px;
        }

        #soe span {
            font-size: 70%;
            min-width: 110px;
        }

        .modal-card {
            width: 800px;
        }

        .final-comments > tbody > tr > td:nth-child(2) > textarea {
            height: 214px;
        }
    }

    @media screen and (min-width: 992px) {
        .btn-default {
            min-width: 34px;
            font-size: 13px;
            padding: 6px 6px;
        }

        .vital-signs > div > table > * {
            font-size: 90%
        }

        #soe .btn-default {
            font-size: 75%;
            min-width: 142px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #soe span {
            font-size: 85%;
            min-width: 142px;
        }

        .final-comments > tbody > tr > td:nth-child(2) > textarea {
            height: 249px;
        }
    }

    @media screen and (min-width: 1200px) {
        .btn-default {
            font-size: 15px;
            padding: 6px 6px;
        }

        .vital-signs > div > table > * {
            font-size: 100%
        }

        #soe .btn-default {
            font-size: 80%;
            min-width: 155px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #soe span {
            font-size: 90%;
            min-width: 155px;
        }

        .final-comments > tbody > tr > td:nth-child(2) > textarea {
            height: 249px;
        }
    }

    div.main-menu div.panel-body div.row div.main-menu-item div.panel-default div.panel-heading {
        height: 38px;
    }

    div.main-menu div.panel-body div.row div.main-menu-item div.panel-default div.panel-body {
        height: 90px;
    }
    /****** Work Simulation Tolerance ******/
    #wst > div > table {
        width: 100%;
    }

        #wst > div > table > tbody > tr > td {
            vertical-align: top;
            padding: 3px 3px;
        }

            #wst > div > table > tbody > tr > td:nth-child(1) {
                text-align: center;
                width: 12%;
            }

            #wst > div > table > tbody > tr > td:nth-child(2) {
                text-align: center;
                width: 11%;
            }

            #wst > div > table > tbody > tr > td > span {
                vertical-align: text-top;
                text-align: center;
                font-weight: bold
            }

            #wst > div > table > tbody > tr > td > div {
                vertical-align: top;
                text-align: left;
            }

                #wst > div > table > tbody > tr > td > div > input {
                    margin: 0 !important;
                    text-align: left;
                    vertical-align: middle;
                    white-space: nowrap;
                    width: 50px;
                }

                #wst > div > table > tbody > tr > td > div > textarea {
                    vertical-align: top;
                    min-height: 95px;
                }

    .Job-Factor-list,
    .Job-Factor-list {
        width: 100%;
        padding: 5px;
    }

    #mhq label {
        font-weight: normal;
        margin-left: 6px;
        display: inline;
    }

    #mhq input[type="text"] {
        height: 22px;
        width: 300px;
        max-width: 1000px;
        min-width: 10px;
        margin-bottom: 2px;
    }

    .cheat-sheet-tbl {
        width: 100%;
        border: 1px solid black;
    }

        .cheat-sheet-tbl th {
            border: 1px solid black;
            background-color: lightgray;
            padding: 2px;
        }

        .cheat-sheet-tbl td {
            border: 1px solid black;
            padding: 2px;
        }

        .cheat-sheet-tbl tr:nth-child(odd) {
            background-color: aliceblue;
        }

        .cheat-sheet-tbl th:nth-child(3) {
            text-align: center;
        }

        .cheat-sheet-tbl th:nth-child(4) {
            text-align: center;
        }

        .cheat-sheet-tbl th:nth-child(5) {
            text-align: center;
        }

        .cheat-sheet-tbl th:nth-child(6) {
            text-align: center;
        }

        .cheat-sheet-tbl tr td:nth-child(3) {
            text-align: center;
        }

        .cheat-sheet-tbl tr td:nth-child(4) {
            text-align: center;
        }

        .cheat-sheet-tbl tr td:nth-child(5) {
            text-align: center;
        }

        .cheat-sheet-tbl tr td:nth-child(6) {
            text-align: center;
        }

    .HRA-survey-RBL,
    .HRA-survey-RBL-L {
        width: 100%;
    }

        .HRA-survey-RBL td,
        .HRA-survey-RBL-L td {
            text-align: center;
            padding: 2px 0;
        }

        .HRA-survey-RBL td {
            width: 25px;
        }

        .HRA-survey-RBL-L td {
            width: 76px;
        }

    .HRA-LSSurvey-rbl {
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: left;
        border: none;
    }

        .HRA-LSSurvey-rbl tr td {
            text-align: left;
            padding: 2px;
            width: 20%;
            border-collapse: collapse;
            border: none;
            /*border-right: 1px solid black;*/
            /*border: 1px solid black;*/
        }

            .HRA-LSSurvey-rbl tr td:last-child {
                border-right: none;
            }

        .HRA-LSSurvey-rbl label {
            font-weight: normal !important;
            margin-left: 4px;
            /*white-space:nowrap;
	word-break:break-word;*/
        }

    .HRA-LSSurvey-table {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid black;
    }

        .HRA-LSSurvey-table td {
            border: 1px solid #C0C0C0;
            height: 0;
        }

    .HRA-LSSurvey-rbl label {
        display: inline;
    }

    .FCE-ftwt-rbl {
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: left;
        border: none;
    }

        .FCE-ftwt-rbl label {
            font-weight: normal !important;
            margin-left: 4px;
            margin-right: 8px;
        }

    #WorkSimulationTolerance div.panel-body {
        background-color: #f8f8f8;
        padding-top: 7px;
        margin-top: 0px;
    }

    #HRAHealthSurveyResults {
        width: 90%;
        margin-left: 5%;
        margin-top: 35px;
        border: 1px solid #c0c0c0;
        border-radius: 15px;
        background-color:var(--outcome-alt-row-color);
    }

    /*Patient Informed Consent Table*/

    .Patient-Informed-Consent {
        width: 100%;
        /*border: 1px solid lightgray;*/
        /*margin-top: 15px;*/
        padding: 20px;
    }



        .Patient-Informed-Consent > tbody > tr > td {
            padding: 3px;
            vertical-align: top;
        }

            .Patient-Informed-Consent > tbody > tr > td:nth-child(1) {
                width: 2%;
            }

            .Patient-Informed-Consent > tbody > tr > td:nth-child(2) {
                width: 75%;
                text-align: justify;
                padding-bottom: 10px
            }


    /*Physician Consent Form Table*/

    .Physician-Consent {
        width: 100%;
        /*border: 1px solid lightgray;*/
        /*margin-top: 15px;*/
        padding: 20px;
    }



        .Physician-Consent > tbody > tr > td {
            padding: 3px;
            vertical-align: top;
        }

            /*.Physician-Consent > tbody > tr > td:nth-child(1) {
            width: 10%;
            text-align:justify;
            padding-bottom: 10px
        }*/

            .Physician-Consent > tbody > tr > td:nth-child(1) {
                width: 75%;
                text-align: justify;
                padding-bottom: 10px
            }




    /*PaR-Q-Questionnaire Table*/

    .PaR-Q-QuestionnaireTable {
        width: 100%;
        padding: 20px;
    }



        .PaR-Q-QuestionnaireTable > tbody > tr > td {
            padding: 3px;
            vertical-align: top;
        }

            .PaR-Q-QuestionnaireTable > tbody > tr > td:nth-child(1) {
                width: 2%;
            }

            .PaR-Q-QuestionnaireTable > tbody > tr > td:nth-child(2) {
                width: 75%;
                text-align: justify;
            }

            .PaR-Q-QuestionnaireTable > tbody > tr > td:nth-child(3) {
                vertical-align: top;
                width: 10%;
            }

    .PaR-Q-MainSubQuestionnaireTable {
        width: 98%;
        padding-top: 15px;
        background-color: #e6e6e6;
    }



        .PaR-Q-MainSubQuestionnaireTable > tbody > tr > td:nth-child(1) {
            width: 2%;
        }

        .PaR-Q-MainSubQuestionnaireTable > tbody > tr > td:nth-child(2) {
            width: 3%;
            vertical-align: top;
        }


        .PaR-Q-MainSubQuestionnaireTable > tbody > tr > td:nth-child(3) {
            vertical-align: top;
            width: 71%;
        }

        .PaR-Q-MainSubQuestionnaireTable > tbody > tr > td:nth-child(4) {
            vertical-align: top;
            width: 10%;
        }

    .PaR-Q-SubQuestionnaireTable {
        width: 98%;
        /*border: 1px solid lightgray;*/
        /*margin-top: 15px;*/
        padding-top: 15px;
    }



        .PaR-Q-SubQuestionnaireTable > tbody > tr > td:nth-child(1) {
            width: 5%;
        }

        .PaR-Q-SubQuestionnaireTable > tbody > tr > td:nth-child(2) {
            width: 5%;
            vertical-align: top;
        }

        .PaR-Q-SubQuestionnaireTable > tbody > tr > td:nth-child(3) {
            vertical-align: top;
            width: 71%;
        }

        .PaR-Q-SubQuestionnaireTable > tbody > tr > td:nth-child(4) {
            vertical-align: top;
            width: 10%;
        }

    .PaRQTable {
        width: 100%;
        text-align: left;
    }

        .PaRQTable tr td:nth-child(1n) {
            text-align: center;
        }

        .PaRQTable label {
            font-weight: normal !important;
        }

    /*
Arm Curl Test PercentileRank
            */

    .ArmCurlTest-Percentile {
        width: 120%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 0px 5px 12px 5px;
        background-color: #EFFAFC;
    }

        .ArmCurlTest-Percentile > thead > tr > td {
            text-align: center;
            font-weight: bold;
            font-size: small;
            padding-left: 12px !important;
            /*width :35%*/
        }

        .ArmCurlTest-Percentile > tbody > tr > td {
            padding: 4px;
            text-align: center;
        }

            .ArmCurlTest-Percentile > tbody > tr > td:nth-child(1) {
                width: 10%;
            }

            .ArmCurlTest-Percentile > tbody > tr > td:nth-child(2) {
                width: 57%;
            }

    /*ArmCurl-Table*/
    .ArmCurl-Table {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-collapse: unset;
        border-radius: 14px !important;
        background-color: #EFFAFC;
    }

        .ArmCurl-Table > tbody > tr > td {
            padding: 1%;
        }

            .ArmCurl-Table > tbody > tr > td:nth-child(1) {
                width: 3%;
                text-align: right;
                padding-top: 12px;
                vertical-align: top;
                font-weight: bold;
            }

            .ArmCurl-Table > tbody > tr > td:nth-child(2) {
                width: 11%;
                text-align: right;
                font-weight: bold;
            }

            .ArmCurl-Table > tbody > tr > td:nth-child(3) {
                width: 9%;
                padding-top: 12px;
            }

            .ArmCurl-Table > tbody > tr > td:nth-child(4) {
                width: 2%;
                text-align: center;
            }

            .ArmCurl-Table > tbody > tr > td:nth-child(5) {
                width: 5%;
                text-align: center;
            }

            .ArmCurl-Table > tbody > tr > td:nth-child(6) {
                width: 18%;
                text-align: center;
            }

            .ArmCurl-Table > tbody > tr > td:nth-child(7) {
                width: 5%;
            }

    /*PushUp-Test-Table*/
    .PushUp-Test-Table {
        width: 100%;
        margin-top: 20px;
        border: 2px solid #d8d8d8;
        border-collapse: unset;
        border-radius: 14px !important;
    }

        .PushUp-Test-Table > tbody > tr > td:nth-child(1) {
            width: 5%;
        }

        .PushUp-Test-Table > tbody > tr > td:nth-child(2) {
            width: 40%;
            padding-bottom: 12px
        }

        .PushUp-Test-Table > tbody > tr > td:nth-child(3) {
            width: 1%;
        }

        .PushUp-Test-Table > tbody > tr > td:nth-child(4) {
            width: 5%;
            vertical-align: top;
        }


    /*
Four Square Step  Table Test
            */

    .FourSquareStepDiv-Test {
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 9px;
        margin-bottom: 2%;
    }

    .FourSquareStep-Test {
        width: 100%;
    }

        .FourSquareStep-Test > tbody > tr > td {
            padding: 4px;
            text-align: left;
        }

            .FourSquareStep-Test > tbody > tr > td:nth-child(1) {
                text-align: right;
                vertical-align: middle;
                font-weight: bold
            }



    /*
FigureEightRun Test PercentileRank
            */

    .FigureEightRunTest-Percentile {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 0px 5px 12px 5px;
    }

        .FigureEightRunTest-Percentile > thead > tr > td {
            text-align: center;
            font-weight: bold;
            font-size: small;
            padding: 7px !important;
            /*width :35%*/
        }

        .FigureEightRunTest-Percentile > tbody > tr > td {
            padding: 4px;
            text-align: center;
        }

            .FigureEightRunTest-Percentile > tbody > tr > td:nth-child(1) {
                width: 10%;
            }

            .FigureEightRunTest-Percentile > tbody > tr > td:nth-child(2) {
                width: 57%;
            }


    /*
FIGURE-OF-EIGHT-Run  Table Test
            */

    .FigureEightRun-Test {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 2px;
        background-color: #EFFAFC;
    }

.RepetitiveSideReaching-Test {
    width: 100%;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 8px;
    background-color: #EFFAFC;
    line-height: 1.0;
}

.survquest-container {
    width: 1100px;
}

    .survquest-row {
        width: 1100px;
    }

    div.survquest-container > div:nth-of-type(odd) {
        background-color: aliceblue;
    }

    .ChairSitandReach {
        width: 68%;
        text-align: left;
    }

        .ChairSitandReach tr td:nth-child(1n) {
            text-align: left;
        }

@media screen and (max-width: 1200px) {
    .survquest-container {
        width: 950px;
    }

    .survquest-row {
        width: 950px;
    }
}

    /*
Vertical Jump  Table Test
            */

    .VerticalJump-Test {
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 12px;
        margin-bottom: 4%;
    }


    .VerticalJumpTable-Test {
        width: 100%;
    }

        .VerticalJumpTable-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
            width: 0%;
        }

        .VerticalJumpTable-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
        }

            .VerticalJumpTable-Test > thead > tr > td:nth-child(1) {
                width: 2%;
            }

            .VerticalJumpTable-Test > thead > tr > td:nth-child(2) {
                width: 50%;
            }

        .VerticalJumpTable-Test > tbody > tr > td:nth-child(1) {
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
            width: 24%;
        }

        .VerticalJumpTable-Test > tbody > tr > td:nth-child(2) {
            padding: 2px 9px 9px 9px;
            width: 42%;
        }

    /*
Grip-Strength-Test
            */

    .Grip-Strength-Test {
        width: 100%;
        padding: 12px;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        margin-bottom: 3%;
        padding-bottom: 5%;
    }

        .Grip-Strength-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
            font-size: large;
            vertical-align: bottom;
        }

            .Grip-Strength-Test > thead > tr > td:nth-child(7) {
                width: 13%;
                font-size: 15px;
            }

            .Grip-Strength-Test > thead > tr > td:nth-child(8) {
                vertical-align: middle;
                font-size: 15px;
            }

        .Grip-Strength-Test > tbody > tr > td {
            padding: 3px;
            text-align: right;
        }

            .Grip-Strength-Test > tbody > tr > td:nth-child(1) {
                width: 13%;
                font-weight: bold
            }

            .Grip-Strength-Test > tbody > tr > td:nth-child(2) {
                width: 13%;
            }

            .Grip-Strength-Test > tbody > tr > td:nth-child(3) {
                width: 13%;
            }

            .Grip-Strength-Test > tbody > tr > td:nth-child(4) {
                width: 13%;
            }

            .Grip-Strength-Test > tbody > tr > td:nth-child(5) {
                width: 13%;
            }

            .Grip-Strength-Test > tbody > tr > td:nth-child(6) {
                width: 1%;
            }

            .Grip-Strength-Test > tbody > tr > td:nth-child(8) {
                width: 31%;
            }

/*
Grip-Strength-Test-CV
            */

.Grip-Strength-Test-CV {
    width: 100%;
    padding: 12px;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    margin-bottom: 3%;
    padding-bottom: 5%;
}

    .Grip-Strength-Test-CV > thead > tr > td {
        text-align: center;
        font-weight: bold;
        font-size: large;
        vertical-align: bottom;
    }

        .Grip-Strength-Test-CV > thead > tr > td:nth-child(7) {
            width: 13%;
            font-size: 15px;
        }

        .Grip-Strength-Test-CV > thead > tr > td:nth-child(8) {
            vertical-align: middle;
            font-size: 15px;
        }

        .Grip-Strength-Test-CV > tbody > tr > td {
            text-align: right;
        }

        .Grip-Strength-Test-CV > tbody > tr > td:nth-child(1) {
            width: 7%;
            font-weight: bold
        }

        .Grip-Strength-Test-CV > tbody > tr > td:nth-child(2) {
            width: 14%;
        }

        .Grip-Strength-Test-CV > tbody > tr > td:nth-child(3) {
            width: 13%;
        }

        .Grip-Strength-Test-CV > tbody > tr > td:nth-child(4) {
            width: 13%;
        }

        .Grip-Strength-Test-CV > tbody > tr > td:nth-child(5) {
            width: 13%;
        }

        .Grip-Strength-Test-CV > tbody > tr > td:nth-child(6) {
            width: 1%;
        }

        .Grip-Strength-Test-CV > tbody > tr > td:nth-child(8) {
            width: 31%;
        }

    /*
BACK SCRATCH TEST
            */

    .Back-Scratch-Test {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 10px;
        margin: 6px 0px 10px 0px;
    }


        .Back-Scratch-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
            font-size: large;
        }

            .Back-Scratch-Test > thead > tr > td:nth-child(7) {
                text-align: center;
                font-weight: bold;
                font-size: 15px;
            }

            .Back-Scratch-Test > thead > tr > td:nth-child(8) {
                text-align: center;
                font-weight: bold;
                font-size: 15px;
            }

        .Back-Scratch-Test > tbody > tr > td {
            padding: 3px;
        }

            .Back-Scratch-Test > tbody > tr > td:nth-child(1) {
                width: 25%;
            }

            .Back-Scratch-Test > tbody > tr > td:nth-child(2) {
                width: 11%;
            }

            .Back-Scratch-Test > tbody > tr > td:nth-child(3) {
                width: 11%;
            }

            .Back-Scratch-Test > tbody > tr > td:nth-child(4) {
                width: 11%;
            }

            .Back-Scratch-Test > tbody > tr > td:nth-child(5) {
                width: 11%;
            }

            .Back-Scratch-Test > tbody > tr > td:nth-child(6) {
                width: 2%;
            }


    /*
Sit And ReachTest-Test
            */
    .SitAndReach-Div {
        margin-top: 1%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding-left: 0px;
    }

    .SitAndReach-Test {
        width: 100%;
        padding: 12px;
        margin-bottom: 5%;
    }

        .SitAndReach-Test > thead > tr > td {
            text-align: center;
            font-weight: bold;
        }

            .SitAndReach-Test > thead > tr > td:nth-child(1) {
                width: 2%;
            }

            .SitAndReach-Test > thead > tr > td:nth-child(2) {
                width: 5%;
                padding-top: 17px;
            }

        .SitAndReach-Test > tbody > tr > td {
            padding: 6px 0px 1px 15px;
            text-align: left;
        }

            .SitAndReach-Test > tbody > tr > td:nth-child(1) {
                width: 2%;
            }

            .SitAndReach-Test > tbody > tr > td:nth-child(2) {
                width: 2%;
            }

            .SitAndReach-Test > tbody > tr > td:nth-child(3) {
                width: 2%;
            }


    .LowExtremCheckbox {
        width: 100%;
        text-align: left;
    }

        .LowExtremCheckbox tr td:nth-child(1n) {
            text-align: center;
            padding: 7px;
        }

        .LowExtremCheckbox label {
            font-weight: normal !important;
            padding-left: 3px;
        }

    /*
ReferanceTable
            */
    .ReferanceTable {
        margin-top: 20px;
    }

        .ReferanceTable > tbody > tr > td {
            text-align: justify;
            vertical-align: top;
        }

    /*
ProcedureTable
            */
    .ProcedureTable {
        margin-left: 30px;
    }

        .ProcedureTable > tbody > tr > td {
            text-align: justify;
            vertical-align: top;
        }

    /*
 Semmes-Weinstein Monofilament Test   ProcedureTable
            */

    .Semmes-WeinsteinTest {
        width: 60%;
        border: 1px solid grey;
    }

        .Semmes-WeinsteinTest > thead > tr > td {
            border: 1px solid grey;
            padding: 3px;
            background-color: #ededed;
            font-weight: bold;
        }

        .Semmes-WeinsteinTest > tbody > tr > td {
            border: 1px solid grey;
            padding: 3px;
        }

    .ProcedureSemmes-WeinsteinTest {
        width: 100%;
    }

        .ProcedureSemmes-WeinsteinTest > tbody > tr > td:nth-child(1) {
            width: 5%;
            vertical-align: top;
            font-weight: bold;
        }

        .ProcedureSemmes-WeinsteinTest > tbody > tr > td:nth-child(1) {
            vertical-align: top;
        }

    /*
YBalance  Table Test
            */

    .YBalance-Test {
        width: 100%;
        /*border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;*/
        padding: 5px;
        margin-top: 3%;
    }

        .YBalance-Test > tbody > tr > th {
            padding: 2px;
            font-size: 12px;
        }

        .YBalance-Test > tbody > tr > td {
            padding: 2px;
        }

    .YBalance-BothLeg-Test {
        width: 100%;
        padding: 2px;
        font-size: 13px;
    }

        .YBalance-BothLeg-Test > tbody > tr > th {
            padding-right: 5px;
        }

        .YBalance-BothLeg-Test > thead > tr > td {
            padding-right: 20px;
            padding-bottom: 10px;
        }

        .YBalance-BothLeg-Test > tbody > tr > td {
            padding: 8px;
            padding-bottom: 10px;
        }

            .YBalance-BothLeg-Test > tbody > tr > td:nth-child(1) {
                width: 12%;
            }

            .YBalance-BothLeg-Test > tbody > tr > td:nth-child(2) {
                width: 12%;
            }

            .YBalance-BothLeg-Test > tbody > tr > td:nth-child(3) {
                width: 12%;
            }

            .YBalance-BothLeg-Test > tbody > tr > td:nth-child(4) {
                width: 12%;
            }

            .YBalance-BothLeg-Test > tbody > tr > td:nth-child(5) {
                width: 12%;
            }

            .YBalance-BothLeg-Test > tbody > tr > td:nth-child(6) {
                width: 32%;
            }


    /*YBalance-Test Composite Reach Distance Table*/

    .YBalanceCompositeRight-Table {
        width: 100%;
    }


        .YBalanceCompositeRight-Table > tbody > tr > td:nth-child(1) {
            width: 28%;
            /*padding: 2px;*/
        }

        .YBalanceCompositeRight-Table > tbody > tr > td:nth-child(2) {
            width: 39%;
            font-weight: bold;
            font-size: 12px;
            text-align: right;
        }

        .YBalanceCompositeRight-Table > tbody > tr > td:nth-child(3) {
            width: 11%;
        }

        .YBalanceCompositeRight-Table > tbody > tr > td:nth-child(4) {
            width: 11%;
            padding: 2px;
        }

        .YBalanceCompositeRight-Table > tbody > tr > td:nth-child(5) {
            width: 2%;
            vertical-align: middle;
            font-size: 11px;
            padding: 2px;
            font-weight: bold;
        }

        .YBalanceCompositeRight-Table > tbody > tr > td:nth-child(6) {
            width: 12%;
        }

    .YBalanceCompositeLeft-Table {
        width: 100%;
    }

        .YBalanceCompositeLeft-Table > tbody > tr > td:nth-child(1) {
            width: 32%;
        }

        .YBalanceCompositeLeft-Table > tbody > tr > td:nth-child(2) {
            width: 36%;
            font-weight: bold;
            font-size: 12px;
            text-align: right;
        }

        .YBalanceCompositeLeft-Table > tbody > tr > td:nth-child(3) {
            width: 11%;
        }

        .YBalanceCompositeLeft-Table > tbody > tr > td:nth-child(4) {
            padding: 2px;
            width: 11%;
        }

        .YBalanceCompositeLeft-Table > tbody > tr > td:nth-child(5) {
            width: 2%;
            vertical-align: middle;
            font-size: 11px;
            padding: 2px;
            font-weight: bold;
        }

        .YBalanceCompositeLeft-Table > tbody > tr > td:nth-child(6) {
            width: 12%;
        }




    /*YBalance-Test Composite Category Table*/

    .YBalanceCategory-Table {
        width: 100%;
        margin: 1%;
    }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(1) {
            width: 6%;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(2) {
            width: 7%;
            vertical-align: middle;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(3) {
            width: 1%;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(4) {
            width: 7%;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(5) {
            width: 1%;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(6) {
            width: 7%;
            vertical-align: middle;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(7) {
            width: 13%;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(8) {
            width: 12%;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(9) {
            width: 7%;
            vertical-align: middle;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(10) {
            width: 7%;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(11) {
            width: 1%;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(12) {
            width: 7%;
            vertical-align: middle;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(13) {
            width: 13%;
            text-align: center;
        }

        .YBalanceCategory-Table > tbody > tr > td:nth-child(14) {
            width: 3%;
        }




    #ctl00_cph1_fvTest_chkMini {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkMini:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkMini + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkMini:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkMini + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkMini:checked + label + span {
            color: #b22222;
        }

    #ctl00_cph1_fvTest_chkModerate {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkModerate:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkModerate + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkModerate:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkModerate + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkModerate:checked + label + span {
            color: #b22222;
        }

    #ctl00_cph1_fvTest_chkModerate {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkModerate:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkModerate + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkModerate:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkModerate + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkModerate:checked + label + span {
            color: #b22222;
        }


    #ctl00_cph1_fvTest_chkComprehensive {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkComprehensive:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkComprehensive + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkComprehensive:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkComprehensive + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkComprehensive:checked + label + span {
            color: #b22222;
        }

    #ctl00_cph1_fvTest_chkSenior {
        color: #338FD0;
    }

        #ctl00_cph1_fvTest_chkSenior:checked {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkSenior + label {
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkSenior:checked + label {
            color: #b22222 !important;
        }

        #ctl00_cph1_fvTest_chkSenior + label + span {
            display: inline-block;
            font-weight: normal;
            margin-left: 15px;
            color: #338FD0;
        }

        #ctl00_cph1_fvTest_chkSenior:checked + label + span {
            color: #b22222;
        }
    /*
 Semmes-Weinstein Monofilament Test   ProcedureTable
            */

    .Semmes-WeinsteinTest {
        width: 60%;
        border: 1px solid grey;
    }

        .Semmes-WeinsteinTest > thead > tr > td {
            border: 1px solid grey;
            padding: 3px;
            background-color: #ededed;
            font-weight: bold;
        }

        .Semmes-WeinsteinTest > tbody > tr > td {
            border: 1px solid grey;
            padding: 3px;
        }

    .ProcedureSemmes-WeinsteinTest {
        width: 100%;
    }

        .ProcedureSemmes-WeinsteinTest > tbody > tr > td:nth-child(1) {
            width: 5%;
            vertical-align: top;
            font-weight: bold;
        }

        .ProcedureSemmes-WeinsteinTest > tbody > tr > td:nth-child(1) {
            vertical-align: top;
        }

    .heartrate-monitor {
        width: 24px;
        height: 20px;
        background: url(/Content/images/heartrate-blue2.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
    }

        .heartrate-monitor:hover {
            background: url(/Content/images/heartrate-gray2.png);
            background-size: contain;
            background-repeat: no-repeat;
        }

        .heartrate-monitor .tooltiptext {
            visibility: hidden;
            width: 500px;
            height: 300px;
            margin-left: 30px;
            font-size: small;
            font-weight: normal;
            border: 1px dotted #00aeef;
            background-color: #fff0df;
            text-align: left;
            padding: 5px;
            border-radius: 6px;
            white-space: pre-wrap;
            position: absolute;
            z-index: 1;
        }

        .heartrate-monitor:hover .tooltiptext {
            visibility: visible;
        }

        .heartrate-monitor .tooltiptext::after {
            content: " ";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .ddl-ftwt-hours {
        margin: 4px;
    }

    /*
StairClimbing  Table Test
            */

    .StairClimbing-Test {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 2px;
        background-color: #EFFAFC;
    }


    .lableHeading {
        font-weight: bold;
        text-align: center;
    }



    .Kneeling-Percentile {
        width: 100%;
        border: 2px solid #d8d8d8;
        border-radius: 14px !important;
        border-collapse: unset;
        padding: 0px 5px 12px 5px;
        background-color: #EFFAFC;
    }

        .Kneeling-Percentile > thead > tr > td {
            text-align: center;
            font-weight: bold;
            font-size: small;
        }

        .Kneeling-Percentile > tbody > tr > td {
            padding: 4px;
            text-align: center;
        }

            .Kneeling-Percentile > tbody > tr > td:nth-child(1) {
                width: 10%;
            }

            .Kneeling-Percentile > tbody > tr > td:nth-child(2) {
                width: 20%;
            }

            .Kneeling-Percentile > tbody > tr > td:nth-child(3) {
                width: 10%;
            }

            .Kneeling-Percentile > tbody > tr > td:nth-child(4) {
                width: 20%;
            }

            .Kneeling-Percentile > tbody > tr > td:nth-child(5) {
                width: 10%;
            }

            .Kneeling-Percentile > tbody > tr > td:nth-child(6) {
                width: 25%;
            }
}

/* Trunk Extension*/
.TrunkExtensionDiv-Test {
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
}

.TrunkExtension-Test {
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    margin-bottom: 3%;
}

    .TrunkExtension-Test > thead > tr > td:nth-child(2) {
        text-align: center;
        font-weight: normal;
        text-align: center;
        width: 23%;
    }

    .TrunkExtension-Test > thead > tr > td:nth-child(3) {
        text-align: center;
        font-weight: bold;
    }

    .TrunkExtension-Test > thead > tr > td:nth-child(4) {
        text-align: center;
        font-weight: bold;
    }

    .TrunkExtension-Test > thead > tr > td:nth-child(5) {
        text-align: center;
        font-weight: bold;
    }

    .TrunkExtension-Test > tbody > tr > td {
        padding: 4px;
    }

        .TrunkExtension-Test > tbody > tr > td:nth-child(1) {
            width: 3%;
        }

        .TrunkExtension-Test > tbody > tr > td:nth-child(2) {
            width: 1%;
        }

        .TrunkExtension-Test > tbody > tr > td:nth-child(3) {
            width: 1%;
        }

        .TrunkExtension-Test > tbody > tr > td:nth-child(4) {
            width: 16%;
        }

        .TrunkExtension-Test > tbody > tr > td:nth-child(5) {
            width: 1%;
        }

        .TrunkExtension-Test > tbody > tr > td:nth-child(6) {
            width: 15%;
            text-align: center;
        }

        .TrunkExtension-Test > tbody > tr > td:nth-child(7) {
            text-align: center;
        }


/*
TrunkExtension Test PercentileRank
            */

.TrunkExtension-Percentile {
    width: 100%;
    padding: 0px 5px 25px 5px;
}

    .TrunkExtension-Percentile > thead > tr > td {
        text-align: center;
        font-weight: bold;
        font-size: small;
        padding-left: 12px !important;
    }

    .TrunkExtension-Percentile > tbody > tr > td {
        padding: 4px;
        text-align: center;
    }

        .TrunkExtension-Percentile > tbody > tr > td:nth-child(1) {
            width: 10%;
        }

        .TrunkExtension-Percentile > tbody > tr > td:nth-child(2) {
            width: 57%;
        }


/* Side Plank Test*/

.SidePlank-Test {
    width: 100%;
    padding-bottom: 4%;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
    margin-bottom: 4%;
}

    .SidePlank-Test > tbody > tr > td:nth-child(1) {
        width: 3%;
    }

    .SidePlank-Test > tbody > tr > td:nth-child(2) {
        width: 17%;
        padding-top: 10px;
        text-align: center;
    }

    .SidePlank-Test > tbody > tr > td:nth-child(3) {
        width: 15%;
    }

    .SidePlank-Test > tbody > tr > td:nth-child(4) {
        width: 15%;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 1%;
    }

    .SidePlank-Test > tbody > tr > td:nth-child(5) {
        width: 1%;
        text-align: center;
    }

    .SidePlank-Test > tbody > tr > td:nth-child(6) {
        text-align: center;
        font-weight: bold;
    }

    .SidePlank-Test > tbody > tr > td:nth-child(7) {
        width: 25%;
        text-align: center;
    }

    .SidePlank-Test > tbody > tr > td:nth-child(8) {
        width: 6%;
    }

/* Supine SLR Test*/

.SupineSLR-Test {
    padding-top: 5%;
    width: 100%;
    padding-bottom: 8%;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
}

    .SupineSLR-Test > thead > tr > td {
        text-align: center;
        vertical-align: bottom;
    }

        .SupineSLR-Test > thead > tr > td:nth-child(4) {
            width: 19%;
            padding: 1%;
            font-weight: bold;
        }

        .SupineSLR-Test > thead > tr > td:nth-child(5) {
            font-weight: bold;
        }

    .SupineSLR-Test > tbody > tr > td {
        padding: 1%;
    }

        .SupineSLR-Test > tbody > tr > td:nth-child(1) {
            width: 3%;
        }

        .SupineSLR-Test > tbody > tr > td:nth-child(2) {
            width: 13%;
            text-align: right;
            font-weight: bold;
        }

        .SupineSLR-Test > tbody > tr > td:nth-child(3) {
            width: 17%;
        }

        .SupineSLR-Test > tbody > tr > td:nth-child(4) {
            width: 15%;
        }

        .SupineSLR-Test > tbody > tr > td:nth-child(5) {
            width: 1%;
            text-align: center;
        }

        .SupineSLR-Test > tbody > tr > td:nth-child(6) {
            text-align: center;
            width: 27%;
        }

        .SupineSLR-Test > tbody > tr > td:nth-child(7) {
            width: 25%;
            text-align: center;
        }

        .SupineSLR-Test > tbody > tr > td:nth-child(8) {
            width: 6%;
        }

/*table Heading*/
.TableHeading-Test {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 1%;
}

    .TableHeading-Test > tbody > tr > td:nth-child(1) {
        width: 14%;
    }

    .TableHeading-Test > tbody > tr > td:nth-child(2) {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

    .TableHeading-Test > tbody > tr > td:nth-child(4) {
        width: 10%;
    }

/* Prone SLR Test*/

.ProneSLR-Test {
    padding-top: 5%;
    width: 100%;
    padding-bottom: 8%;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
    margin-bottom: 3%;
}

    .ProneSLR-Test > thead > tr > td {
        text-align: center;
        vertical-align: bottom;
    }

        .ProneSLR-Test > thead > tr > td:nth-child(4) {
            width: 19%;
            padding: 1%;
            font-weight: bold;
        }

        .ProneSLR-Test > thead > tr > td:nth-child(5) {
            font-weight: bold;
        }

    .ProneSLR-Test > tbody > tr > td {
        padding: 1%;
    }

        .ProneSLR-Test > tbody > tr > td:nth-child(1) {
            width: 3%;
        }

        .ProneSLR-Test > tbody > tr > td:nth-child(2) {
            width: 13%;
            text-align: right;
            font-weight: bold;
        }

        .ProneSLR-Test > tbody > tr > td:nth-child(3) {
            width: 17%;
        }

        .ProneSLR-Test > tbody > tr > td:nth-child(4) {
            width: 15%;
        }

        .ProneSLR-Test > tbody > tr > td:nth-child(5) {
            width: 1%;
            text-align: center;
        }

        .ProneSLR-Test > tbody > tr > td:nth-child(6) {
            text-align: center;
            width: 27%;
        }

        .ProneSLR-Test > tbody > tr > td:nth-child(7) {
            width: 25%;
            text-align: center;
        }

        .ProneSLR-Test > tbody > tr > td:nth-child(8) {
            width: 6%;
        }


/* Plank  Test*/

.Plank-Test {
    padding-top: 5%;
    width: 100%;
    padding-bottom: 8%;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
}

    .Plank-Test > thead > tr > td {
        text-align: center;
        vertical-align: bottom;
    }

        .Plank-Test > thead > tr > td:nth-child(4) {
            width: 19%;
            padding: 1%;
            font-weight: bold;
        }

        .Plank-Test > thead > tr > td:nth-child(5) {
            font-weight: bold;
        }

    .Plank-Test > tbody > tr > td {
        padding: 1%;
    }

        .Plank-Test > tbody > tr > td:nth-child(1) {
            width: 3%;
        }

        .Plank-Test > tbody > tr > td:nth-child(2) {
            width: 13%;
            text-align: right;
            font-weight: bold;
        }

        .Plank-Test > tbody > tr > td:nth-child(3) {
            width: 17%;
        }

        .Plank-Test > tbody > tr > td:nth-child(4) {
            width: 15%;
        }

        .Plank-Test > tbody > tr > td:nth-child(5) {
            width: 1%;
            text-align: center;
        }

        .Plank-Test > tbody > tr > td:nth-child(6) {
            text-align: center;
            width: 27%;
        }


/* Push Up  Test*/

.Pushup-Test {
    padding-top: 5%;
    width: 100%;
    padding-bottom: 8%;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
    margin-bottom: 3%;
}



    .Pushup-Test > thead > tr > td:nth-child(3) {
        width: 22%;
        padding: 1%;
    }

    .Pushup-Test > thead > tr > td:nth-child(5) {
        font-weight: bold;
        text-align: center;
    }

    .Pushup-Test > thead > tr > td:nth-child(6) {
        font-weight: bold;
        text-align: center;
    }


    .Pushup-Test > tbody > tr > td {
        padding: 1%;
    }

        .Pushup-Test > tbody > tr > td:nth-child(1) {
            width: 3%;
        }

        .Pushup-Test > tbody > tr > td:nth-child(2) {
            width: 13%;
            text-align: right;
        }

        .Pushup-Test > tbody > tr > td:nth-child(3) {
            width: 17%;
        }

        .Pushup-Test > tbody > tr > td:nth-child(4) {
            width: 15%;
        }

        .Pushup-Test > tbody > tr > td:nth-child(5) {
            width: 17%;
            text-align: center;
        }

        .Pushup-Test > tbody > tr > td:nth-child(6) {
            text-align: center;
            width: 27%;
        }

/*Calf rise-Table*/
.Calfrise-Table {
    width: 100%;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
}

    .Calfrise-Table > tbody > tr > td {
        padding: 1%;
    }

        .Calfrise-Table > tbody > tr > td:nth-child(1) {
            width: 3%;
            text-align: right;
            padding-top: 12px;
            font-weight: bold;
        }

        .Calfrise-Table > tbody > tr > td:nth-child(2) {
            width: 15%;
            text-align: center;
            font-weight: bold;
        }

        .Calfrise-Table > tbody > tr > td:nth-child(3) {
            width: 15%;
            text-align: center;
        }

        .Calfrise-Table > tbody > tr > td:nth-child(4) {
            width: 14%;
            text-align: center;
        }

        .Calfrise-Table > tbody > tr > td:nth-child(5) {
            width: 15%;
            text-align: center;
        }

        .Calfrise-Table > tbody > tr > td:nth-child(6) {
            width: 35%;
            text-align: center;
        }

        .Calfrise-Table > tbody > tr > td:nth-child(7) {
            width: 3%;
        }

        .Calfrise-Table > tbody > tr > td:nth-child(8) {
            width: 10%;
        }

/*
Chair Sit And ReachTest-Test
            */

.ChairSitAndReach-Test {
    width: 90%;
    padding: 12px;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    margin-bottom: 5%;
}

    .ChairSitAndReach-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
        width: 0%;
    }

    .ChairSitAndReach-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
    }

        .ChairSitAndReach-Test > thead > tr > td:nth-child(1) {
            width: 2%;
        }

        .ChairSitAndReach-Test > thead > tr > td:nth-child(2) {
            width: 12%;
        }

    .ChairSitAndReach-Test > tbody > tr > td {
        padding: 6px 0px 1px 8px;
        text-align: left;
    }


        .ChairSitAndReach-Test > tbody > tr > td:nth-child(1) {
            width: 1%;
        }

        .ChairSitAndReach-Test > tbody > tr > td:nth-child(2) {
            width: 1%;
        }

        .ChairSitAndReach-Test > tbody > tr > td:nth-child(3) {
            width: 1%;
        }

/*One Leg Stance*/

.OneLegStance-Test {
    width: 100%;
    padding: 12px;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding-bottom: 5%;
}


.OneLegStanceTable-Test {
    width: 100%;
    padding: 12px;
    padding-bottom: 5%;
}

    .OneLegStanceTable-Test > tbody > tr > td:nth-child(1) {
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
    }

    .OneLegStanceTable-Test > tbody > tr > td:nth-child(2) {
        padding: 5px;
        width: 35%;
    }

.OneLegStanceCategoryTable-Test {
    width: 94%;
    padding: 12px;
    padding-bottom: 5%;
}

    .OneLegStanceCategoryTable-Test > tbody > tr > td:nth-child(1) {
        width: 8%;
    }

    .OneLegStanceCategoryTable-Test > tbody > tr > td:nth-child(2) {
        width: 40%;
        text-align: center;
    }

    .OneLegStanceCategoryTable-Test > tbody > tr > td:nth-child(3) {
        width: 13%;
    }

    .OneLegStanceCategoryTable-Test > tbody > tr > td:nth-child(4) {
        width: 40%;
        text-align: center;
    }

/*
    ModifiedRombergTest
*/
.ModifiedRomberg-Test {
    padding: 12px;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding-bottom: 5%;
    margin-bottom: 3%
}

.ModifiedRombergTable-Test {
    width: 100%;
}

    .ModifiedRombergTable-Test > tbody > tr > td:nth-child(1) {
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
    }

    .ModifiedRombergTable-Test > tbody > tr > td:nth-child(2) {
        padding: 2px 9px 9px 9px;
        width: 46%
    }


/*LowExtremCoordTest*/

.LowExtremCoord-Test {
    width: 100%;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 2%;
    margin-bottom: 4%;
    background-color: #EFFAFC;
}

    .LowExtremCoord-Test > thead > tr > td:nth-child(3) {
        width: 27%;
        text-align: center;
    }

    .LowExtremCoord-Test > tbody > tr > td {
        padding: 3px;
    }

        .LowExtremCoord-Test > tbody > tr:nth-child(1) > td {
            color: #0076A3;
        }

        .LowExtremCoord-Test > tbody > tr:nth-child(2) > td {
            font-weight: bold;
            font-size: larger;
        }

        .LowExtremCoord-Test > tbody > tr > td:nth-child(1) {
            width: 30%;
            font-weight: bold;
            text-align: center;
            font-size: larger;
        }

        .LowExtremCoord-Test > tbody > tr:nth-child(-n+2) > td:nth-child(1) {
            font-weight:300;
            text-align: center;
            font-size: smaller;
        }

        .LowExtremCoord-Test > tbody > tr > td:nth-child(2) {
            width: 35%;
            text-align: center;
        }

        .LowExtremCoord-Test > tbody > tr > td > input {
            text-align: center;
            font-size: larger;
        }

        .LowExtremCoord-Test > tbody > tr > td:nth-child(3) {
            width: 35%;
            text-align: center;
        }


/*
FunctionalReachTest            */

.FunctionalReachDiv-Test {
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 2px;
    padding-bottom: 3%;
}

.FunctionalReach-Test {
    width: 100%;
}

    .FunctionalReach-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
        width: 0%;
    }

    .FunctionalReach-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
    }

        .FunctionalReach-Test > thead > tr > td:nth-child(1) {
            width: 2%;
        }

        .FunctionalReach-Test > thead > tr > td:nth-child(2) {
            width: 50%;
        }

    .FunctionalReach-Test > tbody > tr > td:nth-child(1) {
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        width: 24%;
    }

    .FunctionalReach-Test > tbody > tr > td:nth-child(2) {
        padding: 2px 9px 9px 9px;
    }
/*
FunctionalReach Test PercentileRank
            */

.FunctionalReachTest-Percentile {
    width: 100%;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 8px 5px 12px 5px;
    margin-bottom: 10px;
    margin-top: 14%;
}

    .FunctionalReachTest-Percentile > thead > tr > td {
        text-align: center;
        font-weight: bold;
        font-size: small;
        padding-left: 12px !important;
    }

    .FunctionalReachTest-Percentile > tbody > tr > td {
        padding: 4px;
        text-align: center;
    }

        .FunctionalReachTest-Percentile > tbody > tr > td:nth-child(1) {
            width: 10%;
        }

        .FunctionalReachTest-Percentile > tbody > tr > td:nth-child(2) {
            width: 34%;
        }

/*
TimedUpandGoTest            */

.TimedUpandGoTestDiv-Test {
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 2px;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.TimedUpandGoTest-Test {
    width: 100%;
}

    .TimedUpandGoTest-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
        width: 0%;
    }

    .TimedUpandGoTest-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
    }

        .TimedUpandGoTest-Test > thead > tr > td:nth-child(1) {
            width: 2%;
        }

        .TimedUpandGoTest-Test > thead > tr > td:nth-child(2) {
            width: 50%;
        }



    .TimedUpandGoTest-Test > tbody > tr > td:nth-child(1) {
        text-align: center;
        vertical-align: middle;
        font-weight: bold
    }

    .TimedUpandGoTest-Test > tbody > tr > td:nth-child(2) {
        padding: 2px 9px 9px 9px;
    }


/*
HexagonAgilityTest            */

.HexagonAgilityDiv-Test {
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 2px;
    padding-bottom: 3%;
    margin-bottom: 2%;
}

.HexagonAgility-Test {
    width: 100%;
}

    .HexagonAgility-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
    }

    .HexagonAgility-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
    }

        .HexagonAgility-Test > thead > tr > td:nth-child(1) {
            width: 25%;
        }

        .HexagonAgility-Test > thead > tr > td:nth-child(2) {
            width: 50%;
            text-align: center;
            padding-top: 7%;
        }

    .HexagonAgility-Test > tbody > tr > td:nth-child(1) {
        text-align: right;
        vertical-align: middle;
        font-weight: bold;
    }

    .HexagonAgility-Test > tbody > tr > td:nth-child(2) {
        padding: 6px;
    }
/*
FigureofEightRunTest            */

.FigureofEightRunDiv-Test {
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 2px;
    padding-bottom: 3%;
    margin-bottom: 2%;
}

.FigureofEightRun-Test {
    width: 100%;
}

    .FigureofEightRun-Test > thead > tr > td {
        text-align: center;
    }

    .FigureofEightRun-Test > thead > tr > td {
        text-align: center;
    }

        .FigureofEightRun-Test > thead > tr > td:nth-child(1) {
            width: 25%;
        }

        .FigureofEightRun-Test > thead > tr > td:nth-child(2) {
            width: 50%;
            text-align: center;
            padding-top: 7%;
        }

    .FigureofEightRun-Test > tbody > tr > td:nth-child(1) {
        text-align: center;
        vertical-align: middle;
        font-weight: bold
    }

    .FigureofEightRun-Test > tbody > tr > td:nth-child(2) {
        padding: 9px;
    }

/*
Sit to stand Table

            */

.Sittostand-Test-Table {
    width: 100%;
    margin-top: 20px;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
    margin-bottom: 3%;
}

    .Sittostand-Test-Table > tbody > tr > td:nth-child(1) {
        width: 5%;
    }

    .Sittostand-Test-Table > tbody > tr > td:nth-child(2) {
        width: 40%;
        padding-bottom: 12px
    }

    .Sittostand-Test-Table > tbody > tr > td:nth-child(3) {
        width: 1%;
    }

    .Sittostand-Test-Table > tbody > tr > td:nth-child(4) {
        width: 5%;
        vertical-align: top;
    }
/*
Sit to stand PercentileRank
            */

.SittostandTest-Percentile {
    width: 100%;
    padding: 0px 5px 12px 5px;
    margin-top: 30%;
}

    .SittostandTest-Percentile > thead > tr > td {
        text-align: center;
        font-weight: bold;
        font-size: small;
        padding-left: 12px !important;
    }

    .SittostandTest-Percentile > tbody > tr > td {
        padding: 4px;
        text-align: center;
    }

        .SittostandTest-Percentile > tbody > tr > td:nth-child(1) {
            width: 10%;
        }

        .SittostandTest-Percentile > tbody > tr > td:nth-child(2) {
            width: 57%;
        }

/* 300  Meter Test*/


.MeterRun-Test {
    padding-top: 5%;
    width: 100%;
    padding-bottom: 8%;
    border: 2px solid #d8d8d8;
    border-collapse: unset;
    border-radius: 14px !important;
}

    .MeterRun-Test > thead > tr > td {
        text-align: center;
        vertical-align: bottom;
    }

        .MeterRun-Test > thead > tr > td:nth-child(4) {
            width: 19%;
            padding: 1%;
            font-weight: bold;
        }

        .MeterRun-Test > thead > tr > td:nth-child(5) {
            font-weight: bold;
        }

    .MeterRun-Test > tbody > tr > td {
        padding: 1%;
    }

        .MeterRun-Test > tbody > tr > td:nth-child(1) {
            width: 3%;
        }

        .MeterRun-Test > tbody > tr > td:nth-child(2) {
            width: 13%;
            text-align: right;
            font-weight: bold;
        }

        .MeterRun-Test > tbody > tr > td:nth-child(3) {
            width: 17%;
        }

        .MeterRun-Test > tbody > tr > td:nth-child(4) {
            width: 15%;
        }

        .MeterRun-Test > tbody > tr > td:nth-child(5) {
            width: 1%;
            text-align: center;
        }

        .MeterRun-Test > tbody > tr > td:nth-child(6) {
            text-align: center;
            width: 27%;
        }

.Protocol-Table {
    width: 100%;
    border-collapse: unset;
}

    .Protocol-Table > thead > tr > td {
        border: 1px solid #686666;
        padding-left: 10px;
        vertical-align: top;
        
      
    }

    .Protocol-Table > tbody > tr > td {
        border: 1px solid #686666;
        border-top: unset;
        padding-left: 10px;
        /*vertical-align: top;*/
        border-right: none;
    }
    .Protocol-Table > thead > tr > td:nth-child(2) {
        border-right: none ;
      
    }
    .Protocol-Table > thead > tr > td:nth-child(3) {
        border-right: none;
        text-align: left ;
    }

    .Protocol-Table > tbody > tr > td:nth-child(3) {
        text-align: left;
        border-right: none;
        vertical-align: middle;
    }

    .Protocol-Table > thead > tr > td:nth-child(1) {
        border-right: none;
        text-align: center;
    }

    .Protocol-Table > tbody > tr > td:nth-child(1) {
        border-right: none;
        vertical-align: middle;
        text-align: left;
    }

    .Protocol-Table > thead > tr > td:nth-child(4) {
        border-right: 1px solid #686666;
        text-align: center;
        font-weight: bold;
    }

    .Protocol-Table > tbody > tr > td:nth-child(4) {
        text-align: center;
        border-right: 1px solid #686666;
        vertical-align: middle;
        font-weight: bold;
    }

    .Protocol-Table > tbody > tr > td:nth-child(5) p {
        line-height: 1.0;
        margin-top: 4px;
        margin-bottom: 4px;
    }

.allalertcount {
    float: right;
    background: #ffcb00;
    border-radius: 50%;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    padding: 0 2px 0 2px;
    margin-top :-3px;
}
.alertcount {
    float: right;
    background: #ffcb00;
    border-radius: 50%;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    padding: 0 2px 0 2px;
}
.alertcountred {
    float: right;
    background: #F74E4F;
    border-radius: 50%;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    padding: 0 2px 0 2px;
    color: white;
}
.alertcountredMainPage {
    background: #F74E4F;
    border-radius: 50%;
    height: 25px;
    min-width: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    padding: 0 2px 0 2px;
    color: white;
    margin-left: 5px;
    position: absolute;
    font-weight: bold;
    margin-top: -4px;
}
.alertcountyellowMainPage {
    background: #ffcb00;
    border-radius: 50%;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    padding: 0 2px 0 2px;
    color: white;
    margin-left: 5px;
}
Rightsquare {
    height: 25px;
    width: 25px;
    background-color: grey;
}
.Leftsquare {
    height: 25px;
    width: 25px;
    background-color: black;
}

.btn-bulk-upload {
    background-color: #00aeef;
    color: #fff;
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-color: #ccc;
}

    .btn-bulk-upload:hover {
        color: #0076a3 !important;
        background-color: #d4d4d4 !important;
        border-color: #d4d4d4 !important;
    }

.disabled {
    background-color: white !important;
    border-color: gray;
    color: gray;
}

/*
OpenClose Leg Test PercentileRank
            */

.OpenCloseTest-Percentile {
    width: 100%;
   
    padding: 0px 5px 12px 5px;
}

    .OpenCloseTest-Percentile > thead > tr > td {
        text-align: center;
        font-weight: bold;
        font-size: small;
        padding: 7px !important;
        /*width :35%*/
    }

    .OpenCloseTest-Percentile > tbody > tr > td {
        padding: 4px;
        text-align: center;
    }

        .OpenCloseTest-Percentile > tbody > tr > td:nth-child(1) {
            width: 10%;
        }

        .OpenCloseTest-Percentile > tbody > tr > td:nth-child(2) {
            width: 57%;
        }


.edit-norm {
    font-size: 0.8em;
}


.RomAndMMT-Table {
    margin-top :1%;
        width: 100%;
    border: 1px solid #ddd;
    padding: 4%;
    cursor: pointer !important;
}

.RomAndMMT-Table:hover {
    color: #0076a3;
    box-shadow: 0 0 5px 5px rgba(0, 118, 163, 0.25);
}

    .RomAndMMT-Table > thead > tr > th {
        border: 1px solid #C0C0C0;
        background-color: #189BC5;
        color: white;
        text-align: center;
        padding: 0 5px;
    }
    .RomAndMMT-Table td:nth-child(1) {
        background-color: #F2F2F2;
    }

    /*.RomAndMMT-Table > tbody > tr:nth-child(even) {
        background: #DDECEE;
    }
    .RomAndMMT-Table > tbody > tr:nth-child(odd) {
        background: #F7F7F7;
    }*/


    .RomAndMMT-Table > tbody > tr > td {
        border: 1px solid #C0C0C0;
        text-align: center;
        background: #F7F7F7;
        padding: 0 5px;
    }
        .RomAndMMT-Table > thead  > tr > th:nth-child(1) {          
            width: 27%;
        }
        .RomAndMMT-Table > tbody > tr > td:nth-child(1) {
            text-align: left;
            width :27%;
        }
    .RomAndMMT-Table > thead > tr > th:nth-child(2) {
        width: 11%;
    }
    .RomAndMMT-Table > tbody > tr > td:nth-child(2) {
        width: 11%;
    }
    .RomAndMMT-Table > thead > tr > th:nth-child(3) {
        width: 11%;
    }

    .RomAndMMT-Table > tbody > tr > td:nth-child(3) {
        width: 11%;
    }
    .RomAndMMT-Table > thead > tr > th:nth-child(4) {
        width: 11%;
    }

    .RomAndMMT-Table > tbody > tr > td:nth-child(4) {
        width: 11%;
    }
    .RomAndMMT-Table > thead > tr > th:nth-child(5) {
        width: 20%;
    }

    .RomAndMMT-Table > tbody > tr > td:nth-child(5) {
        width: 20%;
    }





.form-control2 {
    display: block;
    width: 100%;
    height: 24px;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /*-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.Divtab {
    border: 1px solid #ddd;
    padding: 12px 0px 5px 0px;
}

.SystemReviewTab-Table {
    border: 1px solid #c3c3c3;
    border-radius: 26px;
    padding: 2%;
    /*margin-bottom: 2%;*/
    border-collapse: unset;
    width: 100%;
    background-color: #EFFAFC;
    /* font-size :12px; */
}

    .SystemReviewTab-Table > thead > tr > td,
    .SystemReviewTab-Table > tbody > tr:nth-child(1) > th {
        text-align: center;
        font-weight: bold;
    }

    .SystemReviewTab-Table > thead > tr > th,
    .SystemReviewTab-Table > tbody > tr > th {
        text-align: center;
        color: #7285B1;
    }

    .SystemReviewTab-Table.SR-OneLineHeader > tbody > tr > th:nth-child(1) {
        color: #333;
        white-space: nowrap;
    }

    .SystemReviewTab-Table.SR-TwoLineHeader > tbody > tr:nth-child(1) > th {
        color: #333;
    }

    .SystemReviewTab-Table > tbody > tr > td {
        padding: 2px;
        color: #7285B1;
        text-align: right;
    }

    .SystemReviewTab-Table > tbody > tr > td:nth-child(5) {
        width: 2%;
    }

    @media screen and (max-width: 1200px) {
        .SystemReviewTab-Table > tbody > tr > td {
            letter-spacing: -0.02em;
        }
        .SystemReviewTab-Table > tbody > tr > td:nth-child(5) {
            width: 1%;
        }
        .SystemReviewTab-Table > tbody > tr > td:nth-child(1) {
            width: 30%;
        }
        #HandsTab .SystemReviewTab-Table > tbody > tr > td {
            letter-spacing: -0.03em;
        }
    }

.SystemReviewTab-Table > thead > tr > th:nth-child(1),
.SystemReviewTab-Table > tbody > tr > th:nth-child(1) {
    text-align: left;
    padding-left: 15px;
}

    .SystemReviewTabHeading {
        text-align: left !important;
        padding-left: 15px !important;
    }





    .CircumferenceResult-Table {
        margin-top: 1%;
        width: 100%;
        border: 1px solid #ddd;
        padding: 4%;
        cursor: pointer !important;
    }

        .CircumferenceResult-Table:hover {
            color: #0076a3;
            box-shadow: 0 0 5px 5px rgba(0, 118, 163, 0.25);
        }

        .CircumferenceResult-Table td:nth-child(1), .CircumferenceResult-Table td:nth-child(1) {
            background-color: #F2F2F2;
        }

        .CircumferenceResult-Table > tbody > tr:nth-child(even) {
            background: #DDECEE;
        }

        .CircumferenceResult-Table > tbody > tr:nth-child(odd) {
            background: #F7F7F7;
        }

        .CircumferenceResult-Table > thead > tr > th {
            border: 1px solid #C0C0C0;
            background-color: #189BC5;
            color: white;
            text-align: center;
        }

        .CircumferenceResult-Table > tbody > tr > td {
            border: 1px solid #C0C0C0;
            text-align: center;
        }

        .CircumferenceResult-Table > thead > tr > th:nth-child(1) {
            width: 27%;
        }

        .CircumferenceResult-Table > tbody > tr > td:nth-child(1) {
            width: 27%;
        }

        .CircumferenceResult-Table > thead > tr > th:nth-child(2) {
            width: 10%;
        }

        .CircumferenceResult-Table > tbody > tr > td:nth-child(2) {
            width: 10%;
        }

        .CircumferenceResult-Table > thead > tr > th:nth-child(3) {
            width: 10%;
        }

        .CircumferenceResult-Table > tbody > tr > td:nth-child(3) {
            width: 10%;
        }

        .CircumferenceResult-Table > thead > tr > th:nth-child(4) {
            width: 10%;
        }

        .CircumferenceResult-Table > tbody > tr > td:nth-child(4) {
            width: 10%;
        }


    .Orthopedic-Table {
        margin-top: 1%;
        width: 100%;
        border: 1px solid #ddd;
        padding: 4%;
        cursor: pointer !important;
    }

        .Orthopedic-Table:hover {
            color: #0076a3;
            box-shadow: 0 0 5px 5px rgba(0, 118, 163, 0.25);
        }

        .Orthopedic-Table td:nth-child(1) {
            background-color: #F2F2F2;
        }

        .Orthopedic-Table td:nth-child(4) {
            background-color: #F2F2F2;
        }

        .Orthopedic-Table > tbody > tr:nth-child(even) {
            background: #DDECEE;
        }

        .Orthopedic-Table > tbody > tr:nth-child(odd) {
            background: #F7F7F7;
        }

        .Orthopedic-Table > thead > tr > th {
            border: 1px solid #C0C0C0;
            background-color: #189BC5;
            color: white;
            text-align: center;
        }

        .Orthopedic-Table > tbody > tr > td {
            border: 1px solid #C0C0C0;
            text-align: right;
        }

        .Orthopedic-Table > thead > tr > th:nth-child(1) {
            width: 27%;
        }

        .Orthopedic-Table > tbody > tr > td:nth-child(1) {
            width: 31%;
            padding-right: 1%;
        }

        .Orthopedic-Table > thead > tr > th:nth-child(2) {
            width: 10%;
        }

        .Orthopedic-Table > tbody > tr > td:nth-child(2) {
            width: 10%;
            text-align: center;
        }

        .Orthopedic-Table > thead > tr > th:nth-child(3) {
            width: 10%;
            text-align: center;
        }

        .Orthopedic-Table > tbody > tr > td:nth-child(3) {
            width: 10%;
            text-align: center;
        }

        .Orthopedic-Table > thead > tr > th:nth-child(4) {
            width: 30%;
        }

        .Orthopedic-Table > tbody > tr > td:nth-child(4) {
            width: 10%;
            padding-right: 1%;
        }

        .Orthopedic-Table > tbody > tr > td:nth-child(5) {
            width: 10%;
            text-align: center;
        }

        .Orthopedic-Table > tbody > tr > td:nth-child(6) {
            width: 10%;
            text-align: center;
        }


    .Palpation-Table {
        margin-top: 1%;
        width: 100%;
        border: 1px solid #ddd;
        padding: 4%;
        cursor: pointer !important;
    }

        .Palpation-Table:hover {
            color: #0076a3;
            box-shadow: 0 0 5px 5px rgba(0, 118, 163, 0.25);
        }

        .Palpation-Table td:nth-child(1) {
            background-color: #F2F2F2;
        }

        .Palpation-Table td:nth-child(3) {
            background-color: #F2F2F2;
        }

        .Palpation-Table > tbody > tr:nth-child(even) {
            background: #DDECEE;
        }

        .Palpation-Table > tbody > tr:nth-child(odd) {
            background: #F7F7F7;
        }

        .Palpation-Table > thead > tr > th {
            border: 1px solid #C0C0C0;
            background-color: #189BC5;
            color: white;
            text-align: center;
        }

        .Palpation-Table > tbody > tr > td {
            border: 1px solid #ddd;
            text-align: center;
        }

    .MMTDropDown-Table {
        width: 100%;
        border: 1px solid #c3c3c3;
        margin-top: 10%;
        margin-bottom: 10%;
    }

        .MMTDropDown-Table > thead > tr > th {
            border: 1px solid #ddd;
            text-align: center;
            color: white;
            background-color: #189BC5;
        }

        .MMTDropDown-Table > thead > tr > td {
            border: 1px solid #ddd;
            background-color: #FFFF99;
            text-align: center;
        }

        .MMTDropDown-Table > tbody > tr > td {
            border: 1px solid #ddd;
            text-align: center;
            background-color: #F7F7F7;
        }

.cranialnerves-Table {
    margin-top: 1%;
    width: 100%;
    border: 1px solid #ddd;
    padding: 4%;
    cursor: pointer !important;
}

    .cranialnerves-Table:hover {
        color: #0076a3;
        box-shadow: 0 0 5px 5px rgba(0, 118, 163, 0.25);
    }

    .cranialnerves-Table td:nth-child(1) {
        background-color: #F2F2F2;
    }
    .cranialnerves-Table td:nth-child(2) {
        background-color: #F2F2F2;
    }
    .cranialnerves-Table td:nth-child(5) {
        background-color: #F2F2F2;
    }
    .cranialnerves-Table td:nth-child(6) {
        background-color: #F2F2F2;
    }    

    .cranialnerves-Table > tbody > tr:nth-child(even) {
        background: #DDECEE;
    }

    .cranialnerves-Table > tbody > tr:nth-child(odd) {
        background: #F7F7F7;
    }

    .cranialnerves-Table > thead > tr > th {
        border: 1px solid #C0C0C0;
        background-color: #189BC5;
        color: white;
        text-align: center;
    }

    .cranialnerves-Table > tbody > tr > td {
        border: 1px solid #C0C0C0;
        text-align: right;
    }

    .cranialnerves-Table > thead > tr > th:nth-child(1) {
        width: 6%;
    }

    .cranialnerves-Table > tbody > tr > td:nth-child(1) {
        width: 6%;
        padding-right: 1%;
    }

    .cranialnerves-Table > thead > tr > th:nth-child(2) {
        width: 25%;
    }

    .cranialnerves-Table > tbody > tr > td:nth-child(2) {
        width: 25%;
        text-align: center;
    }

    .cranialnerves-Table > thead > tr > th:nth-child(3) {
        width: 10%;
        text-align: center;
    }

    .cranialnerves-Table > tbody > tr > td:nth-child(3) {
        width: 10%;
        text-align: center;
    }

    .cranialnerves-Table > thead > tr > th:nth-child(4) {
        width: 10%;
    }

    .cranialnerves-Table > tbody > tr > td:nth-child(4) {
        width: 10%;
        padding-right: 1%;
        text-align:center ;
    }

    .cranialnerves-Table > tbody > tr > td:nth-child(5) {
        width: 6%;
        text-align: center;
    }

    .cranialnerves-Table > tbody > tr > td:nth-child(6) {
        width: 25%;
        text-align: center;
    }
    .cranialnerves-Table > tbody > tr > td:nth-child(7) {
        width: 10%;
        text-align: center;
    }
    .cranialnerves-Table > tbody > tr > td:nth-child(8) {
        width: 10%;
        text-align: center;
    }

    .worksim-active {
        color: blue;
    }
/*Patient table Insurance*/
.InsuranceTableRow1 {
    width: 100%;
    margin: 1%;
}

    .InsuranceTableRow1 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
    }

    .InsuranceTableRow1 > tbody > tr > td:nth-child(2) {
        width: 24%;
    }

    .InsuranceTableRow1 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
    }

    .InsuranceTableRow1 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }

.InsuranceTableRow2 {
    width: 100%;
    margin: 1%;
}

    .InsuranceTableRow2 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 7%;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(2) {
        width: 24%;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(3) {
        width: 7%;
        text-align: right;
        padding-right: 2px;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(4) {
        width: 21%;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(5) {
        width: 3%;
        text-align: right;
        padding-right: 2px;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(6) {
        width: 15%;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(7) {
        width: 3%;
        text-align: right;
        padding-right: 2px;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(8) {
        width: 7%;
    }

    .InsuranceTableRow2 > tbody > tr > td:nth-child(9) {
        width: 3%;
        text-align: right;
        padding-right: 2px;
    }
    .InsuranceTableRow2 > tbody > tr > td:nth-child(10) {
        width: 22%;
    }

.InsuranceTableRow3 {
    width: 100%;
    margin: 1%;
}

    .InsuranceTableRow3 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 7%;
    }

    .InsuranceTableRow3 > tbody > tr > td:nth-child(2) {
        width: 22%;
    }

    .InsuranceTableRow3 > tbody > tr > td:nth-child(3) {
        width: 9%;
        text-align: right;
        padding-right: 2px;
    }

    .InsuranceTableRow3 > tbody > tr > td:nth-child(4) {
        width: 20%;
    }

    .InsuranceTableRow3 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }

    .InsuranceTableRow3 > tbody > tr > td:nth-child(6) {
        width: 38%;
    }
    .InsuranceTableRow3 {
    width: 100%;
    margin: 1%;
}
.InsuranceTableRow4 {
    width: 100%;
    margin: 1%;
}
.LegalTableRow1 {
    width: 100%;
    margin: 1%;
}

    .LegalTableRow1 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }

    .LegalTableRow1 > tbody > tr > td:nth-child(2) {
        width: 28%;
    }

    .LegalTableRow1 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
    }

    .LegalTableRow1 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }

    .LegalTableRow1 > tbody > tr > td:nth-child(7) {
        text-align: right;
        padding-right: 2px;
    }

    .LegalTableRow1 > tbody > tr > td:nth-child(8) {
        width: 10%;
    }

.LegalTableRow2 {
    width: 100%;
    margin: 1%;
}

    .LegalTableRow2 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(2) {
        width: 24%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
        width: 7%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(4) {
        width: 20%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(6) {
        width: 15%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(7) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(8) {
        width: 6%;
    }

    .LegalTableRow2 > tbody > tr > td:nth-child(9) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }
    .LegalTableRow2 > tbody > tr > td:nth-child(10) {
        width: 22%;
    }

.LegalTableRow3 {
    width: 100%;
    margin: 1%;
}

    .LegalTableRow3 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }

    .LegalTableRow3 > tbody > tr > td:nth-child(2) {
        width: 22%;
    }

    .LegalTableRow3 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
        width: 9%;
    }
    .LegalTableRow3 > tbody > tr > td:nth-child(4) {
        width: 20%;
    }
    .LegalTableRow3 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }
    .LegalTableRow3 > tbody > tr > td:nth-child(6) {
        width: 36%;
    }
.LegalTableRow4 {
    width: 100%;
    margin: 1%;
}

    .LegalTableRow4 > tbody > tr > td:nth-child(1) {
        vertical-align: top;
        width: 17%;
        text-align: right
    }

    .LegalTableRow4 > tbody > tr > td:nth-child(2) {
        vertical-align: top;
        width: 19%;
    }

    .LegalTableRow4 > tbody > tr > td:nth-child(3) {
        vertical-align: top;
        text-align: right;
        width: 9%;
    }

    .LegalTableRow4 > tbody > tr > td:nth-child(4) {
        vertical-align: top;
        width: 22%;
    }

    .LegalTableRow4 > tbody > tr > td:nth-child(5) {
        vertical-align: top;
    }
.PrimaryInsuranceTableRow1 {
    width: 100%;
    margin: 1%;
}

    .PrimaryInsuranceTableRow1 > tbody > tr > td:nth-child(1) {
        text-align: right;
        width: 15%;
        padding-right: 2px;
    }

    .PrimaryInsuranceTableRow1 > tbody > tr > td:nth-child(2) {
        width: 23%;
    }

    .PrimaryInsuranceTableRow1 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
    }

    .PrimaryInsuranceTableRow1 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }

.PrimaryInsuranceTableRow2 {
    width: 100%;
    margin: 1%;
}

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(2) {
        width: 24%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
        width: 7%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(4) {
        width: 19%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(6) {
        width: 15%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(7) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(8) {
        width: 9%;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(9) {
        text-align: right;
        padding-right: 2px;
    }

    .PrimaryInsuranceTableRow2 > tbody > tr > td:nth-child(10) {
        width: 13%;
    }

.PrimaryInsuranceTableRow3 {
    width: 100%;
    margin: 1%;
}

    .PrimaryInsuranceTableRow3 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }
    .PrimaryInsuranceTableRow3 > tbody > tr > td:nth-child(2) {
        width: 21%;
    }
    .PrimaryInsuranceTableRow3 > tbody > tr > td:nth-child(3) {
        width: 9%;
        text-align: right;       
    }
    .PrimaryInsuranceTableRow3 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }
    .PrimaryInsuranceTableRow3 > tbody > tr > td:nth-child(4) {
        width: 18%;
    }
    .PrimaryInsuranceTableRow3 > tbody > tr > td:nth-child(7) {
        width: 17%;
    }

.PrimaryInsuranceTableRow4 {
    width: 100%;
    margin: 1%;
}

    .PrimaryInsuranceTableRow4 > tbody > tr > td {
        vertical-align: top;
    }

        .PrimaryInsuranceTableRow4 > tbody > tr > td:nth-child(1) {
            width: 10%;
            text-align: right
        }

        .PrimaryInsuranceTableRow4 > tbody > tr > td:nth-child(2) {
            width: 21%;
            
        }

        .PrimaryInsuranceTableRow4 > tbody > tr > td:nth-child(3) {
            text-align: right;
            width: 9%;
        }


        .PrimaryInsuranceTableRow4 > tbody > tr > td:nth-child(5) {
            width: 41%;
        }



.ReferralTableRow1 {
    width: 100%;
    margin: 1%;
}

    .ReferralTableRow1 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }

    .ReferralTableRow1 > tbody > tr > td:nth-child(2) {
        width: 28%;
    }

    .ReferralTableRow1 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
    }

    .ReferralTableRow1 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }

    .ReferralTableRow1 > tbody > tr > td:nth-child(7) {
        text-align: right;
        padding-right: 2px;
    }

    .ReferralTableRow1 > tbody > tr > td:nth-child(8) {
        width: 10%;
    }

.ReferralTableRow2 {
    width: 100%;
    margin: 1%;
}

    .ReferralTableRow2 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(2) {
        width: 24%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
        width: 7%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(4) {
        width: 20%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(6) {
        width: 15%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(7) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(8) {
        width: 6%;
    }

    .ReferralTableRow2 > tbody > tr > td:nth-child(9) {
        text-align: right;
        padding-right: 2px;
        width: 3%;
    }
    .ReferralTableRow2 > tbody > tr > td:nth-child(10) {
        width: 22%;
    }

.ReferralTableRow3 {
    width: 100%;
    margin: 1%;
}

    .ReferralTableRow3 > tbody > tr > td:nth-child(1) {
        text-align: right;
        padding-right: 2px;
        width: 10%;
    }

    .ReferralTableRow3 > tbody > tr > td:nth-child(2) {
        width: 22%;
    }

    .ReferralTableRow3 > tbody > tr > td:nth-child(3) {
        text-align: right;
        padding-right: 2px;
        width: 9%;
    }
    .ReferralTableRow3 > tbody > tr > td:nth-child(4) {
        width: 20%;
    }

    .ReferralTableRow3 > tbody > tr > td:nth-child(5) {
        text-align: right;
        padding-right: 2px;
    }
    .ReferralTableRow3 > tbody > tr > td:nth-child(6)
    {
        width :36%;
    }

    .ReferralTableRow4 {
        width: 100%;
        /*margin: 1%;*/
    }
.ReferralTableRow5 {
    width: 100%;    
}
    .ReferralTableRow5 > tbody > tr > td {
        vertical-align :top ;
    }
        .ReferralTableRow5 > tbody > tr > td:nth-child(1) {
           text-align :center ;
        }
    .ReferralTableRow5 > tbody > tr > td:nth-child(2) {
        width: 20%;
    }
    .ReferralTableRow5 > tbody > tr > td:nth-child(3) {
        width: 22%;
    }
    .ReferralTableRow5 > tbody > tr > td:nth-child(4) {
        width: 14%;
    }
    .ReferralTableRow5 > tbody > tr > td:nth-child(5) {
        width: 20%;
    }
.ReferralTableRow5 > tbody > tr > td:nth-child(6) {
        width: 15% ;
    }
.ReferralTableRow4 > tbody > tr > td:nth-child(1) {
    text-align :center ;
}
    .ReferralTableRow4 > tbody > tr > td:nth-child(1) {
        vertical-align: top;
        width: 17%;
        text-align: right
    }

    .ReferralTableRow4 > tbody > tr > td:nth-child(2) {
        vertical-align: top;
        width: 19%;
    }

    .ReferralTableRow4 > tbody > tr > td:nth-child(3) {
        vertical-align: top;
        text-align: right;
        width: 12%;
    }

    .ReferralTableRow4 > tbody > tr > td:nth-child(4) {
        vertical-align: top;
        width: 22%;
    }

    .ReferralTableRow4 > tbody > tr > td:nth-child(5) {
        vertical-align: top;
    }

span.cke_toolbar_end > span.ck-title-text
{
    font-weight:bold;
    position:relative;
    top:4pt;
    left:4pt;
}

.TandemWalkTest {
    width: 100%;
    
}
    .TandemWalkTest > tbody > tr > td {
        padding :2%;
    }
        .TandemWalkTest > tbody > tr > td:nth-child(1) {
            width: 9%;
        }

            .TandemWalkTest > tbody > tr > td:nth-child(2) {
        text-align: center;
        width: 23%;
        padding-top: 9px;
        vertical-align: top;
        font-weight: bold
    }
    .TandemWalkTest > tbody > tr > td:nth-child(3) {
        padding: 9px 9px 0px 0px;
        width: 30%;
       
    }

.TandemWalkTest-Percentile {
    width: 90%;    
    padding: 8px 5px 12px 5px;
    margin-bottom: 10px;
    margin-top: 14%;
}

    .TandemWalkTest-Percentile > thead > tr > td {
        text-align: center;
        font-weight: bold;
        font-size: small;
       
    }

    .TandemWalkTest-Percentile > tbody > tr > td {
        padding: 4px;
        text-align: center;
    }
        .TandemWalkTest-Percentile > tbody > tr > td:nth-child(1) {
            width: 5%;
        }

        .TandemWalkTest-Percentile > tbody > tr > td:nth-child(2) {
            width: 15%;
            padding-left: 12px !important;
        }

        .TandemWalkTest-Percentile > tbody > tr > td:nth-child(3) {
            width: 34%;
        }

    .btn-transcription {
        color: #0076a3;
    }

    .btn-transcription:hover {
        color: #888;
        text-shadow: 0 0 7px #0076a3;
        cursor: pointer;
    }
fieldset.tight-padding
{
    padding-top:0;
    padding-bottom:0;
}
fieldset.tight-padding > legend
{
    padding-bottom:0;
}
table.hand-dex-gross-observation tr:first-of-type td
{
    padding:0;
    line-height:1;
}
fieldset.hand-dex-std-test-btn-box
{
    padding: 8pt;
}
fieldset.hand-dex-std-test-btn-box > legend
{
    padding-bottom:2pt;
}
#pinching-note
{
    margin-left: 15pt;
    position: relative;
    top: -10pt;
}

.help-icon
{
    background: url(/Content/images/help-icon-16.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;  
    --size:16px;
    height:var(--size);
    width:var(--size);
    position:relative;
    top: 3px;
    margin-left: 2px;
}

#modalNonJobMatchJFRInclude .modal-dialog {
    width: 900px;
}

.automargin {
    margin: auto;
}


.balance-capacities-Table {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    border-collapse: unset;
    background-color: #EFFAFC;
}
    .balance-capacities-Table > tbody > tr > td:nth-child(1) {
        background-color: #00A5E2;
        width: 16%;
        border-collapse: unset;
        border: 1px solid #00A5E2;
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
        text-align :center;
       
    }
    .balance-capacities-Table > tbody > tr > td:nth-child(2) {
        width: 13%;
        padding-left: 1%;
        text-align: center;
    }
    .balance-capacities-Table > tbody > tr > td:nth-child(3) {
        width: 13%;        
        padding:8px;
        text-align:center;
    }
    .balance-capacities-Table > tbody > tr > td:nth-child(4) {
        width: 31%;       
    }
    .balance-capacities-Table > tbody > tr > td:nth-child(6) {
        padding: 1%;
        width: 22%;
        line-height: 1.2;
        vertical-align: middle;
    }

#bc > .row:nth-child(1) > div {
    text-align: center;
    white-space: nowrap;
    font-weight: 800;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.balancecapacitiesDayHeader, .balancecapacitiesDayHeader2 {
    margin-bottom: -5px;
}

.balancecapacitiesDayHeader > div:nth-child(1) {
    text-align: center;
    white-space: nowrap;
    font-weight: 800;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.balancecapacitiesDayHeader > div:nth-child(2) {
    width: 13%;
}

.balancecapacitiesDayHeader > div:nth-child(3) {
    width: 10%;
}

/*.balancecapacitiesDayHeader > div:nth-child(4) {
    width: 39%;
}*/

.balancecapacitiesDayHeader > div:nth-child(5) {
    width: 25%;
    text-align: right !important;
}

.balancecapacities-all div.row {
    padding: 1px 0;
}

.balancecapacities-all fieldset {
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
.balancecapacities-all fieldset legend {
    padding: 0;
}

.balance-capacities-Table textarea {
    line-height: 1.0;   
    padding: 3px 6px;    
}
.balance-capacities-Table > tbody > tr > td:nth-child(5) div.col-sm-1 {
    width: 50px;
    padding: 7px;
}

.balance-capacitiesday2-Table {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    border-collapse: unset;
    background-color: #EFFAFC;
}

    .balance-capacitiesday2-Table > tbody > tr > td:nth-child(1) {
        background-color: #00A5E2;
        width: 16%;
        border-collapse: unset;
        border: 1px solid #00A5E2;
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
        text-align: center;
    }

    .balance-capacitiesday2-Table > tbody > tr > td:nth-child(2) {
        width: 13%;
        padding-left: 1%;
        text-align: center;
    }

    .balance-capacitiesday2-Table > tbody > tr > td:nth-child(3) {
        width: 13%;
        padding-left: 1%;
        text-align: center;
    }

    .balance-capacitiesday2-Table > tbody > tr > td:nth-child(4) {
        width: 13%;
        padding: 8px;
        text-align: center;
    }
    .balance-capacitiesday2-Table > tbody > tr > td:nth-child(5) {
        width: 22%;
    }

   
    .balance-capacitiesday2-Table > tbody > tr > td:nth-child(7) {
        padding: 1%;
        width: 22%;
        line-height: 1.2;
        vertical-align: middle;
    }

    .balance-capacitiesday2-Table textarea {
        line-height: 1.0;
        padding: 3px 6px;
    }

    .balance-capacitiesday2-Table > tbody > tr > td:nth-child(6) div.col-sm-1 {
        width: 50px;
        padding: 7px;
    }


.balancecapacitiesDayHeader2 > div:nth-child(1) {
    width: 18%;
}

.balancecapacitiesDayHeader2 > div:nth-child(2) {
    width: 20%;
}

.balancecapacitiesDayHeader2 > div:nth-child(3) {
    width: 12%;
}

.balancecapacitiesDayHeader2 > div:nth-child(4) {
    width: 24%;
}

.balancecapacitiesDayHeader2 > div:nth-child(5) {
    width: 26%;
    padding-left: 3% !important;
}
#bc2 > .row:nth-child(1) > div {
    text-align: center;
    white-space: nowrap;
    font-weight: 800;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.float-left-seq {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

.compact-textarea {
    line-height: 1.0;
    padding: 3px 6px;
}

.comment-box {
    width: 100%;
    max-width: 1024px;
    margin: 1em auto 2em auto;
}
.comment-box-hra {
    width: 92%;
    margin-left: 4%;
    margin-top: 35px;
}

table.test-patient-demographics tr td {
    vertical-align: middle;
    text-align: left;
}

@media screen and (max-width: 1199px) {
    /* hide ssn */
    .ipad-hidden { 
        display: none;
    }
}

#warningTab > ul > li > span.ERROR {
    color: darkred;
}


/*2022-04-12 explicit slider types*/
.weight-slider.slider
{
    background-color: #00aeef;
    bottom:0;
}
.weight-slider.slider:before {
    --size: 16px;
    height: var(--size);
    width: var(--size);
    bottom: 4px;
    left: 4px;
}
.weight-slider.slider:after {
    content: 'kg';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 72%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    transition: all .4s ease-out 0s;
}

input:checked + .weight-slider.slider:after {
    content: 'lbs';
    left: 33%;
}

.reverse-content.weight-slider.slider:after {
    content: 'lbs';
}

input:checked + .reverse-content.weight-slider.slider:after {
    content: 'kg';
}

/*2023-11-28 explicit slider types*/
.plan-slider.slider {
    background-color: #00aeef;
    bottom: 0;
}

    .plan-slider.slider:before {
        --size: 16px;
        height: var(--size);
        width: var(--size);
        bottom: 4px;
        left: 4px;
    }

    .plan-slider.slider:after {
        content: 'P';
        color: white;
        display: block;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 72%;
        font-size: 10px;
        font-family: Verdana, sans-serif;
        transition: all .4s ease-out 0s;
    }

input:checked + .plan-slider.slider:after {
    content: 'R';
    left: 33%;
}

.reverse-content.plan-slider.slider:after {
    content: 'R';
}

input:checked + .reverse-content.plan-slider.slider:after {
    content: 'P';
}


.distance-slider.slider:after {
    content: 'ft';
    transition: all .4s ease-out 0s;
}

input:checked + .distance-slider.slider:after {
    content: 'M';
    left: 15px;
}

.reverse-content.distance-slider.slider:after {
    content: 'M';
}
input:checked + .reverse-content.distance-slider.slider:after {
    content: 'ft';
}

#sc .btn-gray, 
#sc2 .btn-gray, 
#sc > div > table > tbody > tr:nth-of-type(2) > td:nth-of-type(4) a.btn
{
    width: 100%;
    white-space: nowrap;
    background-color: #e8e8e8;
}

.ipad-text {
    display: none;
}

#workSimTolTabs li button div.label-text,
#workSimTolTabs li button div.task-text
{    
    width:108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#workSimTolTabs li button div.task-text
{
    font-size:0.9em;
    line-height: 1.0;
}

#workSimTolTabs > li > button
{
    padding: 4px 15px;
}

@media (max-width: 1199px) {
    .ipad-text {
        display: inline-block;
    }

    .desktop-text {
        display: none;
    }
    #workSimTolTabs li button div.label-text,
    #workSimTolTabs li button div.task-text
    {
        width:80px;
    }
}
#workSimTolTabs1 li button div.label-text,
#workSimTolTabs1 li button div.task-text {
    width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#workSimTolTabs1 li button div.task-text {
    font-size: 0.9em;
    line-height: 1.0;
}

#workSimTolTabs1 > li > button {
    padding: 4px 15px;
}

@media (max-width: 1199px) {
    .ipad-text {
        display: inline-block;
    }

    .desktop-text {
        display: none;
    }

    #workSimTolTabs1 li button div.label-text,
    #workSimTolTabs1 li button div.task-text {
        width: 80px;
    }
}
#workSimTolTabs2 li button div.label-text,
#workSimTolTabs2 li button div.task-text {
    width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#workSimTolTabs2 li button div.task-text {
    font-size: 0.9em;
    line-height: 1.0;
}

#workSimTolTabs2 > li > button {
    padding: 4px 15px;
}

@media (max-width: 1199px) {
    .ipad-text {
        display: inline-block;
    }

    .desktop-text {
        display: none;
    }

    #workSimTolTabs2 li button div.label-text,
    #workSimTolTabs2 li button div.task-text {
        width: 80px;
    }
}

@media (max-width: 1199px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.txtAntibioticsOther {
    width: 15% !important;
}
select.placeholder-mode option:nth-of-type(1)
{
    color:#5f5e5e;
}

.txtAntiInflammatories {
    width: 10% !important;
    height: 22px;
    margin-bottom: 4px;
}

.txtAllergicOther {
    width: 22% !important;
}
.padding-left-10px{
    padding-left:10px !important;
}
.padding-right-10px {
    padding-right: 10px !important;
}
}

.fade-on-disable.aspNetDisabled
{
    filter:opacity(0.5);
}
.botbuttons.UserDefinedJobDetails
{
    margin: 20px 0;
}
.botbuttons.UserDefinedJobDetails div.edit-buttons
{
    display:flex;
    justify-content: space-between;
}
.botbuttons.UserDefinedJobDetails div.edit-buttons a
{
    width:200px;
}

.botbuttons.UserDefinedJobDetails div.blue-box
{
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #EFFAFC;
    padding: 10px 6px;    
    justify-content: space-evenly;
}
.botbuttons.UserDefinedJobDetails div.blue-box > a
{
    width: 240px;
}

#modalUDJobSaveOptions > .modal-dialog {
    width: 50%;
    min-width: 500px;
    height: auto;
}

#modalUDJobSaveOptions > .modal-body {
    height: auto;
}

#modalUDJobSaveOptions .table-responsive {
    align-content: center;
    text-align: center;
}

#modalUDJobSaveOptions .table-responsive > table {
    width: 100%;
}

#modalUDJobSaveOptions .table-responsive > table > tr:nth-child(2) > td > div > div > input[type=text] {
    width: 25px;
}

.popup-section-title {
    color: #0076a3;
    font-size: 28px !important;
}
#f4d-work-sim-task-table,
#f4d-work-sim-task-table tr > td
{
    border: none !important;
}
div.tab-row-buttons
{
    margin-top:.2em;
    display:flex;
    float:right;
}
div.tab-row-buttons > a.btn-default
{
    font-size:smaller;
    min-width: 110px;
}
div.tab-row-buttons > a:not(:last-of-type)
{
    margin-right:2.5em;
}

.f4d-work-sim-task-desc-div
{
    height: 3.2em;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    line-height: 1.05;
}
.required-standardized-test {
    color: red;
    font-size: smaller;
    line-height: 0.95;
    margin-top: 2px;
}

.webfce-alert-badge {
    background-color: darkorange;
    position: absolute;
    left: -55px;
    transform-origin: 50% 50%;
    animation: wiggle 5s ease 2;
}

.btn-wiggle {
    animation: wiggle 5s ease infinite;
}

@keyframes wiggle {
    0%, 3.5% {
        transform: rotateZ(0);
    }
    7.5% {
        transform: rotateZ(-7.5deg);
    }
    10% {
        transform: rotateZ(5deg);
    }
    12.5% {
        transform: rotateZ(-5deg);
    }
    15% {
        transform: rotateZ(3deg);
    }
    17.5% {
        transform: rotateZ(-2deg);
    }
    20%, 100% {
        transform: rotateZ(0);
    }
}

.fieldset-sft {
    padding-top: 0;
}

.sft-upper-label {
    width: 100%;
    display: block;
    text-align: center;
    color: #888;
}

.sft-lower-label {
    margin-top: -10px;
    font-weight: bold;
    line-height: 1.2;
}
/*<loading-div>*/
#loading-div
{
    position: fixed;
    z-index:1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9ee;
}
.lds-ring {
    display: block;
    margin:25vw auto;
    /*position: relative;*/
    width: 80px;
    height: 80px;
    --color: #006bde;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--color);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
/*</loading-div>*/

#outcomes-scoring-table {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    border-spacing: 0;
    border: 2px solid #b8b8b8;
    border-collapse: collapse;
}

#outcomes-scoring-table tr td, #outcomes-scoring-table tr th {
    padding: 1px 4px;
    border: 1px solid #b8b8b8;
    text-align: center;
}

#outcomes-scoring-table tr td:nth-child(1), #outcomes-scoring-table tr th:nth-child(1) {
    text-align: left;
}

#outcomes-scoring-table tr:nth-child(1) {
    border: 1px solid #b8b8b8;
}

#outcomes-scoring-table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#outcomes-scoring-table tr:nth-child(1) th {
    background-color: #effafc;
    border-bottom: 2px solid #b8b8b8;
}

#outcomes-scoring-table tr:nth-last-child(1) td {
    background-color: #ffff99;
}


.cbSideBySide {
    margin-top: 0px !important;
}

/* start Percentage and percentile user control css */

.arrow {
    width: 35px;
    margin: -18px auto;
    transform: rotate(90deg);
}

.arrow1 {
    background-color: #75777c
}

.arrow2 {
    background-color: #00A0E3;
}

.arrow3 {
    background-color: #e7e74f;
}

.arrow4 {
    background-color: greenyellow;
}

.pointarrow1 {
    border-left: 21px solid #75777c;
}

.pointarrow2 {
    border-left: 21px solid #00A0E3;
}

.pointarrow3 {
    border-left: 21px solid #e7e74f;
}

.pointarrow4 {
    border-left: 21px solid greenyellow;
}

.arrowpadding{
        padding-top:5px;
    }
    .vl {
        border-left: 1px solid black;
        height: 35px;
    }

    .bluecolor {
        background-color: #189BC5;
        color: white;       
    }

    .pinkcolor {
        background-color: #ffc9c9;        
        color: #555;
    }

.Yellowcolor {
    background-color: #ffff99;
    color: #555;
}

.lightskybluecolor {
    background-color: #d1e8ff;
    color: #555;
}

.greencolor {
    background-color: #ccffcc;
    color: #555;
}

.lightgreycolor {
    background-color: #f8f8f8;
    color: #555;
}

.ppt-redcolor {
    background-color: #fb6042;
    color: #555;
}

.ppt-yelowcolor {
    background-color: #fff257;
    color: #555;
}

.ppt-lightgreencolor {
    background-color: #94e3c6;
    color: #555;
}

.ppt-darkgreencolor {
    background-color: #30c98f;
    color: #555;
}

.ppt-bluecolor {
    background-color: #2f81c8;
    color: #555;
}

.arrowline {
    margin-top: 11px;
    width: 14px;
    height: 11px;
    float: left;
}

.arrowpoint {
    margin-left: -1px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    float: left;
}
.PhysicalDemand-Table {
    width: 100px;
    margin-top: 2px;
    margin-left: -3px;
}


    .PhysicalDemand-Table > tbody > tr > td {
        border-right: 2px solid white;
        border-left: 2px solid white;
        text-align: center;
    }

        .PhysicalDemand-Table > tbody > tr > td:nth-child(1) {
            min-width: 50px !important;
            background-color: #FFC9C9;
            line-height: 1;
        }

        .PhysicalDemand-Table > tbody > tr > td:nth-child(2) {
            min-width: 50px !important;
            background-color: #FFC9C9;
            line-height: 1;
        }

        .PhysicalDemand-Table > tbody > tr > td:nth-child(3) {
            min-width: 150px !important;
            background-color: #FFFF99
        }

        .PhysicalDemand-Table > tbody > tr > td:nth-child(4) {
            min-width: 200px !important;
            background-color: #CCFFCC;
        }

        .PhysicalDemand-Table > tbody > tr > td:nth-child(5) {
            min-width: 219px !important;
            background-color: #D1E8FF;
        }

.Percentage-Table {
    width: 100px;
    line-height: 1.2;
}

    .Percentage-Table > tbody > tr > td {
        border: 1px solid #d8d8d8;
        text-align: center;
        font-family: "Arial Narrow", Arial, sans-serif;
        padding: 2px;
        width: 6.5%;
    }

        .Percentage-Table > tbody > tr > td:nth-child(1) {
            font-weight: bold;
            width: 8% !important;
        }

        .Percentage-Table > tbody > tr > td:nth-child(15) {
            width: 7.5% !important;
        }

.Percentile-Table {
    width: 100px;
    margin-top: 4%;
    line-height: 1.2;
}
    .Percentile-Table > colgroup > col {
        width: 6.6%;
    }
    .Percentile-Table > colgroup > col:nth-child(1) {
        width: 10% !important;
    }

    .Percentile-Table > colgroup > col:nth-child(7) {
        width: 2.0% !important;
    }
    .Percentile-Table > colgroup > col:nth-child(8) {
        width: 4.6% !important;
    }
        .Percentile-Table > colgroup > col:nth-child(10) {
            width: 3.3% !important;
        }
        .Percentile-Table > colgroup > col:nth-child(11) {
            width: 3.3% !important;
        }
        .Percentile-Table > colgroup > col:nth-child(12) {
            width: 4.0% !important;
        }
        .Percentile-Table > colgroup > col:nth-child(13) {
            width: 2.6% !important;
        }

    .Percentile-Table > colgroup > col:nth-child(17) {
        width: 10.8% !important;
    }

    .Percentile-Table > tbody > tr > td {
        border: 1px solid #d8d8d8;
        text-align: center;
        font-family: "Arial Narrow", Arial, sans-serif;
        padding: 2px;
        font-size: 14px;
        /*width: 7%; */
        padding-left: 0;
        padding-right: 0;
    }

        .Percentile-Table > tbody > tr > td:nth-child(1) {
            font-weight: bold;
            /*width: 8.5% !important;*/
        }

        .Percentile-Table > tbody > tr > td:nth-child(14) {
            /*width: 7.5% !important;*/
        }

.legendbox {
    padding-bottom: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    float: left;
    display: block;
}
#panelarrow1 {
    position: relative;
}

#panelarrow2 {
    position: relative;
}

#panelarrow3 {
    position: relative;
}

#panelarrow4 {
    position: relative;
}

#divarrow1 {
    position: absolute;
    left: 75px;
}

#divarrow2 {
    position: absolute;
    left: 0px;
}

#divarrow3 {
    position: absolute;
    left: 0px;
}

#divarrow4 {
    position: absolute;
    left: 0px;
}


@media (min-width:769px) and (max-width:1024px) {
    .DivTable {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .pinkcolor {
        font-size: 12px !important;
    }

    .Yellowcolor {
        font-size: 12px !important;
    }

    .bluecolor {
        font-size: 12px !important;
    }

    .greencolor {
        font-size: 12px !important;
    }

    .lightskybluecolor {
        font-size: 12px !important;
    }
  .lightgreycolor {
        font-size: 12px !important;
    }

}

/* end Percentage and percentile user control css */

/* Rules for Hiren's functional activity and handling screens */
.StepPerSecond-Test {
    width: 100%;
}

    .StepPerSecond-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
    }

    .StepPerSecond-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
    }

    .StepPerSecond-Test > tbody > tr > td:nth-child(1) {
        width: 26%;
    }

    .StepPerSecond-Test > thead > tr > td:nth-child(2) {
        width: 56%;
        text-align: center;
        padding-top: 7%;
    }

    .StepPerSecond-Test > tbody > tr > td:nth-child(1) {
        text-align: right;
        vertical-align: middle;
        font-weight: bold;
    }

    .StepPerSecond-Test > tbody > tr > td:nth-child(2) {
        padding: 6px;
    }
.CrawlingDiv-Test {
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    padding: 2px;
    padding-bottom: 1%;
    margin-bottom: 1%;
}
.FDT-Test {
    width: 100%;   

}
    .FDT-Test > tbody > tr:nth-child(1) td {
        text-align: center;
    }

    .FDT-Test > tbody > tr:nth-child(2) td {
        text-align: center;
        vertical-align: bottom;
    }
    .FDT-Test > tbody > tr > td {
        padding: 3px;
    }

        .FDT-Test > tbody > tr > td:nth-child(1) {
            width: 8%;
            font-weight: bold;
            color: #bd1f1f;
        }

        .FDT-Test > tbody > tr > td:nth-child(2) {
            width: 19%;
            
        }

        .FDT-Test > tbody > tr > td:nth-child(3) {
            width: 19%;
            
        }

        .FDT-Test > tbody > tr > td:nth-child(4) {
            width: 19%;
        }

        .FDT-Test > tbody > tr > td:nth-child(5) {
            width: 19%;
        }

        .FDT-Test > tbody > tr > td:nth-child(6) {
            width: 19%;
        }

        .FDT-Test > tbody > tr > td:nth-child(7) {
            width: 14%;
            text-align: center;
        }

        .FDT-Test > tbody > tr > td:nth-child(8) {
            width: 26%;
            text-align: center;
        }


        .FDT-Test > tbody > tr > td:nth-child(3) textarea {
            padding-top: 0;
            width: 100%;
            height: 85px;
        }
.Fdt-Div {
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    background-color: #EFFAFC;
    padding-top: 2%;
    padding-bottom: 2%;
}
.FDT-percentile-Test {
    width: 100%;
    margin-top:2px;
}
    .FDT-percentile-Test > tbody > tr > td {
        padding: 3px;
        text-align:center;

    }


.RepetitiveGrip-Strength-Test {
    width: 100%;
    padding: 12px;
    border: 2px solid #d8d8d8;
    border-radius: 14px !important;
    border-collapse: unset;
    margin-bottom: 3%;
    
}

    .RepetitiveGrip-Strength-Test > thead > tr > td {
        text-align: center;
        font-weight: bold;
        font-size: large;
        vertical-align: top;
    }

    .RepetitiveGrip-Strength-Test > tbody > tr > td {
        padding: 3px;
        text-align: right;
    }

        .RepetitiveGrip-Strength-Test > tbody > tr > td:nth-child(1) {
            width: 9%;
            font-weight: bold
        }
        .RepetitiveGrip-Strength-Test > tbody > tr > td:nth-child(2) {
            width: 2%;
            
        }
        .RepetitiveGrip-Strength-Test > tbody > tr > td:nth-child(3) {
            width: 9%;
        }
        .RepetitiveGrip-Strength-Test > tbody > tr > td:nth-child(4) {
            width: 4%;
            color: #31708F;
            font-weight: bold;
        }
        .RepetitiveGrip-Strength-Test > tbody > tr > td:nth-child(5) {
            width: 3%;
        }
        .RepetitiveGrip-Strength-Test > tbody > tr > td:nth-child(6) {
            width: 25%;
        }

.dynamic-Strength-Test {
    width: 100%;
    padding: 12px;   
    border-radius: 14px !important;
    border-collapse: unset;
   
}
    .dynamic-Strength-Test > thead > tr > td {
        font-weight:bold;
        text-align :center;
    }
    .dynamic-Strength-Test > tbody > tr > td {
        padding: 3px;

    }
.RepetitiveGrip-Text {
    font-size: 12px;
    color: #31708F;
    font-weight: bold;
}
.no-padding-right{
    padding-right:0px;
}
.no-padding-left {
    padding-left: 0px;
}
/* end Rules for Hiren's functional activity and handling screens */

.jfr-label-red-text {
    color: red;
    font-weight: bold !important;
    font-size: 11px !important;
}

.report-preview-pspdfkit {
    padding: 0px !important;
}

.fcetest-reason-for-test {
    min-width: 120px !important;
}
.checkbox-label-margin-adjust label {
    margin-left: 1px !important;
}
.supporting-docs-table {
    width: 100%;
}

    .supporting-docs-table th {
        background-color: #AAAAAA;
        color: white;
        font-weight: normal;
        font-size: medium;
        padding: 5px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-left: 1px solid white;
    }

    .supporting-docs-table td {
        padding: 10px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-left: 1px solid white;
        height: 64px !important;
    }

        .supporting-docs-table td:first-child {
            text-align: center;
        }

    .supporting-docs-table tr:nth-child(odd):not(:first-child) {
        background-color: #FFF0DF;
    }

    .supporting-docs-table tr:nth-child(even) {
        background-color: white;
    }

/* Video is widescreen and the embedding doesn't auto-adjust - force it to be a wide ratio */
#modalVideo > .modal-dialog {
    width: 972px;
}

/*<ipad settings>*/
@media screen and (max-width: 1200px) {
    #Healthfitness > li > button {
        margin-right: 14px !important;
    }
    #NewPatientTabs > li > button {
        margin-right: 16px !important;
    }

    #ctl00_cph1_btncustomtab {
       /* width: 143% !important;*/
        padding: 17px !important;
    }
    
    .FceFirstdiv {
        width: 47% !important;
    }
    .EmploymentSecondiv
    {
        width:47% !important;
    }
    .EmploymentFirstDiv {
        width: 53% !important;
    }
    .FceSeconddiv {
        width: 49% !important;
    }
    #NewPatientTabs > li > button {
        font-size: 11px !important;
    }
    #Healthfitness > li > button {
        font-size: 11px !important;
    }

    #Outcometab > li > button {
        font-size: 11px !important;
    }
    .fcetest-reason-for-test {
        min-width: 101px !important;
    }
    .tdcellphone {
        padding-left: 12px !important;
        display: flex !important;
        padding-top: unset !important;
        padding-bottom: unset !important
    }
    .tdemail {
        padding-left: 12px !important;
        display: flex !important;
        padding-top: unset !important;
        padding-bottom: unset !important
    }
    #GenericPatinetsSurveyModalPopup .modal-content {
        width: 945px !important;
    }
    #GenericPatinetsSurveyModalPopup .modal-dialog {
        margin: 30px 3% !important;
    }
    .botbuttons.UserDefinedJobDetails div.edit-buttons a {
        width: 175px;
    }
        div.tab-row-buttons > a.btn-default
        {
            min-width: unset;
        }
        div.tab-row-buttons > a:not(:last-of-type)
        {
            margin-right:.5em;
        }
    }
    @media screen and (max-width: 992px) {
        .botbuttons.UserDefinedJobDetails > div.col-md-2
        {
            display:none;
        }
    }

/*New changes start- 06-12-23*/
    .HeadNeckUpperBack-Table {
        border: 1px solid lightgray;
        width: 100%;
    }
    .HeadNeckUpperBack-Table > thead {
        font-weight: bold;
    }
    .HeadNeckUpperBack-Table td {
        padding: 2px;
    }
    .HeadNeckUpperBack-Table > thead > tr > td:nth-child(1) {
        text-align: center;
    }
    .HeadNeckUpperBack-Table > thead > tr > td:nth-child(4) {
        text-align: center;
    }
    .HeadNeckUpperBack-Table > thead > tr > td:nth-child(5) {
        text-align: center;
    }
    .HeadNeckUpperBack-Table > thead > tr > td:nth-child(6) {
        text-align: center;
    }
    .HeadNeckUpperBack-Table > thead > tr > td:nth-child(7) {
        text-align: center;
    }
    .HeadNeckUpperBack-Table > tbody > tr:nth-child(odd) {
        background: #E6E6E6;
    }
    .HeadNeckUpperBack-Table > tbody > tr > td:nth-child(1) {
        text-align: center;
    }
    .HeadNeckUpperBack-Table > tbody > tr > td:nth-child(2) {
        width: 11%;
    }
    .HeadNeckUpperBack-Table > tbody > tr > td:nth-child(3) {
        width: 50%;
    }
    .HeadNeckUpperBack-Table > tbody > tr > td:nth-child(4) {
        background-color: white;
        width: 7%;
    }
    .HeadNeckUpperBack-Table > tbody > tr > td:nth-child(5) {
        background-color: white;
        width: 7%;
    }
    .HeadNeckUpperBack-Table > tbody > tr > td:nth-child(6) {
        background-color: white;
        width: 7%;
    }
    .HeadNeckUpperBack-Table > tbody > tr > td:nth-child(7) {
        background-color: white;
        width: 7%;
    }
/*New changes end - 06-12-23*/

    .cvDisable {
        background-color: #FFC;
        cursor: pointer;
    }

    .cvDisable:hover {
        box-shadow: 0 0 3px 3px rgba(0, 118, 163, 0.25);
    }

    .cvDogear {
        background: linear-gradient(-135deg, #F80 0%, #F80 15%, #FFC 10%, #FFC 100%);
    }

    .rom-row-disabled-style {
        opacity: 0.3;
        pointer-events: none;
        color: grey;
    }

    .no-hover {
        pointer-events: none;
        background-color: initial;
        box-shadow: none !important;
    }



/*</ipad settings>*/
/*
    DO NOT ADD RULES HERE, THE IPAD SETTINGS MUST COME LAST
*/
.foot-note-item
{
    color:red;
}

/* PPT/FFT Protocol */
.chkdisable label {
    opacity: 0.3;
    pointer-events: none;
    font-weight: normal !important;
    padding-left: 5px;
    vertical-align: top;
}

.chkdisable input[type="checkbox"] {
    opacity: 0.3; /* Apply opacity to checkbox */
    pointer-events: none; /* Prevent interaction with checkbox */
}

.ddldisable {
    opacity: 0.3;
    pointer-events: none;
}

.lbldisable {
    opacity: 0.3;
}
/*CurlSitUpTest CSS*/
#TestTabs > li > button:focus {
    outline: none;
}

#TestTabs {
    margin-top: 10px;
}

    #TestTabs > li > a {
        margin-right: 2px;
        line-height: 20px;
        border: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
        text-align: left;
        border-bottom-color: transparent;
        font-size: 16px;
    }

    #TestTabs > li > a {
        position: relative;
        display: block;
        padding: 10px 12px;
        font-weight: bold;
        color: black;
    }

    #TestTabs + a {
        margin-top: 5px;
        max-width: 130px;
        font-size: smaller;
        display: inline-block;
        float: right;
    }

@media screen and (max-width: 992px) {
    #TestTabs > li > a {
        padding: 5px 10px;
        line-height: 20px;
        font-size: smaller;
    }

    #TestTabs + a {
        margin-top: 2px;
    }
}

.tabdisable {
    pointer-events: none; /* Disables clicking */
    opacity: 0.5; /* Makes it look disabled */
    cursor: not-allowed;
}
d-none {
    display: none; /* Hide the tab content */
}

.margin-top-10 {
    margin-top: 10px;
}

.disabled-button {
    pointer-events: none; /* Prevents clicks */
    opacity: 0.5; /* Makes it visually appear disabled */
    cursor: not-allowed; /* Shows a disabled cursor */
}