/* ADMIN */
body {
  background: #FFF;
  padding: 20px; }

/* DEFAULT */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: #f19211; }

input[type=submit],
a.button {
  line-height: 25px;
  padding: 0 8px;
  border: 0;
  border-radius: 3px;
  background: #4f4f4f;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  display: inline-block; }
  input[type=submit].orange,
  a.button.orange {
    background: #f19211; }

input[type=text],
textarea {
  border: 1px solid #f0f0f0;
  padding: 3px;
  width: 300px; }
  input[type=text].amount, input[type=text].price,
  textarea.amount,
  textarea.price {
    width: 60px; }
  input[type=text].small,
  textarea.small {
    width: 160px; }
  input[type=text].datepicker,
  textarea.datepicker {
    width: 80px; }

label {
  display: block;
  font-weight: bold;
  padding: 10px 0 3px; }

td label {
  display: inline; }

table.list {
  border-collapse: collapse;
  width: 100%; }
  table.list.list-a {
    width: auto; }
  table.list thead th {
    border-bottom: 4px solid #f19211; }
  table.list th, table.list td {
    text-align: left;
    padding: 10px 10px; }
    table.list th.r, table.list td.r {
      text-align: right; }
    table.list th input.amount, table.list td input.amount {
      width: 50px;
      padding: 5px; }
    table.list th.delete a, table.list td.delete a {
      font-size: 18px;
      text-decoration: none; }
    table.list th.discount, table.list td.discount {
      color: #CC0000;
      font-weight: bold; }
  table.list tr.r-data td {
    padding-bottom: 0; }
  table.list tbody tr td {
    vertical-align: top;
    border-bottom: 1px solid #a4a4a4; }
    table.list tbody tr td div.config-data {
      display: none;
      margin-top: 10px; }
      table.list tbody tr td div.config-data table {
        width: auto; }
        table.list tbody tr td div.config-data table td {
          padding: 5px 20px 5px 5px;
          border-bottom: 1px solid #f0f0f0;
          font-weight: normal; }
    table.list tbody tr td.name {
      font-weight: bold; }
      table.list tbody tr td.name a {
        font-weight: normal;
        padding-top: 2px; }
    table.list tbody tr td.data-row {
      display: flex;
      flex-direction: column; }
    table.list tbody tr td.pagination .info {
      float: left; }
    table.list tbody tr td.pagination .pages {
      float: right; }
    table.list tbody tr td.pagination td {
      padding: 0;
      border: 0; }
  table.list tfoot {
    background: #f8d11e; }
    table.list tfoot th, table.list tfoot td {
      color: #81291c;
      padding: 5px 10px; }
    table.list tfoot th {
      border-top: 1px solid #81291c;
      padding: 10px; }

.box-filter {
  width: 100%;
  background: #f0f0f0;
  padding: 10px;
  border: 1px solid #676767;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: flex-end; }
  .box-filter .field {
    margin: 0 10px 10px 0; }

ul.menu {
  float: left;
  width: 100%;
  background: #000;
  margin-bottom: 30px; }
  ul.menu li {
    float: left; }
    ul.menu li a {
      float: left;
      padding: 0 20px;
      line-height: 50px;
      color: #FFF; }

.tree {
  width: 500px;
  margin-top: 30px; }
  .tree ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .tree ul li {
      display: flex;
      padding: 0; }
      .tree ul li .mapper {
        width: 8px;
        margin-right: 6px;
        height: 100%;
        border-left: 1px dotted #262626;
        display: inline-block; }
        .tree ul li .mapper:after {
          content: "";
          display: inline-block;
          width: 8px;
          height: 17px;
          border-bottom: 1px dotted #262626; }
      .tree ul li:nth-last-child(1) .mapper {
        height: 18px; }
      .tree ul li div.c_h {
        display: flex;
        padding: 0;
        flex-direction: column;
        width: calc(100% - 10px); }
        .tree ul li div.c_h .p {
          display: flex;
          justify-content: space-between;
          padding: 0;
          flex-direction: row;
          align-items: center;
          flex-grow: 1; }
          .tree ul li div.c_h .p span.link {
            height: 100%;
            display: flex;
            align-items: center; }
            .tree ul li div.c_h .p span.link a.link {
              text-decoration: none; }
          .tree ul li div.c_h .p ol {
            display: flex;
            flex-direction: row;
            justify-content: flex-start; }
            .tree ul li div.c_h .p ol li {
              display: flex;
              justify-content: space-between;
              padding: 2px 0;
              flex-direction: row;
              margin-right: 3px; }
        .tree ul li div.c_h ul {
          padding-left: 3px;
          width: 100%; }

ul.sortable {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.sortable li span {
    display: inline-block;
    background: #a4a4a4;
    padding: 5px 10px;
    margin-bottom: 2px;
    border: 2px dashed #262626; }
  ul.sortable li ul {
    margin-left: 20px; }
  ul.sortable li.highlight {
    height: 30px;
    width: 200px;
    border: 2px dashed #000;
    margin-bottom: 2px; }
  ul.sortable li:hover {
    cursor: move; }

/*# sourceMappingURL=a_style.css.map */
