﻿/*search by filter*/

/*show hide*/

.toogle_user_edit_wrapper_bubble {
    position: relative; /*slide above the element*/
    /*position: relative;*/ /*slide and push element down*/
    z-index: 9999;
    /*overflow:auto;*/
    /*min-width: 300px;*/
}

.toogle_filter
{
    font-size: 15px;
    color: #000;
    cursor: pointer;
    /*border:thin solid #000;*/
}

    /*title filter font size*/
    .toogle_filter h4, .top_filter
    {
        font-size: 15px;
        color: #000;
    }

/*show top*/
.widget_show_filter
{
    width: 100%;
    background-color: #F5F5F5;
    background: #f9f9ec;
    background: -moz-linear-gradient(top, #f9f9ec 0%, #e5e5d8 100%);
    background: -webkit-linear-gradient(top, #f9f9ec 0%,#e5e5d8 100%);
    background: linear-gradient(to bottom, #f9f9ec 0%,#e5e5d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9ec', endColorstr='#e5e5d8',GradientType=0 );
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.9);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.9);
    box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.9);
    padding: 3px 0 0 0;
}

    /*arrow show top*/
    .widget_show_filter .filter_icon_show /*arrow*/
    {
        background: url(../files/images1/filter/filter_icon_show_hide.png) 0 -25px no-repeat;
        width: 88px;
        height: 25px;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: transparent;
        border: none;
        margin: 0 9px 0 0;
    }

    /*button show top*/
    .widget_show_filter .filter_btn_show /*button*/
    {
        background: url(../files/images1/btns.png) 0 -466px repeat-x;
        color: #fff;
        width: 110px;
        height: 22px;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: transparent;
        border: none;
        margin: 0 -60px 0 0;
        border-radius: 3px;
        text-shadow: -1px -1px 1px #92986b;
    }

    .widget_show_filter .selected_in_filter
    {
        padding: 0 15px 0 15px;
        cursor: pointer;
        /*float:left;*/
        /*display:block;*/
    }

        .widget_show_filter .selected_in_filter .search_type
        {
            color: #84b7c8;
            cursor: pointer;
            
        }

        .widget_show_filter .selected_in_filter .search_gender
        {
            color: #a93131;
            cursor: pointer;
        }

        .widget_show_filter .selected_in_filter .search_age
        {
            color: #a6ac80;
            cursor: pointer;
        }

        .widget_show_filter .selected_in_filter .search_city
        {
            color: #c78f36;
            cursor: pointer;
        }

    /*end show top*/

    .widget_show_filter .filter_btn_show:hover /*button*/
    {
        background: url(../files/images1/btns.png) 0 -488px repeat-x;
    }

    /*bubble pc*/
