#search_form {
    position: relative;
}

.search-panel {

}

.search-panel-active {
    position: fixed;
    top: 0;
    z-index: 999;
}


/* realty */
.search-panel .button_search {
    background: transparent;
    height: auto;
    padding-left: 0;
}

.search-panel .radio_button {
    padding-top: 1px;
    padding-bottom: 1px;
    height: auto;
}



.sp_a_green {
    color: rgb(93, 140, 93) !important;
    text-decoration: underline !important;
}
.sp_a_green:hover{
    color: rgb(228, 113, 41) !important;
    text-decoration: none !important;
}
.sp_a_gray {
    color: #555555 !important;
    text-decoration: underline  !important;
}
.sp_a_gray:hover{
    color: rgb(228, 113, 41) !important;
    text-decoration: none !important;
}

.sp_a_active {
    color: rgb(228, 113, 41) !important;
    text-decoration: none !important;
}



.sp_strelka {
    color: rgb(157, 157, 157);
    font-size:10px;
    padding:0 4px 0 4px;
}

.sp_button_search {
    padding-left:15px;
    padding-right:15px;
}

.sp_raz_cat_counter {
    color: rgb(128, 128, 128);
    font-size:13px;
    padding-left:5px;
}

.panel-dash
{
    /*border-bottom: 1px dashed;*/
    cursor: pointer;
    color:#5d8c5d;
}
.panel-dash:hover
{
    color:rgb(228, 113, 41);
}


