﻿.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.NA-span {
    color: blue;
    margin-left: 67px;
    text-transform: lowercase;
    margin-top: 5px;
    display: block;
    font-size: 15px;
    cursor: pointer;
}

section .NA-span {
    margin-left: 80px;
}


.dark-blue-row {
    background: #224466;
    position: relative;
    height: 35px;
    color: white;
}


#survey-container .dark-blue-row {
    height: 50px;
}


.dark-blue-row:after {
    content: "";
    display: table;
    clear: both;
}

.dark-blue-row h3.gray-section-header {
    position: relative;
    left: 10px;
    font-size: 1rem;
    top: 9px;
    background: transparent;
}


.expand-section-wrapper {
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
    color: white;
    margin-right: 15px;
}

    .expand-section-wrapper label {
        position: relative;
        z-index: 10;
        top: -11px;
    }

    .expand-section-wrapper input.form-input.expand-section-checkbox {
        top: 1px;
        position: relative;
    }

.intraop-span-header {
    color: black !important;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
    font-weight: bold;
}

section.expandable-section {
    display: none;
}

.ms-standardheader.text-center {
    font-size: 32px;
    margin: 35px 0;
}

.pathology-subset.subset-section {
    display: none;
}

.survey-question.list-checkbox .form-check {
    width: 100% !important;
    margin-bottom: 0px !important;
}

div.survey-question.dynamic-checkbox-holder.n-mrb div.form-check {
    width: auto;
    margin: 20px auto 0px;
}

.form-group.survey-question.two-column .form-check {
    flex-direction: column-reverse;
    flex: 0 0 33%;
}


span.number-span {
    display: inline-block;
    margin-right: 35px;
    font-family: gotham-medium, Arial, Helvetica, sans-serif;
    margin-left: 20px;
    font-size: 17px;
    vertical-align: top;
}

    span.number-span:after {
        content: ".";
        display: inline-block;
        color: black;
        font-size: 14px;
        font-family: gotham-medium, Arial, Helvetica, sans-serif;
    }

.dynamic-checkbox-holder .form-check-label {
    display: flex;
    margin-bottom: 10px;
}

.form-check-label {
    cursor: pointer;
    font-family: gotham-medium, Arial, Helvetica, sans-serif;
}

    .form-check-label input {
        padding-top: 0px !important;
        margin-top: -2px;
        margin-right: 5px;
    }

.intraop-k-references p {
    font-family: gotham-light, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #777;
}

.intraop-container.intraop-h .row.toggle-row:not(.no-lines) h3.ms-standardheader.text-left:before {
    content: "--- ";
    color: black;
}

.intraop-container.intraop-h .row.toggle-row:not(.no-lines).require-error h3.ms-standardheader.text-left:before {
    content: "--- ";
    color: red;
    font-family: gotham-medium, Arial, Helvetica, sans-serif;
}

.hide-visibility {
    visibility: hidden !important;
}

.intraop-k-references {
    margin-bottom: 50px;
    display: block;
}

header.container .patient-detail {
    display: inline-flex;
    width: 33%;
    margin-bottom: 15px;
}

.create-template-wrapper {
    padding-top: 25px
}

.create-template-window .create-template-wrapper .create-template-input {
    margin-right: 5px;
    margin-left: 10px;
    text-indent: 5px;
}

header.container .patient-load-template-wrapper select {
    width: 325px;
    padding: 6px;
}

header.container .patient-detail label {
    margin-right: 10px;
    font-weight: bold;
}

.cpt-details.k-window-title {
    font-family: gotham-medium, Arial, Helvetica, sans-serif;
    color: black;
}

.labral-table-wrapper table,
.chondromalacia-table-wrapper table,
.cam-lesion-table-wrapper table {
    width: 90%;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 15px;
}

    .labral-table-wrapper table td:first-child,
    .chondromalacia-table-wrapper table td:first-child,
    .cam-lesion-table-wrapper table td:first-child {
        width: 20%;
    }

    .labral-table-wrapper table th,
    .labral-table-wrapper table td:first-child,
    .chondromalacia-table-wrapper table th,
    .chondromalacia-table-wrapper table td:first-child,
    .cam-lesion-table-wrapper table td:first-child,
    .cam-lesion-table-wrapper table th {
        background-color: steelblue;
        color: white;
        font-family: gotham-light, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: thin solid black;
        padding: 5px;
        text-align: center;
    }

    .labral-table-wrapper table td,
    .chondromalacia-table-wrapper table td,
    .cam-lesion-table-wrapper table td {
        color: black;
        font-family: gotham-light, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: thin solid black;
        text-align: center;
    }

