/* The Bootstrap typically bundled has been re-structured in River Lea:
    - Some of it that wasn't being used (e.g. Glyphicons, Carousels) is deleted / commented out
    - Some of it is taken out of the #bootstrap-theme namespace and added to /components/ typically marked, e.g. 'BS buttons'
    - Some of it has been taken out and put below with as much integration with the rest of River Lea's CSS variables.
  It is structured as:
   - Type
   - Print
   - Image
   - Alerts
   - Screenreader
   - Lists
   - Definition lists
   - Blockquote
   - Various HTML elements
   - Container
   - Column system
   - Table
   - Input
   - Buttons
   - Nav
   - Breadcrumb
   - Pager
   - Jumbotron
   - Media
   - List group
   - Embed
   - Well
   - Close
   - Modal
   - Tooltip
   - Popover
   - Labels
   - Panels (with tables & list elements)
   - Hiding elements
   */

/* Type */

#bootstrap-theme p {
  margin: 0 0 10px;
}
#bootstrap-theme .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
#bootstrap-theme small,
#bootstrap-theme .small {
  font-size: 85%;
}
#bootstrap-theme sub,
#bootstrap-theme sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#bootstrap-theme sup {
  top: -.5em;
}
#bootstrap-theme sub {
  bottom: -.25em;
}
#bootstrap-theme h1 {
  font-size: 2em;
  margin: .67em 0;
}
#bootstrap-theme .help-block {
  display: block;
  color: var(--crm-c-text);
  font-style: italic;
  font-family: var(--crm-font-italic);
  margin: var(--crm-s) 0 var(--crm-m);
  font-size: var(--crm-font-small-size);
}
#bootstrap-theme h4,
#bootstrap-theme .h4,
#bootstrap-theme h5,
#bootstrap-theme .h5,
#bootstrap-theme h6,
#bootstrap-theme .h6 {
  margin-top: var(--crm-m1);
  margin-bottom: var(--crm-m1);
  font-weight: bold;
  font-family: var(--crm-font-bold);
  color: var(--crm-c-text);
  line-height: 1.2;
}
#bootstrap-theme h1,
#bootstrap-theme h2,
#bootstrap-theme h3,
#bootstrap-theme .h1,
#bootstrap-theme .h2,
#bootstrap-theme .h3 {
  line-height: 1.2;
}
#bootstrap-theme h1 small,
#bootstrap-theme h1 .small,
#bootstrap-theme .h1 small,
#bootstrap-theme .h1 .small,
#bootstrap-theme h2 small,
#bootstrap-theme h2 .small,
#bootstrap-theme .h2 small,
#bootstrap-theme .h2 .small,
#bootstrap-theme h3 small,
#bootstrap-theme h3 .small,
#bootstrap-theme .h3 small,
#bootstrap-theme .h3 .small {
  font-size: 65%;
  line-height: 1;
}
#bootstrap-theme h4 small,
#bootstrap-theme h4 .small,
#bootstrap-theme .h4 small,
#bootstrap-theme .h4 .small,
#bootstrap-theme h5 small,
#bootstrap-theme h5 .small,
#bootstrap-theme .h5 small,
#bootstrap-theme .h5 .small,
#bootstrap-theme h6 small,
#bootstrap-theme h6 .small,
#bootstrap-theme .h6 small,
#bootstrap-theme .h6 .small {
  font-size: 75%;
  line-height: 1;
}
#bootstrap-theme mark,
#bootstrap-theme .mark {
  background: var(--crm-c-yellow);
  color: var(--crm-c-text-dark);
  padding: .2rem;
}
@media (min-width: 768px) {
  #bootstrap-theme .lead {
    font-size: 21px;
  }
}

/* Print */

@media print {
  #bootstrap-theme *,
  #bootstrap-theme *:before,
  #bootstrap-theme *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #bootstrap-theme a,
  #bootstrap-theme a:visited {
    text-decoration: underline;
  }
  #bootstrap-theme a[href]:after {
    content: " (" attr(href) ")";
  }
  #bootstrap-theme abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #bootstrap-theme a[href^="#"]:after,
  #bootstrap-theme a[href^="javascript:"]:after {
    content: "";
  }
  #bootstrap-theme pre,
  #bootstrap-theme blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #bootstrap-theme thead {
    display: table-header-group;
  }
  #bootstrap-theme tr,
  #bootstrap-theme img {
    page-break-inside: avoid;
  }
  #bootstrap-theme img {
    max-width: 100% !important;
  }
  #bootstrap-theme p,
  #bootstrap-theme h2,
  #bootstrap-theme h3 {
    orphans: 3;
    widows: 3;
  }
  #bootstrap-theme h2,
  #bootstrap-theme h3 {
    page-break-after: avoid;
  }
  #bootstrap-theme .navbar {
    display: none;
  }
  #bootstrap-theme .btn > .caret,
  #bootstrap-theme .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  #bootstrap-theme .label {
    border: 1px solid #000;
  }
  #bootstrap-theme .table {
    border-collapse: collapse !important;
  }
  #bootstrap-theme .table td,
  #bootstrap-theme .table th {
    background-color: #fff !important;
  }
  #bootstrap-theme .table-bordered th,
  #bootstrap-theme .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Image */

#bootstrap-theme svg:not(:root) {
  overflow: hidden;
}
#bootstrap-theme img {
  vertical-align: middle;
}
#bootstrap-theme .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#bootstrap-theme .img-rounded {
  border-radius: 6px;
}
#bootstrap-theme .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: var(--crm-c-divider);
  border-radius: var(--crm-c-roundness);
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#bootstrap-theme .img-circle {
  border-radius: 50%;
}

/* Alerts */

#bootstrap-theme .alert h4 {
  margin-top: 0;
  color: inherit;
}
#bootstrap-theme .alert .alert-link {
  font-weight: bold;
}
#bootstrap-theme .alert > p,
#bootstrap-theme .alert > ul {
  margin-bottom: 0;
}
#bootstrap-theme .alert > p + p {
  margin-top: 5px;
}
#bootstrap-theme .alert-success hr {
  border-top-color: var(--crm-alert-success-border);
}
#bootstrap-theme .alert-success .alert-link {
  color: var(--crm-alert-success-text);
}
#bootstrap-theme .alert-info hr {
  border-top-color: var(--crm-alert-info-border);
}
#bootstrap-theme .alert-info .alert-link {
  color: var(--crm-alert-info-text);
}
#bootstrap-theme .alert-warning hr {
  border-top-color: var(--crm-alert-warning-border);
}
#bootstrap-theme .alert-warning .alert-link {
  color: var(--crm-alert-warning-text);
}
#bootstrap-theme .alert-danger hr {
  border-top-color: var(--crm-alert-danger-border);
}
#bootstrap-theme .alert-danger .alert-link {
  color: var(--crm-alert-danger-text);
}

/* Screen reader */

#bootstrap-theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#bootstrap-theme .sr-only-focusable:active,
#bootstrap-theme .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* List */

#bootstrap-theme ul ul,
#bootstrap-theme ul ol,
#bootstrap-theme ol ul,
#bootstrap-theme ol ol {
  margin-bottom: 0;
}
#bootstrap-theme .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#bootstrap-theme .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#bootstrap-theme .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* Definition lists */

#bootstrap-theme dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#bootstrap-theme dt,
#bootstrap-theme dd {
  line-height: 1.428571429;
}
#bootstrap-theme dt {
  font-weight: 700;
}
#bootstrap-theme dd {
  margin-left: 0;
}
#bootstrap-theme .dl-horizontal dd:before,
#bootstrap-theme .dl-horizontal dd:after {
  display: table;
  content: " ";
}
#bootstrap-theme .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  #bootstrap-theme .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #bootstrap-theme .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* Blockquote */

#bootstrap-theme blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
#bootstrap-theme blockquote p:last-child,
#bootstrap-theme blockquote ul:last-child,
#bootstrap-theme blockquote ol:last-child {
  margin-bottom: 0;
}
#bootstrap-theme blockquote footer,
#bootstrap-theme blockquote small,
#bootstrap-theme blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
#bootstrap-theme blockquote footer:before,
#bootstrap-theme blockquote small:before,
#bootstrap-theme blockquote .small:before {
  content: "— ";
}
#bootstrap-theme .blockquote-reverse,
#bootstrap-theme blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
#bootstrap-theme .blockquote-reverse footer:before,
#bootstrap-theme .blockquote-reverse small:before,
#bootstrap-theme .blockquote-reverse .small:before,
#bootstrap-theme blockquote.pull-right footer:before,
#bootstrap-theme blockquote.pull-right small:before,
#bootstrap-theme blockquote.pull-right .small:before {
  content: "";
}
#bootstrap-theme .blockquote-reverse footer:after,
#bootstrap-theme .blockquote-reverse small:after,
#bootstrap-theme .blockquote-reverse .small:after,
#bootstrap-theme blockquote.pull-right footer:after,
#bootstrap-theme blockquote.pull-right small:after,
#bootstrap-theme blockquote.pull-right .small:after {
  content: " —";
}

/* Various Html elements */

#bootstrap-theme abbr[title],
#bootstrap-theme abbr[data-original-title] {
  cursor: help;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
#bootstrap-theme .initialism {
  font-size: 90%;
}
#bootstrap-theme dfn {
  font-family: var(--crm-font-italic);
  font-style: italic;
}
#bootstrap-theme hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: var(--crm-c-divider);
}
#bootstrap-theme address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
#bootstrap-theme kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
#bootstrap-theme kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* Container */

#bootstrap-theme .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#bootstrap-theme .container:before,
#bootstrap-theme .container:after {
  display: table;
  content: " ";
}
#bootstrap-theme .container:after {
  clear: both;
}
@media (min-width: 768px) {
  #bootstrap-theme .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #bootstrap-theme .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #bootstrap-theme .container {
    width: 1170px;
  }
}
#bootstrap-theme .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#bootstrap-theme .container-fluid:before,
#bootstrap-theme .container-fluid:after {
  display: table;
  content: " ";
}
#bootstrap-theme .container-fluid:after {
  clear: both;
}
#bootstrap-theme .row {
  margin-right: -15px;
  margin-left: -15px;
}
#bootstrap-theme .row:before,
#bootstrap-theme .row:after {
  display: table;
  content: " ";
}
#bootstrap-theme .row:after {
  clear: both;
}
#bootstrap-theme .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
#bootstrap-theme .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Column system */

