@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: black;
  margin: 0; }
  body.padding_left {
    padding: 0 0 0 300px; }

input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: black;
  border: 1px solid gray; }

a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: black;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

table tr td.title {
  background-color: #c8c8c8;
  font-weight: bold; }

.container {
  width: 1200px;
  margin: auto; }

.clear {
  width: 100%;
  height: 1px;
  font-size: 1px;
  clear: both; }

.form_errors {
  color: red;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px 0; }

#top_bar {
  text-align: right;
  padding: 5px 10px;
  background-color: #ececec;
  border-bottom: 1px solid #d1d1d1; }

#left {
  width: 300px;
  height: 100%;
  position: fixed;
  background-color: #ececec;
  border-right: 1px solid #d1d1d1;
  left: 0;
  top: 0; }
  #left .logo {
    display: none; }
  #left .name {
    padding: 0 0 0 5px;
    font-weight: 600; }
  #left .links {
    padding: 15px 0 0 0; }
    #left .links a {
      display: block;
      padding: 2px 15px;
      background-color: #d1d1d1;
      text-decoration: none;
      margin: 1px 0 0 0; }
      #left .links a:hover {
        font-weight: bold; }

#right {
  padding: 10px 20px 50px 20px; }
  #right h1 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 0; }

.plus {
  font-weight: 700;
  color: #087305; }

.minus {
  font-weight: 700;
  color: #780707; }

.flashes {
  padding: 0 0 10px 0; }
  .flashes .flash {
    font-weight: bold;
    text-align: center;
    padding: 5px 10px; }
    .flashes .flash.ok {
      background-color: #bdffc3;
      border: 1px solid #7ff189;
      color: #033e08; }
    .flashes .flash.error {
      background-color: #ffbdbd;
      border: 1px solid #ec6a6a;
      color: #4d0606; }

#login {
  padding: 100px 0 0 0; }
  #login table {
    margin: auto;
    border: 1px solid #c8c8c8; }
    #login table tr td {
      background-color: #ececec;
      padding: 5px 10px; }
      #login table tr td.title {
        background-color: #c8c8c8;
        text-align: center;
        padding: 5px 0; }
      #login table tr td.td_left {
        padding: 5px 50px 5px 10px; }
  #login .submit {
    text-align: center;
    padding: 20px 0 0 0; }
    #login .submit input {
      padding: 5px 20px; }

#list .section {
  margin: 0 0 20px 0; }
#list .search {
  text-align: center;
  padding: 10px 0 0 0; }
#list .buttons {
  text-align: center;
  padding: 20px 0 0 0; }
#list .add {
  text-align: center;
  padding: 10px 0 0 0; }
#list .count {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 20px; }
#list .section {
  padding: 15px 0 0 0; }
  #list .section table {
    width: 100%;
    border: 1px solid #d1d1d1; }
    #list .section table tr td {
      background-color: #ececec; }
      #list .section table tr td a {
        display: block;
        text-decoration: none;
        padding: 3px 0;
        font-weight: bold;
        text-align: center;
        background-color: #ececec; }
        #list .section table tr td a:hover {
          background-color: #d1d1d1; }
      #list .section table tr td.active a {
        background-color: #d1d1d1; }
      #list .section table tr td.section_title {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        padding: 3px 0;
        background-color: #c0f4ff; }
