.margin-none {
  margin: 0px !important;
}

.border-none {
  border: none !important;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-search {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-search.svg");
}

.icon-separator {
  width: 1px;
  height: 14px;
  background-image: url("../images/icon-seperator.svg");
}

.icon-showMore {
  width: 16px;
  height: 4px;
  background-image: url("../images/icon-showMore-normal.svg");
}

.icon-lifePakAccess {
  width: 19px;
  height: 12px;
  background-image: url("../images/icon-lifePakAccess.svg");
}

.icon-publishLifePak {
  width: 16px;
  height: 11px;
  background-image: url("../images/icon-publishLifePak.svg");
}

.icon-unpublishLifePak {
  width: 16px;
  height: 11px;
  background-image: url("../images/icon-unpublishLifePak.svg");
}

.icon-duplicateLifePak {
  width: 15px;
  height: 14px;
  background-image: url("../images/icon-duplicateLifePak.svg");
}

.icon-editDashboard,
.icon-editIndividualDashboard,
.icon-editLifePak {
  width: 14px;
  height: 14px;
  background-image: url("../images/icon-editLifePak.svg");
}

.icon-deleteDashboard,
.icon-deleteIndividualDashboard,
.icon-deleteLifePak {
  width: 12px;
  height: 14px;
  background-image: url("../images/icon-deleteLifePak.svg");
}

.icon-delete {
  width: 12px;
  height: 14px;
  background-image: url("../images/icon-delete.svg");
}

.icon-viewLifePak {
  width: 14px;
  height: 14px;
  background-image: url("../images/icon-viewLifePak.svg");
}

.icon-PakLink {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-PakLink.svg");
}

.icon-checkmark {
  width: 10px;
  height: 7px;
  background-image: url("../images/icon-checkmark.svg");
}

.icon-create {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-create.svg");
}

.icon-create-green {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-create-green.svg");
}

.icon-star {
  width: 14px;
  height: 13px;
  background-image: url("../images/icon-star.svg");
}

.icon-download {
  width: 15px;
  height: 14px;
  background-image: url("../images/icon-download.svg");
}

.icon-user-contact-email {
  width: 22px;
  height: 15px;
  background-image: url("../images/icon-user-contact-email.svg");
}

.icon-user-contact-phone {
  width: 18px;
  height: 18px;
  background-image: url("../images/icon-user-contact-phone.svg");
}

.icon-user-contact-video {
  width: 25px;
  height: 15px;
  background-image: url("../images/icon-user-contact-video.svg");
}

.icon-user-contact-chat {
  width: 21px;
  height: 18px;
  background-image: url("../images/icon-user-contact-chat.svg");
}

.icon-userProfile {
  width: 11px;
  height: 16px;
  background-image: url("../images/icon-userProfile.svg");
}

.icon-empty-dashboard,
.icon-empty-individual-dashboard {
  width: 64px;
  height: 64px;
  background-image: url("../images/icon-empty-dashboard.svg");
}

.icon-empty-lifepak {
  width: 64px;
  height: 64px;
  background-image: url("../images/icon-empty-lifepak.svg");
}

.icon-Dashboard,
.icon-individualDashboard {
  width: 15px;
  height: 12px;
  background-image: url("../images/icon-Dashboard.svg");
}

.icon-check-circle {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-check-circle.svg");
}

.icon-error-circle {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-error-circle.svg");
}

.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

.empty-state .icon {
  margin-bottom: 16px;
}

.empty-state .title {
  font-weight: 600;
  font-size: 16px;
  color: #354052;
  text-align: center;
  margin-bottom: 4px;
}

.empty-state .description {
  font-weight: 400;
  font-size: 14px;
  color: #5D6675;
  text-align: center;
}

.top-nav .top-menu .inbox a {
  color: #666666;
  font-size: 16px;
  background: #f6f6f6;
  padding: 5px 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.top-nav .top-menu .inbox a .badge {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff6c60;
  border-radius: 10px;
}

.ld-dropdown .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

.ld-dropdown .btn .caret {
  margin-left: 8px;
}

.ld-dropdown .ld-btn-create {
  background: #ffffff;
  border: 1px solid #1FA963;
  color: #1FA963;
  padding: 0 16px 0 12px;
}

.ld-dropdown .ld-btn-create .icon {
  margin-right: 8px;
}

.ld-dropdown .ld-btn-create:hover {
  background: #1FA963;
  border: 1px solid #1FA963;
  color: #FFFFFF;
}

.ld-dropdown .ld-btn-create:hover .icon-create-green {
  background-image: url("../images/icon-create-white.svg");
}

.ld-dropdown .ld-btn-filter {
  background: #FFFFFF;
  border: 1px solid #DFE3E9;
  border-radius: 4px;
}

.ld-dropdown .ld-btn-filter .caret {
  color: #354052;
}

.ld-dropdown .dropdown-filter {
  min-width: 216px;
}

.ld-dropdown .dropdown-filter .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
}

.ld-dropdown .dropdown-filter .dropdown-item .input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

.ld-dropdown .dropdown-filter .dropdown-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #354052;
  margin: 3px 16px 0 0;
}