.toggle-label {
    color: steelblue;
    background: white;
    border: thin solid steelblue;
    padding: 5px 15px;
    text-align: center;
    width: 125px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

    .toggle-label.yes {
        background-color: steelblue;
        color: white;
    }

    .toggle-label input[type="checkbox"] {
        visibility: hidden;
        width: 0;
        height: 0 !important;
    }

.intraop-image {
    width: 90%;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.femoral-lesion-size-table-wrapper table th {
    background-color: steelblue;
    color: white;
    font-family: gotham-light, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: thin solid black;
    text-align: left;
    text-indent: 5px;
}

.femoral-lesion-size-table-wrapper table td {
    background-color: white;
    color: black;
    font-family: gotham-light, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: thin solid black;
}

.femoral-lesion-size-table-wrapper table {
    width: 90%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .femoral-lesion-size-table-wrapper table input {
        width: 100%;
        border: none;
        text-indent: 5px;
    }

.toggle-table-span {
    color: blue;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 10px;
}

.disease-size,
.disease-area {
    background: aliceblue;
    position: relative;
    font-size: 11px;
}

.intraop-input-wrapper span.k-datepicker.intraop-input {
    width: 70%;
}

    .intraop-input-wrapper span.k-datepicker.intraop-input input {
        width: 88% !important;
        position: relative;
        margin-left: 0px !important;
        /* height: 60px !important; */
        top: -4px;
        height: 18px !important;
    }



.dynamic-checkbox-holder.image-holder {
    position: relative;
}

    .dynamic-checkbox-holder.image-holder .form-check.knee-image {
        position: relative;
        max-width: 225px;
        display: inline-block;
        height: 100%;
        margin-right: 10px;
    }

        .dynamic-checkbox-holder.image-holder .form-check.knee-image span {
            position: absolute;
            left: 20px;
            font-family: gotham-light;
            top: 2px;
            z-index: 100;
        }

            .dynamic-checkbox-holder.image-holder .form-check.knee-image span i {
                font-style: normal;
                font-size: 9px;
                top: -8px;
                left: 2px;
                position: relative;
            }

        .dynamic-checkbox-holder.image-holder .form-check.knee-image input {
            position: absolute;
            z-index: 100;
        }

        .dynamic-checkbox-holder.image-holder .form-check.knee-image img {
            width: 100%;
            cursor: pointer;
            margin-top: 15px;
        }

.lateral-ligament-complex-wrapper {
    width: 60% !important;
    display: inline-block;
    margin: 0 !important;
}

.no-pad {
    padding: 0px;
}

.lateral-ligament-complex-wrapper {
    background: white;
    margin: 20px 21% !important;
    width: 720px !important;
}

    .lateral-ligament-complex-wrapper .form-check-label {
        /* border-right: dotted gray 2px; */
        height: 100%;
    }

.no-border {
    border: none !important;
}

.grade-indicator {
    border: thin solid black;
    padding: 4px 9px 2px;
    width: 5px;
    height: 14px;
    font-size: 12px;
    font-family: gotham-light;
    display: inline-block;
    border-radius: 19px;
    text-align: center;
    position: relative;
    text-indent: -1px;
    cursor: pointer;
    width: 25px;
    height: 26px;
}

    .grade-indicator[data-grade="0"] {
        background-color: white !important;
        color: white !important;
    }

    .grade-indicator[data-grade="1"] {
        background-color: #99ff99 !important;
        color: black !important;
    }

    .grade-indicator[data-grade="2"],
    .co_bigI {
        background-color: #ffff00 !important;
        color: black !important;
    }

    .grade-indicator[data-grade="3"],
    .co_bigII {
        background-color: #ff9900 !important;
        color: black !important;
    }

    .grade-indicator[data-grade="4"],
    .co_bigIII {
        background-color: #993333 !important;
        color: white !important;
        ;
    }

    .grade-indicator[data-grade="5"],
    .co_bigIV {
        background-color: black !important;
        color: white !important;
    }

.left-off .right.columns .diagram-screen,
.right-off .left.columns .diagram-screen {
    background: white;
    position: absolute;
    height: 99%;
    z-index: 1;
    opacity: 0.7;
    width: 88%;
    cursor: not-allowed;
    display: flex;
    left: -56px;
}

.left-off [toggle-field="intraop_h_q62"] .right.columns .diagram-screen {
    left: -70px !important;
    width: 90%;
}

.right-off [toggle-field="intraop_h_q62"] .left.columns .diagram-screen {
    width: 97%;
    left: 1px;
}

.left-off [toggle-field="intraop_h_q19"] .right.columns .diagram-screen,
.left-off [toggle-field="intraop_h_q94"] .right.columns .diagram-screen,
.left-off [toggle-field="intraop_h_q98"] .right.columns .diagram-screen,
.left-off [toggle-field="intraop_h_q102"] .right.columns .diagram-screen {
    width: 90% !important;
    left: -72px !important;
}

.right-off [toggle-field="intraop_h_q19"] .left.columns .diagram-screen,
.right-off [toggle-field="intraop_h_q94"] .left.columns .diagram-screen,
.right-off [toggle-field="intraop_h_q98"] .left.columns .diagram-screen,
.right-off [toggle-field="intraop_h_q102"] .left.columns .diagram-screen {
    left: 0px !important;
    width: 90% !important;
}

.left-off .right.wiir-diagram,
.right-off .left.wiir-diagram {
    display: none;
}

.left-off .left.wiir-diagram,
.right-off .right.wiir-diagram {
    width: 100% !important;
}

.left-off .left.columns,
.right-off .right.columns,
.left-off #divCondyleLeft,
.right-off #divCondyleRight,
.left-off #divPatellaLeft,
.right-off #divPatellaRight,
.left-off #divCondyleTreatmentLeft,
.right-off #divCondyleTreatmentRight,
.left-off #divPatellaTreatmentLeft,
.right-off #divPatellaTreatmentRight {
    margin: 0 auto;
}

.both-off .meniscal-tear .columns.left {
    margin-right: 28px !important;
}

.both-off #divMeniscusRightContainer {
    border-left: none !important;
    width: 627px !important;
    margin-left: -10px !important;
}

.both-off #divCondyleRightContainer,
.both-off #divCondyleTreatmentRightContainer,
.both-off #divPatellaRightContainer,
.both-off #divPatellaTreatmentRightContainer {
    border-left: none !important;
    width: 627px !important;
    margin-left: -4px !important;
}

