﻿/*! init - v1.4.0 - MIT License - 2015-02-276 */
@font-face {
    font-family: 'Gotham';
    src: url("/fonts/gotham/gotham-book.eot");
    src: url("/fonts/gotham/gotham-book.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gotham-book.woff") format("woff"), url("/fonts/gotham/gotham-book.ttf") format("truetype");
}

@font-face {
    font-family: 'Gotham';
    src: url("/fonts/gotham/gotham-black.eot");
    src: url("/fonts/gotham/gotham-black.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/gotham-black.woff") format("woff"), url("/fonts/gotham/gotham-black.ttf") format("truetype");
    font-weight: bold;
}

/*! sass-mixins - v0.11.0 - 2014-10-20 */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    *font-size: 100%;
    height: 100%;
}

input[readonly], input[readonly="readonly"], textarea[readonly], textarea[readonly="readonly"]
{
    background-color: #dedada; 
}

input[required], select[required], option[required], input[type="checkbox"]:required
{
    background-color:  #61bfea /*#1C9BD8*/;
    border-color:#1C9BD8;
    border-width:3px;
}




body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    /*font-family: "Monserrat", Sans-Serif;*/
    font-family: "Gotham",Arial,sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

legend {
    color: #009FE3;
    font-size: large;
    font-size: 1.4em;
    font-weight: bold;
}


a {
    color: #009FE3;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.title {
    margin: 0 auto;
    max-width: 960px;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1024px;
    color: #009FE3;
    padding: 20px 40px 30px 40px;
}

.content-wrapper-hoof {
    margin: 0 auto;
    max-width: 1024px;
    padding: 20px 40px 30px 40px;
}


.content-wrapper-large {
    margin: 0 auto;
    max-width: 1200px;
    color: #009FE3;
    padding: 20px 40px 30px 40px;
}

.title-wrapper {
    margin: 0 auto;
    max-width: 960px;
    padding: 20px 40px 30px 40px;
}

.footer-wrapper {
    border-top: dotted 4px #009FE3;
    color: #009FE3;
    margin: 0 auto;
    max-width: 960px;
}


header .content-wrapper {
    padding-top: 20px;
}

footer {
    position: relative;
    margin-top: -70px;
    height: 70px;
    width: 100%;
    clear: both;
    font-size: .8em;
    color: #009FE3;
    background-color: #fff;
    margin-top: 10px;
}

    footer .content-wrapper {
        border-top: dotted 4px #009FE3;
    }


/* site title
----------------------------------------------------------*/
.site-title {
    color: #009FE3;
    font-family: "Montserrat", Sans-Serif;
    font-size: 2.3em;
    margin-top: 35px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #009FE3;
        outline: none;
        text-decoration: none;
    }

.titleContainer {
    display: table;
}

    .titleContainer .alignBottom {
        display: table-cell;
        vertical-align: bottom;
        height: 100%;
    }

header {
    padding-top: 5px;
}

    header label {
        float: left;
    }

    header div {
        text-align: left;
        vertical-align: bottom !important;
        padding: 0;
        position: relative;
    }

    header nav {
        float: left;
        line-height: 32px;
    }

        header nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header nav ul li {
                float: left;
                margin-right: 24px;
            }

                header nav ul li a {
                    color: #009FE3;
                    font-size: 18px;
                    font-weight: bold;
                    text-decoration: none;
                }

    header .portal-title {
        width: 600px;
    }

    header img {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 70px;
        width: 225px;
    }

.portal-title {
    color: #009FE3;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 800px;
    border-bottom: 4px dotted #009FE3;
    padding-bottom: 20px;
}

    .container .titleContainer {
        width: 100%;
    }

.content-header {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.table-wrapper {
    min-width: 1024px;
}

/* login
----------------------------------------------------------*/
#loginContainer {
    height: 100px;
}

#login {
    display: block;
    font-size: 1em;
    margin: 0 0 10px;
    font-weight: bold;
}

    #login a {
        color: #009FE3;
        font-size: 1.4em;
        font-weight: bold;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
        text-align: right;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #009FE3;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/


