@import url("/public/static/font/sofia-sans.css");

/* @import url("/public/static/custom/css/media.css"); */






.content {
  flex-grow: 1;
}







.ff-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.ff-table th {
  font-weight: 100;
}

.ff-table .title {
  font-weight: 400;
  vertical-align: top;
  padding: 15px;
}

.ff-table td {
  padding: 5px 10px;
  border: none;
  text-align: left;
}

.ff-table th {
  padding: 5px 10px;
  border: none;

  background: #ffffff;

  font-size: 10pt;
  font-weight: 100;
  text-align: left;
}



.card-block .body-head {
  font-weight: 100;
  text-align: left;
  background-color: #fff;
}

.ff-table tr:nth-child(even) {
  background: #ffffff;
}

.ff-table tr:nth-child(odd) td {
  border-top: solid #e5e5e5 1px;
  border-bottom: solid #e5e5e5 1px;
}

.ff-bg-gray {
  background-color: var(--background-color-base);
}

.ff-bg-white {
  background-color: #ffffff;
}

.ff-color-gray {
  color: #7c7c7c;
}

.body-title {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.body-title .breadcrumbs {
  color: #7c7c7c;
}



.hide {
  display: none !important;
}

.product_uuid {
  margin-right: 10px;
}

.product_uuid,
.product_quantity {
  margin-bottom: 10px;
  display: block;
}



html {
  color: var(--font-color-base);
  /* background:  center/15% url("/public/static/custom/img/background.png"); */
}

i {
  color: var(--font-color-base);
  cursor: pointer;
}

.product-list tr {
  background: none !important;
}

/* .product-list tr td:nth-child(1) {
  width: 35%;
} */

/* .product-list tr td:nth-child(2) {
  width: 20%;
} */

/* .product-list tr td:nth-child(3) {
  width: 25%;
} */

/* .product-list tr td:nth-child(4) {
  width: 10%;
} */

.product-list td {
  padding: 0px;
  padding-right: 10px;
  background: none !important;
}

.product-list {
  background: none !important;
  width: 100%;
}

.product-card {
  width: 100%;
  background: none !important;
  border: none !important;
}

.product-card tr {
  padding-bottom: 5px;
  background: none !important;
  border: none !important;
}

.product-card td {
  padding: 5px 0px;
  background: none !important;
  vertical-align: top;
  border: none !important;
}



.c1 {
  color: #001219;
}

.c2 {
  color: #005F73;
}

.c3 {
  color: #0A9396;
}

.c4 {
  color: #94D2BD;
}

.c5 {
  color: #E9D8A6;
}

.c6 {
  color: #EE9B00;
}

.c7 {
  color: #CA6702;
}

.c8 {
  color: #BB3E03;
}

.c9 {
  color: #AE2012;
}

.c10 {
  color: #9B2226;
}





.card hr {
  margin: 5px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px dashed #ddd;
}

.card a {
  color: var(--font-color-base);
}

.card-block {
  font-size: 11pt;
  padding: 10px;
  background-color: var(--background-color-base);
  border: solid 1px #BBBBBB;
  box-shadow: 5px 10px 8px #d5d5d5;
  margin-bottom: 20px;
  border-radius: 10px;
  white-space: nowrap;
  box-sizing: border-box;
  margin-right: 10px;
}

.card-block hr {
  margin: 5px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px dashed #ddd;
}

.card-block table {
  width: 100%;
  border-collapse: collapse;
}

.card-block table thead th {
  font-weight: 100;
  text-align: left;
}

.card-block td {
  padding: 5px;
}

.striped-body div.body:nth-child(odd) {
  background: #ffffff;
}

.striped-line div.line:nth-child(odd) {
  background: #ffffff;
}

.card-block .body {
  display: flex;
  border-top: solid 1px #e5e5e5;
  padding: 10px;
}

.card-block .body.hover-white:hover {
  background-color: #fff;
}

.no-border .body {
  display: flex;
  padding: 0px;
  border: none;
}

.card-block .body-head {
  display: flex;
  font-weight: 100;
  text-align: left;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}


.card-block .header sup {
  padding-left: 5px;
  font-weight: 100;
  font-size: 10pt;

}

.card-block .header {
  padding: 7px 14px;
  font-weight: 600;
  font-size: 12pt;
  background-color: var(--font-color-base);
  border: solid 1px var(--border-color-input);
  border-radius: 5px;
  margin-bottom: 5px;

  color: var(--background-color-base);

}

.card-block .header i {
  font-size: 13pt;
  float: inline-end;

  color: var(--background-color-base);
}

.dot {
  height: 10pt;
  width: 10pt;
  border-radius: 50%;
  display: inline-block;
}

.dot.success {
  background-color: var(--color-4);
}

.dot.error {
  background-color: var(--color-9);
}

.dot.warning {
  background-color: var(--color-6);
}

/* menu */
.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
}



.navbar ul.menu {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  background-color: #f8f8f8;
}

.navbar ul.menu li a {
  display: block;
  color: #3a3939;
  text-align: center;
  text-decoration: none;
}

.navbar .submenu {
  float: left;
}

.navbar .submenu-content {
  display: none;
  flex-wrap: wrap;

  position: absolute;
  z-index: 10;
  background-color: white;
  border: solid 1px #e5e5e5;
  box-shadow: 5px 10px 8px #d5d5d5;

  padding: 5px;
}

.navbar .submenu-content.right {
  right: 0;
}

.navbar .submenu-content ul {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #333;
  list-style-type: none;
}

.navbar .submenu-content ul li {
  float: none;
  text-align: left;
  white-space: nowrap;
}

.navbar .submenu-content .coll .header:first-child {
  padding: 0px;
}



.navbar .submenu-content ul li a {
  color: #595959;
  text-decoration: none;
  padding: 0;
  padding-right: 15px;
  padding-left: 10px;
  text-align: left;
}

.navbar .submenu-content ul li a:hover {
  background-color: #f1f1f1;
}

.navbar .submenu-content .coll {
  flex: 1;
}

.submenu:hover .submenu-content {
  display: flex;
}



/* Добавляем разрыв перед элементом */
.pb-before {
  page-break-before: always;
}

/* Добавляем разрыв после элемента */
.pb-after {
  page-break-after: always;
}

/* Предотвращаем разрыв внутри элемента */
.pb-inside {
  page-break-inside: avoid;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.modal-bg {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.scroll-disable {
  overflow: hidden;
  margin: 0;
}

.modal-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  width: 1200px;
  overflow: auto;
  max-height: 75vh;
}

.modal-close {
  position: absolute;
  right: 30px;
  top: 60px;
  outline: none;
  appearance: none;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  font-size: 25pt;
}



.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer:hover {
  color: var(--font-color-base);
}

#filter_form div.ff-form-field {
  padding-right: 5px;
  padding-left: 5px;
}

#filter_form div.ff-form-field:first-child {
  padding-right: 5px;
  padding-left: 0px;
}

#filter_form div.ff-form-field:last-child {
  padding-left: 5px;
  padding-right: 0px;
}


.avalible-boxes>div.body {
  background-color: var(--background-color-base);
}




.parent {
  display: flex;
  flex-direction: column;
}

.child {
  flex-grow: 1;
}

#body_container {
  visibility: hidden;
}