.both-off #divMeniscusLeftContainer {
    border-right: none !important;
    margin-left: -5px !important;
}

.both-off #divCondyleLeftContainer,
.both-off #divCondyleTreatmentLeftContainer,
.both-off #divPatellaLeftContainer,
.both-off #divPatellaTreatmentLeftContainer {
    margin-left: 1px !important;
    border-right: 0px !important;
}

.both-off label.toggle-label,
.left-off .left label.toggle-label,
.right-off .right label.toggle-label {
    z-index: 1;
}

.left-off:not(.intraop-h) .right.columns,
.right-off:not(.intraop-h) .left.columns {
    display: none;
}

.left-off #divShoulderClockMaskRight,
.right-off #divShoulderClockMaskLeft {
    visibility: visible !important;
}

.right-off [diagram-field] .intraop-input[type=checkbox][value^=Left],
.right-off [diagram-field] .intraop-input[type=checkbox][value^=left],
.right-off [diagram-field] .intraop-input[type=checkbox][value^=LEFT],
.left-off [diagram-field] .intraop-input[type=checkbox][value^=Right],
.left-off [diagram-field] .intraop-input[type=checkbox][value^=right],
.left-off [diagram-field] .intraop-input[type=checkbox][value^=RIGHT] {
    pointer-events: none;
}

.diagram-screen,
.hidden-row {
    display: none;
}

