﻿
/***** GENERAL *****/

.note-section-header {
    display: block;
    padding: 10px 10px 10px 0;
}

.note-presection {
    margin: 15px 0;
}

.note-picture {
    border: 1px solid #a1a4a8;
    background-color: #fff;
}

div.parentsection {
    margin-bottom: 1.25em;
}

/*Previous Note Bar*/
.previous-note-floater {
    right: 15px;
    top: 80px;
    opacity: .5;
    position: fixed;
    z-index: 10000;
}

    .previous-note-floater:hover {
        opacity: 1;
    }

.previous-note-floater-open {
    background-color: #444c63;
}

.previous-note-floater-padding {
    padding: 15px 15px;
    right: 0px;
    top: 64px;
}

.previous-note-small-font {
    font-size: 12px;
}

.margin-top-10 {
    margin-top: 10px;
}

.previous-note-margin-right-10 {
    margin-right: 10px;
}

.previous-note-text-align-center {
    text-align: center;
    vertical-align: middle;
}
/*Current Note Button*/
/*.current-note-floater {
    left: 22%;
    bottom: 15px;
    opacity: .5;
    position: fixed;
    z-index: 10000;
}

    .current-note-floater:hover {
        opacity: 1;
    }*/

/*Individual Checkboxes inside of section class*/
.checkbox-section-text {
    color: #a1a4a8 !important;
    vertical-align: middle !important;
}

.checkbox-valign {
    vertical-align: middle !important;
    margin-bottom: 5px;
}

.checkbox-left-margin {
    margin: 10px 0;
    margin-left: 10px;
    vertical-align: middle !important;
}

.left-margin {
    margin-left: 30px;
}

/*Labels inside of sections*/
.note-label-gray {
    color: #a1a4a8 !important;
}

/***** M Questions *****/

.MQ-input-wrapper.form-input-wrapper {
    color: inherit;
}

    .MQ-input-wrapper.form-input-wrapper label {
        font-size: inherit;
    }

    .MQ-input-wrapper.form-input-wrapper > div {
        margin: 0;
        padding-top: 5px;
    }

.MQ-input-wrapper {
    min-height: 40px;
    padding: 10px 0;
}

    .MQ-input-wrapper > label:last-of-type {
        margin-right: 10px;
    }

/*****OTHER FORMS*****/

#ABNSection > div.English *.Spanish,
#ABNSection > div.Spanish *.English,
#HHCCNSection > div.English *.Spanish,
#HHCCNSection > div.Spanish *.English,
#NOMNCSection > div.English *.Spanish,
#NOMNCSection > div.Spanish *.English {
    display: none;
}

/*****STANDARDIZED TEST*****/

ul.standardized-test-list > li:not(:last-child) {
    margin-bottom: 15px;
}

li.standardized-test-item {
    background-color: #FFF;
    border: 1px solid #444c63;
    border-radius: 5px;
}

    li.standardized-test-item > a {
        display: block;
        padding: 10px;
        position: relative;
    }

        li.standardized-test-item > a > span {
            margin-bottom: 2px;
            display: block;
        }

    li.standardized-test-item span.test-title {
        margin-right: 105px;
        padding-bottom: 5px;
        display: block;
        font-size: 1.15em;
        color: #2892ec;
    }

    li.standardized-test-item:hover span.test-title {
        text-decoration: underline;
    }

    li.standardized-test-item span.test-status {
        color: #fff;
        font-weight: bold;
        width: 85px;
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        display: inline-block;
    }

    li.standardized-test-item span.standardized-test-scores > span {
        display: block;
    }

    li.standardized-test-item span.incomplete {
        background-color: #dd5555;
    }

    li.standardized-test-item span.complete {
        background-color: #54c983;
    }

div.previous-test-scores {
    text-transform: none;
}

    div.previous-test-scores,
    div.previous-test-scores label {
        font-size: 0.9em;
        font-weight: normal;
    }

/*Tinetti*/

#Tinetti div.tinetti-question-number {
    width: 10px;
}

#VestibularWrapper div.form-radiolist-wrapper,
#OculomotorWrapper div.form-radiolist-wrapper {
    min-width: 185px;
}

/*SLUMS*/

#SLUMSExamination ul {
    padding: 0;
}

