@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;700;800&display=swap");

* {
  font-family: "Golos Text", Helvetica, Tahoma, Arial, Verdana;

  color: black;
}

body {
  font-size: 14px;
}

.root_table {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100vh;
  width: 100vw;
}

::-webkit-input-placeholder {
  color: #d6d6d6;
}

::-moz-placeholder {
  color: #d6d6d6;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #d6d6d6;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #d6d6d6;
}

.white,
.white * {
  color: white;
}

body,
html {
  width: 100%;
}

.indblock {
  display: inline-block;
  padding: 1px 6px;
  background: #4d702f;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 0px;
}

#gifts_tbl tr:hover {
  background-color: #fff1d6;
}

.titlebg1 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
  padding-left: 0px;
}

.rd {
  color: red;
}

input.timemask {
  margin-right: 5px;
  margin-left: 5px;
  width: 60px;
  text-align: center;
}

h1 {
  font-size: 18px;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
  background: #5f5f5f !important;
  color: white !important;
}

textarea {
  resize: none;
}

.vam {
  vertical-align: middle;
}

.newart {
  background: #1d93b7;
  color: white;
  padding: 5px;
}

button.red,
input[type="button"].red,
input[type="submit"].red {
  border: 0px solid #ca0808 !important;
  border-radius: 3px !important;
  padding: 6px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  color: white !important;
  font-size: 13px;
  background: #c70000 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed7c7c), color-stop(100%, #ca0808));
  background: #c70000 -webkit-linear-gradient(top, #ed7c7c 0%, #ca0808 100%);
  background: #c70000 -moz-linear-gradient(top, #ed7c7c, #ca0808);
  background: #c70000 -o-linear-gradient(top, #ed7c7c, #ca0808);
  background: #c70000 -ms-linear-gradient(top, #ed7c7c, #ca0808);
  background: #c70000 linear-gradient(top, #ed7c7c, #ca0808);
  background-color: #c70000 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  cursor: pointer !important;
}

