/*
Создан: неизвестно.
Изменен: 2026-06-11 15:31 MSK.
*/

@import url(block/print-controls.css?v=2026-06-11-1531);

/* Общая база проекта. Страничные стили подключаются отдельными CSS-модулями. */

body {
  margin: 0;
  padding: 0;
  color: #454545;
}

.listbody {
  background-color: rgb(255, 235, 202);
}

h6 {
  font-size: 122%;
  margin: 10px;
}

a {
  color: #d90005;
  text-decoration: underline;
}

a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.header__title_link-print,
.header__title_link-print:visited,
.header__title_link-print:hover {
  color: #000000;
  text-decoration: none;
}

/* [ДОБАВЛЕНО 2025-11-19 18:50 RU]: панель ссылок‑кнопок для перехода к другим калькуляторам. */
.text-link_but {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px 15px 5px;
  justify-content: center;
}

.text-link_but .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #515151;
    background-color: #ffdd99;
    color: #2e2e2e;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

.text-link_but .nav-link:hover {
    background-color: #ffc859;
    color: #454545;
    text-decoration: none;
}

.text-link_but .nav-link:active {
  transform: translateY(1px);
}

table {
  border-spacing: 0px;
}

input,
button {
  font-size: 15px;
  padding-left: 3px;
}

option,
select {
  font-size: 15px;
  min-height: 30px !important;
  border-width: 0;
  border-bottom-width: 0;
  padding-left: 0;
}