.left-off td.right {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.right-off td.left {
    pointer-events: none !important;
    cursor: not-allowed !important;
}


#survey-container.right-off #divShoulderClockMaskLeft {
    top: -998px !important;
}

#survey-container.left-off #divShoulderClockMaskRight {
    top: -1224px;
}


.wiir-diagram {
    margin-bottom: 15px !important;
}

#divCondyle,
#divCondyleTreatment,
#divPatellaLeft,
#divPatellaTreatmentLeft {
    margin-bottom: 15px !important;
}

/* .labral-table-wrapper td.left,
.labral-table-wrapper td.right,
.chondromalacia-table-wrapper td.left,
.chondromalacia-table-wrapper td.right,
.cam-lesion-table-wrapper td.left,
.cam-lesion-table-wrapper td.right {
    cursor: pointer;
} */

.meniscus-checkbox-wrapper {
    margin-top: 15px;
}

.survey-question .checkbox-wrapper {
    display: flex;
}

.survey-question section.left-section,
.survey-question section.right-section {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}

html body #survey-container form div.green-border input[type=checkbox].form-control {
    padding: 5px;
    position: relative;
    width: 15px;
}

html body #survey-container form div.survey-question div.green-border label.form-check-label {
    display: flex;
    width: 250px;
}

input.form-check-input.form-control.intraop-input[nfield="q43"] {
    /* vertical-align: baseline; */
    position: absolute !important;
    top: 10px;
    left: 22px;
}

html body #survey-container form .form-check.four {
    margin-bottom: 10px;
}

.absolute {
    position: absolute !important;
}

    .absolute.left {
        top: 0;
        left: 0;
    }

    .absolute.right {
        top: 0;
        right: 0;
    }

.relative {
    position: relative !important;
}

.toggle-table-span-wiir {
    color: blue;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    ;
}

input:disabled {
    cursor: not-allowed;
    opacity: .7;
}

div.shoulderclockhour {
    cursor: pointer;
    position: relative;
    padding-top: 1px;
    width: 18px;
    height: 16px;
    min-width: 18px;
    min-height: 16px;
    background-color: #6688aa;
    color: White;
    font-size: 7pt;
    border: solid #6688aa 1px;
    border-radius: 10px;
    text-align: center;
    vertical-align: top;
}

    div.shoulderclockhour:hover {
        cursor: pointer;
        position: relative;
        padding-top: 2px;
        width: 18px;
        height: 16px;
        min-width: 18px;
        min-height: 16px;
        background-color: #7799FF;
        color: White;
        font-size: 7pt;
        border: solid #7799FF 1px;
        border-radius: 10px;
        text-align: center;
        vertical-align: top;
    }

div.shoulderclockhalf {
    cursor: pointer;
    position: relative;
    padding-top: 1px;
    width: 18px;
    height: 16px;
    min-width: 18px;
    min-height: 16px;
    background-color: #9999aa;
    color: White;
    font-size: 7pt;
    border: solid #9999aa 1px;
    border-radius: 10px;
    text-align: center;
    vertical-align: top;
}

    div.shoulderclockhalf:hover {
        cursor: pointer;
        position: relative;
        padding-top: 1px;
        width: 18px;
        height: 16px;
        min-width: 18px;
        min-height: 16px;
        background-color: #bbbbcc;
        color: White;
        font-size: 7pt;
        border: solid #bbbbcc 1px;
        border-radius: 10px;
        text-align: center;
        vertical-align: top;
    }

div.shoulderclockselect {
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 16px;
    min-width: 18px;
    min-height: 16px;
    background-color: #00ff12;
    color: Black;
    font-size: 7pt;
    border: solid black 1px;
    border-radius: 10px;
    text-align: center;
    vertical-align: top;
}

div.shouldermask {
    opacity: 0.8;
    position: relative;
    min-width: 226px;
    min-height: 226px;
    width: 226px;
    height: 226px;
    border-radius: 113px;
    background-color: White;
}

.patella-treatment-checkbox-wrapper .form-check.three,
.patella-checkbox-wrapper .form-check.three {
    flex: 0 0 12% !important;
}

.INTRAOP_S_Q23-section .intraop-input.form-check-input {
    position: relative;
    min-width: 10px;
}

