@charset "UTF-8";
/*css for comment section*/
/* CSS talk bubble */
/* .notifier__notification--info {
  background-color: #bb0d47 !important;
  color: #fff;
} */

.clear-btn {
  padding: 4px 7px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.card-layout {
  padding: 20px;
  box-shadow: 0px 3px 9px 0px rgba(39, 52, 45, 0.1);
  margin-bottom: 16px;
  background-color: white;
}

.bg-patient-detail {
  background-color: #ebebeb;
}

.modified-btn {
  width: 20% !important;
}

.upload-btn {
  background: white !important;
  color: #19689e !important;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset !important;
  padding: 4px;
}

.upload-btn:hover {
  background: white !important;
  color: #19689e !important;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset !important;
}

.padding15 {
  padding: 15px !important;
}

.topnav>li>a {
  position: relative;
  display: block;
  padding: 8px 15px !important;
}

.topnav>li>a:hover {
  background-color: white;
}

.topnav>li>a:visited {
  background-color: white;
}

.topnav {
  /*background: #eee!important;*/
  color: #f96332 !important;
  margin: 0px !important;
  margin-top: -11px;
}

.activeSection {
  /*background-color:white;*/
  border-bottom: 3px solid #42a0ff;
}

.Infoheader {
  color: #42a0ff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.addLocation-add-patient {
  border-radius: 50%;
  padding-left: 9px;
  padding-bottom: 1px;
  background-color: #2888c9;
  color: white;
  float: right;
  padding-right: 4px;
  padding-top: 2px;
  font-size: 12px;
  margin-bottom: 5px;
}

.addLocation-add-patient:focus {
  color: white;
}

.addLocation-add-patient:hover {
  background-color: white;
  color: #2888c9;
  border: 1px solid #2888c9;
}

.talk-bubble {
  background: #f5f5f5;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  padding: 15px;
  width: 95%;
  display: inline-block;
  position: relative;
  height: auto;
}

.btn-search {
  background: #2ca8ff;
  border: 2px solid #2ca8ff;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 4px;
  margin-top: 0px;
}

.box-search {
  height: 96px;
  border-radius: 20px;
  border: 1px solid #2ca8ff;
  margin: 4px 7px;
  padding: 10px;
  margin-top: 20px;
}

.box-category {
  border: 2px solid #2ca8ff;
  padding: 5px;
}

.box-scroll-top {
  max-height: 300px;
  overflow: auto;
}

.box-scroll-bottom {
  max-height: 235px;
  overflow: auto;
}

.box-container-left {
  border: 2px solid #2ca8ff;
  padding: 10px;
  max-height: 388px !important;
  min-height: 388px !important;
}

.box-center {
  max-height: 260px;
  border: 1px solid #2ca8ff;
  padding: 10px;
  min-width: 95%;
  border-top: none;
}

.box-center-contact {
  max-height: 266px;
  border: 1px solid #2ca8ff;
  padding: 0px;
  min-width: 95%;
  border-top: none;
}

.box-center-inner {
  max-height: 180px;
  border: 1px solid #2ca8ff;
  padding: 10px;
  min-width: 100%;
  border-top: none;
  min-height: 180px;
}

.box-padding {
  padding: 0px 10px !important;
}

.round {
  border-radius: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 30px;
}

.container-Contract:hover {
  /*background: #2ca8ff1c;*/
  /*padding-bottom: 10px;*/
  /*padding-top: 5px;*/
}

.checkBoxContract {
  width: 18px;
  height: 24px;
}

.speech-bubble-ds.left-top-pacf:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -15px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 15px solid;
  border-color: #e2f5ff transparent transparent transparent;
}

.align-selectALL {
  margin-left: 4px !important;
}

.speech-bubble-ds.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -15px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: #fcefe6 transparent transparent transparent;
}

.speech-bubble-ds {
  /* background: #f5f5f5; */
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 12px 12px 12px;
  padding: 15px;
  min-width: 200px;
  display: inline-block;
  position: relative;
  height: auto;
}

.hospitalComment {
  color: #fc8012 !important;
}

.pacfComment {
  color: #2cd8ff !important;
}

.speech-bubble-ds label {
  margin-bottom: 0px;
}

.speech-bubble-ds label:last-of-type {
  margin-bottom: 0;
}

.detailBox {
  width: 320px;
  border: 1px solid #bbb;
  margin: 50px;
}

.commentBox {
  padding: 10px;
  border-top: 1px dotted #bbb;
}

.commentBox .form-group:first-child,
.actionBox .form-group:first-child {
  width: 80%;
}

.commentBox .form-group:nth-child(2),
.actionBox .form-group:nth-child(2) {
  width: 18%;
}

.actionBox .form-group * {
  width: 100%;
}

.taskDescription {
  margin-top: 10px 0;
}

.commentList {
  padding: 0;
  list-style: none;
  /* max-height: 200px;
  overflow: auto; */
  margin: auto;
}

.commentList li {
  margin: 0;
  margin-top: 10px;
}

.commentList li>div {
  display: table-cell;
}

.commentText p {
  margin: 0;
  color: #0e2949;
  word-break: break-word;
}

.sub-text {
  color: #aaa;
  font-family: verdana, sans-serif;
  font-size: 11px;
  float: right;
  position: absolute;
  right: 25px;
  margin-right: 10px;
  bottom: 6px;
}

.sub-text-date {
  color: #aaa;
  font-family: verdana, sans-serif;
  font-size: 11px;
}

#messageBusinessUnitType {
  float: right;
  color: #888;
  font-size: 10px;
}

/*****/
.Infosection {
  color: #22466e;
  font-weight: normal;
}

.submit-height {
  margin-top: -150px !important;
}

.cancel-button {
  width: 100%;
  margin-top: 4px;
  position: relative;
  right: 20px;
}

.report_submitBtn {
  background-color: #337ab7;
  width: 100%;
  margin-top: 3px;
}

.report_submitBtn_box {
  background-color: #337ab7;
  margin-top: -3px;
}

.reset-button {
  background: #1a5a62 !important;
  margin-top: -3px;
}

/*****search sort type PACF PACFFilter Page*****/
.pacfFacilityContainer {
  margin-bottom: 40px;
  margin-top: 10px;
}

.search-Width {
  width: 27%;
}

.patientModel {
  overflow-y: hidden;
  max-height: 77vh;
  overflow-x: hidden;
  padding-right: 0;
}

.forRemoveScrollpatientModel {
  /*this is class is added because remove double scroll in add edit patient page*/
  overflow-y: auto;
  overflow-y: inherit !important;
}

.send-display {
  display: inline-flex;
  margin-left: -16px;
}

.search-name-box {
  border: 1px solid #2ca8ff;
}

#advanceSearch .col-md-6,
#advanceSearch .col-md-12 {
  padding: 5px;
}

.label-search {
  font-size: 18px;
  color: #000;
  margin-top: 7px;
  text-align: center;
}

