.add-adress-form select {
  width: 100%;
  background-color: transparent;
  padding-left: 5px;
  border: 1px solid rgb(48, 48, 77);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  height: 26px;
}

.header-link-help-info {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url("../img/header-r-help.png") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-top: 4px;
}

.has-error .i-main-style,
.stl-controller-wrapper .has-error.i-main-style,
.add-adress-form .has-error input,
.add-adress-form .has-error select,
.has-error .tags-input,
.has-error .multiselect,
select.has-error{
  border-color: red !important;
}

.has-error label {
  color: red;
}

.error-text {
  color: red;
}

.vdp-datepicker {
  color: black;
}

.i-main-style:disabled {
  background: #cccccc;
}

.txar {
  border-radius: 6px;
  padding-left: 10px;
  border: 1px solid #6cbae8;
  outline: none;
  font-size: 12px;
  padding-top: 7px;
  height: 70px;
}

.document-file-delete td,
.document-file-delete td a,
.document-file-delete td a span {
  -webkit-text-decoration-line: line-through !important;
  text-decoration-line: line-through !important;
}

.content .window-doc .foot-butt button {
  float: initial;
}

.accept-y {
  background: #dbffcb;
}

.accept-n {
}

.table-new-style tbody tr.accept-n {
  background: #ffe4db !important;
}

.content .window-doc {
  height: auto;
  padding-bottom: 30px;
}

.navbar .navbar-nav li a.router-link-active {
  color: #ffffff;
  background-color: #6cb9e8;
  border-left: 1px solid #5492b9;
  border-right: 1px solid #5492b9;
}

.navbar .navbar-nav li.two_line {
  text-align: center;
}

.navbar .navbar-nav li.two_line a {
  line-height: 25px;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  color: #0d74ba;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip.message .tooltip-inner {
  background: #0d74ba;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
  max-height: 300px;
  overflow-y: auto;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  -o-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.toasted-container .toasted {
}

.toasted-container,
.toasted-container.full-width {
  display: initial;
  max-width: 30%;
}

.toasted-container .toasted .action {
  white-space: nowrap;
}

.toasted-container.bottom-right {
  bottom: 140px;
}
/* The input */

.tags-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tags-input input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  border: none;
}

.tags-input input:focus {
  outline: none;
}

.tags-input input[type="text"] {
  color: #495057;
}

.tags-input-wrapper-default {
  padding: 0.5rem 0.25rem;
  background: #fff;
  border-radius: 0.25rem;
  border-radius: 6px;
  border: 1px solid #6cbae8;
}

/* The tag badges & the remove icon */

.tags-input span {
  margin-right: 0.3rem;
}

.tags-input-remove {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
}

.tags-input-remove:before,
.tags-input-remove:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  background: #5dc282;
  height: 2px;
  margin-top: -1px;
}

.tags-input-remove:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tags-input-remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Tag badge styles */

.tags-input-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.tags-input-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tags-input-badge-selected-default {
  color: #212529;
  background-color: #f0f1f2;
}

/* Typeahead - badges */

.typeahead-badges > span {
  cursor: pointer;
  margin-right: 0.3rem;
}

/* Typeahead - dropdown */

.typeahead-dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.typeahead-dropdown li {
  padding: 0.25rem 1rem;
  cursor: pointer;
}

/* Typeahead elements style/theme */

.tags-input-typeahead-item-default {
  color: #fff;
  background-color: #343a40;
}

.tags-input-typeahead-item-highlighted-default {
  color: #fff;
  background-color: #007bff;
}

span.req_doc {
  color: red;
  font-size: 18px;
}

.toasted.red {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: red;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
  0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.toasted.red .action {
  color: #fff;
}

.toasted.green {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: #28a745;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
  0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.toasted.blue {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: blue;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
  0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.toasted.aqua {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: aqua;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
  0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.toasted.yellow {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: yellow;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #001f31;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
  0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.toasted.orange {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: orange;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #001f31;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
  0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


.content .window-doc > form.load-doc select.i-style {
  color: #ffffff !important;
}

.content .window-doc > form.load-doc select.i-style > option {
  color: #000000 !important;
}

.contacts > form select.i-type-address {
  color: #ffffff !important;
}

.contacts > form select.i-type-address > option {
  color: #000000 !important;
}

.contacts > form select.i-reg {
  color: #ffffff !important;
}

.contacts > form select.i-reg > option {
  color: #000000 !important;
}

.add-address > form.add-adress-form > select > option {
  color: #000000 !important;
}

.add-adress > form > select > option {
  color: #000000 !important;
}

form > select > option {
  color: #000000 !important;
}

.add-adress-form select option {
  color: #000000 !important;
}

.dz-image,
.dz-size,
.dz-success-mark,
.dz-error-mark {
  display: none;
}

.s-active1 {
  color: #5fd19d;
}

.dz-error-message {
  color: red;
}

.menu-info {
  margin-right: 15px;
}

.methods-link__docx,
.methods-link__xlsx {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.methods-link__docx {
  background: url(../images/methods/doc_ok.png) left center no-repeat;
}

.methods-link__xlsx {
  background: url(../images/methods/excel.png) left center no-repeat;
}

.h-t-status-link a.xls {
  display: block;
  width: 23px;
  height: 29px;
  background: url(../images/xls.png) right center no-repeat;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 19px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.content a.link-edit-row {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/edit.png) left top no-repeat;
  background-size: 12px;
}

.v-autcomplete-list {
  background: white;
  width: 100%;
}

.v-autcomplete-list div {
  border-bottom: #3d444c solid 1px;
  padding: 4px;
}

.v-autocomplete .v-autocomplete-list {
  width: 100%;
}

.v-autocomplete-list {
  border: 1px solid #66afe9;
  overflow-y: auto;
  max-height: 500px;
  margin-top: 5px;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
}

a.icon-help-blue:hover {
  text-decoration: none;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 250px;
  min-height: 23px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  -webkit-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  max-height: 21px;
  display: block;
  padding: 2px 34px 0 0px;
  border-radius: 5px;
  border: none;
  background: #fff;
}
.add-new-type-document-check-list .multiselect__tags{
  min-width: 450px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 3px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #3d7aaa;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 18px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #ffffff;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 28px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 142%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__option--selected::after {
  display: none;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
  font-size: 12px;
  font-family: "verdana", sans-serif !important;
}

.multiselect__option {
  display: block;
  padding: 7px;
  min-height: auto;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background-color: #215d8c;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background-color: #215d8c;
  color: #fff;
  display: none;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: red;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir="rtl"] .multiselect {
  text-align: right;
}

[dir="rtl"] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir="rtl"] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir="rtl"] .multiselect__content {
  text-align: right;
}

[dir="rtl"] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir="rtl"] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir="rtl"] .multiselect__spinner {
  right: auto;
  left: 1px;
}

.h-t-status-link a.docs {
  display: block;
  width: 23px;
  height: 29px;
  background: url(../images/docs.png) right center no-repeat;
}

.esd-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(13, 116, 187);
  font-size: 14px;
  font-weight: bold;
}

.esd-data:hover {
  cursor: pointer;
}

.esd_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  /* background: url('../images/i-eds.png') left top no-repeat; */
  margin-left: 8px;
}

.esd-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 18px;
}