#bootstrap-theme .col-xs-1,
#bootstrap-theme .col-sm-1,
#bootstrap-theme .col-md-1,
#bootstrap-theme .col-lg-1,
#bootstrap-theme .col-xs-2,
#bootstrap-theme .col-sm-2,
#bootstrap-theme .col-md-2,
#bootstrap-theme .col-lg-2,
#bootstrap-theme .col-xs-3,
#bootstrap-theme .col-sm-3,
#bootstrap-theme .col-md-3,
#bootstrap-theme .col-lg-3,
#bootstrap-theme .col-xs-4,
#bootstrap-theme .col-sm-4,
#bootstrap-theme .col-md-4,
#bootstrap-theme .col-lg-4,
#bootstrap-theme .col-xs-5,
#bootstrap-theme .col-sm-5,
#bootstrap-theme .col-md-5,
#bootstrap-theme .col-lg-5,
#bootstrap-theme .col-xs-6,
#bootstrap-theme .col-sm-6,
#bootstrap-theme .col-md-6,
#bootstrap-theme .col-lg-6,
#bootstrap-theme .col-xs-7,
#bootstrap-theme .col-sm-7,
#bootstrap-theme .col-md-7,
#bootstrap-theme .col-lg-7,
#bootstrap-theme .col-xs-8,
#bootstrap-theme .col-sm-8,
#bootstrap-theme .col-md-8,
#bootstrap-theme .col-lg-8,
#bootstrap-theme .col-xs-9,
#bootstrap-theme .col-sm-9,
#bootstrap-theme .col-md-9,
#bootstrap-theme .col-lg-9,
#bootstrap-theme .col-xs-10,
#bootstrap-theme .col-sm-10,
#bootstrap-theme .col-md-10,
#bootstrap-theme .col-lg-10,
#bootstrap-theme .col-xs-11,
#bootstrap-theme .col-sm-11,
#bootstrap-theme .col-md-11,
#bootstrap-theme .col-lg-11,
#bootstrap-theme .col-xs-12,
#bootstrap-theme .col-sm-12,
#bootstrap-theme .col-md-12,
#bootstrap-theme .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#bootstrap-theme .col-xs-1,
#bootstrap-theme .col-xs-2,
#bootstrap-theme .col-xs-3,
#bootstrap-theme .col-xs-4,
#bootstrap-theme .col-xs-5,
#bootstrap-theme .col-xs-6,
#bootstrap-theme .col-xs-7,
#bootstrap-theme .col-xs-8,
#bootstrap-theme .col-xs-9,
#bootstrap-theme .col-xs-10,
#bootstrap-theme .col-xs-11,
#bootstrap-theme .col-xs-12 {
  float: left;
}
#bootstrap-theme .col-xs-1 {
  width: 8.3333333333%;
}
#bootstrap-theme .col-xs-2 {
  width: 16.6666666667%;
}
#bootstrap-theme .col-xs-3 {
  width: 25%;
}
#bootstrap-theme .col-xs-4 {
  width: 33.3333333333%;
}
#bootstrap-theme .col-xs-5 {
  width: 41.6666666667%;
}
#bootstrap-theme .col-xs-6 {
  width: 50%;
}
#bootstrap-theme .col-xs-7 {
  width: 58.3333333333%;
}
#bootstrap-theme .col-xs-8 {
  width: 66.6666666667%;
}
#bootstrap-theme .col-xs-9 {
  width: 75%;
}
#bootstrap-theme .col-xs-10 {
  width: 83.3333333333%;
}
#bootstrap-theme .col-xs-11 {
  width: 91.6666666667%;
}
#bootstrap-theme .col-xs-12 {
  width: 100%;
}
#bootstrap-theme .col-xs-pull-0 {
  right: auto;
}
#bootstrap-theme .col-xs-pull-1 {
  right: 8.3333333333%;
}
#bootstrap-theme .col-xs-pull-2 {
  right: 16.6666666667%;
}
#bootstrap-theme .col-xs-pull-3 {
  right: 25%;
}
#bootstrap-theme .col-xs-pull-4 {
  right: 33.3333333333%;
}
#bootstrap-theme .col-xs-pull-5 {
  right: 41.6666666667%;
}
#bootstrap-theme .col-xs-pull-6 {
  right: 50%;
}
#bootstrap-theme .col-xs-pull-7 {
  right: 58.3333333333%;
}
#bootstrap-theme .col-xs-pull-8 {
  right: 66.6666666667%;
}
#bootstrap-theme .col-xs-pull-9 {
  right: 75%;
}
#bootstrap-theme .col-xs-pull-10 {
  right: 83.3333333333%;
}
#bootstrap-theme .col-xs-pull-11 {
  right: 91.6666666667%;
}
#bootstrap-theme .col-xs-pull-12 {
  right: 100%;
}
#bootstrap-theme .col-xs-push-0 {
  left: auto;
}
#bootstrap-theme .col-xs-push-1 {
  left: 8.3333333333%;
}
#bootstrap-theme .col-xs-push-2 {
  left: 16.6666666667%;
}
#bootstrap-theme .col-xs-push-3 {
  left: 25%;
}
#bootstrap-theme .col-xs-push-4 {
  left: 33.3333333333%;
}
#bootstrap-theme .col-xs-push-5 {
  left: 41.6666666667%;
}
#bootstrap-theme .col-xs-push-6 {
  left: 50%;
}
#bootstrap-theme .col-xs-push-7 {
  left: 58.3333333333%;
}
#bootstrap-theme .col-xs-push-8 {
  left: 66.6666666667%;
}
#bootstrap-theme .col-xs-push-9 {
  left: 75%;
}
#bootstrap-theme .col-xs-push-10 {
  left: 83.3333333333%;
}
#bootstrap-theme .col-xs-push-11 {
  left: 91.6666666667%;
}
#bootstrap-theme .col-xs-push-12 {
  left: 100%;
}
#bootstrap-theme .col-xs-offset-0 {
  margin-left: 0%;
}
#bootstrap-theme .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
#bootstrap-theme .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
#bootstrap-theme .col-xs-offset-3 {
  margin-left: 25%;
}
#bootstrap-theme .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
#bootstrap-theme .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
#bootstrap-theme .col-xs-offset-6 {
  margin-left: 50%;
}
#bootstrap-theme .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
#bootstrap-theme .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
#bootstrap-theme .col-xs-offset-9 {
  margin-left: 75%;
}
#bootstrap-theme .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
#bootstrap-theme .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
#bootstrap-theme .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  #bootstrap-theme .col-sm-1,
  #bootstrap-theme .col-sm-2,
  #bootstrap-theme .col-sm-3,
  #bootstrap-theme .col-sm-4,
  #bootstrap-theme .col-sm-5,
  #bootstrap-theme .col-sm-6,
  #bootstrap-theme .col-sm-7,
  #bootstrap-theme .col-sm-8,
  #bootstrap-theme .col-sm-9,
  #bootstrap-theme .col-sm-10,
  #bootstrap-theme .col-sm-11,
  #bootstrap-theme .col-sm-12 {
    float: left;
  }
  #bootstrap-theme .col-sm-1 {
    width: 8.3333333333%;
  }
  #bootstrap-theme .col-sm-2 {
    width: 16.6666666667%;
  }
  #bootstrap-theme .col-sm-3 {
    width: 25%;
  }
  #bootstrap-theme .col-sm-4 {
    width: 33.3333333333%;
  }
  #bootstrap-theme .col-sm-5 {
    width: 41.6666666667%;
  }
  #bootstrap-theme .col-sm-6 {
    width: 50%;
  }
  #bootstrap-theme .col-sm-7 {
    width: 58.3333333333%;
  }
  #bootstrap-theme .col-sm-8 {
    width: 66.6666666667%;
  }
  #bootstrap-theme .col-sm-9 {
    width: 75%;
  }
  #bootstrap-theme .col-sm-10 {
    width: 83.3333333333%;
  }
  #bootstrap-theme .col-sm-11 {
    width: 91.6666666667%;
  }
  #bootstrap-theme .col-sm-12 {
    width: 100%;
  }
  #bootstrap-theme .col-sm-pull-0 {
    right: auto;
  }
  #bootstrap-theme .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  #bootstrap-theme .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  #bootstrap-theme .col-sm-pull-3 {
    right: 25%;
  }
  #bootstrap-theme .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  #bootstrap-theme .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  #bootstrap-theme .col-sm-pull-6 {
    right: 50%;
  }
  #bootstrap-theme .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  #bootstrap-theme .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  #bootstrap-theme .col-sm-pull-9 {
    right: 75%;
  }
  #bootstrap-theme .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  #bootstrap-theme .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  #bootstrap-theme .col-sm-pull-12 {
    right: 100%;
  }
  #bootstrap-theme .col-sm-push-0 {
    left: auto;
  }
  #bootstrap-theme .col-sm-push-1 {
    left: 8.3333333333%;
  }
  #bootstrap-theme .col-sm-push-2 {
    left: 16.6666666667%;
  }
  #bootstrap-theme .col-sm-push-3 {
    left: 25%;
  }
  #bootstrap-theme .col-sm-push-4 {
    left: 33.3333333333%;
  }
  #bootstrap-theme .col-sm-push-5 {
    left: 41.6666666667%;
  }
  #bootstrap-theme .col-sm-push-6 {
    left: 50%;
  }
  #bootstrap-theme .col-sm-push-7 {
    left: 58.3333333333%;
  }
  #bootstrap-theme .col-sm-push-8 {
    left: 66.6666666667%;
  }
  #bootstrap-theme .col-sm-push-9 {
    left: 75%;
  }
  #bootstrap-theme .col-sm-push-10 {
    left: 83.3333333333%;
  }
  #bootstrap-theme .col-sm-push-11 {
    left: 91.6666666667%;
  }
  #bootstrap-theme .col-sm-push-12 {
    left: 100%;
  }
  #bootstrap-theme .col-sm-offset-0 {
    margin-left: 0%;
  }
  #bootstrap-theme .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  #bootstrap-theme .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  #bootstrap-theme .col-sm-offset-3 {
    margin-left: 25%;
  }
  #bootstrap-theme .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  #bootstrap-theme .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  #bootstrap-theme .col-sm-offset-6 {
    margin-left: 50%;
  }
  #bootstrap-theme .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  #bootstrap-theme .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  #bootstrap-theme .col-sm-offset-9 {
    margin-left: 75%;
  }
  #bootstrap-theme .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  #bootstrap-theme .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  #bootstrap-theme .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  #bootstrap-theme .col-md-1,
  #bootstrap-theme .col-md-2,
  #bootstrap-theme .col-md-3,
  #bootstrap-theme .col-md-4,
  #bootstrap-theme .col-md-5,
  #bootstrap-theme .col-md-6,
  #bootstrap-theme .col-md-7,
  #bootstrap-theme .col-md-8,
  #bootstrap-theme .col-md-9,
  #bootstrap-theme .col-md-10,
  #bootstrap-theme .col-md-11,
  #bootstrap-theme .col-md-12 {
    float: left;
  }
  #bootstrap-theme .col-md-1 {
    width: 8.3333333333%;
  }
  #bootstrap-theme .col-md-2 {
    width: 16.6666666667%;
  }
  #bootstrap-theme .col-md-3 {
    width: 25%;
  }
  #bootstrap-theme .col-md-4 {
    width: 33.3333333333%;
  }
  #bootstrap-theme .col-md-5 {
    width: 41.6666666667%;
  }
  #bootstrap-theme .col-md-6 {
    width: 50%;
  }
  #bootstrap-theme .col-md-7 {
    width: 58.3333333333%;
  }
  #bootstrap-theme .col-md-8 {
    width: 66.6666666667%;
  }
  #bootstrap-theme .col-md-9 {
    width: 75%;
  }
  #bootstrap-theme .col-md-10 {
    width: 83.3333333333%;
  }
  #bootstrap-theme .col-md-11 {
    width: 91.6666666667%;
  }
  #bootstrap-theme .col-md-12 {
    width: 100%;
  }
  #bootstrap-theme .col-md-pull-0 {
    right: auto;
  }
  #bootstrap-theme .col-md-pull-1 {
    right: 8.3333333333%;
  }
  #bootstrap-theme .col-md-pull-2 {
    right: 16.6666666667%;
  }
  #bootstrap-theme .col-md-pull-3 {
    right: 25%;
  }
  #bootstrap-theme .col-md-pull-4 {
    right: 33.3333333333%;
  }
  #bootstrap-theme .col-md-pull-5 {
    right: 41.6666666667%;
  }
  #bootstrap-theme .col-md-pull-6 {
    right: 50%;
  }
  #bootstrap-theme .col-md-pull-7 {
    right: 58.3333333333%;
  }
  #bootstrap-theme .col-md-pull-8 {
    right: 66.6666666667%;
  }
  #bootstrap-theme .col-md-pull-9 {
    right: 75%;
  }
  #bootstrap-theme .col-md-pull-10 {
    right: 83.3333333333%;
  }
  #bootstrap-theme .col-md-pull-11 {
    right: 91.6666666667%;
  }
  #bootstrap-theme .col-md-pull-12 {
    right: 100%;
  }
  #bootstrap-theme .col-md-push-0 {
    left: auto;
  }
  #bootstrap-theme .col-md-push-1 {
    left: 8.3333333333%;
  }
  #bootstrap-theme .col-md-push-2 {
    left: 16.6666666667%;
  }
  #bootstrap-theme .col-md-push-3 {
    left: 25%;
  }
  #bootstrap-theme .col-md-push-4 {
    left: 33.3333333333%;
  }
  #bootstrap-theme .col-md-push-5 {
    left: 41.6666666667%;
  }
  #bootstrap-theme .col-md-push-6 {
    left: 50%;
  }
  #bootstrap-theme .col-md-push-7 {
    left: 58.3333333333%;
  }
  #bootstrap-theme .col-md-push-8 {
    left: 66.6666666667%;
  }
  #bootstrap-theme .col-md-push-9 {
    left: 75%;
  }
  #bootstrap-theme .col-md-push-10 {
    left: 83.3333333333%;
  }
  #bootstrap-theme .col-md-push-11 {
    left: 91.6666666667%;
  }
  #bootstrap-theme .col-md-push-12 {
    left: 100%;
  }
  #bootstrap-theme .col-md-offset-0 {
    margin-left: 0%;
  }
  #bootstrap-theme .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  #bootstrap-theme .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  #bootstrap-theme .col-md-offset-3 {
    margin-left: 25%;
  }
  #bootstrap-theme .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  #bootstrap-theme .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  #bootstrap-theme .col-md-offset-6 {
    margin-left: 50%;
  }
  #bootstrap-theme .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  #bootstrap-theme .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  #bootstrap-theme .col-md-offset-9 {
    margin-left: 75%;
  }
  #bootstrap-theme .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  #bootstrap-theme .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  #bootstrap-theme .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  #bootstrap-theme .col-lg-1,
  #bootstrap-theme .col-lg-2,
  #bootstrap-theme .col-lg-3,
  #bootstrap-theme .col-lg-4,
  #bootstrap-theme .col-lg-5,
  #bootstrap-theme .col-lg-6,
  #bootstrap-theme .col-lg-7,
  #bootstrap-theme .col-lg-8,
  #bootstrap-theme .col-lg-9,
  #bootstrap-theme .col-lg-10,
  #bootstrap-theme .col-lg-11,
  #bootstrap-theme .col-lg-12 {
    float: left;
  }
  #bootstrap-theme .col-lg-1 {
    width: 8.3333333333%;
  }
  #bootstrap-theme .col-lg-2 {
    width: 16.6666666667%;
  }
  #bootstrap-theme .col-lg-3 {
    width: 25%;
  }
  #bootstrap-theme .col-lg-4 {
    width: 33.3333333333%;
  }
  #bootstrap-theme .col-lg-5 {
    width: 41.6666666667%;
  }
  #bootstrap-theme .col-lg-6 {
    width: 50%;
  }
  #bootstrap-theme .col-lg-7 {
    width: 58.3333333333%;
  }
  #bootstrap-theme .col-lg-8 {
    width: 66.6666666667%;
  }
  #bootstrap-theme .col-lg-9 {
    width: 75%;
  }
  #bootstrap-theme .col-lg-10 {
    width: 83.3333333333%;
  }
  #bootstrap-theme .col-lg-11 {
    width: 91.6666666667%;
  }
  #bootstrap-theme .col-lg-12 {
    width: 100%;
  }
  #bootstrap-theme .col-lg-pull-0 {
    right: auto;
  }
  #bootstrap-theme .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  #bootstrap-theme .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  #bootstrap-theme .col-lg-pull-3 {
    right: 25%;
  }
  #bootstrap-theme .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  #bootstrap-theme .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  #bootstrap-theme .col-lg-pull-6 {
    right: 50%;
  }
  #bootstrap-theme .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  #bootstrap-theme .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  #bootstrap-theme .col-lg-pull-9 {
    right: 75%;
  }
  #bootstrap-theme .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  #bootstrap-theme .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  #bootstrap-theme .col-lg-pull-12 {
    right: 100%;
  }
  #bootstrap-theme .col-lg-push-0 {
    left: auto;
  }
  #bootstrap-theme .col-lg-push-1 {
    left: 8.3333333333%;
  }
  #bootstrap-theme .col-lg-push-2 {
    left: 16.6666666667%;
  }
  #bootstrap-theme .col-lg-push-3 {
    left: 25%;
  }
  #bootstrap-theme .col-lg-push-4 {
    left: 33.3333333333%;
  }
  #bootstrap-theme .col-lg-push-5 {
    left: 41.6666666667%;
  }
  #bootstrap-theme .col-lg-push-6 {
    left: 50%;
  }
  #bootstrap-theme .col-lg-push-7 {
    left: 58.3333333333%;
  }
  #bootstrap-theme .col-lg-push-8 {
    left: 66.6666666667%;
  }
  #bootstrap-theme .col-lg-push-9 {
    left: 75%;
  }
  #bootstrap-theme .col-lg-push-10 {
    left: 83.3333333333%;
  }
  #bootstrap-theme .col-lg-push-11 {
    left: 91.6666666667%;
  }
  #bootstrap-theme .col-lg-push-12 {
    left: 100%;
  }
  #bootstrap-theme .col-lg-offset-0 {
    margin-left: 0%;
  }
  #bootstrap-theme .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  #bootstrap-theme .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  #bootstrap-theme .col-lg-offset-3 {
    margin-left: 25%;
  }
  #bootstrap-theme .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  #bootstrap-theme .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  #bootstrap-theme .col-lg-offset-6 {
    margin-left: 50%;
  }
  #bootstrap-theme .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  #bootstrap-theme .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  #bootstrap-theme .col-lg-offset-9 {
    margin-left: 75%;
  }
  #bootstrap-theme .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  #bootstrap-theme .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  #bootstrap-theme .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* Table */