.pages {
  background-color: rgb(255, 235, 202);
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.pages_index {
  background-color: rgb(255, 235, 202);
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
}

.pagination {
  display: flex;
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  justify-content: center;
}
.pagination li {
  padding: 0 5px;
  font-size: medium;
}

.header {
}

.main {
  display: flex;
  margin: auto;
  flex-direction: column;
  width: 700px;
  justify-content: space-between;
}

.main-list-orders {
  width: 98%;
}

.new_order {
  padding: 10px;
  text-align: right;
}

.stripped {
  background: #fff;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 12px;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.stripped td {
   padding: 4px 8px;
}

.stripped th {
 background: #f2f2f2;
}

.stripped tr:nth-child(even) {
  /*background: #f2f2f2;*/
}

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

.blank__tr-table {
  display: flex;
  justify-content: flex-start;
  max-height: 30px !important;
  min-height: 30px !important;
  border-width: 0.5px;
  border-bottom-width: 0;
  border-style: solid;
}

.blank__tr-table:last-child {
  border-bottom-width: 1px;
}

/* [ИЗМЕНЕНО 2025-11-19 18:40 RU]: строка "Комментарии" теперь растягивается по высоте вместе с полем. */
.blank__tr-table.blank__right-table_height_big {
    height: auto;                 /* вместо фиксированной высоты */
    min-height: auto !important;  /* переопределяем базовые 30px */
    max-height: none !important;  /* убираем ограничение по max-height */
    align-items: flex-start;      /* label прижат к верху */
}

/* [ДОБАВЛЕНО 2025-11-19 18:40 RU]: отдельные настройки для textarea комментариев. */
.blank__right-table_textarea-comments {
    width: 100%;           /* как другие правые поля, не лезет за таблицу */
    min-height: 60px;      /* стартовая высота */
    resize: vertical;      /* тянуть можно только вниз/вверх */
    box-sizing: border-box;
}

.blank__left-table {
  width: 35%;
  padding: 4px 0 0 4px;
  margin: 0;
  box-sizing: border-box;
}

.blank__right-table {
  display: flex;
  justify-content: flex-start;
  width: 65%;
  padding: 0 0 0 4px;
  margin: 0;
  box-sizing: border-box;
  border-width: 0 !important;
  border-left-width: 1px !important;
  font-size: 16px;
}


.blank__right-table_padding-left {
  /* width: 100px; */
  padding: 0;
}

.blank__tr-table_font-color_seriy {
  color: #7d7d7d;
}

.blank__tr-table_font-color_light-seriy {
  color: #cecece;
}

.blank__right-table_size_small {
  /* width: 100px; */
}

.blank__right-table_height_big {
  max-height: 60px !important;
  height: 60px;
}

.blank__right-table_width_small{
  width: 52%;
}

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

.forma__oborudov_flex {
  justify-content: space-between;
  /* display: flex;
 flex-direction: column; */
}
/* Стили таблицы (IKSWEB) */

.form2__left-table {
  width: 88%;
  padding: 0;
  margin: 0;
  margin: 0 0 4px 0;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 30px;
}

@media screen and (max-width: 967px) {
  .form2__left-table {
    width: 50%;
  }
}



.form2__right-table {
  /* display: flex; */
  width: 7%;
  padding: 0 0 0 3px;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 30px;
}

.wrap {
  display: flex;
  position: relative;
  justify-content: center;
}

.d-tr {
  background-color: #fff5e3;
  padding: 20px;
}

.h1 {
  text-align: center;
  margin: 0;
  padding: 2px 0 7px 0;
}

.h2 {
  text-align: center;
  font-size: 27px;
  padding-bottom: 10px;
}

table.iksweb {
  text-decoration: none;
  border-collapse: !important;
  width: 100%;
  text-align: right;
}
table.iksweb th {
  font-weight: normal;
  font-size: 9px;
  color: #2e2e2e;
  background-color: #ffffff;
}
table.iksweb td {
  font-size: 10px;
  color: #354251;
}
table.iksweb td,
table.iksweb th {
  /* white-space: pre-wrap; */
  padding: 1px 5px;
  line-height: 10px;
  vertical-align: middle;
  border: 0.5px solid #949494;
}
table.iksweb tr:hover {
  background-color: #f9fafb;
}
table.iksweb tr:hover td {
  color: #354251;
  cursor: default;
}

table.Parts.iksweb > tbody > tr > td:nth-child(4),
table.Parts.iksweb > tbody > tr > td:nth-child(5),
table.Parts.iksweb > tbody > tr > td:nth-child(6),
table.Services.iksweb > tbody > tr > td:nth-child(4),
table.Services.iksweb > tbody > tr > td:nth-child(5) {
  text-align: center;
}

table.iksweb2 {
  text-decoration: none;
  border-collapse: !important;
  width: 100%;
  text-align: right;
}
table.iksweb2 th {
  font-weight: normal;
  font-size: 12px;
  color: #2e2e2e;
  background-color: #ffffff;
}
table.iksweb2 td {
  font-size: 12px;
  color: #515151;
}
table.iksweb2 td,
table.iksweb th {
  white-space: pre-wrap;
  padding: 1px 5px;
  line-height: 10px;
  vertical-align: middle;
  border: 0px solid #949494;
}
table.iksweb tr:hover {
  background-color: #f9fafb;
}
table.iksweb2 tr:hover td {
  color: #354251;
  cursor: default;
}

table.iksweb3 {
  text-decoration: none;
  border-collapse: !important;
  width: 100%;
  text-align: center;
}
table.iksweb3 th {
  font-weight: normal;
  font-size: 10px;
  color: #2e2e2e;
  background-color: #acacac;
}
table.iksweb3 td {
  font-size: 10px;
  color: #354251;
}
table.iksweb3 td,
table.iksweb th {
  white-space: pre-wrap;
  padding: 1px 5px;
  line-height: 10px;
  vertical-align: middle;
  border: 0.5px solid #949494;
}
table.iksweb3 tr:hover {
  background-color: #f9fafb;
}
table.iksweb3 tr:hover td {
  color: #354251;
  cursor: default;
}

.ser {
  font-weight: normal;
  font-size: 9px;
  color: #2e2e2e;
  background-color: #d6d6d6;
}
.ser_zel {
  font-weight: normal;
  font-size: 9px;
  color: #2e2e2e;
  background-color: #dce5df;
}
.text {
  text-align: justify;
  font-size: 12px;
  width: 96%;
  margin: 15px;
}

.text_index {
  text-align: left;
  font-size: 22px;
}

.warning {
  /* color: red; */
  font-size: 19px;
  text-align: center;
  display: flex;
justify-content: space-between;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}

.forma__oborudov {
  /* text-align: center; */
}

.forma__oborudov_input-select::-webkit-inner-spin-button {
  opacity: 2;
}

.forma__button {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 134px;
  right: 7px;
  bottom: 10px;
}

.forma__button_size-button {
  border-radius: 3px;
  border-width: 1px;
  max-width: 160px;
  margin: 0 0 5px 0;
  transition: 80ms ease-out;
}

.forma__button_size-button:hover {
  transform: scale(1.1, 1.1);
}

.forma__button_color_green {
  background-color: #d2ffd1;
}

.forma__button_color_yellow {
  background-color: #ffdd99;
  }

  .button__add-job {
    width: 92px;
    font-size: 17px;
    background-color: #feade9;
  }

.width {
  width: 100%;
  text-align: center;
}

.add {
  cursor: pointer;
}
.form input {
  display: block;
}

.body__rekvizits {
  width: 100%;
}

.pechat {
  border-color: #7c7c7c;
  /* border-bottom-width: 0.5px; */
  margin-bottom: 5px;
  justify-content: center;
  padding-top: 11px;
  /* border-radius: 3px; */
  background-color: rgb(247 247 247);
}

.pechat__img-ip {
  display: flex;
  position: absolute;
  margin-top: -114px;
  width: 20%;
}

.pechat__img-ooo {
  display: flex;
  position: absolute;
  margin-top: -44px;
  width: 20%;
}

.list {
  border-bottom-width: 0.5px;
  margin-bottom: 5px;
  justify-content: center;
  border-radius: 3px;
  /* background-color: rgb(247 247 247); */
  color: #454545;
  text-decoration: none;
  text-align: center;
  display: block;
  max-height: unset !important;
  padding: 5px;
}

.spisok-obor__table {
  padding-left: 50px;
  padding-top: 20px;
}

.form__plus {
  display: none;
}

.form__plus_open {
  display: flex;
}

.close__input-all {
  display: none;
}

.open__input-all {
  display: block;
}

.dbmsg {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background: #fff;
  opacity: 0.6;
}

.dbok {
  color: green;
}

.dbfailk {
  color: red;
}

.dbok__td {
  text-align: left;
  padding-left: 2px;
}


.blank__right-table_height_big-plus {
  max-height: 300px !important;
  height: 300px;
}

.color1 {
  background: #fbf8f3;
}


.color2 {
  background: #fffaf2;
  box-shadow: inset 0 -1px 0 rgba(245, 158, 11, 0.35);
}

.color3 {
  background: #fffdf6;
  box-shadow: inset 0 -1px 0 rgba(227, 180, 63, 0.28);
}

.color4 {
  background: #f8fcff;
  box-shadow: inset 0 -1px 0 rgba(75, 182, 219, 0.22);
}

.color5 {
  background: #fbfdfe;
}

.buttons-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.button__table-crm {
    width: auto;
    margin-left: 5px;
    height: 25px;
}

.color_gray {
  background-color: rgb(223, 223, 223);
 } 

.td__table-crm-jobs {
  display: none;
}

.td__table-crm-organization {
  display: none;
}

.td__table-crm_open {
  display: revert;
}

.invalid {
  background-color: rgba(255, 0, 0, 0.273);
  border-color: red;
}

.popup {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(255, 119, 0);
  flex-direction: column;
  margin: auto;
  width: 700px;
  height: 200px;
  font-size: 39px;
  border-radius: 20px;
}

.popup__close {
  position: absolute;
  margin-left: 92%;
  margin-top: -118px;
  background-color: rgba(0,0,0,0);
  border: none;
  z-index: 3;
}

.popup__close:hover {
  font-size:  60px;
}
.button-print{
  position: absolute;
  right: 10px;
  font-weight: 500;
  top: 90px;
  transition: 80ms ease-out;
  /* color:red; */
}


.button-edit{
  position: absolute;
  right: 10px;
  font-weight: 500;
  top: 125px;
}

#addToCalendar{
    position: absolute;
    right: 10px;
    font-weight: 500;
    top: 160px;
    background-color: orange;
}


/* убрать при печати эти стили */
@media print {
  .button-print, .button-edit, #addToCalendar {
  display: none;
  }
  }


  /* Для СБОРа */
  .body-sbor{
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .cal {
    font-size: 11px;
    padding-left: 15px;
  }

  .bookedCount {
    font-size: 8px;
    padding: 0;
    margin: 0;
  }
