

/* Start:/local/components/dpru/main.filter/templates/simple-test-v2/style.css?17171486627516*/
.regions-filter-leveled {
  /*margin-left: 20px; */
  display: flex;
  /*background-color: white;*/
  background-color: white;
  border: 1px solid #c3c7c9;
  position: relative;
  /* left: 0px; */
  /* flex-direction: row; */
  width: 822px;
  justify-content: space-between;
  font-size: 0.9em;
  /*right: 425px;*/
}
.regions-filter-leveled label {
  display: block;
  width: 100%;
}
.leveled-list {
  list-style-type: none;
  padding-left: 0;
}
.first-level {
  /*border: 1px solid darkgray;*/
  display: block;
  min-width: 400px;
}
.leveled-list li {
  line-height: 30px;
}
.leveled-list li label{
  /*border-bottom: 1px solid #bfbfbf;*/
}
.leveled-list li label:hover {
  background-color: #e2e2e2;
}
.leveled-list .type-parent label {
  padding-left: 10px;
}
.leveled-list .type-subtype label {
  padding-left: 37px;
}
.leveled-list input {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.region-group-name {
  text-transform: uppercase;
}
.type-parent > .line > label {
  font-weight: 600;
  font-size: 1.1em;
}
/*
@media (max-width: 800px) {
  .regions-filter-leveled {
    flex-direction: column;
  }
}
*/
.select2-container--estate.select2-container--open:not(.select2-container--below) {
  width: 400px;
}
.select2-container .old-style-filter {
  display:none;
}
@media (max-width: 800px) {
  .regions-filter-leveled {
    flex-direction: column;
    max-height: 80vh;
    overflow-y: scroll;
    z-index: 2000;
    /* width: auto; */
    left: 0;
    /* top: 14px; */
    /* top: -34vh; */
    width: 100%;
    position: fixed;
    top: 5vh;
  }
}
@media (max-width: 1200px) {
  /*
  .regions-filter-leveled {
    display:none;
  }
  .old-style-filter {
    display:block;
  }
  */
}

.line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #E4E2E2;
  border-radius: 2px;
  margin-right: 10px;

}


.custom-checkbox:checked+label::after {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(/icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-name: opacity;
  animation-duration: 1s;
  margin-left: 3px;
  margin-top: 3px;
  position: absolute;
}


@keyframes opacity {
  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;
  }
}

.types-list {
  display: flex;
  background-color: white;
  width: 822px;

  border: 1px solid #c3c7c9;
}

.formtest .hide-this,
.hide-this {
  display:none;
}

.types-list, .regions-filter-leveled {
  position: absolute;
  display: none;
  z-index: 1;
  width: 925px;
}
.regions-filter-leveled {

}
.types-list {
  left: -473px;
}

.opened + .types-list,
.opened + .regions-filter-leveled
{
  display: flex;
}


/*-------------------------------*/

.formtest {
  width: 1000px;
  font-size: 1.1em;
  margin: auto;
  background-color: white;
  padding: 20px;
}

.formtest input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.formtest label {
  margin-right: 30px;
  line-height: 30px;
  width: 100%;
}

.select2-container--focus {
  display: none;
}

.filter-item {
  display: inline-block;
  margin: 10px 20px 10px 0;
  width: 450px;
  position: relative;
}

.formtest .filter-item__input:hover,
.formtest .filter-item__text-input:hover,
.formtest .filter-item__text-input:focus {
  border: 1px solid #C3C7C9;
}

.formtest .filter-item__input,
.formtest .filter-item__text-input {
  border: 1px solid #E4E2E2;
  border-radius: 4px;
  outline: 0;
  height: initial;
  transition: .3s border-color ease-in-out;

  color: #283035;
  padding: 9px 9px 7px;
  font-size: 12px;
  line-height: 16px;
  min-height: 34px;

  position: relative;
}

.filter-item__input-arrow {
  position: absolute;
  width: 8px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  right: 16px;
}

.filter-item__input-arrow b {
  display: block;
  border-color: #82878A transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
}

.opened .filter-item__input-arrow b {
  border-color: transparent transparent #82878A transparent;
  border-width: 0 4px 4px 4px;
}

.formtest .filter-item__label {
  font-size: 12px;
  line-height: 16px;
  color: #283035;
  font-weight: 600;
  margin-bottom: 9px;
}

.filter-list {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  border: 1px solid #C3C7C9;
  padding: 10px 0;
  width: 450px;
  max-height: 500px;

}
.overflow-y {
  overflow-y: scroll;
}

.opened + .filter-list {
  display: block;
}

.filter-list__item {
  padding-left: 10px;
}

.filter-list__item:hover {
  background-color: #d8d8e3;
}

.filter-item .filter-item__date-input {
  width: 45%;
}
.filter-date .filter-item__input {
  display: flex;
  justify-content: space-between;
  padding:unset;
}
.filter-date .filter-item__input,
.filter-date .filter-item__input:hover {

  border:unset;
}
.date-dash {
  line-height: 30px;
}
.filter-text .filter-item__text-input {
  width: 100%;
}

.btn-collapse {
  color: #0082BB;
  /*border-bottom-style: dashed;*/
  border-bottom: 1px dashed #0082BB;
  cursor: pointer;
}

.filter-text {
  width: 925px;
}
.btn-collapse-wrap {
  margin: 15px 0;
}
.collapsed {
  display:none;
}
.collapsed.not-collapsed {
  display:block;
}
.cities-btn-all {
  height: 30px;
  user-select: none;

  line-height: 190%;
}

.formtest .btns-wrap {
  display: flex;
  justify-content: space-between;
}
.formtest .btns-wrap #showObjCount {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  line-height: 205%;
}

.filter-singleCheck__item {
  display: inline-block;
}

.main-filter-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.main-filter-wrap .filter-item__WORK_NEEDS {
  display:none;
}
@media (max-width: 400px) {
  .formtest {
    width:100%;
  }
  .main-filter-wrap {
    flex-direction: column;
  }
  .filter-item {
    width:100%;
  }
  .filter-list {
    width:100%;
  }
  .formtest .simple-select label {
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
  }

  .simple-select .custom-checkbox+label::before {
    position: absolute;
    top: 7px;
    left: 0;
  }
  .simple-select .custom-checkbox:checked+label::after {
    left:0;
    top: 7px;
  }
  .regions-filter-leveled {
    width:100%;
  }
  .types-list {
    width:100%;
    left:0;
    flex-direction:column;
    overflow-y: scroll;
    max-height: 80vh;
  }

}
/* End */


/* Start:/local/templates/estateline/components/remark/crm.list/list-test-v3/style.css?1669304083585*/
.responsible-tooltip{
    opacity: 0;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    transition: 500ms ease-in-out;
}

.responsible-tooltip.show{
    opacity: 1;
    visibility: visible;
}
a.list-item-visited {
    color: #7551a4;
    font-weight: 600;
}
.tags__item .tag--type-visited {
    background-color: #7551a4;
}
.show-description-not-name.crm-table--column-6 {
    grid-template-columns: auto auto 22% auto auto auto;
}
.show-description-not-name.crm-table--column-7 {
    grid-template-columns: auto auto 18% auto auto auto auto;
}
/* End */
/* /local/components/dpru/main.filter/templates/simple-test-v2/style.css?17171486627516 */
/* /local/templates/estateline/components/remark/crm.list/list-test-v3/style.css?1669304083585 */
