.list-row {
  height: 60px;
  background: white;
  border-bottom: 2px solid #dadada;
}
.list-row .co-col {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.list-row button:nth-of-type(2n) {
  margin: 0 0 0 4px;
}

.list-placeholder {
  background: white;
  height: 600px;
}

.hover-cursor:hover {
  background: #f4f4f4;
  cursor: pointer;
}

.search-offset {
  position: absolute;
  top: -48px;
  right: -15px;
}

.selected {
  background: #f0f6fd;
}

a {
  color: #e08778;
}.panel-outer {
  box-shadow: 6px 6px 8px 2px rgba(180, 180, 180, 0.3);
}
.panel-outer .with-border {
  border-top: 1px solid #dadada;
}

.panel-section {
  width: 100%;
  padding: 1em 2.75em 1em 1.75em;
}

.panel-section-side {
  border-left: 20px solid #f1f6fd;
}.co-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .co-container {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) {
  .co-container {
    width: 100%;
  }
}

.co-row {
  position: relative;
  width: 100%;
  display: flex;
}

.co-row [class^=co-col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.co-row::after {
  content: "";
  display: table;
  clear: both;
}

.co-col-1,
.co-col-2,
.co-col-3,
.co-col-4,
.co-col-5,
.co-col-6,
.co-col-7,
.co-col-8,
.co-col-9,
.co-col-10,
.co-col-11,
.co-col-12 {
  width: 96%;
}

.co-col {
  width: 100%;
}

.co-col-1-sm {
  width: 4.3333333333%;
}

.co-col-2-sm {
  width: 12.6666666667%;
}

.co-col-3-sm {
  width: 21%;
}

.co-col-4-sm {
  width: 29.3333333333%;
}

.co-col-5-sm {
  width: 37.6666666667%;
}

.co-col-6-sm {
  width: 46%;
}

.co-col-7-sm {
  width: 54.3333333333%;
}

.co-col-8-sm {
  width: 62.6666666667%;
}

.co-col-9-sm {
  width: 71%;
}

.co-col-10-sm {
  width: 79.3333333333%;
}

.co-col-11-sm {
  width: 87.6666666667%;
}

.co-col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .co-col-1 {
    width: 4.3333333333%;
  }

  .co-col-2 {
    width: 12.6666666667%;
  }

  .co-col-3 {
    width: 21%;
  }

  .co-col-4 {
    width: 29.3333333333%;
  }

  .co-col-5 {
    width: 37.6666666667%;
  }

  .co-col-6 {
    width: 46%;
  }

  .co-col-7 {
    width: 54.3333333333%;
  }

  .co-col-8 {
    width: 62.6666666667%;
  }

  .co-col-9 {
    width: 71%;
  }

  .co-col-10 {
    width: 79.3333333333%;
  }

  .co-col-11 {
    width: 87.6666666667%;
  }

  .co-col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}.btn-primary {
  background: #00153d;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #00153d;
  color: white;
}
.btn-primary:hover {
  cursor: pointer;
  background: #00030a;
  color: white;
  border-color: #00030a;
}
.btn-primary:active {
  color: white !important;
  background: #00153d !important;
  border-color: #00153d;
}
.btn-primary:disabled {
  background: white;
  cursor: not-allowed;
  color: #00153d !important;
  border-color: #00153d;
  opacity: 0.25;
}

.btn-secondary {
  background: #6b6b6b;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #6b6b6b;
  color: white;
}
.btn-secondary:hover {
  cursor: pointer;
  background: #525252;
  color: white;
  border-color: #525252;
}
.btn-secondary:active {
  color: white !important;
  background: #6b6b6b !important;
  border-color: #6b6b6b;
}
.btn-secondary:disabled {
  background: white;
  cursor: not-allowed;
  color: #6b6b6b !important;
  border-color: #6b6b6b;
  opacity: 0.25;
}

.btn-success {
  background: #049ca5;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #049ca5;
  color: white;
}
.btn-success:hover {
  cursor: pointer;
  background: #036d73;
  color: white;
  border-color: #036d73;
}
.btn-success:active {
  color: white !important;
  background: #049ca5 !important;
  border-color: #049ca5;
}
.btn-success:disabled {
  background: white;
  cursor: not-allowed;
  color: #049ca5 !important;
  border-color: #049ca5;
  opacity: 0.25;
}

.btn-danger {
  background: #f78764;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #f78764;
  color: white;
}
.btn-danger:hover {
  cursor: pointer;
  background: #f46134;
  color: white;
  border-color: #f46134;
}
.btn-danger:active {
  color: white !important;
  background: #f78764 !important;
  border-color: #f78764;
}
.btn-danger:disabled {
  background: white;
  cursor: not-allowed;
  color: #f78764 !important;
  border-color: #f78764;
  opacity: 0.25;
}

.btn-warning {
  background: #ffc107;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #ffc107;
  color: white;
}
.btn-warning:hover {
  cursor: pointer;
  background: #d39e00;
  color: white;
  border-color: #d39e00;
}
.btn-warning:active {
  color: white !important;
  background: #ffc107 !important;
  border-color: #ffc107;
}
.btn-warning:disabled {
  background: white;
  cursor: not-allowed;
  color: #ffc107 !important;
  border-color: #ffc107;
  opacity: 0.25;
}

.btn-info {
  background: #627fa2;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #627fa2;
  color: white;
}
.btn-info:hover {
  cursor: pointer;
  background: #4e6683;
  color: white;
  border-color: #4e6683;
}
.btn-info:active {
  color: white !important;
  background: #627fa2 !important;
  border-color: #627fa2;
}
.btn-info:disabled {
  background: white;
  cursor: not-allowed;
  color: #627fa2 !important;
  border-color: #627fa2;
  opacity: 0.25;
}

.btn-dark {
  background: #202020;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #202020;
  color: white;
}
.btn-dark:hover {
  cursor: pointer;
  background: #070707;
  color: white;
  border-color: #070707;
}
.btn-dark:active {
  color: white !important;
  background: #202020 !important;
  border-color: #202020;
}
.btn-dark:disabled {
  background: white;
  cursor: not-allowed;
  color: #202020 !important;
  border-color: #202020;
  opacity: 0.25;
}

.btn-light {
  background: #dadada;
  border: 1px solid;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 0.5;
  border-radius: 5px;
  font-size: 1.075rem;
  padding: 12px;
  border-color: #dadada;
  color: white;
}
.btn-light:hover {
  cursor: pointer;
  background: #c1c1c1;
  color: white;
  border-color: #c1c1c1;
}
.btn-light:active {
  color: white !important;
  background: #dadada !important;
  border-color: #dadada;
}
.btn-light:disabled {
  background: white;
  cursor: not-allowed;
  color: #dadada !important;
  border-color: #dadada;
  opacity: 0.25;
}

.circle {
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}
.circle.btn-sm {
  width: 30px;
  height: 30px;
}
.circle.btn-lg {
  width: 50px;
  height: 50px;
}

.spinner-container {
  position: relative;
}

.spinner-display {
  position: absolute;
  top: -4px;
}

.child-keep-width {
  visibility: hidden;
}.basic-list-row {
  border-top: 1px solid silver;
  height: 25px;
}.basic-list-header {
  background: #dadada;
  height: 25px;
}.panel-outer {
  box-shadow: 6px 6px 8px 2px rgba(180, 180, 180, 0.3);
}
.panel-outer .with-border {
  border-top: 1px solid #dadada;
}

.panel-section {
  width: 100%;
  padding: 1em 2.75em 1em 1.75em;
}

.panel-section-side {
  border-left: 20px solid #f1f6fd;
}

.panel-header {
  background: #627fa2;
  color: white;
  height: 50px;
  font-weight: 600;
  padding: 0 0 0 2.25rem;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.3);
}
.panel-header .info-icon {
  margin-left: 15px;
}
.panel-header .info-icon svg {
  color: white;
}.panel-outer {
  box-shadow: 6px 6px 8px 2px rgba(180, 180, 180, 0.3);
}
.panel-outer .with-border {
  border-top: 1px solid #dadada;
}

.panel-section {
  width: 100%;
  padding: 1em 2.75em 1em 1.75em;
}

.panel-section-side {
  border-left: 20px solid #f1f6fd;
}

.panel {
  background-color: white;
}#smart-list-header {
  background: #627fa2;
  color: white;
  height: 44px;
  font-weight: bold;
}
#smart-list-header .fa-w-10 {
  font-size: 15px;
}
#smart-list-header .cursor-pointer {
  cursor: pointer;
}