:root {
  box-sizing: border-box;
  --main-bg-color: rgba(34, 41, 56, 1);
  --main-bg-color-transparent: rgba(34, 41, 56, 0.7);
  --main-bg-row-color: rgba(228, 227, 165, 0.9);
  --main-color: white;
  --menu-color: #f4b226;
  --second-color: #adbfd5;
  --main-font-family: 'Roboto Condensed', sans-serif;
  --second-font-family: 'Days One', sans-serif;
  --logoHafner-font-family: 'Montserrat', sans-serif;
  --group-color: hsl(184, 9%, 32%);
  --main-green: #238505;
}

*,
::before,
::after {
  box-sizing: inherit;
}

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

body {
  font-family: var(--main-font-family);
  color: var(--main-color);
  font-size: 1em;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  position: relative;
  background: var(--main-bg-color);
}

/* body *+* {
  margin-top: 1.5em;
} */

.toppanel {
  display: flex;
  background: var(--main-bg-color);
}

.toppanel > img {
  display: block;
  float: left;
  height: 3.5em;
  padding-left: 0.5em;
  z-index: 1;
  margin-top: 0.1em;
}

.toppanel > img + img {
  margin-top: 0;
}

.logo31,
.logoHafner {
  color: white;
  display: flex;
  font-size: 3em;
  margin-top: 0;
}

.logo31 {
  font-family: var(--second-font-family);
}
.logoTop {
  fill: white;
}

.logoHafner {
  font-family: var(--logoHafner-font-family);
  letter-spacing: 0.8rem;
}

.logo31 > .col2 {
  color: red;
}

.main-menu {
  flex: 1;
  float: right;
  margin-right: auto;
  margin-top: 0;
}

.menu {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-end;
  font-size: 1.2em;
  flex-wrap: wrap;
}
.menu-start {
  margin-right: 6em;
}

.menu > li {
  margin-top: 0;
  /* padding: 0.5em; */
}

.menu > li > a {
  display: block;
  padding: 0.1em 0.8em;
  margin: 0 0.2em;
  color: var(--menu-color);
  text-decoration: none;
  border-radius: 0.3em;
}

.menu > li > a:hover {
  background-color: #aaa;
  color: black;
}
.menu > li > a.menu-ref.active {
  background-color: rgb(101, 101, 101);
}

a:link,
a:visited {
  color: var(--main-green);
}

a:hover {
  color: #333;
  /* outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline; */
  background-color: var(--group-color);
  color: #d3dce0;
  border-radius: 0.3em;
}

footer,
hgroup,
nav,
section {
  display: block;
}

.float-left {
  float: left;
  margin-bottom: 0;
}

.float-right {
  float: right;
  margin-bottom: 0;
}

.highlight {
  background-color: #93e140;
  padding-left: 5px;
  padding-right: 5px;
}

.clear-fix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5,
h6 {
  font-size: 1em;
}

/* main layout
----------------------------------------------------------*/
footer {
  clear: both;
  /* background-color: #050000; */
  color: #17ad31;
  font-size: 0.8em;
  height: 40px;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}

.__disk_root__ {
  margin-top: 0;
}

.content-wrapper {
  display: flex;
  height: 100%;
  /* justify-content: center; */
  align-items: center;
}

.rights {
  flex: 1;
  margin-top: 0;
  text-align: left;
  margin-left: 1em;
}

.info {
  flex: 1;
  margin-top: 0;
  text-align: center;
}

.social {
  flex: 1;
  margin-top: 0;
  text-align: right;
  margin-right: 1em;
}

button.over-table,
input.over-table {
  float: right;
  margin: 0.2em 0.3em;
  border-radius: 0.4em;
  background-color: var(--menu-color);
  border-width: 1px;
  border-color: black;
  cursor: pointer;
  transition: 0.5s;
}

button.over-table:hover,
input.over-table:hover,
.addButton:hover {
  transform: scale(1.2);
}

.main-content {
  margin: 0;
  padding: 0 0.5em;
}

