/* Patient Dashboard Modules */
.patient-dashboard-modules {
  padding: 0px 8% 0px 120px;
}

.tablelistmodule > .widget-header,
.p_allchartsmodule > .widget-header,
.p_informationmodule > .widget-header,
.patientlatesttransmission > .widget-header {
  background-color: transparent;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
  padding-left: 18px;
  border-bottom: 3px solid #4c4f55;
  margin-top: 10px;
}

.tablelistmodule > .widget-header > .widget-title,
.p_allchartsmodule > .widget-header > .widget-title,
.p_informationmodule > .widget-header > .widget-title,
.patientlatesttransmission > .widget-header > .widget-title {
  color: #333333;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

/* Patient Chart Containers */
.widget-box.p_allchartsmodule > .widget-body > .widget-main > .chart-container {
  border: 1px solid #6d7079;
  border-top: none;
  padding: 0 15px;
}

.widget-box > .widget-body > .widget-main > .chart-container-header {
  background: #e4e4e6;
  border: 1px solid #6d7079;
  box-sizing: border-box;
  padding: 5px;
  margin-top: 15px;
}

.widget-box
  > .widget-body
  > .widget-main
  > .chart-container-header
  .chart-container-toggle {
  margin-right: 10px;
}

.widget-box.p_allchartsmodule .widget-main {
  z-index: 0;
  position: relative;
}

/* Patient Charts Toolbar (Filters) */
.widget-box.p_allchartsmodule .widget-toolbox,
.widget-box.tablelistmodule .widget-toolbox {
  background-color: #fff;
  border-top: None;
  z-index: 2;
  position: relative;
}

.widget-box.p_allchartsmodule > * .widget-toolbox .date-range-picker-selection {
  border-radius: 4px 0px 0px 4px !important;
  color: #4c4f55 !important;
  border: 1px solid #4c4f55;
  width: 200px;
}

.widget-box.p_allchartsmodule > * .widget-toolbox .date-range-picker-symbol {
  border-radius: 0px 4px 4px 0px !important;
  background-color: #002664 !important;
  border-color: #002664 !important;
  cursor: default;
}

.widget-box.p_allchartsmodule > * .widget-toolbox .date-range-picker-symbol {
  background-color: #002664 !important;
  border-color: #002664 !important;
}

.widget-box.p_allchartsmodule > * .widget-toolbox .multiselect {
  border: 1px solid #4c4f55;
  border-radius: 4px !important;
  color: #4c4f55 !important;
}

.widget-box #chart-filter-label {
  float: left;
  margin-top: 1px;
  margin-right: 3px;
}

/* Patient Tables Toolbar (Filters) */
.widget-box.tablelistmodule > * .widget-toolbox .date-range-picker-selection {
  border-radius: 4px 0px 0px 4px !important;
  color: #4c4f55 !important;
  border: 1px solid #4c4f55;
  width: 200px;
}

.widget-box.tablelistmodule > * .widget-toolbox .date-range-picker-symbol {
  border-radius: 0px 4px 4px 0px !important;
  background-color: #002664 !important;
  border-color: #002664 !important;
  cursor: default;
}

.widget-box.tablelistmodule > * .widget-toolbox .date-range-picker-symbol {
  background-color: #002664 !important;
  border-color: #002664 !important;
}

.widget-box.tablelistmodule > * .widget-toolbox .multiselect {
  border: 1px solid #4c4f55;
  border-radius: 4px !important;
  color: #4c4f55 !important;
}

/* Patient Information Styling */
.p_informationmodule {
  height: 450px;
}

.p_informationmodule > .widget-header > .widget-toolbar {
  background-color: transparent;
  display: None !important;
}

.widget-box.patientlatesttransmission {
  height: 450px;
}

.patient-dashboard-modules > * .item-yellow {
  border-left: 10px solid #ff9900;
}

.patient-dashboard-modules > * .item-grey {
  border-left: 10px solid #a0a0a0;
}

.patient-dashboard-modules > * .item-green {
  border-left: 10px solid #6fcf97;
}

.patient-dashboard-modules > * .item-red {
  border-left: 10px solid #d53f40;
}

.patient-dashboard-modules > * .item-blue {
  border-left: 10px solid #7b61ff;
}

.widget-box.patientlatesttransmission > .widget-body > .widget-main {
  padding: 0px;
}

.widget-box.patientlatesttransmission > * #transmission-header {
  border-left: 10px transparent;
  color: #333333;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
}

/* Generic Patient Dashboard Styles */
.patient-dashboard-modules > * .patient-dashboard-row {
  border-bottom: 1px solid #4c4f55;
  display: flex;
  align-items: center;
  min-height: 50px;
  height: auto;
  word-break: break-word;
  margin: 0px;
  text-overflow: hidden;
}

.patient-dashboard-modules > * .row {
  margin: 0px;
}

.measurement-type-text {
  max-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
