#edit-actions #edit-delete.form-submit {
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #fefefe 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #fefefe 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #e0e0e0 100%);
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px #cccccc, inset 0 1px 1px white;
  -webkit-box-shadow: 0 1px 2px #cccccc, inset 0 1px 1px white;
  box-shadow: 0 1px 2px #cccccc, inset 0 1px 1px white;
}
#edit-actions #edit-delete.form-submit:hover,
#edit-actions #edit-delete.form-submit:active,
#edit-actions #edit-delete.form-submit:focus {
  background: #eeeeee;
  outline: 0;
  text-shadow: 0 -1px 1px #fff;
  text-decoration: none;
}
#edit-actions #edit-delete.form-submit:active {
  border-color: #555;
}
#edit-actions #edit-delete.form-submit:hover {
  background-position: 0 bottom;
  -moz-box-shadow: 0 1px 2px #ccc, inset 0 -1px 1px #fff;
  -webkit-box-shadow: 0 1px 2px #ccc, inset 0 -1px 1px #fff;
  box-shadow: 0 1px 2px #ccc, inset 0 -1px 1px #fff;
}
#l10n-client #l10n-client-search-form #l10n-client-search-filter-clear {
  background-color: rgb(6, 119, 177);
  background-image: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding-left: 12px;
  padding-right: 12px;
  text-shadow: none;
  background-position: 0 bottom;
  -moz-box-shadow: 0 1px 2px #ccc, inset 0 -1px 1px #fff;
  -webkit-box-shadow: 0 1px 2px #ccc, inset 0 -1px 1px #fff;
  box-shadow: 0 1px 2px #ccc, inset 0 -1px 1px #fff;
  border: 0 none;
}

.page-media-browser #block-panels-mini-footer-top,
.page-media-browser #block-panels-mini-footer-bottom,
.adminimal-theme .region-content-before {
  display: none !important;
}

@media (min-width: 1200px) {
  .bootstrap-twocol-stacked #panels-ipe-regionid-right {
    float: right;
    width: 25%;
  }

  .bootstrap-twocol-stacked #panels-ipe-regionid-left {
    float: left;
    width: 75%;
  }

  .bootstrap-twocol-stacked #panels-ipe-regionid-right .right.col-lg-3,
  .bootstrap-twocol-stacked #panels-ipe-regionid-left .left.col-lg-9 {
    width: 100% !important;
  }
}

#navbar-bar{
  z-index: 999999999 !important;
}

#navbar-item--2-tray {
  z-index: 999999998 !important;
}

table.sticky-header {
  top: 79px !important;
  z-index: 99999999 !important;
}

#cke_doksoft_bootstrap_table_edit-body-en-0-value div input {
  display: inline-block !important;
  vertical-align: bottom !important;
}

.panels-add-content-modal {
  background: none !important;
}

.panels-section-column div a:focus {
  outline: 0;
  text-decoration: none;
}

#edit-delete {
  background: #990000 !important;
  border-radius: 0 !important;
  border: none !important;
  color: #fff !important;
}

#edit-sat {
  color: white;
  background-color: #5cb85c;
}

#edit-sat:hover {
  background-color: #4d8f46;
}