.main-content:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* login
----------------------------------------------------------*/
.blockLogin {
  margin: auto;
  width: 20em;
  border: 1px solid #333;
  border-radius: 0.3em;
  background-color: var(--main-bg-color-transparent);
}
a.register {
  display: block;
  color: #f4b226;
  width: max-content;
  margin: auto;
}
a.register:hover {
  color: #333;
  border-radius: 0.3em;
}

#rateAver {
  color: #cced02;
  font-style: italic;
  font-weight: bold;
}

#login {
  font-size: 1.2em;
  text-align: right;
}

#login a {
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none;
}

#login a.username {
  background: none;
  margin-left: 0px;
  text-decoration: underline;
}

#login a.logout {
  display: inline-block;
  font-weight: bold;
  margin: 0 0.1em;
  padding: 0 0.5em;
  text-decoration: none;
  color: var(--main-green);
  border-radius: 0.3em;
  min-width: 6em;
  text-align: center;
}

#login ul {
  margin: 0;
}

#login li {
  display: inline;
  list-style: none;
}
.logout.bigArea {
  position: relative;
}
.logout.bigArea::before {
  position: absolute;
  content: '';
  top: -1em;
  right: 0;
  left: 0;
  bottom: -1em;
  /* background-color: #17ad31; */
}

.logout.bigArea:hover::before {
  content: 'Войти';
  background-color: #c7d1d6;
  border-radius: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

hgroup.title h1,
hgroup.title h2 {
  display: inline;
}

hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px;
}

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

ol.round li {
  margin: 25px 0;
  padding-left: 45px;
}

/* content */
article {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 25%;
}

aside ul {
  list-style: none;
  padding: 0;
}

aside ul li {
  padding: 2px 0 2px 20px;
}

.label {
  font-weight: 700;
}

#loginForm .validation-error {
  display: block;
  margin-left: 15px;
}

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 50%;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* forms */
fieldset {
  margin: 0;
  padding: 1em;
  border: none;
}

fieldset legend {
  display: none;
}

fieldset ol {
  padding: 0;
  list-style: none;
}

fieldset ol li {
  padding-bottom: 5px;
}

fieldset label {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  width: max-content;
  margin: auto;
}

fieldset label.checkbox {
  display: inline;
}

form fieldset input {
  display: block;
  background-color: #d3dce0 !important;
  border: 2px solid #787878;
  border-radius: 0.3em;
  font-size: 1.2em;
  color: #333;
}

input[type='text'],
input[type='password'] {
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em;
  width: 15em;
}

input[type='text']:focus,
input[type='password']:focus {
  border: 2px solid hsl(89, 89%, 50%);
}

input[type='text']:hover,
input[type='password']:hover {
  border: 2px solid hwb(356 18% 7%);
}

input[type='submit'] {
  cursor: pointer;
  font-weight: 600;
  padding: 0.5em;
  margin: auto;
}

/* ajax login/registration dialog */
.modal-popup {
  font-size: 0.7em;
}

.modal-popup input[type='text'],
.modal-popup input[type='password'] {
  width: 90%;
}

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.error {
  color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

input[type='text'].input-validation-error,
input[type='password'].input-validation-error {
  border: 1px solid #e80c4d;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}

ul#social li {
  display: inline;
  list-style: none;
}

ul#social li a {
  color: #999;
  text-decoration: none;
}

a.facebook,
a.twitter {
  display: block;
  float: left;
  height: 24px;
  padding-left: 17px;
  text-indent: -9999px;
  width: 16px;
}

div#errorMessage {
  color: #ff034d;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 10px;
}

/*
------ jsGrid------------------
*/
#jsGrid {
  margin: 5px 0 5px 0;
}

.jsgrid-table > tbody {
  color: black;
  font-size: 1em;
}

.bg-red td,
div.bg-red {
  /* background-color: rgba(237, 72, 66, 1); */
  background-color: #c51914 !important;
  border-radius: 0.3em;
}

