.ctms .navbar-default {
  position: relative;
}
.ctms .nav-heading-col {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.ctms footer {
  display: none;
}

main.ctms {
  margin-top: 0;
}

.bs-actionsbox .actions-btn {
  white-space: nowrap;
}

.ctms-layout {
  height: 100%;
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-template-rows: 1fr;
  gap: 0 0;
  grid-template-areas: "ctms-left-rail ctms-content";
  font-size: 14px;
  border-top: 2px solid #1C3863;
}
@media screen and (max-width: 991px) {
  .ctms-layout {
    grid-template-columns: 50px 1fr;
  }
}
.ctms-layout .ctms-left-rail {
  grid-area: ctms-left-rail;
  background-color: #EDF0F5;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper {
  margin-top: 100px;
  position: sticky;
  top: 50px;
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu {
  list-style-type: none;
  font-size: 13px;
  padding-left: 10px;
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu .ctms-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1C3863;
  text-decoration: none;
  min-height: 30px;
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu .ctms-menu-item a .ctms-menu-icon {
  margin-right: 5px;
  width: 30px;
  height: 16px;
}
@media screen and (max-width: 991px) {
  .ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu .ctms-menu-item a span {
    display: none;
  }
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu .ctms-menu-item a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu .ctms-menu-item.selected {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu .ctms-role-item {
  margin-top: 50px;
  overflow: hidden;
  font-size: 11px;
  line-height: 18px;
}
.ctms-layout .ctms-left-rail .ctms-left-menu-wrapper .ctms-left-menu .ctms-role-item ul {
  padding-left: 15px;
}
.ctms-layout .ctms-content-wrapper {
  grid-area: ctms-content;
  background-color: #fff;
}
.ctms-layout .ctms-content-wrapper .ctms-breadcrumb-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  z-index: 99;
}
.ctms-layout .ctms-content-wrapper .ctms-breadcrumb-wrapper .ctms-breadcrumb-levels {
  margin-left: 50px;
  margin-right: 5px;
}
.ctms-layout .ctms-content-wrapper .ctms-breadcrumb-wrapper .ctms-breadcrumb-detail {
  font-size: 16px;
}
.ctms-layout .ctms-content-wrapper .ctms-content {
  padding: 50px;
}
.ctms-layout .ctms-button {
  display: inline-block;
  background-color: #EDF0F5;
  color: #1C3863;
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 10px;
  padding: 2px 15px;
}
.ctms-layout .ctms-button:hover {
  background-color: #b7bbc2;
}
.ctms-layout .ctms-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EDF0F5;
  color: #1C3863;
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 10px;
  padding: 2px 12px;
}
.ctms-layout .ctms-icon-button .ctms-icon {
  display: block;
  width: 12px;
}
.ctms-layout .ctms-icon-button:hover {
  background-color: #b7bbc2;
}
.ctms-layout .ctms-button-save {
  background-color: #FFC757;
  border: 1px solid #1C3863;
}
.ctms-layout .ctms-button-save:hover {
  background-color: #d8a94a;
}
.ctms-layout .ctms-button-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ctms-layout .ctms-button-split button:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.ctms-layout .ctms-button-split button:nth-child(2) {
  border-radius: 0 10px 10px 0;
  padding: 2px 10px;
  border-left: 0;
}
.ctms-layout .ctms-dialog-button {
  min-width: 100px;
}
.ctms-layout .ctms-button-link {
  font-size: 12px;
  text-decoration: underline;
  border: none;
  background-color: inherit;
}
.ctms-layout .ctms-count {
  background-color: #EDF0F5;
  border-radius: 10px;
  display: inline-block;
  padding: 0 10px;
}
.ctms-layout .ctms-dialog-subhead {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 3px solid #EDF0F5;
  margin-bottom: 10px;
}
.ctms-layout .ctms-dialog .modal-header {
  padding: 10px 20px;
}
.ctms-layout .ctms-dialog .modal-header .modal-title {
  font-size: 20px;
  font-weight: bold;
}
.ctms-layout .ctms-dialog .modal-body {
  overflow-y: auto;
  max-height: calc(90vh - 110px);
}
.ctms-layout .ctms-section-group .ctms-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ctms-layout .ctms-section-group .ctms-section-heading .ctms-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EDF0F5;
  color: #1C3863;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 4px 10px;
}
.ctms-layout .ctms-section-group .ctms-section-heading .ctms-section-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctms-layout .ctms-section-group .ctms-section-heading .ctms-button {
  padding: 2px 40px;
}
.ctms-layout .ctms-section-group .ctms-section-heading.ctms-no-title {
  padding-bottom: 10px;
}
.ctms-layout .ctms-section-group .ctms-section-heading.ctms-no-title::before {
  content: "";
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper {
  position: relative;
  border-width: 10px 2px;
  border-style: solid;
  border-color: #EDF0F5;
  border-radius: 10px;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-filter {
  background-color: #EDF0F5;
  color: #1C3863;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-filter .ctms-form-group {
  margin: 0;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-filter .ctms-form-group label {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-filter .ctms-form-group .form-control {
  margin-bottom: 0;
  height: 30px;
  font-size: 12px;
  padding-left: 8px;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-filter .ctms-form-group .bootstrap-select {
  padding-left: 0;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-filter .ctms-form-group .bootstrap-select button {
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-filter .row {
  padding: 5px 10px;
}
.ctms-layout .ctms-section-group .ctms-section-content-wrapper .ctms-section-table .ctms-table thead th {
  padding-top: 20px;
}
.ctms-layout .ctms-section-group.ctms-section-collapsable .ctms-section-title .ctms-expander {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctms-layout .ctms-section-group.ctms-section-collapsable .ctms-section-title .ctms-expander-icon {
  width: 16px;
  content: url("/images/ctms/icons/minus.svg");
}
.ctms-layout .ctms-section-group.ctms-section-collapsable .ctms-section-title.collapsed .ctms-expander-icon {
  content: url("/images/ctms/icons/plus.svg");
}
.ctms-layout .ctms-section-group.ctms-section-collapsable .ctms-section-content-wrapper {
  border-radius: 0 10px 10px 10px;
}
.ctms-layout .ctms-section-group.ctms-section-collapsable .ctms-section-full {
  border-radius: 10px;
}
.ctms-layout input, .ctms-layout select, .ctms-layout textarea {
  font-size: 14px;
  padding: 4px 5px;
  height: auto;
}
.ctms-layout input::-webkit-input-placeholder, .ctms-layout select::-webkit-input-placeholder, .ctms-layout textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout input::-moz-placeholder, .ctms-layout select::-moz-placeholder, .ctms-layout textarea::-moz-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout input:-ms-input-placeholder, .ctms-layout select:-ms-input-placeholder, .ctms-layout textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout input::-ms-input-placeholder, .ctms-layout select::-ms-input-placeholder, .ctms-layout textarea::-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout input::placeholder, .ctms-layout select::placeholder, .ctms-layout textarea::placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout .ctms-form-group label {
  display: block;
  background-color: #EDF0F5;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 24px;
  padding-left: 5px;
}
.ctms-layout .ctms-form-group input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("/images/ctms/icons/calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.ctms-layout .ctms-form-group .ctms-form-text {
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  margin-top: 5px;
}
.ctms-layout .ctms-form-check .form-check-input {
  width: auto;
  margin-top: 8px;
}
.ctms-layout .ctms-form-check .form-check-label {
  display: inline-block;
  background-color: inherit;
  margin-bottom: 0;
}
.ctms-layout .ctms-form-address input {
  margin-bottom: 2px;
}
.ctms-layout .ctms-input-search input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout .ctms-input-search input::-moz-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout .ctms-input-search input:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout .ctms-input-search input::-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout .ctms-input-search input::placeholder {
  color: #aaa;
  font-size: 14px;
}
.ctms-layout .ctms-input-search .ctms-icon-button {
  border-radius: 0 5px 5px 0;
  border: 1px solid #d1d1d1;
  border-left: none;
}
.ctms-layout .ctms-input-calendar {
  position: relative;
}
.ctms-layout .ctms-input-calendar .ctms-input-icon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctms-layout .ctms-input-calendar .ctms-icon-calendar {
  width: 16px;
}
.ctms-layout .ctms-invalid-form input:invalid {
  outline: 2px solid #cd0707;
}
.ctms-layout .ctms-hover-group .ctms-hover-item {
  visibility: hidden;
}
.ctms-layout .ctms-hover-group:hover .ctms-hover-item {
  visibility: visible;
}
.ctms-layout .ctms-inline-action {
  background-color: inherit;
  border: 0;
  font-size: 12px;
  line-height: 18px;
  opacity: 20%;
  margin-right: 7px;
}
.ctms-layout .ctms-inline-action i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ctms-layout .ctms-inline-action:hover {
  opacity: 100% !important;
}
.ctms-layout .ctms-table {
  width: 100%;
  font-size: 14px;
  margin: 0 !important;
}
.ctms-layout .ctms-table thead th {
  padding: 10px;
  line-height: 20px;
}
.ctms-layout .ctms-table thead > tr {
  background-color: #EDF0F5;
}
.ctms-layout .ctms-table tbody tr.odd {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.ctms-layout .ctms-table tbody tr.even {
  background-color: #F6F8FA;
  -webkit-box-shadow: inset 0 0 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px -3px rgba(0, 0, 0, 0.2);
}
.ctms-layout .ctms-table tbody tr.critical .ctms-table-col-alert, .ctms-layout .ctms-table tbody tr.overdue .ctms-table-col-alert {
  width: 30px;
}
.ctms-layout .ctms-table tbody tr.critical .ctms-table-col-alert:before, .ctms-layout .ctms-table tbody tr.overdue .ctms-table-col-alert:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  height: 16px;
  width: 16px;
  margin-left: auto;
  margin-right: auto;
}
.ctms-layout .ctms-table tbody tr.critical {
  background-color: #F3E9EC;
}
.ctms-layout .ctms-table tbody tr.critical .ctms-table-col-alert {
  background-color: #92374D;
}
.ctms-layout .ctms-table tbody tr.critical .ctms-table-col-alert:before {
  background-image: url("/images/ctms/icons/critical-white.svg");
}
.ctms-layout .ctms-table tbody tr.overdue {
  background-color: #FAF2E4;
}
.ctms-layout .ctms-table tbody tr.overdue .ctms-table-col-alert {
  background-color: #E5B452;
}
.ctms-layout .ctms-table tbody tr.overdue .ctms-table-col-alert:before {
  background-image: url("/images/ctms/icons/overdue-white.svg");
}
.ctms-layout .ctms-table tbody tr.ctms-row-overdue {
  background-color: #F3E9EC;
}
.ctms-layout .ctms-table tbody tr.ctms-row-notapplicable {
  color: rgba(28, 56, 99, 0.4);
}
.ctms-layout .ctms-table tbody tr:has(.ctms-table-col-check > input:checked) {
  background-color: #1C3863;
  color: #fff;
}
.ctms-layout .ctms-table tbody tr:has(.ctms-table-col-check > input:checked) .ctms-table-col-actions button i, .ctms-layout .ctms-table tbody tr:has(.ctms-table-col-check > input:checked) .ctms-table-col-actions a i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.ctms-layout .ctms-table tbody td {
  line-height: 20px;
  padding: 7px 10px;
}
.ctms-layout .ctms-table .ctms-table-col-check input {
  margin-bottom: 0;
}
.ctms-layout .ctms-table .ctms-table-col-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ctms-layout .ctms-table .ctms-table-col-actions button, .ctms-layout .ctms-table .ctms-table-col-actions a {
  background-color: inherit;
  border: 0;
  font-size: 12px;
  line-height: 18px;
  opacity: 20%;
  margin-right: 7px;
}
.ctms-layout .ctms-table .ctms-table-col-actions button i, .ctms-layout .ctms-table .ctms-table-col-actions a i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ctms-layout .ctms-table .ctms-table-col-actions button:hover, .ctms-layout .ctms-table .ctms-table-col-actions a:hover {
  opacity: 100% !important;
}
.ctms-layout .ctms-side-tabs {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 1fr;
  gap: 0 20px;
}
.ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu {
  list-style-type: none;
  padding-left: 0;
  display: block;
}
.ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item {
  margin-bottom: 5px;
  border-radius: 10px 0 0 10px;
  border: 2px solid #EDF0F5;
  background-color: #fff;
}
.ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item button, .ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: inherit;
  border: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 5px 10px;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  color: #1C3863;
}
.ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item button.active, .ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item a.active {
  background-color: #EDF0F5;
}
.ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item button.active .ctms-count, .ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item a.active .ctms-count {
  background-color: #fff;
}
.ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item.selected {
  background-color: #EDF0F5;
}
.ctms-layout .ctms-side-tabs .ctms-st-nav .ctms-st-menu .ctms-st-menu-item.selected .ctms-count {
  background-color: #fff;
}
.ctms-layout .ctms-side-tabs .ctms-st-content .dataTables_wrapper {
  border-bottom: 2px solid #EDF0F5;
  border-right: 2px solid #EDF0F5;
}
.ctms-layout .ctms-editable-list .ctms-editable-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.ctms-layout .ctms-editable-list .ctms-editable-row .ctms-editable-row-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.ctms-layout .ctms-editable-list .ctms-editable-row .ctms-editable-row-actions {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctms-layout .ctms-editable-list .ctms-editable-row .ctms-editable-row-actions button {
  min-width: 40px;
  min-height: 40px;
}
.ctms-layout .ctms-unsaved-pills .badge-pill {
  color: #1C3863;
  background-color: #EDF0F5;
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
}
.ctms-layout .ctms-loading-section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(237, 240, 245, 0.5333333333);
}
.ctms-layout .dataTables_scrollHead {
  background-color: #EDF0F5;
}
.ctms-layout .ctms-icon-home {
  content: url("/images/ctms/icons/home.svg");
}
.ctms-layout .ctms-icon-sites {
  content: url("/images/ctms/icons/sites.svg");
}
.ctms-layout .ctms-icon-actionitems {
  content: url("/images/ctms/icons/action-items.svg");
}
.ctms-layout .ctms-icon-communications {
  content: url("/images/ctms/icons/communications.svg");
}
.ctms-layout .ctms-icon-deliverables {
  content: url("/images/ctms/icons/deliverables.svg");
}
.ctms-layout .ctms-icon-milestones {
  content: url("/images/ctms/icons/milestones.svg");
}
.ctms-layout .ctms-icon-contacts {
  content: url("/images/ctms/icons/contacts.svg");
}
.ctms-layout .ctms-icon-studies {
  content: url("/images/ctms/icons/studies.svg");
}
.ctms-layout .ctms-icon-settings {
  content: url("/images/ctms/icons/settings.svg");
}
.ctms-layout .ctms-icon-close {
  content: url("/images/ctms/icons/close.svg");
}
.ctms-layout .ctms-icon-plus {
  content: url("/images/ctms/icons/plus.svg");
}
.ctms-layout .ctms-icon-minus {
  content: url("/images/ctms/icons/minus.svg");
}
.ctms-layout .ctms-icon-calendar {
  content: url("/images/ctms/icons/calendar.svg");
}
.ctms-layout .ctms-icon-pencil {
  content: url("/images/ctms/icons/pencil.svg");
}
.ctms-layout .ctms-icon-history {
  content: url("/images/ctms/icons/history.svg");
}
.ctms-contact-dialog .ctms-section-content-wrapper {
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #EDF0F5;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.ctms-contact-dialog .ctms-remove-button {
  margin-top: 26px;
  height: 38px;
}
.ctms-contact-dialog .form-check-label {
  line-height: 1.2;
}
.ctms-contact-dialog .required-error {
  border: none !important;
  color: red;
}
.ctms-communications-dialog .required-error {
  border: none !important;
  color: red;
}
.ctms-new-user-dialog .required-error {
  border: none !important;
  color: red;
}
.ctms-picklist-dialog .required-error {
  border: none !important;
  color: red;
}

/*# sourceMappingURL=ctms.c07bdff43692cf37ae4a.css.map*/