#bootstrap-theme caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}

/* Input */

#bootstrap-theme legend {
  position: initial;
  text-transform: inherit;
  float: none;
}
#bootstrap-theme input {
  line-height: normal;
}
#bootstrap-theme input[type="number"]::-webkit-inner-spin-button,
#bootstrap-theme input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#bootstrap-theme input[type="search"]::-webkit-search-cancel-button,
#bootstrap-theme input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#bootstrap-theme textarea {
  overflow: auto;
}
#bootstrap-theme optgroup {
  font-weight: bold;
}
#bootstrap-theme .form-control[disabled],
#bootstrap-theme .form-control[readonly],
fieldset[disabled] #bootstrap-theme .form-control {
  background-color: var(--crm-c-background2);
  opacity: 1;
}
#bootstrap-theme .form-control[disabled],
fieldset[disabled] #bootstrap-theme .form-control {
  cursor: not-allowed;
}
#bootstrap-theme textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #bootstrap-theme input[type="date"].form-control,
  #bootstrap-theme input[type="time"].form-control,
  #bootstrap-theme input[type="datetime-local"].form-control,
  #bootstrap-theme input[type="month"].form-control {
    line-height: 30px;
  }
  #bootstrap-theme input[type="date"].input-sm,
  #bootstrap-theme .input-group-sm > input.form-control[type="date"],
  #bootstrap-theme .input-group-sm > input.input-group-addon[type="date"],
  #bootstrap-theme .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm #bootstrap-theme input[type="date"],
  #bootstrap-theme input[type="time"].input-sm,
  #bootstrap-theme .input-group-sm > input.form-control[type="time"],
  #bootstrap-theme .input-group-sm > input.input-group-addon[type="time"],
  #bootstrap-theme .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm #bootstrap-theme input[type="time"],
  #bootstrap-theme input[type="datetime-local"].input-sm,
  #bootstrap-theme .input-group-sm > input.form-control[type="datetime-local"],
  #bootstrap-theme .input-group-sm > input.input-group-addon[type="datetime-local"],
  #bootstrap-theme .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm #bootstrap-theme input[type="datetime-local"],
  #bootstrap-theme input[type="month"].input-sm,
  #bootstrap-theme .input-group-sm > input.form-control[type="month"],
  #bootstrap-theme .input-group-sm > input.input-group-addon[type="month"],
  #bootstrap-theme .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm #bootstrap-theme input[type="month"] {
    line-height: 30px;
  }
  #bootstrap-theme input[type="date"].input-lg,
  #bootstrap-theme .input-group-lg > input.form-control[type="date"],
  #bootstrap-theme .input-group-lg > input.input-group-addon[type="date"],
  #bootstrap-theme .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg #bootstrap-theme input[type="date"],
  #bootstrap-theme input[type="time"].input-lg,
  #bootstrap-theme .input-group-lg > input.form-control[type="time"],
  #bootstrap-theme .input-group-lg > input.input-group-addon[type="time"],
  #bootstrap-theme .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg #bootstrap-theme input[type="time"],
  #bootstrap-theme input[type="datetime-local"].input-lg,
  #bootstrap-theme .input-group-lg > input.form-control[type="datetime-local"],
  #bootstrap-theme .input-group-lg > input.input-group-addon[type="datetime-local"],
  #bootstrap-theme .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg #bootstrap-theme input[type="datetime-local"],
  #bootstrap-theme input[type="month"].input-lg,
  #bootstrap-theme .input-group-lg > input.form-control[type="month"],
  #bootstrap-theme .input-group-lg > input.input-group-addon[type="month"],
  #bootstrap-theme .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg #bootstrap-theme input[type="month"] {
    line-height: 54px;
  }
}
#bootstrap-theme .form-group {
  margin-bottom: 15px;
}
#bootstrap-theme .form-control-static {
  min-height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
#bootstrap-theme .form-control-static.input-lg,
#bootstrap-theme .input-group-lg > .form-control-static.form-control,
#bootstrap-theme .input-group-lg > .form-control-static.input-group-addon,
#bootstrap-theme .input-group-lg > .input-group-btn > .form-control-static.btn,
#bootstrap-theme .form-control-static.input-sm,
#bootstrap-theme .input-group-sm > .form-control-static.form-control,
#bootstrap-theme .input-group-sm > .form-control-static.input-group-addon,
#bootstrap-theme .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
#bootstrap-theme .input-sm,
#bootstrap-theme .input-group-sm > .form-control,
#bootstrap-theme .input-group-sm > .input-group-addon,
#bootstrap-theme .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#bootstrap-theme select.input-sm,
#bootstrap-theme .input-group-sm > select.form-control,
#bootstrap-theme .input-group-sm > select.input-group-addon,
#bootstrap-theme .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
#bootstrap-theme textarea.input-sm,
#bootstrap-theme .input-group-sm > textarea.form-control,
#bootstrap-theme .input-group-sm > textarea.input-group-addon,
#bootstrap-theme .input-group-sm > .input-group-btn > textarea.btn,
#bootstrap-theme select[multiple].input-sm,
#bootstrap-theme .input-group-sm > select.form-control[multiple],
#bootstrap-theme .input-group-sm > select.input-group-addon[multiple],
#bootstrap-theme .input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}
#bootstrap-theme .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#bootstrap-theme .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
#bootstrap-theme .form-group-sm textarea.form-control,
#bootstrap-theme .form-group-sm select[multiple].form-control {
  height: auto;
}
#bootstrap-theme .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#bootstrap-theme .input-lg,
#bootstrap-theme .input-group-lg > .form-control,
#bootstrap-theme .input-group-lg > .input-group-addon,
#bootstrap-theme .input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
#bootstrap-theme select.input-lg,
#bootstrap-theme .input-group-lg > select.form-control,
#bootstrap-theme .input-group-lg > select.input-group-addon,
#bootstrap-theme .input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px;
}
#bootstrap-theme textarea.input-lg,
#bootstrap-theme .input-group-lg > textarea.form-control,
#bootstrap-theme .input-group-lg > textarea.input-group-addon,
#bootstrap-theme .input-group-lg > .input-group-btn > textarea.btn,
#bootstrap-theme select[multiple].input-lg,
#bootstrap-theme .input-group-lg > select.form-control[multiple],
#bootstrap-theme .input-group-lg > select.input-group-addon[multiple],
#bootstrap-theme .input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}
#bootstrap-theme .form-group-lg .form-control {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
#bootstrap-theme .form-group-lg select.form-control {
  height: 54px;
  line-height: 54px;
}
#bootstrap-theme .form-group-lg textarea.form-control,
#bootstrap-theme .form-group-lg select[multiple].form-control {
  height: auto;
}
#bootstrap-theme .form-group-lg .form-control-static {
  height: 54px;
  min-height: 38px;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
