#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;

}

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

.sp_a_gray {
    color: #555555 !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:#888;
    font-size: 13px;
    padding-left:5px;
}

.panel-dash {

    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 solid #E6E6E6;
    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;
}