ol.slums-questions {
    margin-top: 0;
    padding-top: 0;
}

    ol.slums-questions > li:not(:last-child),
    ol.slums-questions ul > li:not(:last-child) {
        padding-bottom: 20px;
    }

    ol.slums-questions > li > div {
        vertical-align: text-top;
    }

.slums-label-55,
.slums-label-160,
.slums-label-230,
.slums-label-290 {
    width: 100%;
}

.slums-label-55 {
    max-width: 55px;
}

.slums-label-160 {
    max-width: 160px;
}

.slums-label-230 {
    width: 230px;
}

.slums-label-250 {
    width: 250px;
}

.slums-label-290 {
    width: 290px;
}

.slums-label-350 {
    width: 350px;
}

/*Medication List*/

#MedicationList > div:first-child {
    margin-bottom: 3em;
}

#AddMedication {
    color: #fff;
}

.medication-listitem {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #6f6e6e;
    padding: 10px;
}

    .medication-listitem > div {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-size: 1em;
    }

    .medication-listitem label {
        padding-top: 10px;
        display: inline-block;
    }

    .medication-listitem select {
        width: 100%;
    }

    .medication-listitem .form-input-table {
        border-spacing: 5px;
    }

    .medication-listitem .form-input-wrapper {
        padding: 5px 0;
    }

.medication-delete {
    margin-top: -5px;
    margin-right: 5px;
}

/*Berg Test*/

#divBerg .form-input-table {
    border-spacing: 30px;
}

#divBerg .form-input-wrapper {
    padding: 20px 0;
}

#divBerg select {
    width: 100%;
}

.berg-instructions {
    display: block;
    margin-bottom: 5px;
}

/*MOCA*/
div.standardized-total {
    text-align: right;
    padding: 10px;
}

div.MOCA-test-item {
    border: 1px solid #a1a4a8;
    padding: 10px;
    margin: 10px 0;
    background-color: #fff;
}

#MOCAVisual div.MOCA-test-item > div:first-child,
#MOCANaming div.MOCA-test-item > div:first-child {
    text-align: center;
}

/*div.MOCA-test-item > div:last-child {
        text-align: right;
    }

    div.MOCA-test-item > div:first-child {
        text-align: center;
    }*/

#MOCAVisual div.MOCA-test-item > div,
#MOCAAbstraction div.form-input-wrapper {
    width: 49%;
}

    #MOCAVisual div.MOCA-test-item > div:last-child {
        text-align: right;
    }

#MOCANaming img {
    width: 100%;
    max-width: 800px;
}

#MOCANaming div.form-input-wrapper {
    display: inline-block;
    min-width: 200px;
    width: 33%;
}

#MOCAMemory div.MOCA-test-item > div,
#MOCADelayedRecall div.MOCA-test-item > div {
    text-align: left;
}

#MOCAMemory div.form-input-wrapper,
#MOCADelayedRecall div.form-input-wrapper,
#MOCAOrientation div.form-input-wrapper {
    display: inline-block;
}

    #MOCAMemory div.form-input-wrapper > div:first-child,
    #MOCADelayedRecall div.form-input-wrapper > div:first-child,
    #MOCAOrientation div.form-input-wrapper > div:first-child {
        min-width: 90px;
        text-align: right;
    }

#MOCAAttention div.form-input-wrapper > div:first-child {
    padding: 10px 0;
}

/*Nutritional Status Assessment*/

#NutritionalStatusAssessment td {
    padding: 5px;
}

    #NutritionalStatusAssessment td:first-child {
        width: 20%;
        text-align: right;
        vertical-align: top;
        min-width: 105px;
    }

/***** PATIENT TRACKING *****/

#ClaimOtherWrapper {
    margin-top: 5px;
}

#DiagnosesDirections {
    margin: 10px 0 0 10px;
}

    #DiagnosesDirections th {
        text-align: left;
    }

    #DiagnosesDirections td {
        padding: 5px;
    }

        #DiagnosesDirections td:first-child {
            width: 80px;
            padding-left: 0px;
            vertical-align: top;
        }

        #DiagnosesDirections td > label {
            padding-left: 10px;
            display: block;
        }

.history-surgical-table {
    width: 100%;
    margin-bottom: 10px;
    max-width: 1000px;
}

    .history-surgical-table td {
        padding: 5px 0;
    }

        .history-surgical-table td:last-of-type {
            width: 110px;
        }

        .history-surgical-table td:nth-of-type(2) {
            width: 25%;
            text-align: center;
            min-width: 150px;
        }

            .history-surgical-table td:nth-of-type(2) input {
                width: 71%;
            }