#body {
    min-height: 85%;
}

/* featured */

.featured {
    background-color: #fff;
    min-width: 768px;
    clear: both;
    padding-top: 40px; /* Controls the space between patient results grid and patient search controls */
    padding-bottom: 120px;
}



.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #009FE3;
}

.featured p {
    font-size: 1.1em;
}

.featurednoline {
    background-color: #fff;
    min-width: 768px;
    clear: both;
    padding-top: 40px; /* Controls the space between patient results grid and patient search controls */
    padding-bottom: 120px;
}



.featurednoline hgroup.title h1, .featured hgroup.title h2 {
    color: #009FE3;
}

.featurednoline p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

hgroup.frontPageTitle {
    color: #009FE3;
    font-size: large;
    font-weight: 100;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-left: 3px;
}

.centered {
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

    .centered input[type="button"] {
        margin: auto;
    }
/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

.required {
    color: red;
    font-weight: bold;
    font-size: 20px;
}

/* Front Page */

#frontPageButtons {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

    #frontPageButtons div {
        text-align: center;
        width: 40%;
        margin: 15px auto;
        display: inline-block;
    }

    #frontPageButtons input[type="button"] {
        height: 100px;
        width: 100%;
        font-size: 1.3em;
    }

    #frontPageButtons div.double {
        text-align: center;
        width: 80%;
        margin: 15px auto;
        display: inline-block;
    }

        #frontPageButtons div.double input[type="button"] {
            height: 100px;
            width: 100%;
            font-size: 1.3em;
        }

#homeScreenLink {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

    #homeScreenLink label {
        font-size: 1.4em;
        font-weight: normal;
    }


/* Search page */
.search {
    margin-bottom: 100px;
}

.basic-search-group {
    text-align: center;
    display: block;
}

.advanced-search-group {
    margin-top: 20px;
}

    .advanced-search-group div label {
        display: block;
    }

.grid-footer {
    margin: 0 auto;
}

.pagination {
    width: 600px;
    margin: 0 auto;
}

    .pagination li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
    }

/* Patient Details page */

.details1 
{
    float: left;
    width: 45%;
    margin-bottom: 5%;
    margin-top: 10px;
}

.details1 table 
{
    width: 100%;
}

.details1 fieldset 
{
    border: 1px solid #009FE3;
    padding-left: 5px;
}

.details1 fieldset legend 
{
    display: none;
}


.details1noline 
{
    float: left;
    width: 45%;
    margin-bottom: 5%;
    margin-top: 10px;
}

.details1noline table 
{
    width: 100%;
}

.details1noline fieldset 
{
    padding-left: 5px;
}

.details1noline fieldset legend 
{
    display: none;
}



#patientDetails
 {
    float: left;
    width: 25%;
    padding: 0;
    padding-right: 10px;
    margin-bottom: 50px;
    margin-left: 5px;
}

    #patientDetailsRiskAssessment fieldset {
        padding-left: 2px;
        padding-right: 2px;
    }

        #patientDetailsRiskAssessment fieldset legend {
            margin-bottom: 10px;
        }

    #patientDetailsRiskAssessment div {
        width: 100%;
    }

    #patientDetailsRiskAssessment .spacer {
        padding-top: 10px;
    }

    #patientDetailsRiskAssessment div label {
        display: inline-block;
        font-weight: normal;
        font-size: 1em;
    }

#risk-assessment {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #risk-assessment li {
        display: inline;
        float: left;
        line-height: 24px;
        padding-left: 28px;
        position: relative;
        width: 100%;
    }

        #risk-assessment li span {
            background: #fff;
            left: 0;
            height: 24px;
            position: absolute;
            top: 0;
            width: 24px;
        }

        #risk-assessment li .unchecked, #risk-assessment li span {
            background: url("../Images/unchecked.png") no-repeat scroll 0 0 transparent;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

        #risk-assessment li .checked {
            background: url("../Images/checked.png") no-repeat scroll 0 0 transparent;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