#bootstrap-theme .has-feedback {
  position: relative;
}
#bootstrap-theme .has-feedback .form-control {
  padding-right: 37.5px;
}
#bootstrap-theme .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
#bootstrap-theme .input-lg + .form-control-feedback,
#bootstrap-theme .input-group-lg > .form-control + .form-control-feedback,
#bootstrap-theme .input-group-lg > .input-group-addon + .form-control-feedback,
#bootstrap-theme .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
#bootstrap-theme .input-group-lg + .form-control-feedback,
#bootstrap-theme .form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
#bootstrap-theme .input-sm + .form-control-feedback,
#bootstrap-theme .input-group-sm > .form-control + .form-control-feedback,
#bootstrap-theme .input-group-sm > .input-group-addon + .form-control-feedback,
#bootstrap-theme .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
#bootstrap-theme .input-group-sm + .form-control-feedback,
#bootstrap-theme .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#bootstrap-theme .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
#bootstrap-theme .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
@media (min-width: 768px) {
  #bootstrap-theme .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-theme .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
  }
  #bootstrap-theme .form-inline .form-control-static {
    display: inline-block;
  }
  #bootstrap-theme .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #bootstrap-theme .form-inline .input-group .input-group-addon,
  #bootstrap-theme .form-inline .input-group .input-group-btn,
  #bootstrap-theme .form-inline .input-group .form-control {
    width: auto;
  }
  #bootstrap-theme .form-inline .input-group > .form-control {
    width: 100%;
  }
  #bootstrap-theme .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-theme .form-inline .radio,
  #bootstrap-theme .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-theme .form-inline .radio label,
  #bootstrap-theme .form-inline .checkbox label {
    padding-left: 0;
  }
  #bootstrap-theme .form-inline .radio input[type="radio"],
  #bootstrap-theme .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  #bootstrap-theme .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#bootstrap-theme .form-horizontal .radio,
#bootstrap-theme .form-horizontal .checkbox,
#bootstrap-theme .form-horizontal .radio-inline,
#bootstrap-theme .form-horizontal .checkbox-inline {
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
#bootstrap-theme .form-horizontal .radio,
#bootstrap-theme .form-horizontal .checkbox {
  min-height: 25px;
}
#bootstrap-theme .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
#bootstrap-theme .form-horizontal .form-group:before,
#bootstrap-theme .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
#bootstrap-theme .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  #bootstrap-theme .form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
  }
}
#bootstrap-theme .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  #bootstrap-theme .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #bootstrap-theme .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
#bootstrap-theme .fade {
  opacity: 0;
  transition: opacity .15s linear;
}
#bootstrap-theme .fade.in {
  opacity: 1;
}
#bootstrap-theme [data-toggle="buttons"] > .btn input[type="radio"],
#bootstrap-theme [data-toggle="buttons"] > .btn input[type="checkbox"],
#bootstrap-theme [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
#bootstrap-theme [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#bootstrap-theme .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#bootstrap-theme .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
#bootstrap-theme .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#bootstrap-theme .input-group .form-control:focus {
  z-index: 3;
}
#bootstrap-theme .input-group-addon,
#bootstrap-theme .input-group-btn,
#bootstrap-theme .input-group .form-control {
  display: table-cell;
}
#bootstrap-theme .input-group-addon:not(:first-child):not(:last-child),
#bootstrap-theme .input-group-btn:not(:first-child):not(:last-child),
#bootstrap-theme .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#bootstrap-theme .input-group-addon,
#bootstrap-theme .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#bootstrap-theme .input-group-addon.input-sm,
#bootstrap-theme .input-group-sm > .input-group-addon.form-control,
#bootstrap-theme .input-group-sm > .input-group-addon,
#bootstrap-theme .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
#bootstrap-theme .input-group-addon.input-lg,
#bootstrap-theme .input-group-lg > .input-group-addon.form-control,
#bootstrap-theme .input-group-lg > .input-group-addon,
#bootstrap-theme .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
#bootstrap-theme .input-group-addon input[type="radio"],
#bootstrap-theme .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
#bootstrap-theme .input-group .form-control:first-child,
#bootstrap-theme .input-group-addon:first-child,
#bootstrap-theme .input-group-btn:first-child > .btn,
#bootstrap-theme .input-group-btn:first-child > .btn-group > .btn,
#bootstrap-theme .input-group-btn:first-child > .dropdown-toggle,
#bootstrap-theme .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#bootstrap-theme .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#bootstrap-theme .input-group-addon:first-child {
  border-right: 0;
}
#bootstrap-theme .input-group .form-control:last-child,
#bootstrap-theme .input-group-addon:last-child,
#bootstrap-theme .input-group-btn:last-child > .btn,
#bootstrap-theme .input-group-btn:last-child > .btn-group > .btn,
#bootstrap-theme .input-group-btn:last-child > .dropdown-toggle,
#bootstrap-theme .input-group-btn:first-child > .btn:not(:first-child),
#bootstrap-theme .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#bootstrap-theme .input-group-addon:last-child {
  border-left: 0;
}

/* Button */

#bootstrap-theme button,
#bootstrap-theme html input[type="button"],
#bootstrap-theme input[type="reset"],
#bootstrap-theme input[type="submit"] {
  -webkit-appearance: button;
  cursor: var(--crm-hover-clickable);
}
#bootstrap-theme button[disabled],
#bootstrap-theme html input[disabled] {
  cursor: default;
}
#bootstrap-theme button::-moz-focus-inner,
#bootstrap-theme input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#bootstrap-theme [role="button"] {
  cursor: var(--crm-hover-clickable);
}
#bootstrap-theme .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#bootstrap-theme .input-group-btn > .btn {
  position: relative;
}
#bootstrap-theme .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
#bootstrap-theme .input-group-btn > .btn:hover,
#bootstrap-theme .input-group-btn > .btn:focus,
#bootstrap-theme .input-group-btn > .btn:active {
  z-index: 2;
}
#bootstrap-theme .input-group-btn:first-child > .btn,
#bootstrap-theme .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
#bootstrap-theme .input-group-btn:last-child > .btn,
#bootstrap-theme .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
#bootstrap-theme .btn-link {
  font-weight: 400;
  color: var(--crm-c-link);
  border-radius: 0;
}
#bootstrap-theme .btn-link,
#bootstrap-theme .btn-link:active,
#bootstrap-theme .btn-link.active,
#bootstrap-theme .btn-link[disabled],
fieldset[disabled] #bootstrap-theme .btn-link {
  background-color: transparent;
  box-shadow: none;
}
#bootstrap-theme .btn-link,
#bootstrap-theme .btn-link:hover,
#bootstrap-theme .btn-link:focus,
#bootstrap-theme .btn-link:active {
  border-color: transparent;
}
#bootstrap-theme .btn-link:hover,
#bootstrap-theme .btn-link:focus {
  color: var(--crm-c-link-hover);
  text-decoration: var(--crm-link-decoration);
  background-color: transparent;
}
#bootstrap-theme .btn-link[disabled]:hover,
#bootstrap-theme .btn-link[disabled]:focus,
fieldset[disabled] #bootstrap-theme .btn-link:hover,
fieldset[disabled] #bootstrap-theme .btn-link:focus {
  color: var(--crm-c-gray-800);
  text-decoration: none;
}
#bootstrap-theme .input-group-addon {
  padding: var(--crm-input-padding);
  font-size: var(--crm-input-font-size);
  font-weight: normal;
  line-height: inherit;
  color: var(--crm-input-color);
  text-align: left;
  background-color: var(--crm-input-background);
  /* width: 100%; */
  border-radius: var(--crm-roundness);
}
#bootstrap-theme .has-success .form-control,
#bootstrap-theme .has-success .form-control:focus {
  border-color: var(--crm-alert-success-border);
}
#bootstrap-theme .has-success .input-group-addon {
  color: var(--crm-alert-success-text);
  background-color: var(--crm-alert-sucess-bg);
  border-color: var(--crm-alert-success-border);
}
#bootstrap-theme .has-success .form-control-feedback {
  color: var(--crm-c-success-on-page-bg);
}
#bootstrap-theme .has-warning .form-control {
  border-color: var(--crm-c-warning);
}
#bootstrap-theme .has-warning .form-control:focus {
  border-color: var(--crm-c-warning);
}
#bootstrap-theme .has-warning .input-group-addon {
  color: var(--crm-alert-warning-text);
  background-color: var(--crm-alert-warning-bg);
  border-color: var(--crm-alert-warning-border);
}
#bootstrap-theme .has-warning .form-control-feedback {
  color: var(--crm-c-warning);
}
#bootstrap-theme .has-error .form-control,
#bootstrap-theme .has-error .form-control a.select2-default {
  border-color: var(--crm-c-danger);
}
#bootstrap-theme .has-error .form-control:focus {
  border-color: var(--crm-c-danger);
}
#bootstrap-theme .has-error .input-group-addon {
  color: var(--crm-alert-danger-text);
  background-color: var(--crm-alert-danger-bg);
  border-color: var(--crm-alert-danger-border);
}
#bootstrap-theme .has-error .form-control-feedback {
  color: var(--crm-c-danger);
}

/* Nav */

#bootstrap-theme .navbar-default {
  background-color: var(--crm-c-darkest);
  border-color: var(--crm-c-darkest);
  color: var(--crm-c-text-light);
}
#bootstrap-theme .nav-justified,
#bootstrap-theme .nav-tabs.nav-justified {
  width: 100%;
}
#bootstrap-theme .nav-justified > li,
#bootstrap-theme .nav-tabs.nav-justified > li {
  float: none;
}
#bootstrap-theme .nav-justified > li > a,
#bootstrap-theme .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
#bootstrap-theme .nav-justified > .dropdown .dropdown-menu,
#bootstrap-theme .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #bootstrap-theme .nav-justified > li,
  #bootstrap-theme .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #bootstrap-theme .nav-justified > li > a,
  #bootstrap-theme .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#bootstrap-theme .nav-tabs-justified,
#bootstrap-theme .nav-tabs.nav-justified {
  border-bottom: 0;
}
#bootstrap-theme .nav-tabs-justified > li > a,
#bootstrap-theme .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#bootstrap-theme .nav-tabs-justified > .active > a,
#bootstrap-theme .nav-tabs.nav-justified > .active > a,
#bootstrap-theme .nav-tabs-justified > .active > a:hover,
#bootstrap-theme .nav-tabs.nav-justified > .active > a:hover,
#bootstrap-theme .nav-tabs-justified > .active > a:focus,
#bootstrap-theme .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #bootstrap-theme .nav-tabs-justified > li > a,
  #bootstrap-theme .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #bootstrap-theme .nav-tabs-justified > .active > a,
  #bootstrap-theme .nav-tabs.nav-justified > .active > a,
  #bootstrap-theme .nav-tabs-justified > .active > a:hover,
  #bootstrap-theme .nav-tabs.nav-justified > .active > a:hover,
  #bootstrap-theme .nav-tabs-justified > .active > a:focus,
  #bootstrap-theme .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