.esd_exit {
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url("../images/esd-exit.png") left top no-repeat;
}

.esd_exit:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.esd-data__info {
  display: block;
  padding: 12px 16px 22px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  right: -200%;
  max-width: 600px;
  min-width: 478px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 4.76px 2.24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 4.76px 2.24px rgba(0, 0, 0, 0.28);
  z-index: 1000;
  font-weight: normal;
  color: #001f31;
  font-size: 12px;
  -webkit-animation: fadeInEsdDataInfo 0.5s ease-out;
  animation: fadeInEsdDataInfo 0.5s ease-out;
}

.esd-data__info_history {
  display: block;
  padding: 12px 16px 22px;
  bottom: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  right: -200%;
  max-width: 600px;
  min-width: 478px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 4.76px 2.24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 4.76px 2.24px rgba(0, 0, 0, 0.28);
  z-index: 1000;
  font-weight: normal;
  color: #001f31;
  font-size: 12px;
  -webkit-animation: fadeInEsdDataInfo 0.5s ease-out;
  animation: fadeInEsdDataInfo 0.5s ease-out;
}

.esd-data__info:hover {
  cursor: default;
}

/* .esd-data:hover > .esd-data__info {
  display: block;
  -webkit-animation: fadeInEsdDataInfo 0.5s ease-out;
    -moz-animation: fadeInEsdDataInfo 0.5s ease-out;
    -o-animation: fadeInEsdDataInfo 0.5s ease-out;
    animation: fadeInEsdDataInfo 0.5s ease-out;
} */

.esd_user {
  font-size: 14px;
}

.esd-title {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #0d74bb;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 3px;
  border-top: 1px solid #cfe2f0;
  border-bottom: 1px solid #cfe2f0;
  margin: 15px 0px;
}

.stl-col-pb-8 {
  padding-bottom: 8px;
}

@-webkit-keyframes fadeInEsdDataInfo {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInEsdDataInfo {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@media (max-width: 1500px) {
  .esd-data__info {
    right: -150%;
  }
}

.esd_wsn {
  white-space: normal;
  word-break: break-word;
}

.table-indicators-min-cell tbody tr td {
  min-width: 100px !important;
}

.table-indicators-min-cell tbody tr td:first-child {
  min-width: 300px !important;
}

.stl-bs_bb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.multiselect-filter-project-register > .multiselect__select {
  top: 0px;
  right: -3px;
  height: 26px;
}

.js-multiselect-bootom .multiselect__content-wrapper {
  bottom: 23px !important;
}

.multiselect-filter-project-register > .multiselect__select:before {
  top: 50%;
}

.content .i-main-style.multiselect-multiline {
  height: auto;
}

.multiselect-multiline .multiselect__tags {
  max-height: 200px !important;
}

.modal-close-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 10px 0px;
}

.modal-close-wrapp button.close {
  float: none;
}

.stl-mb-20 {
  margin-bottom: 20px;
}

.stl-mb-10 {
  margin-bottom: 10px;
}

.stl-mb-5 {
  margin-bottom: 5px;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: transparent !important;
}

.esd-data__info-popup {
  bottom: auto !important;
  top: 10px !important;
}

.wrap-win-load-history {
  background: #fff;
  margin: 10px;
  padding: 10px 0px;
  border-radius: 8px;
  min-height: 100px;
}

.wrap-win-load-history table tr {
  border-bottom: 1px solid #cccccc;
}

.wrap-win-load-history table td {
  color: #001f31;
  padding: 8px 0;
}

.wrap-win-load-history table td:first-child {
  padding-left: 10px;
}

.wrap-win-load-history table td a {
  color: #001f31;
}

.wrap-win-load-history table td a:hover {
  text-decoration: underline;
}

.wrap-win-load-history table td .btn-save {
  color: #fff;
}

.dz-blocks a.add-t-r {
  display: block;
  float: left;
  margin: 0 7px 5px 0;
  width: 20px;
  height: 20px;
  background: url(../images/plus.png) left center no-repeat;
}

.container-stl-title  a.link-add-row {
  display: block;
  float: right;
  padding: 0 10px 0 10px;
  height: 20px;
  width: 20px;
  color: #000;
  text-decoration: none;
  background: url(../img/add-butt.svg) left center no-repeat;
  background-size: 20px 20px;
}

i.i-delete {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../images/delete.png) left top no-repeat;
}

i.i-delete-cent {
  background: url(../images/delete.png) center bottom no-repeat;
}

button.btn-save-green {
  background-color: #28a745 !important;
}

textarea.comment-window {
  margin: 0 auto;
  width: 400px;
  min-height: 200px;
  background: none;
}

h4.h4form {
  font-size: 15px;
  font-weight: bold;
}

ul.ul-list-form {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}

ul.ul-list-form li.padd4 {
  padding: 10px 0;
}

i.centerIcon {
  display: table-cell !important;
  width: 22px !important;
  height: 22px !important;
  background-position: center center !important;
}

i.centerIconFloat {
  width: 22px !important;
  height: 22px !important;
  background-position: center center !important;
}

.tab-list-form td {
  vertical-align: top;
  padding: 4px;
}

.tab-list-form td.name {
  cursor: pointer;
}

.icon-help-blue-table-dz {
  display: inline-block;
  position: initial;
  background-position: bottom center !important;
}

.table-top-bd {
  position: relative;
  width: 100%;
}