.INTRAOP_S_Q23 tr table input[type=checkbox] {
    position: relative;
    left: 2px;
    width: 12px;
    top: 2px;
}

/*

.co_big {
    width: 30px;
    height: 30px;
    border: thin solid black;
    position: relative;
    border-radius: 14px;
    margin: 1px;
    position: relative;
}*/

[class^="co_tx"] {
    margin: 7px auto;
    display: table;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[class^="co_big"] {
    /* width: 30px;
    height: 30px;
    border: thin solid black;
    position: relative;
    border-radius: 15px;
    margin: 1px;
    position: relative;
    cursor:pointer;
    opacity: 0.9;*/
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 32px;
    overflow: hidden;
    height: 32px !important;
    max-height: 32px !important;
    border: solid #000 1px;
    border-radius: 15px;
    color: Transparent;
    background-color: Transparent;
    font-family: Courier;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    opacity: 0.9;
}

    [class^="co_big"]:hover {
        border: 1px solid #999999;
        opacity: 0.8;
    }

.co_bigT {
    background-color: #0044AA;
}

div._PAT {
    margin: 0 auto;
    background-color: black;
    opacity: 0.2;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

div._PATMSG {
    margin: 0 auto;
    background-color: white;
    opacity: 1.0;
    position: absolute;
    width: 450px;
    min-height: 50px;
    text-align: left;
    padding: 14px;
    border: solid black 1px;
    border-radius: 4px;
    font-family: Arial;
    font-size: 10pt;
}

div.ms_big {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 37px;
    overflow: hidden;
    height: 37px;
    max-width: 37px;
    min-width: 37px;
    min-height: 37px;
    border: solid #999999 1px;
    border-radius: 19px;
    color: Black;
    background-color: #ddeeff;
    font-family: Arial;
    font-size: 6pt;
    font-weight: xbold;
    text-align: center;
    padding: 0px;
}

    div.ms_big:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 37px;
        overflow: hidden;
        height: 37px;
        max-width: 37px;
        min-width: 37px;
        min-height: 37px;
        border: solid #999999 1px;
        border-radius: 19px;
        color: White;
        background-color: #99bbdd;
        font-family: Arial;
        font-size: 6pt;
        font-weight: xbold;
        text-align: center;
        padding: 0px;
    }

div.ms_big_on {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 37px;
    overflow: hidden;
    height: 37px;
    max-width: 37px;
    min-width: 37px;
    min-height: 37px;
    border: solid #999999 1px;
    border-radius: 19px;
    color: White;
    background-color: #335577;
    font-family: Arial;
    font-size: 6pt;
    font-weight: xbold;
    text-align: center;
    padding: 0px;
}

    div.ms_big_on:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 37px;
        overflow: hidden;
        height: 37px;
        max-width: 37px;
        min-width: 37px;
        min-height: 37px;
        border: solid #999999 1px;
        border-radius: 19px;
        color: White;
        background-color: #335577;
        font-family: Arial;
        font-size: 6pt;
        font-weight: xbold;
        text-align: center;
        padding: 0px;
    }

div.ms_sml {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 8px;
    overflow: hidden;
    height: 8px;
    max-width: 8px;
    min-width: 8px;
    min-height: 8px;
    xborder: solid #999999 1px;
    border-radius: 5px;
    color: White;
    background-color: Transparent;
    font-family: Arial;
    font-size: 6pt;
    font-weight: xbold;
    text-align: center;
    padding: 0px;
}

    div.ms_sml:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 8px;
        overflow: hidden;
        height: 8px;
        max-width: 8px;
        min-width: 8px;
        min-height: 8px;
        xborder: solid #999999 1px;
        border-radius: 5px;
        color: White;
        background-color: #99bbdd;
        font-family: Arial;
        font-size: 6pt;
        font-weight: xbold;
        text-align: center;
        padding: 0px;
    }