.ld-dropdown .dropdown-filter .dropdown-item:hover {
  background: #F3F6FA;
}

.ld-dropdown .dropdown-filter .divider {
  background: #DFE3E9;
}

.ld-dropdown .dropdown-filter .dropdown-header {
  font-weight: 600;
  font-size: 14px;
  color: #354052;
  padding: 0 16px 0 13px;
}

.ld-dropdown .dropdown-filter .dropdown-footer {
  height: 48px;
  padding: 0 13px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ld-dropdown .dropdown-filter .dropdown-footer .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  color: #354052;
}

.ld-dropdown .dropdown-filter .dropdown-footer .btn-clear {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: underline;
}

.ld-dropdown .dropdown-filter .dropdown-footer .btn-clear:hover {
  background: #F6F6F8;
  border: 1px solid #CED0DA;
}

.ld-dropdown .dropdown-filter .dropdown-footer .btn-save {
  background: #F6F6F8;
  border: 1px solid #CED0DA;
}

.ld-dropdown .dropdown-filter .dropdown-footer .btn-save:hover {
  background: #354052;
  border: 1px solid #354052;
  color: #FFFFFF;
}

.ld-dropdown .dropdown-filter .dropdown-footer:hover {
  background: #ffffff;
}

.ld-dropdown .ld-btn-showMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 30px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

.ld-dropdown .ld-btn-showMore:hover {
  background: #354052;
}

.ld-dropdown .ld-btn-showMore:hover .icon-showMore {
  background: url("../images/icon-showMore-active.svg");
}

.ld-dropdown .ld-btn-showMore:hover {
  background: #354052;
}

.ld-dropdown .ld-btn-showMore:hover .icon-delete {
  background: url("../images/icon-delete-active.svg");
}

.ld-dropdown .ld-btn-showMore:hover {
  background: #354052;
}

.ld-dropdown .ld-btn-showMore:hover .icon-lifePakAccess {
  background: url("../images/icon-lifePakAccess-active.svg");
}

.ld-dropdown .dropdown-menu {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 50px 0 rgba(82, 63, 105, 0.35);
          box-shadow: 0 2px 50px 0 rgba(82, 63, 105, 0.35);
  border-radius: 4px;
}

.ld-dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 16px 0 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #354052;
}

.ld-dropdown .dropdown-menu li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

.ld-dropdown .dropdown-menu li a:hover {
  background: #F3F6FA;
}

.ld-dropdown.open .ld-btn-showMore {
  background: #354052;
}

.ld-dropdown.open .ld-btn-showMore .icon-showMore {
  background: url("../images/icon-showMore-active.svg");
}

.ld-input-sm-width {
  width: 160px;
}

.ld-input-md-width {
  width: 240px;
}

.ld-input-lg-width {
  width: 320px;
}

.ld-input-auto-width {
  width: auto;
}

.ld-searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 16px 0 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #AEB3BA;
}

.ld-input-icon {
  position: relative;
}

.ld-input-icon .input-icon {
  position: absolute;
  top: 9px;
  height: 100%;
}

.ld-input-icon-left .input-icon {
  left: 12px;
}

.ld-input-icon-left .ld-searchInput {
  padding: 0 16px 0 32px;
}

.ld-portlet .ld-portlet-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 56px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #cfd4d9;
  border-radius: 4px 4px 0 0;
}

.ld-portlet .ld-portlet-head .ld-portlet-head-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ld-portlet .ld-portlet-head .ld-portlet-head-label .ld-portlet-head-label-title {
  font-weight: 600;
  font-size: 18px;
  color: #212121;
  padding: 0;
  margin: 0;
}