#bootstrap-theme .tab-content > .tab-pane {
  display: none;
}
#bootstrap-theme .tab-content > .active {
  display: block;
}
#bootstrap-theme .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#bootstrap-theme .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
#bootstrap-theme .navbar:before,
#bootstrap-theme .navbar:after {
  display: table;
  content: " ";
}
#bootstrap-theme .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar {
    border-radius: 4px;
  }
}
#bootstrap-theme .navbar-header:before,
#bootstrap-theme .navbar-header:after {
  display: table;
  content: " ";
}
#bootstrap-theme .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-header {
    float: left;
  }
}
#bootstrap-theme .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}
#bootstrap-theme .navbar-collapse:before,
#bootstrap-theme .navbar-collapse:after {
  display: table;
  content: " ";
}
#bootstrap-theme .navbar-collapse:after {
  clear: both;
}
#bootstrap-theme .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  #bootstrap-theme .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  #bootstrap-theme .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top #bootstrap-theme .navbar-collapse,
  .navbar-static-top #bootstrap-theme .navbar-collapse,
  .navbar-fixed-bottom #bootstrap-theme .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
#bootstrap-theme .navbar-fixed-top,
#bootstrap-theme .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
#bootstrap-theme .navbar-fixed-top .navbar-collapse,
#bootstrap-theme .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  #bootstrap-theme .navbar-fixed-top .navbar-collapse,
  #bootstrap-theme .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-fixed-top,
  #bootstrap-theme .navbar-fixed-bottom {
    border-radius: 0;
  }
}
#bootstrap-theme .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
#bootstrap-theme .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
#bootstrap-theme .container > .navbar-header,
#bootstrap-theme .container > .navbar-collapse,
#bootstrap-theme .container-fluid > .navbar-header,
#bootstrap-theme .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #bootstrap-theme .container > .navbar-header,
  #bootstrap-theme .container > .navbar-collapse,
  #bootstrap-theme .container-fluid > .navbar-header,
  #bootstrap-theme .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#bootstrap-theme .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-static-top {
    border-radius: 0;
  }
}
#bootstrap-theme .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#bootstrap-theme .navbar-brand:hover,
#bootstrap-theme .navbar-brand:focus {
  text-decoration: none;
}
#bootstrap-theme .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container #bootstrap-theme .navbar-brand,
  .navbar > .container-fluid #bootstrap-theme .navbar-brand {
    margin-left: -15px;
  }
}
#bootstrap-theme .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#bootstrap-theme .navbar-toggle:focus {
  outline: 0;
}
#bootstrap-theme .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#bootstrap-theme .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-toggle {
    display: none;
  }
}
#bootstrap-theme .navbar-nav {
  margin: 7.5px -15px;
}
#bootstrap-theme .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #bootstrap-theme .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  #bootstrap-theme .navbar-nav .open .dropdown-menu > li > a,
  #bootstrap-theme .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #bootstrap-theme .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  #bootstrap-theme .navbar-nav .open .dropdown-menu > li > a:hover,
  #bootstrap-theme .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-nav {
    float: left;
    margin: 0;
  }
  #bootstrap-theme .navbar-nav > li {
    float: left;
  }
  #bootstrap-theme .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#bootstrap-theme .navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-theme .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #bootstrap-theme .navbar-form .form-control-static {
    display: inline-block;
  }
  #bootstrap-theme .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #bootstrap-theme .navbar-form .input-group .input-group-addon,
  #bootstrap-theme .navbar-form .input-group .input-group-btn,
  #bootstrap-theme .navbar-form .input-group .form-control {
    width: auto;
  }
  #bootstrap-theme .navbar-form .input-group > .form-control {
    width: 100%;
  }
  #bootstrap-theme .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-theme .navbar-form .radio,
  #bootstrap-theme .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-theme .navbar-form .radio label,
  #bootstrap-theme .navbar-form .checkbox label {
    padding-left: 0;
  }
  #bootstrap-theme .navbar-form .radio input[type="radio"],
  #bootstrap-theme .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  #bootstrap-theme .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  #bootstrap-theme .navbar-form .form-group {
    margin-bottom: 5px;
  }
  #bootstrap-theme .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
#bootstrap-theme .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#bootstrap-theme .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#bootstrap-theme .navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
#bootstrap-theme .navbar-btn.btn-sm,
#bootstrap-theme .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
#bootstrap-theme .navbar-btn.btn-xs,
#bootstrap-theme .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
#bootstrap-theme .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  #bootstrap-theme .navbar-left {
    float: left !important;
  }
  #bootstrap-theme .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  #bootstrap-theme .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
#bootstrap-theme .navbar-default .navbar-brand {
  color: white;
}
#bootstrap-theme .navbar-default .navbar-brand:hover,
#bootstrap-theme .navbar-default .navbar-brand:focus {
  color: white;
  background-color: none;
}
#bootstrap-theme .navbar-default .navbar-text {
  color: #ddd;
}
#bootstrap-theme .navbar-default .navbar-nav > li > a {
  color: white;
}
#bootstrap-theme .navbar-default .navbar-nav > li > a:hover,
#bootstrap-theme .navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: black;
}
#bootstrap-theme .navbar-default .navbar-nav > .active > a,
#bootstrap-theme .navbar-default .navbar-nav > .active > a:hover,
#bootstrap-theme .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: black;
}
#bootstrap-theme .navbar-default .navbar-nav > .disabled > a,
#bootstrap-theme .navbar-default .navbar-nav > .disabled > a:hover,
#bootstrap-theme .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ddd;
  background-color: transparent;
}
#bootstrap-theme .navbar-default .navbar-nav > .open > a,
#bootstrap-theme .navbar-default .navbar-nav > .open > a:hover,
#bootstrap-theme .navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: black;
}
@media (max-width: 767px) {
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: black;
  }
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: black;
  }
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #bootstrap-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ddd;
    background-color: transparent;
  }
}
#bootstrap-theme .navbar-default .navbar-toggle {
  border-color: black;
}
#bootstrap-theme .navbar-default .navbar-toggle:hover,
#bootstrap-theme .navbar-default .navbar-toggle:focus {
  background-color: black;
}
#bootstrap-theme .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
#bootstrap-theme .navbar-default .navbar-collapse,
#bootstrap-theme .navbar-default .navbar-form {
  border-color: black;
}
#bootstrap-theme .navbar-default .navbar-link {
  color: white;
}
#bootstrap-theme .navbar-default .navbar-link:hover {
  color: white;
}
#bootstrap-theme .navbar-default .btn-link {
  color: white;
}
#bootstrap-theme .navbar-default .btn-link:hover,
#bootstrap-theme .navbar-default .btn-link:focus {
  color: white;
}
#bootstrap-theme .navbar-default .btn-link[disabled]:hover,
#bootstrap-theme .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] #bootstrap-theme .navbar-default .btn-link:hover,
fieldset[disabled] #bootstrap-theme .navbar-default .btn-link:focus {
  color: #ddd;
}
#bootstrap-theme .navbar-inverse {
  background-color: #cde8fe;
  border-color: #b4ddfe;
}
#bootstrap-theme .navbar-inverse .navbar-brand {
  color: white;
}
#bootstrap-theme .navbar-inverse .navbar-brand:hover,
#bootstrap-theme .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: none;
}
#bootstrap-theme .navbar-inverse .navbar-text {
  color: white;
}
#bootstrap-theme .navbar-inverse .navbar-nav > li > a {
  color: white;
}
#bootstrap-theme .navbar-inverse .navbar-nav > li > a:hover,
#bootstrap-theme .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: #b4ddfe;
}
#bootstrap-theme .navbar-inverse .navbar-nav > .active > a,
#bootstrap-theme .navbar-inverse .navbar-nav > .active > a:hover,
#bootstrap-theme .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #b4ddfe;
}
#bootstrap-theme .navbar-inverse .navbar-nav > .disabled > a,
#bootstrap-theme .navbar-inverse .navbar-nav > .disabled > a:hover,
#bootstrap-theme .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
#bootstrap-theme .navbar-inverse .navbar-nav > .open > a,
#bootstrap-theme .navbar-inverse .navbar-nav > .open > a:hover,
#bootstrap-theme .navbar-inverse .navbar-nav > .open > a:focus {
  color: white;
  background-color: #b4ddfe;
}
@media (max-width: 767px) {
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #b4ddfe;
  }
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #b4ddfe;
  }
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #b4ddfe;
  }
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #b4ddfe;
  }
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #bootstrap-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
#bootstrap-theme .navbar-inverse .navbar-toggle {
  border-color: #b4ddfe;
}
#bootstrap-theme .navbar-inverse .navbar-toggle:hover,
#bootstrap-theme .navbar-inverse .navbar-toggle:focus {
  background-color: #b4ddfe;
}
#bootstrap-theme .navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
#bootstrap-theme .navbar-inverse .navbar-collapse,
#bootstrap-theme .navbar-inverse .navbar-form {
  border-color: #aad8fd;
}
#bootstrap-theme .navbar-inverse .navbar-link {
  color: white;
}
#bootstrap-theme .navbar-inverse .navbar-link:hover {
  color: white;
}
#bootstrap-theme .navbar-inverse .btn-link {
  color: white;
}
#bootstrap-theme .navbar-inverse .btn-link:hover,
#bootstrap-theme .navbar-inverse .btn-link:focus {
  color: white;
}
#bootstrap-theme .navbar-inverse .btn-link[disabled]:hover,
#bootstrap-theme .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] #bootstrap-theme .navbar-inverse .btn-link:hover,
fieldset[disabled] #bootstrap-theme .navbar-inverse .btn-link:focus {
  color: #ccc;
}

/* Breadcrumb */

#bootstrap-theme .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
#bootstrap-theme .breadcrumb > li {
  display: inline-block;
}
#bootstrap-theme .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
#bootstrap-theme .breadcrumb > .active {
  color: #999;
}

/* Pager */

#bootstrap-theme .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
#bootstrap-theme .pager:before,
#bootstrap-theme .pager:after {
  display: table;
  content: " ";
}
#bootstrap-theme .pager:after {
  clear: both;
}
#bootstrap-theme .pager li {
  display: inline;
}
#bootstrap-theme .pager li > a,
#bootstrap-theme .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
}
#bootstrap-theme .pager li > a:hover,
#bootstrap-theme .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
#bootstrap-theme .pager .next > a,
#bootstrap-theme .pager .next > span {
  float: right;
}
#bootstrap-theme .pager .previous > a,
#bootstrap-theme .pager .previous > span {
  float: left;
}
#bootstrap-theme .pager .disabled > a,
#bootstrap-theme .pager .disabled > a:hover,
#bootstrap-theme .pager .disabled > a:focus,
#bootstrap-theme .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: white;
}

/* Jumbotron */

#bootstrap-theme .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: var(--crm-c-background);
}
#bootstrap-theme .jumbotron h1,
#bootstrap-theme .jumbotron .h1 {
  color: inherit;
}
#bootstrap-theme .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
#bootstrap-theme .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container #bootstrap-theme .jumbotron,
.container-fluid #bootstrap-theme .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
#bootstrap-theme .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #bootstrap-theme .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container #bootstrap-theme .jumbotron,
  .container-fluid #bootstrap-theme .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  #bootstrap-theme .jumbotron h1,
  #bootstrap-theme .jumbotron .h1 {
    font-size: 63px;
  }
}

/* Progress bar */

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#bootstrap-theme .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: whitesmoke;
  border-radius: var(--crm-c-roundness);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
