@charset "UTF-8";
#sidebar li.active i.fa,
.text-warn {
  color: #ff6000;
}

.field_property.warn {
  color: #ff6000;
  font-weight: bold;
}
.field_property .item-count i {
  cursor: default;
  color: #e2e2e2;
}
.field_property .item-count i.selectable {
  cursor: pointer;
  color: #bbb;
}
.field_property .item-count i.set {
  color: #666;
}
.field_property .item-count i.over {
  color: #ff6000;
}

.error-bg {
  background-color: #D20009;
  color: #f4f4f4;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px;
}

.warn-bg {
  background-color: #ff6000;
  color: #f4f4f4;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px;
}

.ok-bg {
  background-color: #79C20D;
  color: #f4f4f4;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px;
}

.hint {
  color: #bbb;
}

tr.next-station td, tr.sum td {
  border-top: 2px solid #666;
}

tr.sum td {
  background-color: #e2e2e2;
  font-weight: bold;
}

tr.user-deleted td {
  color: #D20009;
}

a.delete-action {
  color: #D20009 !important;
}
a.delete-action:hover {
  color: #d36c6e !important;
}

div.checkboxGroup, div.radioGroup {
  float: left;
  width: 320px;
  border-radius: 5px;
  border: 1px solid #bbb;
  padding: 5px;
  margin: 0 10px;
  background-color: #f4f4f4;
}
div.checkboxGroup label.col-2, div.radioGroup label.col-2 {
  display: inline-block;
  width: 45%;
  vertical-align: text-top;
}

div.checkboxGroup label, div.radioGroup label {
  text-transform: inherit;
  font-weight: normal;
  text-align: left;
  float: none;
  width: inherit;
}

.article_subtype_block {
  display: none;
}

#contentManagementFrame {
  border: 0;
  width: 100%;
  height: 400px;
}

.right {
  float: right;
}

div.checkboxGroup label {
  margin: 0;
  height: auto;
  line-height: normal;
}
div.checkboxGroup label.toggler {
  display: inline-block;
  float: right;
  width: auto;
}
div.checkboxGroup input.toggler {
  float: right;
}

.disabled {
  opacity: 0.5;
  cursor: default;
}

.field_property {
  padding: 5px 10px;
  float: left;
}

input.attribute {
  width: 100px;
}
input ~ span.postfix {
  background-color: #e2e2e2;
  display: inline-block;
  height: 18px;
  margin-left: -15px;
  padding: 4px 6px 0;
  border: 1px solid #bbb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.noborder {
  border: none;
}

li.deleted {
  opacity: 0.4;
  text-decoration: line-through;
}

table.field-property-table th {
  background-color: #e2e2e2;
  padding: 3px;
}
table.field-property-table td {
  background-color: #e2e2e2;
  padding: 3px;
}

table.inline-editable-values td.value:after {
  display: inline-block;
  content: "✓";
  /* check mark */
  color: transparent;
  font-weight: bold;
  transform: scale(1.6) translateX(10px);
  transition: color 400ms ease;
}
table.inline-editable-values td.value.saved:after {
  color: green;
  transition: color 100ms ease;
}
table.inline-editable-values td.value.saving:after {
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  width: 13px;
  height: 13px;
  background: url(/images/spinner.gif);
  background-size: contain;
  filter: brightness(0.94);
}

table.inline-editable-values td .error-display {
  position: absolute;
  margin-left: -100px;
  margin-top: -12px;
  background: #a00;
  color: white;
  padding: 5px 15px;
  box-shadow: 2px 4px 7px -1px rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
}
table.inline-editable-values td .error-display:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -3px;
  top: 9px;
  width: 6px;
  height: 6px;
  transform: scaleX(3) rotate(45deg);
  background: #a00;
}

.header-notification {
  cursor: pointer;
}
.header-notification .icon.highlight {
  color: #ff6000;
}

.payout-method-container {
  padding: 5px;
  background-color: #c7c7c7;
  display: inline-block;
  border: 1px solid #c7c7c7;
  position: relative;
  cursor: pointer;
}
.payout-method-container .title {
  text-align: center;
  font-weight: bold;
}
.payout-method-container:not(.selected):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c7c7c7;
  opacity: 0.8;
}
.payout-method-container:not(.selected):hover:after {
  opacity: 0.5;
}
.payout-method-container.selected {
  background-color: #f5f5f5;
  border: 1px solid #ff6000;
}