/* Отправлено */
.jsgrid-row.bg-dodger,
.jsgrid-alt-row.bg-dodger {
  /* background-color: rgba(0, 191, 255, .9); */
  background-color: DeepSkyBlue;
}

/* Допущено */
.jsgrid-row.bg-green,
.jsgrid-alt-row.bg-green {
  background-color: PaleGreen;
  /* background-color: rgba(0, 138, 1, .9) ; */
}

.bg-yellow td {
  background-color: #daf409 !important;
}
tbody > .jsgrid-row > .jsgrid-cell,
tbody > .jsgrid-alt-row > .jsgrid-cell {
  background-color: inherit;
  border-color: inherit;
  padding: 0.2em;
}

tbody > .jsgrid-row,
tbody > .jsgrid-alt-row {
  border-color: aliceblue;
}

/* В производстве */
.jsgrid-row.bg-gray,
.jsgrid-alt-row.bg-gray {
  /* background-color: rgba(139, 139, 139, 0.9); */
  background-color: LightGray;
}

/* На складе */
.jsgrid-row.bg-pistachio,
.jsgrid-alt-row.bg-pistachio {
  /* background-color: rgba(0, 96, 73, .9); */
  background-color: Aquamarine;
}

/* Отгружено */
.jsgrid-row.bg-pale-orange,
.jsgrid-alt-row.bg-pale-orange {
  background-color: rgba(212, 125, 44, 0.9);
  /* background-color: Bisque !important; */
}

/* Заявка Принято */
tbody > .jsgrid-row,
tbody > .jsgrid-alt-row {
  background: rgba(228, 227, 165, 0.9);
  padding: 0.2em 0.1em;
}
/* Selected! */
tr.jsgrid-selected-row,
tr.jsgrid-alt-selected-row {
  outline: 2px solid green;
}

tfoot > .total-row,
.jsgrid-nodata-row {
  background: rgba(131, 131, 131, 0.9);
  color: black;
}

tr.jsgrid-nodata-row > .jsgrid-cell {
  background: inherit;
}

.total-row > .jsgrid-cell {
  padding: 0;
  padding-right: 0.1em;
}

/* Редактирование строки */
tr.jsgrid-edit-row {
  background: rgba(244, 51, 51, 0.9);
}

.jsgrid-filter-row,
.jsgrid-header-row,
.jsgrid-header-scrollbar::-webkit-scrollbar-track {
  background: rgb(131, 131, 131);
  /* font-size: 1.1em; */
}

tr.jsgrid-filter-row > .jsgrid-cell,
tr.jsgrid-header-row > .jsgrid-header-cell {
  background: inherit;
  padding: 0.2em;
  font-size: 1.2em;
}

tr.jsgrid-filter-row > .jsgrid-cell > select,
tr.jsgrid-filter-row > .jsgrid-cell > input:not(.jsgrid-button) {
  /* rgba(227, 225, 130, 0.7) */
  background: var(--second-color);
  border-radius: 0.3em;
  border-color: black;
  border-width: 1px;
  background-color: none;
}

#jsGridOrderItem > div.jsgrid-grid-body > table > tbody > tr.total-row,
#jsGridOrderItem > div.jsgrid-grid-body > table > tbody > tr.total-row {
  background-color: rgb(128, 128, 128);
}

.jsgrid > .jsgrid-pager-container {
  background: none;
}

.jsgrid > .jsgrid-pager-container > .jsgrid-pager {
  display: inline-block;
  background: var(--main-bg-color);
}

.jsgrid-cell,
.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell {
  border: 1px solid black;
  word-wrap: break-word;
  margin-top: 0;
}

.jsgrid-cell span {
  padding-right: 0.5em;
}

.jsgrid-grid-header {
  font-size: 0.85em;
  margin-top: 0;
}

.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border: 1px solid var(--second-color);
}

td.jsgrid-cell > .jsgrid-button.jsgrid-search-button {
  margin-left: 0.8em;
}