#DiagnosesList {
    margin-left: 0;
    margin-top: 40px;
}

    #DiagnosesList > div {
        padding-bottom: 20px;
    }

.MQ-input-wrapper > .history-diagnosis {
    margin-bottom: 30px;
}

.history-diagnosis h4 {
    font-size: 0.9em;
    text-align: left;
    padding: 13px;
    width: 62px;
}

.history-diagnosis table {
    width: 100%;
}


.history-diagnosis > table + table th {
    border-top: 0px solid #000;
}

.history-diagnosis th,
.history-diagnosis td {
    border: 1px solid #000;
}

    .history-diagnosis th > label,
    .history-diagnosis td {
        padding: 10px 5px;
        vertical-align: top;
    }

.history-diagnosis th {
    width: 50%;
}

.history-diagnosis td label {
    font-size: 0.9em;
}

.history-diagnosis-rating select {
    margin-top: 15px;
    width: auto;
}

.history-diagnosis-table div {
    text-align: center;
}

.history-diagnosis > div:first-of-type,
.history-diagnosis > div:last-of-type {
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #000;
    min-height: 39px;
}

.history-diagnosis > div:first-of-type {
    border-top-width: 1px;
}

.history-diagnosis > div:last-of-type {
    border-top-width: 0;
}

.history-diagnosis th label,
.history-diagnosis th > span {
    padding-left: 5px;
}

.history-diagnosis th > span {
    font-size: 0.85em;
    font-weight: normal;
}

.history-diagnosis-table {
    display: none;
}

.form-input-wrapper label.history-code-parenth,
.history-diagnosis td .history-code-parenth {
    margin-top: -40px;
    font-size: 1.75em;
}

.history-code-wrapper {
    margin: 0 10px;
}

div.history-code-wrapper:last-of-type {
    margin-top: 5px;
}

#DiagnosesList > div:first-of-type .diagnosis-fulldelete {
    display: none;
}

.diagnosis-fulldelete {
    line-height: 40px;
    display: block;
    margin-right: 10px;
    font-size: 1.25em;
    font-weight: normal;
    vertical-align: middle;
}

.MQ-input-wrapper > div.diagnosis-fulladd {
    width: 100%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.diagnosis-fulladd a {
    display: block;
}

/**** PATIENT HISTORY *****/

#M1017ListWrapper ul {
    margin-top: 0;
}

#M1017List > li,
#M1011List > li {
    padding: 5px 0;
}

    #M1017List > li > input.diagnosis-input,
    #M1011List > li > input.diagnosis-input {
        width: 55%;
    }

    #M1017List > li > input.code-input,
    #M1011List > li > input.code-input {
        width: 25%;
    }

#M1017NA {
    margin: 10px 0;
}

/***** MEDICATION *****/

#divExplain {
    margin-top: -20px;
}

/***** NEURO - EMOTIONAL - BEHAVIORAL *****/

#divNeEmBe-NoProblem {
    margin-left: 8%;
    margin-top: 15px;
}

#divM1730Chart {
    margin-left: 25px;
}

    #divM1730Chart > label:last-child {
        font-size: 0.75em;
    }

    #divM1730Chart > table td,
    #divM1730Chart > table th {
        padding: 3px;
        text-align: center;
    }

    #divM1730Chart input.radiobutton-style ~ label.radiobutton-display {
        float: none;
    }

/***** VITALS *****/

#VitalsSection div.parameter-vital {
    font-size: 0.8em;
}

/***** PAIN *****/

#PainFacescale > img {
    width: 100%;
}

#PainFacescale > label {
    font-size: 0.7em;
    display: block;
    text-align: left;
}

#PainAssessment {
    width: 100%;
}

    #PainAssessment td {
        width: 25%;
        padding: 5px;
    }

    #PainAssessment select,
    #PainAssessment input:not([type='checkbox']) {
        font-size: 1em;
        width: 100%;
    }

    #PainAssessment td:first-child label {
        display: none;
    }

    #PainAssessment th {
        padding: 10px 0;
    }

    #PainAssessment thead th:first-child {
        border-left: 1px solid #000;
    }

    #PainAssessment thead th:last-child {
        border-right: 1px solid #000;
    }

    #PainAssessment h4 {
        display: none;
    }

