.topics-list{
    position: relative;
    width: 961px;
    margin-bottom: 1rem;
	padding-bottom: 4rem;
	
}
.topics-list tr{
    /* border: 1px solid rgba(0,0,0,0.08); */
    box-shadow: none;
}
.topics-list th,
.topics-list td{
    border: 1px solid rgba(0,0,0,0.08);
    padding: 0.5rem 0.5rem;
    margin: 0;
    line-height: 1rem;
}
.topics-list th{
    /* border-bottom: 1px solid rgba(0,0,0,0.08); */
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    padding:0.5rem 0.1rem;
    color: #525151;
    font-size: 14px;
}

.topics-list td:last-child,
.topics-list th:last-child{
    border-right: 1px solid rgba(0,0,0,0.16) !important;
}
.topics-list td:first-child,
.topics-list th:first-child{
    border-left: 1px solid rgba(0,0,0,0.16) !important;
}

.topics-list tbody:last-child td,
.topics-list tbody:last-child th{
    border-bottom-color: rgba(0,0,0,0.16) !important;
}
.topics-list tbody:first-child td,
.topics-list tbody:first-child th{
    border-top-color: rgba(0,0,0,0.16) !important;
}

.topics-list td{
    vertical-align:middle;
}
.topics-item {
    line-height: 1rem;
    background-color: #fff;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    padding: 0.5rem 1rem;
    position: relative;
    cursor: pointer;
}
.topics-item.even  .topics-item-tr-title{background-color: #FFFFFF;}
.topics-item.even:hover  .topics-item-tr-title{background-color: #E2E2E2;}
.topics-item.odd  .topics-item-tr-title{background-color: #F4F4F4;}
.topics-item.odd:hover .topics-item-tr-title{background-color: #E2E2E2;}

/*
.topics-item.even.topic-item-diesel .topics-item-tr-title{background-color: #DCF4DD !important;}
.topics-item.even.topic-item-diesel:hover  .topics-item-tr-title{background-color: #C8E6C9 !important;}
.topics-item.odd.topic-item-diesel .topics-item-tr-title{background-color: #D2F2D3 !important;}
.topics-item.odd.topic-item-diesel:hover .topics-item-tr-title{background-color: #BEE5BF !important;}
*/
.admin .topics-item.topic-item-verified-update .topics-item-tr-title,
.admin .topics-item.topic-item-verified-added_site .topics-item-tr-title,
.topics-item.topic-item-verified-added  .topics-item-tr-title{background-color: #FFECB3 !important;}
.topics-item.topic-item-up-old .topics-item-tr-title{background-color: #E1BEE7 !important;}
.admin .topics-item.topic-item-verified-update:hover .topics-item-tr-title,
.admin .topics-item.topic-item-verified-added_site:hover .topics-item-tr-title,
.topics-item.topic-item-verified-added:hover  .topics-item-tr-title{background-color: #FFE082 !important;}

.topics-item.topic-item-verified-archive .topics-item-tr-title,
.topics-item.topic-item-verified-delete .topics-item-tr-title{background-color: #FFCDD2 !important;}
.topics-item.topic-item-verified-archive:hover .topics-item-tr-title,
.topics-item.topic-item-verified-delete:hover .topics-item-tr-title{background-color: #EF9A9A !important;}



.topics-item.topic-item-verified-relocate .topics-item-tr-title{background-color: #BCAAA4 !important;}
.topics-item.topic-item-verified-relocate:hover .topics-item-tr-title{background-color: #A1887F !important;}

.topics-item.topics-item-copy .topics-item-tr-title{background-color: #B3E5FC !important;}
.topics-item.topics-item-copy:hover .topics-item-tr-title{background-color: #81D4FA !important;}



.topics-item.topic-item-topic_bay_color-green .topics-item-tr-title {background-color: #b4f5b6 !important;}
.topics-item.topic-item-topic_bay_color-green:hover  .topics-item-tr-title{background-color: #96fd9a !important;}

.topics-item.topic-item-topic_bay_color-red .topics-item-tr-title {background-color: #FFCDD2 !important;}
.topics-item.topic-item-topic_bay_color-red:hover  .topics-item-tr-title{background-color: #EF9A9A !important;}

.topics-item.topic-item-topic_bay_color-blue .topics-item-tr-title {background-color: #B3E5FC !important;}
.topics-item.topic-item-topic_bay_color-blue:hover  .topics-item-tr-title{background-color: #81D4FA !important;}

.topics-item.topics-item-open  .topics-item-tr-title{background-color: #E3E3E3 !important;}

.topics-item.topic-item-verified-empty .topics-item-tr-title{background-color: #B2DFDB !important;}
.topics-item.topic-item-verified-empty:hover .topics-item-tr-title{background-color: #80CBC4 !important;}

.topics-item-topic_date_create {
    color: #757575;
    margin-right: 1rem;
    font-size: 14px;
    line-height: 1rem;
    /* display: inline-block; */
    /* float: left; */
    white-space: nowrap;
}

.topics-item-topic_phone {
    margin-right: 1rem;
    font-size: 14px;
    line-height: 1rem;
    display: inline-block;
}

.topics-item-topic_series {
color: #009C00;text-align: center;}

.topics-item-topic_repair {
    display: inline-block;
    margin-right: 1rem;
}

.topics-item-topic_furniture {
    display: inline-block;
    margin-right: 1rem;
}

.topics-item-topic_floor {
    float: right;
    margin-right: 1rem;
}
.topics-item-topic_cost_hour,
.topics-item-topic_cost_m2,
.topics-item-topic_cost {
    color: #FF3D00;
    line-height: 1rem;
    width: 10px;
}
.topics-item-topic_cost_hour.som,
.topics-item-topic_cost_m2.som,
.topics-item-topic_cost.som {
	color: #009C00;
}
.topics-item-topic_cost_m2{
    text-align:center;
}
.topics-item-topic_cost {
    text-align:right;
    white-space: nowrap;
}

.topics-item-topic_an {
    display: none;
    margin-right: 0.5rem;
    font-size: 13px;
    line-height: 15px;
    color: #FF3D00;
    font-weight: bold;
    cursor: default;
}

.topics-item-topic_an.yes {
    display: inline-block;
}

.topics-item-topic_area {
    color: #585A57;
    font-size: 14px;
    text-align:center;
}
.topics-item-topic_area sup {
    vertical-align: text-top;
    font-size: 10px;
}

.topics-item-topic_rooms {
    color: #0190EC;
    font-size: 16px;
    font-weight: bold;
    width: 10px;
    text-align: center;
}
.topics-item-archive{
    display:none;
}

.topics-item-archive,
.topics-item-remove {
    cursor: pointer;
}

.topics-item-edit {
    cursor: pointer;
}

.topics-item-topic_description {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    background-color: #fff;
    line-height: 1rem;
    padding: 0.5rem 1rem;
    margin-top: -9px;
    margin-right: -1px;
    border: 1px solid rgba(0,0,0,0.16);
}



.topics-item-view:hover,
.topics-item-view {
    color: #000;
    text-decoration: none;
	word-break: break-word;
}

.topics-item-view:visited {
    color: #757575;
}

.topics-item-open {
    background-color: #E0E0E0 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
    position: relative;
    /* outline: 3px solid #FFB74D;*/
    /* outline-offset: 0px; */
    border-color: #FFB74D;
}
.topics-item-open td:first-child:before {
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #FFB74D;
    border-radius: 1px;
}
.topics-item-open .topic-item-open-content:before{
    top: -1px !important;
}

.topics-item-open td:first-child{
    position:relative;
}

.topics-item-open:hover {
    background-color: #D6D6D6 !important;
}

.find-form {
    padding: 0;
    /* margin-bottom: 2rem; */
    position: relative;
    z-index: 1;
}

label.list-radio {}

.list-radio {
    display: inline-block;
    line-height: 2rem;
}

.list-radio-info {
    display: inline-block;
    margin-right: 0.5rem;
}

.list-radio-item-input {
    display: none;
}

.list-radio-item-label {
    padding: 0;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #fff;
}

.list-radio-item-input:checked + .list-radio-item-label{
    background-color: #CFD8DC;
}

.list-radio-item {
    display: inline-block;
    margin-right: 0.5rem;
}
.find-form-submit {
    color: #fff;
}
.find-form-submit {
    color: #212121;
    background-color: rgba(255,183,77,0);
    text-transform: lowercase;
    font-size: 1rem;
    padding: 0;
    padding-right: 2rem;
    display: inline-block;
    margin: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    height: 2rem;
}

.find-form.close .find-form-submit:hover{
    color: #212121;
    background-color: #F5F5F5;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24); */
}
.find-form-submit:hover{
    color: #fff;
    background-color: #FFB74D;
}

.find-form-topic_not_verified,
.find-form-topic_an,
.find-form-topic_image,
.find-form-search,
.find-form-order {
    display: block;
    margin-top:0.5rem;
    line-height:2rem;
}




.find-form-count_day {
    display: block;
}

.select {
    line-height: 2rem;
}
.select-info + .select-input{
    margin-left: 1rem;
}
.select-input + .select-info{
    margin-left: 1rem;
}
.select-input {
    height: 2rem;
    line-height: 1rem;
    padding: 0 1rem;
    outline: 0;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}

.find-form-search {
    line-height: 2rem;
}

.find-form-search-info {
    margin-right: 1rem;
}

.find-form-search-input {
    line-height: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border: none;
    padding: 0 0.5rem;
    width: 15rem;
}



.topic-item-open-content {
    display: none;
    position: relative;
    background-color: #fff;
    padding: 16px 16px 16px 20px;
    border-top: 1px solid #e0e0e0;
}
.topic-item-open-content.on {
    display:table-cell;
}
.topic-item-open-content.process {
    height:32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 0;
}
.topic-item-open-content.error {
    padding: 0 16px;
    color: #F44336;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}

.topics-item-th-date {
    /* float: left; */
    width: 1rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #757575;
    font-size: 14px;
}

.topics-item-th-cost {
}

.topics-item-th-rooms {
}

.topic-item-close {
    position: absolute;
    right: 0;
    bottom: 3px;
    cursor: pointer;
    color: #FF9E80;
    line-height: 32px;
    padding: 0 16px;
}
.topic-item-close:hover {
    color: #FF3D00;
}

.ui-select-name-label {
    width: 180px;
}

.ui-input.ui-input-name-q .ui-input-input-parent, .ui-checklect-name-topic_rooms, .ui-select-name-label{
    margin-right: 16px;
}

.ui-checklect-name-topic_rooms {
    width: 80px;
}
.find-form-topic_an,
.find-form-topic_image {
    display: inline-block;
    margin-top: 0;
    position: relative;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    margin-left: 1rem;
}

.ui-select-name-count_day {
    width: 207px;
    margin-right: 2rem;
}

.find-form-info {
    position: absolute;
    margin-top: -2rem;
    z-index: 1;
    line-height: 2rem;
    margin-left: 0;
    color: #9E9E9E;
}
.find-form-first .find-form-info{
    color:#fff;
}

.ui-select-name-order {
    width: 239px;
    /* margin-right: 24px; */
}

.find-form-submit-parent {
    height: 2rem;
    overflow: hidden;
    line-height: 2rem;
    display: inline-block;
    width: 7rem;
    float: right;
    border-radius: 3px;
    position: absolute;
    right: 32px;
    border: 1px solid #f56800;
    background-color: #FFB74D;
    color: #fff;
    bottom: -10rem;
    z-index: 1;
}
.find-form.close .find-form-submit-parent {
    color: #212121;
    background-color: #fff;
    border: 1px solid #BDBDBD;
    top: 38px;
    bottom:auto;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12), 0 1px 6px rgba(0,0,0,0.24);
    bottom: 1rem;
    right: 32px;
    position: relative;
    z-index: 0;
}
.find-form.close .find-form-submit-parent:hover{
    box-shadow: 0 1px 8px rgba(0,0,0,0.12), 0 1px 8px rgba(0,0,0,0.24);
}

.topics-item-topic_diesel_author_name {
	position: absolute;
	left: 100%;
	line-height: 32px;
	margin-left: 0;
	margin-top: -9px;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.16);
    color: #0D47A1;
    white-space: nowrap;
}

.find-form-row.off {
    display: none;
}

.ui-checkbox-name-topic_not_verified {
    margin-left: 0;
}
.find-form-parent {
    position: relative;
    background-color: #f6f6f6;
	z-index: 1;
}


.topics-item-th-name,
.topics-item-topic_name{
    /* border-right:none !important; */
}

.topics-item-td-btn_cell{
    padding: 0 !important;
    border-left:none !important;
    border-right:none !important;
}

.ui-range-name-area {
}
.topics-item-topic_location,
.topics-item-topic_image,
.topics-item-topic_washer,
.topics-item-topic_tv ,
.topics-item-topic_fridge {
    width: 1rem;
    height:1rem;
    float:right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.5rem;
}
.topics-item-topic_fridge {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAABRElEQVR42tyVz0oCQRzHPzOt0xqokLBeElofIR8hTAgzPPYSXXqO6CWkiyRRSNAL2MGQjp7sZLdEWzqIu9PFQ9T+cXEXoi/MZX4z3+93vr8ZRly32yXgCjgBTDaHCzwC5wZwCZyRHIyVUS2BJumgaQA7fpWDahW7UkFrjdY6lOVtMuGp3/81LwHPb8O+bfM6HiOlxDTN0LFXLvuKyiA389mM58GAj/k88vzL5TIeeSaTQQjBlmFEkgshAjvri1w+z2mrRTabjSRXSsUjH41GlCwLx3FCGyqA6XQaj/xlONz4LkpSRKDz40aDh16Po3qd3WIxlGSxWHDT6azvXCmF1pr3gDy/w3PdeM4BDms1CoVC8rEAWJb1dxv6D8mlXF9XBKyVQQKe5yXyiD6B3M/CbbebSCx3KUV+bwAXK5EmsJ3k7/81ALYIUQ6hM+2eAAAAAElFTkSuQmCC');
}
.topics-item-topic_tv {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAACY0lEQVR42rSUTU8TURSGn5lOYRbTdpihlI9CFNjJwhBRSEQiCwJO4s7wN9y4cOXShX+jYY8muCBidQECKQkGA4qkBFc0kBZop3WmpS6ApjedVprAm8zi3sl57vl475XmYjETmALeAAPcjP4AbxXgHWABHc0SdF1nxrL4ubPDRiJR/evuFfw5YNYDKIoCQLFYFPZDl2Dbttne3vYKNWVAbZTdwOAgL2Zn0XVdyPiZZZHL5fgwP0/etj1jZaDcsHkHB+RtmxnLQlVVVFVlpgp8fn5eN1aai8XOAO1//X06OYne1gZAJp3m89LSf2eiCGXIMveGhtA0DcXvR1EUJMBxHHw+H6p60UFJkngwMoIsy0JsLpfjx9ZWpRoB/nh8nJ5otLJ2XZdSqQTlMo7rkjo8RJIk2gyDSGenZ7aGYfAlHq+FX4HX19bYTyZrHFItTdN4ODpKJBIR9ju7uoSBCjo+OuL37m5DMEA2m+Xb8nJlnUmnAS4qrQdPpVLXvkT2pQX3k0k+LizwfXMTv99fH+66blO31HEctECAcDiMruuCNWvg5XK5KfjfQoH29nbu9PcT7e1tDJckqSl4IBhkb2+P9dVVNhKJynPhCff5fE3BS6USHeEwPdEofX19QuaKl0+vq6vhBYJBnkxMAFAoFOpn3tXdjWma14LfHx6uqbSlpcU785OTE0KhEFPT02QyGbJnZ4JvL4eC2tqKYZqC7ar97wn/Go/zaGwMwzDQdV14Zr2Uz+cr7pJlmdPTU1ZXVgS4VH3qp8VFbkoyUOCWJAPvgdQtsI9l4BXwEvgFFG/oSwKv/w0AeBbkyDGf/MQAAAAASUVORK5CYII=');
}

.topics-item-topic_washer {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAACHUlEQVR42rSVvW4aQRSFvxkW7yL+LCwaKtOhuI0VN5Gr2EiAuxR5hVTp8hqp8gTYblCEiKykttI5hVM5ciAVSFSO5WjB+zeTArxyzK4NDrnSarVnRkd3ztk5Vxw0m2XgHbADGPx7OUAHeGMA74EqyysDeAVcyyUT366XkTLsVKv4nodSCqU1QgiKxWIsi23bfDo6ugunIsk912U0HqOVIggCTNMkmUzGkq+urkbBShw0m/ouKoSIJBFCIIRAShnuuXk7jjPTY2Tn2WwWy7IIggDf9yfyKIXWGq11+A2EeJyzM1VrNBZ273B/fwaTURtd153BRqMRvy4uuB6PZ9Z835+/89vH9DyPL8fHDIfDUONSqcTz7e1Q7zhZ5H1HVUrRabcZDockEgksy0JrzWAw4EOrFWXi/OQ/ez1c10VKydPNTep7ezzb2kIIgeu6fD87W5xcygnc7/cBSGcyrJfLJJNJ1stlMpkMQgh+X10tTn6joed5E3mC4K/1YPobGvdcrAfJC4VCeL173S6O49DrdhmPRgDk8vkHEyy2nmxs8OP8HK01X09O+HZ6Gp4mnU5TqVQeb2gqleLF7i65fB7DMFBaY1kWxWKRWqMRevOozgHW1tao1etcXl5i2za5bJZsLjd3sM+UaZqRyReTfrGJacTl88rKyty54k99uCt5JHmn3V7GJBpL4PN/GnMtCbwGPk6ntr+ExwYOgbd/BgByXOeGRpEapQAAAABJRU5ErkJggg==');
}
.topics-item-topic_image {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFESURBVEiJ7ZQ9TwJBEIaf4SDRxsTOixqCFX/DWmsrxJjA+ZFoQYF2Z2loTSQBChELf4G/wN7C3sQoHr0NMbJjoQfE3CFxiTY81c7Ne+/s7N4cTPlvJFx4rWBNlTMgY2n4YOCgkXdvABL9jFK1Nf+0YUXgPIyTQ4llgHrelagXx6V4GSiQDuPECO1ESP4sicdrBRVVCii1+pZ7HKWx6kCVPWAeYT9OM7KDYis4UiX93uuWLrYz3e95EaqqHKKDSx27gNcMTlTxBUg5M6veVWejllu4H9bUNt0yUB61ydgCKvhDYVaN3haaHQ+HR4z6Aq+a6JUauaXnXxWIYE5ErzGDB2Kcda8ZVN5M9zTqCMH+M51VwU85M3dxgknNQTYuEXtEthMd8peTLG3Qxa9/iRUCT+G634GI7qC82JqDtA3s2vtMmRQfhkZiSNw36VkAAAAASUVORK5CYII=');
}
.topics-item-topic_location {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHjSURBVEiJ1ZXPa9NgGMc/TxrBH6C76NJtCBXEs8N/wKu7u8NM1JrGH6g37xX8H9RGy1pZD+4sHkXwJEzwIogyN9StEw96GBZr3sfDWrFpmqTiQb+QQ573+X4/T94kvPC/S7Ia/NbWpNU1l40wJ3C4V15X4ZGtcvuO53z6Y4Df2DgjIneBvSNatgUJap7TGhtQaW64II2sIQBF1A3dqaXcgEuN99OR2G+APRnhfW2L2Edr7sHN+IKV1B1hXxsOly8g4c7F15hlH6Z7NSkrEYBwKh6uMBt6ThB6ThAVrNk4RIW5/AAoDfJ4eM9z3vXv6wuTq6q6HBuiRIJGAaLYdDpkFMukeVIBAqsDBWXeb7Z/TVhe2jqi6HzMNOjpyU4qKrwEjv9WmRDkRaXZ3tmWyJwGDgzkq6zkB4jVEjXnYtUJoJLUDyDGJP4HiVs0M3PoCTD0TadorbhWfJYbUD0pP1BujQG4Wa1K/KWPBgB0TacOfMgR/la+OYnbkwpYPF/qoAQZ4Qr4tYvSHRsAEJ4tPgaWR62Lshh6xadpGakAgF27C2Xg1XA6K99N50qWP/PAASg/+HisoNZzYH+v9NkU9MT9han1LG/mEwDU3enXiPanNYhcyBM+tvzG5o2g2b7+14P/af0EbouRxdcG6e8AAAAASUVORK5CYII=');
}

.topics-item-topic_pso {
    float: right;
    color: #605C5B;
    font-weight: bold;
    margin-left: 0.5rem;
}

.topic-list-next {
    height: 1rem;
}

.topic-item-verified-verified .topics-item-ok {
    visibility: hidden;
}
.topic-item-verified-relocate .topics-item-remove,
.topic-item-verified-relocate .topics-item-archive,
.topic-item-verified-relocate .topics-item-edit,
.topic-item-verified-relocate .topics-item-relocate,
.topic-item-verified-relocate .topics-item-ok{
     visibility: hidden;
}

.topic-item-verified-delete .topics-item-archive,
.topic-item-verified-delete .topics-item-remove {
    visibility: hidden;
}

.topic-item-verified-update .topics-item-remove{
    display: none;
}
.topic-item-verified-update .topics-item-archive{
    display: block;
}

.topics-item-relocate-form {
    padding: 1rem;
    display: block;
}

.topics-item-relocate-form-info {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.topics-item-relocate-form-select {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.topics-item-relocate-form-buttons {
    margin-top: 2rem;
    text-align: right;
}

.topics-item-relocate-form-button {
    margin-left: 1rem;
}

.topics-list-parent-right {
    float: right;
}

.topics-list-parent-left {
    /* padding-right: 210px; */
}

.topics-list-parent-left-content {
    display: inline-block;
    width: 100%;
}

.find-text {
    padding-bottom: 3rem;
    padding-top: 2rem;
    /* margin-right: 210px; */
    margin-bottom: 2rem;
    overflow: hidden;
    color: #424242;
}
.find-text h2{
    font-size: 20px;
    margin: 1rem 0;
}
.find-text h3{
    font-size: 18px;
    margin: 1rem 0;
}
.find-text p{
    margin: 1rem 0;
    font-size: 14px;
}
.find-text li {
    margin: 1rem 0;
    list-style-type: disc;
	font-size: 14px;
}

.find-text ul {
    margin-left: 2rem;
}

.find-text-open {
    text-align: center;
    background-color: #fff;
    line-height: 3rem;
    border-top: 2px solid #CCCDC7;
    height: 3rem;
}
.find-text-close-btn,
.find-text-open-btn {
    width: 8rem;
    margin: 0 auto;
    border: 1px solid #CCCDC7;
    border-top-width: 0;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    color: #4A4849;
    line-height: 1.5rem;
    font-size: 12px;
}
.find-text-close-btn{
    display:none;
}
.find-text-open-btn:hover {
    color: #212121;
    box-shadow: 0 1px 3px rgba(0,0,0,0.24), 0 2px 2px rgba(0,0,0,0.48);
}

.ico-find-text-close,
.ico-find-text-next {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: cover;
    position: relative;
    top: 0.4rem;
}
.ico-find-text-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAU0lEQVR4AWOgBxgFHPhEMIEXw2MGHRQRPaCIB24NGxn+M7wCakEofw0U2YDPQTugWhDKd4AcRUALUKEumnLCWtCUE9aCUE6kFphyorUA4SAGowAAbSweD6CmcT8AAAAASUVORK5CYII=');
}
.ico-find-text-close{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAARUlEQVR4AWMY1GAUNAAhScr/A2EDKcr/ACFcC2HlvxnCGMIhWohVDgQwLYSVh8K4hLU0AJWHQNkILXX47NDCIjIIwSgAAGEBHc5iOzTwAAAAAElFTkSuQmCC');
}
.ico-find-text-close:before,
.ico-find-text-next:before {
    content: "1";
    line-height: 1rem;
    visibility: hidden;
}

.find-text.open .find-text-open-btn{
    display:none;
}
.find-text.open .find-text-next,
.find-text.open .find-text-close-btn{
    display:block;
}

.find-text-next {
    display: none;
    padding-left: 1rem;
    padding-right: 1rem;
}

.find-form-first {
    padding: 2.5rem 16px 1rem 16px;
    background-color: #FFB74D;
}

.ui-input-name-q .ui-input-input-parent {
    margin-left: 0;
}

.ui-input.ui-input-name-q .ui-input-input-parent {
    width: 300px;
}

.ui-range-name-areaÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â .ui-range-input-max {
    width: 70px;
}
#ui-range-label-area_min,
#ui-range-label-area_max {
    width: 100px;
}
.find-form-info3,
.find-form-info2 {
    line-height: 2rem;
    overflow: hidden;
    height: 2rem;
    display: inline-block;
    margin-right: 10px;
    color: #9E9E9E;
    width: 126px;
}
.find-form-info2 {
    margin-left: 2rem;
}
#ui-range-label-cost_min_som,
#ui-range-label-cost_max_som,
#ui-range-label-cost_min,
#ui-range-label-cost_max {
    width: 100px;
}
.ui-range-name-area .ui-range-info,
.ui-range-name-cost .ui-range-info{
    width:35px;
    margin: 0;
    text-align:center;
}

.ui-checklect-name-topic_series {
    width: 239px;
}

.ui-checklect-name-topic_series .ui-checklect-value-text {
    font-size: 12px;
    line-height: 2rem;
    display: inline-block;
}





.ui-radio-parent {
    background-color: #fff;
    border-radius: 3px;
}

.ui-radio-label {
    line-height: 2rem;
    height: 2rem;
    display: inline-block;
}
.ui-radio-label:hover{
    text-decoration: underline;
}

.ui-input-name-q .ui-input-info {
    width:70px;
}

.ui-radio-name-topic_point .ui-radio-parent{
    /* margin-right: 24px; */
}


.find-form-show_all {
    position: absolute;
    width: 13rem;
    left: 50%;
    margin-left: -7rem;
    text-align: center;
    line-height: 1rem;
    height: 1rem;
    background-color: #f6f6f6;
    border-radius: 0 0 7px 7px;
    border: 2px solid #BDBDBD;
    border-top: none;
    cursor: pointer;
    font-size: 14px;
    bottom: -13rem;
    height: 16px;
}
.find-form.close .find-form-show_all{
    background-color: #FFCF97;
    bottom: -1.1rem;
}
.find-form .find-form-show_all-text-open {
    display: block;
}
.find-form .find-form-show_all-text-close {
    display: none;
}
.find-form.close .find-form-show_all-text-open {
    display: none;
}
.find-form.close .find-form-show_all-text-close {
    display:block;
}

.find-form-show_all-ico {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    background-position: center;
    background-size: 24px;
}
.find-form-show_all-ico:last-child{
    right: 8px;
    left: auto;
}
.find-form-show_all:hover .find-form-show_all-ico{
    opacity:1;
}

.find-text-first {
    padding: 0 1rem;
}
.find-form-show_all-text-open,
.find-form-show_all-text-close {
    margin-top: -1px;
}

.find-articles-item-iamge-parent {
    width: 5rem;
    float: left;
    position: relative;
    overflow: hidden;
}

.find-articles-item-iamge-size {
    width: 100%;
    visibility: hidden;
    display: block;
}

.find-articles-item-iamge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

.find-articles-item-content {position: relative;}

.find-articles-item-block_right {
    margin-left: 5.5rem;
}

.find-articles-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    /* float: left; */
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.find-articles-item:nth-child(3n + 3) {
    margin-right: 0;
}

.find-articles-list {
    padding: 1rem 0 0.5rem 0;
    margin: 0 16px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
}

.find-articles {
    padding-top: 1.5rem;
    background-color: #fff;
    margin-bottom: 32px;
}

.find-articles-item-article_name {
    font-size: 14px;
    margin-right: 0;
    line-height: 14px;
    max-height: 24px;
}

.find-articles-item-info {
    color: #9E9E9E;
    font-size: 14px;
    margin-top: 1.5rem;
    text-align: right;
}

.find-articles-item-article_date {
    margin-right: 1rem;
}

.find-articles-item-article_count_message-ico,
.find-articles-item-article_count_view-ico {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    opacity: 0.3;
    vertical-align: top;
    margin-right:0.2rem;
    position: relative;
    margin-top: 1px;
}

.find-articles-item-article_count_view-parent {
    /* margin-right: 1rem; */
}
.find-articles-item-article_count_message-parent{
    display: none;
}

.find-articles-item-article_count_view {
    font-size: 12px;
}

.find-articles-item-article_count_message {
    font-size: 12px;
}

.find-articles-other {
    display: block;
    float: right;
    margin-right: 2rem;
    margin-top: -1.5rem;
    line-height: 1.5rem;
    background-color: #BDBDBD;
    color: #212121;
    padding: 0 1rem;
}
.find-articles-other:hover{
    background-color: #757575;
    color: #fff;
    text-decoration: none;
}

span.find-form-row {
    display: inline-block;
    height: 2rem;
}
.find-form-row.off + br{
    display: none;
}

.find-articles-item-link {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    bottom: -0.5rem;
    right: -0.5rem;
}
.find-articles-item-link:hover{
    background-color: rgba(0,0,0,0.1)
}

.find-form-second {
    padding: 32px 16px;
    display: block;
    position: absolute;
    background-color: #f6f6f6;
    /* z-index: 1; */
    line-height: 1rem;
    height: 8rem;
    right: 0;
    left: 0;
}
.find-form.close .find-form-second {
    display: none;
}

.topics-item-user_noneme {
    color: #BDBDBD;
}

.topic-item-diesel .topics-item-topic_diesel_author_name {
    color: #DD2C00;
}

.topic-phone_bool{

}
.topic-phone_bool-0 td{
    background-color: #B3E5FC;
}
.topic-phone_bool-1 td{
    background-color: #fff;
}


.topic-item-bay_fast {
    float: right;
    background-color: #F44336;
    color: #fff;
    padding: 0 0.5rem;
    line-height: 1rem;
    outline: 0.25rem solid #f44336;
    margin: 0 0.25rem 0 1rem;
    overflow: hidden;
}

.topic-item-bay_top {
    width: 1rem;
    height: 1rem;
    float: right;
    display: block;
    margin-left: 0.5rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAMAAABEQrEuAAABjFBMVEUAAADlfCHwrhLldyPwwg/ytw/vxA/3zAf22Anwvw/xxQ7xwQ/xxA7xww/lfSD11grzwgzneiHxwA/ihCfvRBXywwztaxb77APwWRPuwhHkfCXkeyXyww7kYCLwww/mciHihSnleyLxww7ldiPqcxvxyw7yyw3zzgzxxw7raRryzgzxxg3wwQ/xwg/33Qjw1A7kfCD3RAzsvRPvvRDwwQ/jfSPhdibijijigCjyxg7yxw7kdSPyyQ3yyA7kdiPkdyPkdyPiYirhZSnjfSXifCbyxw3yxw3tRhbhlCjkdCT46Q3yhxfnhR7nhB711wrpmhjw0A36lAv4mAbvxA/vww/mfiL22gnxxA7yzQzlfx7kjiD4fTX3EwrmfyH8+wLxxA/xww/z0QvxwRDyzQzwuhHz0gvmfCLwwBDzzwzkgSTldSTurhXwvhDyxw7lciXvuBLyyQ3jdCbleCTqlhvvthPldyTieCnngSHohSDpjh7rmhrroBnuyRPvsxPx1A7jjCnkeCbtphfspRfusRQqq0X8AAAAX3RSTlMAEATQccclEgoH9vPv64h/dmFhXEc4HgsH/vbq5uDf3tnXzMS4s66sopuFgn9lWk9OHfv19eTY19TT0sjBv765trKwr62SkY2Lh4ZzcnJyb2RPS0lJPjY0Mi0sIRgXDLIellMAAAIJSURBVEjH3dXXcptAFIDhVbWsZqu79+64pffee+/J2QUEiK7mbqe9eEYJxHKyK+AqM/4vFz4d0LCA/mNd4S6fovf4Y3/gcz+nlXyJHhPMHj+gdIIDLhHzM0IAAHzMO+hOQKtEt/c/Cn7X63lE0hZJr0PC4BT2BoJJcEoFvY7wNySWgoNSsc6XE32xdGtmBNobmbm99DL678VFC9mFuYkhAOA4OByHAWBoYm4hW4gip5VpDkDC0CksAUjTK7Z4FtnH4B7ejzy3RX5qV8bugOxO5W2ROy1qxJUQoXI2h+w+nKoIxB0MF9Gf1obdSNkUxz6itgJjtUa5E2jUQgF0qECo1iBssNd0wEF9F5Q9+hQM5R/KZJDyjEwqqkwlsqpcRtSuKKpFAbxqXEWMrtVpt0Lq1xGzCE+bEUHsLkq0O7/EBqU4B5Ti7G31RgJa3FumWNaoQltmikVwwjqvY3Biv05nNft8kK2GJYNttFmmOGefwsvmVnPLlHn7B84zv2TxX8d5ItSbxrhRqwuEx62Vk6wvXKF11CpL25VqaBWthqqVba5sYcD4NUM8lbBOYEesjmZQq8xoVdwBomPIMsR9TPTvG8bgoz5nBzwcNDa+6YRfZIgH/erm+kA60L7R0gPrm6rwhCHufFHE+eJfi8V58at4jyHyZ26+pyy/uzH+iiHW7uao65n0J3T0+gnOGzwuLI9qEwAAAABJRU5ErkJggg==');
    background-size: 1rem;
    background-repeat: no-repeat;
}

.topic-view-images {
    margin-bottom: 10px;
}

.topics-item-report {
    position: relative;
    display: block;
    cursor: default;
}

.topics-item-report-content {
    position: absolute;
    top: -1.25rem;
    background-color: #fff;
    display: none;
    z-index: 1;
    left: 100%;
    box-shadow: 0 0 10px -1px #000;
}

.topics-item-report:hover{
    background-color:#bbb
}
.topics-item-report:hover .topics-item-report-content{
    display:block;
}


.topics-item-report-btn{
    white-space: nowrap;
    line-height: 2rem;
    padding: 0 1rem;
    color: #212121;
    cursor: pointer;
}
.topics-item-report-btn:hover{
    background-color: #eee;
}

.find-form-q-info{
	display: inline-block;
	width:18px;
	height: 18px;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	opacity: 0.7;
	transform: translateZ(0);
	transition: transform 0.1s ease-out 0s, opacity 0.1s ease-out 0s;
}
.find-form-q-info:hover{
	transform: rotate(180deg);
	opacity: 1;
}

.bnr-parrent-tbody th:first-child,
.bnr-parrent-tbody th:last-child,
.bnr-parrent-tbody td:first-child,
.bnr-parrent-tbody td:last-child{
	border-left: none !important;
	border-right: none !important;
}

.find-form-type-type {
    color: #757575;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-right: 4px;
    /* width: 50px; */
    /* font-weight: bold; */
}



.find-form-type-target {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
/*
.find-form-type-type-rent,
.find-form-type-type-rent + .find-form-type-target {
    font-weight: normal;
    font-style: italic;
}
*/
.ui-checkbox-name-topic_repair_not_pso .ui-checkbox-info,
.ui-checkbox-name-topic_image .ui-checkbox-info,
.ui-checkbox-name-topic_an .ui-checkbox-info {
    color: #000;
    font-weight:bold;
}

.ui-checklect-name-topic_rooms .ui-checklect-content {
    padding: 0 21px 0 11px;
}

.find-form-second-left {
    display: block;
    float: left;
    margin-right: 32px;
}
.topics-item-topic_release,
.topics-item-topic_cost_range{
	white-space: nowrap;
}
.topics-item-topic_release {
    color: #009C00;
}

.find-form-submit-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background-color: #FFE0B2;
    background-position: center;
    background-repeat: no-repeat;
}
.find-form-submit-map:hover{
    background-color: #FFCC80;
}

.find-form.close .find-form-submit-map{
    background-color: #F5F5F5;
}
.find-form.close .find-form-submit-map:hover{
    background-color: #eee;
}
@supports (display: grid){
    .find-form-submit-parent{
        display: grid;
        grid-template-columns: 1fr 2rem;
    }
    .find-form-submit{
        padding-right: 0;
    }
}

.topics-map {
    height: 600px;
    z-index: 1000;
    position: relative;
    margin: 24px 0;
}

.topics-goto {
    display: block;
    margin: 24px auto;
    width: 205px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid rgba(158, 158, 158, 0.4);
    line-height: 32px;
    text-align: center;
    padding: 0 16px;
    color: #000;
    /* font-weight: bold; */
    font-size: 14px;
}
.topics-goto:hover{
    background-color: #F5F5F5;
    color: #000;
    text-decoration: none;
}

.topics-item-topic_dates {
    position: absolute;
    right: 100%;
    background-color: #ffffff;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 2px 0 0 2px;
    grid-gap: 4px;
    margin-top: -9px;
    display: none;
    font-family: monospace;
}

.topics-item-topic_dates-item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
}

.topics-item-topic_dates-item-value {
    justify-self: end;
    font-size: 13px;
    font-weight: bold;
    white-space: pre;
}

.topics-item-topic_dates-item-placeholder {
    justify-self: end;
}

.topics-item:hover .topics-item-topic_dates {
    display: block;
}
