a,
a:focus-visible,
a:focus,
a:focus-within {
  text-decoration: none !important;
  outline: unset !important;
}

legend {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #b3b4b7;
}

.form-group {
  display: flex;
}

.form-inline {
  display: flex !important;
}

.dd3-content {
  height: 50px !important;
}

.dd-handle {
  height: 50px !important;
}

.dd3-handle:before {
  top: 14px !important;
}

.page-header-inner {
  width: 100%;
}

.page-header-inner .dropdown-menu-default {
  left: 0;
  position: absolute;
  text-align: right;
}

.page-header-fixed .page-container {
  margin-top: 0 !important;
}

.pagination .form-inline > div * {
  white-space: nowrap;
}

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

.panel-heading {
  background: #eee;
}

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

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

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

.panel-body {
  padding: 15px;
}

.editor-blocks .block {
  display: flex;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}

.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}

.nav-tabs > li > a {
  margin-left: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}

.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.modal .modal-header .close {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editor-modal-run {
  white-space: nowrap;
  margin-bottom: 10px;
}

.hide {
  display: none !important;
}

@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 #e7ecf1;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
}