.pain-intensity {
    text-align: left;
}

    .pain-intensity > div:first-child {
        margin-right: 50px;
    }

    .pain-intensity > div:last-child {
        margin-top: 15px;
    }

#OASISPainSection {
    margin-top: -20px;
}

/***** INTEGUMENTARY STATUS *****/

.integumentary-table tbody td:not(:first-child) {
    text-align: center;
    padding: 2px;
}

.integumentary-table tbody td:first-child {
    min-width: 205px;
}

.note-column-right > .integumentary-table th {
    border-top-width: 0;
}

#tblm1311Body div.m1311desc {
    margin-left: 30px;
}

#tblm1311Body.table-leftheading td:first-child {
    font-weight: normal;
}

#tblm1311Body.hideSecondPart td > div:last-child {
    display: none;
}

/***** SENSORY *****/
#SensoryList > div {
    text-align: right;
    display: inline-block;
    margin: 0 3%;
}

    #SensoryList > div > div {
        width: 49%;
    }

    #SensoryList > div select {
        width: 100%;
    }

/***** CARDIOPULMONARY *****/

/*#PacemakerDiv {
    margin-top: -20px; padding-top:10px
}*/

#PacemakerWrapper,
#TrachWrapper,
#CatheterWrapper {
    margin-top: -15px;
}

    #PacemakerWrapper > div > div:nth-child(2),
    #TrachWrapper > div > div:nth-child(2),
    #CatheterWrapper > div > div:nth-child(2) {
        padding-top: 10px;
    }

#PacemakerDiv > div,
#TrachDiv > div,
#CatheterDiv > div {
    /*padding-top: 10px;*/
}

#TrachDiv select {
    width: auto;
}

/***** PROSTHETIC ORTHOTIC *****/

#OrthoticList > li,
#ProstheticList > li {
    margin-bottom: 10px;
}

.prosthetic-item,
.orthotic-item {
    width: 79%;
    vertical-align: top;
}

    .prosthetic-item > select:first-of-type,
    .orthotic-item > select:first-of-type {
        margin-bottom: 5px;
    }

.prosthetic-delete,
.orthotic-delete {
    text-align: center;
    vertical-align: top;
}

.prosthetic-add,
.orthotic-add {
    margin-bottom: 50px;
}

/***** ENDOCRINE HEMATOLOGY *****/

#BloodSugarDropdown {
    margin-right: 10px;
}

/***** GAIT AT EVAL *****/

#divGaitAtEval div.form-checkbox-wrapper {
    width: 40px;
}

#divLevel,
#divUnlevel,
#divCarpeted {
    margin-left: 20px;
}

.gait-ambulated,
.gait-device {
    margin-bottom: 5px;
}

.gait-assistance {
    margin-bottom: 20px;
}

.gait-ambulated > input {
    max-width: 50px;
}

.gait-device > select,
.gait-assistance > select {
    width: auto;
}

/***** Therapy Diagnosis *****/
.diagnosis-delete {
    text-align: center;
    vertical-align: top;
}

#TherapyDiagnosisList > li {
    margin-bottom: 10px;
}

.diagnosis-item {
    width: 79%;
    vertical-align: top;
}

    .diagnosis-item > select:first-of-type {
        margin-bottom: 5px;
    }

.diagnosis-delete {
    text-align: center;
    vertical-align: top;
}

#TherapyDiagnosisList {
    padding: 0;
    list-style: none;
}

/***** EQUIPMENT *****/
#EquipmentList > li {
    margin-bottom: 10px;
}

.equipment-item {
    width: 79%;
    vertical-align: top;
}

    .equipment-item > select:first-of-type {
        margin-bottom: 5px;
    }

.equipment-delete {
    text-align: center;
    vertical-align: top;
}

.equipment-add {
    margin-bottom: 50px;
}

#EquipmentOrderList {
    padding: 0;
    list-style: none;
}

.equipmentorder-listitem {
    margin-bottom: 30px;
}

/***** ADL *****/

.adl-dropdown-position {
    margin-bottom: 5px;
}

#tblGG0170C tr:nth-child(-n+2) td {
    color: #fff;
    border-color: #6f6e6e;
    background-color: #6f6e6e;
}

#tblGG0170C tr:first-child td {
    border-bottom-color: #fff;
}

#tblGG0170C td {
    border: 1px solid;
    padding: 5px 10px;
    vertical-align: top;
}