#bootstrap-theme .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: black;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}
#bootstrap-theme .progress-striped .progress-bar,
#bootstrap-theme .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
#bootstrap-theme .progress.active .progress-bar,
#bootstrap-theme .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
#bootstrap-theme .progress-bar-success {
  background-color: var(--crm-c-success);
}
.progress-striped #bootstrap-theme .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
#bootstrap-theme .progress-bar-info {
  background-color: var(--crm-c-info);
}
.progress-striped #bootstrap-theme .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
#bootstrap-theme .progress-bar-warning {
  background-color: var(--crm-c-warning);
}
.progress-striped #bootstrap-theme .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
#bootstrap-theme .progress-bar-danger {
  background-color: var(--crm-c-danger);
}
.progress-striped #bootstrap-theme .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* Media */

#bootstrap-theme .media {
  margin-top: 15px;
}
#bootstrap-theme .media:first-child {
  margin-top: 0;
}
#bootstrap-theme .media,
#bootstrap-theme .media-body {
  overflow: hidden;
  zoom: 1;
}
#bootstrap-theme .media-body {
  width: 10000px;
}
#bootstrap-theme .media-object {
  display: block;
}
#bootstrap-theme .media-object.img-thumbnail {
  max-width: none;
}
#bootstrap-theme .media-right,
#bootstrap-theme .media > .pull-right {
  padding-left: 10px;
}
#bootstrap-theme .media-left,
#bootstrap-theme .media > .pull-left {
  padding-right: 10px;
}
#bootstrap-theme .media-left,
#bootstrap-theme .media-right,
#bootstrap-theme .media-body {
  display: table-cell;
  vertical-align: top;
}
#bootstrap-theme .media-middle {
  vertical-align: middle;
}
#bootstrap-theme .media-bottom {
  vertical-align: bottom;
}
#bootstrap-theme .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
#bootstrap-theme .media-list {
  padding-left: 0;
  list-style: none;
}
#bootstrap-theme audio,
#bootstrap-theme canvas,
#bootstrap-theme progress,
#bootstrap-theme video {
  display: inline-block;
  vertical-align: baseline;
}
#bootstrap-theme audio:not([controls]) {
  display: none;
  height: 0;
}

/* List group */

#bootstrap-theme .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
#bootstrap-theme .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #ddd;
}
#bootstrap-theme .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#bootstrap-theme .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#bootstrap-theme .list-group-item.disabled,
#bootstrap-theme .list-group-item.disabled:hover,
#bootstrap-theme .list-group-item.disabled:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #eee;
}
#bootstrap-theme .list-group-item.disabled .list-group-item-heading,
#bootstrap-theme .list-group-item.disabled:hover .list-group-item-heading,
#bootstrap-theme .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
#bootstrap-theme .list-group-item.disabled .list-group-item-text,
#bootstrap-theme .list-group-item.disabled:hover .list-group-item-text,
#bootstrap-theme .list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}
#bootstrap-theme .list-group-item.active,
#bootstrap-theme .list-group-item.active:hover,
#bootstrap-theme .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: black;
  border-color: black;
}
#bootstrap-theme .list-group-item.active .list-group-item-heading,
#bootstrap-theme .list-group-item.active .list-group-item-heading > small,
#bootstrap-theme .list-group-item.active .list-group-item-heading > .small,
#bootstrap-theme .list-group-item.active:hover .list-group-item-heading,
#bootstrap-theme .list-group-item.active:hover .list-group-item-heading > small,
#bootstrap-theme .list-group-item.active:hover .list-group-item-heading > .small,
#bootstrap-theme .list-group-item.active:focus .list-group-item-heading,
#bootstrap-theme .list-group-item.active:focus .list-group-item-heading > small,
#bootstrap-theme .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
#bootstrap-theme .list-group-item.active .list-group-item-text,
#bootstrap-theme .list-group-item.active:hover .list-group-item-text,
#bootstrap-theme .list-group-item.active:focus .list-group-item-text {
  color: #666;
}
#bootstrap-theme a.list-group-item,
#bootstrap-theme button.list-group-item {
  color: #555;
}
#bootstrap-theme a.list-group-item .list-group-item-heading,
#bootstrap-theme button.list-group-item .list-group-item-heading {
  color: #333;
}
#bootstrap-theme a.list-group-item:hover,
#bootstrap-theme a.list-group-item:focus,
#bootstrap-theme button.list-group-item:hover,
#bootstrap-theme button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: var(--crm-c-background);
}
#bootstrap-theme button.list-group-item {
  width: 100%;
  text-align: left;
}
#bootstrap-theme a.list-group-item-success,
#bootstrap-theme button.list-group-item-success {
  color: var(--crm-alert-success-text);
}
#bootstrap-theme a.list-group-item-success .list-group-item-heading,
#bootstrap-theme button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
#bootstrap-theme .list-group-item-success,
#bootstrap-theme a.list-group-item-success:hover,
#bootstrap-theme a.list-group-item-success:focus,
#bootstrap-theme button.list-group-item-success:hover,
#bootstrap-theme button.list-group-item-success:focus {
  color: var(--crm-alert-success-text);
  background-color: var(--crm-alert-success-bg);
}
#bootstrap-theme a.list-group-item-success.active,
#bootstrap-theme a.list-group-item-success.active:hover,
#bootstrap-theme a.list-group-item-success.active:focus,
#bootstrap-theme button.list-group-item-success.active,
#bootstrap-theme button.list-group-item-success.active:hover,
#bootstrap-theme button.list-group-item-success.active:focus {
  color: var(--crm-alert-success-text);
  background-color: var(--crm-alert-success-bg);
  border-color: var(--crm-alert-success-border);
}
#bootstrap-theme .list-group-item-info {
  color: var(--crm-alert-info-text);
  background-color: var(--crm-alert-info-bg);
}
#bootstrap-theme a.list-group-item-info,
#bootstrap-theme button.list-group-item-info {
  color: var(--crm-alert-info-text);
}
#bootstrap-theme a.list-group-item-info .list-group-item-heading,
#bootstrap-theme button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
#bootstrap-theme a.list-group-item-info:hover,
#bootstrap-theme a.list-group-item-info:focus,
#bootstrap-theme button.list-group-item-info:hover,
#bootstrap-theme button.list-group-item-info:focus {
  color: var(--crm-alert-info-text);
  background-color: var(--crm-alert-info-bg);
}
#bootstrap-theme a.list-group-item-info.active,
#bootstrap-theme a.list-group-item-info.active:hover,
#bootstrap-theme a.list-group-item-info.active:focus,
#bootstrap-theme button.list-group-item-info.active,
#bootstrap-theme button.list-group-item-info.active:hover,
#bootstrap-theme button.list-group-item-info.active:focus {
  color: var(--crm-alert-info-text);
  background-color: var(--crm-alert-info-bg);
  border-color: var(--crm-alert-info-border);
}
#bootstrap-theme .list-group-item-warning {
  color: var(--crm-alert-warning-text);
  background-color: var(--crm-alert-warning-bg);
}
#bootstrap-theme a.list-group-item-warning,
#bootstrap-theme button.list-group-item-warning {
  color: var(--crm-alert-warning-text);
}
#bootstrap-theme a.list-group-item-warning .list-group-item-heading,
#bootstrap-theme button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
#bootstrap-theme a.list-group-item-warning:hover,
#bootstrap-theme a.list-group-item-warning:focus,
#bootstrap-theme button.list-group-item-warning:hover,
#bootstrap-theme button.list-group-item-warning:focus {
  color: var(--crm-alert-warning-text);
  background-color: var(--crm-alert-warning-bg);
}
#bootstrap-theme a.list-group-item-warning.active,
#bootstrap-theme a.list-group-item-warning.active:hover,
#bootstrap-theme a.list-group-item-warning.active:focus,
#bootstrap-theme button.list-group-item-warning.active,
#bootstrap-theme button.list-group-item-warning.active:hover,
#bootstrap-theme button.list-group-item-warning.active:focus {
  color: var(--crm-alert-warning-text);
  background-color: var(--crm-alert-warning-bg);
  border-color: var(--crm-alert-warning-border);
}
#bootstrap-theme .list-group-item-danger {
  color: var(--crm-alert-danger-text);
  background-color: var(--crm-alert-danger-bg);
}
#bootstrap-theme a.list-group-item-danger,
#bootstrap-theme button.list-group-item-danger {
  color: var(--crm-alert-danger-text);
}
#bootstrap-theme a.list-group-item-danger .list-group-item-heading,
#bootstrap-theme button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
#bootstrap-theme a.list-group-item-danger:hover,
#bootstrap-theme a.list-group-item-danger:focus,
#bootstrap-theme button.list-group-item-danger:hover,
#bootstrap-theme button.list-group-item-danger:focus {
  color: var(--crm-alert-danger-text);
  background-color: var(--crm-alert-danger-bg);
}
#bootstrap-theme a.list-group-item-danger.active,
#bootstrap-theme a.list-group-item-danger.active:hover,
#bootstrap-theme a.list-group-item-danger.active:focus,
#bootstrap-theme button.list-group-item-danger.active,
#bootstrap-theme button.list-group-item-danger.active:hover,
#bootstrap-theme button.list-group-item-danger.active:focus {
  color: var(--crm-alert-danger-text);
  background-color: var(--crm-alert-danger-bg);
  border-color: var(--crm-alert-danger-border);
}
#bootstrap-theme .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
#bootstrap-theme .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* Embed */

#bootstrap-theme .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#bootstrap-theme .embed-responsive .embed-responsive-item,
#bootstrap-theme .embed-responsive iframe,
#bootstrap-theme .embed-responsive embed,
#bootstrap-theme .embed-responsive object,
#bootstrap-theme .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#bootstrap-theme .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#bootstrap-theme .embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Well */

#bootstrap-theme .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: var(--crm-c-background);
  border: var(--crm-c-divider);
  border-radius: var(--crm-c-roundness);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
#bootstrap-theme .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
#bootstrap-theme .well-lg {
  padding: 24px;
  border-radius: 6px;
}
#bootstrap-theme .well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* Close */

#bootstrap-theme .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
#bootstrap-theme .close:hover,
#bootstrap-theme .close:focus {
  color: black;
  text-decoration: none;
  cursor: var(--crm-hover-clickable);
  filter: alpha(opacity=50);
  opacity: .5;
}
#bootstrap-theme button.close {
  padding: 0;
  cursor: var(--crm-hover-clickable);
  background: transparent;
  border: 0;
  height: auto;
  appearance: none;
}

/* Modal */

#bootstrap-theme .modal-open {
  overflow: hidden;
}
#bootstrap-theme .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#bootstrap-theme .modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform .3s ease-out;
}
#bootstrap-theme .modal.in .modal-dialog {
  transform: translate(0, 0);
}
#bootstrap-theme .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
#bootstrap-theme .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#bootstrap-theme .modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}
#bootstrap-theme .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
#bootstrap-theme .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
#bootstrap-theme .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
#bootstrap-theme .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#bootstrap-theme .modal-header:before,
#bootstrap-theme .modal-header:after {
  display: table;
  content: " ";
}
#bootstrap-theme .modal-header:after {
  clear: both;
}
#bootstrap-theme .modal-header .close {
  margin-top: -2px;
}
#bootstrap-theme .modal-title {
  margin: 0;
  line-height: 1.428571429;
}
#bootstrap-theme .modal-body {
  position: relative;
  padding: 20px;
}
#bootstrap-theme .modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#bootstrap-theme .modal-footer:before,
#bootstrap-theme .modal-footer:after {
  display: table;
  content: " ";
}
#bootstrap-theme .modal-footer:after {
  clear: both;
}
#bootstrap-theme .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
#bootstrap-theme .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#bootstrap-theme .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
#bootstrap-theme .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  #bootstrap-theme .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  #bootstrap-theme .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  #bootstrap-theme .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  #bootstrap-theme .modal-lg {
    width: 900px;
  }
}