.ld-portlet .ld-portlet-head .ld-portlet-head-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ld-portlet .ld-portlet-head .ld-portlet-head-toolbar .ld-portlet-head-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ld-portlet .ld-portlet-head .ld-portlet-head-toolbar .ld-portlet-head-wraper .ld-dropdown {
  margin-left: 8px;
}

.ld-portlet .ld-portlet-head-fixed {
  position: absolute;
  z-index: 1100;
  width: 100%;
  left: 0;
  top: 0;
}

.ld-portlet .ld-portlet-body .ld-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.ld-portlet .ld-portlet-body .ld-list .slimScrollDiv {
  width: 100% !important;
  height: 100% !important;
}

.ld-portlet .ld-portlet-body .ld-list .slimScroll_LifePak {
  width: 100%;
  height: 100% !important;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item:nth-child(odd) {
  background: #FFFFFF;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item:nth-child(even) {
  background: #F2F6FA;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-toolbar .item-toolbar-wraper .ld-dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item:nth-child(1) .item-toolbar .item-toolbar-wraper .ld-dropdown .dropdown-menu,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item:nth-child(2) .item-toolbar .item-toolbar-wraper .ld-dropdown .dropdown-menu,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item:nth-child(3) .item-toolbar .item-toolbar-wraper .ld-dropdown .dropdown-menu {
  top: 100%;
  bottom: auto;
  margin-top: 1px;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid #DFE3E9;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info {
  margin-right: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  padding: 0 8px 0 0;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  color: #354052;
  padding: 0 0 4px 0;
  cursor: pointer;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-title:hover {
  text-decoration: underline;
  color: #1FA963;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-title-no-link:hover {
  text-decoration: inherit;
  color: #354052;
  cursor: inherit;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #5D6675;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .dashboard-status .status-icon,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .individual-dashboard-status .status-icon,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .lifepak-status .status-icon {
  font-size: 10px;
  margin-right: 8px;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .dashboard-status .status-unpublished,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .individual-dashboard-status .status-unpublished,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .lifepak-status .status-unpublished {
  color: #F75E59;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .dashboard-status .status-published,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .individual-dashboard-status .status-published,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .lifepak-status .status-published {
  color: #36C630;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .dashboard-status .status-unavailable,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .individual-dashboard-status .status-unavailable,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .lifepak-status .status-unavailable {
  color: #FDBA4E;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .dashboard-status .status-expired,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .individual-dashboard-status .status-expired,
.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .lifepak-status .status-expired {
  color: #989998;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description .separator {
  margin: 0 8px;
}

.ld-portlet .ld-portlet-body .ld-list .ld-list-items .active {
  background: #F0FCF0 !important;
  border: 1px solid #1FA963;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items {
  border-top: 1px solid #DFE3E9;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item {
  padding: 16px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff !important;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-title {
  font-size: 14px;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-title:hover {
  text-decoration: inherit;
  color: #354052;
  cursor: inherit;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-info .item-description {
  color: #354052;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-user {
  width: 224px;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-permissions {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
}

.ld-portlet-modal .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-toolbar {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.lifepak_main_content .LifePakListBox .panel .ld-portlet {
  height: 100%;
}

.lifepak_main_content .LifePakListBox .panel .ld-portlet .ld-portlet-body {
  padding: 0;
}

.lifepak_main_content .LifePakListBox .panel .ld-portlet .ld-portlet-body .loaderBox {
  margin-top: 56px;
}

.lifepak_main_content .LifePakListBox .panel .ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item:first-child {
  margin-top: 56px;
}

.dashboard_main_content section.wrapper,
.individual_dashboard_main_content section.wrapper {
  margin-top: 60px;
}

.dashboard_main_content section.wrapper .panel .ld-portlet .ld-portlet-body,
.individual_dashboard_main_content section.wrapper .panel .ld-portlet .ld-portlet-body {
  padding: 0;
}

.individual_dashboard_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .ld-individual-dashboard-holder,
.individual_dashboard_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .ld-individual-dashboard-holder {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}

.data_download_main_content section.wrapper {
  margin-top: 60px;
}

.data_download_main_content section.wrapper .panel .ld-portlet .ld-portlet-body {
  padding: 0;
}

.data_download_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-download {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  margin-right: 80px;
}

.data_download_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .ld-list .ld-list-items .ld-list-item .item-active-users {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  margin-right: 80px;
}

.message_center_main_content section.wrapper {
  margin-top: 60px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body {
  padding: 0;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-left-col {
  width: 400px;
  min-width: 400px;
  background-color: #ffffff;
  border-right: 1px solid #DFE3E9;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col {
  background: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-empty-state {
  text-align: center;
  padding: 80px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-empty-state img {
  display: block;
  margin: 0 auto 16px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-empty-state h4 {
  font-weight: 600;
  font-size: 18px;
  color: #354052;
  margin: 0 0 8px 0;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-empty-state p {
  font-weight: 400;
  font-size: 14px;
  color: #354052;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-bottom: 1px solid #DFE3E9;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 16px 16px 0;
  padding-bottom: 8px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-head .head-label .item-subject {
  font-weight: 600;
  font-size: 18px;
  color: #354052;
  padding-bottom: 4px;
  padding-right: 32px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-head .head-label .item-user-time {
  font-weight: 600;
  font-size: 13px;
  color: #7F8FA4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-head .head-label .item-user-time .separator {
  margin: 0 8px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  background: #FFFFFF;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-container .mc-right-col .mc-body .demo-content {
  font-size: 16px;
  color: #000000;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .mc-list-item {
  padding: 12px 16px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #DFE3E9;
  background: #F0F1F2;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .mc-list-item .item-info .item-user-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  font-size: 13px;
  color: #7F8FA4;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .mc-list-item .item-info .item-subject {
  font-weight: 600;
  font-size: 16px;
  color: #354052;
  overflow: hidden;
  max-height: 48px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .mc-list-item .item-info .item-Message {
  font-weight: 400;
  font-size: 14px;
  color: #5D6675;
  padding-top: 4px;
  padding-bottom: 8px;
  overflow: hidden;
  max-height: 48px;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .mc-list-item:hover .item-info .item-subject {
  text-decoration: underline;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .unread {
  background: #FFFFFF;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .unread .item-info .item-user-time {
  color: #354052;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .unread .item-info .item-subject {
  color: #1FA963;
}

.message_center_main_content section.wrapper .panel .ld-portlet .ld-portlet-body .mc-list .mc-list-items .active {
  background: #F0FCF0;
  border: 1px solid #1FA963;
}

.user_profile_main_content section.wrapper .manage_users_right_column {
  border: none;
}

.user_profile_main_content section.wrapper .manage_users_right_column .panel {
  margin-bottom: 32px;
}

.user_profile_main_content section.wrapper .manage_users_right_column .panel .ld-portlet {
  width: 100%;
}

.user_profile_main_content section.wrapper .manage_users_right_column .panel .ld-portlet .ld-portlet-head {
  background: #ffffff;
  border: 1px solid #cfd4d9;
}

.user_profile_main_content section.wrapper .manage_users_right_column .panel .ld-portlet .ld-portlet-head .ld-portlet-head-label .ld-portlet-head-label-title {
  color: #1B2733;
}

.user_profile_main_content section.wrapper .manage_users_right_column .panel .ld-portlet .ld-portlet-body {
  padding: 0;
}

.newModal.modal .modal-body .prompt-inputs .ld-462-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px 0;
}

.newModal.modal .modal-body .prompt-inputs .ld-462-colum .col-4 {
  width: 224px;
  margin-right: 16px;
}

.newModal.modal .modal-body .prompt-inputs .ld-462-colum .col-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  margin-right: 16px;
}

.legalpages-wrap {
  font-family: 'Roboto', sans-serif;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 40px 24px;
}

.legalpages-wrap h2 {
  font-size: 36px;
  font-weight: 700;
}

.legalpages-wrap h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.legalpages-wrap h3.sub-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.legalpages-wrap h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.legalpages-wrap p {
  margin-bottom: 1.75em;
}

.legalpages-wrap p strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.legalpages-wrap ul {
  margin: 0 0 1.5em 3em;
}

.legalpages-wrap a {
  color: #25b56d;
}

.legalpages-wrap .section {
  padding-bottom: 32px;
}

.legalpages-wrap .align-center {
  text-align: center;
}
/*# sourceMappingURL=style-lifedata-new.css.map */