  body.cp-headless {
    background-image: none;
    padding: 0;
  }

  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }

  .patient-header-full {
    transition: visibility 0s, opacity 0.5s linear;
  }

  #patient-header.collapsed > .patient-header-full {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }

  #patient-header.collapsed .patient-name, #patient-header.collapsed .collapsed-nav {
    display: unset !important;
  }

  #patient-header.collapsed .patient-header-toggle {

  }


  #patient-header.collapsed #print_chart, #patient-header.collapsed #new_referral, #patient-header.collapsed #new_appointment {
    /*display: none;*/
  }

  #patient-header.collapsed h3 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .jq-toast-single {
    font-size: 16px;
    padding: 25px;
  }

  .jq-toast-wrap.top-right {
    top: 115px;
    right: 5%;
  }

  @media screen (min-width: 1200px) {
    .jq-toast-wrap.top-right {
      top: 60px;
      right: 5%;
    }
  }

  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .patient-search-text-box {
    width: 220px;
    padding: 4px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fff url(/images/mainsite/icon_autocomplete.png) no-repeat right center;
  }

  .patient-search-text-box:focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  }

  .user-help-dropdown {
    right: auto !important;
  }

  .font-blue {
    color: blue !important;
  }

.cp-workspace.container,
.cp-workspace.container-fluid{
  background-color: #eee;
  padding: 130px 15px;
  min-height: inherit;
}

.carepaths_connect-workspace.container {
  background-color: #ecf6f9;
  padding: 25px 15px 50px;
  min-height: inherit;
}

.trial-banner {
  margin: 0 auto;
  padding: 10px;
  background-color: #146dcc47;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  border-radius: 5px;
}

.trial-banner p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .cp-workspace.container,
  .cp-workspace.container-fluid{
    background-color: #eee;
    padding: 70px 15px;
    min-height: inherit;
  }
}

.cp-workspace-ccda.container-fluid {
  background-color: #eee;
  padding: 10px 15px;
  min-height: inherit;
}

.cp-workspace-ccda .patient_header_flags {
  display: none;
}

@media (max-width: 767px) {
  .cp-workspace-ccda.container-fluid {
    background-color: #eee;
    padding: 10px 15px;
    min-height: inherit;
  }
}

@media (max-width: 767px) {
  .table {
    display: block !important;
  }
}

.container-fluid{
  width: 95%;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.missing {
  color: #ff2323;
}

/* content header/footer */
.cp-page_header {
  clear:both;
  overflow:hidden;
  margin: 0 0 5px 0;
}
.cp-page_header .title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  margin: auto;
}

.cp-page_header .org_info {
  text-align:right;
  float:right;
  font-size:10px;
}

.cp-page_footer {
  font-size:10px;
  padding:0 2px;
  text-align:center;
}


/* document header with patient/org info in repeating layout so it prints at top of every page */
.cp-doc_header {
  font-size:10px;
  border-bottom:solid #AAA 1px;
  margin:0 0 15px 0;
  padding:2px 0;
}

.cp-doc_header > div:first-child {
  font-size:12px;
  margin:0 0 2px 0;
}

/* document layout so that we get patient header on top of every printed page */
table.repeating_header {
  width: 100%;
}

.repeating_header thead {
  display: table-header-group;
}

.repeating_header tfoot {
  display: table-footer-group;
}

.info_box {
  border: solid #DDD 1px;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px;
  font-size:15px;
  background-color: #fff0c957;
}

.notice,
.cp-doc-notice {
  border: solid #DDD 1px;
  border-radius: 5px;
  margin: 5px 0;
  padding: 5px;
  font-size:15px;
  background-color: #fff0c957;
}

.carepaths_connect-workspace.container {
  background-color: #ecf6f9;
  padding: 25px 15px 50px;
  min-height: inherit;
}

.cp-notice {
  background-color: #0080008c;
  color: black;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin-bottom: 15px;
}

td.cp-notice {
  background-color: white;
}

.cp-error{
  background-color: #ff0000;
  color: black;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border: 1px solid red;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow-x: auto;
}

.cp-banner {
  background-color: #3e82ea;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #146dcc;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow-x: auto;
}

.new-staff-message {
  position: fixed;
  background-color: #e6eefd;
  width: 55%;
  bottom: 5px;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 15px;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 40%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .new-staff-message {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .new-staff-message {
    width: 97%;
    font-size: 14px;
  }
  .new-staff-message h3 {
    font-size: 20px;
  }
  .new-staff-message-list {
    padding: 0 5px;
  }
}
.workflow-message-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-message {
  margin-bottom: 25px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-staff-message h3 {
  text-align: center;
}
.new-staff-message-close {
  margin-left: 20px;
}

.new-staff-message .hide-row {
  display: flex;
  justify-content: flex-end;
}

.new-staff-message .hide-row input {
  margin-top: 12px;
}

.new-staff-message .hide-row label {
  margin: 7px 0 0 5px;
}

.new-staff-message-list {
  padding: 0 30px;
}
.new-staff-message-list li {
  list-style: circle;
}
.info_box h4, .info_box li,
.cp-error h4, .cp-error li,
.cp-notice h4, .cp-notice li {
  margin:0 0 5px 0;
}

.cp-error > ul, .cp-notice > ul,
.cp-error > ul > li, .cp-notice > ul > li {
  list-style: inside none disc;
}

#message-header, #message-sender, #message-actions, #message-text {
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}

#message-header {
  border-top: 1px solid #eee;
  padding: 5px 10px;
  margin-top: 10px;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#f7f7f7),to(#fff));
  background-image: -moz-linear-gradient(90deg,#f7f7f7 0,#fff 100%);
}

/* menu link color is more specific than class so punting with id */
#emergency_link,
.cp-emergency {
  font-style: italic;
  color: #F00;
}

/* status alerts for display messages*/
.cp-alert{
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    color: #F00;
    font-size: 15px;
  }



.statement_clipping_note {
    border-bottom: medium outset;
    color: gray;
    font-size: 1em;
    text-align: left;
}

.timeframe {
    margin-bottom: 1em;
    margin-top: 1em;
}

/* drummond wants .5" of empty space around logo. padding:15px; */
.cp-padded_logo {

}

/* Assessments */
.assessment_rc_alert {
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 5px;
}

.assessment_rc_alert#red {
  background-color: red;
}

.assessment_rc_alert#yellow {
  background-color: yellow;
  color:#000 !important;
}

.assessment_rc_alert#blue {
  background-color: blue;
}

.assessment_rc_alert#green {
  background-color: green;
}

.assessment_rc_alert#white {
  border: 1px solid grey;
  background-color: white;
  color: black !important;
}

/* font awesome */
.cp-fa-fw {
  width: 1.75em !important;
}