/* Tooltip */

#bootstrap-theme .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  -ms-word-break: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
#bootstrap-theme .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
#bootstrap-theme .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
#bootstrap-theme .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
#bootstrap-theme .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
#bootstrap-theme .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
#bootstrap-theme .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
#bootstrap-theme .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
#bootstrap-theme .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
#bootstrap-theme .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
#bootstrap-theme .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
#bootstrap-theme .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
#bootstrap-theme .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
#bootstrap-theme .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
#bootstrap-theme .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 4px;
}
#bootstrap-theme .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* Popover */
#bootstrap-theme .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
#bootstrap-theme .popover.top {
  margin-top: -10px;
}
#bootstrap-theme .popover.right {
  margin-left: 10px;
}
#bootstrap-theme .popover.bottom {
  margin-top: 10px;
}
#bootstrap-theme .popover.left {
  margin-left: -10px;
}
#bootstrap-theme .popover > .arrow {
  border-width: 11px;
}
#bootstrap-theme .popover > .arrow,
#bootstrap-theme .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#bootstrap-theme .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
#bootstrap-theme .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
#bootstrap-theme .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: white;
  border-bottom-width: 0;
}
#bootstrap-theme .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
#bootstrap-theme .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: white;
  border-left-width: 0;
}
#bootstrap-theme .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
#bootstrap-theme .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}
#bootstrap-theme .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
#bootstrap-theme .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: white;
}
#bootstrap-theme .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
#bootstrap-theme .popover-content {
  padding: 9px 14px;
}

/* Labels */

#bootstrap-theme .label-primary,
#bootstrap-theme .label-warning,
#bootstrap-theme .label-success,
#bootstrap-theme .label-default,
#bootstrap-theme .label-info,
#bootstrap-theme .label-danger {
  display: inline;
  padding: var(--crm-btn-padding-block) var(--crm-btn-padding-inline);
  font-weight: normal;
  color: var(--crm-c-text-light);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--crm-roundness);
}
#bootstrap-theme .label:empty {
  display: none;
}
.btn #bootstrap-theme .label {
  position: relative;
  top: -1px;
}
#bootstrap-theme a.label:hover,
#bootstrap-theme a.label:focus {
  color: var(--crm-c-text-light);
  text-decoration: none;
  cursor: var(--crm-hover-clickable);
}
#bootstrap-theme .label-default {
  background-color: var(--crm-c-text);
  color: var(--crm-c-text-light);
}
#bootstrap-theme .label-default[href]:hover,
#bootstrap-theme .label-default[href]:focus {
  background-color: var(--crm-c-background4);
}
#bootstrap-theme .label-primary {
  background: var(--crm-c-primary);
  color: var(--crm-c-primary-text);
}
#bootstrap-theme .label-primary[href]:hover,
#bootstrap-theme .label-primary[href]:focus {
  background: var(--crm-c-primary-hover);
}
#bootstrap-theme .label-success {
  background: var(--crm-c-success);
  color: var(--crm-c-success-text);
}
#bootstrap-theme .label-success[href]:hover,
#bootstrap-theme .label-success[href]:focus {
  background: linear-gradient(to top,rgba(0, 0, 0, 0.125),rgba(0, 0, 0, 0.125)) var(--crm-c-success);
}
#bootstrap-theme .label-info {
  background: var(--crm-c-info);
  color: var(--crm-c-info-text);
}
#bootstrap-theme .label-info[href]:hover,
#bootstrap-theme .label-info[href]:focus {
  background: linear-gradient(to top,rgba(0, 0, 0, 0.125),rgba(0, 0, 0, 0.125)) var(--crm-c-info);
}
#bootstrap-theme .label-warning {
  background: var(--crm-c-warning);
  color: var(--crm-c-warning-text);
}
#bootstrap-theme .label-warning[href]:hover,
#bootstrap-theme .label-warning[href]:focus {
  background: linear-gradient(to top,rgba(0, 0, 0, 0.125),rgba(0, 0, 0, 0.125)) var(--crm-c-warning);
}
#bootstrap-theme .label-danger {
  background: var(--crm-c-danger);
  color: var(--crm-c-danger-text);
}
#bootstrap-theme .label-danger[href]:hover,
#bootstrap-theme .label-danger[href]:focus {
  background: linear-gradient(to top,rgba(0, 0, 0, 0.125),rgba(0, 0, 0, 0.125)) var(--crm-c-danger);
}
#bootstrap-theme .label i.crm-i {
  color: inherit; /* resets icons inside lables to use the label text colour */
}

/* Panels */

/* With list groups - https://getbootstrap.com/docs/3.4/components/#panels-list-group */

#bootstrap-theme .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#bootstrap-theme .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
#bootstrap-theme .list-group + .panel-footer {
  border-top-width: 0;
}
#bootstrap-theme .panel > .list-group,
#bootstrap-theme .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
#bootstrap-theme .panel > .list-group .list-group-item,
#bootstrap-theme .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
#bootstrap-theme .panel > .list-group:first-child .list-group-item:first-child,
#bootstrap-theme .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#bootstrap-theme .panel > .list-group:last-child .list-group-item:last-child,
#bootstrap-theme .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* With tables - https://getbootstrap.com/docs/3.4/components/#panels-tables */

#bootstrap-theme .panel > .table,
#bootstrap-theme .panel > .table-responsive > .table,
#bootstrap-theme .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
#bootstrap-theme .panel > .table caption,
#bootstrap-theme .panel > .table-responsive > .table caption,
#bootstrap-theme .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
#bootstrap-theme .panel > .table:first-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#bootstrap-theme .panel > .table:first-child > thead:first-child > tr:first-child,
#bootstrap-theme .panel > .table:first-child > tbody:first-child > tr:first-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#bootstrap-theme .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
#bootstrap-theme .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
#bootstrap-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#bootstrap-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
#bootstrap-theme .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
#bootstrap-theme .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
#bootstrap-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#bootstrap-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#bootstrap-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
#bootstrap-theme .panel > .table:last-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#bootstrap-theme .panel > .table:last-child > tbody:last-child > tr:last-child,
#bootstrap-theme .panel > .table:last-child > tfoot:last-child > tr:last-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#bootstrap-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#bootstrap-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#bootstrap-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#bootstrap-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
#bootstrap-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#bootstrap-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#bootstrap-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#bootstrap-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#bootstrap-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
#bootstrap-theme .panel > .panel-body + .table,
#bootstrap-theme .panel > .panel-body + .table-responsive,
#bootstrap-theme .panel > .table + .panel-body,
#bootstrap-theme .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
#bootstrap-theme .panel > .table > tbody:first-child > tr:first-child th,
#bootstrap-theme .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
#bootstrap-theme .panel > .table-bordered,
#bootstrap-theme .panel > .table-responsive > .table-bordered {
  border: 0;
}
#bootstrap-theme .panel > .table-bordered > thead > tr > th:first-child,
#bootstrap-theme .panel > .table-bordered > thead > tr > td:first-child,
#bootstrap-theme .panel > .table-bordered > tbody > tr > th:first-child,
#bootstrap-theme .panel > .table-bordered > tbody > tr > td:first-child,
#bootstrap-theme .panel > .table-bordered > tfoot > tr > th:first-child,
#bootstrap-theme .panel > .table-bordered > tfoot > tr > td:first-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
#bootstrap-theme .panel > .table-bordered > thead > tr > th:last-child,
#bootstrap-theme .panel > .table-bordered > thead > tr > td:last-child,
#bootstrap-theme .panel > .table-bordered > tbody > tr > th:last-child,
#bootstrap-theme .panel > .table-bordered > tbody > tr > td:last-child,
#bootstrap-theme .panel > .table-bordered > tfoot > tr > th:last-child,
#bootstrap-theme .panel > .table-bordered > tfoot > tr > td:last-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
#bootstrap-theme .panel > .table-bordered > thead > tr:first-child > td,
#bootstrap-theme .panel > .table-bordered > thead > tr:first-child > th,
#bootstrap-theme .panel > .table-bordered > tbody > tr:first-child > td,
#bootstrap-theme .panel > .table-bordered > tbody > tr:first-child > th,
#bootstrap-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
#bootstrap-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
#bootstrap-theme .panel > .table-bordered > tbody > tr:last-child > td,
#bootstrap-theme .panel > .table-bordered > tbody > tr:last-child > th,
#bootstrap-theme .panel > .table-bordered > tfoot > tr:last-child > td,
#bootstrap-theme .panel > .table-bordered > tfoot > tr:last-child > th,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#bootstrap-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
#bootstrap-theme .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* Hidiing elements */

#bootstrap-theme [hidden],
#bootstrap-theme template {
  display: none;
}
#bootstrap-theme .clearfix:before,
#bootstrap-theme .clearfix:after {
  display: table;
  content: " ";
}
#bootstrap-theme .clearfix:after {
  clear: both;
}
#bootstrap-theme .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#bootstrap-theme .hide {
  display: none !important;
}
#bootstrap-theme .show {
  display: block !important;
}
#bootstrap-theme .invisible {
  visibility: hidden;
}
#bootstrap-theme .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#bootstrap-theme .hidden {
  display: none !important;
}
#bootstrap-theme .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
#bootstrap-theme .visible-sm {
  display: none !important;
}
#bootstrap-theme .visible-md {
  display: none !important;
}
#bootstrap-theme .visible-lg {
  display: none !important;
}
#bootstrap-theme .visible-xs-block,
#bootstrap-theme .visible-xs-inline,
#bootstrap-theme .visible-xs-inline-block,
#bootstrap-theme .visible-sm-block,
#bootstrap-theme .visible-sm-inline,
#bootstrap-theme .visible-sm-inline-block,
#bootstrap-theme .visible-md-block,
#bootstrap-theme .visible-md-inline,
#bootstrap-theme .visible-md-inline-block,
#bootstrap-theme .visible-lg-block,
#bootstrap-theme .visible-lg-inline,
#bootstrap-theme .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  #bootstrap-theme .visible-xs {
    display: block !important;
  }
  #bootstrap-theme table.visible-xs {
    display: table !important;
  }
  #bootstrap-theme tr.visible-xs {
    display: table-row !important;
  }
  #bootstrap-theme th.visible-xs,
  #bootstrap-theme td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #bootstrap-theme .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #bootstrap-theme .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  #bootstrap-theme .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-theme .visible-sm {
    display: block !important;
  }
  #bootstrap-theme table.visible-sm {
    display: table !important;
  }
  #bootstrap-theme tr.visible-sm {
    display: table-row !important;
  }
  #bootstrap-theme th.visible-sm,
  #bootstrap-theme td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-theme .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-theme .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-theme .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-theme .visible-md {
    display: block !important;
  }
  #bootstrap-theme table.visible-md {
    display: table !important;
  }
  #bootstrap-theme tr.visible-md {
    display: table-row !important;
  }
  #bootstrap-theme th.visible-md,
  #bootstrap-theme td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-theme .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-theme .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-theme .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  #bootstrap-theme .visible-lg {
    display: block !important;
  }
  #bootstrap-theme table.visible-lg {
    display: table !important;
  }
  #bootstrap-theme tr.visible-lg {
    display: table-row !important;
  }
  #bootstrap-theme th.visible-lg,
  #bootstrap-theme td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #bootstrap-theme .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  #bootstrap-theme .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  #bootstrap-theme .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #bootstrap-theme .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-theme .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-theme .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #bootstrap-theme .hidden-lg {
    display: none !important;
  }
}
#bootstrap-theme .visible-print {
  display: none !important;
}
@media print {
  #bootstrap-theme .visible-print {
    display: block !important;
  }
  #bootstrap-theme table.visible-print {
    display: table !important;
  }
  #bootstrap-theme tr.visible-print {
    display: table-row !important;
  }
  #bootstrap-theme th.visible-print,
  #bootstrap-theme td.visible-print {
    display: table-cell !important;
  }
}
#bootstrap-theme .visible-print-block {
  display: none !important;
}
@media print {
  #bootstrap-theme .visible-print-block {
    display: block !important;
  }
}
#bootstrap-theme .visible-print-inline {
  display: none !important;
}
@media print {
  #bootstrap-theme .visible-print-inline {
    display: inline !important;
  }
}
#bootstrap-theme .visible-print-inline-block {
  display: none !important;
}
@media print {
  #bootstrap-theme .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  #bootstrap-theme .hidden-print {
    display: none !important;
  }
}
/* Style rules for Form Builder Admin
   Forked on 29 July 24. Called on Form Builder front-end
   Status: merged */

