.row {
  margin-left: 0;
  margin-right: 0;
}
.e nav.navbar .dropdown-menu {
  overflow: visible;
  max-height: none;
}
.e label,
.e select,
.e textarea,
.e input[type="text"],
.e input[type="password"],
.e input[type="datetime"],
.e input[type="datetime-local"],
.e input[type="date"],
.e input[type="month"],
.e input[type="time"],
.e input[type="week"],
.e input[type="number"],
.e input[type="email"],
.e input[type="url"],
.e input[type="search"],
.e input[type="tel"],
.e input[type="color"],
.e .uneditable-input {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  vertical-align: inherit;
}
.e label,
.e input,
.e button,
.e select,
.e textarea {
  font-size: inherit;
  line-height: inherit;
}
.e .btn {
  background-color: none;
  border-color: inherit inherit inherit inherit;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  margin-bottom: inherit;
  text-align: inherit;
  vertical-align: inherit;
  background-image: none;
  text-shadow: 0 0 0 transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.e .btn-primary {
  color: #fff;
}
.e .btn .caret {
  margin-top: 0;
}
.e .btn-group > .btn {
  font-size: 14px;
}
.e .btn-group > .btn-xs,
.e .btn-group > .dropdown-menu,
.e .btn-group > .popover {
  font-size: 12px;
}
.e .dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.e .dropdown-menu > li > a {
  clear: both;
  color: inherit;
  display: block;
  font-weight: normal;
  line-height: inherit;
  white-space: nowrap;
}
.e .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}
.e .container-fluid:after {
  clear: none;
}
.e .navbar .nav {
  margin: inherit;
}
.e .navbar .nav > li > a {
  float: none;
  text-decoration: none;
  text-shadow: 0 0 0 transparent;
  padding-bottom: 15px;
  padding-top: 15px;
}
.e .navbar .nav .dropdown-toggle.img-toggle {
  padding: 0 0.8em 0 0.5em;
}
.e .navbar .nav .dropdown-toggle .caret {
  margin-top: 0;
}
.e li {
  line-height: inherit;
}
.e form {
  margin: 0;
}
.e .dropdown-menu > li > a:hover,
.e .dropdown-menu > li > a:focus,
.e .dropdown-submenu:hover > a,
.e .dropdown-submenu:focus > a {
  background-image: none;
}
.e .modal {
  margin-left: auto;
  width: inherit;
}
.e .modal .modal-footer {
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 white inset;
  margin-bottom: inherit;
}
.e .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
.e .row:after,
.e .row:before {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.e input.add-values-cb,
.e input.change-values-cb {
  vertical-align: baseline;
}
.aui .dropdown-submenu > a::after {
  border-color: transparent transparent transparent transparent;
  border-style: none;
  border: 0 none;
}
.aui .navbar .nav > li > .dropdown-menu::before {
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
}
.aui .navbar .nav > li > .dropdown-menu::after {
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
}
.aui .btn-group {
  font-size: inherit;
}
.aui .dropdown-menu > li > a:hover,
.aui .dropdown-menu > li > a:focus,
.aui .dropdown-submenu:hover > a,
.aui .dropdown-submenu:focus > a {
  background-color: #f9f9f9;
}
.aui .modal-backdrop,
.aui .modal-backdrop.fade.in {
  opacity: 0.4;
}
.aui .modal {
  margin-left: auto;
  width: auto;
  top: 0 !important;
}
.aui .modal-footer {
  background-color: transparent;
}
@media (max-width: 767px) {
  .aui .navbar .nav,
  .aui .navbar .nav > li {
    float: none;
  }
}
@media (max-width: 767px) and (max-width: 979px) {
  .aui .btn {
    margin-top: 0;
  }
}
.aui .modal-header .close {
  padding: 0 !important;
  margin: 0;
}