table.panel_tb {font-size:13px;background: url(./../img/panel_bg.jpg) top left repeat-x #ffffff;}
table.panel_tb td.panel_tb_horizontal {padding:0px;background-color:#c7c3bf;background-repeat:no-repeat;}
table.panel_tb td.panel_tb_middle{margin:0px;padding:3px 10px 3px 10px;border-left:1px solid #c7c3bf;border-right:1px solid #c7c3bf;background-repeat:no-repeat;}


.panel-input-text{border:1px solid #ababab;height:18px;width:450px;padding-left:5px;padding-right:5px;}
.panel-input-text:hover{border:1px solid rgb(146, 146, 146);}
.panel-input-text:focus{border:1px solid rgb(146, 146, 146);box-shadow: 0 0 2px rgb(146, 146, 146);}

.panel-select{border:1px solid #ababab;padding-left:3px;font-size:14px !important;}
.panel-select:hover{border:1px solid rgb(146, 146, 146);}
.panel-select:focus{border:1px solid rgb(146, 146, 146);box-shadow: 0 0 2px rgb(146, 146, 146);}
.panel-select_group {text-transform: uppercase;color: rgb(51, 51, 51);background: none repeat scroll 0% 0% rgb(217, 217, 217);}
.panel-checkbox{margin:0 7px 0 0;vertical-align: middle;}


.search_form_extended
{
    display:none;
    float:left;
    width:100%;
    border-bottom:1px dotted #C7C3BF;
    margin-bottom:10px;
    padding-bottom:15px;
    padding-top:10px;
}

.sp_report
{
    border: 1px solid #d2d2d2;
    border-radius: 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    opacity:0.97;
    z-index:900;
    text-align:left;
    font-size:13px;
    margin:10px 0 10px 0px;
}

.sp_label {
    cursor:pointer;
    font-size:13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.sp_label:hover {
    color:#555555;
}
.chastnik_access {
    display: inline-block;
    position: relative;
}
.chastnik_access_info_div
{
	display:none;
	position: absolute;
	font-size:13px;
	width:650px;
	/*height:225px;*/
	border: 1px solid #d2d2d2;
	margin-top: 20px;
	margin-left:-560px;
	border-radius: 2px 2px; 
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); 
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
 	opacity:0.99;
	z-index:999;
	text-align:left;
	cursor:pointer;

}
.chastnik_access_info_header {
    font-size:18px;
    font-weight:300;
    color:#727272;
    padding-left:5px;
}

.chastnik_access_info_div_div {
    overflow:hidden;
	word-wrap:break-word;
	margin:15px 0px 5px 5px;
	width:100%;
	/*height:190px;*/
	clear:both;
}


/* панелька с мини-инфой по расширенному поиску */
.short_exp
{
	float:left;
	width:auto;
}
.short_exp_val
{
	float:left;
	padding:2px 5px 2px 5px;
	margin-right:5px;
	margin-top:5px;
	border-radius: 2px 2px; 	
	border:1px solid #727272;
	color:#FFFFFF;
	background:#929292;
	height:21px;
    font-size:13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.short_exp_val_name
{
	float:left;
}

.short_exp_val_close
{
	float:right;
	padding:1px;
	width:12px;
	height:14px;
	margin-top:2px;
	margin-left:5px;
	cursor:pointer;
	background: url(./../img/chosen-sprite.png) no-repeat scroll -42px -10px transparent;
}

.short_exp_val_close:hover
{
	opacity:0.7;
}

.sp_realty_main_table {
	width:100%;
    min-width: 710px;
	font-size:13px;
	/*padding:10px;*/
    /*padding-left:13px;*/
    /*border: 1px solid #DFDFDF;*/
    /*border-radius: 3px;*/
    /*background: url(./../img/panel_bg_new.png) top left repeat-x #ffffff;*/
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.sp_realty_main_table_mobile {
    width:310px;
    font-size:13px;
    padding:10px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    /*background: url(./../img/panel_bg_new.png) top left repeat-x #ffffff;*/
    margin-bottom:20px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.sp_realty_search_form_extended_div {
    display:none;
    float:left;
    width:100%;
    border-bottom:1px solid #e6e6e6;
    margin-top:25px;
    margin-bottom:0px;
    padding-bottom:12px;
}

.sp_realty_search_form_extended_div_mobile {
    display:none;
    float:left;
    width:100%;
    margin-top:15px;
    margin-bottom:0px;
    padding-bottom:0px;

}

.sp_realty_search_form_extended_left {
    float:left;
    width:340px;
    margin-right:30px;
}

.sp_realty_search_form_extended_right {
    float:left;
    width:340px;
}

.sp_realty_search_form_extended_mobile {
    float:left;
    width:287px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sp_realty_link {

    color:#5D8C5D !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}
.sp_realty_link_active {

    color: #E47129 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}

.sp_realty_link:hover {

    color: #E47129 !important;
    text-decoration: none !important;
}

.sp_realty_link_active:hover {

    color: #E47129 !important;
    text-decoration: none !important;
}

.sp_realty_search_inputs_div {
    display:inline-block;
    float:left;
    width:100%;
    margin-bottom:10px;
}

.sp_dialog_close {

    float:right;
    width: 18px;
    height: 18px;
    padding:0;
    cursor:pointer;
    background: url('./../img/close2.png') top left no-repeat;
    background-size:18px;
    z-index:999 !important;

}
.sp_dialog_close:hover {
    opacity:0.7;
}


.panel-realty-input-text{border:1px solid #ababab;height:19px;width:450px;padding:0px 5px 2px 5px;border-radius: 2px;}
.panel-realty-input-text:hover{border:1px solid rgb(146, 146, 146);box-shadow: 0 0 1px rgb(146, 146, 146);outline: none;}
.panel-realty-input-text:focus{border:1px solid rgb(146, 146, 146);box-shadow: 0 0 2px rgb(146, 146, 146);outline: none;}
.panel-realty-input-text::selection {border:1px solid rgb(146, 146, 146);box-shadow: 0 0 2px rgb(146, 146, 146);outline: none;}
.panel-realty-input-text-full-width {
    width:100%;
    height:23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-realty-input-text-full-limit {
    width:100%;
    max-width:140px;
    height:23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-realty-select{width:340px;border:1px solid #ababab;padding-left:3px;font-size:14px !important;border-radius: 2px;height:21px;}
.panel-realty-select:hover{border:1px solid rgb(146, 146, 146);}
.panel-realty-select:focus{border:1px solid rgb(146, 146, 146);box-shadow: 0 0 2px rgb(146, 146, 146);}
.panel-realty-select_group {text-transform: uppercase;color: rgb(51, 51, 51);background: none repeat scroll 0% 0% rgb(217, 217, 217);}
.panel-realty-checkbox{margin:0 7px 0 0;vertical-align: middle;}