.af-api4-action-running {
  cursor: not-allowed;
  color: var(--crm-c-darkest);
}
a.af-api4-action-idle {
  cursor: var(--crm-hover-clickable);
}
.crm-container .af-container.af-layout-cols,
.af-container.af-layout-inline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--crm-flex-gap);
}
.af-container.af-layout-cols > *,
.af-container.af-layout-inline > * {
  flex: 1;
}
.af-container.af-layout-inline {
  flex-direction: row;
}
.af-container.af-layout-cols > .af-title {
  flex: 0 0 100%;
}
.af-container.af-layout-inline > .af-title {
  display: block;
  width: 100%;
}
.afform-directive,
af-form {
  display: block;
  position: relative;
}
#bootstrap-theme .input-group .crm-af-field {
  display: inline-block;
}
#bootstrap-theme .input-group .afform-search-operator {
  width: 6rem;
}
[af-repeat-item] {
  position: relative;
}
#bootstrap-theme [af-repeat-item] .af-repeat-remove-btn {
  min-width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Accordion */
.crm-container details.af-container {
  border: var(--crm-expand-border);
  border-radius: var(--crm-expand-radius);
  padding-block: 0;
}
details.af-container > *:not(summary) { /* adds padding to Afform internal details */
  padding-inline: var(--crm-r);
}
details.af-container > *:nth-of-type(1):not(summary) {
  padding-top: var(--crm-m);
}
details.af-container > *:last-of-type {
  padding-bottom: var(--crm-m);
}

/* Card style */
.af-container-style-pane {
  background-color: var(--crm-form-block-background);
  border-radius: var(--crm-form-block-border-radius);
  box-shadow: var(--crm-form-block-box-shadow);
  position: relative;
  padding: var(--crm-form-block-padding);
  padding-top: 50px !important;
}
#bootstrap-theme .af-container-style-pane > .af-title {
  background-color: var(--crm-c-background5);
  color: var(--crm-c-text-light);
  border-radius: var(--crm-form-block-border-radius) var(--crm-form-block-border-radius) 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: var(--crm-m) var(--crm-r);
  margin-top: 0;
}

/* Admin edit links */
#bootstrap-theme .afform-directive:has(> .af-admin-edit-form-link) .crm-search-display {
  padding-top: 0.5rem;
}
#bootstrap-theme .afform-directive .af-admin-edit-form-link {
  position: absolute;
  right: 0;
  top: 0;
}
#bootstrap-theme .af-admin-edit-form-link > button {
  background: transparent;
  color: var(--crm-c-text);
  border-radius: 2rem;
  height: inherit;
  padding: 0 !important;
  border: 0;
  opacity: 0.6;
}
#bootstrap-theme .af-admin-edit-form-link.open button,
#bootstrap-theme .af-admin-edit-form-link button:hover,
#bootstrap-theme .af-admin-edit-form-link button:focus {
  background: transparent;
  color: var(--crm-c-text);
  opacity: 1;
  box-shadow: none !important; /* vs dropdown-toggle */
}
#bootstrap-theme .af-admin-edit-form-link > button .crm-i {
  padding: 0;
  border: 0;
}
/* Fieldset */

fieldset.af-container.af-layout-inline {
  border: 0;
}

/* Radio buttons */

.af-field-type-radio .crm-af-field {
  display: flex;
  padding-block: 0.25rem;
}
/* Style rules for SearchKit Admin
   Forked on 19 July 24. Called on SearchKit pages
   Status: merged */

/* Sortable headers */
.crm-search-display th.crm-sortable-col {
  cursor: var(--crm-hover-clickable);
  white-space: nowrap;
}
.crm-search-display th.crm-sortable-col span {
  white-space: break-spaces;
  word-wrap: initial;
}
.crm-search-display th i.fa-sort-desc,
.crm-search-display th i.fa-sort-asc {
  color: var(--crm-c-primary);
}
.crm-search-display th:not(:hover) i.fa-sort {
  opacity: .5;
}
.crm-search input.ng-invalid,
.crm-search-display input.ng-invalid,
.crm-search-task-dialog input.ng-invalid {
  border-color: var(--crm-c-warning);
}
.crm-search-display button.dropdown-toggle {
  white-space: nowrap;
  font-size: var(--crm-font-size);
}

/* Loading placeholders */
.crm-search-loading-placeholder {
  height: 2em;
  width: 80%;
  min-width: 4em;
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,.03);
  display: inline-block;
}
.crm-search-loading-placeholder::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, rgba(0,0,0,.05) 50%, transparent 100%);
  animation: searchKitLoadingAnimation 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
@keyframes searchKitLoadingAnimation {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
.crm-search-display ul.pagination > li {
  margin: 0;
}

/* Contact page */

#mainTabContainer .crm-search-display .form-group.pull-right,
#bootstrap-theme .afform-directive .btn-group.pull-right {
  display: flex;
  gap: var(--crm-flex-gap);
  justify-content: end;
  float: inherit;
}
.crm-contact-page .crm-search-display-pager {
  padding: 0 var(--crm-r) var(--crm-r) var(--crm-r);
}
/* Inline Edit */

#bootstrap-theme .crm-search-field-editing .form-group,
#bootstrap-theme .crm-search-field-editing .radio-inline,
#bootstrap-theme .crm-search-field-editing .checkbox-inline {
  margin-bottom: 0; /* Fix for < 768px */
  display: flex; /* Stops wrap of radios */
}
.crm-editable-enabled:has(span.crm-search-field-value:empty)::before {
  content: "\f303";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome";
  font-weight: 400;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
}
.crm-editable-enabled:has(span.crm-search-field-value:empty)::after {
  /* This is a short-term anglo-centric a11y hack for the icon added above */
  content: 'Edit';
  text-indent: -10000px;
  position: absolute;
}
.crm-container td.crm-search-field-editing.crm-search-col-type-field {
  padding-block: 0; /* Removes top/bottom padding on uneditable fields */
}
.crm-container td.crm-search-field-editing.crm-search-field-editable,
.crm-container .crm-search-field-editing .form-inline {
  padding: 0;
}
.crm-search-display-batch span.crm-form-date-wrapper {
  flex-wrap: nowrap;
  gap: 0;
}
#bootstrap-theme .crm-search-field-editing
:where(input,.select2-container):where(:not(.crm-form-date,.crm-form-time):not([type="checkbox"]):not([type="radio"])) {
  width: 12ch !important /* vs inline width */;
}
#bootstrap-theme .crm-search-field-editing .crm-ajax-select {
  width: 16ch !important /* vs inline width */;
}
#bootstrap-theme .crm-search-field-editing input[type=number] {
  width: 9ch;
}
.crm-search-display tr:has(.crm-search-field-editing) td.crm-search-ctrl-column:has(.btn-group) { /* Controls for full-row edit */
  display: inline-table;
  vertical-align: text-top;
}
/* Style rules for SearchKit Admin
   Forked on 19 July 24. Called on SearchKit pages
   Status: merged */

/* SearchKit grid layout styling */
.crm-search-display-grid-container {
  display: grid;
  grid-gap: var(--crm-flex-gap);
  align-items: center;
  justify-items: center;
}
.crm-search-display-grid-layout-2 {
  grid-template-columns: repeat(2, 1fr);
}
.crm-search-display-grid-layout-3 {
  grid-template-columns: repeat(3, 1fr);
}
.crm-search-display-grid-layout-4 {
  grid-template-columns: repeat(4, 1fr);
}
.crm-search-display-grid-layout-5 {
  grid-template-columns: repeat(5, 1fr);
}
/* Style rules for SearchKit Admin
   Forked on 12 June 24. Called on SearchKit Admin pages
   Status: not merged (theme edits at foot) */

.crm-search-task-progress {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid lightgrey;
}
.crm-search-display.crm-search-display-table td > crm-search-display-editable,
.crm-search-display.crm-search-display-table td > .crm-editable-disabled,
.crm-search-display.crm-search-display-table td > .crm-editable-enabled {
  display: inline-block;
}
crm-search-display-editable .form-inline,
.crm-dashlet .crm-search-display crm-search-display-editable .form-inline {
  padding: 0 !important /* vs _form.css */;
}
.crm-search-display-editable-buttons button {
  padding: var(--crm-padding-small) !important;
}
/* CSS rules for Angular module "crmUI" */

/* In-place edit  */
.crm-container [crm-ui-editable] {
  padding-left: 2px;
  border: 2px dashed transparent;
}
.crm-container [crm-ui-editable]:hover,
.crm-container [crm-ui-editable]:focus {
  border: 2px dashed #d1d1d1;
  cursor: pointer;
  background-color: white !important;
  color: var(--crm-c-text-dark);
}
.crm-container span[crm-ui-editable] {
  display: inline-block !important;
  padding-right: 2px;
  min-height: 1em;
  min-width: 3em;
}
.crm-container [crm-ui-editable]:empty:before {
  content: attr(placeholder);
  color: #9a9a9a;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
/* Include this file in your html if you are using the CSP mode. */

.ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left
}
.uib-datepicker .uib-title {
  width: 100%;
}

.uib-day button, .uib-month button, .uib-year button {
  min-width: 100%;
}

.uib-left, .uib-right {
  width: 100%
}

.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}
.uib-datepicker-popup.dropdown-menu {
  display: block;
  float: none;
  margin: 0;
}

.uib-button-bar {
  padding: 10px 9px 2px;
}

[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-popover-popup].popover.top-left > .arrow,
[uib-popover-popup].popover.top-right > .arrow,
[uib-popover-popup].popover.bottom-left > .arrow,
[uib-popover-popup].popover.bottom-right > .arrow,
[uib-popover-popup].popover.left-top > .arrow,
[uib-popover-popup].popover.left-bottom > .arrow,
[uib-popover-popup].popover.right-top > .arrow,
[uib-popover-popup].popover.right-bottom > .arrow,
[uib-popover-html-popup].popover.top-left > .arrow,
[uib-popover-html-popup].popover.top-right > .arrow,
[uib-popover-html-popup].popover.bottom-left > .arrow,
[uib-popover-html-popup].popover.bottom-right > .arrow,
[uib-popover-html-popup].popover.left-top > .arrow,
[uib-popover-html-popup].popover.left-bottom > .arrow,
[uib-popover-html-popup].popover.right-top > .arrow,
[uib-popover-html-popup].popover.right-bottom > .arrow,
[uib-popover-template-popup].popover.top-left > .arrow,
[uib-popover-template-popup].popover.top-right > .arrow,
[uib-popover-template-popup].popover.bottom-left > .arrow,
[uib-popover-template-popup].popover.bottom-right > .arrow,
[uib-popover-template-popup].popover.left-top > .arrow,
[uib-popover-template-popup].popover.left-bottom > .arrow,
[uib-popover-template-popup].popover.right-top > .arrow,
[uib-popover-template-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
  display: block !important;
}

.uib-time input {
  width: 50px;
}

[uib-typeahead-popup].dropdown-menu {
  display: block;
}