.table-top-bd_fix thead {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.table-top-bd tr td {
  word-break: break-word;
  background-color: #fff;
}

.table-top-bd_fix thead tr {
  border-bottom: 0px solid #cfe2f0 !important;
}

.modal-fix-h {
}

.body-fix-h {
  max-height: 350px;
  overflow-y: auto;
}

.modal-stl {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.table-target-years {
  width: 100% !important;
}

@media (max-width: 1810px) {
  .table-target-years {
    overflow-x: auto;
    display: block;
  }
}

@media (max-width: 1510px) {
  .table-top-bd_fix tbody tr:first-child > td {
    padding-top: 80px !important;
  }

  .navbar .navbar-nav li a {
    line-height: 26px;
    text-align: center;
  }

  .table-top-bd_fix thead {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}

@media (max-width: 1160px) {
  .modal-stl {
    width: 98% !important;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mrg-bad10 {
  margin-bottom: 10px;
}

.mrg-top-40 {
  margin-top: -40px;
}

.cnt-h {
  text-align: center;
}

.breadcrumb-wrapp {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #5b9bd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px 0 30px;
}

.breadcrumb-wrapp i {
  font-style: normal;
}

.breadcrumb-wrapp a {
  text-decoration: underline;
  margin-right: 8px;
}

.breadcrumb-wrapp span {
  text-decoration: none;
  margin-left: 8px;
}

.h2-title {
  font-size: 18px;
  line-height: 22px;
  color: #0a1729;
  margin-bottom: 15px;
}

.h2-title b {
  font-weight: 700;
}

a.link-edit-row {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/edit.png) left top no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}

.del-butt {
  background: url("../images/new-icon/del.png") left top no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.stl-ml-10 {
  margin-left: 10px;
}

.stl-mr-10 {
  margin-right: 10px;
}

.stl-pl-10 {
  padding-left: 10px;
}

.stl-pl-20 {
  padding-left: 20px;
}

.stl-mb-30 {
  margin-bottom: 30px;
}

.consultations-col-l {
  width: 653px;
}

.consultations-col-r {
  width: calc(100% - 653px);
  padding-left: 20px;
}

.consultations-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.consultations-row .col-xs-12 {
  margin-bottom: 21px;
}

.consultations-row .consultations-box {
  margin-bottom: 22px;
}

.consultations-row .consultations-box:last-child {
  margin-bottom: 0;
}

.consultations-module-wrapper {
  color: #0a1729;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.consultations-module-wrapper a {
  text-decoration: underline;
  color: #4276b2;
}

.consultations-h3-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}

.consultations-box {
  background-color: #eef8ff;
  border: 1px solid #bdbdbd;
  width: 100%;
  height: 100%;
  padding: 19px;
}

.consultations-box-documents {
  height: auto !important;
}

.consultations-box__doc-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consultations-box__doc-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.consultations-box__doc-col:last-child {
  margin-bottom: 0;
}

.consultations-box__doc-file {
  min-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 34px;
  margin-right: 10px;
}

.consultations-box-table td {
  vertical-align: top;
  padding-bottom: 20px;
  min-width: 200px;
}

.consultations-box-table td:first-child {
  padding-right: 10px;
}

.consultations-box__row {
  margin-bottom: 20px;
}

.consultations-box__row:last-child {
  margin-bottom: 0;
}

.doc-file-def{
  min-height: 30px !important;
  background: url("../img/file_blanl2.svg") -5px top no-repeat;
}

.doc-file-pdf {
  background: url("../images/new-icon/pdf.png") left top no-repeat;
}

.doc-file-docs {
  background: url("../images/new-icon/docs.png") left top no-repeat;
}

.doc-file-xls{
  background: url("../images/xls.png") left top no-repeat;
}

.c-close {
  display: inline-block;
  background: url("../images/new-icon/close.png") center center no-repeat;
  width: 17px;
  height: 17px;
}

.c-close:hover {
  background: url("../images/new-icon/close-act.png") center center no-repeat;
}

.c-close.disabled {
  pointer-events: none;
}

.c-close.active {
  background: url("../images/new-icon/close-act.png") center center no-repeat;
}

.c-ok {
  display: inline-block;
  background: url("../images/new-icon/check.png") center center no-repeat;
  width: 17px;
  height: 17px;
}

.c-ok.disabled {
  pointer-events: none;
}

.c-ok:hover {
  background: url("../images/new-icon/check-act.png") center center no-repeat;
}

.c-ok.active {
  background: url("../images/new-icon/check-act.png") center center no-repeat;
}

.triangle-butt {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/new-icon/triangle.png") center center no-repeat;
  width: 12px;
  height: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 12px;
}

.triangle-butt.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.green {
  color: #5cb85c;
}

.red {
  color: #dc3445;
}

.stl-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stl-df-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stl-df-fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stl-row-gap--10 {
  row-gap: 10px;
}

.stl-df-al {
  display: flex;
  align-items: flex-start !important;
}

.butt {
  display: inline-block;
  padding: 11px 13px;
  border: 0px solid transparent;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.butt-pointer{
  cursor: pointer !important;
  z-index: 2;
  position: relative;
}

.butt-sm {
  font-size: 14px;
  padding: 8px 10px;
}

.butt-blue {
  background: #0d73bb;
}

.butt-blue:hover {
  background: #4c90bfed;
}

.butt-blue-dark {
  background: #4276b2;
}

.butt-blue-dark:hover {
  background: #235a9bf5;
}

.butt-green {
  background: #5cb85c;
}

.butt-green:hover {
  background: #278f27d9;
}

.butt-green:hover {
  background: #7a7b7a;
}

.butt-gray {
  background: #cecece;
  border: 1px solid #cecece !important;
}

.consultations-second-level td {
  vertical-align: top;
}

.consultations-second-level td:first-child {
  padding-left: 10px;
}

.acceptance-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.acceptance-box__status {
  font-weight: bold;
  margin-right: 10px;
}

.acceptance-box__data {
  margin-right: 8px;
}

.acceptance-box__history {
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding-left: 10px;
  padding-top: 14px;
}

.acceptance-box__history .acceptance-box__status {
  font-weight: 400;
}

.acceptance-box__history.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.acceptance-box__history div {
  margin-bottom: 14px;
}

.acceptance-box__history div:last-child {
  margin-bottom: 0;
}

.consultations-chat-controll__redactor {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 0px solid #73b8e1;
  background: #ffffff;
  /*position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*min-height: 149px;

  resize: vertical;
  /*padding: 10px;
  overflow: auto;*/
}

.consultations-chat-controll__redactor .quillWrapper {
  border-radius: 5px;
  border: 1px solid #73b8e1;
}

.form-group .quillWrapper.editor-min50 .ql-editor {
  min-height: 50px;
}

.consultations-chat-controll__redactor textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  resize: none;
  border: 0px solid transparent;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  outline: none;
}

.consultations-chat-controll__butt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.consultations-chat-controll__butt .butt {
  margin-bottom: 20px;
}

.consultations-chat-controll__butt .butt:last-child {
  margin-bottom: 0;
}

.consultations-chat-pagination {
  padding-top: 25px;
}

.consultations-chat__reply {
  color: #4276b2;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
}

.consultations-chat__reply:hover {
  text-decoration: none;
}

.consultations-chat__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.consultations-chat__holder:last-child {
  margin-bottom: 0;
}

.consultations-chat__holder-author {
  display: block;
  width: 170px;
  text-align: right;
}

.consultations-chat__holder-author-name {
  margin-bottom: 10px;
}

.consultations-chat__holder-author-data .time {
  display: inline-block;
  margin-left: 12px;
}

.consultations-chat__holder-area {
  width: calc(100% - 170px);
  padding-left: 27px;
}

.consultations-chat__holder-content {
  position: relative;
  line-height: 16px;
  font-size: 14px;
  color: #0a1729;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 16px 9px 9px;
  width: 100%;
  height: 100%;
  border: 1px solid #73b8e1;
  border-radius: 5px;
  background: #f7f7f7;
  min-height: 70px;
  margin-bottom: 10px;
  resize: vertical;
  max-height: 280px;
  overflow: auto;
}

.consultations-chat__holder-content .link-edit-chat {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 11px !important;
  height: 11px !important;
  background-size: contain !important;
}

.consultations-chat__holder-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consultations-chat__holder-files-area, .consultations-box-documents-l-area {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 0 5px;
  width: 100%;
}

.consultations-chat__holder-files-area-item .consultations-chat__holder-files-area-item__file-data {
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
}

.consultations-chat__holder-files-area-item  .consultations-chat__holder-files-area-item__file-data .consultations-box__doc-file {
  width: 100%;
}

.consultations-box-documents-l-area {
  margin-bottom: 25px;
}

.form-group__file-name {
  word-break: break-all;
}

.consultations-box-documents-l-area .consultations-chat__holder-files-area-item {
  justify-content: space-between;
  width: 100%;
}

.consultations-box-documents-l-area .consultations-chat__holder-files-area-item {
  width: 100%;
}

.consultations-chat__holder-files-area-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
}

.consultations-chat__holder-files-area-item .del-butt {
  margin-top: 5px;
}

.consultations-chat__holder-files-area-item.--full {
  width: 100%;
}

.consultations-chat__holder-files.--fld {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  padding-top: 5px;
}

.consultations-chat__holder-files-area-item .consultations-box__doc-file {
  max-width: 100%;
  /*background-size: 16px !important;*/
  background-position: top 5px left 1px !important;
  background-size: 20px !important;
  word-break: break-word;
  padding-left: 29px !important;
  line-height: 17px !important;
  width: calc(100% - 25px);
  min-height: 34px !important;
}

.doc-file-def {
  background: url("../img/def_icon_new.png") top left no-repeat;
}


/*.consultations-box-documents-l-area .consultations-chat__holder-files-area-item .consultations-box__doc-file {
  max-width: 100%;
  background-size: 16px !important;
  word-break: break-word;
  padding-left: 29px !important;
  line-height: 17px !important;
  background-position: top 0px left 1px !important;
  width: calc(100% - 25px);
  min-height: 26px !important;
}*/

.consultations-chat__holder-files .title {
  margin-right: 10px;
}

.file-upload-container input[type="file"] {
  padding: 6px 12px;
  min-width: 162px;
  opacity: 0;
  cursor: pointer;
  margin-top: -30px;
  font-size: 0;
}

  .consultations-chat__holder-files .consultations-box__doc-file {
  background-size: contain;
  min-height: 19px;
  padding-left: 21px;
}

.consultations-chat__holder-text p {
  margin-bottom: 12px;
  line-height: 16px;
}

.modal-content {
  border-radius: 10px;
}

.modal-info-help {
  padding: 15px;
  background-color: #ededed;
  font-size: 16px;
  border-radius: 0px 0px 10px 10px;
}

.modal-info-help a {
  text-decoration: underline;
}

.modal-info-help a:hover {
  text-decoration: none;
}

.stl-bold {
  font-weight: bold;
}

.stl-clr-blue {
  color: rgb(51, 122, 183);
}

.stl-clr-black {
  color: #000;
}

@media (max-width: 1320px) {
  .consultations-col-l {
    width: 500px;
  }

  .consultations-col-r {
    width: calc(100% - 500px);
    padding-left: 15px;
  }

  .consultations-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .consultations-box-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consultations-second-level td {
    padding-left: 10px;
  }
}

/*
.content table.c-indicator_admin thead th {
  background-color: #e7f0f7;
  min-height: 57px;
  padding-left: 13px;
  vertical-align: middle;
}

.content table.c-indicator_admin thead th {
  background-color: #e7f0f7;
  min-height: 57px;
  padding-left: 4px;
  vertical-align: middle;
}


.content table.c-indicator_admin thead tr td,
.content table.c-indicator_admin tbody tr td {
  padding: 0px 0px 0px 3px;
}
*/


.administration-page_m__item {
  color: #0a1729;
  background: #e7f0f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 16px;
  margin-bottom: 15px;
}

.administration-page_m__item:last-child {
  margin-bottom: 0;
}

.administration-page_m__item-link {
  color: #0a1729;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;
  line-height: 18px;
  margin-bottom: 2px;
}

.administration-page_m__item-link:hover {
  color: #0a1729;
  text-decoration: underline;
}
.d-flex{
  padding-bottom: 14px;
}
.d-flex .wrap{
  border-bottom: 1px solid #0d72b7;;
}
.d-flex .administration-page_m__item-link{
  display: inline-block;
  padding: 8px;
  margin: 0;
  border-left: 1px solid #0d72b7;
  border-right: 1px solid #0d72b7;
  border-top: 1px solid #0d72b7;
  text-decoration: none;
  font-size: 14px;
}
.d-flex .router-link-active{
  color: #fff;
  background: #0d72b7;
}

.d-flex .r-button{
  border-left: 0;
}

.content table.c-indicator.c-indicator-admin thead tr th,
.content table.c-indicator.c-indicator-admin tbody tr td{
  padding-left: 6px;
  padding-right: 6px;
}

.administration-page__item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 21px;
}

.administration-page__item-sub-link {
  color: #0a1729;
  text-decoration: none;
  margin-bottom: 15px;
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
}

.administration-page__item-sub-link:last-child {
  margin-bottom: 0;
}

.administration-page__item-sub-link:hover {
  color: #0a1729;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .consultations-col-l {
    width: 400px;
  }

  .consultations-col-r {
    width: calc(100% - 400px);
    padding-left: 15px;
  }

  .consultations-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .consultations-box-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consultations-second-level td {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .consultations-col-l {
    width: 100%;
    margin-bottom: 20px;
  }

  .consultations-col-r {
    width: 100%;
    padding-left: 0px;
  }

  .consultations-row {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .consultations-chat__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .consultations-chat__holder-author {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .consultations-chat__holder-area {
    padding-left: 0;
    width: 100%;
  }

  .consultations-chat-controll__butt .butt {
    width: 100%;
    text-align: center;
  }
}

.div-zalog {
  padding: 10px 20px;
}

.div-zalog p {
  min-height: 25px;
}

.frp-input-description {
  font-size: 11px;
  display: block;
  text-align: center;
}

.content .modal > form .file-upload {
  position: relative;
  overflow: hidden;
  line-height: 24px;
}

.content .modal > form .file-upload .file-upload-label {
  font-size: 14px;
  font-weight: bold;
  width: 124px;
  float: left;
}

.content .modal > form .file-upload > button {
  float: left;
  margin-right: 10px;
  outline: none;
}

.content .modal > form .file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(20);
  transform: scale(20);
  letter-spacing: 10em;
  /* IE 9 fix */
  -ms-transform: scale(20);
  /* IE 9 fix */
  opacity: 0;
  cursor: pointer;
}

.consultations-box__doc-col .file-upload {
  position: relative;
  overflow: hidden;
  line-height: 24px;
  width: 100px;
  height: 30px;
}

.consultations-box__doc-col input[type="file"] {
  /* IE 9 fix */
  -ms-transform: scale(20);
  /* IE 9 fix */
  width: 100%;
  height: 100%;
  -webkit-transform: scale(20);
  transform: scale(20);
  letter-spacing: 10em;
  opacity: 0;
  cursor: pointer;
  margin-top: -30px;
}

.consultations-chat-controll__butt .file-upload {
  position: relative;
  overflow: hidden;
  line-height: 24px;
  height: 60px;
}

.consultations-chat-controll__butt input[type="file"] {
  /* IE 9 fix */
  -ms-transform: scale(20);
  /* IE 9 fix */
  width: 100%;
  height: 100%;
  -webkit-transform: scale(20);
  transform: scale(20);
  letter-spacing: 10em;
  opacity: 0;
  cursor: pointer;
  margin-top: -30px;
}

/* Новые стили для редизайна*/
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: local("../fonts/Open Sans SemiBold Italic"),
  local("../fonts/OpenSans-SemiBoldItalic"),
  url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"),
  url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: local("../fonts/Open Sans Light Italic"),
  local("../fonts/OpenSans-LightItalic"),
  url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-LightItalic.woff") format("woff"),
  url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: local("../fonts/Open Sans Bold"), local("../fonts/OpenSans-Bold"),
  url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Bold.woff") format("woff"),
  url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: local("../fonts/Open Sans ExtraBold Italic"),
  local("../fonts/OpenSans-ExtraBoldItalic"),
  url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"),
  url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: local("../fonts/Open Sans Light"), local("../fonts/OpenSans-Light"),
  url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Light.woff") format("woff"),
  url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.eot");
  src: local("../fonts/Open Sans Italic"), local("../fonts/OpenSans-Italic"),
  url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Italic.woff") format("woff"),
  url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: local("../fonts/Open Sans Regular"), local("../fonts/OpenSans-Regular"),
  url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Regular.woff") format("woff"),
  url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: local("../fonts/Open Sans SemiBold"), local("../fonts/OpenSans-SemiBold"),
  url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-SemiBold.woff") format("woff"),
  url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: local("../fonts/Open Sans ExtraBold"),
  local("../fonts/OpenSans-ExtraBold"),
  url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-ExtraBold.woff") format("woff"),
  url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: local("../fonts/Open Sans Bold Italic"),
  local("../fonts/OpenSans-BoldItalic"),
  url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-BoldItalic.woff") format("woff"),
  url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

body {
  font-family: "Open Sans", sans-serif;
}

.header {
  background-color: #181939;
}

.myfooter {
  height: 64px;
  background: #181939;
  padding-top: 16px;
}

.myfooter-frp {
  display: block;
  width: 99px;
  height: 29px;
  padding-top: 0px;
  padding-left: 12px;
  background: url("../images/new-logo.png") left center no-repeat;
}

.navbar .navbar-nav li a {
  letter-spacing: 0.0015em;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

.butt-new-style {
  background: #0d74bb;
  border-radius: 4px;
  padding: 10px 5px;
  height: auto;
  max-height: 40px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.butt-new-style.butt-new-style-small {
  padding: 5px 5px;
  height: auto;
  max-height: 36px;
}

.butt-new-style.butt-new-style-small-reestr {
  max-height: 26px;
}

.butt-new-style:hover {
  background: #097bcad6;
}

.table-new-style tbody td a.reestr-link-file {
  border-bottom: 1px dashed;
  color: #0d72b7;
}

.butt-new-style-reset {
  background: transparent;
  border: 1px solid #002333;
  color: #002333;
}

.butt-new-style-reset:hover {
  background: #097bcad6;
  color: #fff;
  border: 1px solid transparent;
}

.content .inp-new-filter-style {
  border: 1px solid #6c6d70;
  border-radius: 4px;
  background: #ffffff;
  font-weight: 400;
  font-size: 13px;
  color: #6c6d70;
}

.project-filter .inp-new-filter-style,
.project-filter .select-new-filter-style,
.project-filter .select-new-style {
  margin-bottom: 15px;
}

.content .select-new-filter-style .multiselect__tags {
  padding: 3px 34px 0 0px;
}

.content .select-new-filter-style {
  border: 1px solid #6c6d70;
  border-radius: 4px;
  background: #ffffff;
  font-weight: 400;
  font-size: 13px;
  color: #6c6d70;
}

.content .select-new-style {
  border: 1px solid #6c6d70;
  border-radius: 4px;
  background: #ffffff;
  font-weight: 400;
  font-size: 13px;
  color: #6c6d70;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: "";
  text-overflow: "";
  -ms-appearance: none;
  appearance: none !important;
  background: url(../images/arrow-2.png) 97% 50% no-repeat;
}

.content .select-new-filter-style .multiselect__placeholder {
  padding-top: 0;
}

.select-new-filter-style.multiselect-filter-project-register
> .multiselect__select {
  top: 0px;
}

.select-new-filter-style.multiselect-filter-project-register
> .multiselect__select::before {
  height: 5px;
  display: inline-block;
  top: -2px;
}

.select-new-filter-style.multiselect-filter-project-register
> .multiselect__content-wrapper {
  top: 26px;
}

.filter-wrapper-stl {
  background: #ffffff;
  -webkit-box-shadow: inset 0px -1px 0px #dcdcdc;
  box-shadow: inset 0px -1px 0px #dcdcdc;
  border-radius: 6px 6px 0px 0px;
}

.table-new-style {
}

.table-new-style thead th {
  font-weight: 400;
  font-size: 14px;
  color: #6c6d70;
  -webkit-box-shadow: inset 0px -1px 0px #dcdcdc;
  box-shadow: inset 0px -1px 0px #dcdcdc;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 0px solid transparent !important;
  padding: 14px 10px !important;
}

.table-new-style tbody td {
  font-weight: 400;
  font-size: 14px;
  color: #002333;
  border-bottom: 0px solid transparent !important;
  border-top: 0px solid transparent !important;
  padding: 14px 10px !important;
  vertical-align: middle !important;
  letter-spacing: 0.0015em;
}

.table-new-style tbody td a {
  font-weight: 400;
  font-size: 14px;
}

.table-new-style tbody td a:hover {
  color: #1b89d6 !important;
  text-decoration: none !important;
}

.table-new-style tbody tr:nth-of-type(2n) {
  background-color: rgba(240, 241, 245, 0.5);
}

.table-new-style tbody tr:hover {
  background-color: rgba(240, 241, 245, 0.8) !important;
}

.table-new-style tfoot td {
}

.table-new-style tfoot td .paging {
  border-top: 0px solid transparent !important;
}

.pagination > li {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}

.pagination > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
  padding: 0;
  line-height: 1;
  border-radius: 4px !important;
  color: #002333;
  font-weight: 600;
  font-size: 14px;
  width: 32px;
  height: 32px;
}

.pagination > li > a:hover {
  background: #0d74bb;
  color: #fff;
  border: 1px solid #0d74bb;
}

.pagination > li.active > a {
  background: #0d74bb;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ql-snow .ql-editor blockquote,
.consultations-chat__holder-content blockquote {
  border: 1px solid #c0c0c0 !important;
  background-color: #fff4ca;
  padding: 8px 8px 8px 24px;
  color: #333 !important;
  border-radius: var(--ui-border-radius-sm, 2px) !important;
  min-height: 1em !important;
  margin: 0.6em 0 0.8em 0 !important;
}

.header {
  z-index: 2010;
}

/** Подсказки */
.modal-content {
  margin-top: 105px;
}

.h-t-status-text.df-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-t-status-text span {
  margin-right: 8px;
}

.h-t-status-info {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.h-t-status {
  display: flex !important;
  align-items: center;
  max-height: 51px;
}

.h-t-status .h-t-status-link {
  display: flex;
  align-items: center;
  max-height: 30px;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 15px;
}

.h-t-status .h-t-status-link a {
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}

.h-t-status .h-t-status-link a {
  display: flex;
  align-items: center;
}

.info-holder-container {
  position: relative;
}

.info-holder-container_inp .form-control {
  padding-right: 40px;
}

.info-holder-icon {
  display: block;
  background: url("../images/info/icon.png");
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 49;
}

.info-holder-icon-td {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.info-holder-icon:hover {
  cursor: pointer;
}

.info-holder-icon_inp {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-holder-icon_link,
.info-holder-icon_butt {
  top: -5px;
  right: -12px;
}

.info-holder-content {
  font-family: "Ubuntu", sans-serif;
  display: none;
  position: absolute;
  background: #0d73bb;
  -webkit-box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #ffffff;
  letter-spacing: 0.0015em;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  padding: 10px 18px 30px;
  text-align: center;
  min-width: 285px;
  max-width: 285px;
  width: 100%;
  z-index: 1102;
  min-height: 107px;
  margin-right: 0 !important;
}

.info-holder-content_inp {
  top: 110%;
  right: -50%;
}

.info-holder-content_link {
  top: 110%;
  right: 110%;
}

.info-holder-content_link_l {
  top: 110%;
  left: 110%;
}

.info-holder-content_link_l.js-row-last {
  top: auto;
  bottom: 110%;
}

.info-holder-content_butt {
  bottom: 145%;
  left: 115%;
}

.info-holder-icon:hover ~ .info-holder-content {
  display: block;
}

.info-holder-container-fullhover:hover ~ .info-holder-content {
  display: block;
}

.info-holder-content:hover {
  display: block;
}

.info-holder-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding: 0 10px;
}

.holder-close {
  display: block;
  background: url("../images/info/close.png");
  width: 10px;
  height: 10px;
}

.info-holder-content__text {
  display: block;
  text-align: center !important;
  margin-right: 0 !important;
}

.area-shadow {
  display: none;
  z-index: 1001;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.stage-menu button {
  height: 31px;
}

.stage-menu-item__butt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stage-menu-item__butt span.df-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.screenplay-start {
  display: block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: url("../images/screenplay-i.png") center center no-repeat;
}

.screenplay-start:hover {
  cursor: alias;
}

.screenplay-start-resume {
  display: inline-block;
  margin-left: 40px;
  margin-top: 12px;
}
.screenplay-start-resume-banking-security {
  margin-left: 10px;
}

.stage-menu-item__butt.active .screenplay-start {
  background: url("../images/screenplay-i-act.png") center center no-repeat;
}

.stage-menu-item__butt:hover .screenplay-start {
  background: url("../images/screenplay-i-act.png") center center no-repeat;
}

.area-shadow.active {
  display: block;
}

.footer-fix {
  z-index: 102;
}

.footer-fix.active {
  z-index: 1005;
}

.link-screenplay {
  display: inline-block;
  width: 43px;
  height: 36px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.screenplay-container {
  position: relative;
}

.screenplay-container.active {
  z-index: 2005;
}

.screenplay-container.active .screenplay-shadow {
  display: block;
}

.screenplay-container.active .screenplay-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.screenplay-shadow {
  overflow: hidden;
  display: none;
  z-index: 2005;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.9);
  background-color: transparent;
  left: 0%;
  top: 0%;
  bottom: 0;
  right: 0;
}

.screenplay-holder {
  font-family: "Ubuntu", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  background: #0d73bb;
  -webkit-box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #ffffff;
  letter-spacing: 0.0015em;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  width: 434px;
  z-index: 200500000000000000;
  min-height: 220px;
}

.screenplay-holder.stl-rb {
  right: 110%;
  top: 145%;
}

.screenplay-holder.stl-lt {
  left: 0;
  bottom: 145%;
}

.screenplay-holder.stl-lb-box {
  left: 0;
  top: 108%;
  margin-top: 25px;
}

.screenplay-holder.stl-lt-box {
  left: 0;
  bottom: 108%;
  margin-bottom: 25px;
}

.screenplay-holder-info {
}

.screenplay-holder__header {
  padding: 20px 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #2f80ed;
}

.screenplay-holder__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.0015em;
  margin-right: 10px;
}

.screenplay-holder__close {
  display: block;
  background: url("../images/info/close.png");
  width: 10px;
  height: 10px;
}

.screenplay-holder__content {
  padding: 20px 18px 20px;
  display: block;
}

.screenplay-holder__content p {
  margin-bottom: 10px;
}

.screenplay-holder__content p:last-child {
  margin-bottom: 0px;
}

.screenplay-holder__content,
.screenplay-holder__etap {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.0015em;
  color: #ffffff;
}

.screenplay-holder__footer {
  padding: 0px 18px 23px;
}

.screenplay-holder__etap {
  text-align: center;
  padding-bottom: 10px;
  display: block;
}

.screenplay-holder__butt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.screenplay-holder__butt {
  display: inline-block !important;
  text-align: center;
  background: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
  line-height: 100%;
  color: #0d73bb;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  padding: 13px 22px !important;
  min-width: 129px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.h-t-status .h-t-status-link a.screenplay-holder__butt {
  padding-right: 22px !important;
}

.screenplay-holder__butt:hover {
  cursor: pointer;
}

.screenplay-holder__butt-prev {
  background: #0d73bb;
  border: 1px solid #ffffff;
  color: #fff;
  margin-right: 10px;
}

.screenplay-holder__butt-prev:hover {
  background: #ffffff;
  color: #0d73bb;
  text-decoration: none;
}

.screenplay-holder__butt-next {
  border: 1px solid #ffffff;
}

.screenplay-holder__butt-next:hover {
  color: #fff;
  background: #146097bb;
  text-decoration: none;
}

.screenplay-container-area {
  position: relative;
}

.screenplay-container-area .screenplay-shadow {
  overflow: hidden;
  display: none;
  z-index: 2005;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  background-color: transparent;
  left: 0%;
  top: 0%;
  bottom: 0;
  right: 0;
}

td.screenplay-container.active {
  padding: 9px 9px 9px 13px !important;
  background-color: #fff;
}

@media (max-width: 1366px) {
  .info-holder-content-inp {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .block-mobile-hidden {
    display: none !important;
  }
}

.popup_tag {
  padding: 0;
}

.ql-mention-list-container {
  width: 340px;
}

.ql-mention-list-item {
  font-size: 15px;
}

.ql-mention-list-item:hover {
  color: blue;
}

.mention {
  color: #4276b2;
  text-decoration: underline;
  background-color: #fff;
}

.mention .ql-mention-denotation-char {
  display: none;
}

.request-create {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/request.png) left center no-repeat;
  cursor: pointer;
}

.popup_tag {
  padding: 0;
}

.ql-mention-list-container {
  width: 340px;
}

.ql-mention-list-item {
  font-size: 15px;
}

.ql-mention-list-item:hover {
  color: blue;
}

.mention {
  color: #4276b2;
  text-decoration: underline;
  background-color: #fff;
}

.mention .ql-mention-denotation-char {
  display: none;
}

.request-create {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/request.png) left center no-repeat;
  cursor: pointer;
}

.frp-auth-bg {
  background: url('../images/auth/auth-image.jpg') no-repeat;
  background-size: auto;
  background-size: cover;
}

.frp-auth-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 372px;
  position: relative;
  margin: 0% auto 12px;
  background-color: #fff;
  padding: 35px 10px;
}

.frp-auth-subtitle {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.frp-auth-label-holder {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.frp-auth-label-help {
  position: relative;
  width: 20px;
  height: 20px;
}

.frp-auth-label-help::before {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/info-blue.png") center center no-repeat;
  width: 20px;
  height: 20px;
  content: '';
}

.frp-auth-label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}

.frp-auth-label-help__text {
  display: none;
  position: absolute;
  content: '';
  bottom: 125%;
  right: 0;
  min-width: 220px;
  padding: 8px;
  background-color: #fff;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.frp-auth-label-help:hover .frp-auth-label-help__text {
  display: block;
}

.frp-auth-area .d-flex {
  margin: 0 auto 10px;
}

.frp-auth-butt {
  border: none;
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgb(108, 109, 112);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .0125em;
  line-height: 100%;
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  margin-bottom: 0 !important;
  transition: .3s all ease-in;
}

.frp-auth-butt:hover {
  background-color: rgb(221, 5, 43) !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.frp-auth-bg-holder {
  background-color: rgb(236, 236, 236);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-select {
  padding-top: 0;
}

textarea.form-control {
  min-height: 89px;
}

.stl-textarea-rn {
  resize: none;
}

@media (max-width: 1024px) {
  .frp-auth-bg {
    background-position: -209px top;
  }
}

.icon-help.has-tooltip {
  background: url("../images/info/icon.png") center center no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 7px;
}

.tooltip-inner {
  font-family: "Ubuntu", sans-serif;
  background: #0d73bb;
  -webkit-box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #ffffff;
  letter-spacing: 0.0015em;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  padding: 10px 18px 30px !important;
  text-align: center;
  min-width: 285px;
  max-width: 505px;
  width: 100%;
  z-index: 102;
  min-height: 107px;
  margin-right: 0 !important;
}

.tooltip-arrow {
  display: none;
}

div.table-main td.cnt, div.table-responsive td.cnt, .cnt {
  text-align: center !important;
}

.datepicker-allexpertises {
  width: 230px;
}

.datepicker-allexpertises .vdp-datepicker__calendar {
  width: auto;
}

.form-horizontal .left {
  text-align: left;
}

.form-horizontal .wdt-100 {
  width: 100px;
}

.exp-doc-file.exp-doc-file__smail {
  width: 18px;
  height: 18px;
  background-size: contain;
}

.butt-new-style.btn-spisoc-exp-sostav {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 216px;
  text-align: center;
}

.butt-new-style.btn-spisoc-exp-sostav:hover {
  text-decoration: none;
}

.butt-new-style.btn-spisoc-exp-sostav.disabled {
  position: relative;
  color: #000;
  pointer-events: none;
  border: 1px solid #0A17296E;
}


.butt-new-style.btn-spisoc-exp-sostav.disabled::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #0A17291A;
}

.link-edit-spisoc-exp-sostav {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/edit.png) left top no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

.filter-stl-holder.control-stl-holder {
  width: 264px;
  display: flex;
  align-items: center;
  margin-right: 0px !important;
}

@media (max-width: 991px) {
  .control-stl-holder.pull-right {
    float: none !important;
  }

  .conference-mobile-stl-control .butt-stl.butt-blue {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .conference-mobile-stl-control .butt-stl.butt-blue {
    width: 100%;
    margin-left: 0;
  }
}

/* Отключаем стили подсказок*/
/*.info-holder-icon, .info-holder-content, .screenplay-holder, .screenplay-start, .screenplay-shadow  {
  display: none !important;
  overflow: hidden !important;
  opacity: 0 !important;
}*/

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Удалить" !important;
}

.ql-snow .ql-tooltip::before {
  content: "Ссылка:" !important;
}

.ql-snow .ql-tooltip a.ql-action::after {
  content: "Изменить" !important;
}

.ql-tooltip.ql-editing a.ql-action::after {
  content: "Сохранить" !important;
}

.header-title-mt-100 {
  margin-top: 100px;
}

@media (max-width: 1510px) {
  .header-title-mt-100 {
    margin-top: 60px;
  }
}

/*стили для стрелочки todo доделать*/
.custom-popper .v-popper__arrow-inner,
.custom-popper .v-popper__arrow-inner::before {
  border-color: #0d74ba;
  background: #0d74ba;
}
.custom-popper .v-popper__arrow-inner::after {
  background: #0d74ba;
  border-color: #0d74ba;
}

/*для обертки контента внутри тултипа*/
.custom-popper {
  max-width: 600px;
  max-height: 500px;
  background: #0d74ba;
  border-radius: 16px;
  overflow-y: auto;
}

.v-popper__popper.custom-popper {
  max-height: max-content;
  overflow: unset;
}

.v-popper--theme-dropdown .v-popper__inner {
  border: 0 solid transparent;
}

.v-popper__arrow-container {
  display: none;
}

  /*стили самого контента внутри тултипа*/
.custom-popper-content, .v-popper__inner > div {
  background: #0d74ba;
  color: white;
}

/*чтобы flex работал в HelpFiledStep2*/
.v-popper {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}

/*стили для заголовка пункта Полное инаименование проекта*/
.uf_name {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*стили для отступов в тултипе*/
.v-popper__inner {
  padding: 10px;
  background: #0d74ba !important;
}
.stl-thead-sticky {
  position: sticky;
  z-index: 120;
}

.stl-thead-sticky th {
}

.table-responsive-clip {
  overflow-x: clip !important;
}

.stl-controller-wrapper {
  position: relative;
}

.stl-controller-wrapper .icon-delete-link {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.stl-controller-wrapper .icon-delete-link:hover {
  cursor: pointer;
}

.stl-controller-wrapper .filter-input-datapicer {
  padding-right: 50px;
}

.acceptance-control-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto auto;
}


.acceptance-control-wrapper .butt-stl--acceptance {
  height: 100%;
  padding: 4px;
}

.button-flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 10px;
  margin-bottom: 5px;
  line-height: 1;
}

.button-flex-container p {
  margin-bottom: 0px !important;
  display: flex;
}

.button-flex-container .butt-new-style {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 160px;
  padding: 5px 10px;
}

.header-title.header-title--mc {
  height: max-content;
}

.header-title--container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0px;
}

.dropdown-menu.dropdown-menu--white {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 6px 5px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 5px 6px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 5px 6px 5px rgba(0, 0, 0, 0.22);
}

.dropdown-menu.dropdown-menu--white li {
  border-bottom: 1px solid #d9d9d9;
  background-color: #ffffff;
}

.dropdown-menu.dropdown-menu--white li:last-child {
  border-bottom: 1px solid transparent;
}

.navbar .dropdown-menu.dropdown-menu--white li a {
  display: block;
  width: auto;
  height: 41px;
  line-height: 41px;
  padding-right: 0;
  padding-left: 10px;
  border-radius: 0;
  text-decoration: none;
  background-color: transparent;
  color: #404040;
}

.dropdown-menu.dropdown-menu--white li a:hover {
  background: none;
  color: #39a6db;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent !important;
}

@media (max-width: 767px) {
  .header-title .h-t-name, .header-title .pull-right {
    float: none;
    width: 100%;
  }
  .button-flex-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .button-flex-container p {
    width: 100%;
  }
  .button-flex-container .butt-new-style {
    width: 100%;
  }
}

@media (max-width: 1520px) {
  .acceptance-control-wrapper {
    grid-template-columns: auto;
  }
  .acceptance-control-wrapper .butt-stl--acceptance {
    padding: 14px;
  }
}

@media (max-width: 1210px) {
  .acceptance-control-wrapper {
    grid-template-columns: auto auto auto;
  }
}

@media (max-width: 991px) {
  .acceptance-control-wrapper {
    grid-template-columns: auto;
  }
}

.status-filter-container {
  padding: 25px 0;
}

.status-filter-container__form {
  display: flex;
  align-items: center;
}

.status-filter-container__form .project-filter__butt-btn.butt-new-style {
  height: auto;
}

.status-filter-container__form label {
  margin-bottom: 0;
}

.status-filter-container__form-item {
  margin-right: 12px;
}

.status-filter-container__form .status-filter-container__form-item:last-child {
  margin-right: 0;
}
.notification-butt-container {
  text-align: right;
  padding-top: 15px;
  margin-bottom: -10px
}

.notification-butt-container a {
  color: #000;
  margin-right: 8px;
}

.notification-butt-container a:last-child {
  margin-right: 0;
}

.multiselect.multiselect--notification {
  width: auto;
  max-width: 251px;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 4px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #6C6D70;
  margin: 0;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
}

.multiselect.multiselect--notification > .multiselect__select::before {
  height: 5px;
  display: inline-block;
  top: -2px;
}

.multiselect.multiselect--notification .multiselect__select {
  top: 7px;
  right: -3px;
  height: 26px;
}

.multiselect.multiselect--notification .multiselect__tags {
  margin-top: 0px;
  display: flex;
  align-items: center;
  max-height: 100%;
  font-size: 14px;
  line-height: 16px;
  max-width: 100%;
  overflow: hidden;
}

.multiselect.multiselect--notification .multiselect__content-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 310px;
  min-height: 52px;
  top: 41px;
  left: 0;
  z-index: 1100;
  /*fixme: не понял зачем это здесь, оно ломает селект*/
  /*top: 34px;*/
}

.multiselect.multiselect--notification  .multiselect__tags-wrap input {
  max-width: 100%;
}
.multiselect.multiselect--notification  .multiselect__tags .multiselect__placeholder {
  padding-top: 0;
}

.notification-list-container {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 25px 15px;
}

.notification-list-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.notification-row-container {
  display: flex;
  flex-wrap: nowrap;
}

.notification-col-text {
  min-width: 640px;
}
.notification-col-data {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  padding: 10px 25px;
}

.notification-col-data .pull-right {
  text-align: right;
  float: none !important;
}

.expert-table-signatories {
  width: 100%;
  min-width: 620px;
  overflow-x: auto;
}

.expert-table-signatories td {
  vertical-align: middle !important;
}

.expert-table-signatories--button button {
  width: 87px;
}

.table-container-resize {
  overflow-x: auto;
}

.esd-data__info-popup.esd-data__info-popup--table {
  top: 50% !important;
  position: fixed;
  left: 50%;
  transform: translate(-50%,-50%);
}

.expert-chat-card-footer {
  padding-right: 25px;
}

.window-doc-filter .multiselect__tags{
  width: 100%;
  padding: 10px !important;
  position: relative;
  overflow-y: auto !important;
  position: relative !important;
  height: 100%;
  scrollbar-width: none;
}

.window-doc-filter .multiselect__tags::-webkit-scrollbar {
  display: none;
}

.window-doc-filter .multiselect__tags .multiselect__tags-wrap {
  width: 100%;
  display: block;
  position: absolute !important;
  left: 0;
  top: 0;
  padding: 5px 10px 0px;
  height: auto;
  min-height: 100%;
}

.window-doc-filter .multiselect__content-wrapper {
  max-width: 140%;
}

.window-doc-filter .multiselect__tags .multiselect__input {
  left: 0px;
  top: 0px;
  max-width: 100%;
}

.window-doc-filter .multiselect__select {
  z-index: 10;
}

.window-doc-filter .multiselect__tags .multiselect__tags-wrap {
}

.esd-data-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.esd-data__info_history-modal {
  transform: translate(-20%, 100%);
  position: absolute;
  left: 100%;
}

.esd-data__info_history-modal .row {
  margin-left: 0px !important;
}

@media (max-width: 1210px) {
  .expert-chat-card-footer {
    padding-right: 0px;
  }
}

.container-dz-top--text {
  padding: 0 0 10px;
}

.controller-button .btn {
  margin-bottom: 7px;
}

.input-description {
  font-size: 11px;
  display: block;
  text-align: center
}

.viewer {
  padding: 24px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.viewer .vue-pdf-embed {
  margin: 0 auto;
  overflow: hidden;
}

.viewer .vue-pdf-embed__page {
  margin-bottom: 8px;
  box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.viewer .vue-pdf-embed div {
  margin-bottom: 12px;
  box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
}


.app-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
  background-color: #555;
  color: #ddd;
}

.app-header button{
  color: #0f0f0f;
}

.app-header > * {
  display: flex;
  align-items: center;
  gap: 4px;
}


.co-executor--filter .td--multiselect-mx-280 .multiselect  {
  max-width: 289px;
}

.multiselect-multiline--mc .multiselect__content-wrapper,  .multiselect-multiline--max-content .multiselect__content-wrapper {
  width: auto;
  max-width: max-content;
}

.multiselect-multiline--mc .multiselect__content-wrapper ul li {
  width: 100%;
  max-width: 1420px;
}

.multiselect-multiline--max-content .multiselect__content-wrapper ul li {
  width: 100%;
  max-width: max-content;
  white-space: wrap;
  word-break: break-all;
}

.multiselect-multiline--max-content .multiselect__content-wrapper {
  max-width: 1024px;
}

.not-found-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

@media (max-width: 1490px) {
  .col-full--1490 {
    width: 100% !important;
  }
}

@media (max-width: 567px) {
  .expert-chat-card-button-target {
    flex-direction: column;
    align-items: flex-start;
  }
  .expert-chat-card-button-target__btn {
    width: 100%;
  }
}


.expert-chat-card-button-target {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  padding-top: 25px;
}

.expert-chat-card-button-target__btn {
  display: flex;
  padding: 6px 12px;
  color: #fff;
  border-radius: 4px;
  transition: .2s all ease-in;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.expert-chat-card-button-target__btn:hover {
  text-decoration: none;
  color: #fff;
}

.expert-chat-card-button-target__btn:focus {
  text-decoration: none;
  color: #fff;
}

.expert-chat-card-button-target__btn.--orange {
  background-color: #ff7f27;
}

.expert-chat-card-button-target__btn.--orange:hover {
  background-color: #db6413;
}

.expert-chat-card-button-target__btn.--blue {
  background-color: #a349a4;
}

.expert-chat-card-button-target__btn.--blue:hover {
  background-color: #982999;
}

.expert-chat-card-grid.--jcfs {
  justify-content: flex-start;
}