.search-mile {
  padding: 4px;
  background: white;
  border-color: #4195b2;
  /*cursor: pointer;*/
  border-width: 3px;
  margin-bottom: -5px !important;
  padding-bottom: -3px;
  height: 34px;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.search-mile:focus {
  border-color: #4195b2;
  border-width: 3px;
}

.Model-detailFont-size {
  font-size: 13px;
}

.history-row {
  width: 100%;
}

.backButton {
  font-size: 22px;
  margin-top: 1px;
  color: #fff;
  padding-bottom: 8px;
  margin-right: 8px;
}

.mobileLogo {
  display: none;
}

.headerstyle {
  margin-left: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: white;
  font-size: 50px;
  font-style: bold, italic;
  padding-top: 8px;
}

.topSearch {
  font-size: 18px;
  font-weight: 600;
}

.show-submenu {
  color: white;
}

.mblactions {
  display: none;
}

.Expand_detail {
  padding-left: 10px;
}

.text-success {
  color: #3e9c8a;
}

.btnReferralSend {
  margin-right: 5%;
  margin-top: 67px !important;
}

.refreshSize {
  font-size: 22px;
  margin-left: -10px;
}

.button-width {
  width: 295px !important;
}

.commentInputBox {
  /*border-color: #2ca8ff;
    border-width: 2px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    height: 64px;*/
  border-color: #4195b2;
  border-width: 2px;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.commentHeight {
  max-height: 550px;
  overflow: auto;
}

.Comment-scrollHeight-Hospital {
  max-height: 390px;
  overflow: auto;
  overflow-x: hidden;
  padding: 5px;
}

.Comment-scrollHeight-PACF {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.commentSection {
  /*background-color: #dcd6d3;*/
  /*background-color:beige;*/
  padding: 8px;
  width: 98%;
  margin: 5px;
}

.CommentDateTime {
  font-size: 14px;
  float: right !important;
}

.desktopLogo {
  display: block;
}

.profileIcon {
  float: right;
  margin-top: 14px;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-end;
}

.rounded_profile_icon {
  border-radius: 50%;
  display: block;
  margin: 0;
  position: relative;
  height: 32px;
  width: 32px;
  background-color: #f0f0f0;
  z-index: 0;
  color: #000;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}

#searchFacility {
  padding-bottom: 10px;
}

/*#addProviderForm{
    height: 100vh;
}*/
.referral-response-modal {
  overflow-y: scroll;
  max-height: 75vh;
}

.right-margin-5 {
  margin-right: 5px !important;
}

.modelMedicalRecord {
  width: 65%;
}

.dropDownMargin {
  margin-top: 4px !important;
}

.patientSurveyPagination {
  float: right;
}

.padding-left-20 {
  padding-left: 20px;
}

.width2 {
  width: 2% !important;
}

.width34 {
  width: 34% !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.line-height-survey {
  line-height: 1.3 !important;
}

.single-checkbox-margin {
  margin-right: 5px !important;
}

.sendSurveyWidth {
  width: 80% !important;
}

.no-overflow-modal {
  overflow: hidden !important;
}

.questionActionMargin {
  margin-top: -4px;
}

.card-layout-patient-detail {
  padding: 10px;
  box-shadow: 0px 3px 9px 0px rgba(39, 52, 45, 0.1);
  margin-bottom: 16px;
  background-color: white;
}

.card-layout-referral-smart-patient {
  padding: 10px;
  margin: 20px 0px;
  background-color: white;
}

.top-button {
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  background: #2ca8ff;
  color: #fff;
  font-weight: bold;
}

.top-button:focus {
  color: #fff;
}

.top-button:hover,
.top-button:focus {
  color: #2ca8ff !important;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  border-color: #2ca8ff !important;
  border: 2px solid;
}

.top-button:active,
.btn:not(:disabled):not(.disabled):active {
  color: #2ca8ff !important;
  text-decoration: none;
  background: #fff !important;
  border-color: #2ca8ff !important;
  border: 2px solid;
}

.top-button:active {
  background: #2ca8ff !important;
  color: #fff !important;
}

.top-button-position {
  position: absolute;
  right: 10px;
  top: 75px;
}

.label-dead-referral {
  background-color: darkgrey;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 640px) {
  .send-multiple-referral-width {
    width: 85%;
  }

  .headerstyle {
    margin-top: 20px;
    margin-bottom: 10px;
    color: white;
    font-size: 38px;
    font-style: bold, italic;
    padding: 12px 30px;
    /* border-right: 1px solid white; */
    /*width: 200px;*/
    /* background: #2f7f97; */
    height: 70px;
    margin-left: 10px;
    /*text-align: center;*/
  }

  .headerName {
    float: right;
    font-size: 18px !important;
    padding-top: 16px;
    display: block;
  }

  .header-line {
    position: absolute;
    top: 0px;
    margin: 0;
    left: 3px;
    margin-top: 26px;
    font-size: 24px;
    z-index: 100;
  }

  .header-line i {
    color: white;
  }

  .setPreferenceArrow {
    /*margin-top: 50%;*/
    float: right;
  }

  .right {
    /* float: right;
        margin-bottom: -2px;
        margin-top: -12px;
        padding-left: 2%;
        margin-right: 70px;
        width: 180px; */
  }
}

#sidebar>ul>li.active a {
  border-left: 3px solid;
  border-left-color: #4195b2;
  color: #4195b2;
  /* font-weight: bold; */
}

.btn-submit1 {
  margin-top: -80px;
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  background: #2ca8ff;
  color: #fff;
  font-weight: bold;
  margin-bottom: 22px;
  /*padding: 5px;*/
}

.save-preference {
  background: #3c9248;
}

.btn-patient-add {
  margin-top: -228px;
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  background: #2ca8ff;
  color: #fff;
  font-weight: bold;
  margin-bottom: 22px;
  /*padding: 5px;*/
}

.btn-submit1:focus {
  color: #fff;
  background-color: #2ca8ff;
}

.btn-submit1:hover {
  color: #2ca8ff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: #2ca8ff;
  border: 2px solid;
}

.btn-submit1:active {
  background: #2ca8ff !important;
  color: #fff !important;
}

.btn-patient-add:focus {
  color: #fff;
}

.search-label {
  color: #0e294a !important;
  font-size: 14px;
  margin-top: 6px;
}

.search-form {
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  margin-top: -15px;
}

.search-form-box {
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  /*background: #f5f5f5;*/
}

.search-Title {
  font-size: 20px !important;
}

.button-search-grid {
  background: #2ca8ff;
  color: WHITE;
  border-radius: 7px;
  padding: 4px 4px;
  font-size: 14px;
  margin: 0px 5px;
  margin-top: 1px;
}

.button-more-grid {
  background: #07c6f0;
  color: WHITE;
  border-radius: 2px;
  padding: 4px 4px;
  font-size: 14px;
  margin: 0px 5px;
  margin-top: 1px;
}

.button-clear-grid {
  background: #b73323;
  color: WHITE;
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 14px;
  margin: 0px 5px;
  margin-top: 1px;
}

.btn-patient-add:hover,
.btn-patient-add:focus {
  color: #2ca8ff !important;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  border-color: #2ca8ff !important;
  border: 2px solid;
}

.btn-patient-add:active,
.btn:not(:disabled):not(.disabled):active {
  color: #2ca8ff !important;
  text-decoration: none;
  background: #fff !important;
  border-color: #2ca8ff !important;
  border: 2px solid;
}

.btn-patient-add:active {
  background: #2ca8ff !important;
  color: #fff !important;
}

.margin-submit {
  margin-top: -169px !important;
}

.insHistoryBtn {
  margin-right: 10%;
  float: right;
}

.selectedItems {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em;
  max-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: black;
}

.dashboard_button {
  background-color: transparent;
  border: 4px solid #1e90ff;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.chat {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.darker {
  border-color: #ccc;
  background-color: #ddd;
}

.chat::after {
  content: "";
  clear: both;
  display: table;
}

.chat span {
  float: left;
  /* max-width: 60px; */
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

.padding {
  padding: 15px !important;
}

.chat span.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: right;
}

.sendText {
  border-top: 1px solid #e5e5e5;
}

.dashboard_button1 {
  background-color: transparent;
  border: 4px solid mediumseagreen;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.dashboard_button2 {
  background-color: transparent;
  border: 4px solid #ff4500;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button5 {
  height: 40px;
  border-radius: 60%;
  width: 40px;
}

.btn-submit2 {
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  background: #309e8e;
  color: #fff;
}

.btn-submit2:focus {
  color: white;
}

.btn-submit2:hover {
  color: #309e8e;
  text-decoration: none;
  background: #fff;
  border-color: #309e8e;
}

.input-color {
  background: beige;
  color: black;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  font-size: 15px;
  text-align: center;
  padding-bottom: 3px;
  float: right;
}

/* active tab color */
#sidebar>li.active>a,
#sidebar>li.active>a:hover,
#sidebar>li.active>a:focus {
  color: white;
  background: #2ab18e;
  border: 1px solid #888888;
}

#ltcModalheader {
  color: white;
  background: #389d8c;
  font-size: 10px;
}

#LTCListModel .header_title {
  display: inline-table;
  width: 40%;
  margin-right: 60px;
}

#LTCListModel .title_container {
  display: inline-table;
  width: 40%;
  margin-right: 60px;
}

.header_td1 {
  color: black;
  background-color: lightgray;
}

.btn-warning {
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}

.btn-danger {
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}

.btn-primary {
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}

.btn-success {
  border-radius: 6px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}

#topHeader {
  background: #19689e;
  color: white;
  height: 55px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.modal {
  z-index: 9000 !important;
}

.rating-filter {
  float: left;
  margin-top: -22px;
}

/* .row
{
    margin-left: 0px;
    margin-right: 0px;
} */
.modal-dialog .create-button {
  width: 100%;
  background-color: #1f7cba;
  text-transform: uppercase;
}

.modal-dialog .create-button:focus {
  width: 100%;
  background-color: #1f7cba !important;
  text-transform: uppercase;
}

.modal-dialog .create-button:active {
  width: 100%;
  background-color: #1f7cba !important;
  text-transform: uppercase;
}

.modal-dialog .create-button:hover {
  width: 100%;
  background-color: #1f7cba !important;
  text-transform: uppercase;
}

.modal-dialog .cancel-button {
  width: 100%;
  background-color: #a02911;
  text-transform: uppercase;
}

.modal-dialog .cancel-button:focus {
  width: 100%;
  background-color: #a02911 !important;
  text-transform: uppercase;
}

.modal-dialog .cancel-button:active {
  width: 100%;
  background-color: #a02911 !important;
  text-transform: uppercase;
}

.modal-dialog .cancel-button:hover {
  width: 100%;
  background-color: #a02911 !important;
  text-transform: uppercase;
}

.login-footer .create-button {
  width: 75%;
  /*background-color: #2A5686;*/
  text-transform: uppercase;
  margin-left: 22px;
  margin-top: -7px;
}

.login-footer .Send-button {
  width: 75%;
  /*background-color: #2A5686;*/
  text-transform: uppercase;
  margin-left: 44px;
}

.login-footer .forgot-button {
  color: #2a5788;
  padding-left: 24px;
  font-size: 15px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}

.login-footer .create-button:focus {
  width: 75%;
  background-color: #fff !important;
  text-transform: uppercase;
  border: 1px solid #2a5686 !important;
  color: #2a5686 !important;
}

.login-footer .create-button:active {
  width: 75%;
  background-color: #fff !important;
  border-color: #2a5686 !important;
  color: #2a5686 !important;
  text-transform: uppercase;
}

.login-footer .create-button:hover {
  width: 75%;
  background-color: #2a5686 !important;
  text-transform: uppercase;
  color: #fff !important;
}

.login-footer .Send-button:focus {
  width: 75%;
  background-color: #fff !important;
  text-transform: uppercase;
  border: 1px solid #2a5686 !important;
  color: #2a5686 !important;
}

.login-footer .Send-button:active {
  width: 75%;
  background-color: #309e8e !important;
  text-transform: uppercase;
}

.login-footer .Send-button:hover {
  width: 75%;
  background-color: #2a5686 !important;
  text-transform: uppercase;
  color: #fff !important;
}

.login-footer .cancel-button {
  width: 75%;
  background-color: #862307;
  text-transform: uppercase;
}

.login-footer .cancel-button:focus {
  width: 75%;
  background-color: #862307 !important;
  text-transform: uppercase;
}

.login-footer .cancel-button:active {
  width: 75%;
  background-color: #862307 !important;
  text-transform: uppercase;
}

.login-footer .cancel-button:hover {
  width: 75%;
  background-color: #862307 !important;
  text-transform: uppercase;
}

.AddPACF-button {
  width: 50%;
  background-color: #1f7cba;
  text-transform: uppercase;
  float: right;
}

.AddPACF-button:focus {
  width: 50%;
  background-color: #1a699e !important;
  text-transform: uppercase;
}

.AddPACF-button:active {
  width: 50%;
  background-color: #1a699e !important;
  text-transform: uppercase;
}

.AddPACF-button:hover {
  width: 50%;
  background-color: #1a699e !important;
  text-transform: uppercase;
}

.cancelPACF-button {
  width: 50%;
  background-color: #a02911;
  text-transform: uppercase;
}

.cancelPACF-button:focus {
  width: 50%;
  background-color: #a02911 !important;
  text-transform: uppercase;
}

.cancelPACF-button:active {
  width: 50%;
  background-color: #862307 !important;
  text-transform: uppercase;
}

.cancelPACF-button:hover {
  width: 50%;
  background-color: #862307 !important;
  text-transform: uppercase;
}

.modal-dialog .btn-primary {
  width: 100% !important;
}

.modal-dialog .btn-danger {
  width: 100% !important;
}

