@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*$green: #008136;*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?cb2d6l");
  src: url("fonts/icomoon.eot?cb2d6l#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?cb2d6l") format("woff2"), url("fonts/icomoon.ttf?cb2d6l") format("truetype"), url("fonts/icomoon.woff?cb2d6l") format("woff"), url("fonts/icomoon.svg?cb2d6l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-leaf:before {
  content: "\e900"; }

.icon-weather-sunny:before {
  content: "\e901"; }

.icon-weather-snow:before {
  content: "\e902"; }

.icon-alert-circle:before {
  content: "\e903"; }

.icon-alert-triangle:before {
  content: "\e904"; }

.icon-arrow-down-circle:before {
  content: "\e905"; }

.icon-arrow-left-circle:before {
  content: "\e906"; }

.icon-arrow-right-circle:before {
  content: "\e907"; }

.icon-arrow-up-circle:before {
  content: "\e908"; }

.icon-at-sign:before {
  content: "\e909"; }

.icon-check:before {
  content: "\e90a"; }

.icon-chevron-down:before {
  content: "\e90b"; }

.icon-chevron-left:before {
  content: "\e90c"; }

.icon-chevron-right:before {
  content: "\e90d"; }

.icon-chevron-up:before {
  content: "\e90e"; }

.icon-chevrons-down:before {
  content: "\e90f"; }

.icon-chevrons-left:before {
  content: "\e910"; }

.icon-chevrons-right:before {
  content: "\e911"; }

.icon-chevrons-up:before {
  content: "\e912"; }

.icon-edit-2:before {
  content: "\e913"; }

.icon-facebook:before {
  content: "\e914"; }

.icon-file:before {
  content: "\e915"; }

.icon-filter:before {
  content: "\e916"; }

.icon-grid:before {
  content: "\e917"; }

.icon-help-circle:before {
  content: "\e918"; }

.icon-home:before {
  content: "\e919"; }