.patientDetailsButtons {
    clear: both;
    vertical-align: top;
    text-align: center;
    width: 100%;
    display: inline-block;
}


/* site.css | http://localhost:63946/Content/site.css */



.extra-info {
    width: 160px;
    margin: 0 auto;
    display: inline-flex; /*changed for Risk Assessment Title change*/

    /* IE fix. */

    zoom: 1;
    padding: 10px 0px;
}

    .extra-info a {
        text-decoration: none;
        width: 100%;
        padding: 0;
    }

    .extra-info:hover {
        opacity: 0.5;
    }

    .extra-info a span {
        background: #009FE3;
        color: #fff;
        display: block;
        height: 25px; /*changed for Risk Assessment Title change*/
        padding: 12px;
        text-align: center;
        padding-inline: 0; /*added for Risk Assessment Title change*/
    }

    .extra-info a img {
        display: block;
        width: 100%;
        outline: none;
        border: none;
        height: 69px;
    }

.lt-ie9 .extra-info a img {
    width: 100px;
    outline: none;
    border: none;
}

.advanced-fields {
    display: none;
}

td {
    color: #878787;
    /*vertical-align:top;*/
}

    td.formLabel {
        font-weight: bold;
    }


.details2 {
    float: right;
    width: 50%;
    margin-bottom: 5%;
    margin-top: 10px;
}


    .details2 fieldset {
        border: 1px solid #009FE3;
        padding-left: 5px;
    }

    .details2 table {
        width: 100%;
    }

    .details2 legend {
    }

    .details2 h2 {
        margin-bottom: 5px;
    }

.details2noline {
    float: right;
    width: 50%;
    margin-bottom: 5%;
    margin-top: 10px;
}


    .details2noline fieldset {
        padding-left: 5px;
    }

    .details2noline table {
        width: 100%;
    }

    .details2noline legend {
    }

    .details2noline h2 {
        margin-bottom: 5px;
    }

/* Activity */

/* User Manage*/
.manage1 {
    float: left;
    width: 30%;
    margin-bottom: 5%;
    margin-top: 20px;
    margin-left: 3%;
}

    .manage1 table {
        width: 100%;
    }

    .manage1 fieldset {
        border: 1px solid #009FE3;
        padding-left: 5px;
    }

        .manage1 fieldset legend {
            display: normal;
        }

.manage2 {
    float: left;
    width: 30%;
    margin-bottom: 5%;
    margin-top: 20px;
    padding-left: 20px;
    
}


    .manage2 fieldset {
        border: 1px solid #009FE3;
        padding-left: 5px;

    }

    .manage2 table {
        width: 100%;
    }

    .manage2 fieldset legend {
        display: normal;
    }

    .manage2 h2 {
        margin-bottom: 5px;
    }

.manage3 {
    float: left;
    width: 30%;
    margin-bottom: 5%;
    margin-top: 20px;
    padding-left: 20px;
}

    .manage3 fieldset {
        border: 1px solid #009FE3;
        padding-left: 5px;

    }

    .manage3 table {
        width: 100%;
    }

    .manage3 fieldset legend {
        display: normal;
    }

    .manage3 h2 {
        margin-bottom: 5px;
    }

.blue {
    color: #009FE3;
}

/* Patient Screen */
#left {
    width: 50%;
    float: left;
}

#right {
    width: 50%;
    float: right;
}

#patient input {
    height: 40px;
    float: right;
}

.blank_row {
    height: 20px !important; /* Overwrite any previous rules */
    background-color: #FFFFFF;
}


/* Standing Order */

#standingOrderItems {
    width: 55%;
}


/* Usage */
.usagecontainer {
    text-align: center;
}