td.jsgrid-cell > .jsgrid-button {
  margin-top: 0;
  margin-right: 0.1em;
  margin-top: 0.1em;
  width: 1.15em;
  height: 1.15em;
  border-width: 0;
  padding: 0.1em 0;
  /* background-color: var(--menu-color) !important; */
  /* border-radius: .3em; */
  transition: 0.5s;
}

td.jsgrid-cell > .jsgrid-button:hover {
  background-color: #909090;
  transform: scale(1.2);
  opacity: 1;
}

.jsgrid > .jsgrid-grid-header,
.jsgrid > .jsgrid-grid-body {
  overflow: visible;
}

div.jsgrid {
  overflow: visible;
}

input.jsgrid-button.jsgrid-delete-button {
  background-image: url('../images/basket.png') !important;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0.3em;
  font-size: 1em;
  /* height: 1.15em; */
  margin-left: 0.1em;
  /* border-radius: .4em; */
}

.set-content {
  display: flex;
  clear: both;
}

.leftMenu {
  flex: 2;
}

.leftMenu > a:first-child {
  margin-top: 1.6em;
}

.leftMenu > a {
  margin: 0.3em 0;
  display: block;
  /* text-decoration: none;
  background-color: var(--menu-color);
  border-radius: 0.5em; */
  padding: 0.1em 0.5em;
  margin-right: 1em;
}

.rightResult {
  flex: 8;
  margin-top: 0;
}

label.headerLabel {
  font-weight: bold;
  color: var(--main-bg-color);
}

.jsgrid-grid-header,
.jsgrid-grid-body {
  overflow: auto;
}

.jsgrid-cell > input[type='checkbox'] {
  color: red;
  background-color: #333;
  border-color: rgba(118, 118, 118, 0.3);
}

.myGridButton {
  /* background: var(--menu-color); */
  background: inherit;
  border-width: 0;
  /* border-radius: .5em; */
  cursor: pointer;
  transition: 0.5s;
  /* margin-left: .3em; */
}

.myGridButton:hover {
  transform: scale(1.3);
  background-color: #909090;
}

.myGridButton img {
  /* display: block; */
  height: 1.3em;
  width: 1.3em;
  /* margin: auto;
  padding: .1em 0; */
}

.jsgrid-selected-row > .jsgrid-cell > .myGridButton,
.jsgrid-selected-row > .jsgrid-cell > .jsgrid-button {
  animation: flesh 0.3s 1;
}

@keyframes flesh {
  0% {
    transform: scale(1);
    /* background-color: nherit; */
  }
  50% {
    transform: scale(1.4);
    /* background-color: #909090; */
  }
  100% {
    transform: scale(1);
    /* background-color: nherit; */
  }
}

#body {
  background-image: url(../images/background_main2.png);
  background-repeat: no-repeat;
  background-size: calc(100vh - 100px) auto;
  background-position: top;
  clear: both;
  min-height: calc(100% - 102px);
  margin-top: 0;
  overflow: none;
}

#bodyWD {
  clear: both;
  min-height: calc(100% - 102px);
  margin-top: 0;
  overflow: none;
}

#mainPage {
  clear: both;
  display: block;
  background-color: var(--main-bg-color);
  margin-top: 0;
  overflow: auto;
}
.optionalName {
  /* width: min-content; */
  display: block;
  float: left;
  margin: 0 0.2em;
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
  margin-bottom: 0.3em;
}

.addButton {
  border-width: 0;
  border-radius: 0.1em;
  padding: 0 0.2em;
  background-color: var(--menu-color);
  float: right;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
  margin: 0 0.2em;
}

.saveButton {
  float: right;
  border-radius: 0.3em;
  margin: 0.5em;
  background: var(--menu-color);
  padding: 0.2em 0.2em 0 0.2em;
}

.saveButton:hover {
  background-color: var(--menu-color);
}

.saveButton img {
  height: 2em;
  width: 2em;
}

.jsgrid-pager-container {
  background-color: var(--main-bg-color);
  color: var(--main-color);
  margin-top: 0;
}