div.ms_sml_on {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 8px;
    overflow: hidden;
    height: 8px;
    max-width: 8px;
    min-width: 8px;
    min-height: 8px;
    xborder: solid #999999 1px;
    border-radius: 5px;
    color: Black;
    background-color: #335577;
    font-family: Arial;
    font-size: 6pt;
    font-weight: xbold;
    text-align: center;
    padding: 0px;
}

    div.ms_sml_on:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 8px;
        overflow: hidden;
        height: 8px;
        max-width: 8px;
        min-width: 8px;
        min-height: 8px;
        xborder: solid #999999 1px;
        border-radius: 5px;
        color: Black;
        background-color: #335577;
        font-family: Arial;
        font-size: 6pt;
        font-weight: xbold;
        text-align: center;
        padding: 0px;
    }

div.ms_tx {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.pa_big {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 62px;
    overflow: hidden;
    height: 62px;
    max-width: 62px;
    min-width: 62px;
    min-height: 62px;
    border: solid #999999 1px;
    border-radius: 32px;
    color: Transparent;
    background-color: Transparent;
    font-family: Courier;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    opacity: 0.9;
}

    div.pa_big:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 62px;
        overflow: hidden;
        height: 62px;
        max-width: 62px;
        min-width: 62px;
        min-height: 62px;
        border: solid #999999 1px;
        border-radius: 32px;
        color: Black;
        background-color: #ddeedd;
        font-family: Courier;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        opacity: 0.8;
    }

div.pa_bigI {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 62px;
    overflow: hidden;
    height: 62px;
    max-width: 62px;
    min-width: 62px;
    min-height: 62px;
    border: solid #999999 1px;
    border-radius: 32px;
    color: Black;
    background-color: #dddd00;
    font-family: Courier;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    opacity: 0.9;
}

    div.pa_bigI:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 62px;
        overflow: hidden;
        height: 62px;
        max-width: 62px;
        min-width: 62px;
        min-height: 62px;
        border: solid #999999 1px;
        border-radius: 32px;
        color: Black;
        background-color: #dddd00;
        font-family: Courier;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        opacity: 0.8;
    }

div.pa_bigII {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 62px;
    overflow: hidden;
    height: 62px;
    max-width: 62px;
    min-width: 8px;
    min-height: 62px;
    border: solid #999999 1px;
    border-radius: 32px;
    color: Black;
    background-color: Orange;
    font-family: Courier;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    opacity: 0.9;
}

    div.pa_bigII:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 62px;
        overflow: hidden;
        height: 62px;
        max-width: 62px;
        min-width: 8px;
        min-height: 62px;
        border: solid #999999 1px;
        border-radius: 32px;
        color: Black;
        background-color: Orange;
        font-family: Courier;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        opacity: 0.8;
    }

div.pa_bigIII {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 62px;
    overflow: hidden;
    height: 62px;
    max-width: 62px;
    min-width: 8px;
    min-height: 62px;
    border: solid #000000 1px;
    border-radius: 32px;
    color: White;
    background-color: #880000;
    font-family: Courier;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    opacity: 0.9;
}

    div.pa_bigIII:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 62px;
        overflow: hidden;
        height: 62px;
        max-width: 62px;
        min-width: 8px;
        min-height: 62px;
        border: solid #000000 1px;
        border-radius: 32px;
        color: White;
        background-color: #880000;
        font-family: Courier;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        opacity: 0.8;
    }

div.pa_bigIV {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 62px;
    overflow: hidden;
    height: 62px;
    max-width: 62px;
    min-width: 8px;
    min-height: 62px;
    border: solid #000000 1px;
    border-radius: 32px;
    color: White;
    background-color: #000000;
    font-family: Courier;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    opacity: 0.9;
}

    div.pa_bigIV:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 62px;
        overflow: hidden;
        height: 62px;
        max-width: 62px;
        min-width: 8px;
        min-height: 62px;
        border: solid #000000 1px;
        border-radius: 32px;
        color: White;
        background-color: #000000;
        font-family: Courier;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        opacity: 0.8;
    }

div.pa_bigT {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 62px;
    overflow: hidden;
    height: 62px;
    max-width: 62px;
    min-width: 8px;
    min-height: 62px;
    border: solid #000000 1px;
    border-radius: 32px;
    color: White;
    background-color: #0044AA;
    font-family: Courier;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    opacity: 0.9;
}

    div.pa_bigT:hover {
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        width: 62px;
        overflow: hidden;
        height: 62px;
        max-width: 62px;
        min-width: 8px;
        min-height: 62px;
        border: solid #000000 1px;
        border-radius: 32px;
        color: White;
        background-color: #0044AA;
        font-family: Courier;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        opacity: 0.8;
    }