.usage {
    display: inline-table;
    width: 360px;
    height: 240px;
    color: white;
    background-color: #009FE3;
    margin: 20px;
}

    .usage .usagetype {
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
    }

    .usage .usages {
        height: 200px;
        text-align: center;
    }

        .usage .usages .usageNoneLabel {
            height: 120px;
            line-height: 120px;
        }

        .usage .usages .usageparam {
            height: 30px;
            line-height: 30px;
            margin: 10px auto;
            width: 90%;
            background-color: #FFFFFF;
            border: 1px solid black;
        }

            .usage .usages .usageparam .usageparamlabel {
                float: left;
                color: #009FE3;
                width: 70%;
            }

            .usage .usages .usageparam .usageparamvalue {
                color: black;
                overflow: hidden;
                display: block;
                border-left: 2px solid black;
            }

/* HOOF */

div.hoof {
    margin-top: 90px;
}

.hoof {
}

    .hoof .fillRemaining {
        overflow: hidden;
        min-width: 200px;
    }

    .hoof table {
        width: 100%;
        border: solid 1px black;
        empty-cells: show;
        margin: 0;
        padding: 0;
    }

    .hoof th {
        text-align: center;
        /*background-color: #009FE3;*/
        background-color: rgba(0, 159, 227, 0.52);
        color: #000000;
        border: solid 1px black;
    }

    .hoof td {
        table-layout: auto;
        border: solid 1px black;
        padding-left: 5px;
    }

    .hoof .bold {
        color: black;
        font-weight: bold;
        padding-right: 0;
    }

    .hoof .borderless {
        border: none;
    }

    .hoof .no-left-border {
        border-left: none;
    }

    .hoof .no-right-border {
        border-right: none;
    }

    .hoof .no-bottom-border {
        border-bottom: none;
    }

    .hoof .no-top-border {
        border-top: none;
    }

/* Header */

#header {
}

    #header > div {
        float: left;
        width: 33%;
        height: 40px;
        line-height: 40px;
    }

        #header > div > div {
            margin-top: -4px;
            width: 100%;
            line-height: 30px; /* Space between the patient number, superid and data last refreshed ... */
            height: 30px; /* ... and the grid of hoof results */
        }

    #header div .label {
        font-weight: 600;
    }

    #header div span {
        font-weight: normal;
        font-size: 1.4em;
        line-height: 40px;
    }

    #header div input {
        font-size: 1.2em;
    }


/* Reporting Buttons */
#reportingButtons {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

    #reportingButtons div {
        text-align: center;
        width: 40%;
        margin: 15px auto;
        display: inline-block;
    }

    #reportingButtons input[type="button"] {
        height: 100px;
        width: 100%;
        font-size: 1.3em;
    }

    #reportingButtons div.double {
        text-align: center;
        width: 80%;
        margin: 15px auto;
        display: inline-block;
    }

        #reportingButtons div.double input[type="button"] {
            height: 100px;
            width: 100%;
            font-size: 1.3em;
        }

.standardReportsTable {
    border: 1px solid grey;
    width: 80%;
    margin-top: 50px;
    table-layout: auto;
}

    .standardReportsTable th {
        text-align: center;
    }

    .standardReportsTable tr td {
        border: 1px solid grey;
        padding: 5px;
    }

        .standardReportsTable tr td input {
            height: 25px;
            width: 100%;
        }

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

.label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

#header .label {
    display: inline;
}

#header .labelSmall {
    font-size: 1.0em;
    font-weight: 600;
}

#header .small {
    font-size: 1.0em;
}

.dashboardreportcontainer {
    width: 840px;
    margin: 0 auto;
}

