td form {
    display: inline-block;
}

.card-body h5, .card-header h5 {
    display:inline-block;
    margin-right:10px;
}

.card-body .m-tabs-line.m-tabs-line--right {
    float:none;
}

.card-body-title {
    border-bottom: 1px solid #9699a2;
    padding-bottom:5px;
    margin-bottom:10px;
}

.card {
    margin-bottom: 10px
}

.action-buttons {
    padding-top: 20px;
}

.field-choices-label {
    margin-bottom:10px;
}

.m-content label, .m-content .col-form-label {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.5;
}

.incbase-label {
    font-weight: 600;
}

.form-control {
    border-color: #c1c1c1;
}

.form-title {
    margin-bottom: 20px;
}

.ft-container.open, .ft-container-borderless.open .ft-container.open {
    border: 1px solid #36a3f7;
    background-color: #f7f7f7;
    margin: 10px 0;
    padding: 1.25rem;
    border-radius: .25rem;
    -webkit-transition: background-color, border 0.3s;
    transition: background-color, border 0.3s;
}
.ft-container-border {
    border: 1px solid #36a3f7;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: .25rem;
    -webkit-transition: background-color, border 0.3s;
    transition: background-color, border 0.3s;
}
.ft-container-borderless.open {
    margin:0 !important;
    padding: 0 !important;
    border: none !important;
    background: inherit !important;
}
.row.ft-container-borderless.open {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.ft-container .ft-container.open, .ft-container-borderless.open {
    border:none;
    background: inherit;
    margin-bottom: 0;
}

.card.ft-container {
    margin-top: 0;
    padding: 0;
}

.inc-login {
    background-color: #a0b4c9;
}

.login-frame {
    background-color: #fff;
    width: 360px;
    margin: 0 auto;
    padding: 20px 30px 15px;
}
.double-auth-frame {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 30px 15px;
}

.login-logo, .incbase-logo {
    margin: 60px auto 20px;
    padding: 15px;
    text-align: center;
    width: 360px;
}

.login-logo h1, .incbase-home {
    letter-spacing: 4px;
    font-weight: normal;
}

.login-logo .login-red {
    color: red;
}

.login-logo .login-white {
    color: white;
}

body.login-page {
    background-color: #a0b4c9;
}

.login-frame .login-title {
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 25px;
}

.login-frame .input-icon {
    border-left: 2px solid #2739c1 !important;
    position: relative;
    left: 0;
}

.login-frame .form-control {
    padding-left: 33px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input-icon > i {
    color: #ccc;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.sign-in-div {
    margin-top: 10px;
}

.cant-login {
    margin-top: 80px;
}

.m-aside-left--minimize .login-logo {
    display:none !important;
}

body.incbase .m-subheader {
    padding-top: 10px;
}

body.incbase .m-content {
    padding-top: 10px;
}

.flash-messages .alert {
    font-weight: 600;
}

.flash-messages i {
    margin-right: 10px;
}

.text-danger {
    color: red;
}

table.compact td {
    padding: .35rem;
}

table.compact .btn-sm {
    padding: .25rem .8rem;
    font-size: .800rem;
    line-height: 1.25;
}

table th.text-center, table td.text-center {
    vertical-align: middle;
    text-align: center;
}

.select2-container  {
    width: 100% !important;
}

.modal-90 {
    max-width: 90%;
}

.module-selector-forms {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.module-selector-forms .nav.nav-pills {
    margin-bottom: 0;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.nav.nav-pills.form-list-ul {
    padding-bottom: 10px;
    margin-bottom:10px;
}

#visit-list {
    margin-bottom:10px;
}

#visit-content {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.module-selector-button {
    padding-top:19px;
}

.export-buttons {
    margin-bottom: 10px;
}

tr.selected .patient-identifier {
    font-weight: bold;
}

.card-body.scrollable {
    overflow: hidden;
}

.template-row:hover {
    background-color: #c6c8ca;
}

#chart-container {
    font-weight: 500;
}

.bs-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;
}

.w-100 {
    width: 100%;
}

.row-condensed > div {
    padding-left:5px;
    padding-right: 5px;
}

.form-control-feedback {
    color: red;
}