#tblGG0100 tr:nth-child(-n+2) td {
    color: #fff;
    border-color: #6f6e6e;
    background-color: #6f6e6e;
}

#tblGG0100 tr:first-child td {
    border-bottom-color: #fff;
}

#tblGG0100 td {
    border: 1px solid;
    padding: 5px 10px;
    vertical-align: top;
}

#tblGG0110 tr:nth-child(-n+2) td {
    color: #fff;
    border-color: #6f6e6e;
    background-color: #6f6e6e;
}

#tblGG0110 tr:first-child td {
    border-bottom-color: #fff;
}

#tblGG0110 td {
    border: 1px solid;
    padding: 5px 10px;
    vertical-align: top;
}

#tblGG0130 tr:nth-child(-n+2) td {
    color: #fff;
    border-color: #6f6e6e;
    background-color: #6f6e6e;
}

#tblGG0130 tr:first-child td {
    border-bottom-color: #fff;
}

#tblGG0130 td {
    border: 1px solid;
    padding: 5px 10px;
    vertical-align: top;
}

#tblJ1800 tr:nth-child(-n+2) td {
    color: #fff;
    border-color: #6f6e6e;
    background-color: #6f6e6e;
}

#tblJ1800 tr:nth-child(-n+2) td select {
    color: #6f6e6e;
}

#tblJ1800 tr:first-child td {
    border-bottom-color: #fff;
}

#tblJ1800 td {
    border: 1px solid;
    padding: 5px 10px;
    vertical-align: top;
}

/***** MUSCLE STRENGTH *****/

#divNotSimple {
    font-size: 0.85em;
    max-width: 600px;
    margin: 0 auto;
}

    #divNotSimple div.table-header {
        padding: 5px;
        border-top: 2px solid #fff;
    }

.muscle-region-name {
    width: 25%;
    padding-top: 10px;
}

.muscle-region-data {
    overflow: hidden;
}

    .muscle-region-data > div:not(.muscle-table-wrapper) {
        padding: 5px;
        margin-top: 5px;
        font-weight: bold;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #000;
        font-size: 1.25em;
        background-color: #fff;
    }

.muscle-table-wrapper > table {
    width: 100%;
}

.muscle-table-wrapper td {
    padding: 5px;
    background: #fff;
    border: 1px solid #000;
}

    .muscle-table-wrapper td:not(:first-of-type) {
        max-width: 50px;
    }

.muscle-table-wrapper select {
    width: 100%;
}

.muscle-table-wrapper tr > td:first-child {
    text-align: right;
    width: 45%;
}

.muscle-table-wrapper th {
    padding: 5px;
    border: 1px solid #000;
    border-top: 0;
}

    .muscle-table-wrapper th:not(:first-of-type) {
        font-weight: normal;
        color: #000;
    }

#SpineMuscleData th {
    width: 45%;
    border-top: 1px solid #000;
}

#MuscleScaleWrapper {
    margin-top: 25px;
    text-align: center;
}

.muscle-scale {
    vertical-align: top;
    margin-top: 10px;
}

    .muscle-scale td:not(:first-child) {
        text-align: left;
    }

    .muscle-scale td,
    .muscle-scale th {
        padding: 10px;
        border: 1px solid #000;
    }

.muscle-scale-header tr:first-child {
    height: 50px;
}

/***** BALANCE *****/
#aGFPScale {
    margin-bottom: 15px;
}

div.balance-gfp-wrapper {
    margin-bottom: 20px;
}

    div.balance-gfp-wrapper > h4 {
        color: #fff;
        margin-bottom: 5px;
    }

    div.balance-gfp-wrapper table td:first-child {
        width: 100px;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
    }

    div.balance-gfp-wrapper table.displaytable td {
        padding: 5px;
    }

/***** FUNCTIONAL REACH *****/

#FunctionalMeasurements > div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#FunctionalMeasurements div.standardized-input > div {
    vertical-align: top;
}

/***** FOUR STAGE BALANCE *****/

#FourStageBalanceWrapper {
    margin-top: 30px;
}

    #FourStageBalanceWrapper > div {
        margin-bottom: 30px;
    }

        #FourStageBalanceWrapper > div > div.step-image {
            min-width: 175px;
            text-align: center;
            border: 1px solid #a1a4a8;
            background-color: #fff;
        }

    #FourStageBalanceWrapper .clear-right {
        clear: right;
    }