.dashboardreport {
    width: 200px;
    height: 150px;
    float: left;
    border: 2px solid #009FE3;
    margin: 20px;
    padding: 15px;
    opacity: 0.6;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

    .dashboardreport:hover {
        opacity: 1.0;
        transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -webkit-transition: opacity .55s ease-in-out;
    }

    .dashboardreport .dashboardReportTrash {
        width: 30px;
        float: right;
        opacity: 0.2;
        transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        margin-right: -18px;
        margin-top: -15px;
    }

        .dashboardreport .dashboardReportTrash:hover {
            opacity: 1;
            transition: opacity .4s ease-in-out;
            -moz-transition: opacity .4s ease-in-out;
            -webkit-transition: opacity .4s ease-in-out;
        }

    .dashboardreport label {
        width: 200px;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .dashboardreport .dashboardReportIcon {
        width: 200px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

#removeFromFavourite > button {
    width: 150px;
    height: 60px;
    margin-top: 10px;
}

.dashboardAddToDashboard {
    width: 140px;
}

.dashboardAddToDashboardButton {
    width: 150px;
}

.dashboardFullHeader {
    width: 150px;
    display: block;
    font-weight: bold;
    font-size: large;
}

.dashboardFullText {
    width: 150px;
    display: block;
    font-size: larger;
}

.emptydashboardreport {
    width: 200px;
    height: 150px;
    float: left;
    border: 2px solid #009FE3;
    margin: 20px;
    padding: 15px;
    background-color: #DFF4FF;
}

label.checkbox {
    display: inline;
}

.form-group label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 200px;
}

textarea {
    font-family: inherit;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%; /* was 90% */
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }
   
input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #009FE3;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 300;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    height: 40px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
    /*vertical-align:top;*/ /* added during new hoof part 1a */
}