div.pa_tx {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
        margin: 0px;
        height: 1px;
        width: 1px;
        border: none;
        padding: 0px;
        overflow: hidden;
    }

    .print_inst {
        display: none;
    }
}

div[region] {
    display: none;
}

.form-area-container.printing #divCPTCodeList.sectionBody {
    max-height: 100%;
}

.form-area-container.printing .n-date {
    top: 10px !important;
    position: relative;
}


content.container {
    position: relative;
    display: block;
}

.overlay-loading {
    background: white;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: none;
    top: 0;
    opacity: .8;
}

    .overlay-loading.show {
        display: block !important;
    }

    .overlay-loading img {
        position: relative;
        top: 80px;
        left: 37%;
    }

header .patient-header-detail .patient-detail span {
    background-color: #ddeeff;
    width: 250px;
    text-indent: 5px;
    text-transform: uppercase;
    font-family: gotham-medium, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

header .patient-header-detail span.submitted-by-span {
    width: 225px !important;
    margin-left: 25px;
}

header .patient-header-detail .patient-detail span.patient-survey-completed {
    margin-left: 55px;
    max-width: 195px;
}

header .patient-header-detail .patient-detail span.patient-procedure-date,
header .patient-header-detail .patient-detail .alternate-POC-1,
header .patient-header-detail .patient-detail .alternate-POC-2 {
    margin-left: 40px;
    max-width: 210px;
}

header.container .patient-detail label {
    margin-right: 10px;
    font-weight: bold;
    width: 65px;
    display: inline-block;
}

header.container .nowrap {
    white-space: nowrap;
    width: 105px;
}

header.container .btn.delete-template-btn {
    background: crimson;
}

#patient-center-popup .k-widget.k-window:not(.info-popup) {
    top: 500px !important;
    width: 90% !important;
}

#patient-center-popup .k-widget.k-window.info-popup {
    max-width: 450px;
    max-height: 275px;
}

#divCPTCodes.loading {
    visibility: hidden;
}

[toggle-field="intraop_h_q62"] .intraop-interactive-question-wrapper {
    position: relative;
    left: -4px;
}

#patient-center-popup .toggle-table-span {
    /* position: absolute; */
    z-index: 100;
}

#patient-center-popup content .row .six.columns.ms-formlabel .ms-standardheader,
#patient-center-popup content .row .twelve.columns.ms-formlabel .ms-standardheader,
#patient-center-popup .pathology-subset.subset-section .ms-standardheader,
#patient-center-popup content .twelve.columns .ms-standardheader,
#patient-center-popup .intraop-container.intraop-cpa h3.ms-standardheader {
    max-width: 100%;
}

.q43-passive-therapy {
    display: flex;
    margin-bottom: 5px;
}

    .q43-passive-therapy .q43_label {
        display: inline-block;
        margin-left: 10px;
        width: 29%;
    }

    .q43-passive-therapy .form-check-wrapper {
        display: inherit;
    }

    .q43-passive-therapy .form-check.mrb-item {
        margin-right: 20px;
    }

content.container .row:nth-of-type(odd).ignore-strip {
    background-color: white !important;
    margin-top: -60px;
    top: 0px;
    padding-top: 0px;
}

.green-border.top,
.green-border.bottom.middle {
    border-bottom: none !important;
}

.green-border.bottom {
    border-top: none !important;
}

.q43-passive-therapy:nth-of-type(odd) {
    background-color: #ccc !important;
    padding: 6px 0;
}

.k-list-scroller li.k-item.k-first span.k-state-default {
    width: 84%;
}

.k-list-scroller li.k-item span.k-state-default {
    width: 100%;
    white-space: normal;
    display: inline-block;
}

.k-list-container .k-group-header {
    background: #2e4e6e;
    color: white !important;
}

    .k-list-container .k-group-header + div > .k-list > .k-item.k-first:before {
        border-color: #2e4e6e;
        border-width: 2px;
    }

.k-list-container .k-group:before {
    border: none !important;
    font-weight: bold;
}