#list .list {
  padding: 15px 0 0 0; }
  #list .list table {
    width: 100%;
    border: 1px solid #d1d1d1; }
    #list .list table tr td {
      background-color: #ececec;
      padding: 5px 8px; }
      #list .list table tr td.title {
        font-weight: bold;
        background-color: #d1d1d1; }
      #list .list table tr td.icon {
        width: 50px;
        text-align: center;
        padding: 0; }
        #list .list table tr td.icon .state {
          display: block;
          width: 25px;
          height: 25px;
          line-height: 25px;
          background-color: red;
          margin: auto;
          font-size: 13px;
          color: white; }
          #list .list table tr td.icon .state.state_1 {
            background-color: #f38def; }
          #list .list table tr td.icon .state.state_2 {
            background-color: #04a300; }
          #list .list table tr td.icon .state.state_3 {
            background-color: #787878; }
          #list .list table tr td.icon .state.state_4 {
            background-color: #e657e0; }
          #list .list table tr td.icon .state.state_5 {
            background-color: #df6400; }
          #list .list table tr td.icon .state.state_6 {
            background-color: #66d051; }
          #list .list table tr td.icon .state.state_7 {
            background-color: #2a76e8; }
          #list .list table tr td.icon .state.state_8 {
            background-color: #000000; }
          #list .list table tr td.icon .state.state_9 {
            background-color: #7f4501; }
          #list .list table tr td.icon .state.state_10 {
            background-color: #f37006; }
          #list .list table tr td.icon .state.state_11 {
            background-color: #004600; }
      #list .list table tr td.td_left {
        width: 300px; }
      #list .list table tr td.items {
        background-color: white; }
        #list .list table tr td.items table {
          border: 0; }
          #list .list table tr td.items table tr td {
            background-color: #fff6d1; }
            #list .list table tr td.items table tr td.photo {
              padding: 1px 0;
              width: 52px; }
              #list .list table tr td.items table tr td.photo img {
                width: 50px;
                vertical-align: bottom; }
            #list .list table tr td.items table tr td.quantity {
              width: 50px;
              text-align: center;
              padding: 0;
              font-weight: 600; }
              #list .list table tr td.items table tr td.quantity .important {
                color: red;
                font-weight: 700;
                font-size: 18px; }
            #list .list table tr td.items table tr td.code {
              width: 130px; }
            #list .list table tr td.items table tr td.position {
              width: 80px;
              text-align: center;
              font-weight: 700;
              color: red; }
            #list .list table tr td.items table tr td.price {
              text-align: right; }
          #list .list table tr td.items table tr.reserved td {
            background-color: #d2ffd1;
            color: #024300;
            font-weight: 600; }
            #list .list table tr td.items table tr.reserved td.quantity {
              color: #024300;
              font-weight: 700;
              font-size: 18px; }
          #list .list table tr td.items table tr.ordered td {
            background-color: #d8e9ff;
            color: #061e7a;
            font-weight: 600; }
            #list .list table tr td.items table tr.ordered td.quantity {
              color: #061e7a;
              font-weight: 700;
              font-size: 18px; }
    #list .list table tr.ordered td {
      background-color: #f0d8ff; }
    #list .list table tr.bg_green td {
      background-color: #c7ffd3; }
#list input.input_commission {
  width: 60px;
  text-align: center; }
#list input.input_price {
  width: 60px;
  text-align: center; }

#category_tree {
  padding: 10px 0 0 10px; }
  #category_tree a {
    display: block;
    text-decoration: none;
    margin: 3px 0 0 0; }
    #category_tree a:hover {
      font-weight: bold; }
  #category_tree .form {
    float: right; }
    #category_tree .form table tr td {
      padding: 5px 10px;
      background-color: #ececec; }
      #category_tree .form table tr td.td_left {
        padding: 5px 30px 5px 10px; }
      #category_tree .form table tr td.td_right {
        padding: 5px 10px 5px 10px; }
        #category_tree .form table tr td.td_right input {
          width: 250px; }
    #category_tree .form .submit {
      text-align: center;
      padding: 15px 0 0 0; }
      #category_tree .form .submit input {
        padding: 8px 20px; }

a.button {
  display: inline-block;
  border: 1px solid #d1d1d1;
  background-color: #ececec;
  text-align: center;
  text-decoration: none;
  padding: 8px 15px; }