div.balance-test-step {
    overflow: hidden;
    padding: 5px;
}

    div.balance-test-step > div {
        padding: 10px 5px;
    }

/***** KATZ *****/

/*#KatzTable {
    margin-top: 20px;
    font-size: 0.65em;
}

    #KatzTable h4 {
        font-size: 0.9em;
    }

    #KatzTable th,
    #KatzTable td {
        vertical-align: top;
        padding: 10px 5px;
        border: 1px solid #000;
    }

        #KatzTable td > div:last-child {
            margin-left: 25px;
        }*/

/***** COGNITIVE COMPREHENSION *****/

#HearingHidden > .form-input-table {
    border-spacing: 0px;
}

#HearingHidden .form-input-wrapper > div:first-child {
    padding: 0 20px;
}

/***** COGNITION *****/

.cognition-orientation-list label {
    min-width: 75px;
    text-align: right;
}

/***** BEDSIDE EVALUATION OF SWALLOWING *****/

#BedsideEvaluationTable h4 {
    font-size: 1.1em;
}

#BedsideEvaluationTable,
#BedsideEvaluationTable select,
#BedsideEvaluationTable input {
    font-size: 0.8em;
}

    #BedsideEvaluationTable td:not(:first-child) {
        padding: 5px;
    }

/***** DIET CONSISTENCY *****/

#SupervisionBy {
    text-align: center;
}

    #SupervisionBy > label {
        margin: 10px 0;
    }

/***** CURRENT STATUS *****/

.currentstatus-other-wrapper {
    margin-top: 10px;
    max-width: 570px;
}

/***** DYSPHAGIA HISTORY *****/

#PreviousMBSDate {
    width: 100%;
}

    #PreviousMBSDate > label {
        display: inline-block;
        padding: 10px;
    }

/***** EXPRESSIVE LANGUAGE *****/

.language-naming-list label {
    min-width: 110px;
    text-align: right;
}

.language-speech-list label {
    min-width: 120px;
    text-align: right;
}

/***** GOALS *****/
.goal-term-ul-class {
    list-style-type: none;
}

/***** LIVING ARRANGEMENTS *****/

#tblLivingArrangements tbody td:not(:first-child) {
    text-align: center;
}

#tblLivingArrangements {
    width: 100%;
}

    #tblLivingArrangements td,
    #tblLivingArrangements th {
        padding: 2px;
        font-size: 0.75em;
    }

.form-input-wrapper #tblLivingArrangements label {
    font-size: 1em;
}

/***** BRADEN SCALE *****/

#tblBradenScale thead {
    border: 1px solid #000;
}

#tblBradenScale tr {
    display: block;
    float: left;
}

    #tblBradenScale tr:last-child > td:last-child {
        display: none;
    }

#tblBradenScale th,
#tblBradenScale td {
    display: block;
    padding: 10px;
}

#tblBradenScale th {
    padding: 5px;
    width: 100%;
    border: 0;
}

    #tblBradenScale th.subdocheader {
        display: none;
    }

#tblBradenScale td:first-child {
    font-weight: normal;
    background-color: rgba(161, 164, 168, 0.15);
}

    #tblBradenScale td:first-child > label {
        font-size: 1.15em;
        margin-bottom: 5px;
        display: block;
        text-decoration: underline;
    }

#tblBradenScale div.form-radiolist-wrapper {
    margin-bottom: 5px;
    font-weight: bold;
}

#testing {
    font-size: 16px;
    margin: 0 auto;
    width: 700px;
}

    #testing li {
        float: left;
        list-style: none;
        margin-left: 30px;
        position: relative;
    }

        #testing li:first-child {
            margin-left: 0;
        }

.test {
    line-height: 40px;
    position: absolute;
    right: 120px;
    top: 0;
    bottom: 0;
    -moz-transition: 0.3s right ease;
    -ms-transition: 0.3s right ease;
    -o-transition: 0.3s right ease;
    -webkit-transition: 0.3s right ease;
    transition: 0.3s right ease;
    z-index: 0
}