.color-red {
    color:red;
}

.color-green {
    color: green;
}

.color-orange {
    color: orange;
}

.logo-item {
    width: 190px;
}

@media only screen and (max-width: 1024px) {
    .logo-item {
        display: none !important;
    }
}

.menu-cols {
    width: 800px;
}

.menu-col-1 {
    width: 400px;
}

.menu-p-list {
    list-style: none;
}

.search-container .select2-container .select2-selection--single {
    height: 40px;
    border-color: #c1c1c1;
}

.search-title {
    display: flex;
    align-items: center;
}

.incbase-public.m-aside-left--fixed .m-body {
    padding-left: 0;
}

.incbase-public.m-header--fixed .m-body {
    padding-top: 0 !important;
}

.incbase-public .incbase-logo {
    margin-top: 0;
}

.incbase-public .card-body-title {
    margin-bottom: 30px;
}

.incbase-public .submit-row {
    margin-top: 30px;
}

.prom-icon {
    margin-right: 20px;
}

h5.prom-message {
    margin: 0;
}

.form-check-label {
    margin-top: .3rem;
    margin-left: .3rem;
}


.modal.add-visit-modal .modal-body {
    padding-top: 5px;
}

.modal.add-visit-modal .modal-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal.add-visit-modal button.close {
    padding-top: 20px;
}

.m-aside-left--enabled .highlight-box {
    height: 100%;
    opacity: 1;
    transition: height 0s 100ms, opacity 400ms 100ms;
}

.m-aside-left--enabled.m-aside-left--minimize .highlight-box {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.m-aside-left--enabled.m-aside-left--minimize.m-aside-left--minimize-hover .highlight-box {
    height: 100%;
    opacity: 1;
    transition: height 0s 100ms, opacity 400ms 100ms;
}

.highlight-item {
    margin-bottom: 15px;
}

.highlight-item .highlight-value {
    line-height: 1.2;
    font-size: 14px
}
.select-all-text {
    color: #008d2c;
    font-weight: bold;
}
#select_all_sensory_nerves_boxes_parent {
    display: none;
}
small {
    color: #0840d5;
    font-size: 1em;
}
.field-description-text {
    position: relative;
    left: 10px;
    bottom: 20px;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #7f89d0;
    color: white;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}
/* alternative tooltip code because the above doesn't handle large tooltips well */
.tooltip-container {
    display: inline-block;
}
.tooltip-container:hover .tooltip-box {
    display: inline-block;
}
.tooltip-box {
    display: none;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    max-width:500px;
    min-width: 300px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #7f89d0;
    color: white;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}
.date-with-checkbox div{
    display: inline-block;
}
.date-with-checkbox div.checkbox{
    margin-left: 8px;
}
.date-with-checkbox .date input {
    border: 0;
    background-color: #f5f3f3;
    margin-right: 5px;
}
.date-with-checkbox {
    border: 1px solid #aeaeae;
    width: 300px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.all-selector-checkbox .form-check label {
    color: #36a3f7;
    font-weight: bold;
}
.margin-up-down-50 {
    margin: 50px 0;
    padding: 20px;
}
#sensory-nerve-label{
    font-weight: bold;
    display: none;
    color: rgba(44, 44, 46, 0.84);
}

.datepicker {
    z-index:1060 !important;
}

.float-bottom {
    display: flex;
    align-items: flex-end;
}
.form-check-input.rods-radio {
    margin-left: -1rem;
}
.radio-description-group {
    display: block;
}
.radio-description-group .form-check {
    display: inline;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    min-height: 0;
}
.keep-hidden {
    display: none !important;
}
#select_all_sensory_nerves_boxes_parent {
    display: none;
}
small {
    color: #0840d5;
    font-size: 1em;
}
.field-description-text {
    position: relative;
    left: 10px;
    bottom: 20px;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #7f89d0;
    color: white;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}