.widget_hide_bubble {
    min-width: 345px;
    position: absolute;
    /*float:right;*/
    background: #f9f9ec;
    background: -moz-linear-gradient(top, #f9f9ec 0%, #e5e5d8 100%);
    background: -webkit-linear-gradient(top, #f9f9ec 0%,#e5e5d8 100%);
    background: linear-gradient(to bottom, #f9f9ec 0%,#e5e5d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9ec', endColorstr='#e5e5d8',GradientType=0 );
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(105,105,105,0.8);
    -moz-box-shadow: 0px 2px 15px 0px rgba(105,105,105,0.8);
    box-shadow: 0px 2px 15px 0px rgba(105,105,105,0.8);
    padding: 0 0 10px 0;
    overflow: auto;
    margin: 5px -340px 0 0;
    /*border:thin solid #000;*/
}

    .widget_hide_bubble .search_type
    {
    }

    .widget_hide_bubble .search_gender
    {
    }

    .widget_hide_bubble .search_with
    {
        margin: 10px 0 0 0;
    }

.widget_hide_bubble .search_with .line_with {
    width: 1px;
    height: 80px;
    border-right: thin dashed #85A939;
    position: relative;
    margin: -50px 20px 0 0;
    z-index: 1 !important;
}

        .widget_hide_bubble .search_with .circle_with
        {
            position: relative;
            width: 40px;
            height: 40px;
            background-color: #d0e6a2;
            color: #000;
            font-size: 17px;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            z-index: 100 !important;
        }

    /*arrow hide bottom*/
    .widget_hide_bubble .filter_icon_hide /*arrow*/
    {
        background: url('../files/images1/user_profile/close_y.png') 0 0 no-repeat;
        width: 26px;
        height: 25px;
        cursor: pointer;
        background-color: transparent;
        border: none;
        margin: 0px 9px 2px 0;
        float: right;
    }

        .widget_hide_bubble .filter_icon_hide:hover
        {
            background: url('../files/images1/user_profile/close_y_hover.png') 0 0 no-repeat;
        }

  

/*end arrow*/

/*line*/
.line_white
{
    /*background-color:#fff;*/
    width: 1px;
    height: 95px;
    position: absolute;
    border-left: 1px solid #fff;
}

.line_gray
{
    /*background-color:#808080;*/
    width: 1px;
    height: 95px;
    position: absolute;
    border-left: 2px solid #d4d4d4;
}

/*end line*/

/*radio box*/
.rb
{
}

.widget_hide_bubble .search_type .ico
{
    margin: 0 13px 0 0;
}

.widget_hide_bubble .search_gender .ico
{
    margin: 0 13px 0 0;
}

.widget_hide_bubble .search_type label, .search_gender label
{
    font-weight: normal !important;
}

.search_show .ico
{
    float: left;
    margin: 0 13px 0 0;
}
/*icons*/

.top_filter
{
    padding: 0 0 45px 0;
}

/*search show*/
.search_show
{
    float: left;
    /*width:250px;*/
    /*border:thin solid #000;*/
}

    .search_show label
    {
        font-weight: bold !important;
    }

    .search_show .ico_show_withpic
    {
        background: url(../files/images1/filter/camera.png) 0 0px no-repeat;
        width: 16px;
        height: 16px;
        margin: 2px 0 0 4px;
    }

    .search_show input
    {
        float: left;
    }

    .search_show .ddl
    {
        margin: 0 0 0 10px;
    }

/*end search show*/

/*icons*/

.widget_hide_bubble .ico_bubble1 {
    background: url(../files/images1/icons/icons.png) 0 -655px no-repeat;
}

.widget_hide_bubble .ico_bubble2 {
    background: url(../files/images1/icons/icons.png) 0 -713px no-repeat;
}

.widget_hide_bubble .ico_bubble3 {
    background: url(../files/images1/icons/icons.png) 0 -771px no-repeat;
}

/*search gender*/
.widget_hide_bubble .ico_bubble4 {
    background: url(../files/images1/boy_girl2.png) 0 0px no-repeat;
    /*background: url(../files/images1/boy_girl1.png) 0 -1px no-repeat;*/
}

.widget_hide_bubble .ico_bubble5 {
    background: url(../files/images1/boy_girl2.png) 0 -25px no-repeat;
    /*background: url(../files/images1/boy_girl1.png) 0 -24px no-repeat;*/
}
/*end search gender*/

.widget_hide_bubble .ico_bubble_pos {
    width: 20px;
    height: 20px;
    position: relative;
    float: right;
    margin: 0 1px 0 4px;
}

.widget_hide_bubble .input1 {
    float: right;
    margin: 3px 0 0 0;
}

.widget_hide_bubble label {
    float: right;
    margin: 0 0 0 0;
}

/*search_city*/
.widget_hide_bubble .toogle_filter .search_city .slc_area
{
    width: 100%;
}

.center_col
{
    width: 100%;
    padding: 0 15px 5px 15px;
    /*margin: 0 auto 20px auto;*/
    /*border:thin solid #f00;*/
    /*overflow: auto;*/
    z-index:999;
    float:right;
    cursor:default;
}

.center_col2 {
    float:right;
    margin-top:10px;
}

.widget_hide_bubble .col_1
{
    width: 125px;
    float: right;
}

.widget_hide_bubble .col_2 {
    width: 40px;
    float: right;
}

.widget_hide_bubble .col_3 {
    width: auto;
    float: left;
}

.margin_top75
{
    margin-top: 75px !important;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 640px)
{
    .center_col
    {
        width: 100%;
        padding: 0 15px 5px 10px;
        /*margin: 0 auto 20px auto;*/
        /*border:thin solid #f00;*/
        /*overflow: auto;*/
    }

    .widget_hide_bubble
    {
        min-width: 260px;
        margin:10px -250px 0 0;
        float:left;
        width:auto;
    }

        .widget_hide_bubble .col_1 {
            width: auto;
            float: none;
            /*border:thin solid #000;*/
            /*margin: 10px 0 0 0;*/
        }

        .widget_hide_bubble .col_2
        {
            width: 40px;
            float: none;
            padding: 10px 0;
            /*border:thin solid #000;*/
            /*margin: 10px 0 0 0;*/
        }

        .widget_hide_bubble .col_3
        {
            width: auto;
            float: none;
            /*border:thin solid #000;*/
            /*margin: 10px 0 0 0;*/
        }

    .top_filter
    {
        margin: 0 auto;
        padding: 20px 0 20px 0;
        /*padding: 0;
    margin-right: 0;
    text-align: right;
    direction: rtl;*/
    }

    /*search show*/
    .search_show
    {
        /*width:250px;*/
        /*border:thin solid #000;*/
        float: none;
        clear: both;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        direction: rtl;
        position: relative;
        font-size: 14px;
        width: 182px;
    }

    .widget_show_filter
    {
        padding: 3px 0 0 0;
    }

        .widget_show_filter .selected_in_filter
        {
            padding: 2px 15px 0 0;
            margin: 0;
            float: none;
            /*border: 1px solid #f00;*/
            display: block;
        }

    .widget_hide_bubble .search_with
    {
        margin: 0px 11px 2px 0 !important;
    }

         .widget_hide_bubble .search_with .line_with
        {
            height: 1px;
            width: 110px;
            border-top: 1px dashed #85A939;
            position: relative;
            margin: -20px -9px 20px 0;
            z-index: 1 !important;
        }

        .widget_hide_bubble .search_with .circle_with
        {
            position: relative;
            width: 40px;
            height: 40px;
            background-color: #d0e6a2;
            color: #000;
            font-size: 17px;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            z-index: 100 !important;
        }

    .rb {
        /*padding-top:4px;*/
    }
}

@media screen and (max-width: 360px) {
    .center_col {
        width: 100%;
        padding: 0 15px 5px 10px;
        /*margin: 0 auto 20px auto;*/
        /*border:thin solid #f00;*/
        /*overflow: auto;*/
    }

    .widget_hide_bubble {
        min-width: 250px;
        margin: 10px -240px 0 0;
        float: left;
        width: auto;
    }
}
