.comments-list {
  max-width: 1024px;
  margin: 0 auto;
}
.comments-list .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5em 0.5em 1em;
}
.comments-list .comment:last-child {
  border-bottom: none;
}
.comments-list .comment .comment-header .comment-user {
  font-size: 0.85em;
}
.comments-list .comment .comment-header .comment-user > .name {
  font-weight: bold;
}
.comments-list .comment .comment-header .comment-user > .date {
  opacity: 0.75;
}
.comments-list .comment .comment-header .edited {
  margin-left: 0.25em;
}
#advertisement {
  margin-top: 1em;
}
.adboard-item {
  font-size: 1.15em;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 3rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
}
.adboard-item label {
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.adboard-item label:hover {
  cursor: pointer;
}
.adboard-item label input[type="checkbox"] {
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  padding: 0;
  margin: 0 0.45em 0 0;
}
.adboard-item label .name {
  user-select: none;
}
.adboard-item label .limit {
  font-size: 75%;
  margin-left: 0.66em;
  margin-bottom: 0.33em;
  opacity: 0.8;
  align-self: flex-end;
}
.adboard-item label .limit.js--warning > .remaining {
  color: #FF0000;
  font-weight: bold;
}
.adboard-item label input[type="checkbox"] ~ span {
  color: #999999;
}
.adboard-item label input[type="checkbox"]:checked ~ span {
  color: #666666;
}
.adboard-item label:hover input[type="checkbox"] ~ span {
  color: #333333;
}
.adboard-item label:hover input[type="checkbox"]:checked ~ span {
  color: #000000;
}
.adboard-item .premium-button {
  margin-left: auto;
}
.adboard-item .premium-button span.glyphicon {
  font-size: 0.75em;
  opacity: 0.85;
  margin-left: 0.66em;
}
.adboard-item .adboard-premium {
  display: flex;
  flex-direction: row;
  padding-right: 0.5em;
}
.adboard-item .adboard-premium .name {
  margin-right: 10px;
}
.adboard-item .adboard-premium .count {
  background-color: #5cb85c;
  color: white;
  padding: 1px 0.5em;
  border-radius: 3px;
  margin-left: auto;
  text-align: center;
  font-size: 0.9em;
}
.adboard-item.js--changed {
  background-color: rgba(255, 165, 0, 0.15);
}
.adboard-item.js--changed .change-mark {
  color: #d5a142;
  display: block;
}
html,
body {
  height: 100%;
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
body > .wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.semitransparent {
  opacity: 0.75;
}
.help-block.help-block-small {
  font-size: 12px;
}
.wrap > .container,
.wrap > .container-fluid {
  padding: 70px 15px 15px;
  height: 100%;
  min-height: 100%;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
/******************************************************************************/
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
*.bs-callout:empty {
  padding: 20px;
  margin: 0;
  border: none;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #5E7A9B;
}
.bs-callout-primary h4 {
  color: #5E7A9B;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
/******************************************************************************/
.flex-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}
.flex-container .flex-col {
  margin: 0 5px;
}
.list-group-item,
.list-item-wrapper .list-item {
  padding: 7px;
}
.inline-block {
  display: inline-block;
}
.collection-group-header {
  margin-top: 3em;
  margin-bottom: 1em;
  height: 2.5em;
}
.collection-group-header:first-child {
  margin-top: 0;
}
.collection-group-header > h4 {
  padding-top: 0.3em;
}
.vertical-align {
  display: flex;
  align-items: flex-end;
}
.list-item > .row.vertical-align {
  align-items: flex-start;
}
.form-size-sm .form-control {
  height: 30px;
  font-size: 12px;
  line-height: 1.5;
}
.form-size-sm textarea.form-control {
  height: auto;
}
.form-size-sm .control-label {
  font-size: 12px;
}
form div.required label.control-label:after {
  content: " * ";
  color: red;
}
.radio,
.checkbox {
  margin-top: 0;
}
.field-objectssearch-pricecheck {
  padding: 0;
}
.suggestions-wrapper {
  display: block !important;
}
#dadata-address {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.selectize-dropdown-content {
  background-color: #fff;
}
.kv-editable-reset {
  display: none;
}
.pagination {
  margin: 0 0;
}
/******************************************************************************/
.img-responsive {
  margin: 0 auto;
}
.media-object.img-responsive {
  max-height: 150px !important;
}
.objects-search {
  padding-bottom: 162px;
}
.depsearchfield {
  display: none;
}
.input-group-addon {
  padding: 6px !important;
}
#filterAccordion {
  width: 96%;
  padding: 5px;
  left: 2%;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: absolute;
  z-index: 1020;
}
#filterAccordion .form-group {
  margin-bottom: 6px;
}
#collapseFilter.collapse.in ~ .form-group {
  box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.46);
  padding: 10px 0;
}
#collapseFilter .select2-container {
  width: 100% !important;
}
.toggle.btn {
  width: 100% !important;
}
/***overlay*****/
#objects {
  position: relative;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 300px;
}
.overlay.overlay-fixed {
  position: fixed;
}
.overlay-text {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.overlay > .overlay-text {
  display: block;
}
/****************/
#objectstable hr:first-child {
  display: none;
}
#objectsmap {
  width: 100%;
  height: 500px;
  display: block;
}
.selectmapbtn {
  position: absolute;
  bottom: 5px;
  left: 15px;
  z-index: 999;
}
.searchmapbtn {
  position: absolute;
  bottom: 5px;
  left: 110px;
  z-index: 999;
}
.savebattery {
  position: absolute;
  bottom: 5px;
  left: 110px;
  z-index: 999;
}
/*********************/
.widget {
  padding: 15px 15px;
}
.align-center {
  text-align: center;
}
.valign-middle {
  vertical-align: middle;
}
@media print {
  body {
    margin: 0;
    padding: 0;
  }
  .container-fluid {
    padding: 0;
  }
  .navbar,
  a,
  button,
  .btn,
  .pagination,
  hr {
    display: none;
  }
}
div .input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
#objectform div .checkbox {
  margin-bottom: 0;
}
.heightelement {
  height: 15px;
  margin-top: 7px;
}
.checkbox-search {
  height: 15px;
}
/*#filterAccordion .field-objectssearch-rent_term {
    margin-bottom: 0px;
}*/
div .form-group {
  margin-bottom: 5px;
}
.form-group > .checkbox {
  min-height: 55px;
}
.form-group > .checkbox > label {
  padding-left: 0;
}
.form-group > .checkbox > label > input[type="checkbox"] {
  margin-left: 0;
  margin-top: 1.8em;
}
#objects-search .form-group > .checkbox {
  min-height: auto;
  user-select: none;
}
#objects-search .form-group > .checkbox > label > input[type="checkbox"] {
  position: static;
  margin-top: 0.66em;
  height: 1em;
  vertical-align: text-bottom;
  width: 1em;
  margin-right: 0.125em;
}
div .checkbox-label label {
  font-weight: bold;
  font-size: 12px;
}
div .rowinsidecol {
  margin-left: 0;
  margin-right: 0;
}
input[type="checkbox"] {
  margin-top: 2px;
}
#objectform div .col-md-1,
#objectform div .col-md-2,
#objectform div .col-md-3,
#objectform div .col-md-4,
#objectform div .col-md-5,
#objectform div .col-md-6,
#objectform div .col-md-7,
#objectform div .col-md-8,
#objectform div .col-md-9,
#objectform div .col-md-10,
#objectform div .col-md-11,
#objectform div .col-md-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.lower {
  margin-top: 25px;
}
#objects-area_lot {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group .input-group-dropDownList-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-dropDownList {
  border-left: 0 none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 30px;
  font-size: 12px;
  background-color: #eee;
  padding: 6px;
}
/************ for select2_plugin ****************/
.select2-container--default .select2-selection--single,
.select2-container--krajee .select2-selection {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--krajee .select2-selection {
  color: #444;
  line-height: 30px;
  font-size: 12px;
}
.select2-container--krajee .select2-selection--single {
  padding: 0 24px 6px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  border-left: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.4;
}
.select2-container--krajee .select2-selection__clear {
  top: 0;
  right: 2rem;
}
.select2-results__option .wrap:before {
  font-family: Glyphicons Halflings;
  color: #999;
  content: "\e157";
  width: 25px;
  height: 25px;
  padding-right: 10px;
}
.select2-results__option[aria-selected=true] .wrap:before {
  content: "\e067";
}
/************ for myModalMap ****************/
#myModalMap .modal-body {
  padding: 5px;
}
/************ for /objects/list deal mode ****************/
.deal-query-attached-objects {
  padding: 0.5em;
  text-align: center;
}
.deal-mode-attached-object-comment {
  margin-top: 0.5em;
}
.deal-mode-attached-object-comment .input-group .input-group-addon {
  padding: 0;
  border: 0 none;
}
.deal-mode-attached-object-comment .input-group .input-group-addon > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon.joined-left,
.form-control.joined-left {
  border-left: 0;
}
.input-group-addon.joined-right,
.form-control.joined-right {
  border-right: 0;
}
select.joined-left,
select.joined-right {
  background-color: #eeeeee;
}
.collection-item-details-container {
  padding-top: 30px;
  text-align: center;
}
/************ for multiple-input horizontal renderer ****************/
.multiple-input-list.horizontal-renderer {
  display: flex;
  flex-wrap: wrap;
}
.multiple-input-list.horizontal-renderer .multiple-input-list__item {
  width: 16.66666667%;
  box-sizing: border-box;
  padding: 5px;
}
.multiple-input-list.horizontal-renderer .multiple-input-list__item > .form-group {
  position: relative;
}
.multiple-input-list.horizontal-renderer .multiple-input-list__item > .form-group > .list-cell__button {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 29px;
  padding: 0;
  width: auto;
}
.multiple-input-list.horizontal-renderer .form-group {
  margin-left: 0;
  margin-right: 0;
}
.filter-description {
  font-size: 90%;
  max-width: 480px;
}
.filter-description > .items {
  display: flex;
  flex-wrap: wrap;
}
.filter-description > .items > .item {
  width: 100%;
  max-width: 240px;
  margin-bottom: 0.25em;
}
.filter-description > .items > .item > span {
  opacity: 0.5;
  font-size: 95%;
}
.loading-block {
  padding: 100px 0;
  text-align: center;
  opacity: 0.75;
}
#objects-area_rooms .js-input-remove {
  display: none;
}
#objects-area_rooms.js--canRemove {
  /* Hides first N elements if "data-min-count" attribute is equals N */
}
#objects-area_rooms.js--canRemove .js-input-remove {
  display: block;
}
#objects-area_rooms.js--canRemove[data-min-count="1"] .multiple-input-list__item:first-child .js-input-remove,
#objects-area_rooms.js--canRemove[data-min-count="1"] .multiple-input-list__item:nth-child(-n + 1) .js-input-remove {
  display: none;
}
#objects-area_rooms.js--canRemove[data-min-count="2"] .multiple-input-list__item:first-child .js-input-remove,
#objects-area_rooms.js--canRemove[data-min-count="2"] .multiple-input-list__item:nth-child(-n + 2) .js-input-remove {
  display: none;
}
#objects-area_rooms.js--canRemove[data-min-count="3"] .multiple-input-list__item:first-child .js-input-remove,
#objects-area_rooms.js--canRemove[data-min-count="3"] .multiple-input-list__item:nth-child(-n + 3) .js-input-remove {
  display: none;
}
#objects-area_rooms.js--canRemove[data-min-count="4"] .multiple-input-list__item:first-child .js-input-remove,
#objects-area_rooms.js--canRemove[data-min-count="4"] .multiple-input-list__item:nth-child(-n + 4) .js-input-remove {
  display: none;
}
#objects-area_rooms.js--canRemove[data-min-count="5"] .multiple-input-list__item:first-child .js-input-remove,
#objects-area_rooms.js--canRemove[data-min-count="5"] .multiple-input-list__item:nth-child(-n + 5) .js-input-remove {
  display: none;
}
#objects-area_rooms.js--canRemove[data-min-count="6"] .multiple-input-list__item:first-child .js-input-remove,
#objects-area_rooms.js--canRemove[data-min-count="6"] .multiple-input-list__item:nth-child(-n + 6) .js-input-remove {
  display: none;
}
#objects-area_rooms .multiple-input-list__item {
  counter-increment: area_rooms 1;
}
#objects-area_rooms .multiple-input-list__item:before {
  content: "Комната " counter(area_rooms);
  font-weight: bold;
  counter-reset: auto;
  font-size: 12px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.list-item-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.list-item-wrapper .list-item {
  position: relative;
}
.list-item-wrapper .list-item.js--collectionStatus-is-active {
  background-color: #9ff1a3;
}
.list-item-wrapper .list-item.js--collectionStatus-was-active {
  background-color: #fcffd8;
}
.list-item-wrapper .list-item.js--collectionQueue-pending-add {
  background-color: #d8ffda;
}
.list-item-wrapper .list-item.js--collectionQueue-pending-remove {
  background-color: #ffddd8;
}
.list-item-wrapper .list-item .collection-toggle {
  width: 16.666%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 56px;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.list-item-wrapper .list-item .collection-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.list-item-wrapper .list-item .collection-toggle__checkbox-wrap {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 31px;
  height: 31px;
  border-radius: 3px;
  padding: 1px;
}
.list-item-wrapper .list-item .collection-toggle__checkbox-wrap > .popover {
  min-width: 320px;
}
.list-item-wrapper .list-item .collection-toggle__checkbox {
  margin: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.list-item-wrapper .list-item .collection-toggle__checkbox:checked + .collection-toggle__warning {
  opacity: 0.75;
  top: 32px;
}
.list-item-wrapper .list-item .collection-toggle__warning {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  opacity: 0.25;
  color: black;
  transition: opacity 225ms ease, top 225ms ease, color 225ms ease;
}
.list-item-wrapper .list-item.js--selectableItem > .row {
  margin-left: 41px;
  margin-right: 0;
}
.range-input-wrapper {
  display: flex;
  flex-direction: row;
}
.range-input-wrapper > .form-group {
  width: 50%;
}
.range-input-wrapper > .form-group > .help-block.help-block-error {
  font-size: 66%;
}
@media (min-width: 768px) {
  .col-sm-20p {
    width: 20%;
  }
}
#submitCollectionButtons {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 999;
  pointer-events: none;
}
#submitCollectionButtons > .btn {
  padding: 5px 15px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.28);
  margin: 0 5px 5px;
  pointer-events: all;
}
#submitCollectionButtons > .btn.btn-hidden {
  display: none;
}
body.js--goToDealButtonVisible #submitCollectionButtons > #goToDealButton {
  display: block;
}
#linkedDealPanel > .panel-body {
  display: flex;
  align-items: center;
}
#linkedDealPanel > .panel-body > .left {
  text-align: left;
  margin-right: auto;
}
.objects-file-input .file-preview-frame.js--isMain {
  border-color: #449d44;
  border-width: 2px !important;
  padding: 5px;
  border-radius: 3px;
}
.objects-file-input .file-preview-frame.js--isMain:hover {
  border-color: #269d40 !important;
}
.objects-file-input .file-preview-frame.js--isMain .kv-file-toggle-main[disabled],
.objects-file-input .file-preview-frame.js--isMain .kv-file-toggle-publish[disabled] {
  cursor: unset;
  opacity: 1;
  box-shadow: none;
}
.objects-file-input .file-preview-frame.js--isHidden {
  opacity: 0.7;
  background-color: #efefef;
}
.objects-file-input .file-footer-caption {
  height: 0;
  visibility: hidden;
}
.address-field-widget {
  position: relative;
}
.address-field-widget__button {
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
  margin-right: 5px;
}
/*# sourceMappingURL=site.css.map */
