* {
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
}

html.show {
  overflow-x: hidden;
}

body {
  color: rgba(0,0,0,.87);
  margin: 0;
  padding: 0;
  min-width: 320px;
  background: #fff;
}

body.show {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.line {
  border-top: 1px solid rgba(34,36,38,.15);
  padding: 4px 0px;
}

.login {
  color: rgba(0,0,0,.87);
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.password {
  color: rgba(0,0,0,.87);
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
}

.editForm {
  color: rgba(0,0,0,.87);
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
}

.login div, .password div, .editForm div{
  width: 300px;
  display: flex;
  flex-direction: column;
}
.login .logo, .password .logo {
  width: 150px;
  height: auto;
  margin: 0px auto;
  font-size: .92857143rem;
}

.login label, .password label, .packagingForm .box label, .editForm label, .productFormInfo label, .pushFormInfo label {
  display: block;
  margin: 0 0 .28571429rem 0;
  font-size: .92857143em;
  color: rgba(0,0,0,.87);
  text-transform: none;
}

input, textarea {
  box-sizing: border-box;
  outline: none;
  padding: .67857143em 1em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571429rem;
  box-shadow: 0 0 0 0 transparent inset;
  width: 100%;
  margin: 0 0 1em;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  width: 100%;
}    
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 12px;
  outline: 0;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571429rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

button, .buttonCancel, .buttonAdd, .buttonBirth{
  box-sizing: border-box;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  background: #e0e1e2;
  color: rgba(0,0,0,.6);
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em .78571429em;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  width: 100%;
}

.buttonCancel {
  margin: 1em 0 0 0;
  color: #5a5a5b;
}

.buttonAdd {
  color: #5a5a5b;
  width: 200px;
}

.buttonBirth {
  margin: 1em 0 0 0;
  color: #5a5a5b;
}

button:hover, .buttonCancel:hover, .buttonAdd:hover, .buttonBirth:hover {
  cursor: pointer;
  background-color: #c9c9cc;
}

.error {
  box-sizing: border-box;
  min-height: 1em;
  margin: 1em 0;
  background: #f8f8f9;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  color: rgba(0,0,0,.87);
  border-radius: .28571429rem;
  font-size: 1em;
  box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 0 0 0 transparent;
}

.header {
  background-color: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 110;
  margin: 0;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  transition: 0.1s;
}
.header.show{
  margin-left: 250px;
}

.header .burger {
  width: 22px;
  padding: 20px 16px 12px 16px;
}

.header div:hover {
  cursor: pointer;
  background-color: #f7f7f7;
}

.header label {
  font-size: 1.07142857rem;
  margin: 0px 16px;
}

.menu {
  border-right: 1px solid rgba(34,36,38,.15);
  background-color: #fff;
  height: 100vh;
  width: 0;
  z-index: 111;
  overflow-x: hidden;
  position: fixed;
  display: flex;
  flex-direction: column;
  transition: 0.1s;
}

.menu.show {
  width: 250px;
}

.menu .logo {
  width: 80px;
  height: auto;
  margin: 16px;
}

.menu .title {
  font-size: 24px;
  margin: 13px 16px;
}

.menu .button {
  font-size: 17px;
  width: 100%;
  padding: 13px 16px;
}

.menu .button:hover {
  background-color: #f7f7f7;
}

.content {
  box-sizing: border-box;
  padding: 80px 16px 16px 16px;
  transition: margin-left 0.1s;
  overflow: hidden;
  width: 100%;
}

.content.show {
  margin-left: 250px;
  
}

.content_shadow {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 109;
  width: 100%;
  height: 100vh;
}

.content_shadow.show {
  opacity: 1;
  pointer-events: all;
  width: 100%;
}

.packagingForm, .add_production_size {
  display: flex;
  align-items:flex-end;
}

.packagingForm .box, .add_production_size .box {
  padding-right: 14px;
  display: flex;
  flex-direction: column;
}

.packagingForm .box .name {
  width: 200px;
}

.packagingForm .box .price {
  width: 130px;
}

.packagingForm button, .add_production_size button {
  box-sizing: border-box;
  font-size: 1em;
  width: 130px;
  padding: calc(.67857143em + 3.5px) 1em;
  margin: 0 0 1em;
}

.packagingForm button:hover, .add_production_size button:hover {
  cursor: pointer;
  background-color: #c9c9cc;
}

.packagingTable, .productionTable, .promotionsTable, .clientageTable, .existingSize, .pushTable, .birthdays, .addsTable  {
  width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
}

.categories {
  width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    border-bottom: none;
}

.packagingTable .title, .productionTable .title,
.promotionsTable .title, .clientageTable .title,
.existingSize .title, .pushTable .title,
.birthdays .title, .addsTable .title {
  display: flex;
  align-items: center;
  background-color: #f9fafb;
  border-top-left-radius: .28571429rem;
  border-top-right-radius: .28571429rem;
  padding: 13px 16px;
}
.packagingTable .title .row0, .packagingTable .element .row0 {
  width: 35%;
}
.packagingTable .title .row1, .packagingTable .element .row1 {
  width: 65%;
}
.packagingTable .title .row2, .packagingTable .element .row2 {
  width: 80px;
}

.packagingTable .element, .productionTable .element, .promotionsTable .element, .clientageTable .element, .existingSize .element, .pushTable .element,
.birthdays .element, .addsTable .element {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom-left-radius: .28571429rem;
  border-bottom-right-radius: .28571429rem;
  border-top: 1px solid rgba(34,36,38,.15);
  padding: 13px 16px;
}

.packagingTable .element .edit, .productionTable .element .edit,
.promotionsTable .element .edit, .existingSize .element .edit,
.pushTable .element .edit, .addsTable .element .edit  {
  display: flex;
  align-items:flex-end;
  justify-content: flex-end;
}

.packagingTable .element .edit .name,
.productionTable .element .edit .name,
.promotionsTable  .element .edit .name,
.pushTable .element .edit .name,
.addsTable .element .edit .name {
  background: #e0e1e2;
  color: rgba(0,0,0,.6);
  padding: 7px 10px;
  line-height: 1em;
  border-radius: .28571429rem;
}

.productionTable .element .edit .name, .promotionsTable  .element .edit .name, .pushTable .element .edit .name, .addsTable .element .edit .name {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.packagingTable .element .edit .delete,
.productionTable .element .edit .delete,
.promotionsTable .element .edit .delete,
.existingSize .element .edit .delete,
.pushTable .element .edit .delete,
.addsTable .element .edit .delete  {
  background: #e0e1e2;
  color: rgba(0,0,0,.6);
  padding: 9px 12px;
  line-height: 1em;
  border-top-right-radius: .28571429rem;
  border-bottom-right-radius: .28571429rem;
}

.existingSize .element .edit .delete {
  border-radius: .28571429rem;
}

.packagingTable .element .edit .name:hover, .packagingTable .element .edit .delete:hover,
.productionTable .element .edit .name:hover, .productionTable .element .edit .delete:hover,
.promotionsTable .element .edit .name:hover, .promotionsTable .element .edit .delete:hover,
.existingSize .element .edit .delete:hover,
.pushTable .element .edit .name:hover, .pushTable .element .edit .delete:hover,
.clientageTable .element .row3 .name:hover,
.addsTable .element .edit .name:hover, .addsTable .element .edit .delete:hover {
  cursor: pointer;
  background-color: #c9c9cc;
}

.packagingTable .element .edit .name img,
.productionTable .element .edit .name img,
.promotionsTable .element .edit .name img,
.pushTable .element .edit .name img,
.clientageTable .element .row3 .name img,
.addsTable .element .edit .name img {
  width: 16px;
  height: auto;
}

.clientageTable .element .row3 {
  display: flex;
  align-items: center;
}

.clientageTable .element .row3 .name {
  margin-left: 4px;
  background: #e0e1e2;
  color: rgba(0,0,0,.6);
  padding: 7px 10px;
  line-height: 1em;
  border-radius: .28571429rem;
}

.packagingTable .element .edit .delete img,
.productionTable .element .edit .delete img,
.promotionsTable .element .edit .delete img,
.existingSize .element .edit .delete img,
.pushTable .element .edit .delete img,
.addsTable .element .edit .delete img {
  width: 12px;
  height: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .pageButton {
  margin: 0px 3px;
  background: #e0e1e2;
  color: rgba(0,0,0,.6);
  padding: 7px 10px;
  line-height: 1em;
  border-radius: .28571429rem;
}

.pagination .pageButton:hover {
  cursor: pointer;
  background-color: #c9c9cc;
}

.pagination .selectPage {
  margin: 0px 3px;
  border: 1px solid #e0e1e2;
  background: #fff;
  color: rgba(0,0,0,.6);
  padding: 7px 10px;
  line-height: 1em;
  border-radius: .28571429rem;
}

.productionTable .title .row0, .productionTable .element .row0 {
  width: 110px;
}
.productionTable .title .row1, .productionTable .element .row1 {
  width: 20%;
}
.productionTable .title .row2, .productionTable .element .row2 {
  width: 20%;
}
.productionTable .title .row3, .productionTable .element .row3 {
  width: 60%;
}
.productionTable .title .row4, .productionTable .element .row4 {
  width: 80px;
}

.productionTable .element .row0 img {
  width: 80px;
  height: auto;
}

.productFormInfo, .pushFormInfo {
  display: flex;
}

.productFormInfo .left, .pushFormInfo .left{
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 8px;
}

.productFormInfo .right, .pushFormInfo .right {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  width: 50%;
}

.productFormInfo .row, .pushFormInfo .row {
  display: flex;
}

.promotionsTable .title .row0, .promotionsTable .element .row0 {
  width: 110px;
}
.promotionsTable .title .row1, .promotionsTable .element .row1 {
  width: 25%;
}
.promotionsTable .title .row2, .promotionsTable .element .row2 {
  width: 75%;
}
.promotionsTable .title .row3, .promotionsTable .element .row3 {
  width: 140px;
}

.pushTable .title .row0, .pushTable .element .row0 {
  width: 110px;
}
.pushTable .title .row1, .pushTable .element .row1 {
  width: 25%;
}
.pushTable .title .row2, .pushTable .element .row2 {
  width: 75%;
}
.pushTable .title .row3, .pushTable .element .row3 {
  width: 80px;
}

.promotionsTable .element .up {
  background: #e0e1e2;
  color: rgba(0,0,0,.6);
  padding: 9.5px 10px;
  line-height: 1em;
  border-top-left-radius: .28571429rem;
  border-bottom-left-radius: .28571429rem;
}

.promotionsTable .element .down {
  background: #e0e1e2;
  color: rgba(0,0,0,.6);
  padding: 9.5px 10px;
  line-height: 1em;
} 

.promotionsTable .element .up:hover, .promotionsTable .element .down:hover {
  cursor: pointer;
  background-color: #c9c9cc;
}

.promotionsTable  .element .edit .name {
  border-radius: 0px;
}

.promotionsTable .element .row0 img,
.pushTable .element .row0 img {
  width: 80px;
  height: auto;
}

.clientageTable .title .row0, .clientageTable .element .row0 {
  width: 25%;
}
.clientageTable .title .row1, .clientageTable .element .row1 {
  width: 30%;
}
.clientageTable .title .row2, .clientageTable .element .row2 {
  width: 30%;
}
.clientageTable .title .row3, .clientageTable .element .row3 {
  width: 15%;
}

.ordersTable {
  margin: 1em 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}

.ordersTable .title {
  background-color: #f9fafb;
}

.ordersTable th, .ordersTable td {
  padding: 13px 6px;
  box-sizing:border-box;
  border: 1px solid #d7d7d7;
  font-weight: normal;
  text-align: left;
}

.ordersTable .title .row0 {
  width: 270px;
}
.ordersTable .title .row1 {
  text-align: center;
  width: 90px;
}

.ordersTable .title .row2 {
  text-align: center;
}

.ordersTable .title .row3 {
  text-align: center;
  width: 60px;
}

.ordersTable .title .row4 {
  text-align: center;
  width: 80px;
}

.ordersTable .title .row5 {
  min-width: 240px;
}

.ordersTable .title .row6 {
  width: 80px;
}

.ordersTable .title .row7 {
  width: 40px;
}

.ordersTable .title .row8 {
  min-width: 240px;
}

.ordersTable .title .row9 {
  width: 40px;
}

.ordersTable .title .row10 {
  width: 40px;
}

.add_production_size {
  margin-top: 16px;
}

.existingSize {
  width: 50%;
}

.existingSize .title .row0, .existingSize .element .row0 {
  width: 20%;
}
.existingSize .title .row1, .existingSize .element .row1 {
  width: 20%;
}
.existingSize .title .row2, .existingSize .element .row2 {
  width: 40%;
}
.existingSize .title .row3, .existingSize .element .row3 {
  width: 20%;
}
.existingSize .title .row4, .existingSize .element .row4 {
  width: 40px;
}

.birthdays .title .row0, .birthdays .element .row0 {
  width: 30%;
}

.birthdays .title .row1, .birthdays .element .row1 {
  width: 30%;
}

.birthdays .title .row2, .birthdays .element .row2 {
  width: 160px;
}
.birthdays .title .row3, .birthdays .element .row3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}

.birthdays .title .row3 .select, .birthdays .element .row3 .select {
  margin: 0px;
}

.birthdays .element .row3 img {
  width: 24px;
  margin-right: 6px;
}

.buttonBirth {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  margin: 0px;
  width: 140px;
}

.pushInfo {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: 0px auto;
}

.pushInfo .select {
  margin-bottom: 10px;
}

.addsTable .title .row0, .addsTable .element .row0 {
  width: 110px;
}
.addsTable .title .row1, .addsTable .element .row1 {
  width: 30%;
}
.addsTable .title .row2, .addsTable .element .row2 {
  width: 30%;
}
.addsTable .title .row3, .addsTable .element .row3 {
  width: 40%;
}
.addsTable .title .row4, .addsTable .element .row4 {
  width: 80px;
}
.addsTable .element .row0 img {
  width: 80px;
  height: auto;
}

.addsForm {
  display: flex;
  flex-direction: column;
  width: 600px;
  margin: 0px auto;
  align-items: center;
}

.addsForm .wp {
  display: flex;
  justify-content: space-between;
}

.addsForm .wp .block {
  width: 50%;
}