

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.compas .fr-toolbar .fr-command.fr-btn[id^=compasDefaultsSave],
.compas .fr-toolbar .fr-command.fr-btn[id^=compasDefaultsView] {
    width: 90px;
    margin-left: 12px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-defaults-view-modal {
  text-align: left;
  padding: 20px 20px 10px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-defaults-view-modal .fr-compas-defaults-view-list {
  margin-bottom: 20px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-defaults-view-modal .fr-compas-defaults-view-title {
  font-weight: bold;
  font-size: 14px;
  padding: 6px 0 4px;
  margin: 0 0 5px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-defaults-view-modal .fr-compas-defaults-view-item {
  display: inline-block;
  font-size: 16px;
  width: 20px;
  height: 20px;
  padding: 5px;
  line-height: 20px;
  cursor: default;
  font-weight: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  border: 1px solid #cccccc;
  margin: -1px 0 0 -1px;
}

.fr-modal .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}
.fr-modal .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
.fr-modal .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}
.fr-modal .fr-action-buttons button.fr-command:hover,
.fr-modal .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}
.fr-modal .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}
.fr-modal .fr-action-buttons button::-moz-focus-inner {
  border: 0;
} 