.jsgrid-pager-page:hover {
  background-color: var(--group-color);
  color: #d3dce0;
  border-radius: 0.3em;
}

p.message {
  color: green;
  font-style: italic;
  font-weight: bold;
  font-size: 1.4em;
}

.sign {
  float: left;
  margin: 0px 0 15px 5px;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px;
  width: 100%;
}

.contact {
  width: 800px;
  margin: 5px 0px 0px 0px;
}

div.haflam_path {
  width: 40%;
}

.schedule_of_work {
  width: 60%;
  border-left: 0px;
}

figure {
  text-indent: 0px;
  margin: 0.5em;
  padding: 0.5em;
}

#info p a:link,
#info p a:visited {
  color: #17ad31;
}

.colors {
  display: inline-block;
  width: 160px;
  vertical-align: top;
}

.colors + p {
  width: 150px;
  text-align: center;
}

.h3 {
  margin: 25px 0px 30px 0px;
}

.payment-btn {
  color: #17ad31;
  cursor: pointer;
}

@media screen and (max-width: 1126px) {
  a.mobile1 {
    visibility: hidden;
    display: none;
  }
}

#accordion {
  font-family: var(--main-font-family);
}

#accordion p {
  margin: 0;
  font-size: 0.9em;
}

.ui-accordion-content,
.ui-accordion-header h3,
.ui-accordion .ui-accordion-header,
.ui-state-default,
#accordion > .ui-widget-content {
  border-color: var(--second-color);
  background: var(--main-bg-color);
  color: var(--main-color);
}

#accordion > .ui-widget-content > p > a {
  color: var(--main-green);
}

#accordion > h3 {
  font-weight: normal;
  color: var(--menu-color);
}

.colors,
.m0 {
  margin-top: 0;
}

.message {
  margin: 0;
}

#accordion > .accord {
  padding: 0.5em 1em;
}

.ui-accordion-content ul > li {
  margin-top: 0;
  font-size: 0.9em;
}

.ui-accordion-content ul {
  margin-top: 0;
  padding: 0;
}

.orderHeader {
  display: flex;
  clear: both;
  font-size: 1.1em;
  background-color: val(--main-bg-color);
  align-items: center;
}

.headerCell > * + * {
  margin-top: 0;
}

.headerCell.customer {
  flex: 3;
  text-align: left;
  margin-left: 0.5em;
}

.headerCell > :nth-child(2) {
  color: var(--main-green);
}

.headerCell > select:nth-child(2),
.headerCell > input:nth-child(2) {
  /* background-color: var(--menu-color); */
  border-color: black;
  border-radius: 0.3em;
  color: black;
}

.headerCell,
.headerLabel {
  flex: 1;
  margin: 0.3em 0;
  justify-content: center;
  text-align: center;
}

#jsGridOrderItem {
  margin-top: 0;
}

.orderHeader > select > option {
  padding: 0;
}

#detailsDialog {
  visibility: hidden;
  margin: 0;
}

.ui-dialog.ui-widget {
  font-family: var(--main-font-family);
  background: rgba(214, 214, 214, 0.9);
}

#colors > .details-form-field > select,
#detailsForm > .details-form-field > select,
#detailsForm > .details-form-field > input,
#detailsForm > .details-form-field > button {
  font-family: var(--main-font-family);
  background: white;
}

#detailsForm {
  display: flex;
  flex-direction: column;
}

#detailsForm > .details-form-field,
#detailsForm > #colors,
#detailsForm > #colors > .details-form-field {
  margin-top: 0.5em;
}

.details-form-field > label {
  font-weight: 600;
  color: black;
  /* font-family:var(--second-font-family); */
}

label#thickCalc {
  font-weight: normal;
}

.details-form-field > * {
  display: block;
  margin: 0.1em 0;
}

.details-form-field.detail-center {
  align-self: center;
}

button.ui-button.ui-widget > .ui-button-text {
  display: none;
}

body > .ui-widget-overlay {
  background: rgba(128, 128, 128, 0.8);
  margin-top: 0;
}