/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input:disabled {
    background-color: gray;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.bold {
    font-weight: bold !important;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 0.25em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*Admin Section */
table.admin {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}

    table.admin td, th {
        text-align: justify;
    }

    table.admin th {
        border-bottom: 1px solid black;
    }

label.admin {
    display: initial;
}

/* Kendo Extras */
.k-grid td {
    overflow: hidden;
    white-space: nowrap;
}

.k-grid table {
}


#PDF_Icon {
    width: 50px;
    height: 50px;
}

table.HoofModalityGrid
{
    border-style: solid;
    border-width: 1px;
    border-color: #009FE3;
    padding:1em 1em 1em 1em;
    margin:-1em;
    border-collapse:separate;
    border-spacing: 1px;
    margin-top: 0.75em;
    margin-bottom:1em;
    border:solid;
}

td.NewHoofColumnLabelWidth
{
    width:120px;
    max-width:120px;
    min-width:120px;
    padding-right:1em;
    text-align:left;
    text-transform:uppercase;
    font-weight:bold;
}
section.NewHoofMainSection
{
    margin-top:4em;
}


td.CalculatorAdditionalColumnLabelWidth
{
    width:13em;
    min-width:13em;
    max-width:16em;
    padding-right:1em;
    text-align:left;
    text-transform:uppercase;
    font-weight:bold;
}

img.WebLinkInfoIcon
{
    float:left;
    vertical-align:text-top;

}

img.WebLinkInfoIconRight
{
    float:right;
    vertical-align:text-top;

}
th.ModalityTitle{
    vertical-align:top;
}

input.NewHoofSearchButton
{
    box-shadow:2px 3px grey;
    float:right;
 
}

input, a.NewHoofActionLinkRight, a.NewHoofClearStaticButton, a.NewHoofClearAmbulatoryButton, a.NewHoofActionLink, a.ConcordanceSetValue
, a.NewHoofClearStaticButton, a.NewHoofClearAmbulatoryButton
{
    box-shadow:2px 3px grey;
   
}

button, select, textarea /*.NewHoofSearchButton
{*/
{
    box-shadow:2px 3px grey;
}

div.extra-info
{
     box-shadow:2px 3px grey;
}

button:hover, select:hover, textarea:hover, input:hover, input.NewHoofButtonNext:hover, input.NewHoofButtonPrevious:hover,
input.NewHoofButtonReset:hover, input.NewHoofButtonRight:hover, a.NewHoofActionLinkRight:hover, a.NewHoofActionLink:hover
, a.ConcordanceSetValue:hover, a.NewHoofClearStaticButton:hover, a.NewHoofClearAmbulatoryButton:hover
{
    box-shadow:2px 3px black;
}

input.NewHoofButtonNext
{
    float:right;
    vertical-align:top;
    flood-opacity:50%;
    margin-top:3em;
    box-shadow:2px 3px grey;
   
}

input.NewHoofButtonPrevious
{
    float:left;
    vertical-align:top;
    flood-opacity:50%;
    margin-top:3em;
    box-shadow:2px 3px grey;
}

input.NewHoofButtonReset
{
    float:left;
    vertical-align:top;
    /*flood-opacity:50%;*/
    margin-top:-1em;
    margin-left:8em;
    box-shadow:2px 3px grey;
}

input.NewHoofButtonRight
{
    float:right;
    vertical-align:top;
    margin-right:16em;
    box-shadow:2px 3px grey;
}

a.NewHoofActionLinkRight
{
    float:right;
    margin-right:-13em; 
    margin-top:5em;
    background-color: #009FE3;
    color:white;
    padding:10px;
    text-decoration:none;
    font-family: sans-serif;
}

a.NewHoofActionLink
{
    background-color: #009FE3;
    color:white;
    padding:10px;
    text-decoration:none;
    font-family: sans-serif;
}

a.NewHoofActionLinkRight:hover
{
    /*font-weight:bold;*/
}

a.ConcordanceSetValue
{
    margin-left:1em;
    margin-top:-3px;
    background-color: #009FE3;
    color:white;
    padding:5px;
    text-decoration:none;
}

a.ConcordanceMessage
{
    text-decoration:none;
}

input[disabled]
{
    background-color: gray;
    border:0;
}


.ModalityDropDownNumber
{
    width:50px;
}

.CalculatorDropDownNumber
{
    width:60px;
}

.ModalityDropDown
{
    width:120px;
}

.Calculator_Details1 
{
    float: left;
    width: 40%;
    min-height:250px;
    margin-bottom: 5%;
    margin-top: 10px;
    border: 3px solid #009FE3;
    border-style:solid;
    padding: 15px;
}

.Calculator_Details2
{
    float: right;
    width: 45%;
    min-height: 250px;
    margin-bottom: 5%;
    margin-top: 10px;
    border: 3px solid #009FE3;
    border-style:solid;
    padding: 15px;
}

.Calculator_Details3
{
    float: left;
    width: 97%;
    margin-bottom: 5%;
    margin-top: 1px;
    border: 3px solid #009FE3;
    border-style:solid;
    padding: 15px;
}



input.CalculatorButtonNext
{
    float:right;
    vertical-align:top;
    margin-top:1em;
    margin-right:-5px;
}

input.CalculatorButtonPrevious
{
    float:left;
    vertical-align:top;
    margin-top:1em;
}

.CalculatorOptions
{

    border-top:dotted;
    border-width:2px;
    border-top-color:#009FE3;

}

.CalculatorOptions:Hover
{
    border:solid;
    border-width:2px;
    border-color:#009FE3;
    background-color: #f6f6f6;

}

.CalculatorOptions:hover input
{
    border:2px;
    border-color:#333;
    border-style:solid;
    background-color:#0572c4;
}

.CalculatorOptions:hover td
{
    color: black;
}
.CalculatorOptions:hover th
{
    color: #0572c4;
}

.CalculatorOptions th
{
    vertical-align:text-top;
}

.EquipmentPage_MOS_Button 
{
    margin-left:10%;
    min-width:30%
}

.MOS_ValueIndicatorImage
{
  
    float: right;
    min-width:50px;
    margin-right:10px;
    vertical-align:middle;
}

a.NewHoofClearAmbulatoryButton, a.NewHoofClearStaticButton
{
    float:right;
    background-color: #009FE3;
    color:white;
    padding:10px;
    text-decoration:none;
    font-family: sans-serif;
}

h6
{
    color:#E6007E; 
    text-transform:uppercase;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:0;
    font-size:0.85em;
}

td input[type="button"]:disabled
{
     background-color: gray; 
} 