.paginator {
  margin: 20px 0 0 0;
  background-color: #ececec; }
  .paginator table {
    width: 100%; }
    .paginator table tr td.td_left {
      width: 20%;
      text-align: left; }
    .paginator table tr td.td_center {
      text-align: center; }
    .paginator table tr td.td_right {
      width: 20%;
      text-align: right; }
    .paginator table tr td a {
      display: inline-block;
      padding: 5px 20px;
      background-color: #5d8700;
      font-weight: 600;
      text-align: center;
      color: white; }

#form .add {
  text-align: center;
  padding: 10px 0 0 0; }
#form .submit {
  padding: 20px 0 0 0; }
  #form .submit input {
    padding: 8px 30px;
    margin: 0 10px; }
  #form .submit a {
    padding: 0 10px; }
#form .form {
  padding: 20px 0 0 0; }
  #form .form table {
    width: 100%; }
    #form .form table tr td {
      padding: 5px 10px;
      background-color: #ececec; }
      #form .form table tr td.title {
        font-weight: bold;
        background-color: #d1d1d1; }
      #form .form table tr td.icon {
        width: 50px;
        text-align: center;
        padding: 0; }
  #form .form.order table {
    width: 100%; }
    #form .form.order table tr td {
      vertical-align: middle; }
      #form .form.order table tr td.td_image {
        width: 150px;
        text-align: center;
        padding: 5px 0; }
        #form .form.order table tr td.td_image img {
          width: 140px;
          vertical-align: bottom; }
      #form .form.order table tr td.td_code {
        width: 170px; }
        #form .form.order table tr td.td_code a.code {
          text-decoration: none;
          font-weight: 700;
          display: block; }
        #form .form.order table tr td.td_code a.web {
          display: block;
          text-decoration: none;
          font-weight: 600;
          color: #024300;
          padding: 3px 0 0 0; }
      #form .form.order table tr td.td_position {
        text-align: center;
        width: 100px;
        padding: 0;
        font-weight: 700;
        font-size: 20px; }
      #form .form.order table tr td.td_name .important {
        color: red;
        padding: 5px 0 0 0;
        font-size: 14px; }
      #form .form.order table tr td.td_quantity, #form .form.order table tr td.td_reserved {
        text-align: center;
        font-size: 30px;
        font-weight: 700; }
        #form .form.order table tr td.td_quantity input, #form .form.order table tr td.td_reserved input {
          text-align: center;
          width: 60px;
          vertical-align: middle; }
      #form .form.order table tr td.td_quantity {
        font-size: 40px; }
        #form .form.order table tr td.td_quantity .important {
          color: red; }
      #form .form.order table tr td.td_ean {
        text-align: center;
        padding: 0;
        width: 160px; }
      #form .form.order table tr td.td_reserved {
        color: #024300;
        font-size: 30px; }
      #form .form.order table tr td.td_price {
        text-align: right;
        width: 100px; }
        #form .form.order table tr td.td_price input {
          text-align: center;
          width: 60px; }
    #form .form.order table tr.reserved td {
      background-color: #d2ffd1; }
#form .submit {
  text-align: center;
  padding: 10px 0 0 0; }
  #form .submit a.button {
    display: inline-block;
    border: 1px solid #d1d1d1;
    background-color: #ececec;
    text-align: center;
    text-decoration: none;
    padding: 8px 15px; }

#order .questions {
  padding: 20px 0 0 0; }
  #order .questions .new_question {
    padding: 5px 5px; }
    #order .questions .new_question textarea {
      width: 90%; }
  #order .questions .title {
    font-weight: bold;
    background-color: #d1d1d1;
    padding: 5px 10px; }
  #order .questions .question .time,
  #order .questions .answer .time {
    font-size: 13px;
    padding: 0 0 3px 0; }
  #order .questions .question {
    background-color: #f1f0f0;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    float: left; }
  #order .questions .answer {
    background-color: #4080ff;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 0 20px;
    color: white;
    float: left; }

/*# sourceMappingURL=style.css.map */