.k-list-container .k-group {
    font-weight: bold;
    font-size: 18px;
    color: #2e4e6e;
    font-style: italic;
    background: transparent;
}

.k-popup .k-list .k-item {
    border-bottom-color: #ccc;
}

/* .cpt-autocomplete li.k-button {
    max-width: 300px;
    text-overflow: ellipsis;
    display: inline-block !important;
    white-space: nowrap !important;
    padding-right: 20px !important;
} */

#survey-container [id^="surveys-custom-"] button,
.patient-load-template-wrapper button.btn,
.patient-load-template-wrapper button.btn:disabled,
.submit-template-btn {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 0;
    background: #2e4e6e;
    border-color: #2e4e6e;
    color: #fff;
}

.patient-load-template span.k-input {
    padding: 0;
    font-size: 13px;
}

#survey-container [id^="surveys-custom-"] button:hover,
.patient-load-template-wrapper button.btn:not(:disabled):hover,
.submit-template-btn:not(:disabled):hover {
    background: #fff;
    color: #2e4e6e;
    cursor: pointer;
}

.k-button-icon.k-window-action {
    cursor: pointer;
}

.patient-load-template-wrapper button.btn:disabled,
.submit-template-btn:disabled {
    cursor: not-allowed;
    background: #2e4e6e !important;
    color: #fff !important;
}

header.intraop-header-wrapper {
    animation: opac 0.8s;
}

    header.intraop-header-wrapper:not(.no-flex) {
        clear: both;
        display: flex;
    }

    header.intraop-header-wrapper .patient-load-template-wrapper {
        text-align: left;
        margin-top: 15px;
        width: 100%;
        margin-bottom: -20px;
        display: inline-block;
    }

        header.intraop-header-wrapper .patient-load-template-wrapper a.btn {
            margin-left: 10px;
        }

        header.intraop-header-wrapper .patient-load-template-wrapper .k-header.patient-load-template {
            width: 300px;
        }

#survey-container.hide-me {
    visibility: hidden;
}

.form-group.survey-question .twelve.columns {
    width: 100%;
}

div.form-group.survey-question.INTRAOP_H_Q62 .twelve.columns {
    width: 94%;
}

div.form-group.survey-question.INTRAOP_H_Q94 .twelve.columns img {
    width: 85%;
}

.intraop-non-cac .k-window-titlebar .k-window-actions {
    top: 15px;
}

.intraop-non-cac .create-template-wrapper {
    padding-top: 10px;
}

.row .fa.fa-check-circle.intraop_g_q7_circle {
    left: 4px;
    top: 25px;
}

.cpt-autocomplete li.k-button {
    max-width: 285px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intraop-input-wrapper.cpt-field-wrapper {
    width: 85%;
    float: right;
    display: inline-block;
}


input.intraop-input.cpt-values {
    max-height: 0px;
    max-width: 0px;
    font-size: 0px;
    border: none;
    background: transparent;
    color: transparent;
    margin-bottom: -25px;
}

.INTRAOP_S_Q23.disabled {
    pointer-events: none;
}

.INTRAOP_S_Q23 tr table {
    position: relative;
}

h1.blue-header,
h2.blue-header,
h3.blue-header,
h4.blue-header,
h5.blue-header,
.gray-header {
    color: white;
    text-transform: uppercase;
}

html body div#survey-container .toggle-slider-field {
    display: block !important;
}

.horizontal-checkboxes .form-control {
    display: flex;
}

    .horizontal-checkboxes .form-control .form-check.checkbox {
        margin-right: 2%;
    }


html body.keyValidator-true .left-off #divShoulderClockMaskLeft,
html body.keyValidator-true .right-off #divShoulderClockMaskRight {
    visibility: hidden !important;
}

html body.keyValidator-true .left-off #divShoulderClockMaskRight,
html body.keyValidator-true .right-off #divShoulderClockMaskLeft {
    visibility: visible !important;
}


html body.keyValidator-true #survey-container.left-off #divShoulderClockMaskRight {
    margin-top: -8px;
}


/*IE */

html.k-ie .cpt-filter-holder {
    position: absolute !important;
    top: -1px !important;
}
