﻿a
{
    text-decoration: none;
}
.S_Member_Cats
{
    position: relative;
    float: right;
    width: 24.5%;
    height: 25px;
    padding: 10px 0 10px 0;
    margin-left: 0.25%;
    margin-right: 0.25%;
    background-color: rgba(0,120,255,0.15);
    border-radius: 6px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
    color: #0078FF;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.S_Member_Cats:hover
{
    background-color: rgba(0,120,255,0.25);
}
.S_Member_Cats_Sel
{
    position: relative;
    float: right;
    width: 24.5%;
    height: 25px;
    padding: 10px 0 10px 0;
    margin-left: 0.25%;
    margin-right: 0.25%;
    background-color: #0078FF;
    border-radius: 4px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    direction: rtl;
    cursor: pointer;
    top: 0px;
    right: 0px;
}
.S_Member_Cats_Hide
{
    position: relative;
    float: right;
    width: 12.5%;
    height: 25px;
}
.S_Member_Cats_Sep
{
    float: none;
    width: 100%;
    clear: both;
    height: 2px;
    border-top: solid 1px #0078FF;
    margin-top: 2px;
    display: none;
}
.S_Member_Cats_Sep1
{
    float: none;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    clear: both;
    height: 2px;
    border-top: solid 1px #AAAAAA;
    margin-top: 2px;
}





.S_Member_Cats_Pack
{
    position: relative;
    float: right;
    width: 49%;
    height: 25px;
    padding: 10px 0 10px 0;
    margin-left: 0.25%;
    margin-right: 0.25%;
    background-color: #D9D9D9;
    border-radius: 4px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.S_Member_Cats_Pack:hover
{
    background-color: #E0E0E0;
}
.S_Member_Cats_Pack_Sel
{
    position: relative;
    float: right;
    width: 49%;
    height: 25px;
    padding: 10px 0 10px 0;
    margin-left: 0.25%;
    margin-right: 0.25%;
    background-color: #FFFFFF;
    border: solid 1px #0078FF;
    border-radius: 4px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #0078FF;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.S_Member_Cats_Pack_Sep
{
    float: none;
    width: 100%;
    clear: both;
    height: 4px;
    display: none;
}


.S_Member_Pack_Table
{
    width: 100%;
    height: auto;
    border: solid 1px #0078FF;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
}


.S_Member_TopDesc
{
    position: relative;
    width: auto;
    height: auto;
    margin: 10px 10px 20px 10px;
    padding: 15px;
    border: solid 1px #0078FF;
    border-radius: 6px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #505050;
    text-align: justify;
    clear: both;
    line-height: 25px;
}
.S_Member_File
{
    float: right;
    width: 300px;
    height: auto;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: right;
    color: black;
    direction: rtl;
}
.S_Member_File_Up
{
    width: 100%;
}
.S_Member_Pic_Main
{
    float: Left;
    width: 200px;
    height: auto;
    padding: 10px 10px 10px 10px;
    margin: 5px;
    background-color: white;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
    border-radius: 6px;
}
.S_Member_Pic_File
{
    width: 200px;
    height: 200px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border: solid 1px #CCCCCC;
}
.S_Member_Other_File
{
    width: 200px;
    height: auto;
    padding: 10px 0 10px 0;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    color: #00A550;
    direction: rtl;
}
.SButton_Upload
{
    width: 140px;
    height: 25px;
    background-color: #00A550;
    border-radius: 6px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    color: white;
    direction: rtl;
    cursor: pointer;
}

.SEPayment
{
    position: relative;
    float: right;
    width: 33.333%;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    border-radius: 4px;
    background-color: transparent;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    text-align: center;
    direction: rtl;
    line-height: 30px;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.SEPayment:hover
{
    background-color: #FAFAFA;
}




@media screen and (min-width:0px) and (max-width:900px)
{
    .S_Member_File
    {
        float: none;
        width: 100%;
        text-align: center;
        clear: both;
    }
    .S_Member_Pic_Main
    {
        float: none;
        width: 100%;
        padding: 10px 0 10px 0;
        margin: 20px 0 0 0;
        clear: both;
    }
}

@media screen and (min-width:0px) and (max-width:900px)
{
    .S_Member_Cats
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Member_Cats_Sel
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Member_Cats_Hide
    {
        display: none;
    }
    .S_Member_Cats_Sep
    {
        display: block;
    }


    .S_Member_Cats_Pack
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Member_Cats_Pack_Sel
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Member_Cats_Pack_Sep
    {
        display: block;
    }
    
}

@media screen and (min-width:0px) and (max-width:700px)
{
    .S_Member_TopDesc
    {
        padding: 10px;
    }
    .SEPayment
    {
        float: none;
        width: 100%;
        clear: both;
    }
}