﻿.SSearch_BackMain
{
    position: relative;
    background-color: #F0F0F0;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.SSearch_TitleFA
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    padding: 25px 0 10px 0;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 1.0em;
    text-align: center;
    color: #147D8C;
    direction: rtl;
}

.SPolicyFA
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    padding: 25px 0 10px 0;
    font-family: 'IRANSans';
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
    direction: rtl;
}
.SPolicyFA a
{
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
}
.SPolicyFA input
{
    display: inline;
    margin-left: 5px;
}
.SPolicyFA span
{
    display: inline;
    margin-left: 5px;
}






















.SKharidar_Panel
{
    position: relative;
    margin: 20px 60px 0 60px;
    padding: 10px 0 10px 0;
    height: auto;
    background-color: White;
    border-radius: 4px;
}
.SKharidar_Panel_Title
{
    margin: 0 5px 0 5px;
    height: auto;
    padding: 10px 0 10px 0;
    background-color: #F0F0F0;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    color: #147D8C;
}
.SKharidar_Panel_Items
{
    position: relative;
    margin: 5px 5px 0 5px;
    height: auto;
    padding: 10px 0 10px 0;
    background-color: #E0E0E0;
    border-radius: 4px;
}
.SKharidar_Items
{
    margin: 5px 20px 0 20px;
    height: auto;
}

.SKharidar_Items_Title
{
    width: 100%;
    height: auto;
    padding: 10px 0 0px 0;
    margin-top: 5px;
    font-size: 1.0em;
    text-align: right;
    color: #0078FF;
    direction: rtl;
}
.SKharidar_Items_TextD
{
    width: 100%;
    height: auto;
    text-align: right;
}

.SKharidar_Items_TextFA
{
    width: 200px;
    height: 33px;
    padding-right: 10px;
    background-color: White;
    border: solid 1px #0078FF;
    border-radius: 5px;
    outline: none;
    overflow: hidden;
    font-family: 'IRANSans';
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: Black;
    direction: rtl;
}
.SKharidar_Items_TextEN
{
    width: 200px;
    height: 33px;
    padding-right: 10px;
    background-color: White;
    border: solid 1px #0078FF;
    border-radius: 5px;
    outline: none;
    overflow: hidden;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: Black;
}
.SKharidar_Items_LabelFA
{
    width: 100%;
    height: auto;
    padding: 5px 0 0 0;
    font-size: 1.0em;
    text-align: right;
    color: Black;
    direction: rtl;
}
.SKharidar_Items_Text_Code
{
    width: 260px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.8em;
    direction: ltr;
    text-align: left;
    letter-spacing: 25px;
    color: #004696;
}



















.SBank_Panel
{
    position: relative;
    margin: 20px 60px 0 60px;
    padding: 10px 0 10px 0;
    height: auto;
    background-color: White;
    border-radius: 4px;
}
.SBank_Panel_Title
{
    margin: 0 5px 0 5px;
    height: auto;
    padding: 10px 0 10px 0;
    background-color: #F0F0F0;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    color: #147D8C;
}
.SBank_Panel_Items
{
    position: relative;
    margin: 5px 5px 0 5px;
    height: auto;
    padding: 10px 0 10px 0;
    border: solid 2px #E0E0E0;
    border-radius: 4px;
}
.SBank_Panel_Text
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    color: #147D8C;
}









@media screen and (min-width:0px) and (max-width:1000px)
{
    .SKharidar_Panel
    {
        margin: 20px 10px 0 10px;
    }
    .SBank_Panel
    {
        margin: 20px 10px 0 10px;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .SKharidar_Panel
    {
        margin: 20px 60px 0 60px;
    }
    .SBank_Panel
    {
        margin: 20px 60px 0 60px;
    }
    .SKharidar_Items_TextFA
    {
        width: 95%;
        padding-right: 5%;
    }
    .SKharidar_Items_TextEN
    {
        width: 95%;
        padding-right: 5%;
    }
    
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .SKharidar_Panel
    {
        margin: 20px 10px 0 10px;
    }
    .SBank_Panel
    {
        margin: 20px 10px 0 10px;
    }
}