@charset "UTF-8";
.alert-iam .icon {
  float: left;
}
.alert-iam .icon .fa {
  font-size: 2em;
  line-height: 1.5em;
}
.alert-iam .content {
  padding-left: 3em;
}
.alert-iam .content *:last-child {
  margin-bottom: 0;
}

body.iam-modal-open {
  overflow: hidden;
}

div.iam-modal .iam-modal-wrapper, div.iam-modal .iam-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
}
div.iam-modal .iam-modal-backdrop {
  z-index: 10490;
  background: #fff;
}
div.iam-modal .iam-modal-wrapper {
  z-index: 10500;
}
div.iam-modal .iam-modal-dialog {
  padding: 15px;
  margin: 30px 0;
  border: solid 1px #000;
  background-clip: padding-box;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
div.iam-modal .iam-modal-header h4 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 420px) {
  div.iam-modal .iam-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

/*
 * This styling is meant to integrate with Bootstrap SASS.
 */
/**
 * Breakpoint viewport sizes and media queries.
 *
 * Breakpoints are defined as a map of (name: minimum width), order from small
 * to large:
 *
 * (xs: 0, sm: 544px, md: 768px)
 */
/**
 * Name of the next breakpoint, or null for the last breakpoint.
 *
 * >> breakpoint-next(sm, (xs: 0, sm: 544px, md: 768px));
 * << md
 */
/**
 * Minimum breakpoint width. Null for the smallest (first) breakpoint.
 *
 * >> breakpoint-min(sm, (xs: 0, sm: 544px, md: 768px));
 * << 544px
 */
/**
 * Maximum breakpoint width. Null for the largest (last) breakpoint.
 * The maximum value is calculated as the minimum of the next one less 0.1.
 *
 * >> breakpoint-max(sm, (xs: 0, sm: 544px, md: 768px));
 * << 767px
 */
/**
 * Media of at least the minimum breakpoint width. No query for the smallest
 * breakpoint. Makes the @content apply to the given breakpoint and wider.
 */
/**
 * Media of at most the maximum breakpoint width. No query for the largest
 * breakpoint. Makes the @content apply to the given breakpoint and narrower.
 */
/**
 * Media between the breakpoint minimum and maximum widths. No minimum for the
 * smallest breakpoint, and no maximum for the largest one. Makes the @content
 * apply only to the given breakpoint, not viewports any wider or narrower.
 */
/**
 * Media that spans multiple breakpoint widths. Makes the @content apply between
 * the min and max breakpoints.
 */
/**
 * A shorthand for if/else.
 */
/**
 * Returns the first argument if it is truthy, otherwise it returns
 * the second argument.
 */
/**
 * Configuration for the button-column module.
 */
/**
 * The .btn-col and .btn-col-right classes are applied along with Bootstrap .col-*
 * classes. Buttons and/or anchors styled with Bootstrap .btn classes can then
 * defined inside. The buttons will group left or right, depending on the .btn-col
 * class used, until the defined .col-* breakpoint is reached at which time the
 * buttons themselves will stack.
 */
/**
 * Describes the possible location of each value in a shorthand
 * property.
 *
 * padding: 10px 5px 8px 4px;
 * padding: 10px 5px;
 * padding: 10px;
 *
 *   - the "top" value always appears at the 1 index
 *   - the "right" value appears in either the 2 or 1 index
 *   - the "bottom" value appears in either the 3 or 1 index
 *   - this "left" value appears in either the 4, 2, or 1 index
 */
/**
 * Extracts a single cardinal value from a shorthand property.
 *
 * >> shorthand-value(10px 5px 8px 4px, bottom);
 * << 8px;
 */
/**
 * Configuration for the progress-chevron module.
 */
/**
 * Progress Bar Styling.
 */
/**
 * Styles a chevron for the provided modifier $variant.
 */
/**
 * Configuration for the table module.
 */
/**
 * Table Styling.
 */
/**
 * Configuration for the UiFilter module.
 */
/**
 * UiFilter Styling.
 */
/**
 * Utility classes to show/hide content at, above, or below a specified breakpoint.
 *
 * .hidden-xs-up
 * .hidden-xs-down
 * .hidden-sm-up
 * .hidden-sm-down
 * .hidden-md-up
 * .hidden-md-down
 * .hidden-lg-up
 * .hidden-lg-down
 */
/**
 * Utility classes to bump margins and padding around by single pixel values.
 * Where # is a number between -10 and 10.
 *
 * e.g. ".m-5px" = margin: 5px;
 * e.g. ".pt-7px" = padding-top: 7px;
 * e.g. ".px--2px" = padding-left: -2px; padding-right: -2px;
 *
 * _Margins_
 * .m-#px   - All margins
 * .mx-#px  - X axis margins, left/right
 * .my-#px  - Y axis margins, top/bottom
 * .mt-#px  - Top margin
 * .mr-#px  - Right margin
 * .mb-#px  - Bottom margin
 * .ml-#px  - Left margin
 *
 * _Padding_
 * .p-#px   - All padding
 * .px-#px  - X axis padding, left/right
 * .py-#px  - Y axis padding, top/bottom
 * .pt-#px  - Top padding
 * .pr-#px  - Right padding
 * .pb-#px  - Bottom padding
 * .pl-#px  - Left padding
 */
/*
 * This styling is meant to integrate with Bootstrap SASS.
 */
/**
 * A shorthand for if/else.
 */
/**
 * Returns the first argument if it is truthy, otherwise it returns
 * the second argument.
 */
/**
 * Configuration for the progress-chevron module.
 */
/**
 * Progress Bar Styling.
 */
.btn-col-right {
  text-align: right;
}

.btn-col .btn, .btn-col-right .btn {
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}
.btn-col .btn:last-child, .btn-col-right .btn:last-child {
  margin-bottom: 0;
}
.btn-col + .btn-col .btn:first-child, .btn-col + .btn-col-right .btn:first-child, .btn-col-right + .btn-col .btn:first-child, .btn-col-right + .btn-col-right .btn:first-child {
  margin-top: 10px;
}
@media (min-width: 480px) {
  .btn-col[class^=col-xs-] .btn, .btn-col-right[class^=col-xs-] .btn {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
  .btn-col[class^=col-xs-] .btn:last-child, .btn-col-right[class^=col-xs-] .btn:last-child {
    margin-right: 0;
  }
  .btn-col[class^=col-xs-] + .btn-col .btn:first-child, .btn-col[class^=col-xs-] + .btn-col-right .btn:first-child, .btn-col-right[class^=col-xs-] + .btn-col .btn:first-child, .btn-col-right[class^=col-xs-] + .btn-col-right .btn:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .btn-col[class^=col-sm-] .btn, .btn-col-right[class^=col-sm-] .btn {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
  .btn-col[class^=col-sm-] .btn:last-child, .btn-col-right[class^=col-sm-] .btn:last-child {
    margin-right: 0;
  }
  .btn-col[class^=col-sm-] + .btn-col .btn:first-child, .btn-col[class^=col-sm-] + .btn-col-right .btn:first-child, .btn-col-right[class^=col-sm-] + .btn-col .btn:first-child, .btn-col-right[class^=col-sm-] + .btn-col-right .btn:first-child {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .btn-col[class^=col-md-] .btn, .btn-col-right[class^=col-md-] .btn {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
  .btn-col[class^=col-md-] .btn:last-child, .btn-col-right[class^=col-md-] .btn:last-child {
    margin-right: 0;
  }
  .btn-col[class^=col-md-] + .btn-col .btn:first-child, .btn-col[class^=col-md-] + .btn-col-right .btn:first-child, .btn-col-right[class^=col-md-] + .btn-col .btn:first-child, .btn-col-right[class^=col-md-] + .btn-col-right .btn:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .btn-col[class^=col-lg-] .btn, .btn-col-right[class^=col-lg-] .btn {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
  .btn-col[class^=col-lg-] .btn:last-child, .btn-col-right[class^=col-lg-] .btn:last-child {
    margin-right: 0;
  }
  .btn-col[class^=col-lg-] + .btn-col .btn:first-child, .btn-col[class^=col-lg-] + .btn-col-right .btn:first-child, .btn-col-right[class^=col-lg-] + .btn-col .btn:first-child, .btn-col-right[class^=col-lg-] + .btn-col-right .btn:first-child {
    margin-top: 0;
  }
}

.progress-chevrons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
}
.progress-chevrons.progress-chevrons-compact {
  width: min-content;
}
.progress-chevrons:not(.progress-chevrons-compact) .chevron:last-child .content {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.progress-chevrons:not(.progress-chevrons-compact) .chevron:last-child .chevron-arrow {
  display: none;
}
@media (max-width: 991px) {
  .progress-chevrons.progress-chevrons-compact {
    width: auto;
  }
  .progress-chevrons .chevron .content {
    text-align: center;
  }
  .progress-chevrons .chevron:last-child .content {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .progress-chevrons .chevron:last-child .chevron-arrow {
    display: none;
  }
}
.progress-chevrons .chevron {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: auto min-content;
}
.progress-chevrons .chevron:not(:first-child) {
  margin-left: -21px;
}
.progress-chevrons .chevron:first-child .content {
  padding-left: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.progress-chevrons .chevron .content {
  display: block;
  padding: 10px 5px 10px 30px;
  white-space: nowrap;
}
.progress-chevrons .chevron .chevron-arrow {
  height: 42px;
  width: 21px;
  overflow: hidden;
}
.progress-chevrons .chevron .chevron-arrow > div {
  height: 29.6984848098px;
  width: 29.6984848098px;
  transform: rotate(45deg);
  transform-origin: top left;
}
.progress-chevrons .chevron:first-child .content {
  border-left: solid 1px #d7d7d7;
}
.progress-chevrons .chevron .content {
  background-color: #e9e9e9;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  color: #333;
}
.progress-chevrons .chevron .content a {
  color: #333;
}
.progress-chevrons .chevron .chevron-arrow > div {
  background: #e9e9e9;
  border: solid 1px #d7d7d7;
}

.progress-chevrons:not(.progress-chevrons-compact) .chevron:last-child .content {
  border-right: solid 1px #d7d7d7;
}

@media (max-width: 991px) {
  .progress-chevrons .chevron:last-child .content {
    border-right: solid 1px #d7d7d7;
  }
}
.progress-chevrons .chevron.complete:first-child .content {
  border-left: solid 1px #5bc0de;
}
.progress-chevrons .chevron.complete .content {
  background-color: #5bc0de;
  border-top: solid 1px #5bc0de;
  border-bottom: solid 1px #5bc0de;
  color: #333;
}
.progress-chevrons .chevron.complete .content a {
  color: #333;
}
.progress-chevrons .chevron.complete .chevron-arrow > div {
  background: #5bc0de;
  border: solid 1px #5bc0de;
}

.progress-chevrons:not(.progress-chevrons-compact) .chevron.complete:last-child .content {
  border-right: solid 1px #5bc0de;
}

@media (max-width: 991px) {
  .progress-chevrons .chevron.complete:last-child .content {
    border-right: solid 1px #5bc0de;
  }
}
.progress-chevrons .chevron.active:first-child .content {
  border-left: solid 1px #337ab7;
}
.progress-chevrons .chevron.active .content {
  background-color: #337ab7;
  border-top: solid 1px #337ab7;
  border-bottom: solid 1px #337ab7;
  color: #fff;
}
.progress-chevrons .chevron.active .content a {
  color: #fff;
}
.progress-chevrons .chevron.active .chevron-arrow > div {
  background: #337ab7;
  border: solid 1px #337ab7;
}

.progress-chevrons:not(.progress-chevrons-compact) .chevron.active:last-child .content {
  border-right: solid 1px #337ab7;
}

@media (max-width: 991px) {
  .progress-chevrons .chevron.active:last-child .content {
    border-right: solid 1px #337ab7;
  }
}

.ui-table .table-responsive {
  overflow-x: inherit;
}
.ui-table .ui-table__header-caption-row {
  display: flex;
  align-items: center;
}
.ui-table table {
  margin-bottom: 5px;
  position: relative;
}
.ui-table table tbody tr {
  content-visibility: auto;
  contain-intrinsic-size: 30px;
}
.ui-table table > thead > tr > th {
  vertical-align: top;
}
.ui-table table > thead > tr > th > div {
  display: flex;
  align-items: flex-start;
}
.ui-table table > thead > tr > th > div > .text {
  flex-grow: 1;
}
.ui-table .control-bar {
  display: grid;
  grid-template-columns: 55% 45%;
}
.ui-table .control-bar:not(.with-filter-input) {
  grid-template-columns: 25% 75%;
}
.ui-table .control-bar .left-side-controls, .ui-table .control-bar .right-side-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-grow: 1;
  margin-bottom: 5px;
}
.ui-table .control-bar .left-side-controls > div + div {
  flex-grow: 1;
}
.ui-table .control-bar .right-side-controls {
  justify-content: end;
}
.ui-table .control-bar .pagination {
  vertical-align: top;
}
.ui-table .control-bar .pagination, .ui-table .control-bar .page-description {
  margin: 0;
}
@media (max-width: 992px) {
  .ui-table .control-bar.with-filter-input.with-pager-navbar {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .ui-table .control-bar:not(.with-filter-input) {
    grid-template-columns: 100%;
  }
  .ui-table .control-bar:not(.with-filter-input) .left-side-controls {
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .ui-table .table-responsive {
    margin-bottom: 5px;
  }
  .ui-table .table-responsive table caption {
    position: sticky;
    left: 0;
    width: 100vw;
  }
}

.ui-filter.ui-filter-input {
  position: relative;
}
.ui-filter.ui-filter-input input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.ui-filter.ui-filter-input input + button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  border: none;
  background: #fff;
}
.ui-filter.ui-filter-input input + button:hover, .ui-filter.ui-filter-input input + button:focus, .ui-filter.ui-filter-input input + button:active {
  background: #fff;
}
.ui-filter.ui-filter-input input + button.btn-danger {
  color: #d9534f;
}

@media (min-width: 480px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

.hidden-lg-down {
  display: none !important;
}

.m--10px {
  margin: -10px !important;
}

.mx--10px {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.my--10px {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.mt--10px {
  margin-top: -10px !important;
}

.mr--10px {
  margin-right: -10px !important;
}

.mb--10px {
  margin-bottom: -10px !important;
}

.ml--10px {
  margin-left: -10px !important;
}

.p--10px {
  padding: -10px !important;
}

.px--10px {
  padding-left: -10px !important;
  padding-right: -10px !important;
}

.py--10px {
  padding-top: -10px !important;
  padding-bottom: -10px !important;
}

.pt--10px {
  padding-top: -10px !important;
}

.pr--10px {
  padding-right: -10px !important;
}

.pb--10px {
  padding-bottom: -10px !important;
}

.pl--10px {
  padding-left: -10px !important;
}

.m--9px {
  margin: -9px !important;
}

.mx--9px {
  margin-left: -9px !important;
  margin-right: -9px !important;
}

.my--9px {
  margin-top: -9px !important;
  margin-bottom: -9px !important;
}

.mt--9px {
  margin-top: -9px !important;
}

.mr--9px {
  margin-right: -9px !important;
}

.mb--9px {
  margin-bottom: -9px !important;
}

.ml--9px {
  margin-left: -9px !important;
}

.p--9px {
  padding: -9px !important;
}

.px--9px {
  padding-left: -9px !important;
  padding-right: -9px !important;
}

.py--9px {
  padding-top: -9px !important;
  padding-bottom: -9px !important;
}

.pt--9px {
  padding-top: -9px !important;
}

.pr--9px {
  padding-right: -9px !important;
}

.pb--9px {
  padding-bottom: -9px !important;
}

.pl--9px {
  padding-left: -9px !important;
}

.m--8px {
  margin: -8px !important;
}

.mx--8px {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.my--8px {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.mt--8px {
  margin-top: -8px !important;
}

.mr--8px {
  margin-right: -8px !important;
}

.mb--8px {
  margin-bottom: -8px !important;
}

.ml--8px {
  margin-left: -8px !important;
}

.p--8px {
  padding: -8px !important;
}

.px--8px {
  padding-left: -8px !important;
  padding-right: -8px !important;
}

.py--8px {
  padding-top: -8px !important;
  padding-bottom: -8px !important;
}

.pt--8px {
  padding-top: -8px !important;
}

.pr--8px {
  padding-right: -8px !important;
}

.pb--8px {
  padding-bottom: -8px !important;
}

.pl--8px {
  padding-left: -8px !important;
}

.m--7px {
  margin: -7px !important;
}

.mx--7px {
  margin-left: -7px !important;
  margin-right: -7px !important;
}

.my--7px {
  margin-top: -7px !important;
  margin-bottom: -7px !important;
}

.mt--7px {
  margin-top: -7px !important;
}

.mr--7px {
  margin-right: -7px !important;
}

.mb--7px {
  margin-bottom: -7px !important;
}

.ml--7px {
  margin-left: -7px !important;
}

.p--7px {
  padding: -7px !important;
}

.px--7px {
  padding-left: -7px !important;
  padding-right: -7px !important;
}

.py--7px {
  padding-top: -7px !important;
  padding-bottom: -7px !important;
}

.pt--7px {
  padding-top: -7px !important;
}

.pr--7px {
  padding-right: -7px !important;
}

.pb--7px {
  padding-bottom: -7px !important;
}

.pl--7px {
  padding-left: -7px !important;
}

.m--6px {
  margin: -6px !important;
}

.mx--6px {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.my--6px {
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.mt--6px {
  margin-top: -6px !important;
}

.mr--6px {
  margin-right: -6px !important;
}

.mb--6px {
  margin-bottom: -6px !important;
}

.ml--6px {
  margin-left: -6px !important;
}

.p--6px {
  padding: -6px !important;
}

.px--6px {
  padding-left: -6px !important;
  padding-right: -6px !important;
}

.py--6px {
  padding-top: -6px !important;
  padding-bottom: -6px !important;
}

.pt--6px {
  padding-top: -6px !important;
}

.pr--6px {
  padding-right: -6px !important;
}

.pb--6px {
  padding-bottom: -6px !important;
}

.pl--6px {
  padding-left: -6px !important;
}

.m--5px {
  margin: -5px !important;
}

.mx--5px {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.my--5px {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.mt--5px {
  margin-top: -5px !important;
}

.mr--5px {
  margin-right: -5px !important;
}

.mb--5px {
  margin-bottom: -5px !important;
}

.ml--5px {
  margin-left: -5px !important;
}

.p--5px {
  padding: -5px !important;
}

.px--5px {
  padding-left: -5px !important;
  padding-right: -5px !important;
}

.py--5px {
  padding-top: -5px !important;
  padding-bottom: -5px !important;
}

.pt--5px {
  padding-top: -5px !important;
}

.pr--5px {
  padding-right: -5px !important;
}

.pb--5px {
  padding-bottom: -5px !important;
}

.pl--5px {
  padding-left: -5px !important;
}

.m--4px {
  margin: -4px !important;
}

.mx--4px {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.my--4px {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.mt--4px {
  margin-top: -4px !important;
}

.mr--4px {
  margin-right: -4px !important;
}

.mb--4px {
  margin-bottom: -4px !important;
}

.ml--4px {
  margin-left: -4px !important;
}

.p--4px {
  padding: -4px !important;
}

.px--4px {
  padding-left: -4px !important;
  padding-right: -4px !important;
}

.py--4px {
  padding-top: -4px !important;
  padding-bottom: -4px !important;
}

.pt--4px {
  padding-top: -4px !important;
}

.pr--4px {
  padding-right: -4px !important;
}

.pb--4px {
  padding-bottom: -4px !important;
}

.pl--4px {
  padding-left: -4px !important;
}

.m--3px {
  margin: -3px !important;
}

.mx--3px {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.my--3px {
  margin-top: -3px !important;
  margin-bottom: -3px !important;
}

.mt--3px {
  margin-top: -3px !important;
}

.mr--3px {
  margin-right: -3px !important;
}

.mb--3px {
  margin-bottom: -3px !important;
}

.ml--3px {
  margin-left: -3px !important;
}

.p--3px {
  padding: -3px !important;
}

.px--3px {
  padding-left: -3px !important;
  padding-right: -3px !important;
}

.py--3px {
  padding-top: -3px !important;
  padding-bottom: -3px !important;
}

.pt--3px {
  padding-top: -3px !important;
}

.pr--3px {
  padding-right: -3px !important;
}

.pb--3px {
  padding-bottom: -3px !important;
}

.pl--3px {
  padding-left: -3px !important;
}

.m--2px {
  margin: -2px !important;
}

.mx--2px {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.my--2px {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.mt--2px {
  margin-top: -2px !important;
}

.mr--2px {
  margin-right: -2px !important;
}

.mb--2px {
  margin-bottom: -2px !important;
}

.ml--2px {
  margin-left: -2px !important;
}

.p--2px {
  padding: -2px !important;
}

.px--2px {
  padding-left: -2px !important;
  padding-right: -2px !important;
}

.py--2px {
  padding-top: -2px !important;
  padding-bottom: -2px !important;
}

.pt--2px {
  padding-top: -2px !important;
}

.pr--2px {
  padding-right: -2px !important;
}

.pb--2px {
  padding-bottom: -2px !important;
}

.pl--2px {
  padding-left: -2px !important;
}

.m--1px {
  margin: -1px !important;
}

.mx--1px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.my--1px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.mt--1px {
  margin-top: -1px !important;
}

.mr--1px {
  margin-right: -1px !important;
}

.mb--1px {
  margin-bottom: -1px !important;
}

.ml--1px {
  margin-left: -1px !important;
}

.p--1px {
  padding: -1px !important;
}

.px--1px {
  padding-left: -1px !important;
  padding-right: -1px !important;
}

.py--1px {
  padding-top: -1px !important;
  padding-bottom: -1px !important;
}

.pt--1px {
  padding-top: -1px !important;
}

.pr--1px {
  padding-right: -1px !important;
}

.pb--1px {
  padding-bottom: -1px !important;
}

.pl--1px {
  padding-left: -1px !important;
}

.m-0px {
  margin: 0px !important;
}

.mx-0px {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0px {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mt-0px {
  margin-top: 0px !important;
}

.mr-0px {
  margin-right: 0px !important;
}

.mb-0px {
  margin-bottom: 0px !important;
}

.ml-0px {
  margin-left: 0px !important;
}

.p-0px {
  padding: 0px !important;
}

.px-0px {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0px {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pt-0px {
  padding-top: 0px !important;
}

.pr-0px {
  padding-right: 0px !important;
}

.pb-0px {
  padding-bottom: 0px !important;
}

.pl-0px {
  padding-left: 0px !important;
}

.m-1px {
  margin: 1px !important;
}

.mx-1px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my-1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mt-1px {
  margin-top: 1px !important;
}

.mr-1px {
  margin-right: 1px !important;
}

.mb-1px {
  margin-bottom: 1px !important;
}

.ml-1px {
  margin-left: 1px !important;
}

.p-1px {
  padding: 1px !important;
}

.px-1px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pt-1px {
  padding-top: 1px !important;
}

.pr-1px {
  padding-right: 1px !important;
}

.pb-1px {
  padding-bottom: 1px !important;
}

.pl-1px {
  padding-left: 1px !important;
}

.m-2px {
  margin: 2px !important;
}

.mx-2px {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.my-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.p-2px {
  padding: 2px !important;
}

.px-2px {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.py-2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.pr-2px {
  padding-right: 2px !important;
}

.pb-2px {
  padding-bottom: 2px !important;
}

.pl-2px {
  padding-left: 2px !important;
}

.m-3px {
  margin: 3px !important;
}

.mx-3px {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.my-3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mt-3px {
  margin-top: 3px !important;
}

.mr-3px {
  margin-right: 3px !important;
}

.mb-3px {
  margin-bottom: 3px !important;
}

.ml-3px {
  margin-left: 3px !important;
}

.p-3px {
  padding: 3px !important;
}

.px-3px {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.py-3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.pt-3px {
  padding-top: 3px !important;
}

.pr-3px {
  padding-right: 3px !important;
}

.pb-3px {
  padding-bottom: 3px !important;
}

.pl-3px {
  padding-left: 3px !important;
}

.m-4px {
  margin: 4px !important;
}

.mx-4px {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.p-4px {
  padding: 4px !important;
}

.px-4px {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.pr-4px {
  padding-right: 4px !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.pl-4px {
  padding-left: 4px !important;
}

.m-5px {
  margin: 5px !important;
}

.mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.p-5px {
  padding: 5px !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.m-6px {
  margin: 6px !important;
}

.mx-6px {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.my-6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.mr-6px {
  margin-right: 6px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.ml-6px {
  margin-left: 6px !important;
}

.p-6px {
  padding: 6px !important;
}

.px-6px {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.py-6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.pt-6px {
  padding-top: 6px !important;
}

.pr-6px {
  padding-right: 6px !important;
}

.pb-6px {
  padding-bottom: 6px !important;
}

.pl-6px {
  padding-left: 6px !important;
}

.m-7px {
  margin: 7px !important;
}

.mx-7px {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.my-7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.mt-7px {
  margin-top: 7px !important;
}

.mr-7px {
  margin-right: 7px !important;
}

.mb-7px {
  margin-bottom: 7px !important;
}

.ml-7px {
  margin-left: 7px !important;
}

.p-7px {
  padding: 7px !important;
}

.px-7px {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.py-7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.pt-7px {
  padding-top: 7px !important;
}

.pr-7px {
  padding-right: 7px !important;
}

.pb-7px {
  padding-bottom: 7px !important;
}

.pl-7px {
  padding-left: 7px !important;
}

.m-8px {
  margin: 8px !important;
}

.mx-8px {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.p-8px {
  padding: 8px !important;
}

.px-8px {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.pr-8px {
  padding-right: 8px !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.m-9px {
  margin: 9px !important;
}

.mx-9px {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.my-9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.mt-9px {
  margin-top: 9px !important;
}

.mr-9px {
  margin-right: 9px !important;
}

.mb-9px {
  margin-bottom: 9px !important;
}

.ml-9px {
  margin-left: 9px !important;
}

.p-9px {
  padding: 9px !important;
}

.px-9px {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.py-9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.pt-9px {
  padding-top: 9px !important;
}

.pr-9px {
  padding-right: 9px !important;
}

.pb-9px {
  padding-bottom: 9px !important;
}

.pl-9px {
  padding-left: 9px !important;
}

.m-10px {
  margin: 10px !important;
}

.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.p-10px {
  padding: 10px !important;
}

.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.date-range-picker {
  width: auto;
  max-width: 270px;
  padding: 6px;
  background-color: #fff;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  z-index: 10001;
}
.date-range-picker .calendar,
.date-range-picker .date-input-row,
.date-range-picker .calendar-time,
.date-range-picker .controls,
.date-range-picker [data-prev-wrapper],
.date-range-picker [data-next-wrapper] {
  display: none;
}
.date-range-picker.show-calendar.with-time-only-select .date-input-row {
  display: none;
}
.date-range-picker.show-calendar .date-input-row,
.date-range-picker.show-calendar .controls,
.date-range-picker.show-calendar [data-prev-wrapper],
.date-range-picker.show-calendar [data-next-wrapper] {
  display: block;
}
.date-range-picker.with-time-select.show-calendar .controls, .date-range-picker.with-time-select.show-calendar .calendar-time, .date-range-picker.with-time-select.single .controls, .date-range-picker.with-time-select.single .calendar-time {
  display: block;
}
.date-range-picker.show-calendar .calendar, .date-range-picker.single .calendar {
  display: block;
}
.date-range-picker:not(.with-week-display) .date-input-row .date-input {
  max-width: 115px;
}
.date-range-picker .calendar {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
.date-range-picker.single:not(.with-time-select) .calendar {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.date-range-picker .controls {
  text-align: right;
}
.date-range-picker .controls [data-apply-btn] {
  margin-right: 6px;
}
.date-range-picker .calendar-time {
  text-align: center;
  padding-top: 6px;
}
.date-range-picker select {
  display: inline;
  width: auto;
  margin: 0 3px;
  padding-left: 3px;
}
.date-range-picker select.month, .date-range-picker select.year {
  margin: 0;
}
.date-range-picker select.month {
  width: 52%;
  margin-right: 2%;
}
.date-range-picker select.year {
  width: 46%;
}
.date-range-picker table {
  table-layout: fixed;
  margin: 0 auto;
  border-collapse: collapse;
}
.date-range-picker table td, .date-range-picker table th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.date-range-picker table th {
  width: 30px;
}
.date-range-picker table td {
  padding: 5px 0;
}
.date-range-picker table thead tr th {
  padding-bottom: 0;
}
.date-range-picker table thead tr + tr th {
  padding-bottom: 1px;
  border-bottom: solid 1px #ccc;
}
.date-range-picker table th.month {
  padding-left: 2px;
  padding-right: 2px;
}
.date-range-picker table th.week, .date-range-picker table td.week {
  background-color: #eee;
  color: #777;
}
.date-range-picker table td.available {
  cursor: pointer;
}
.date-range-picker table td.available:hover {
  background-color: #ddd;
  color: #333;
}
.date-range-picker table td.off-month {
  background-color: #fff;
  color: #999;
}
.date-range-picker table td.in-range {
  background-color: #eee;
  color: #333;
}
.date-range-picker table td.in-range.off-month {
  opacity: 0.7;
}
.date-range-picker table td.start-date, .date-range-picker table td.end-date {
  background-color: #337ab7;
  color: #fff;
}
.date-range-picker table td.start-date:hover, .date-range-picker table td.end-date:hover {
  background-color: #337ab7;
  color: #fff;
}
.date-range-picker table td.start-date {
  border-radius: 4px 0 0 4px;
}
.date-range-picker table td.end-date {
  border-radius: 0 4px 4px 0;
}
.date-range-picker table td.start-date.end-date {
  border-radius: 4px;
}
.date-range-picker table td.disabled {
  background-color: #fff;
  color: #8a6d3b;
  cursor: not-allowed;
  text-decoration: line-through;
}
.date-range-picker.with-date-select table thead tr th {
  padding-bottom: 6px;
}
.date-range-picker.with-date-select table thead tr + tr th {
  padding-bottom: 1px;
}
.date-range-picker [data-prev-wrapper], .date-range-picker [data-next-wrapper] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10003;
}
.date-range-picker [data-prev-wrapper] button, .date-range-picker [data-next-wrapper] button {
  display: block;
  padding: 20px 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.date-range-picker [data-prev-wrapper] {
  left: -15px;
}
.date-range-picker [data-next-wrapper] {
  right: -15px;
}
.date-range-picker.show-calendar [data-prev-wrapper], .date-range-picker.show-calendar [data-next-wrapper] {
  display: block;
}
.date-range-picker ul[data-range-list] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.date-range-picker ul[data-range-list] button {
  width: 100%;
  margin-bottom: 3px;
  text-align: left;
}
.date-range-picker ul[data-range-list] li:last-child button {
  margin-bottom: 0;
}
.date-range-picker.show-calendar ul[data-range-list] {
  margin-bottom: 6px;
}
.date-range-picker:before, .date-range-picker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.date-range-picker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.date-range-picker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.date-range-picker.opensleft:before {
  right: 9px;
}
.date-range-picker.opensleft:after {
  right: 10px;
}
.date-range-picker.opensright:before {
  left: 9px;
}
.date-range-picker.opensright:after {
  left: 10px;
}
.date-range-picker.openscenter:before, .date-range-picker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.date-range-picker.dropup {
  margin-top: -5px;
}
.date-range-picker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.date-range-picker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

@media (min-width: 768px) {
  .date-range-picker:not(.single) {
    max-width: 700px;
  }
  .date-range-picker:not(.single) .calendar {
    float: left;
    width: 50%;
    padding-right: 6px;
  }
  .date-range-picker:not(.single) .calendar table {
    margin-left: auto;
    margin-right: 0;
  }
  .date-range-picker:not(.single) .calendar + .calendar {
    padding-right: 0;
    padding-left: 6px;
  }
  .date-range-picker:not(.single) .calendar + .calendar table {
    margin-left: 0;
    margin-right: auto;
  }
  .date-range-picker:not(.single) .date-input-row .date-input {
    padding-right: 6px;
  }
  .date-range-picker:not(.single) .date-input-row .date-input + .date-input {
    padding-right: 0;
    padding-left: 6px;
  }
  .date-range-picker:not(.single):not(.with-week-display) .date-input-row .date-input {
    max-width: 225px;
  }
  .date-range-picker:not(.single).with-week-display .date-input-row .date-input {
    max-width: 255px;
  }
  .date-range-picker:not(.single).with-ranges.show-calendar .date-input-row, .date-range-picker:not(.single).with-ranges.show-calendar .calendar-row, .date-range-picker:not(.single).with-ranges.show-calendar .controls {
    margin-left: 150px;
  }
  .date-range-picker:not(.single).with-ranges.show-calendar .sidebar {
    z-index: 10002;
    position: absolute;
    top: 6px;
    bottom: 6px;
    width: 138px;
    padding-right: 6px;
    border-right: solid 1px rgba(0, 0, 0, 0.15);
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #1f1f1f;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #00748d;
  text-decoration: none;
}
a:hover, a:focus {
  color: #b13900;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e4e4e4;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #ced6da;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fff9e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #ced6da;
}

.text-primary {
  color: #313b52;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(29.9236641221, 36.0305343511, 50.0763358779);
}

.text-success {
  color: #006149;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(0, 46, 34.618556701);
}

.text-info {
  color: #00748d;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(0, 74.0425531915, 90);
}

.text-warning {
  color: #8e5300;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(91, 53.1901408451, 0);
}

.text-danger {
  color: #b12a1f;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(133.6009615385, 31.7019230769, 23.3990384615);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #313b52;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(29.9236641221, 36.0305343511, 50.0763358779);
}

.bg-success {
  background-color: #e5f4ef;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(193.1621621622, 228.8378378378, 216.9459459459);
}

.bg-info {
  background-color: #eefbff;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #bbefff;
}

.bg-warning {
  background-color: #fff9e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(255, 238.0714285714, 176);
}

.bg-danger {
  background-color: #fff0f0;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffbdbd;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f5f7f8;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f5f7f8;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #ced6da;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f5f7f8;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #1f1f1f;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: #f5f7f8;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ced6da;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ced6da;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ced6da;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ced6da;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 4px;
}

.table-bordered {
  border: 1px solid #ced6da;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ced6da;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-hover > tbody > tr:hover {
  background-color: #ecf0f1;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #ecf0f1;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(221.3181818182, 228.4090909091, 230.1818181818);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #e5f4ef;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(211.0810810811, 236.4189189189, 227.972972973);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #eefbff;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(212.5, 245, 255);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fff9e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(255, 243.5357142857, 201.5);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fff0f0;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(255, 214.5, 214.5);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ced6da;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #1f1f1f;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #1f1f1f;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #1f1f1f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f5f7f8;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 40px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 7px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 40px;
  line-height: 40px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 40px;
  padding: 7px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 40px;
  min-height: 38px;
  padding: 8px 36px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #006149;
}
.has-success .form-control {
  border-color: #006149;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(0, 46, 34.618556701);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(0, 199, 149.7628865979);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(0, 199, 149.7628865979);
}
.has-success .input-group-addon {
  color: #006149;
  background-color: #e5f4ef;
  border-color: #006149;
}
.has-success .form-control-feedback {
  color: #006149;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8e5300;
}
.has-warning .form-control {
  border-color: #8e5300;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(91, 53.1901408451, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(244, 142.6197183099, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(244, 142.6197183099, 0);
}
.has-warning .input-group-addon {
  color: #8e5300;
  background-color: #fff9e3;
  border-color: #8e5300;
}
.has-warning .form-control-feedback {
  color: #8e5300;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #b12a1f;
}
.has-error .form-control {
  border-color: #e74c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(213.698630137, 43.8356164384, 26.301369863);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(242.1780821918, 159.3698630137, 150.8219178082);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(242.1780821918, 159.3698630137, 150.8219178082);
}
.has-error .input-group-addon {
  color: #b12a1f;
  background-color: #fff0f0;
  border-color: #e74c3c;
}
.has-error .form-control-feedback {
  color: #b12a1f;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(94.75, 94.75, 94.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 8px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #1f1f1f;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #1f1f1f;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #1f1f1f;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #1f1f1f;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #1f1f1f;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #1f1f1f;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #1f1f1f;
}

.btn-primary {
  color: #fff;
  background-color: #313b52;
  border-color: rgb(39.4618320611, 47.5152671756, 66.0381679389);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(29.9236641221, 36.0305343511, 50.0763358779);
  border-color: hsl(221.8181818182, 25.1908396947%, -4.3137254902%);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(29.9236641221, 36.0305343511, 50.0763358779);
  border-color: rgb(16.5702290076, 19.9519083969, 27.7297709924);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.9236641221, 36.0305343511, 50.0763358779);
  background-image: none;
  border-color: rgb(16.5702290076, 19.9519083969, 27.7297709924);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(16.5702290076, 19.9519083969, 27.7297709924);
  border-color: hsl(221.8181818182, 25.1908396947%, -4.3137254902%);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #313b52;
  border-color: rgb(39.4618320611, 47.5152671756, 66.0381679389);
}
.btn-primary .badge {
  color: #313b52;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00748d;
  border-color: rgb(0, 95.0212765957, 115.5);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 74.0425531915, 90);
  border-color: hsl(190.6382978723, 100%, -2.3529411765%);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 74.0425531915, 90);
  border-color: rgb(0, 44.6723404255, 54.3);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 74.0425531915, 90);
  background-image: none;
  border-color: rgb(0, 44.6723404255, 54.3);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 44.6723404255, 54.3);
  border-color: hsl(190.6382978723, 100%, -2.3529411765%);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #00748d;
  border-color: rgb(0, 95.0212765957, 115.5);
}
.btn-success .badge {
  color: #00748d;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #b13900;
  border-color: rgb(151.5, 48.7881355932, 0);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(126, 40.5762711864, 0);
  border-color: rgb(24, 7.7288135593, 0);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(126, 40.5762711864, 0);
  border-color: rgb(90.3, 29.0796610169, 0);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(126, 40.5762711864, 0);
  background-image: none;
  border-color: rgb(90.3, 29.0796610169, 0);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(90.3, 29.0796610169, 0);
  border-color: rgb(24, 7.7288135593, 0);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #b13900;
  border-color: rgb(151.5, 48.7881355932, 0);
}
.btn-info .badge {
  color: #b13900;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #e67e22;
  border-color: rgb(214.262195122, 113.4329268293, 24.237804878);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
  border-color: rgb(99.7195121951, 52.7926829268, 11.2804878049);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
  border-color: rgb(159.2817073171, 84.3256097561, 18.0182926829);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
  background-image: none;
  border-color: rgb(159.2817073171, 84.3256097561, 18.0182926829);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(159.2817073171, 84.3256097561, 18.0182926829);
  border-color: rgb(99.7195121951, 52.7926829268, 11.2804878049);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #e67e22;
  border-color: rgb(214.262195122, 113.4329268293, 24.237804878);
}
.btn-warning .badge {
  color: #e67e22;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #c0392b;
  border-color: rgb(171.1659574468, 50.814893617, 38.3340425532);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(150.3319148936, 44.629787234, 33.6680851064);
  border-color: rgb(66.9957446809, 19.8893617021, 15.0042553191);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(150.3319148936, 44.629787234, 33.6680851064);
  border-color: rgb(121.1642553191, 35.9706382979, 27.1357446809);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(150.3319148936, 44.629787234, 33.6680851064);
  background-image: none;
  border-color: rgb(121.1642553191, 35.9706382979, 27.1357446809);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(121.1642553191, 35.9706382979, 27.1357446809);
  border-color: rgb(66.9957446809, 19.8893617021, 15.0042553191);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #c0392b;
  border-color: rgb(171.1659574468, 50.814893617, 38.3340425532);
}
.btn-danger .badge {
  color: #c0392b;
  background-color: #fff;
}

.btn-link, .btn-key-legend {
  font-weight: 400;
  color: #00748d;
  border-radius: 0;
}
.btn-link, .btn-key-legend, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-key-legend, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-key-legend:hover, .btn-link:focus, .btn-key-legend:focus {
  color: #b13900;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, [disabled].btn-key-legend:hover, .btn-link[disabled]:focus, [disabled].btn-key-legend:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-key-legend:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-key-legend:focus {
  color: #666666;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 7px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #1f1f1f;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(18.25, 18.25, 18.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #00748d;
  text-decoration: none;
  background-color: #313b52;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ced6da;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #ced6da;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link, .btn-group.open .dropdown-toggle.btn-key-legend {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #1f1f1f;
  text-align: center;
  background-color: #f5f7f8;
  border: 1px solid #999999;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 7px 36px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f5f7f8;
}
.nav > li.disabled > a {
  color: #ced6da;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ced6da;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f5f7f8;
  border-color: #00748d;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f5f7f8 #f5f7f8 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #00748d;
  background-color: #313b52;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.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, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
}
.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link, .navbar-default .btn-key-legend {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-key-legend:hover, .navbar-default .btn-link:focus, .navbar-default .btn-key-legend:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default [disabled].btn-key-legend:hover, .navbar-default .btn-link[disabled]:focus, .navbar-default [disabled].btn-key-legend:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-key-legend:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-key-legend:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(249.5872093023, 250.4709302326, 250.9127906977);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(249.5872093023, 250.4709302326, 250.9127906977);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(249.5872093023, 250.4709302326, 250.9127906977);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(249.5872093023, 250.4709302326, 250.9127906977);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(249.5872093023, 250.4709302326, 250.9127906977);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link, .navbar-inverse .btn-key-legend {
  color: rgb(249.5872093023, 250.4709302326, 250.9127906977);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-key-legend:hover, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-key-legend:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse [disabled].btn-key-legend:hover, .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse [disabled].btn-key-legend:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-key-legend:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-key-legend:focus {
  color: #444;
}

.breadcrumb, .breadcrumb-progress {
  padding: 0px 2px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li, .breadcrumb-progress > li {
  display: inline-block;
}
.breadcrumb > li + li:before, .breadcrumb-progress > li + li:before {
  padding: 0 5px;
  color: #666666;
  content: "› ";
}
.breadcrumb > .active, .breadcrumb-progress > .active {
  color: #666666;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #00748d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #b13900;
  background-color: #f5f7f8;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c64b00;
  border-color: #c64b00;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ced6da;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 7px 36px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #ced6da;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(176.9418604651, 189.6860465116, 196.0581395349);
}

.label-primary {
  background-color: #313b52;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(29.9236641221, 36.0305343511, 50.0763358779);
}

.label-success {
  background-color: #00748d;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(0, 74.0425531915, 90);
}

.label-info {
  background-color: #b13900;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(126, 40.5762711864, 0);
}

.label-warning {
  background-color: #e67e22;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
}

.label-danger {
  background-color: #c0392b;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(150.3319148936, 44.629787234, 33.6680851064);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ced6da;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #00748d;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #1f1f1f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00748d;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #006149;
  background-color: #e5f4ef;
  border-color: #006149;
}
.alert-success hr {
  border-top-color: rgb(0, 71.5, 53.8092783505);
}
.alert-success .alert-link {
  color: rgb(0, 46, 34.618556701);
}

.alert-info {
  color: #00748d;
  background-color: #eefbff;
  border-color: #008ba9;
}
.alert-info hr {
  border-top-color: rgb(0, 118.0266272189, 143.5);
}
.alert-info .alert-link {
  color: rgb(0, 74.0425531915, 90);
}

.alert-warning {
  color: #8e5300;
  background-color: #fff9e3;
  border-color: #8e5300;
}
.alert-warning hr {
  border-top-color: rgb(116.5, 68.0950704225, 0);
}
.alert-warning .alert-link {
  color: rgb(91, 53.1901408451, 0);
}

.alert-danger {
  color: #b12a1f;
  background-color: #fff0f0;
  border-color: #e74c3c;
}
.alert-danger hr {
  border-top-color: rgb(228.2054794521, 55.1575342466, 37.2945205479);
}
.alert-danger .alert-link {
  color: rgb(133.6009615385, 31.7019230769, 23.3990384615);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #313b52;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #00748d;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #b13900;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #e67e22;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #c0392b;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #ced6da;
  cursor: not-allowed;
  background-color: #f5f7f8;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #ced6da;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #00748d;
  background-color: #313b52;
  border-color: #313b52;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(145.4580152672, 158.8167938931, 189.5419847328);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #006149;
  background-color: #e5f4ef;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #006149;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #006149;
  background-color: rgb(211.0810810811, 236.4189189189, 227.972972973);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #006149;
  border-color: #006149;
}

.list-group-item-info {
  color: #00748d;
  background-color: #eefbff;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #00748d;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #00748d;
  background-color: rgb(212.5, 245, 255);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #00748d;
  border-color: #00748d;
}

.list-group-item-warning {
  color: #8e5300;
  background-color: #fff9e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8e5300;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8e5300;
  background-color: rgb(255, 243.5357142857, 201.5);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8e5300;
  border-color: #8e5300;
}

.list-group-item-danger {
  color: #b12a1f;
  background-color: #fff0f0;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #b12a1f;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #b12a1f;
  background-color: rgb(255, 214.5, 214.5);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b12a1f;
  border-color: #b12a1f;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 10px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #b8b893;
}
.panel-default > .panel-heading {
  color: #1f1f1f;
  background-color: transparent;
  border-color: #b8b893;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b8b893;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #1f1f1f;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b8b893;
}

.panel-primary {
  border-color: #3c97aa;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3c97aa;
  border-color: #3c97aa;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3c97aa;
}
.panel-primary > .panel-heading .badge {
  color: #3c97aa;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3c97aa;
}

.panel-success {
  border-color: #006149;
}
.panel-success > .panel-heading {
  color: #006149;
  background-color: #e5f4ef;
  border-color: #006149;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006149;
}
.panel-success > .panel-heading .badge {
  color: #e5f4ef;
  background-color: #006149;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006149;
}

.panel-info {
  border-color: #008ba9;
}
.panel-info > .panel-heading {
  color: #00748d;
  background-color: #eefbff;
  border-color: #008ba9;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008ba9;
}
.panel-info > .panel-heading .badge {
  color: #eefbff;
  background-color: #00748d;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008ba9;
}

.panel-warning {
  border-color: #8e5300;
}
.panel-warning > .panel-heading {
  color: #8e5300;
  background-color: #fff9e3;
  border-color: #8e5300;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8e5300;
}
.panel-warning > .panel-heading .badge {
  color: #fff9e3;
  background-color: #8e5300;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8e5300;
}

.panel-danger {
  border-color: #e74c3c;
}
.panel-danger > .panel-heading {
  color: #b12a1f;
  background-color: #fff0f0;
  border-color: #e74c3c;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e74c3c;
}
.panel-danger > .panel-heading .badge {
  color: #fff0f0;
  background-color: #b12a1f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e74c3c;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #00748d;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #00748d;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #333;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer, #individual-banking-app .form-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, #individual-banking-app .form-footer:before, .modal-footer:after, #individual-banking-app .form-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after, #individual-banking-app .form-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, #individual-banking-app .form-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, #individual-banking-app .form-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block, #individual-banking-app .form-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  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;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top {
  padding: 10px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 10px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 10px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 10px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: -2px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c2c2c2;
  z-index: 1080;
}
.tooltip.top .tooltip-arrow:after {
  content: "";
  position: absolute;
  bottom: 1px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.tooltip.top-left .tooltip-arrow {
  right: 10px;
  bottom: 0;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}

.tooltip-inner {
  max-width: 330px;
  color: #333;
  background-color: #fff;
  opacity: 1;
  padding: 6px 9px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #c2c2c2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: Arial, sans-serif;
  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;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

body {
  background: url("./images/body-background-8e615d58e83059dfba609ca51b16cbd7.png") 0 0 repeat-x;
}

.rgov-asset-header.rgov-asset-loading {
  height: 138px;
}
.rgov-asset-header > div {
  margin-right: -15px;
  margin-left: -15px;
}
.rgov-asset-header > div:before, .rgov-asset-header > div:after {
  display: table;
  content: " ";
}
.rgov-asset-header > div:after {
  clear: both;
}
.rgov-asset-header > div div#masthead {
  padding: 40px 0 15px 0;
}
.rgov-asset-header #masthead {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rgov-asset-header #masthead .logo {
  background: url("./images/logo-7833e70f30b291c19c32ba268a7f3621.png");
  height: 83px;
  width: 308px;
  display: block;
  float: left;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer {
  float: right;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer .header-col-right {
  padding-top: 18px;
  float: right;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer .header-col-right a.primarybtn {
  padding: 11px 10px 11px 13px;
  border-radius: 20px;
  background-color: #cb4c15;
  color: #fff;
  font-size: 13px;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer .header-col-right a.primarybtn:hover {
  background-color: #c34b19;
  color: #fff;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer #globalNav ul {
  padding-left: 0;
  list-style: none;
  margin: 18px 0 0 -2px;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer #globalNav ul > li {
  border-left: solid 1px #333;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 2px;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer #globalNav ul > li:first-child {
  border-left: none;
}
.rgov-asset-header #masthead #globalNavWelcomeContainer #globalNav ul > li a {
  padding: 4px;
}

.rgov-asset-navigation > div {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.rgov-asset-navigation > div > ul {
  padding-left: 0;
  list-style: none;
  background-color: #303b53;
  display: table-row;
  width: 100%;
}
.rgov-asset-navigation > div > ul > li {
  display: table-cell;
  position: relative;
  width: 16.667%;
  border-right: 1px solid #616b85;
  height: 53px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 100;
}
.rgov-asset-navigation > div > ul > li:last-child {
  border-right: none;
}
.rgov-asset-navigation > div > ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: Georgia, serif !important;
  text-decoration: none;
}
.rgov-asset-navigation > div > ul > li ul {
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  background: #017d96;
  z-index: 101;
}
.rgov-asset-navigation > div > ul > li ul li {
  border-top: 1px solid #2e92ab;
}
.rgov-asset-navigation > div > ul > li ul li a {
  display: block;
  padding: 11px 14px;
  color: #fff;
  text-decoration: none;
}
.rgov-asset-navigation > div > ul > li ul li a.fl {
  background: url("./images/icon_listFastlane-277481815567d2b74cd543aa39a2ee1e.png") 14px 13px no-repeat;
  padding-left: 34px;
}
.rgov-asset-navigation > div > ul > li ul li a:hover {
  background-color: #c64b00;
}
.rgov-asset-navigation > div > ul > li:hover {
  background: #017d96;
}
.rgov-asset-navigation > div > ul > li:hover ul {
  display: block;
}

.rgov-asset-footer {
  background: url("./images/footer-background-f98d73d7d7bc8c45e96a004bd4bab37b.png") repeat;
  font-size: 12px;
  margin-top: 30px;
  padding: 30px 0 0 0;
}
.rgov-asset-footer .content .logo.research,
.rgov-asset-footer .content .logo.nsf {
  background: url("./images/sprite-dbe17fda3f3fb45363645e042393e7cf.png") no-repeat;
  height: 50px;
  display: block;
  text-indent: -9999px;
}
.rgov-asset-footer .content .logo.research {
  background-position: 0 0;
  width: 200px;
}
.rgov-asset-footer .content .logo.nsf {
  background-position: -200px 0;
  width: 350px;
}
.rgov-asset-footer .content h3 {
  font-family: "georgia", serif;
  font-size: 18px;
  margin: 0;
  padding-top: 8px;
}
.rgov-asset-footer .content .collinks ul {
  padding-left: 0;
  list-style: none;
}
.rgov-asset-footer .content .collinks ul li {
  line-height: normal;
  padding-top: 6px;
}
.rgov-asset-footer .content .footerbuttons {
  padding-top: 30px;
}
.rgov-asset-footer .content .footerbuttons a.primarybtn {
  float: left;
  padding: 11px 10px 11px 13px;
  border-radius: 20px;
  background-color: #cb4c15;
  color: #fff;
  font-size: 13px;
}
.rgov-asset-footer .content .footerbuttons a.primarybtn:hover {
  background-color: #c34b19;
  color: #fff;
}
.rgov-asset-footer .content .footerbuttons .socialicons {
  float: left;
  padding-left: 0;
  list-style: none;
}
.rgov-asset-footer .content .footerbuttons .socialicons > li {
  display: inline-block;
}
.rgov-asset-footer .content .footerbuttons .socialicons a {
  width: 40px;
  height: 40px;
  display: block;
  background: url("./images/sprite-dbe17fda3f3fb45363645e042393e7cf.png") no-repeat;
  text-indent: -9999px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.facebook {
  background-position: 0 -50px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.facebook:hover {
  background-position: 0px -100px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.twitter {
  background-position: -50px -50px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.twitter:hover {
  background-position: -50px -100px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.linkedin {
  background-position: -100px -50px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.linkedin:hover {
  background-position: -100px -100px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.youtube {
  background-position: -150px -50px;
}
.rgov-asset-footer .content .footerbuttons .socialicons a.youtube:hover {
  background-position: -150px -100px;
}
.rgov-asset-footer .content .footerbuttons a.seeall {
  position: relative;
  top: 12px;
  margin-left: 5px;
}
.rgov-asset-footer .content .anchoredfooter {
  padding-top: 30px;
}
.rgov-asset-footer .content .anchoredfooter ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 3px -2px;
}
.rgov-asset-footer .content .anchoredfooter ul > li {
  border-left: solid 1px #333;
  display: inline-block;
  padding: 0 0 0 2px;
}
.rgov-asset-footer .content .anchoredfooter ul > li:first-child {
  border-left: none;
}
.rgov-asset-footer .content .anchoredfooter ul > li:first-child a {
  padding-left: 0;
}
.rgov-asset-footer .content .anchoredfooter ul > li a {
  padding: 4px;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

h1, .h1 {
  font-family: Georgia, serif !important;
  color: #34495e;
}

h2, .h2 {
  font-family: Georgia, serif !important;
  color: #34495e;
}

h5, .h5 {
  text-transform: uppercase;
  font-weight: bold;
}

h6, .h6 {
  font-weight: bold;
  margin-bottom: 5px;
}

.word-break-all {
  word-break: break-all;
  word-wrap: break-word;
  display: inline-block;
}

dl:not(.dl-horizontal) dd {
  margin-bottom: 10px;
}

.text-underline {
  text-decoration: underline !important;
}

.breadcrumb, .breadcrumb-progress {
  font-size: 13px;
}
.breadcrumb li.active, .breadcrumb-progress li.active {
  color: #333333;
}
.breadcrumb > li + li:before, .breadcrumb-progress > li + li:before {
  padding: 0 2px 0 5px;
}

.breadcrumb-progress {
  overflow: hidden;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  height: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  width: 100%;
}
.breadcrumb-progress .active {
  color: white;
  background: #303b53;
}
.breadcrumb-progress .active:not(:last-child):after {
  border-left: 14px solid #303b53;
}
.breadcrumb-progress li.active {
  color: white;
}
.breadcrumb-progress li {
  color: #666666;
  text-decoration: none;
  padding: 17px 0px 10px 42px;
  text-indent: -20px;
  background: #e9e9e9;
  border: 1px solid #d7d7d7;
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 62px;
  display: list-item;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb-progress li > span {
    /* IE10+ CSS styles go here */
    position: relative;
    left: -10px;
  }
}
@supports (-ms-accelerator: true) {
  .breadcrumb-progress li > span {
    /* IE Edge 12+ CSS styles go here */
    position: relative;
    left: -10px;
  }
}
.breadcrumb-progress li .fa.fa-check {
  text-indent: -1px;
}
.breadcrumb-progress li:not(:last-child):after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 14px solid #e9e9e9;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 100%;
  z-index: 2;
}
.breadcrumb-progress li:not(:last-child):before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 16px solid #d7d7d7;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 100%;
  z-index: 1;
}
.breadcrumb-progress li:last-child:before {
  display: none;
}
.breadcrumb-progress li:first-child {
  padding-left: 26px;
}
.breadcrumb-progress li {
  height: auto;
  padding-top: 10px;
  text-indent: -17px;
}
.breadcrumb-progress li.breadcrumb-progress-long {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .breadcrumb-progress li.long-content {
    letter-spacing: -0.3px;
  }
}
.breadcrumb-progress li .fa.fa-check {
  text-indent: 0;
}
.breadcrumb-progress li:not(:last-child):after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 14px solid #e9e9e9;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 100%;
  z-index: 2;
}
.breadcrumb-progress li:not(:last-child):before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 16px solid #d7d7d7;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 100%;
  z-index: 1;
}
.breadcrumb-progress li:first-child {
  padding-left: 32px;
}
.breadcrumb-progress a:hover {
  background: transparent;
}
.breadcrumb-progress a:hover:after {
  border-left-color: hsl(190, 99%, 20%) !important;
}

legend {
  border-bottom: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

label.required:before,
label > span.required:before,
legend.required:before {
  color: #b12a1f;
  content: "*";
  margin-right: 3px;
}

label.required-right:after,
label > span.required-right:after,
legend.required-right:after {
  color: #b12a1f;
  content: "*";
  margin-left: 3px;
}

.silently-required label.required:before,
.silently-required label > span.required:before,
.silently-required legend.required:before {
  display: none;
}
.silently-required label.required-right:after,
.silently-required label > span.required-right:after,
.silently-required legend.required-right:after {
  display: none;
}
.silently-required.form-group.is-value-missing .form-control, .silently-required.form-feedback-group.is-value-missing .form-control {
  border: 1px solid #999999;
}
.silently-required.form-group.is-value-missing .form-feedback, .silently-required.form-feedback-group.is-value-missing .form-feedback {
  display: none;
}

.label-micro {
  font-weight: normal;
}

fieldset[data-required] label > span.required:before,
fieldset[data-required] label > span.required-right:after {
  display: none;
}

.form-group .form-feedback, .form-feedback-group .form-feedback {
  display: none;
  margin-bottom: 0;
  margin-top: 5px;
}
.form-group.has-success .form-feedback, .form-feedback-group.has-success .form-feedback {
  color: #006149;
  display: inherit;
}
.form-group.has-warning .form-feedback, .form-feedback-group.has-warning .form-feedback {
  color: #8e5300;
  display: inherit;
}
.form-group.has-error .form-feedback, .form-feedback-group.has-error .form-feedback {
  color: #b12a1f;
  display: inherit;
}
.form-group textarea, .form-feedback-group textarea {
  resize: none;
}

.has-error.checkbox label {
  color: inherit;
}
.has-error.checkbox .form-feedback {
  color: #b12a1f;
}

fieldset.form-group legend {
  margin-bottom: 5px;
}
fieldset.form-group .checkbox:first-of-type,
fieldset.form-group .radio:first-of-type {
  margin-top: 0;
}
fieldset.form-group .checkbox:last-of-type,
fieldset.form-group .radio:last-of-type {
  margin-bottom: 0;
}
fieldset .checkmark-prepended {
  margin-left: 1.25em;
}
fieldset .checkmark-prepended::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-weight: 900;
  margin-left: -1.25em;
  padding-right: 0.25em;
  color: #557823;
}

.short-input-field {
  width: 257px;
}

.modal-header .close, .modal-header .close:hover, .modal-header .close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-header .close {
  font-size: 18px;
  margin-top: 0;
}

.modal-header {
  border-bottom: none;
}
.modal-header:after {
  border-bottom: 1px solid #e2e2e2;
  position: absolute;
  left: 15px;
  padding-top: 10px;
}
.modal-lg .modal-header:after {
  width: 870px;
}
.modal-md .modal-header:after {
  width: 570px;
}
.modal-sm .modal-header:after {
  width: 270px;
}

.modal-footer, #individual-banking-app .form-footer {
  padding-bottom: 5px;
  padding-right: 0;
}

.modal-open.opaque-backdrop .modal-backdrop {
  background: #fff;
  opacity: 1;
}

.panel.panel-default {
  border-top: solid 3px #75c5be;
  padding: 30px 20px;
}
.panel.panel-default > .panel-heading {
  border-bottom: none;
  padding-top: 0;
}
.panel.panel-default > .panel-heading.header-nested-panel {
  display: flex;
  border-bottom: solid 1px #ced6da;
  margin-bottom: 10px;
}
.panel.panel-default > .panel-heading.header-nested-panel .panel-title {
  border-bottom: none;
}
.panel.panel-default > .panel-heading.header-nested-panel > div {
  flex-grow: 20;
}
.panel.panel-default > .panel-heading.header-nested-panel > div.panel-secondary {
  flex-grow: 1;
  margin-bottom: 10px;
}
.panel.panel-default > .panel-heading.header-nested-panel > div .panel-subtitle {
  border-bottom: none;
}
.panel.panel-default > .panel-heading .panel-title {
  padding-bottom: 10px;
  border-bottom: solid 1px #ced6da;
  color: #34495e;
  font-size: 28px;
  font-family: Georgia, serif !important;
}
.panel.panel-default .panel-subtitle {
  border-bottom: solid 1px #ced6da;
}
.panel.panel-default .panel-title-with-sub {
  margin-top: 0;
  margin-bottom: 0;
  color: #34495e;
  font-size: 28px;
  font-family: Georgia, serif !important;
}
.panel.panel-default .subtitle {
  font-family: Georgia, serif !important;
  color: #666666;
  font-style: italic;
}
.panel.panel-default > .panel-body {
  padding-bottom: 0;
}

.action-menu-container .btn {
  text-align: left;
  white-space: wrap;
  min-width: 100%;
  margin-top: 10px;
}
.action-menu-container .btn.btn-primary, .action-menu-container .btn.btn-secondary, .action-menu-container .btn.btn-success, .action-menu-container .btn.btn-warning, .action-menu-container .btn.btn-danger {
  padding: 6px 10px;
}
.action-menu-container .panel-body {
  padding-top: 10px !important;
}

.panel-title {
  font-family: Arial, sans-serif !important;
  font-size: 14px;
  line-height: inherit;
}

.panel-secondary {
  border-color: transparent;
}
.panel-secondary > .panel-heading {
  color: #1f1f1f;
  background-color: #e9ecee;
  border-color: #e9ecee;
}
.panel-secondary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-secondary > .panel-heading .badge {
  color: #e9ecee;
  background-color: #1f1f1f;
}
.panel-secondary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-secondary {
  border: none;
  padding: 26px 5px;
  background: #e9ecee;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.17), inset 0 3px 0 0 #008ba9;
}
.panel-secondary > .panel-heading, .panel-secondary > .panel-body {
  text-align: center;
  padding: 0;
}
.panel-secondary .panel-date {
  font-weight: bold;
  font-size: 18px;
}

.panel-fieldset {
  border-color: #3c97aa;
}
.panel-fieldset > .panel-heading {
  color: #fff;
  background-color: #3c97aa;
  border-color: #3c97aa;
}
.panel-fieldset > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3c97aa;
}
.panel-fieldset > .panel-heading .badge {
  color: #3c97aa;
  background-color: #fff;
}
.panel-fieldset > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3c97aa;
}

.panel-fieldset, .panel-primary {
  border: none;
}
.panel-fieldset .panel-heading > .row, .panel-primary .panel-heading > .row {
  display: flex;
}
.panel-fieldset .panel-heading > .row > div, .panel-primary .panel-heading > .row > div {
  align-self: center;
}
.panel-fieldset .panel-title, .panel-primary .panel-title {
  font-weight: bold;
  border-bottom: none;
}
.panel-fieldset .panel-body, .panel-primary .panel-body {
  border: 1px solid #ced6da;
  padding: 20px;
}

.rgov-sidenav {
  margin-bottom: 20px;
}
.rgov-sidenav button {
  background: transparent;
  border: none;
  display: block;
  outline: none;
  text-align: left;
  width: 100%;
}
.rgov-sidenav button:hover, .rgov-sidenav button:focus {
  background-color: #00576e;
}
.rgov-sidenav .menu-toggle {
  background-color: #00687f;
}
.rgov-sidenav .menu-toggle button {
  color: #fff;
  padding: 7px 12px 6px 12px;
  font-size: 85%;
}
.rgov-sidenav .menu-items {
  background-color: #00748c;
  border-top: solid 3px #3697af;
}
.rgov-sidenav .menu-items button {
  color: #fff;
  padding: 8px 12px 7px 15px;
  font-weight: 500;
}
.rgov-sidenav .menu-items ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.rgov-sidenav .menu-items ul li {
  border-bottom: solid 1px #3697af;
}
.rgov-sidenav .menu-items ul li:last-child {
  border-bottom: none;
}
.rgov-sidenav .menu-items ul li .fa {
  float: right;
}
.rgov-sidenav .menu-items ul li a, .rgov-sidenav .menu-items ul li span:not(.fa) {
  color: #fff;
  display: block;
  padding: 8px 12px 7px 19px;
  font-weight: 300;
  cursor: pointer;
}
.rgov-sidenav .menu-items ul li a:hover, .rgov-sidenav .menu-items ul li span:not(.fa):hover {
  background-color: #00566e;
}
.rgov-sidenav .menu-items ul li a:focus, .rgov-sidenav .menu-items ul li span:not(.fa):focus {
  background-color: #00566e;
}
.rgov-sidenav .menu-items ul li a.active, .rgov-sidenav .menu-items ul li span:not(.fa).active {
  border-left: solid 10px #e66722;
  padding-left: 9px;
  background-color: #00566e;
}
.rgov-sidenav .menu-items ul li.collapse-pane button:after {
  display: inline-block;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rgov-sidenav .menu-items ul li.collapse-pane.opened button {
  border-bottom: solid 1px #3697af;
}
.rgov-sidenav .menu-items ul li.collapse-pane.closed button {
  border-bottom: solid 1px #00748c;
}
.rgov-sidenav .menu-items ul li ul li a, .rgov-sidenav .menu-items ul li ul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 40px;
}
.rgov-sidenav .menu-items ul li ul li a.active, .rgov-sidenav .menu-items ul li ul li span:not(.fa).active {
  padding-left: 30px;
}
.rgov-sidenav .menu-items ul li ul liul li a, .rgov-sidenav .menu-items ul li ul liul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 60px;
}
.rgov-sidenav .menu-items ul li ul liul li a.active, .rgov-sidenav .menu-items ul li ul liul li span:not(.fa).active {
  padding-left: 50px;
}
.rgov-sidenav .menu-items ul li ul liul liul li a, .rgov-sidenav .menu-items ul li ul liul liul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 80px;
}
.rgov-sidenav .menu-items ul li ul liul liul li a.active, .rgov-sidenav .menu-items ul li ul liul liul li span:not(.fa).active {
  padding-left: 70px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul li a, .rgov-sidenav .menu-items ul li ul liul liul liul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 100px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul li a.active, .rgov-sidenav .menu-items ul li ul liul liul liul li span:not(.fa).active {
  padding-left: 90px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul li a, .rgov-sidenav .menu-items ul li ul liul liul liul liul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 120px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul li a.active, .rgov-sidenav .menu-items ul li ul liul liul liul liul li span:not(.fa).active {
  padding-left: 110px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul liul li a, .rgov-sidenav .menu-items ul li ul liul liul liul liul liul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 140px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul liul li a.active, .rgov-sidenav .menu-items ul li ul liul liul liul liul liul li span:not(.fa).active {
  padding-left: 130px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul li a, .rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 160px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul li a.active, .rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul li span:not(.fa).active {
  padding-left: 150px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul liul li a, .rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul liul li span:not(.fa) {
  padding: 8px 12px 7px 19px;
  padding-left: 180px;
}
.rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul liul li a.active, .rgov-sidenav .menu-items ul li ul liul liul liul liul liul liul liul li span:not(.fa).active {
  padding-left: 170px;
}

.alert > div > p, .alert > div > ul {
  margin-bottom: 0;
}
.alert:not(.alert-multiple) > div {
  display: flex;
  gap: 5px;
}
.alert a, .alert button:hover {
  color: inherit;
  text-decoration: underline;
}
.alert button.close {
  opacity: inherit;
}

.alert-secondary {
  color: #00748d;
  background-color: #eefbff;
  border-color: #008ba9;
}
.alert-secondary hr {
  border-top-color: rgb(0, 118.0266272189, 143.5);
}
.alert-secondary .alert-link {
  color: rgb(0, 74.0425531915, 90);
}

.alert-high-visibility {
  color: #8e5300;
  background-color: #fff9e3;
  border-color: #8e5300;
}
.alert-high-visibility hr {
  border-top-color: rgb(116.5, 68.0950704225, 0);
}
.alert-high-visibility .alert-link {
  color: rgb(91, 53.1901408451, 0);
}
.alert-high-visibility {
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  background: repeating-linear-gradient(135deg, #fff9e3, #fff9e3 10px, rgb(255, 229.2394366197, 193) 10px, rgb(255, 229.2394366197, 193) 20px);
}

.btn-inline, .btn-key-legend {
  padding: 0;
  border: none;
  display: inline;
  vertical-align: inherit;
}
.btn-inline:focus, .btn-key-legend:focus, .btn-inline:active, .btn-key-legend:active {
  outline: none;
}

.btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-warning, .btn.btn-danger {
  padding: 6px 36px;
}
.btn:not(.btn-link):not(.btn-key-legend) > .icon-left {
  margin-left: 5px;
}
.btn:not(.btn-link):not(.btn-key-legend) > .icon-right {
  margin-right: 5px;
}

.btn-secondary {
  background-color: #e4e4e4;
  color: #333;
  border-color: #ccc !important;
  box-shadow: none !important;
}
.btn-secondary:hover {
  border-color: #adadad !important;
}
.btn-secondary.disabled, .btn-secondary.btn[disabled] {
  opacity: 1 !important;
  color: #666666;
  background-color: #e4e4e4;
}
.btn-secondary.disabled:hover, .btn-secondary.btn[disabled]:hover {
  color: #666666;
  background-color: #e4e4e4 !important;
}

.btn-primary {
  border-color: #242e45;
}

.ui-filter-reset.btn {
  padding: 6px 12px;
}
.ui-filter-reset.btn:hover {
  color: #c0392b;
}
.ui-filter-reset.btn:not(:focus):not(:hover) {
  color: #6a6a6a;
}
.ui-filter-reset.btn span {
  font-size: 16px;
}

.btn-key-legend:before {
  content: "[";
}
.btn-key-legend:after {
  content: "]";
}
.btn-key-legend {
  text-decoration: underline;
}

.btn-row, .btn-row-right {
  display: flex;
  gap: 4px;
}

.btn-row-right {
  justify-content: end;
}

@media (max-width: 768px) {
  .btn-row, .btn-row-right {
    flex-direction: column;
  }
}
.btn-row-default {
  margin-top: 90px;
}

.icon-pad-right {
  padding-right: 4px;
}

.icon-pad-left {
  padding-left: 4px;
}

/*
 `border-collapse: separate` is intentional here, even if it does result in
 much more manual configuration for the border styles. Doing this allows us
 an easier time making use of `position: sticky`.
 */
.ui-table table {
  border-collapse: separate;
  margin-bottom: 5px;
}
.ui-table table caption {
  background: #00748d;
  background: linear-gradient(180deg, #017d96 0%, #01697f 100%);
  color: #fff;
  font-weight: bold;
  padding: 15px;
}
.ui-table table caption > .row {
  display: flex;
}
.ui-table table caption > .row > div {
  align-self: center;
}
.ui-table table caption > .row div.btn-row {
  justify-content: flex-end;
}
.ui-table table caption > .row button {
  padding: 2px 12px;
  font-size: 14px;
}
.ui-table table thead tr th {
  background: #3c97aa;
  border-right: 1px solid #3da4b6;
  border-bottom: none;
  color: #fff;
}
.ui-table table thead tr th:last-child {
  border-right: none;
}
.ui-table table thead tr th button {
  color: #fff;
}
.ui-table table thead tr th button:hover, .ui-table table thead tr th button:focus, .ui-table table thead tr th button:active, .ui-table table thead tr th button:visited {
  color: #fff;
}
.ui-table table thead tr th button.sort-control {
  padding: 3px;
  margin-right: -3px;
  margin-top: -3px;
  line-height: 20px;
  background: transparent;
  border: none;
}
.ui-table table thead tr th button.sort-control:hover, .ui-table table thead tr th button.sort-control:focus, .ui-table table thead tr th button.sort-control:active, .ui-table table thead tr th button.sort-control:visited {
  background: transparent;
  border: none;
}
.ui-table table tbody tr td {
  border: 1px solid #ced6da;
  border-bottom: none;
  border-right: none;
}
.ui-table table tbody tr td:last-child {
  border-right: 1px solid #ced6da;
}
.ui-table table tbody tr:first-child td {
  border-top: none;
}
.ui-table table tbody tr:last-child td {
  border-bottom: 1px solid #ced6da;
}

.ui-table .control-bar.top-control-bar {
  margin-bottom: 5px;
}

.popover-content {
  min-width: 346px;
}

.popover-title {
  font-weight: bold;
}

.popover > button.close {
  color: #00748d;
  text-decoration: none;
  padding: 4px 8px;
  opacity: 1;
  text-align: center;
  margin-top: 4px;
  margin-right: 2px;
}

.fa-info-circle:not(.btn-primary .fa-info-circle) {
  color: #00748d;
}
.fa-info-circle:not(.btn-primary .fa-info-circle):hover {
  color: #b13900;
}

.panel.panel-upload {
  height: 56px;
  background: linear-gradient(to bottom, #00748d 0%, #01697f 100%);
  border-top: none;
  padding: 0;
  margin-top: 30px;
}
.panel.panel-upload > .panel-body {
  padding: 15px;
  border: none;
  color: white;
}
.panel.panel-upload > .panel-body input[type=file] {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.panel.panel-upload > .panel-body label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
.panel.panel-upload > .panel-body button {
  margin-left: 15px;
  padding: 2px 12px;
  font-size: 14px;
}

.files-display-bar {
  margin-left: 20px;
  margin-top: 15px;
  display: flex;
  /* File icon color */
}
.files-display-bar > div:first-child a > span:first-child {
  padding-top: 2px;
  margin-right: 5px;
}
.files-display-bar > div:first-child a > span:last-child {
  word-break: break-all;
  word-wrap: break-word;
}
.files-display-bar > div:nth-child(2) {
  vertical-align: top;
  margin-left: 20px;
  width: 120px;
}
.files-display-bar > div:nth-child(2) button {
  padding: 0px;
}
.files-display-bar > div:nth-child(2) button > span:last-child {
  margin-left: 1px !important;
}
.files-display-bar > div:nth-child(2) a.fa:hover,
.files-display-bar > div:nth-child(2) a > i:hover {
  color: #b13900;
}
.files-display-bar .fa-file-excel-o {
  color: #27ae60;
}
.files-display-bar .fa-file-pdf-o {
  color: #c0392b;
}
.files-display-bar .fa-file-word-o {
  color: #007f9b;
}

div .sticky {
  position: sticky;
  top: -1px;
  padding-bottom: 10px;
}
div .sticky-background {
  overflow: visible;
  margin: 0px -20px;
  padding: 10px 0px;
  border: 1px solid #ced6da;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

#button-harbor {
  padding-left: 0px;
}
#button-harbor.scrolling {
  padding-left: 20px;
}

.side-nav-menu__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.side-nav-menu__menu---main-menu {
  background-color: #00748c;
  border-top: solid 3px #3697af;
}

.side-nav-menu__menu-item > a {
  border: none;
  outline: none;
  text-align: left;
  width: 100%;
  text-decoration: none;
  display: block;
}
.side-nav-menu__menu-item > a:hover {
  background-color: #00566e;
}
.side-nav-menu__menu-item > a:focus {
  background-color: #00566e;
}
.side-nav-menu__menu-item > a.active {
  border-left: solid 10px #e66722;
  padding-left: 9px;
  background-color: #00566e;
}
.side-nav-menu__menu-item > a {
  color: #fff;
  padding: 8px 12px 7px 19px;
  border-bottom: solid 1px #3697af;
}
.side-nav-menu__menu-item:last-child:not(.side-nav-menu__menu-item--expanded-parent-menu-item) > a {
  border-bottom: none;
}

.side-nav-menu__menu-item--parent-menu-item > a:hover, .side-nav-menu__menu-item--parent-menu-item > a:focus {
  background-color: transparent;
}

button.side-nav-menu__toggle {
  border: none;
  outline: none;
  text-align: left;
  width: 100%;
  text-decoration: none;
  background-color: #00687f;
  color: #fff;
  padding: 7px 12px 6px 12px;
  font-size: 85%;
}
button.side-nav-menu__toggle:hover, button.side-nav-menu__toggle:focus {
  background-color: #00576e;
}

.button-tooltip__container {
  display: inline-flex;
  justify-content: flex-end;
}

.button-tooltip__tooltip {
  height: auto;
  justify-content: center;
  padding: 6px 6px;
  display: flex;
  border: solid 1px #c9c9c9;
  background-color: #c9c9c9;
}
.button-tooltip__tooltip .fa {
  color: #00748d;
  line-height: 1.42;
}

.button-tooltip__container--primary .btn {
  border-color: #222f3d;
  background-color: #313b52;
}
.button-tooltip__container--primary .button-tooltip__tooltip {
  border: solid 1px #242e45;
  background-color: #242e45;
}
.button-tooltip__container--primary .button-tooltip__tooltip .fa {
  color: #fff;
}
.button-tooltip__container--primary .button-tooltip__tooltip .fa:hover {
  color: #fff;
}

.button-tooltip__container--disabled .btn, .button-tooltip__container--disabled .btn:hover {
  border: 1px solid #747985;
  background-color: #7a7f8e;
  opacity: 1;
  color: #fff;
}

#individual-banking-app {
  /* Let legend set space between legend and first radio or checkbox: */
}
#individual-banking-app .ssn input.form-control {
  min-width: 24em;
  max-width: 33%;
}
#individual-banking-app .input-col-sm-4 input {
  width: 33%;
}
#individual-banking-app .input-col-sm-6 input {
  width: 50%;
}
#individual-banking-app legend + div.radio, #individual-banking-app legend + div.checkbox {
  margin-top: 0;
}
#individual-banking-app .checkbox label .required:before {
  color: #b12a1f;
  content: "*";
  margin-right: 3px;
}
#individual-banking-app .form-footer {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
#individual-banking-app .submission-result dt {
  margin-top: 1em;
}
#individual-banking-app .btn-link, #individual-banking-app .btn-key-legend {
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
#individual-banking-app output.output-bank-name {
  margin-top: 17px;
  margin-bottom: 7px;
}