.modal-dialog .shft_btn {
  width: 10% !important;
  padding-left: 12px;
  padding-right: 16px;
  box-shadow: none !important;
  border-radius: 3px;
}

.create-button {
  width: 100% !important;
}

.color-white {
  color: white !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

.no-border {
  border-width: 0 !important;
}

.search-and-select-icon-for-input {
  position: absolute;
  right: 9px;
  top: 10px;
}

.position-relative {
  position: relative;
}

.float-right {
  float: right;
}

.select-show-color {
  color: #2ca8ff !important;
}

.select-show-color-red {
  color: #b73323 !important;
}

.highlighted-star {
  color: gold !important;
}

.saved-search-tabcontent {
  border: 1px solid #ccc;
  border-top: none;
  font-size: 15px;
  width: 220px;
  float: right;
  position: relative;
  z-index: 1008;
  background: #fff;
  color: #000;
  padding: 0;
  margin-top: -21px;
  top: -4px;
  left: 53px;
}

.saved-search-tab {
  width: 169px;
  float: right;
}

.saved-search-tablinks {
  border: none;
  cursor: pointer;
  padding: 5px 9px;
  transition: 0.3s;
  font-size: 15px;
  width: auto;
  white-space: nowrap;
  min-width: 166px;
  background: #fff;
  color: #333;
  margin-right: 4px;
  border-radius: 6px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.saved-search-category {
  background: #f5f5f5;
  font-size: 14px;
  color: #19375a;
  font-weight: 600;
  padding: 6px 7px;
  margin: 0;
  letter-spacing: 1px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.saved-search-color-button-copy {
  background: #2ca8ff;
  border: 1px solid #2ca8ff !important;
  color: white;
  color: #fff;
  padding: 1px !important;
  border-radius: 7px;
  margin: 5px 1%;
  width: 28%;
  letter-spacing: 1px;
  font-size: 13px !important;
}

.saved-search-close-icon {
  color: rgba(221, 75, 57, 0.8705882353);
  margin-top: 6px;
  font-size: 16px;
  margin-left: 4px;
}

.margin-right-15 {
  margin-right: 15px !important;
}

#selectAllProviderCards {
  margin-right: 16px;
}

.selectAllProviderCards-label {
  margin: 4px 10px;
}

.shortlist-page-card-error-border {
  position: relative;
  float: right;
  height: 38px;
  width: 38px;
  border-radius: 4px;
}

.red-border-right-3px {
  border: 3px solid red !important;
}

.tooltip-for-shortlist-filter-checkboxes-errors {
  position: relative;
  padding: 20px;
  width: 300px;
  background-color: #e6f5ff;
  color: #333;
  text-align: center;
  border-radius: 6px;
  max-width: -moz-max-content;
  max-width: max-content;
  word-break: break-word;
  border: 1px solid #1f7cba;
  box-shadow: 0px 0px 8px #898989;
}

.shortlist-provider-checkbox {
  position: relative;
  background: beige;
  color: black;
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  float: right;
}

.red-error-border::before {
  content: "";
  border: 3px solid red;
  padding: 9px;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 5px;
}

.shortlist-provider-tooltip {
  position: absolute;
  font-size: 13px;
  padding: 4px 3px;
  z-index: 1036;
  opacity: 1 !important;
  min-width: auto;
  top: 42px;
  right: 2%;
}

.float-right {
  float: right !important;
}

@media only screen and (max-device-width: 780px) {
  .modal-footer .col-md-6 {
    width: 50% !important;
    float: left;
  }

  .col-md-6 .AddPACF-button {
    width: 48% !important;
    float: left;
    margin-top: 4%;
    margin-right: 2px;
  }

  .col-md-6 .cancelPACF-button {
    width: 48% !important;
    float: left;
    margin-top: 4%;
    margin-left: 4px;
  }
}

.pacf-button {
  background: #e6632f;
}

.pacf-button:hover {
  background-color: #ffffff;
  border: 1px solid #d9534f;
  color: #d9534f;
}

.move-right-button {
  float: right;
  margin-right: 12px;
}

.close {
  color: #fff;
  opacity: 1;
}

h4 {
  font-weight: bold;
}

.normal-font-weight {
  font-weight: normal !important;
}

.box.box-warning {
  border-top-color: #43425d;
}

.box-line.box-primary {
  border-top-color: #305072;
}

#modal-gallery-wrapper {
  margin-left: -3%;
  width: 90vw !important;
}

.box {
  position: relative;
  border-radius: 1px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  margin-top: 15px;
  /*padding: 4px;*/
}

.box-radius {
  border-radius: 24px !important;
}

.box-line {
  position: relative;
  border-radius: 24px;
  background: #ffffff;
  border-top: 2px solid #d2d6de;
  margin-bottom: 10px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.list-block {
  margin-bottom: 40px;
}

.main-block {
  transition: 0.4s;
}

.main-img {
  position: relative;
  overflow: hidden;
}

.main-img img {
  width: 100%;
  transition: 0.4s;
}

.list-block .main-mask {
  bottom: 5px !important;
}

.main-img .main-mask {
  position: absolute;
  bottom: 0px !important;
  width: 100%;
}

.main-mask {
  background: rgba(0, 0, 0, 0.8);
}

.offer-price-1 {
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 18px 11px;
}

.offer-price-1 li.price {
  color: white;
}

.offer-price-1 li.price {
  font-size: 22px;
  font-weight: bold;
}

.offer-price-1 li.price .divider,
.offer-price-1 li.price .pkg {
  color: #b6b6b6;
}

.offer-price-1 li.price .divider {
  margin: 0px 8px;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.offer-price-1 li.price .divider,
.offer-price-1 li.price .pkg {
  color: #b6b6b6;
}

.offer-price-1 li.price .pkg {
  font-size: 14px;
  position: relative;
  top: -3px;
}

.offer-price-1 li.rating {
  float: right;
  font-size: 0.98em;
}

.rating .fa.orange {
  color: #faa61a;
}

.list-block .list-info {
  padding: 15px;
  width: 100%;
}

.ratings {
  float: left;
  padding-left: 5px;
  padding-right: 0;
  font-size: 0.85em;
  /*Css for Medicare Rating of Patient Preferance List page by hemant change 0.98em to 0.88em*/
}

.list-info {
  border: 1px solid #4095b2;
}

.list-block .list-info .block-title {
  font-size: 24px;
}

.list-block .list-info .block-minor {
  font-weight: normal;
  margin-bottom: 10px;
}

.list-info .block-minor {
  color: #6d6e71;
}

.block-minor {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.list-block .list-info .btn {
  /* padding: 6px 21px 7px;  */
  font-size: 12px;
  margin-top: 15px;
}

.list-block .list-info a {
  text-decoration: none;
}

.btn-orange {
  background: #1f7cba;
  color: white;
  font-weight: bold;
}

.btn-Response {
  background: #5a6d73;
  color: white;
  font-weight: bold;
}

/*.fa-lock {
    font-size: 16px;
}*/
.fa-more {
  position: absolute;
  bottom: 6px;
  /*left: 3px;*/
  font-size: 23px;
  /*COLOR: BLACK;*/
}

.btn-orange:focus {
  color: white;
}

.btn-orange:hover {
  color: #1f7cba;
  text-decoration: none;
  background: #fff;
  border-color: #1f7cba;
}

.btn-orange:active {
  color: #1f7cba;
  text-decoration: none;
  background: #fff;
  border-color: #1f7cba;
}

.main-block {
  transition: 0.4s;
}

.list-block:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}

.main-block:hover {
  /*transform: translateY(-10px);*/
}

.main-block:hover .main-img img {
  transform: scale(1.15);
}

.detail-tabs {
  /* margin: 88px 0px; */
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;*/
  box-shadow: 0 0px 4px 4px rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 4px 1px -1px rgba(0, 0, 0, 0.12);
}

.detail-tabs .nav-tabs li a {
  background: #1f7cba;
  color: white;
  border-radius: 0px;
  border-color: #e6e7e8;
  height: 65px;
  border-left: 1px solid lightgrey;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 3px !important;
}

/*.detail-tabs .nav-tabs li a {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 20px;
    }*/
.detail-tabs .tab-content .tab-pane {
  /*border: 1px solid #2ca8ff;*/
  /*border-top: 0px;*/
  background: white;
}

.detail-tabs .tab-content .tab-pane {
  padding: 14px 20px;
}

.preview-content-padding {
  padding: 0 0 0 10px;
}

.box-shadow-style {
  box-shadow: 0 0px 4px 4px rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 4px 1px -1px rgba(0, 0, 0, 0.12);
}

.detail-slider {
  position: relative;
}

.tour-wrap {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.tour-wrap .tour-entry {
  width: 33.33%;
  float: left;
  position: relative;
  height: 250px;
  z-index: 0;
  padding: 0;
  margin: 0;
}

.tour-wrap .tour-entry .tour-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  display: block;
  z-index: 1;
  transition: 0.3s;
  width: 100%;
}

.tour-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.detail-tabs .tab-pane .tab-text {
  padding-top: 25px;
}

.detail-tabs .tab-pane .tab-text h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 13px;
}

.detail-tabs .tab-pane .tab-text p {
  width: 95%;
  line-height: 1.55em;
  color: #808285;
}

.detail-tabs .nav-tabs.nav-justified>.active>a {
  border-color: white;
  border-bottom-color: transparent;
}

.detail-tabs .nav-tabs li.active a {
  background: white;
  color: #000;
}

.nav-tab-style {
  padding: 0 !important;
}

.box.box-primary {
  border-top-color: #43425d;
}

.box-title {
  color: #2ca8ff;
  text-align: left;
  margin-left: 5px;
  padding-top: 6px;
}

.info-box-icon {
  font-size: 25px;
  width: 35px;
  height: 36px;
  border-radius: 7px !important;
  line-height: 20px;
  padding: 7px;
  margin-right: 10px;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  /* display: block; */
  float: left;
  text-align: center;
  color: white;
  background: #003151;
  margin-bottom: 11px;
  margin-left: 13px;
}

/*.box-header.with-border {
    border-bottom: 1px solid #0a5d66!important  ;
    padding-bottom: 20px;
}*/
.info-box {
  display: block;
  min-height: 100px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  /* margin-bottom: 25px; */
  margin-top: 12px;
}

.info-box {
  min-height: 0px !important;
}

.label-success {
  background: #5cb85c;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
}

.label-warning {
  background-color: #f39c12;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
}

.label-Preference {
  background-color: #01796f;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  border-radius: 5px;
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Shorlisted-Send {
  background-color: #d68910;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Shorlisted {
  background-color: #286090;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Review {
  background-color: #0095b6;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Referral-Send {
  background-color: #00a65a;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-new {
  background-color: #3390ff;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Response-Received {
  background-color: #27b48d;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Referral-Reject {
  background-color: #c5210f;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 5px;
}

.label-Reservation-Requested {
  background-color: #7fb3d5;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Reserved {
  background-color: #cd6155;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Transport-Scheduled {
  background-color: #2471a3;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Transport-Transit {
  background-color: #ba4a00;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Discharge {
  background-color: #27b48d;
  padding: 3px 6px;
  padding-top: 5px;
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
}

.label-Transport-Completed {
  background-color: #34495e;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pac-Bed-Reserved {
  background-color: #0e9464;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pac-Insurance-Accept {
  background-color: #ef820d;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pac-Insurance-Reject {
  background-color: #e8554e;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pac-Referral-Received {
  background-color: #0f6f67;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pac-Switched {
  background-color: #b80f0a;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pac-Intransit {
  background-color: #0492c2;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pac-Admitted {
  background-color: #00a86b;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.label-Pre-Authorization {
  background-color: #003151;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.Patient-Transferred {
  background-color: #2ecc71;
  padding: 3px 6px;
  /*padding-top: 1px;*/
  color: white;
  border: "1";
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
}

.dashboard-grids {
  padding-left: 5px;
  padding-right: 2px;
}

.responseView {
  border-radius: 8px;
  background: #3e6f93;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: 400;
}

.responseView:hover {
  background: white;
  color: #3e6f93;
  border: 2px solid #3e6f93;
}

.responseView[disabled] {
  font-weight: 300;
}

.icon-width {
  width: 16px;
}

.button5 {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 13px !important;
}

.collapsetitle {
  color: black;
}

.btn-file {
  background-color: cadetblue;
  border-color: #e08e0b;
  border-bottom-right-radius: 6px;
  /* border-color: rgb(19, 141, 241); */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: white;
  width: 30px;
  padding: 5px 7px;
  margin-right: 4px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.collapsestyle {
  color: black;
}

.titlestyle {
  background: #22a390;
}

.detail_container {
  padding-left: 10px;
}

.btn-danger:hover {
  background-color: #ffffff;
  border: 1px solid #d9534f;
  color: #d9534f;
  cursor: pointer;
}

.btn-view:hover {
  color: #3c8dbc;
  background-color: white;
  border: 1px solid #357ebd;
  cursor: pointer;
}

.btn-list:hover {
  color: #f39c12;
  background-color: white;
  border: 1px solid #f39c12;
  cursor: pointer;
}

.btn-insurance:hover {
  color: #e6632f;
  background-color: white;
  border: 1px solid #e6632f;
  cursor: pointer;
}

.btn-FilterList:hover {
  color: #00c0ef;
  background-color: white;
  border: 1px solid #00c0ef;
  cursor: pointer;
}

.btn-LTCList:hover {
  color: rgb(73, 173, 87);
  background-color: white;
  cursor: pointer;
  border: 1px solid rgb(70, 160, 85);
}

.btn-Response:hover {
  color: #5a6d73;
  background-color: white;
  cursor: pointer;
  border: 1px solid #5a6d73;
}

/*.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}*/
.box-header {
  color: #444;
  display: block;
  /* padding: 10px; */
  position: relative;
}

#tblPatientDasboard .header_title {
  display: inline-table;
  width: 40%;
  margin-right: 60px;
}

#tblPatientDasboard .title_container {
  display: inline-table;
  width: 40%;
  margin-right: 60px;
}

.btn.btn-flat {
  border-radius: 4px;
  box-shadow: none;
  border-width: 1px;
  background-color: #2ca8ff;
  color: #ffffff !important;
  font-weight: bold;
  letter-spacing: 1px;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.publisher-container {
  border: 1px solid #ced4da;
  padding: 12px;
  border-radius: 3px;
  max-height: 138px;
  overflow-y: scroll;
}

.search-Contract {
  display: inline-flex;
  right: 108px;
  position: absolute;
}

.chkbox {
  padding: 4px;
  margin-bottom: 0px;
}

.checkName {
  font-weight: 400;
  margin-left: 16px;
  color: black;
  margin-top: 5px;
  text-transform: capitalize;
}

.marginLeftFour {
  margin-left: 4px;
}

.cursor-pointer {
  cursor: pointer;
  color: #102c4d;
  text-transform: capitalize;
}

.cursor-pointer:hover {
  text-decoration: underline;
  color: #102c4d;
}

@media (min-width: 768px) {
  .filter-date-width {
    width: 25%;
  }

  .list-content {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
  }
}

@media only screen and (min-device-width: 1024px) {
  .send-referral-flex {
    display: flex;
    gap: 15px;
  }

  /* .send-referral-label-width{
    min-width: 30%;
  } */
  .send-referral-column {
    /* width: 50%; */
    display: flex;
    gap: 15px;
  }

  .width-90 {
    width: 90% !important;
  }

  .filter-date-width {
    width: 15%;
  }

  .width-30 {
    width: 30% !important;
  }

  .width-16 {
    width: 16% !important;
  }

  .width-15 {
    width: 15% !important;
  }

  .width15 {
    width: 15% !important;
  }

  .contact-info-column {
    width: 29% !important;
    margin-right: 10px;
    overflow: hidden;
  }

  .width29 {
    width: 29% !important;
    margin-right: 10px;
  }

  .sendActionWidthSendReferral {
    width: 5% !important;
    margin-right: 0px;
  }

  .width24 {
    width: 24% !important;
  }

  .width22 {
    width: 22% !important;
  }

  .width-70 {
    width: 70% !important;
  }

  .medical-detail-action {
    width: 25% !important;
  }

  .width-10 {
    width: 10% !important;
  }

  .width-20 {
    width: 20% !important;
  }

  .width-30 {
    width: 30% !important;
  }

  .width-33 {
    width: 33% !important;
  }

  .print-patient-detail-modal {
    width: 50% !important;
  }

  .selectMedicalRecordName {
    width: 70% !important;
  }

  .response-detail {
    width: 50% !important;
  }

  .responseheader {
    width: 40% !important;
  }

  .model-scroll {
    max-height: 600px;
    overflow-y: scroll;
  }

  .detail_inside {
    margin-top: 10px;
    width: 100%;
    display: inline-table;
  }
}

.list-img {
  position: relative;
  overflow: hidden;
}

.headerstyle:after {
  border-left: 1px solid #ffffff;
}

.list-img img {
  height: 100%;
}

.patientNameColor {
  color: #204065 !important;
  font-size: 16px;
  margin-left: 5px;
}

.patientStatus {
  /*text-align: center;*/
  color: #309e8d;
  font-size: 20px;
  margin-left: 16%;
}

.patientCancelReferral {
  /*text-align: center;*/
  color: #309e8d;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

.programHeader {
  /*text-align: center;*/
  color: #fc8012;
  margin-top: 1px !important;
  font-size: 25px;
  margin-left: 30px;
}

.HeaderColor {
  color: #1d3c61;
  margin-left: 25px;
  margin-top: 1px !important;
  font-size: 25px;
}

.programStatus {
  /*text-align: center;*/
  color: #309e8d;
  margin-bottom: 30px;
  font-size: 20px;
}

.StatusDisplay {
  text-align: center;
  color: #309e8d;
  margin-bottom: 30px;
  margin-left: 10px;
}

.scroll {
  overflow-y: scroll;
  height: 100%;
}

@media (min-width: 992px) {
  .filter-status-width {
    width: 25%;
  }

  .modelDisplay {
    width: 65%;
  }

  .modelPatientDetail {
    width: 1250px;
    margin: 30px auto;
  }

  .modelInsuranceDetail {
    width: 900px;
    margin: 30px auto;
  }

  .modelProviderDetail {
    width: 100%;
    margin: 30px auto;
    margin-top: 0px !important;
  }

  .modelProviderDetailAddPatient {
    width: 82%;
    margin: 30px auto;
  }

  .modelReport {
    width: 1000px;
  }

  .model-detail {
    width: 1000px;
  }

  .list-img {
    flex: 1 0 15%;
  }

  .list-info {
    flex: 1 0 28%;
  }

  .container_width {
    width: 100%;
  }

  .container_margin {
    width: 95% !important;
    /* margin-left: 10%; */
  }

  .detail_width {
    width: 100%;
  }
}

.rhf-input-box .dropdown-btn {
  background: rgba(39, 36, 36, 0.71) none repeat scroll 0 0;
  border: 1px solid #5f5f5f;
  color: #fff;
  font-size: 16px;
  height: 60px;
  letter-spacing: 0;
  /* padding: 0 44px 0 16px; */
  width: 300px !important;
  padding: 4px;
  border-radius: unset !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-size-for-rejection-reason {
  width: 40%;
  margin-left: 10%;
}

@media (min-width: 760px) and (max-width: 1440px) {
  .right-0 {
    right: 0px;
  }

  .patient-info-work-no-align {
    left: 36px;
    position: relative;
  }

  .margin-left-35 {
    margin-left: 35px !important;
  }

  .heat-map-align {
    position: relative;
    left: -54px !important;
  }

  .loader-for-rejection-reason {
    position: relative;
    left: 350px;
  }

  #top-add-patient {
    margin-top: -70px !important;
  }

  .btn-submit_PACF {
    margin-top: -155px;
  }

  .rhf-input-box .dropdown-btn {
    background: rgba(39, 36, 36, 0.71) none repeat scroll 0 0;
    border: 1px solid #5f5f5f;
    color: #fff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    /* padding: 0 44px 0 16px; */
    width: 250px !important;
    padding: 4px;
    border-radius: unset !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .topSearch {
    font-size: 15px;
    font-weight: 600;
  }

  .search-Width {
    width: 35%;
  }

  .submit-bt {
    margin-top: -180px !important;
  }

  .btn-patient-add {
    /*margin-top: -185px !important;*/
    margin-top: -228px !important;
  }

  .list-block .list-info .block-title {
    font-size: 20px;
  }

  .patientModel {
    overflow-y: hidden;
    max-height: 80vh;
    overflow-x: hidden;
  }
}

@media (min-width: 400px) and (max-width: 700px) {
  .header {
    position: absolute;
    top: 136px;
  }

  .rhf-input-box .dropdown-btn {
    background: rgba(39, 36, 36, 0.71) none repeat scroll 0 0;
    border: 1px solid #5f5f5f;
    color: #fff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    /* padding: 0 44px 0 16px; */
    width: 200px !important;
    padding: 4px;
    border-radius: unset !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.rhf-input-box .dropdown-btn span {
  color: white;
  /* margin-top: 10px; */
}

.rhf-input-box .dropdown-btn .selected-item {
  border: none !important;
  background: unset !important;
}

.btn-btnvideo {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  background: #286090 !important;
  color: white !important;
}

.btn-btnimg {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  background: #286090 !important;
  color: white !important;
  margin-bottom: 5px;
}

@media (min-width: 768px) {

  /*.commentBox {
        width: 700px;
    }*/
  .document-width {
    width: 45%;
  }

  .modelDisplay {
    width: 85%;
    margin: 30px auto;
  }

  .patient-detail-modal {
    width: 80% !important;
  }

  .programModel {
    width: 50%;
    margin: 30px auto;
  }
}

.Fixed {
  padding: 0px !important;
  padding-bottom: 10px !important;
  margin-top: 0px;
}

.side_detail {
  font-style: bold;
}

/*.btn-addNew {
        display: inline-block;
        float: right;
        margin-top: -3px;
    }*/
.image-border {
  border: 2px solid oldlace;
  width: 150px;
  height: 150px;
  background: lightgray;
}

.text-border {
  width: 150px;
  height: 50px;
  border: 2px solid lightblue;
}

@media only screen and (min-device-width: 1024px) {
  .referrer-width {
    width: 40% !important;
  }

  .mediumWidthgrid {
    width: 30%;
  }

  .largeWidthgrid {
    width: 60%;
  }

  .smallWidthgrid {
    width: 10%;
  }

  .ratingContent {
    margin-left: 400px;
  }

  .ratingHeader {
    font-size: 18px;
    font-style: bold;
    width: 20%;
    padding-left: 1px;
    margin-top: 5px;
  }
}

.ratingContent {
  margin-right: 10px;
}

.ratingButton {
  padding-top: 40px;
  padding-left: 80px;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked)>input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 168%;
  line-height: 1.2;
  color: transparent;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked)>label:before {
  content: "★ ";
}

.rating>input:checked~label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating>label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.activateRate {
  color: gold !important;
  font-size: 20px;
  /*text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0,0,0,.5);*/
}

.deactivateRate,
.deactivateRateForPACFilter,
.deactivateRateForPACFilter:hover {
  color: #bbb;
  font-size: 20px;
  /*text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0,0,0,.5);*/
}

.deactivateRate:hover {
  color: #bbb;
  /*text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0,0,0,.5);*/
}

.activateRate:hover {
  color: gold;
}

.rating-size {
  font-size: 18px;
}

.rating-size:hover {
  font-size: 18px;
}

.rating-label {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
}

.shortlist-rating-label {
  font-size: 15px;
  font-weight: bold;
}

.blankText {
  border-left: none;
  border-right: none;
  border-top: none;
  width: 60px;
  border-bottom-color: rgba(0, 0, 0, 0.3803921569);
}

#img01 {
  width: 400px;
  height: 400px;
}

.input-group-addon {
  /* padding: 10px 12px; */
  width: 20px;
}

.providerType {
  width: 200px;
  height: 50px;
}

.filter_LTCs {
  left: 0;
  /* overflow: hidden; */
  right: 0;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;
  margin-bottom: 25px;
  border: 2px solid #38898f;
  height: 350px;
}

.Filtercontainer {
  background: lightgray;
  height: 345px;
  font-size: 15px;
  width: 200px;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 23px 15px;
  /* border-bottom: 1px solid #7c807f; */
}

.imagecontainer {
  width: 100%;
  height: 400px;
}

.downicon {
  font-size: 20px;
}

.toplabel {
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
}

.searchResult {
  color: #204065;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

.filterlabel {
  background: transparent;
  border: 2px solid black;
}

.filterButton {
  /* float:right; */
  margin-right: 20px;
}

.addbutton {
  width: 100%;
  background-color: #f39c12;
  border-color: #e08e0b;
  color: white;
}

.addbutton {
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #309e8e;
  color: black;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;
  height: 40px;
}

.iconSpace {
  margin-left: 10px;
}

.filtercatergory {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #204065;
  font-size: 15px;
  width: 100%;
}

.downArrow {
  float: right;
}

.ratinglist {
  font-size: 17px;
  padding-left: 30px;
}

.img-ul-clear {
  display: none !important;
}

.addLocation {
  border-radius: 16px;
  padding: 3px;
  padding-left: 9px;
  padding-bottom: 1px;
  background-color: #2888c9;
  color: white;
  float: right;
}

.addLocation:focus {
  color: white;
}

.addLocation:hover {
  background-color: white;
  color: #2888c9;
  border: 2px solid #2888c9;
}

.label-waiting {
  background-color: #6fb3e9;
  padding: 4px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
  /*box-shadow: 0 3px 1px rgba(0, 0, 0, 0.45), 0 0 40px rgba(132, 132, 132, 0.03) inset;*/
}

.lable-not-applicable {
  background-color: transparent;
  padding: 4px;
  padding-top: 4px;
  color: black !important;
  border: "1";
  border-radius: 5px;
}

.filter-box {
  /*block-size: 540px;*/
  overflow: hidden;
}

.filter-box-search {
  block-size: 660px;
}

.AddPACF-box {
  block-size: 100%;
  padding: 50px;
}

.modal-height-fix {
  max-height: 80vh;
  overflow-y: scroll;
}

.label-red {
  background-color: #c5210f;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-green {
  background-color: #5cb85c;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-sky-blue {
  background-color: #6fb3e9;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-teal {
  background-color: #0095b6;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-dark-green {
  background-color: #01796f;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-yellow {
  background-color: #f39c12;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-dark-yellow {
  background-color: #d68910;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-fire-opal {
  background-color: #e8554e;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

.label-blue {
  background-color: #3390ff;
  padding: 3px 6px;
  padding-top: 4px;
  color: white;
  border: "1";
  border-radius: 5px;
}

#bg-for-status {
  width: 15%;
  border: 1px solid black;
}

.change-color {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.status-cancel-button {
  background-color: #a02911;
}

.button-for-dialog {
  width: 100% !important;
  text-transform: uppercase;
}

.bg-container>div {
  height: 33px;
  width: 33px;
  border: 1px solid black;
}

.width-100 {
  width: 100%;
}

#bg-for-followUpstatus {
  width: 15%;
  border: 1px solid black;
}

.add-status-button {
  margin-top: 0px;
  float: right;
}

.save-status-button {
  margin-top: 0px;
  height: 34px;
  float: right;
}

.global-status-bottom-border {
  border-bottom: 1.5px solid #4195B2;
  margin-bottom: 12px;
}

.border-bottom-none {
  border-bottom: none;
}

.chk-box-container {
  display: inline-flex;
  position: relative;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 13px;
  border: solid 2px;
  border-radius: 4px;
}

.mr-5 {
  margin-right: 5%;
}

.save-btn-notification {
  border-radius: 6px;
  background-color: #2ca8ff;
  color: #fff;
  width: 35%;
  margin-top: -5px;
}

.mat-dialog-no-bottom-padding mat-dialog-container {
  padding-bottom: 0;
}

@media only screen and (max-device-width: 780px) {
  .box-search {
    height: auto;
    border-radius: 20px;
    border: 2px solid #2ca8ff;
    margin: 24px 10px;
    margin-bottom: -7px;
    padding: 10px;
  }

  .button-width {
    width: 90% !important;
    margin-left: 5%;
  }

  .addEmailMob .col-md-6 {
    width: 50% !important;
    float: left;
  }
}

.marginleft {
  margin-left: 20px;
}

.checked {
  color: orange;
}

.activeRate {
  color: #389d8c;
}

.patientReview {
  color: #20a990;
  font-size: 12px;
  font-weight: bold;
}

.AddPACF-box {
  block-size: 100%;
  padding: 20px;
}

.FilteridBox {
  border: 1px solid #447b8e;
  border-radius: 5px !important;
  max-width: unset;
  margin-bottom: 10px;
}

.FilterIdBox {
  border: 2px solid #426894;
  border-radius: 5px !important;
}

.customClassImage {
  background-color: aliceblue;
  border-radius: 5px;
  margin: 5px;
  width: 500px;
}

.customClassImage .img-ul-button {
  -moz-box-shadow: 2px 2px 4px 0 rgba(148, 148, 148, 0.6);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(148, 148, 148, 0.6);
  border: 3px solid #328792 !important;
  box-shadow: 2px 2px 4px 0 rgba(148, 148, 148, 0.6);
  color: #299891 !important;
  cursor: pointer;
  display: inline-block;
  border-radius: 10px;
  font-size: 1.25em;
  font-weight: 500;
  padding: 17px !important;
  text-transform: capitalize !important;
}

.customClassImage .img-ul-upload {
  background-color: white !important;
}

.customClassImage .img-ul-clear {
  background-color: white !important;
}

.customClassImage .img-ul-drag-box-msg {
  color: #328792 !important;
}

.customClassImage .img-ul-container {
  background-color: white !important;
}

.img-ul-x-mark {
  padding: 4px !important;
}

.accordion-toggle-arrow {
  transition: all 1s;
  transform: rotate(180deg);
}

.expand_filter {
  padding-right: 6px;
  float: right;
}

.detailHeader {
  color: #fc8012;
  font-weight: bold;
}

.detailSubHeader {
  color: #204065;
  /*margin-left: 10px;*/
}

.detailSubHeader-inner {
  color: rgba(249, 99, 50, 0.8392156863);
}

.backButton {
  font-size: 22px;
  margin-top: 1px;
  color: #fff;
  padding-bottom: 8px;
  margin-right: 8px;
}

.sorting {
  padding-left: 1px;
  margin-right: -12px;
}

.search-bar {
  float: right;
}

.sort-width {
  /* width: 12%; */
  width: 48%;
  padding-top: 4px;
}

/* .sort-width-margin{
    margin-left: 30px;
} */
@media (min-width: 481px) and (max-width: 598px) {
  .profileIcon {
    float: right;
    margin-top: -33px;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .medical-record-2 {
    margin-left: 20%;
    bottom: -5%;
    right: 1%;
    width: 100%;
  }

  .patientDetailModel {
    max-height: 100%;
  }

  .patient-information-height {
    height: auto;
  }

  .patient-detail-scroll {
    height: auto;
  }

  .dialog-tablet-width {
    width: 100% !important;
  }

  .send-referral-main-filter {
    display: flex;
    flex-direction: column;
  }

  .member-image-adjust {
    width: 50%;
  }

  .margin-top-7 {
    margin-top: 7px;
  }

  .AddPACF-form-block .nav-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .send-referral-group {
    margin-top: 65px !important;
    z-index: 20;
  }

  .smallScreen {
    display: none !important;
  }

  .move-right-button-1 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .medical-record-header {
    display: none !important;
  }

  .annotation-modal-size {
    width: 100% !important;
  }

  .margin-top-30 {
    margin-top: 30px;
  }

  .member-img-height {
    height: 136px;
    width: 136px;
  }

  .modal-scroll {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .modelScroll {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .custom-modal-width-1 {
    width: 95vw;
  }

  .modal-height-fix {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .margin-left-none {
    margin: 0px;
  }

  .modal-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .new-style-padding {
    padding: 0px !important;
  }

  .sticky-top {
    position: inherit !important;
  }

  .patient-detail-modal-size {
    width: 95vw !important;
  }

  .invoice-content {
    padding: 0px !important;
  }

  #PatientDetails .nav-container {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .mobile-nav {
    display: -webkit-box !important;
    overflow-x: scroll;
    text-decoration: none;
    float: none !important;
  }

  .cancelPACF-button {
    width: 100% !important;
  }

  .AddPACF-button {
    width: 100% !important;
  }

  .bottom-padding {
    margin-bottom: 10px;
  }

  .search-name-box {
    margin-bottom: 10px;
  }

  .border-div {
    display: inline-grid;
    border-color: gainsboro;
  }

  .displayHeader {
    display: inline-flex;
    width: 100% !important;
    margin-bottom: 10px;
  }

  .MainBlock {
    display: inline-grid;
    margin-bottom: 10px;
    border-bottom: 1px solid #ece7e1;
  }

  .contract-form-value {
    margin-right: 50px;
    margin-left: 0px !important;
  }

  .milesInput {
    display: flex;
    margin-bottom: 15px;
    width: 100% !important;
  }

  .search-Contract {
    display: inline-flex;
    right: 35px;
    position: absolute;
  }

  .btn-search {
    background: white;
    border: 2px solid #2ca8ff;
    color: #204065;
    border-radius: 33px;
    font-size: 13px;
    padding: 10px 13px;
  }

  .search-form {
    margin-top: 0px;
  }

  .filter-box-search {
    block-size: 2500px;
  }

  .list-block .list-info .block-title {
    font-size: 16px;
  }

  .detail-tabs {
    margin: 0px -41px;
  }

  .cancel-button {
    right: 0px;
  }

  .mobileLogo {
    display: block !important;
    width: 69%;
  }

  .desktopLogo {
    display: none;
  }

  .activateRate {
    font-size: 12px;
  }

  .deactivateRateForPACFilter {
    font-size: 12px;
  }

  .deactivateRate {
    font-size: 12px;
  }

  .modified-btn {
    width: 100% !important;
  }

  .action-List {
    display: flex;
  }

  .ratings {
    float: left;
    padding-left: 5px;
    padding-right: 0;
    font-size: 0.8em;
    text-transform: none;
  }

  .model-scroll {
    height: 480px;
    overflow-y: scroll;
  }

  .marginBottom20 {
    margin-bottom: 20px;
  }

  .search-bar {
    float: left;
  }

  .mblactions {
    padding-left: 5px;
    display: inline;
  }

  .sysactions {
    display: none;
  }

  .move-right-button {
    float: right;
    display: inline-flex;
  }

  .submit-height {
    margin-top: -1px !important;
  }

  .btn-submit1 {
    margin-top: 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
    background: #2ca8ff;
    color: #fff;
    /* top: -224px; */
    /*left: -42px;*/
    font-weight: bold;
    position: relative;
  }

  .btn-patient-add {
    margin-top: 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
    background: #2ca8ff;
    color: #fff;
    font-weight: bold;
    /*margin-bottom: 22px;*/
    /*padding: 5px;*/
  }

  #topHeader {
    background: #4195b2;
    color: white;
    height: 25px;
  }

  .dashboard-title {
    display: table-cell;
    width: 24%;
    font-weight: bold;
  }

  .setPreferenceArrow {
    margin-top: 2%;
    text-align: center;
  }

  .search-Width {
    width: 100%;
  }

  #topHeader {
    background: #19689e;
    color: white;
    height: 75px;
  }

  .headerName {
    float: right;
    font-size: 22px !important;
    display: none;
  }

  .login-footer .cancel-button {
    width: 40%;
    background-color: #862307;
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 15px;
  }

  .login-footer .cancel-button:focus {
    width: 40%;
    background-color: #862307 !important;
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 15px;
  }

  .login-footer .cancel-button:active {
    width: 40%;
    background-color: #862307 !important;
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 15px;
  }

  .login-footer .cancel-button:hover {
    width: 40%;
    background-color: #862307 !important;
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 15px;
  }

  .login-footer .cancel-button:hover:focus:active {
    width: 40%;
    background-color: #862307 !important;
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 15px;
  }

  .login-footer .create-button {
    width: 35%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 28px;
  }

  .login-footer .create-button:focus {
    width: 35%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 28px;
  }

  .login-footer .create-button:active {
    width: 35%;
    /*background-color: #309E8E !important;*/
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 28px;
  }

  .login-footer .create-button:hover {
    width: 35%;
    background-color: #309e8e !important;
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 28px;
  }

  .login-footer .Send-button {
    width: 40%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    /*float: right;*/
    margin-top: 23px;
    margin-right: 28px;
    margin-left: 29px;
  }

  .login-footer .Send-button:focus {
    width: 35%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 28px;
  }

  .login-footer .Send-button:active {
    width: 35%;
    /*background-color: #309E8E !important;*/
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 28px;
  }

  .login-footer .Send-button:hover {
    width: 35%;
    background-color: #309e8e !important;
    text-transform: uppercase;
    float: right;
    margin-top: 23px;
    margin-right: 28px;
  }

  .login-footer .forgot-button {
    width: 48%;
    float: left;
    margin-top: 23px;
    color: #2a5788;
    padding-left: 0px;
    font-size: 15px;
    cursor: pointer;
  }

  .patientStatus {
    /* text-align: center; */
    color: #309e8d;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .programHeader {
    /*text-align: center;*/
    color: #fc8012;
    margin-top: 1px !important;
    font-size: 18px;
    margin-left: 30px;
  }

  .HeaderColor {
    color: #1d3c61;
    margin-left: 25px;
    margin-top: 1px !important;
    font-size: 18px;
  }

  .programStatus {
    /* text-align: center; */
    color: #309e8d;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .patientNameColor {
    color: #204065 !important;
  }

  #modal-gallery-wrapper {
    margin-left: -8%;
    width: 98vw !important;
  }

  .detail-tabs .tab-content .tab-pane {
    padding: 27px 8px;
  }

  .sort-width {
    width: unset;
  }

  .sort-width-margin {
    margin-left: 0px;
  }

  .search-bar {
    float: unset;
  }

  .filterButton {
    float: inherit;
    margin-right: 0px;
  }

  .filter-box {
    block-size: 100%;
    overflow: hidden;
  }

  .boxBorder {
    border: 1.4px solid #27b48d;
    height: 100%;
    padding: 10px;
  }

  .boxBorder-small {
    border: 1.4px solid #2ca8ff;
    height: 100%;
    padding: 10px;
  }

  .header {
    font-size: 18px;
    margin-top: -51px;
    display: inline-flex;
  }

  .header-top {
    margin-top: -78px !important;
  }

  .headerImg {
    display: none;
  }

  .model-scroll {
    height: 480px;
    overflow-y: scroll;
  }

  .rhf-input-box .dropdown-btn {
    background: rgba(39, 36, 36, 0.71) none repeat scroll 0 0;
    border: 1px solid #5f5f5f;
    color: #fff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    /* padding: 0 44px 0 16px; */
    width: 150px !important;
    padding: 4px;
    border-radius: unset !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .tour-wrap .tour-entry {
    width: 70%;
  }

  .tour-wrap .tour-entry .tour-img {
    width: 150%;
  }

  /* .header-line
  {
        display: none;
  } */
  .modal-header .close {
    padding: 3px;
    margin: -1px;
  }

  .ratingHeader {
    font-size: 20px;
    font-style: bold;
    /* width: 20%; */
    padding-left: 1px;
  }

  .displayImage {
    display: none;
  }

  .customClassImage {
    background-color: aliceblue;
    border-radius: 5px;
    margin: 5px;
    width: 300px;
  }

  .offer-price-1 li.price {
    font-size: 12px;
    font-weight: bold;
  }

  #header {
    position: fixed;
  }

  .header-line button {
    /* margin-top: 95px; */
    font-size: 28px;
    color: white;
    float: right;
    z-index: 100;
  }

  .navbar-toggle {
    margin-top: -35px !important;
    top: 22px;
  }

  .headerstyle {
    text-align: center;
    position: fixed;
    padding-left: 80px;
  }

  /* #header{
        position: fixed;
    } */
  /*.container-fluid{
        margin-top: 90px;
    }*/
  #sidebar>ul>li.active a {
    border-left: 3px solid;
    border-left-color: #4195b2;
    color: white;
    margin-left: -9px;
  }

  .modelScroll {
    height: 480px;
    overflow-y: scroll;
  }

  .modalScroll {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .detail_title {
    width: 50%;
    font-weight: bold;
    margin-left: 2px;
    float: left;
    display: flex;
  }

  .backButton {
    font-size: 22px;
    float: right;
    margin-top: -2px;
  }

  .dashboard-title {
    display: table-cell;
    width: 42%;
    font-weight: bold;
    color: #3a8890;
  }

  .mblactions {
    padding-left: 5px;
    display: inline;
  }

  .sysactions {
    display: none;
  }

  .d_title {
    width: 41%;
    font-weight: bold;
    margin-left: 2px;
    float: left;
    display: flex;
  }

  .dt_title {
    width: 56%;
    margin-left: 2px;
    float: left;
    display: flex;
  }

  .profileIcon {
    float: right;
    /* margin-top: -33px; */
    cursor: pointer;
  }
}

.pacIndex {
  z-index: 9000 !important;
}

.save-btn-noti {
  background: #3c9248;
  color: WHITE;
  border-radius: 7px;
  padding: 4px 4px;
  font-size: 14px;
  margin: 0px 5px;
  margin-top: 1px;
}

.overflow-visible {
  overflow: visible !important;
}

.block-right-no-overflow {
  float: right;
  display: flex;
  width: 507px;
}

.cursor-pointer-hand {
  cursor: pointer !important;
}

.light-weight-black-font {
  color: #000 !important;
  font-weight: normal;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-28 {
  width: 28% !important;
}

.margin-left-3-percent {
  padding-left: 3% !important;
}

.input-checkbox-with-thick-black-border {
  position: relative;
}

.input-checkbox-with-thick-black-border::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #6d6c6c;
  border-radius: 3px;
}

.display-inline {
  display: inline !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  .send-referral-notes-label-width {
    width: 14.5rem;
  }

  .modal-scroll {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .modelScroll {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .custom-modal-width-1 {
    width: 80vw;
  }

  .rating-size {
    font-size: 15px;
  }

  .rating-size:hover {
    font-size: 15px;
  }

  .submit-bt {
    margin-top: -162px !important;
  }

  .history-row {
    width: 150%;
  }

  .search-Width {
    width: 50%;
    /*padding-top: 4px;*/
  }

  .pacfDispalySearchBtn {
    margin-top: -154px;
  }

  .addContract {
    margin-top: -154px;
  }
}

/* Tablet view */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .grid-for-tablet {
    display: grid;
  }

  .heat-map-tab {
    width: 675px;
  }

  .custom-legend-tab {
    position: relative;
    top: 30px;
    margin-left: 15px;
  }

  .margin-left-15-tab {
    margin-left: 15px !important;
  }

  .send-referral-column {
    display: flex;
    gap: 10px;
  }

  .dialog-tablet-width {
    width: 100% !important;
  }

  .shortlist-pagination-absent {
    margin-top: 0px;
  }

  .shortlist-filter-position {
    position: relative;
  }

  .search-box-display-tablet>.col-sm-6 {
    width: 48%;
  }

  .search-box-display-tablet {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .send-referral-main-filter {
    display: flex;
    flex-wrap: wrap;
  }

  .member-image-adjust {
    width: 50%;
  }

  .send-referral-group {
    margin-top: -55px !important;
    z-index: 20;
  }

  .smallScreen {
    display: none !important;
  }

  .annotation-modal-size {
    width: 80% !important;
  }

  .sendRefferealBtn {
    margin-top: 25px !important;
  }

  .margin-top-30 {
    margin-top: 30px;
  }

  .member-img-height {
    height: 136px;
    width: 136px;
  }

  .modal-height-fix {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .margin-left-none {
    margin: 0px;
  }

  .modal-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .content-margin-20 {
    margin: 15px 20px 0px 20px;
  }

  .sticky-top {
    position: inherit !important;
  }

  .patient-detail-modal-size {
    width: 90vw !important;
  }

  .tablet-float {
    float: none !important;
  }

  .invoice-content {
    padding: 0px !important;
  }

  .mobile-nav {
    display: -webkit-box !important;
    overflow-x: scroll;
    float: none !important;
    text-decoration: none;
  }

  .cancelPACF-button {
    width: 100% !important;
  }

  .AddPACF-button {
    width: 100% !important;
  }

  .search-name-box {
    margin-bottom: 10px;
  }

  .mobile-view-padding {
    text-indent: 20px;
  }

  .search-Width {
    width: 100%;
  }

  .rhf-send {
    padding-top: 5px;
  }

  .addBedButton {
    margin-top: 25px !important;
  }

  .filter-box {
    block-size: 100%;
    overflow: hidden;
  }

  .filterButton {
    float: inherit;
    margin: 0px 0px 15px 0px;
  }

  .addPatientBtn {
    width: 50%;
  }

  .modal-dialog {
    margin: 110px auto;
  }

  .submit-bt {
    margin-top: -223px;
    margin-right: -60px;
  }

  .addMember {
    margin-right: -60px;
    margin-top: 25px !important;
    /*margin-top: -68px;
            position: relative;
            right: 0px;*/
  }

  .forgot-password {
    font-size: 15px;
    padding-top: 10px;
    color: #309e8d;
    float: right;
    margin-right: 24px;
  }

  .cancel-button {
    display: inline;
    margin-top: 21px;
    margin-left: -9px;
  }

  .report_submitBtn {
    background-color: #1a5a62;
    width: 100%;
    margin-top: 0px;
  }

  .filterRow {
    display: flex;
  }

  #loginId {
    width: 54%;
    margin-top: 3%;
    margin-left: 23%;
    border: 1px solid #2f7d97;
    border-radius: 8px;
    height: 465px;
  }

  #passwordModel {
    width: 54%;
    margin-top: 3%;
    margin-left: 23%;
    border: 2px solid #295586;
    border-radius: 8px;
    height: 300px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  }

  .login-footer .cancel-button {
    width: 45%;
    background-color: #862307;
    text-transform: uppercase;
    margin-top: 22px;
    margin-right: 18px;
    float: right;
  }

  .login-footer .cancel-button:focus {
    width: 45%;
    background-color: #862307 !important;
    text-transform: uppercase;
    margin-top: 22px;
    margin-right: 18px;
    float: right;
  }

  .login-footer .cancel-button:active {
    width: 45%;
    background-color: #862307 !important;
    text-transform: uppercase;
    margin-top: 22px;
    margin-right: 18px;
    float: right;
  }

  .login-footer .cancel-button:hover {
    width: 45%;
    background-color: #862307 !important;
    text-transform: uppercase;
    margin-top: 22px;
    margin-right: 18px;
    float: right;
  }

  .login-footer .create-button {
    width: 40%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .create-button:hover {
    width: 40%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .create-button:active {
    width: 40%;
    /*background-color: #309E8E !important;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .create-button:hover {
    width: 40%;
    /*background-color: #309E8E !important;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .Send-button {
    width: 40%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .Send-button:focus {
    width: 40%;
    /*background-color: #309E8E;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .Send-button:active {
    width: 40%;
    /*background-color: #309E8E !important;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .Send-button:hover {
    width: 40%;
    /*background-color: #309E8E !important;*/
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
    margin-right: 30px;
  }

  .login-footer .forgot-button {
    width: 65%;
    float: left;
    margin-top: 23px;
    /*color: #309E8E;*/
    margin-top: 36px;
    padding-left: 24px;
    cursor: pointer;
  }

  .detail-tabs .nav-tabs li a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 10px;
  }

  .modelDisplay {
    width: 80%;
    margin: 30px auto;
  }

  .newright {
    float: right;
    margin-bottom: -2px;
    margin-top: -33px;
    padding-left: 1px;
    margin-right: 105px;
    margin-right: -13px;
    margin-left: -29px;
    width: 178px;
  }

  .btn-patient-add {
    margin-top: -163px !important;
  }

  .typeSearchContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .typeSearchRow {
    width: 100%;
  }

  .pacfDispalySearchBtn {
    margin-left: -117px;
    margin-top: 27px !important;
  }

  .memberSearchBox {
    width: 50%;
  }

  /***** submit button in add Patient Model *****/
  .addPatienSubmitBtn {
    margin-bottom: -54px;
  }

  /****** PACF Filter save shortlist and  send PACF btn *****/
  .move-right-button {
    float: right;
    margin-top: -77px;
  }

  .right-community {
    float: right;
    margin-top: -27px;
  }

  /*****search sort type PACF PACFFilter Page*****/
  .searchSortTypePACFContainer {
    display: inline-flex;
  }

  /********* *********/
  .sorting {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  /*AddContract button in PACFDisply*/
  .addContract {
    margin-top: 26px !important;
  }

  /*Add community Program button*/
  .addCommunityProgramButton {
    margin-bottom: -72px;
    /*margin-bottom: 83px;*/
  }

  /*image width in PACF filter page*/
  .list-img {
    width: -webkit-fill-available;
  }

  /*Send Referral btn in LTCListForPatient*/
  .btn-submit1 {
    margin-top: 25px;
  }

  /*select PACF Type containter*/
  .selectPACFType {
    display: flex;
  }

  /*submit button in accept referral modal*/
  .create-button {
    margin-top: 21px;
  }

  /*header name in PACF Response*/
  .headerName {
    display: none;
  }

  /*Upload Image in PACFDisplay Page*/
  .document-width {
    width: 90%;
  }

  /*Align send Program List Btn */
  .sendProgramListBtn {
    margin-top: -100px;
  }

  .divFullWidth {
    width: 100%;
  }

  .searchPacfAddContractBtn {
    float: right;
  }

  .rowContainer {
    display: inline-flex;
  }

  .sendRefferealBtn {
    margin-top: -125px;
  }
}

.card-header-uploadFile {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: initial;
  color: black;
}

.circle {
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
}

.insurance-container {
  border: 1px solid #ced4da;
  padding: 12px;
  border-radius: 3px;
  max-height: 300px;
  overflow-y: scroll;
}

.cursor-pointer-dropDown {
  cursor: pointer;
}

.disable {
  pointer-events: none;
  cursor: default;
}

/*Process Icons*/
.rounded-radius {
  border-radius: 50%;
}

.filter-process-icon {
  border: 2px solid #32779f;
}

.generatelist-process-icon {
  border: 2px solid #dc8c0d;
}

.preferencelist-process-icon {
  border: 2px solid #3c9248;
}

.border-bottom-header {
  border-bottom: 2px solid black;
}

.modelDisplay .patient-detail-display {
  width: 80% !important;
}

input[type=checkbox] {
  cursor: pointer !important;
}

.PACDetail-container>.detail-tabs .tab-content .tab-pane {
  /*border: 1px solid #2ca8ff;*/
  /*border-top: 0px;*/
  background: rgba(221, 221, 221, 0.3607843137) !important;
  padding: 25px 35px !important;
}

.PACDetail-container>.detail-tabs .nav-tabs li.active a {
  background: rgba(221, 221, 221, 0.3607843137) !important;
  color: black;
}

.hr-tag-margin {
  margin-top: 2px !important;
  margin-bottom: 3px !important;
}

.PACDetail-container {
  padding: 0 !important;
}

.PACDetail-container>.detail-tabs {
  border: 2px solid #eae9e9 !important;
  box-shadow: unset !important;
}

.PACDetail-container>.detail-tabs .navbar-tab-detail li a {
  /*height: unset !important;
       padding: 10px 3px !important;*/
}

.padding-hospital-name {
  padding: 10px 5px 0px 5px !important;
}

@media (max-width: 1366px) and (min-width: 992px) {
  /* .hidden-md {
    display: block !important;
  } */
  /* .content-wrapper {
    margin-left: 90px !important;
  } */
}

/*Ipad pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hidden-md {
    display: block !important;
  }

  .provider-scrollbar {
    height: 70vh;
  }

  .smallWidthColumn {
    width: 46% !important;
  }

  .btn-patient-add {
    margin-top: -75px !important;
  }

  .add-patient-button {
    margin-right: 70px;
    margin-top: -10px;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 70px !important;
  }

  .newright {
    margin-right: 70px;
    /* width: 140px !important; */
    margin-top: -12px !important;
  }

  .title_container {
    display: inherit;
    margin-bottom: 10px;
  }

  .medical_record {
    padding-left: 0px;
  }

  .margin-top-7 {
    margin-top: 7px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .send-referral-group {
    margin-top: 15px !important;
    z-index: 20;
  }

  .btn-patient-add {
    margin-top: -75px !important;
  }

  .add-patient-button {
    margin-right: 70px;
    margin-top: -10px;
  }

  /* .add-patient-btn {
    margin-top: -80px;
  } */
}

/*Ipad Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .otp-container {
    width: 32%;
  }

  .help-document-width {
    width: 95%;
  }

  .notification-top-border-tablet {
    border-top: 1px solid #2ca8ff;
  }

  .hide-in-tablet-landscape {
    display: none !important;
  }

  #tblattachmed .title_container {
    display: inline-block !important;
  }

  #tblattach .title_container {
    display: inline-flex !important;
  }

  .main-panel {
    position: relative;
    float: right;
    width: calc(100% - 230px);
    /* background-color: #ebecf1; */
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition-delay: 0s;
  }

  /* .wrapper {
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    } */
  /* .nav-open .sidebar {
    transform: translate3d(0px, 0, 0);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    box-shadow: 0px 2px 22px 0 rgba(0, 0, 0, 0.2), 0px 2px 30px 0 rgba(0, 0, 0, 0.35);
  } */
  .sidebar,
  .bootstrap-navbar {
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    /* width: 290px; */
    width: 230px;
    right: auto;
    left: 0;
    z-index: 1032;
    visibility: visible;
    overflow-y: visible;
    padding: 0;
    transition: all 1.2 cubic-bezier(0.685, 0.0473, 0.346, 1);
    transform: translate3d(-260px, 0, 0);
  }

  .sidebar-mini .visible-on-sidebar-regular {
    display: block !important;
  }

  .sidebar-mini .visible-on-sidebar-mini {
    display: inline-block !important;
  }

  .sidebar-mini .navbar.fixed-top {
    width: calc(100% - 80px);
  }

  .sidebar-mini .navbar-minimize {
    opacity: 1;
  }

  .sidebar-mini .sidebar,
  .sidebar-mini .sidebar .sidebar-wrapper {
    width: 260px;
  }

  .sidebar-mini .main-panel {
    /*width: calc(100% - 80px);*/
    width: 100%;
  }

  .sidebar-mini .sidebar {
    display: block;
    z-index: 1030;
  }

  .sidebar-mini .sidebar .logo a.logo-normal {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  .sidebar-mini .sidebar .sidebar-wrapper>.nav [data-toggle=collapse]~div>ul>li>a .sidebar-normal,
  .sidebar-mini .sidebar .sidebar-wrapper .user .info [data-toggle=collapse]~div>ul>li>a .sidebar-normal,
  .sidebar-mini .sidebar .sidebar-wrapper .user .info>a>span,
  .sidebar-mini .sidebar .sidebar-wrapper>.nav li>a p {
    transform: translate3d(-25px, 0, 0);
    opacity: 1;
  }

  .sidebar-mini .sidebar:hover {
    /*width: 260px;*/
  }

  .sidebar-mini .sidebar:hover .logo a.logo-normal {
    /*opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);*/
  }

  .sidebar-mini .sidebar:hover .navbar-minimize {
    opacity: 1;
  }

  .sidebar-mini .sidebar:hover .sidebar-wrapper {
    /*width: 260px;*/
  }

  .sidebar-mini .sidebar:hover .sidebar-wrapper>.nav li>a p,
  .sidebar-mini .sidebar:hover .sidebar-wrapper>.nav [data-toggle=collapse]~div>ul>li>a .sidebar-normal,
  .sidebar-mini .sidebar:hover .sidebar-wrapper .user .info [data-toggle=collapse]~div>ul>li>a .sidebar-normal,
  .sidebar-mini .sidebar:hover .sidebar-wrapper .user .info>a>span {
    /*-webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        opacity: 1;*/
  }

  .sidebar .nav p {
    margin-left: 75px !important;
  }

  .newright {
    margin-top: -10px;
  }

  .navbar-tablet {
    background: transparent;
    border: none;
  }

  .margin-top-7 {
    margin-top: 7px;
  }

  /* .content-wrapper {
    margin-left: 5px !important;
  } */
  .smallWidthColumn {
    width: 48% !important;
  }

  .margin-bottom-5 {
    margin-bottom: 5px;
  }
}

/*Ipad portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .help-document-width {
    width: 95%;
  }

  #tblattach .title_container {
    display: inline-flex !important;
  }

  #ReferralDetailTblid .title_container {
    display: inline-table !important;
  }

  #ReferralDetailTblid .show-referral-action {
    width: 48% !important;
  }

  .preview-pac-modal-width {
    width: 95% !important;
  }

  .add-edit-modal-tablet {
    max-height: 80vh !important;
  }

  .provider-chat-scroll {
    height: 54.7vh;
    overflow-y: auto;
  }

  .show-chat-tablet {
    margin: 20% 5% 0% 2.5% !important;
    width: 95% !important;
  }

  .btn-patient-add {
    margin-top: -146px !important;
  }

  .zipcode-padding-tablet {
    padding-left: 30px;
  }

  .sendActionWidth {
    width: 3% !important;
  }

  .provider-type-width-tablet {
    width: 46% !important;
  }

  .appointment-duration-width {
    width: 20% !important;
  }

  .survey-modal {
    width: 95% !important;
  }

  .tablet-bottom-margin {
    margin-bottom: 50px;
  }

  .align-submit-for-tablet {
    margin-right: 10px;
  }

  .selectPatientModal {
    width: 95% !important;
  }

  .select-common-appointment {
    display: flex;
    justify-content: flex-end;
  }

  .appointment-margin-top-tablet {
    margin-top: 20px;
  }

  .filter-page-height {
    height: 60em;
  }

  .filter-zip-height {
    height: 8em;
  }

  .filter-search-box-height {
    height: 6em;
  }

  .filter-rating-height {
    height: 10.7em;
  }

  .padding-right-box {
    padding-right: 10px;
  }

  .search-buttons-tablet {
    margin-top: 0;
    display: inline-flex;
    justify-content: flex-end;
  }

  .company-top-margin-tablet {
    margin-top: 20px;
  }

  .hiddenadvanceFilter {
    top: 10em;
    display: none;
  }

  .table_PAC {
    /* top: 12em; */
  }

  .file-desc-header {
    font-weight: bold;
    margin-right: 0px !important;
    width: 25% !important;
  }

  .file-added-by {
    width: 49% !important;
  }

  #tblattachmed .acces-width {
    width: 49% !important;
    margin-right: 10px;
  }

  #tblattachmed .action {
    width: 50% !important;
  }

  #tblattachmed .category-width {
    width: 49% !important;
    margin-right: 10px !important;
  }

  #tblattachmed .title_container {
    display: inherit;
  }

  .name-wrap-word {
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px;
    cursor: pointer;
    text-transform: capitalize;
  }

  .modelMedicalRecord {
    width: 90%;
  }

  .medical-record-header {
    display: none !important;
  }

  .hide-in-tablet {
    display: none !important;
  }

  .patient-detail-model-tablet {
    overflow-y: auto !important;
    max-height: 73vh !important;
    overflow-x: hidden !important;
  }

  .patient-detail-scroll {
    height: auto;
  }

  .show-in-tablet {
    display: inherit !important;
  }

  .patient-information-height {
    height: auto;
  }

  .margin-top-7 {
    margin-top: 7px;
  }

  .move-right-button1 {
    margin-right: 0px !important;
  }

  .top-margin-10 {
    margin-top: 10px;
  }

  .btn-submit1 {
    margin-top: 35px;
  }

  #Dashid .preferred-width {
    margin-right: 0px;
  }

  #ReferralDetailTblid .title_container {
    margin-right: 0px;
  }

  .newright {
    width: 140px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .provider-scrollbar {
    height: 70vh;
  }
}