.date-with-checkbox div{
    display: inline-block;
}
.date-with-checkbox div.checkbox{
    margin-left: 8px;
}
.date-with-checkbox .date input {
    border: 0;
    background-color: #f5f3f3;
    margin-right: 5px;
}
.date-with-checkbox {
    border: 1px solid #aeaeae;
    width: 300px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.all-selector-checkbox .form-check label {
    color: #36a3f7;
    font-weight: bold;
}
.margin-up-down-50 {
    margin: 50px 0;
    padding: 20px;
}
#sensory-nerve-label{
    font-weight: bold;
    display: none;
    color: rgba(44, 44, 46, 0.84);
}
.w-10 {
    width: 10%;
}
#eq-d5-scale {
    background-image: url("../img/eq-d5.JPG");
    background-repeat: no-repeat;
    height: 880px;
    width: 200px;
}

.eq-d5 {
    background-color: rgba(239, 239, 239, 1);
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
}
#eq-d5-box {
    width: 100px;
    cursor: pointer;
    position: relative;
}
.eq-d5-description {
    margin-bottom: 35px;
    padding: 0  17px;
}
.eq-d5-descriptions {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.eq-d5-descriptions h6{
    padding-left: 16px;
}
.eq-d5-descriptions #empty-checkbox {
    height: 20px;
}

#vertical{
    height: 500px;
    border-left: 1px solid #1d1d1d;
    position: absolute;
    left: 25px;
    font-weight: bold;
}
.horizontal-bar, .dozens, .fives {
    height: 5px;
}
.dozens{
    width: 50px;
    border-top: 1px solid #535353;
}
.fives{
    width: 30px;
    position: relative;
    left: 10px;
    border-top: 1px solid grey;
}

.horizontal-bar{
    width: 20px;
    position: relative;
    left: 15px;
    border-top: 1px solid #cfcfcf;
}
.hovered {
     border-top: 2px solid green;
 }
.selected-value{
    border-top: 2px solid red;
}
.dozens span{
    position: relative;
    left: 70px;
    bottom: 10px;
}
.fives span{
    position: relative;
    left: 60px;
    bottom: 10px;
}
.thermometer-top-label{
    margin: 10px 0;
    font-size: x-small;
    color: #0a6aa1;
    font-weight: bold;
}
.rfss-line-container {
    display:inline-flex;
    justify-content: center;
    align-items: center;
    float:right;
    width: 100%;
}
.rfss-block {
    background-color: black;
    color:white;
    display: inline-block;
    padding:2px;
    font-size: 10px;
    border-radius: 5px;
}
.rfss-line {
    background-color: black;
    height: 3px;
    width: 100%;
    min-width: 70px;
    display: inline-block;
}
.sum-score-fields .form-check-input {
    margin-left:-1rem;
}
.pinrs-indications {
    font-size: 8px;
}

.pinrs-indications span.pull-right {
    max-width: 80px;
}
.nav.nav-pills .nav-link i.form-status {
    margin-right: 0rem;
    vertical-align: unset;
}

.nav.nav-pills .nav-link:hover {
    border: 1px solid #6f727d;
}

.sub-card h5 {
    margin: 0;
    font-size: 1rem;
}

.sub-card .card-header {
    padding: 0.5rem;
}

.d-inline legend {
    display: inline;
}
.incbase-sorted-table td, .incbase-sorted-table th{
    border: 1px solid #ddd;
    padding: 10px;
}
.incbase-sorted-table tr:nth-child(even){background-color: #f2f2f2;}

.incbase-sorted-table tr:hover {background-color: #ddd;}

.removal-title {
    background-color: #ffd8d8;
    padding: 0 5px;
    border: 1px solid #f0b7b7;
    border-radius: 3px;
    margin: 2px;
}
/* disables sorting arrows with ".no-sort" */
table.table.patient-list thead th.no-sort {
    background: white;
    pointer-events: none;
}

.highlight-label {
    text-decoration: underline;
}

.highlight-sub-label {
    font-size: 11px;
}

.highlight-sub-item {
    margin-bottom: 10px;
}

.highlight-sub-value {
    font-weight: bold;
    font-size: 11px;
}

.fs-11 {
    font-size: 11px;
}

.subtext {
    font-size:10px;
    font-color: grey;
}

.pcim-values {
    border: 1px solid;
    padding: 5px;
    border-radius: .25rem;
    margin-bottom: 5px;
}