﻿.S_M_Filters_Main
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    background-color: #0078FF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 10px rgba(0,120,255,0.5);
}

.S_M_Filters_L
{
    float: left;
    display: table;
    width: auto;
    height: auto;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
}
.S_M_Filters_R
{
    float: right;
    display: table;
    width: auto;
    height: auto;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
}
.S_M_Filters_LR_Title
{
    float: right;
    width: auto;
    height: auto;
    margin-left: 5px;
    padding-top: 3px;
    text-align: center;
    color: #B4C8FF;
}
.S_M_Filters_LR_Filter
{
    float: right;
    width: auto;
    height: auto;
}
.S_M_Search_R
{
    float: right;
    display: table;
    width: auto;
    height: auto;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
}
.S_M_Search_LR
{
    position: relative;
    float: right;
    width: 400px;
    height: 40px;
}
.S_M_Filters_Sep
{
    float: none;
    width: 100%;
    clear: both;
    height: 2px;
    border-top: solid 1px #B4C8FF;
    margin-top: 2px;
    display: none;
}





@media screen and (min-width:0px) and (max-width:1100px)
{
    .S_M_Filters_L
    {
        float: none;
        margin-left: 0px;
    }
    .S_M_Filters_R
    {
        float: none;
        margin-right: 0px;
    }
    .S_M_Search_R
    {
        float: none;
        margin-right: 0px;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_M_Filters_Sep
    {
        display: block;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_M_Filters_LR_Title
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_M_Filters_LR_Filter
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_M_Search_R
    {
        width: 100%;
        margin-right: 0px;
    }
    .S_M_Search_LR
    {
        float: none;
        width: auto;
        clear: both;
        margin-left: 10px;
        margin-right: 10px;
    }
}