.icon-image:before {
  content: "\e91a"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-mail:before {
  content: "\e91c"; }

.icon-menu:before {
  content: "\e91d"; }

.icon-message-circle:before {
  content: "\e91e"; }

.icon-message-square:before {
  content: "\e91f"; }

.icon-minus:before {
  content: "\e920"; }

.icon-more-horizontal:before {
  content: "\e921"; }

.icon-more-vertical:before {
  content: "\e922"; }

.icon-percent:before {
  content: "\e923"; }

.icon-phone:before {
  content: "\e924"; }

.icon-plus:before {
  content: "\e925"; }

.icon-plus-circle:before {
  content: "\e926"; }

.icon-plus-square:before {
  content: "\e927"; }

.icon-search:before {
  content: "\e928"; }

.icon-settings:before {
  content: "\e929"; }

.icon-shopping-cart:before {
  content: "\e92a"; }

.icon-sliders:before {
  content: "\e92b"; }

.icon-star:before {
  content: "\e92c"; }

.icon-sun:before {
  content: "\e92d"; }

.icon-trash:before {
  content: "\e92e"; }

.icon-trash-2:before {
  content: "\e92f"; }

.icon-truck:before {
  content: "\e930"; }

.icon-user:before {
  content: "\e931"; }

.icon-x:before {
  content: "\e932"; }

.icon-x-circle:before {
  content: "\e933"; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body, td, th, option, select, input, textarea {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  color: #111111; }

.develop {
  display: none; }

.content {
  display: flex;
  min-height: 100%; }
  .content .header {
    display: flex;
    flex-direction: column;
    width: 200px;
    background: #009a42; }
    .content .header .logo {
      width: 100%;
      padding: 16px; }
      .content .header .logo img {
        max-width: 100%; }
    .content .header ul.menu {
      display: flex;
      flex-direction: column;
      list-style: none;
      padding: 0;
      margin: 0; }
      .content .header ul.menu li {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #017834; }
        .content .header ul.menu li a {
          padding: 8px 16px;
          color: #FFF;
          text-decoration: none; }
    .content .header div.logged-in {
      margin-top: 32px;
      padding: 16px;
      color: #FFF; }
      .content .header div.logged-in a {
        color: #FFF; }
  .content .main {
    width: calc(100% - 200px);
    padding: 32px 64px; }
    .content .main .submenu {
      background: #f7f7f7;
      margin-bottom: 24px; }
      .content .main .submenu ul {
        display: flex;
        list-style: none;
        padding: 8px;
        margin: 0; }
        .content .main .submenu ul li {
          display: flex;
          border-right: 1px solid #CCC; }
          .content .main .submenu ul li a {
            padding: 4px 16px;
            text-decoration: none;
            color: #111111; }

div.box-filter {
  display: flex;
  background: #f7f7f7;
  padding: 16px;
  margin-bottom: 32px; }

div.tree ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 400px; }
  div.tree ul li {
    display: flex;
    flex-direction: column; }
    div.tree ul li div {
      display: flex;
      justify-content: space-between; }
      div.tree ul li div a {
        padding: 8px 0px;
        text-decoration: none; }
      div.tree ul li div:hover {
        background: #f7f7f7; }
    div.tree ul li ul {
      width: auto; }
      div.tree ul li ul li div {
        padding-left: 24px; }
      div.tree ul li ul li ul {
        width: auto; }
        div.tree ul li ul li ul li div {
          padding-left: 48px; }

/* Standard lista */
table.list {
  border-collapse: collapse; }
  table.list th {
    font-weight: bold; }
  table.list th,
  table.list td {
    padding: 4px 24px 4px 12px;
    border-bottom: 1px solid #CCC;
    text-align: left; }
  table.list th a {
    color: #000; }
  table.list td {
    border-color: #f2f2f2; }
  table.list tr.done td {
    background: #f2f2f2; }
  table.list tr.child td.article_number {
    font-style: italic;
    color: orange; }
  table.list tr.child td.article_number span {
    font-size: 12px; }
  table.list td.c, table.list th.c {
    text-align: center; }
  table.list td.r, table.list th.r {
    text-align: right; }
  table.list th.b-left, table.list td.b-left {
    border-left: 1px solid #CCC; }
  table.list tfoot td {
    background: #f7f7f7;
    color: #FFF; }
  table.list tfoot tr.bold td {
    font-weight: bold; }
  table.list td.green {
    color: #00ff00; }
  table.list td.red {
    color: red; }
  table.list td.orange {
    color: orange; }
  table.list td.buttons {
    padding-right: 4px; }
    table.list td.buttons a {
      margin-right: 4px; }
  table.list th.head {
    background: #333333;
    color: #FFF;
    padding: 10px;
    border: 0; }
  table.list .pagination {
    padding: 5px 0;
    border-bottom: 0; }
  table.list tr:hover td.pagination,
  table.list .pagination tbody tr:nth-child(odd) td {
    background: #fff;
    border: 0; }
  table.list .pagination table.info {
    float: left; }
  table.list .pagination table.pages {
    float: right; }
  table.list .pagination table.pages td {
    padding: 5px; }

.btn {
  display: inline-flex;
  padding: 0 12px;
  line-height: 36px;
  background: #009a42;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
  border: 0; }
  .btn.btn-small {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 8px;
    line-height: 28px; }
  .btn.btn-icon {
    align-items: center;
    justify-content: center;
    padding: 4px; }
  .btn.red {
    background: #970101;
    height: 28px;
    width: 28px; }

/* login */
body.login {
  background: #f7f7f7; }
  body.login .content {
    align-items: center; }
    body.login .content .main {
      display: flex;
      justify-content: center; }
      body.login .content .main .login {
        background: #FFF;
        padding: 32px; }
        body.login .content .main .login form {
          margin-top: 24px; }
        body.login .content .main .login .login-box {
          display: flex;
          flex-direction: column;
          margin-bottom: 12px; }

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