@media (min-width: 1482px) and (max-width: 1605px) {
  .sendRefferealBtn {
    margin-top: -21px !important;
  }

  .preference-list-cancel {
    margin-top: -21px !important;
  }
}

@media (min-width: 900px) and (max-width: 1450px) {
  .modelMedicalRecord {
    width: 75%;
  }
}

@media screen and (min-width: 1367px) {
  .send-referral-padding-right {
    padding-right: 30px;
  }

  .filter-date-width {
    width: 10%;
  }

  .filter-status-width {
    width: 30%;
  }

  .shortlist-email-max-width {
    white-space: nowrap;
  }

  .send-referral-notes-label-width {
    width: 19rem;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .send-referral-notes-label-width {
    width: 14rem;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1620px) {
  .send-referral-notes-label-width {
    width: 15rem;
  }
}

.patient-info-label {
  font-size: 18px;
  line-height: 2pt;
}

.card-row-flex {
  display: flex;
  flex-direction: row;
}

.card-col-flex {
  width: 50%;
  background-color: white;
  text-align: left;
  flex-direction: column;
  /* flex-basis: 100%; */
  flex: 1;
}

.card-col {
  height: 100px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.bottom-5 {
  bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .mobile-width-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 455px) {
  .high-need-notes-box-small {
    position: relative;
    bottom: 50px !important;
  }
}

/*# sourceMappingURL=other-style.css.map */