a.green,
button.green,
input[type="button"].green,
input[type="submit"].green {
  border: 0px solid #ca0808 !important;
  border-radius: 3px !important;
  padding: 6px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  color: white !important;

  background: #009797 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a4f134), color-stop(100%, #398f00));
  background: #009797 -webkit-linear-gradient(top, #a4f134 0%, #398f00 100%);
  background: #009797 -moz-linear-gradient(top, #a4f134, #398f00);
  background: #009797 -o-linear-gradient(top, #a4f134, #398f00);
  background: #009797 -ms-linear-gradient(top, #a4f134, #398f00);
  background: #009797 linear-gradient(top, #a4f134, #398f00);
  box-shadow: none !important;
  background: #009797 !important;
  -webkit-box-shadow: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

button.run,
input[type="button"].run,
input[type="submit"].run,
button.run:hover,
input[type="button"].run:hover,
input[type="submit"].run:hover {
  border: 0px solid #ca0808 !important;
  border-radius: 3px !important;
  padding: 12px !important;
  height: auto;
  padding-left: 18px !important;
  padding-right: 18px !important;
  font-size: 16px !important;
  text-shadow: 0px 1px 1px #2e6808;
  color: white !important;
  background: green -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a8f336), color-stop(100%, #398f00));
  background: green -webkit-linear-gradient(top, #a4f134 0%, #398f00 100%);
  background: green -moz-linear-gradient(top, #a4f134, #398f00);
  background: green -o-linear-gradient(top, #a4f134, #398f00);
  background: green -ms-linear-gradient(top, #a4f134, #398f00);
  background: green linear-gradient(top, #a4f134, #398f00);
  box-shadow: none !important;
  background-color: green !important;
  -webkit-box-shadow: none !important;
  cursor: pointer !important;
}

button.bcancel:not(.ck),
input[type="button"].bcancel:not(.ck),
input[type="submit"].bcancel:not(.ck) {
  height: 30px;
  background-color: transparent;
  letter-spacing: 0px;
  font-weight: normal;
  border-radius: 3px !important;
  padding: 6px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  color: black !important;
  cursor: pointer !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: #EFEFEF;
}

button:not(.ck),
input[type="button"]:not(.ck),
input[type="submit"]:not(.ck) {
  border: 0px solid #ca0808 !important;
  border-radius: 3px !important;
  padding: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: auto;
  font-size: 16px !important;
  color: white;
  background: #009797;
  box-shadow: none !important;
  cursor: pointer !important;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  transform: scale(0.95);
}

a.asl {
  line-height: 28px;
  border: 1px dotted orange;
  padding: 4px;
  text-decoration: none !important;
}

a.asl:hover,
a.asl.sel {
  line-height: 28px;
  color: white;
  background: #222;
  border: 1px solid black;
  padding: 4px;
  text-decoration: none;
}

a.asl.sel {
  border: 1px solid silver;
}

.rad3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.rad5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rad10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rad13 {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}

.rad15 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.rad20 {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.padd10 {
  padding: 10px;
}

H2 {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}

img,
div {
  behavior: url(/acp/files/iepngfix.htc);
}

BODY {
  background-color: #ffffff;
}

TABLE {}

TABLE.tl {
  table-layout: fixed;
}

FORM {
  margin: 0px;
  padding: 0px;
}

LABEL {
  cursor: pointer;
  padding-left: 0px;
  opacity: 0.8;
  font-size: 13px;
}

UL.norm {
  padding-left: 20px;
}

UL.norm LI {
  list-style: square;
}

INPUT[type="checkbox"] {
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
}

INPUT[type="radio"] {
  color: #000000;
  background-color: transparent;
  cursor: pointer;
  margin: 2px 2px 2px 2px;
}

INPUT[type="text"],
INPUT[type="password"],
INPUT[value] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  min-height: 37px;
  padding-left: 10px;
  border: 2px solid gray;
  font-size: 15px;
}

.placeholder {
  color: #999;
}

INPUT {
  color: #000000;
  font-size: 1em;
  height: 25px;
  vertical-align: middle;
  padding: 4px;
  margin-bottom: 5px;
  margin-top: 3px;
}

.radio {
  color: #000000;
  background-color: #ffffff;
  height: 12px;
  width: 13px;
  cursor: pointer;
  margin: 2px 2px 2px 2px;
  border: 0px none;
}

.check {}

TEXTAREA {
  color: #000000;
  font-size: 1.2em;
  margin-top: 2px;
  height: 100px;
  padding: 10px;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid gray;
  font-size: 15px;
}

SELECT {
  color: #000000;
  font-size: 14px;
  height: 37px;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 3px;
  border-radius: 3px;
  border: 2px solid gray;
}

HR {
  height: 1px;
  color: #818181;

  border: 0px none;
  background-color: #818181;
}

HR.doter {
  height: 1px;
  color: #818181;
  border: 0px none;
  border-bottom: 1px dotted #818181;
  background-color: transparent;
}

IMG.thumb {
  outline: White dotted 1px;
  background: White;
}

.white {
  color: #ffffff;
}

.white B {
  color: #ffffff;
}

.disabled * {
  color: #898d8f;
}

.disabled_very * {
  color: #d0d0d0;
}

.grey {
  color: #818181;
}

.orange {
  color: #f05d02;
}

.line {
  color: Black;
}

.menu {
  font-weight: normal;
}

A.menunu {
  text-decoration: none;
}

a.v2 {
  background: #EFEFEF;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  padding: 3px 8px;
  padding-bottom: 5px;
  border-radius: 3px;
}

a.v2:hover {
  background: black;
  text-decoration-color: transparent;
  color: white;
}

a.v2:hover * {
  color: white;
}


a.v2.sel {
  background: #000;
  color: #fff;
}

a.v2.sel * {
  color: #fff;
}

A {
  font-weight: bold;
  text-decoration: underline;
}




A:visited {}

A:hover {
  text-decoration: none;
  font-weight: bold;
  color: orange;
}

P.butpanel A {
  color: white;
}

A.white {
  font-weight: bold;
  text-decoration: underline;
}

A.white:link {
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

A.white:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

A.white:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

A.ext,
A.ext:link,
A.ext:visited {
  font-weight: bold;
  text-decoration: none;
  color: #555555;
  background-color: #cecece;
}

A.ext:hover {
  text-decoration: none;
  color: #555555;
  font-weight: bold;
  background-color: transparent;
}

DIV.menu_i {
  padding: 1px;
  padding-left: 10px;
}

DIV.nobord {
  border: 0px;
}

A.menu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 23px;
}

A.menu:hover {
  text-decoration: none;

}

A.orange {
  font-weight: bold;
  color: #145453;
}



DIV.menu_i:hover {
  background-color: #009797;
  color: white;
}

DIV.menu_i:hover * {
  color: white;
  border-color: white;
}

A.menu:link {
  text-decoration: none;
}

A.menu:visited {
  text-decoration: none;
}


A.goto:link {
  font-weight: normal;
  text-decoration: none;
}

A.goto:visited {
  font-weight: normal;
  text-decoration: none;
}

A.goto:hover {
  color: #f05d02;
  font-weight: normal;
  text-decoration: underline;
}

A.nound {
  text-decoration: none;
}

A.nobold {
  font-weight: normal;
}

.logininput {
  color: #000000;
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px;
  padding: 3px;
  height: 25px;
  width: 180px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bold {
  font-weight: bold;
}

.nobold {
  font-weight: normal;
}

.under,
.under * {
  text-decoration: underline;
}

A.nounder {
  text-decoration: none;
}

.menublock {
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  height: 20px;
}

.menublockcont {
  width: 100%;
  line-height: 15px;
  text-align: left;
}

.bigid {
  font-size: 17px;
  text-align: left;
  font-weight: bold;

  font-family: Arial, Verdana;
}

.midid {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  font-family: Arial, Verdana;
}

.smallid {
  font-size: 10px;
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Verdana;
}

.small {
  font-size: 10px;
  text-align: left;
}

.obligatory {
  color: #5b646b;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 1px;
  margin: 0px;
}

.obligatory:after {
  color: #ff0000;
  font-size: 10px;
  content: " *";
}

.nobligatory {
  color: #5b646b;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 1px;
  margin: 0px;
}

.titlebg,
h1 {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 4px;
  text-decoration-color: #EFEFEF;
}

.row_title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: #EFEFEF;
}

.row_title+div {
  font-size: 13px;
  margin-top: 2px;
}

th.titlebg {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid black
}

table.ttbl tr:first-child td.postitlebg,
th.postitlebg {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid black
}


td.group_title {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 5px;
}

.subtitle {
  color: #ffffff;
  font-weight: bold;
  background-color: #c3bebe;
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
}

.delimbg {
  color: #ffffff;
  font-weight: bold;
  background-color: #62605e;
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
  height: 1px;
}

.postitlebg {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
}

.postitlebg1 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
}

.blackbg {
  color: #ffffff;
  font-weight: bold;
  background-color: #555555;
}

.black {
  color: #ffffff;
  background-color: #555555;
}

.errsel {
  background-color: #ffa48c;
  padding: 10px 10px 10px 10px;
  margin: 3px 0px 3px 0px;
  font-size: 13px;
  color: White;
}

.verrsel {
  background-color: #ff1c1c;
  padding: 10px 10px 10px 10px;
  margin: 3px 0px 3px 0px;
  font-size: 13px;
  color: White;
}

.hintsel {
  background-color: #fafca0;
  padding: 10px 10px 10px 10px;
  margin: 3px 0px 3px 0px;
  font-size: 13px;
  color: White;
}

.pmenubg {
  background-color: red;
}

.leftbg {
  background-color: red;
}

.centerbg {
  background-color: #ffffff;
  text-align: left;
  vertical-align: middle;
}

P.title {
  color: #e25700;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0px;
  vertical-align: middle;
}

.title {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 0px;
  vertical-align: middle;
  font-weight: bold;
}

A.title {
  color: #f06e1d;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
}

FONT.title {
  color: #f06e1d;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0px;
  vertical-align: middle;
}

P.otitle {
  color: #f06e1d;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 8px;
  vertical-align: middle;
}

P.ptitle {
  color: #919699;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0px;
  vertical-align: middle;
}

.ptitle {
  color: #919699;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0px;
  vertical-align: middle;
}

P.desc {
  color: #9e9e9e;
  font-weight: normal;
  font-size: 11px;
  margin-left: 2px;
  margin-bottom: 10px;
  margin-top: 0px;
}

P.summary {
  color: #5b646b;
  font-weight: bold;
  border-top: 1px solid #cccccc;
  margin-left: 1px;
  margin-bottom: 5px;
  margin-top: 0px;
  padding: 3px;
}

P.butpanel {
  color: #ffffff;
  font-weight: bold;
  border-top: 1px solid #fb7a03;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 3px 5px 5px 5px;
  background-color: #a19e9c;
}

.titem {
  background-color: #f5f5f5;
  height: 22px;
}

.stickyitem {
  background-color: #ebebeb;
  height: 22px;
}

.group {
  background-color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  border-top: 1px solid #dedede;
}

.tcomm {
  background-color: #ffffff;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dedede;
}

.pr100 {
  width: 100%;
}

.emoji-wysiwyg-editor {
  box-sizing: border-box;
}

.emoji-picker-container {
  display: block;
}

.emoji-menu {
  top: 30px;
}

.pr95 {
  width: 95%;
}

.pr90 {
  width: 90%;
}

.pr10 {
  width: 10%;
}

.pr50 {
  width: 50%;
}

.prmini {
  width: 60px;
}

.prmed {
  width: 120px;
}

.comment {
  border: 1px solid #919699;
  padding: 5px 5px 5px 5px;
  background-color: #f5f7f7;
  margin: 3px 0px 10px 0px;
}

.hcomment {
  border: 1px solid #919699;
  background-color: #f5f7f7;
  padding: 5px 5px 5px 5px;
}

.bord {
  border: 1px solid #919699;
  padding: 5px 5px 5px 5px;
  margin: 3px 0px 10px 0px;
}

.hint {
  background-color: #f8fff8;
  border: 2px solid #c4f3c4;
  background-color: #fffff3;
  padding: 15px;
  border-radius: 3px;
  margin: 20px 0px;
}

.very {
  border: 1px solid #d9e3e8;
  background-color: #dfe8ec;
  padding: 5px 5px 5px 5px;
}

.imp {
  border-bottom: 1px dashed #555555;
}

.oID {
  border-bottom: 1px dashed #bbbbbb;
}

A.pg_norm {
  border-bottom: 1px dashed #bbbbbb;
  text-decoration: none;
  font-weight: normal;
  margin: 3 3 3 3;
}

.pg_sel {
  font-weight: normal;
  text-decoration: none;
  background-color: #edece7;
  padding: 3 3 3 3;
}

.incomment {
  border: 1px solid #e1e1e1;
  padding: 5px 5px 5px 5px;
  background-color: #f0f0f0;
  margin: 0px;
  margin-bottom: 4px;
}

.divpad {
  padding: 5px 5px 5px 5px;
  margin: 0px;
}

.editorpanel {
  border: 1px solid #e1e1e1;
  padding: 5px 5px 5px 5px;
  background-color: #f0f0f0;
  margin: 3px 0px 0px 0px;
}

/*Alignment Styles*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

DIV.hide {
  display: none;
}

DIV.show {
  display: block;
}

.bord_norm {
  border: 1px solid #e4e3e0;
  background-color: #fefefe;
  padding: 2px 5px 5px 5px;
}

.bord_more {
  border: 1px solid #d5d3ce;
  background-color: #f9f9f9;
  padding: 1px 1px 1px 1px;
}

.bord_title {
  background-color: #a2a2a2;
  padding: 3px 3px 3px 5px;
  font-weight: normal;
  font-size: 11px;
  color: white;
  margin-bottom: 4px;
}

.bord_title_b {
  background-color: #62605e;
  padding: 3px 3px 3px 5px;
  font-weight: bold;
  font-size: 11px;
  color: white;
  margin-bottom: 4px;
}

.bord_summary {
  background-color: #e2e2e2;
}

.bord_summarybig {
  background-color: #f0f0f0;
  border-top: 2px solid #f06e1d;
}

FONT.todo {
  background-color: #f05d02;
  color: white;
  padding-right: 2px;
  padding-left: 3px;
}

A.todo {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.bcancel {
  color: red;
}

.medbut {
  padding: 20px 20px 20px 20px;
  height: 25px;
}

.pmenu-holder {
  padding: 10px 0px;
  top: 55px;
  position: sticky;
  background: #ffffff9b;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: block;
  clear: both;
  z-index: 50;
}

/*------------------------------*/
ul.pmenu {
  list-style-type: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  gap: 2px;
}

ul.pmenu li {
  position: relative;
  z-index: 200;
  padding: 2px;
  font-weight: normal;
}

ul.pmenu li a {
  background: #EFEFEF;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  padding: 3px 8px;
  padding-bottom: 5px;
  border-radius: 3px;
  font-weight: normal;
}

ul.pmenu li a:hover {
  background-color: black;
  color: #fff;
  text-decoration: none;
}

ul.pmenu li a:hover * {
  color: #fff;
}

ul.pmenu div.ahover {
  position: absolute;
  background-color: white;
  color: #000;
}


ul.pmenu li.sel a {
  background-color: #009797;
  color: #fff;
}

ul.pmenu li.sel a * {
  color: #fff;
}


/*------------------------------*/
ul.ppmenu {
  clear: both;
  list-style-type: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

ul.ppmenu li {
  position: relative;
  z-index: 200;
  padding: 5px;
  float: left;
  margin-left: 1px;
}

ul.ppmenu li a {
  text-decoration: none;
}

ul.ppmenu li:hover,
ul.ppmenu li:hover a,
ul.ppmenu li a:hover {
  color: #ffffff;
  text-decoration: none;
}

ul.ppmenu div.ahover {
  position: absolute;
  background: #b0b0b0;
}

ul.ppmenu li.sel {
  background: #b0b0b0;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/*------------------------------*/

.butpanel {
  border-top: 1px solid #8f8f8f;
  padding-top: 5px;
}

table {
  font-size: 14px;
}

.ttbl {}

.irow {
  border-bottom: 1px solid #8f8f8f;
  text-align: right;
}

.ttrow {
  border-top: 1px solid #cdcdcd;
}

TR.ttrow td {
  height: 35px !important;
}

tr.ttr:hover td.ttrow {
  background-color: #fff1d6 !important;
}

.trow {
  border-bottom: 1px solid #e5e5e5;
}

.trow1 {
  border-bottom: 1px solid gray;
  background-color: white;
}

.trowsel {
  cursor: default;
  background-color: #fff1d6 !important;
}

.trowsel td {
  cursor: pointer;
  background-color: #fff1d6 !important;
}

tr.trow:hover td {
  cursor: default;
  cursor: pointer;
  background-color: #fff1d6 !important;
}

.ttrow {}

.ttrow:hover td {
  cursor: default;
  background-color: #fff1d6 !important;
}

.ttrow1 {}

.ttrow1:hover td {
  background-color: #fff1d6 !important;
}

textarea {}

.iden {
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
  color: #d0d0d0;
}

.aright {
  text-align: right;
}

.acenter {
  text-align: center;
}

.vtop {
  vertical-align: top;
}

.vcenter {
  vertical-align: middle;
}

.ptr {
  cursor: pointer;
}

IMG {
  vertical-align: middle;
}

.hidden {
  display: none;
}

.err {
  outline: 1px solid #fa4141;
  border: 1px solid #fae141;
  padding: 6px;
  margin-bottom: 10px;
}

.err>.title {
  color: #fa4141;
}

.shd {
  color: #888888;
}

.right_form {
  position: fixed;
  height: 90%;
  margin-right: 0px;
  margin-left: 0px;
  width: 490px;
  overflow: scroll;
}

.menu_title {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.1px;
  font-weight: normal;
  padding-top: 15px;
  padding-left: 7px;
  opacity: 0.5;
}

DIV.block_data {
  background-color: #555555;
  color: white;
  padding: 10px;
  margin-bottom: 1px;
  font-weight: bold;
}

.ip_block_right {
  vertical-align: middle;
  background-color: #324343;
  height: 23px;
  color: white;
  padding: 0px 0px 0px 5px;
}

/* datepicker */
a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(/acp/img/calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
  width: 140px;
  float: left;
}

/* datepicker */

IMG.brd {
  outline: 1px solid #888888;
  border: 1px solid white;
}

.bc_red {
  background-color: #ff6738;
  color: white;
}

.bc_red * {
  color: white;
}

.bc_orange {
  background-color: #ffe591;
  color: black;
}

.bc_orange * {
  color: black;
}

.bc_green {
  background-color: #9fd900;
  color: white;
}

.bc_green * {
  color: white;
}

.ind_orange {
  background: #ff9f10;
  border: 1px solid #d86800;
  border-radius: 1px;
  padding: 3px;
  padding-right: 5px;
  padding-left: 5px;
  color: white;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  text-align: center;
  text-shadow: 1px 1px 0px #d86800;
  letter-spacing: 0px;
  margin-right: 8px;
}

.ind {
  padding: 1px;
  border-radius: 3px;
  padding-right: 6px;
  padding-left: 6px;
  float: right;
  margin-top: 1px;
  color: black;
  font-size: 12px;
  min-width: 16px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #EFEFEF;
  margin-right: 5px;
}

.indicator_red {
  background: #ee0212;
  border: 1px solid #ee0212;
  padding: 1px;
  border-radius: 6px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 4px;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  color: white;
  font-size: 11px;
  min-width: 16px;
  height: 17px;
  text-align: center;
}

.indicator_red.test {
  background: white;
  border: 1px solid #ee0212;
  color: #ee0212;
}

.indicator_green {
  border: 1px solid #519413;
  background: white;
  padding: 1px;
  display: inline-block;
  border-radius: 6px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 4px;
  margin-top: 2px;
  margin-right: 5px;
  color: #519413;
  font-size: 11px;
  min-width: 16px;
  height: 17px;
  text-align: center;
}

.ind_null {
  background-image: none;
  float: right;
  width: 16px;
  height: 16px;
}

.rndiv {
  background-color: #f2f2f2;
}

.rndiv_d {
  background-color: #e2e2e2;
}

.rndiv_y {
  background-color: #fffaa6;
}

.umail {
  width: 100%;
  border: 1px dashed silver;
  border-radius: 10px;
}

.tsmail {
  width: 100%;
  background-color: #fafcfd;
  margin-top: 5px;
  border-radius: 6px;
  box-shadow: inset 0px 0px 20px 1px white;
  border: 3px solid #e2e2e2;
}

.tsnew {
  width: 100%;
  background-color: #fffff3;
  margin-top: 5px;
  border-radius: 6px;
  box-shadow: inset 0px 0px 20px 1px white;
  border: 3px solid #f9f5d4;
}

.reserve_table {}

.reserve_table .dow {
  border-left: 1px solid silver;
  paddin-left: 2px;
  padding-rigt: 2px;
  border-top: 1px solid silver;
}

.reserve_table .dow:first-child {
  border-left: 0px solid silver;
}

.reserve_table TH {
  font-weight: normal;
  font-size: 10px;
}

.reserve_table TD input.tpicker {
  width: 47px;
  text-align: center;
  border: 1px solid #dfdfdf;
}

tr.disabled TD * {
  color: silver;
}

.swfupload {
  opacity: 0;
}

.delivery_day_slots * {
  font-family: Meta;
}

.delivery_day_slots h2.day {
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px dotted transparent;
  cursor: pointer;
}

.delivery_day_slots h2.day_collapsed {
  font-size: 20px;
  border-bottom: 2px dotted grey;
  display: inline-block;
  cursor: pointer;
}

.delivery_day_slots .day_comm {
  background: #7fae04;
  padding: 5px;
  margin-left: 15px;
  color: white;
  font-size: 16px;
}

.delivery_day_slots .dayslot {
  clear: both;
}

.delivery_day_slots .dayslot .tmslot {
  position: relative;
  float: left;
  width: 140px;
  height: 15px;
  border: 1px dotted silver;
  padding: 10px;
  margin: 5px;
}

.delivery_day_slots .dayslot .tmslot.sel .close_slot {
  display: none;
}

.delivery_day_slots .dayslot .tmslot.sel .open_slot {
  display: block;
}

.delivery_day_slots .dayslot .tmslot.sel {
  border-color: gold;
  color: gold;
  border: 1px solid gold !important;
  background: rgba(216, 206, 38, 0.23) !important;
}

.delivery_day_slots .dayslot .tmslot.sel * {
  color: green !important;
}

.delivery_day_slots .dayslot .tmslot.sel.sel_ok {
  border-color: green;
  color: green;
  border: 1px solid green !important;
  background: rgba(0, 254, 0, 0.23) !important;
}

.delivery_day_slots .dayslot .tmslot.sel.sel_ok * {
  color: green !important;
}

.delivery_day_slots .dayslot .tmslot.sel.sel_no {
  border-color: red;
  color: red;
  border: 1px solid red !important;
  background: rgba(255, 0, 0, 0.23) !important;
}

.delivery_day_slots .dayslot .tmslot.sel.sel_no * {
  color: red !important;
}

.delivery_day_slots .dayslot .tmslot .ord {
  top: 0px;
  position: absolute;
  right: 11px;
  line-height: 38px;
  font-size: 17px;
  font-weight: bold;
}

.delivery_day_slots .dayslot .tmslot.stop .close_slot {
  display: none;
}

.delivery_day_slots .dayslot .tmslot .open_slot {
  display: none;
}

.delivery_day_slots .dayslot .tmslot.stop .open_slot {
  display: block;
}

.delivery_day_slots .dayslot .tmslot.stop {
  border-color: #ae0000;
  color: #ae0000;
  background: rgba(174, 0, 0, 0.23) !important;
}

.delivery_day_slots .dayslot .tmslot.stop * {
  color: #ae0000 !important;
}

.delivery_day_slots .dayslot .tmslot.last {
  border-color: #c0c0c0;
  color: #c0c0c0;
  background: #efefef !important;
}

.delivery_day_slots .dayslot .tmslot.last * {
  color: #c0c0c0 !important;
}

.delivery_day_slots .dayslot .tmslot.last.stop {
  border-color: rgba(174, 0, 0, 0.5);
  color: rgba(174, 0, 0, 0.51);
  background: rgba(174, 0, 0, 0.23) !important;
}

.delivery_day_slots .dayslot .tmslot.last.stop * {
  color: rgba(174, 0, 0, 0.34) !important;
}

.delivery_day_slots .dayslot .tmslot.last.stop .open_slot {
  display: none;
}

.brdtbl {
  border: 1px solid white;
}

.brdtbl * {
  font-size: 12px;
}

.brdtbl td {
  padding: 6px;
  min-width: 90px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.brdtbl tr:first-child td {
  border-top: 0px solid #efefef;
}

.brdtbl tr td:first-child {
  border-left: 0px solid #efefef;
}

.delivery_day_slots .dayslot .tmslot.last .close_slot {
  display: none;
}

.delivery_day_slots .dayslot .tmslot .close_slot {
  position: absolute;
  right: 11px;
  bottom: 11px;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #ae0000;
  color: #ae0000;
}

.delivery_day_slots .dayslot .tmslot .open_slot {
  position: absolute;
  right: 11px;
  bottom: 11px;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted green;
  color: green !important;
}

.mfp-close-btn-in .mfp-close {
  color: transparent !important;
  box-shadow: 0px 0px 0px white !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: transparent !important;
  box-shadow: 0px 0px 0px white !important;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 0px;
  height: 400px;
  width: 735px;
  margin: 20px auto;
}

.white-popup-action {
  position: relative;
  background: #fff;
  padding: 0px;
  height: 480px;
  width: 735px;
  margin: 20px auto;
}

.white-popup-mobile {
  position: relative;
  background: #fff;
  padding: 0px;
  height: 100%;
  width: 100%;
  margin: 20px auto;
}

.white-popup-mini {
  position: relative;
  background: #fff;
  padding: 0px;
  height: 170px;
  width: 300px;
  margin: 10px auto;
}

.toppanel {
  padding: 0px 10px;
  z-index: 100;

  position: sticky;
  top: 0px;
  background: #ffffff9b;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-bottom: 0px;

  height: 55px;
  box-sizing: border-box;
  border-bottom: 2px solid #009797;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.toppanel * {
  color: black;
}

.toppanel .ptitle {
  opacity: 0.1;
  font-size: 22px;
  margin-left: 5px;
  font-weight: bold;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.2 !important;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

#bgholder {
  margin-top: 10px;
}

#bgholder.active {
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  filter: blur(13px);
}

.mfp-container {
  width: 100% !important;
}

.delivery_plans * {
  font-family: Meta;
}

.delivery_plans h2.day {
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px dotted transparent;
  cursor: pointer;
}

.delivery_plans h2.day_collapsed {
  font-size: 20px;
  border-bottom: 2px dotted grey;
  display: inline-block;
  cursor: pointer;
}

.delivery_plans .day_comm {
  background: #7fae04;
  padding: 5px;
  margin-left: 15px;
  color: white;
  font-size: 16px;
}

.delivery_plans .dayslot {
  clear: both;
}

.delivery_plans .dayslot .order_row {
  position: relative;
  min-height: 50px;
  border: 1px dotted silver;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}

.delivery_plans .dayslot .order_row .addr {
  width: 60%;
}

.delivery_plans .dayslot .order_row .time {
  position: absolute;
  right: 0.5em;
  top: 10%;
  font-size: 1em;
}

.delivery_plans .dayslot .order_row .time span {
  font-size: 2em;
}

.delivery_plans .dayslot .order_row .iden {
  font-size: 1.5em;
  font-weight: bold;
  color: black;
}

.delivery_plans .dayslot .order_row .courier {
  position: absolute;
  right: 0.8em;
  bottom: 15%;
  font-size: 1.2em;
  color: #ae0000;
  border-bottom: 1px dotted #ae0000;
}

.delivery_plans .dayslot .order_row .courier.has {
  color: green;
}

.mfp-close {
  background: no-repeat url(/images/close.png) !important;
  width: 50px !important;
  height: 50px !important;
  color: transparent !important;
  opacity: 1;
  right: 0px !important;
  top: 0px !important;
}

.showsite {
  font-size: 13px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.showsite div {
  text-decoration: none;
  color: black;
}

.showsite:hover div {
  text-decoration: none;

}

.big {
  font-size: 15px;
}

.imgsblock {
  display: inline-block;
}

.img_item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 170px;
  height: 105px;
}

.img_item .remove {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
}

.pages {}

.pages A.pg {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  border: 1px solid silver;
  text-align: center;
}

.pages span.pg {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  border: 1px solid #555555;
  text-align: center;
  background: #555555;
  color: white;
}

.cke_inner {
  border: 1px solid #e5e5e5 !important;
}

.imgsblock .img_item .main_sel {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 1px 5px;
  text-align: center;
  background: white;
  cursor: pointer;
}

.imgsblock .img_item .main_sel.sel {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 1px 5px;
  text-align: center;

  background: #ff5200;
  color: white;
  text-shadow: 1px 1px 0px #54230c;
  font-weight: bold;
}

.tbl-orders tr {}

.tbl-orders tr:hover {
  background: rgba(199, 237, 126, 0.47);
}

.tbl-orders tr td {
  padding: 10px 6px 10px 6px;
  height: 80px;
}

.tbl-orders tr td span.promocode {
  display: inline-block;
  padding: 3px 10px;
  background: #4d702f;
  color: white;
  border-radius: 3px;
  margin-right: 20px;
}


.tbl-feedbacks tr {}

.tbl-feedbacks tr:hover {
  background: rgba(199, 237, 126, 0.47);
}

.tbl-feedbacks tr td {
  padding: 5px 0px 5px 5px;
}

.tbl-feedbacks tbody tr td {
  height: 60px;
}

.tbl-feedbacks tr td .oid {
  display: block;
  font-size: 18px;
  text-decoration: none;
  border: 0px;
  padding-bottom: 5px;
}

.tbl-feedbacks tr.warn td {
  background-color: #ffd4d4 !important;
}

.tbl-feedbacks tr.need_watch td {
  background-color: #fadfb2 !important;
}

a.bubtn {
  display: inline-block;
  padding: 7px 10px;
  border: 2px solid gray;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

a.bubtn:hover {
  display: inline-block;
  padding: 7px 10px;
  border: 2px solid #434343;
  background: #434343;
  color: white;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.tbl-orders tr td span.iiko_error {
  display: inline-block;
  padding: 3px 10px;
  background: white;
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  margin-right: 20px;
}

.order_panel span.promocode {
  display: inline-block;
  padding: 3px 10px;
  background: #4d702f;
  color: white;
  border-radius: 3px;
  margin-right: 20px;
}

.tbl-orders tr td .oid {
  display: block;
  font-size: 18px;
  text-decoration: none;
  border: 0px;
  padding-bottom: 5px;
}

.price_td {
  white-space: nowrap;
}



.order-type {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #888;
  color: #888;
  min-width: 50px;
  text-align: center;
  font-size: 12px;
  margin-right: 0px;
  vertical-align: text-bottom;
}

.order-type.tp_app {
  color: #888;
  background: #dfdfdf;
}

.fotos_list {
  padding: 0;
  margin: 0;
}


.ui-state-highlight {
  background: #ffa500;
}

.obj_fotos {
  margin-bottom: 0px;
  min-height: 5px;
  line-height: 30px;
}

.obj_fotos.only_one_foto {
  width: fit-content;
}

.obj_fotos .nofoto-text {
  color: silver;
}

.fotos_list {
  padding: 0;
  margin: 0;
}

.uploadify {
  display: none;
}

.foto_old_holder {
  background-color: #fffdf0;
  border: 2px solid #fff8d6;
  padding: 0px !important;
  border-radius: 6px;
  width: fit-content;
}

.fotos_list {
  padding: 0;
  margin: 0;
  background-color: #fffdf0;
}

.fotos_list {
  min-height: 100px;
  border: 2px solid #fff8d6;
  min-width: 100px;
  border-radius: 6px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 200px;
  min-height: 200px;
}

.fotos_list li {
  position: relative;
  display: block;
  float: left;


  width: 200px;
  height: 200px;
  list-style-type: none;


  padding: 0px;
  box-sizing: content-box;
  cursor: -webkit-grab;
  border-radius: 6px;
  overflow: hidden;
}

.fotos_list li.with_comment {
  width: calc(33% - 12px);
}

.ui-state-highlight {
  width: 100px !important;
  background: rgba(48, 131, 90, 0.252) !important;
}

.ui-state-highlight_with_comment {
  background: rgba(48, 131, 90, 0.252) !important;
  width: calc(33% - 12px) !important;
}


.fotos_list li>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: 0px;
}

.fotos_list li._vert>img {
  object-fit: contain;
}

li.imgf textarea {
  width: calc(100% - 120px);
  height: 100px;
  float: right;
  margin-top: 30px;
  border: 1px dotted #EFEFEF;
  resize: none;
  outline: 0px;
  font-size: 12px;
  line-height: 15px;
}

li.imgf textarea.saving {
  background: url(/acp/img/loader.gif) no-repeat 99% 0px
}

li.imgf .comment-save {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 24px;
  line-height: 15px;
  padding: 2px 8px;
  font-size: 12px;
}

.fotos_list li .ctrl {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 0px 2px 2px 0px;
  width: 100%;
  display: none;
}

.fotos_list li:hover .ctrl {
  display: block;
}

.fotos_list li .ctrl a {
  font-size: 15px;
  margin-left: 4px;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  display: flex;
  padding: 1px;
}

.uploadify {
  display: none;
}

dfn {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

.item-waiting {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid silver;
  padding: 6px 0px;
}

.item-waiting:hover,
.tr_line:hover {
  background: #fdf1d9;
}

.item-waiting>.tit {
  width: 50%;
  flex: 0 0 50%;
}

.item-waiting>.img {
  width: 10%;
  flex: 0 0 10%;
}

.item-waiting>.img img {
  max-height: 40px;
  max-width: 60px;
}

.item-waiting>.params {
  width: 30%;
  flex: 0 0 30%;
}

.item-waiting>.buts {
  width: 10%;
  flex: 0 0 10%;
}

.zones-list>div {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  display: flex;
  width: calc(100% - 20px);
  justify-content: space-between;
  align-items: center;
}

.zones-list>div>div:first-child {
  flex: 0 0 35%;
}

.zones-list>div>span:nth-child(2) {
  flex: 0 0 calc(100% - 35% - 30px);
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

.zones-list>div>span:last-child {
  flex: 0 0 30px;
}

.zones-list>div.stop {
  background-color: rgba(255, 0, 0, 0.199);
}

.zones-list>div .stop {
  color: red;
  margin-left: 10px;
  display: inline-block;
  font-size: 11px;
}

.zones-list>div .buffet {
  color: green;
  margin-left: 10px;
  display: inline-block;
  font-size: 11px;
}

.zones-list>div.sel {
  background: #222;
  color: white !important;
}

.zones-list>div.sel * {
  color: white !important;
}

input[disabled] {
  background: #efefef;
  color: gray;
  border-color: silver;
}

input[readonly] {
  opacity: 0.4;
}

textarea[readonly] {
  opacity: 0.4;
}

select[readonly] {
  opacity: 0.4;
}

textarea[disabled] {
  background: #efefef;
  color: gray;
  border-color: silver;
}

.disabled {
  opacity: 0.8 !important;
}

.butpanel2 {
  display: block;
  min-height: 50px;
  z-index: 9000;
  position: relative;
  margin-top: 30px;
}

.skin-black-light .content-wrapper {
  box-shadow: -5px 0px 30px -15px grey;
  z-index: 900;
  position: relative;
}

.butpanel2>div {
  margin-top: 20px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: white;
  box-sizing: border-box;
  padding: 10px 15px;
  border-top: 2px solid #009797;
}

body.sidebar-collapse .butpanel2>div {
  left: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menus-list {
  display: flex;
  position: sticky;
  top: 33px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 6px;
  background: white;
  box-shadow: 0px 5px 20px -15px black;
  z-index: 500;
  overflow: auto;
  max-width: calc(100% + 15px);
}

.menus-list>* {
  text-align: left;
  vertical-align: middle;
  padding: 5px 5px;
  padding-top: 8px;

  border-right: 1px solid white;
  text-decoration: none;
  white-space: nowrap;
}

.menus-list>*>div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.menus-list>*>div>div>span {
  font-size: 15px;
  font-weight: normal;
  color: black;
  display: inline-block;
  height: 22px;
  text-decoration: none;
}

.menus-list>A>div>div {
  text-decoration: none;
}

.menus-list>A {
  text-decoration: none;
}

.menus-list>*>div>div>span._desc {
  display: block;
  font-size: 11px;
  text-decoration: none;
  line-height: 5px;
  opacity: 0.6;
  height: 10px;
}

.menus-list>.qr>div:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/qr-code.png) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.menus-list>*:hover,
.menus-list>.sel {
  background: #daebe4;
}

.menus-list>*:hover>span,
.menus-list>.sel>span {
  border-color: transparent;
}

.menu-edit-ph {
  padding: 30px;
  box-sizing: border-box;
  background: #daebe4;
}

.btn.lite {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgb(161, 161, 161);
  height: 18px;
  display: inline-block;
  cursor: pointer;
}

.btn.lite:hover {
  color: black;
  border-color: transparent;
}

span.btn.lite {
  border-color: transparent;
}

.in_loading:before {
  z-index: 7;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.7) url(/img/bas-loading.gif) no-repeat center 30px;
}

.main_rubrics {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Manrope';
}

.main_rubrics .ui-state-highlight {
  flex: 0 1 calc(20% - 10px);
  margin-bottom: 15px;
  display: block;
  border-radius: 8px;
  background-color: silver;
  height: calc(200px - 10px);
  position: relative;
  overflow: hidden;
}

.main_rubrics>._rubric {
  flex: 0 1 calc(20% - 10px);
  margin-bottom: 15px;
  display: block;
  border-radius: 8px;
  background-color: #7edbc0;
  height: calc(200px - 10px);
  position: relative;
  overflow: hidden;
}

.main_rubrics>._rubric.wide {
  flex: 0 1 calc(40% - 10px);
}

.main_rubrics>._rubric.nulled {
  background: transparent;
}

.main_rubrics>._rubric ._title {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 92px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #fff !important;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Manrope';
}

.main_rubrics>._rubric.nowrap ._title {
  white-space: nowrap;
}

.main_rubrics>._rubric ._img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 0;
  /*background-size: 190px;
  background-position: right center;
  background-repeat: no-repeat;*/
  background-size: cover;
}

.main_rubrics>._rubric ._img_wide {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 0;
  /*background-size: 190px;
  background-position: right center;
  background-repeat: no-repeat;*/
  background-size: cover;
}

.main_rubrics>._rubric.wide ._img_wide {
  display: block;
}

.main_rubrics>._rubric.wide ._img {
  display: none;
}

.main_rubrics>._rubric .checkbox-ya {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.main_rubrics>._rubric .upload_img_holder {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  cursor: pointer;
}

.main_rubrics>._rubric .upload_img_holder .upload_img {
  width: 30px;
  opacity: 0;
  cursor: pointer;
}

.main_rubrics>._rubric .upload_img_holder i {
  color: white;
  background: #0000006e;
  padding: 4px 4px;
  border-radius: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}

.mode_mobile {
  width: 420px;
}


.mode_mobile .main_rubrics {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mode_mobile .main_rubrics>._rubric {
  flex: 0 1 calc(50% - 5px);
  margin-bottom: 10px;
  display: block;
  border-radius: 6px;
  background-color: #7edbc0;
  height: calc(206 - 10px);
  position: relative;
  overflow: hidden;
}

.mode_mobile .main_rubrics>._rubric.wide {
  flex: 0 1 calc(100% - 0px);
}

.mode_mobile .main_rubrics>._rubric ._title {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 92px;
  font-size: 14px;
  z-index: 1;
  color: #fff !important;
  text-align: left;
  text-transform: uppercase;
}

.mode_mobile .main_rubrics>._rubric.nowrap ._title {
  white-space: nowrap;
}

.mode_mobile .main_rubrics>._rubric ._img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 0;
  background-size: cover;
}

.mode_mobile .main_rubrics .ui-state-highlight {
  flex: 0 1 calc(50% - 5px) !important;
  margin-bottom: 10px;
  display: block;
  border-radius: 8px;
  background-color: silver;
  height: calc(206px - 10px);
  position: relative;
  overflow: hidden;
}





.checkbox-ya {
  opacity: 1;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  user-select: none;
}

.checkbox-ya .checkbox-ya-switch {
  display: inline-block;
  box-sizing: border-box;
  width: 100px;
  height: 28px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(90deg, #FFEB9D 0%, #FFEB9D 50%, #e8e9e9 50%, #e8e9e9 200%);
  background-position: -72px 0;
  background-size: 200% 100%;
  border: 1px solid #bababb;
  border-radius: 3px;
  font-size: 13px;
  color: #000;
  transition: all 150ms ease-in;
}

.checkbox-ya .checkbox-ya-switch:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: -1px;
  text-indent: -100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all 150ms ease-in;
}

.checkbox-ya .checkbox-ya-feature {
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.checkbox-ya .checkbox-ya-feature:before,
.checkbox-ya .checkbox-ya-feature:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms ease-in;
}

.checkbox-ya .checkbox-ya-feature:before {
  content: attr(data-label-on);
  left: -60%;
}

.checkbox-ya .checkbox-ya-feature:after {
  content: attr(data-label-off);
  right: 8px;
}

.checkbox-ya input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-ya input[type=checkbox]:checked+.checkbox-ya-switch {
  background-position: 0 0;
  border-color: rgba(153, 122, 0, 1);
}

.checkbox-ya input[type=checkbox]:checked+.checkbox-ya-switch:before {
  left: calc(100% - 27px);
}

.checkbox-ya input[type=checkbox]:checked+.checkbox-ya-switch .checkbox-ya-feature:before {
  left: 13px;
}

.checkbox-ya input[type=checkbox]:checked+.checkbox-ya-switch .checkbox-ya-feature:after {
  right: -60%;
}

/* Hover */
.checkbox-ya input[type=checkbox]:not(:disabled)+.checkbox-ya-switch:hover:before {
  border-color: rgba(0, 0, 0, 1);
}

.checkbox-ya input[type=checkbox]:not(:disabled)+.checkbox-ya-switch:hover {
  cursor: pointer;
}

/* Disabled */
.checkbox-ya input[type=checkbox]:disabled+.checkbox-ya-switch {
  border-color: rgba(0, 0, 0, 1);
  filter: grayscale(70%);
}

.checkbox-ya input[type=checkbox]:disabled+.checkbox-ya-switch .checkbox-ya-feature {
  color: #999;
}

/* Focus */
.checkbox-ya.focused .checkbox-ya-switch:before {
  border-width: 2px;
  border-color: #ffdb4d;
}

.top_panel {
  display: flex;
  width: calc(100% + 20px);
  align-items: center;
  justify-content: flex-start;
  margin: 0px -10px;
  padding: 10px;
  box-sizing: border-box;
  background: #EFEFEF;
}

.f_stars {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 8px 0px;
}

.f_stars>div span {
  cursor: pointer;
  color: silver;
}

.f_stars>div span.active {
  color: #349E02;
}

.f_stars>div span.warn {
  color: #a91e1e;
}

.f_stars>div span.need_watch {
  color: #d6992f;
}

h1.ck-placeholder {
  display: none;
}

.item_iiko_idens {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.item_iiko_idens>div {
  flex: 0 1 calc(33% - 10px);
  padding-bottom: 10px;
}

.item_iiko_idens>div:hover {
  background: #daebe4;
  outline: 5px solid #daebe4;
}

.item_iiko_idens>div>a {
  display: block;
  margin-bottom: 5px;
}

.item_iiko_idens>div>div._stitle {
  display: block;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 12px;
}

.select33 {
  width: 100%;
}

.select2 {
  width: 100%;
}

.select_iiko {
  width: 100%;
}

.select_item {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 37px !important;
  border: 2px solid gray !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
  right: 5px !important;
}

.select2-container--default .select2-selection--multiple {
  border: solid gray 2px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #EFEFEF !important;
  border: 1px solid transparent !important;
  border-radius: 2px !important;
  font-size: 13px !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 350px !important;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 10px 30px -10px gray;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #009797 !important;
}

#times {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 2px solid black;
  margin-top: 30px;
}

#times>div {
  display: grid;
  grid-template-columns: 1fr 1fr 10px 1fr;
  gap: 5px;
  align-items: center;
  width: 250px;
}

.fortime_block {
  display: block;
  width: fit-content;
  background: #00000012;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 4px 8px 2px 8px;
  margin-top: 6px;
  float: right;
}

.order_status_block {
  padding: 2px;
  border-radius: 3px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 3px;
  margin-top: 1px;
  color: var(--color, gray);
  font-size: 13px;
  min-width: 16px;
  text-align: center;

  font-weight: 600;
  border: 1px solid var(--color, silver);
  margin-right: 0px;
  white-space: nowrap;
  max-width: 100%;

  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

.order_source {
  display: block;
  width: auto;
  background: #00000012;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 10px;
  padding: 2px 6px 3px 6px;

}

.order_source._ios {
  background: #000000af;
  color: white;
}

.order_source._android {
  background: #4faf5288;
  color: #123013;
}


.pages-h {
  display: flex;
  justify-content: start;
  align-items: center;
}

.pages-h a.page {
  background: #f2f4f5;
  border: 0px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  transition: 0.3s;
  line-height: 22px;
  color: #222222;
  z-index: 3;
  height: 30px;
  min-width: 30px;
  margin: 0 5px;
  text-decoration: none;
}

.pages-h a.page.page-active {
  background-color: #f4a189;
  color: black;
}

.pages-h a.page:hover {
  background-color: #f4a189;
  color: black;
}


._modifiers_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-size: 12px;
}

._modifiers_list label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

._modifiers_list dfn {
  font-style: normal;
  display: block;
  margin-bottom: 0px;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 11px;
  /* border-bottom: 3px solid #9c9c9c; */
  font-weight: normal;
  color: #000;
}

._modifiers_list>.grp_mdf {
  border: 1px solid #999;
  border-radius: 6px;
}

._modifiers_list>.grp_mdf.unactive {
  opacity: 0.5;
  filter: grayscale(1);
}

._modifiers_list>.grp_mdf>._header {
  padding: 10px;
  display: grid;
  grid-template-columns: 30px 1fr 20%;
  color: black;
  align-items: center;
}


._modifiers_list>.grp_mdf>._header ._title {
  font-size: 18px;
  font-weight: 600;
}

._modifiers_list>.grp_mdf>._header ._iden {
  opacity: 0.4;
  text-align: right;
}

._modifiers_list>.grp_mdf>._fields {
  padding: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

._modifiers_list>.grp_mdf>._variants {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}



._modifiers_list .variant {
  background-color: #EFEFEF;
  border-radius: 6px;
  overflow: hidden;
  flex: 0 1 325px;
}

._modifiers_list .variant.unactive {
  opacity: 0.5;
  filter: grayscale(1);
}

._modifiers_list .variant>._header {
  background: #EFEFEF;
  padding: 10px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}


._modifiers_list .variant>._header ._title {
  font-size: 14px;
  font-weight: 600;
}

._modifiers_list .variant>._header ._iden {
  opacity: 0.4;
  text-align: left;
  grid-column: span 2
}

._modifiers_list .variant>._fields {

  height: fit-content;

  padding: 10px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr;

}

._modifiers_list .variant>._fields .info {

  display: grid;
  gap: 10px;
  grid-template-columns: 200px 110px;
}


._modifiers_list .variant>._fields ._foto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}