.assessment-notes h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.assessment-notes ul {
    list-style-type: circle;
    margin-bottom: 1em;
    padding-left: 0;
}

.assessment-notes li {
    margin-bottom: 0.3em;
    margin-left: 1.2em;
}

.grow {
  flex-grow: 1 !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    color: rgba(0, 0, 0, 0.65);
}

.w-50 {
    width: 50%;
}

.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector  {
    color:#214f69;
}

.ant-input[disabled], .ant-input-disabled {
    color:#214f69;
    background-color: #f9f9f9;
    background: #f9f9f9;
}

.ant-input-affix-wrapper-disabled {
    background-color: #f9f9f9;
}

.ant-descriptions-top tr {
    vertical-align: top;
}

.form-item-compact.ant-form-item {
    margin-bottom: 0;
}

.form-item-compact .ant-form-item-control-input {
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 0;
}


/* User Calendar */

.firenote-calendar-view table.ant-picker-content {
    height: 100%;
}

.firenote-calendar-view td.ant-picker-cell.ant-picker-cell-in-view {
    vertical-align: top;
    height: 100%;
}

.firenote-calendar-view td.ant-picker-cell.ant-picker-cell-disabled {
    pointer-events: inherit;
    cursor: inherit;
}

.firenote-calendar-view button {
    border: 0px solid #eee;
    background-color: transparent;
}

.firenote-calendar-view button:hover {
    color: #fff;
    background-color: #46b6f7;
    opacity: 1 !important;
}

.firenote-calendar-view div.ant-picker-calendar-mode-switch {
    display: none;
}

@media (max-width: 1201px) {
  .firenote-calendar-view * {
      font-size: 9pt;
  }

  .firenote-calendar-view .calendar-cell {
      margin: 0 !important;
  }
}


/* COMMENT HIGHLIGHTING BEGIN */

.highlighted-comment>.ant-comment-inner {
    width:100%;
    height:auto;
    animation:bg 2s ease-in;
    -webkit-animation:bg 2s ease-in;
    -moz-animation:bg 2s ease-in;
    -ms-animation:bg 2s ease-in;
    -o-animation:bg 2s ease-in;
}
@-webkit-keyframes bg{
    0% { background: #e6f7ffff }
    100% { #e6f7ff00 }
}
@-moz-keyframes bg{
    0% { background: #e6f7ffff }
    100% { #e6f7ff00 }
}
@-ms-keyframes bg{
    0% { background: #e6f7ffff }
    100% { #e6f7ff00 }
}
@-o-keyframes bg{
    0% { background: #e6f7ffff }
    100% { #e6f7ff00 }
}

/* COMMENT HIGHLIGHTING END */

/* CAREPERIODS TABLE (Patient Info / Care Periods) */

.careperiod-table-inactive {
    color: #00000073;
}



.inputnumber-no-arrows .ant-input-number-handler-wrap {
    display: none;
}