.test2 {
    /*color: transparent;*/
    font-size: 16px;
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/* Placeholder styling */
.test2::placeholder {
    color: rgba(128,128,128,1);
}

/* Label moves when input is focused OR has content */
.test2:focus + .test,
.test2:not(:placeholder-shown) + .test {
    right: 10px;
    color: #333; /* optional: change color when active */
}

/* Input focus background */
.test2:focus {
    background-color: rgba(255,255,255,.8);
}


    /*input[type="text"] {
        border: 1px solid #ccc;
        height: 35px;
        padding: 0 10px;
        width: 240px;
        position: relative;
        -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
        box-shadow: inset 0 0 10px rgba(0,0,0,.06);
        z-index: 2;
    }

    input[type="text"] {
        color: rgba(128, 128, 128, 1);
    }*/

        /* Placeholder */
        /*input[type="text"]:-moz-placeholder {
            color: rgba(128, 128, 128, 1);
        }

        input[type="text"]:-ms-input-placeholder {
            color: rgba(128, 128, 128, 1);
        }

        input[type="text"]::-webkit-input-placeholder {
            color: rgba(128, 128, 128, 1);
        }*/


        /* Label */
        /*input[type="text"] + label,
        input[type="text"]:not(:placeholder-shown) + label {
            color: rgb(255,255,255,.8);
        }

    input:focus + label {
        right: 10px;
    }

    input[type="text"]:focus {
        background-color: rgba(255,255,255,.8);
    }

input[type="test"]:not(:disabled) {
    right: 10px;
}*/

canvas {
    touch-action: none;
}

    /* Submit */
    /*input[type="submit"] {
        background-color: #333;
        background: -moz-linear-gradient(bottom, #333, #444);
        background: -ms-linear-gradient(bottom, #333, #444);
        background: -o-linear-gradient(bottom, #333, #444);
        background: -webkit-linear-gradient(bottom, #333, #444);
        background: linear-gradient(bottom, #333, #444);
        border: 1px solid #222;
        color: #fff;
        cursor: pointer;
        height: 35px;
        width: 110px;
    }*/


/***** SIGNATURES *****/

/*div.signature-section > div,
div.signature-resign > div {
    position: relative;
    min-width: 840px;
}

div.signature-section div.canvas-wrapper {
    width: 800px;
    height: 300px;
}

    div.signature-section div.canvas-wrapper > canvas {
        width: 794px;
        height: 294px;
}

div.signature-section.mobile > div,
div.signature-resign.mobile > div {
    min-width: 590px;
}

div.signature-section.mobile div.canvas-wrapper,
div.signature-resign.mobile div.canvas-wrapper,
div.canvas-wrapper.cosign-canvas {
    width: 550px;
    height: 300px;
}

    div.signature-section.mobile div.canvas-wrapper > canvas,
    div.signature-resign.mobile div.canvas-wrapper > canvas,
    div.canvas-wrapper.cosign-canvas > canvas {
        width: 544px;
        height: 294px;
    }

div.canvas-wrapper {
    width: 1000px;
    height: 294px;
    position: relative;
    margin: 0 auto;
}

    div.canvas-wrapper > canvas {
        width: 794px;
        height: 294px;
        border: 3px dotted #000;
        cursor: crosshair;
        display: block;
        margin: 0 auto;
    }

    div.canvas-wrapper > div {
        margin: -70px 130px 0;
    }

div.saved-signature {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

div.saved-signature {
    margin-bottom: 40px;
}

    div.saved-signature > img {
        margin-top: 50px;
    }

#TherapistResignNote {
    min-width: 550px;
}

.m-signature-pad {
    position: absolute;
    z-index: 3;
    font-size: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8em 16em;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 4px;
}

._m-signature-pad:before, ._m-signature-pad:after {
    position: absolute;
    z-index: 3;
    content: "";
    width: 40%;
    height: 1em;
    left: 2em;
    bottom: 1em;
    background: transparent;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    -moz-transform: skew(-3deg) rotate(-3deg);
    -ms-transform: skew(-3deg) rotate(-3deg);
    -o-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
}

._m-signature-pad:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(3deg) rotate(3deg);
    -moz-transform: skew(3deg) rotate(3deg);
    -ms-transform: skew(3deg) rotate(3deg);
    -o-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}

.m-signature-pad--body {
    position: absolute;
    left: 2em;
    right: 2em;
    top: 2em;
    bottom: 6em;
}

    .m-signature-pad--body canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #f4f4f4;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }*/

/*Media Queries*/

@media only screen and (max-width: 1024px) {
    /*.m-signature-pad {
        margin: 2em;
    }*/
}
