.btn-default {
  --bs-btn-color: #333;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #ccc;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: #e6e6e6;
  --bs-btn-hover-border-color: #adadad;
  --bs-btn-focus-shadow-rgb: 173, 173, 173;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #e6e6e6;
  --bs-btn-active-border-color: #adadad;
}

.input-lg {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group {
  margin-bottom: 15px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li::before {
  content: "/";
  padding: 0 6px;
  color: #6c757d;
}

.breadcrumb > .active {
  color: #6c757d;
}

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

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  border-radius: 6px;
}

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

.panel-default {
  border-color: #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-body {
  padding: 15px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.navbar-default {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-header {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 50px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 15px;
}

.navbar-brand > img {
  max-height: 32px;
}

.navbar-toggle {
  display: none;
  padding: 9px 10px;
  margin: 8px 15px 8px auto;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  background-color: #888;
  border-radius: 1px;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.navbar-collapse.collapse {
  display: flex !important;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > a {
  display: block;
  padding: 15px;
  line-height: 20px;
  text-decoration: none;
}

.navbar-right {
  margin-left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-toggle .caret {
  display: none;
}

.navbar-default .dropdown-menu {
  min-width: 180px;
  padding: 6px 0;
  margin-top: 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .dropdown-menu > li > a {
  display: block;
  padding: 8px 18px;
  clear: both;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background: transparent;
  border: 0;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

.modal.show,
.modal.in {
  display: block;
}

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

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

.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;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 { width: 8.33333333%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-12 { width: 100%; }

#loginModal .modal-dialog {
  max-width: 420px;
  margin: 8vh auto 0;
}

#loginModal .modal-content {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}

#loginModal .modal-body {
  padding: 28px 32px 24px;
}

#loginModal #logotop {
  margin-bottom: 22px;
  text-align: center;
}

#loginModal #logotop img {
  max-width: 220px;
  height: auto;
}

#loginModal .pull-right {
  float: none !important;
  margin-top: -6px;
  margin-bottom: 14px;
  text-align: right;
}

#loginModal .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
}

.glyphicon {
  display: inline-block;
  min-width: 1em;
  margin-right: 4px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.glyphicon-info-sign::before {
  content: "i";
}

.glyphicon-th {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 0;
  vertical-align: -2px;
}

.glyphicon-th::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 12px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.glyphicon-th::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 3px -4px 0 -1px currentColor, 9px -4px 0 -1px currentColor;
}

.glyphicon-arrow-down {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
}

.glyphicon-arrow-down::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 2px;
  height: 9px;
  background: currentColor;
}

.glyphicon-arrow-down::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.glyphicon-pencil {
  margin-right: 0;
}

.glyphicon-pencil::before {
  content: "\270E";
  font-size: 16px;
  line-height: 1;
}

.glyphicon-trash {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 0;
  vertical-align: -2px;
}

.glyphicon-trash::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 2px 2px;
}

.glyphicon-trash::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 4px -3px 0 -1px currentColor;
}

@media (max-width: 767px) {
  .navbar-header {
    width: 100%;
  }

  .navbar-default {
    display: block;
    padding: 0;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    display: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid #e7e7e7;
  }

  .navbar-collapse.show,
  .navbar-collapse.in {
    display: block;
  }

  .navbar-collapse.collapse:not(.show):not(.in) {
    display: none !important;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .navbar-right {
    margin-left: 0;
  }
}
