#patid > .status {
  display: None;
}

#patid {
  padding-top: 65px;
}

#patientheader {
  padding: 0px 20px;
  min-height: 105px;
}

#patientheader > div {
  display: inline;
}

.breadcrumbs.patheader.no-padding {
  padding: 60px 0px 0px 0px !important;
}

#patid > strong {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 18px;
  padding-left: 118px;
}

.breadcrumbs {
  /* position: relative; */
  z-index: auto;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  min-height: 41px;
  line-height: 40px;
  padding: 0px;
  width: 100% !important;
}

#id_status_select > .profile-info-name {
  text-align: right;
  padding: 6px 10px 6px 4px;
  color: #333333;
  background-color: transparent;
  border-top: 0px dotted #d5e4f1;
  display: inline;
  width: 110px;
  vertical-align: middle;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

#id_status_select > .profile-info-value {
  border-top: 0px dotted #d5e4f1;
  margin-bottom: 0px;
}

#id_status_select
  > .profile-info-value
  > label
  > form
  > .btn-group
  > .dropdown-toggle {
  border-radius: 4px;
  background: #ffffff !important;
  border: 1px solid #4c4f55;
  box-sizing: border-box;
  height: 48px;
  text-align: left;
  min-width: 130px;
}

#id_status_select
  > .profile-info-value
  > label
  > form
  > .btn-group
  > .dropdown-toggle
  > .lbl {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
}

#id_status_select
  > .profile-info-value
  > label
  > form
  > .btn-group
  > .dropdown-toggle
  > .ace-icon {
  color: black;
  font-size: 25px;
  float: right;
  padding-right: 10px;
}

.stuck {
  right: inherit !important;
}

#status_select_id {
  padding-right: 140px;
  margin-top: -60px;
  float: right;
}

.stuck > #status_select_id {
  position: fixed;
  right: 0px;
}