.ui-dialog > .ui-widget-header {
  background: rgb(128, 128, 128);
}

.profit-form > .details-form-field {
  display: flex;
}

.profit-form > .details-form-field > * {
  flex: 33%;
  margin-right: 1em;
}

.profit-form > .details-form-field > input {
  width: 8em;
  padding-left: 0.3em;
}

.profit-form > .details-form-field > input + * {
  margin-left: -0.7em;
}

.profit-form > .details-form-field > :first-child {
  font-weight: bold;
}

.profit-form > .details-form-field > :not(first-child) {
  font-weight: normal;
}

.groupColor {
  background-color: var(--group-color);
  color: white;
}

.registerFieldset {
  display: block;
  margin: auto;
  width: max-content;
  display: block;
  border: 1px solid #333;
  border-radius: 0.3em;
  background-color: var(--main-bg-color-transparent);
}

.imgSmall {
  cursor: url(../images/search-icon.cur) 20 20, auto;
  min-height: 150px;
  min-width: 150px;
}

.errorMessage {
  width: max-content;
  margin: 0 auto;
  font-size: 1.3em;
  color: #e80c4d;
  text-align: center;
  background-color: var(----main-bg-color);
  z-index: 100;
}

.remove-btn {
  font-size: 1.3em;
  font-weight: bold;
  color: #c51914;
  margin-left: 0.5em;
}

#searchCustomer {
  margin: 1em;
}

#searchCustomer span {
  display: block;
}

#searchCustomer button {
  margin: 1em;
  font-size: 1.3em;
  color: var(--main-green);
}

.defaultCustomer {
  margin-bottom: 2em;
}

.jsgrid-grid-body {
  overflow: visible;
}

input[data-title]:hover::after,
.addButton[data-title]:hover::after,
.myGridButton[data-title]:hover::after {
  color: white;
  content: attr(data-title);
  position: absolute;
  width: min-content;
  z-index: 99999;
  top: 20%;
  left: -400%;
  /* opacity: .8; */
  padding: 0.5em 0.5em;
  background-color: var(--group-color);
  border-radius: 0.3em;
  animation: showTooltip 1s forwards;
  font-size: 0.8rem;
}

@keyframes showTooltip {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.searchOrder {
  display: flex;
  gap: 1em;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  width: 95%;
}
.searchQ {
  min-width: 5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.searchQ input[type='text'] {
  padding: 0;
  width: auto;
  min-width: 5em;
}

.hafnerOrder {
  background-color: var(--main-bg-color);
  width: 100%;
}

.resultSearch {
  display: flex;
  width: 95%;

  margin: 0 auto;
}

.orderHeader {
  line-height: 1.5;
}

.orderHeader > div > b {
  margin-right: 0.3em;
}

.resultSearch {
  justify-content: center;
  min-height: 80vh;
}

.listOrder {
  padding-inline-start: 5px;
  display: flex;
  flex-direction: column;
}

.listOrder > li,
div.orderitem {
  cursor: pointer;
  list-style: none;
  line-height: 1.2;
  font-size: 1em;
}

.listOrder > li:hover,
div.orderitem:hover {
  color: var(--menu-color);
}

.lblock,
.rblock {
  flex: 2;
}

.cblock {
  flex: 3;
}

.rblock {
  padding-left: 0.5em;
}

.lblock {
  border-right: 2px solid #999;
  overflow-y: auto;
  max-height: 80vh;
}

.mySpinner {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(
    #000 0 90deg,
    var(--menu-color) 0 180deg
  );
  animation: s1 1s infinite linear;
  margin: auto;
}

@keyframes s1 {
  100% {
    transform: rotate(0.5turn);
  }
}

.activeOrder {
  color: var(--main-green);
  font-weight: bold;
}

.orderitem {
  font-weight: bold;
  font-size: 1em;
}

.child {
  font-size: 0.9em;
  padding-left: 0.5em;
  font-weight: normal;
}

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