﻿.S_Pager_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-top: 20px;
}
.S_Pager_Body
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    padding: 10px;
    background-color: transparent;
    border-radius: 3px;
}
.S_Pager_Keys_Main
{
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin: 2px;
}
.S_Pager_Keys, .S_Pager_Keys_Sel, .S_Pager_Keys_Sign, .S_Pager_Keys_Dis, .S_Pager_Keys_Sign_Dis
{
    width: auto;
    height: auto;
    padding: 3px 7px 3px 7px;
    border-radius: 3px;
    border: none;
    outline: none;
    text-align: center;
    vertical-align: middle;
}
.S_Pager_Keys
{
    background-color: rgba(100,143,202,0.0);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
    cursor: pointer;
}
.S_Pager_Keys_Sel
{
    background-color: rgba(100,143,202,1.0);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: #FFFFFF;
}
.S_Pager_Keys_Sign
{
    background-color: rgba(100,143,202,0.0);
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    color: #000000;
    cursor: pointer;
}
.S_Pager_Keys_Dis
{
    background-color: transparent;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: #999999;
}
.S_Pager_Keys_Sign_Dis
{
    background-color: transparent;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    color: #999999;
}
.S_Pager_Keys:hover
{
    background-color: rgba(100,143,202,0.5);
    color: #FFFFFF;
}
.S_Pager_Keys_Sign:hover
{
    background-color: rgba(100,143,202,0.5);
    color: #FFFFFF;
}
.S_Pager_More
{
    width: auto;
    height: auto;
    padding: 3px 7px 3px 7px;
    background-color: transparent;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}
.S_Pager_Sep_Mobile
{
    width: 100%;
    clear: both;
    display: none;
}
.S_Pager_Text
{
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    color: #666666;
}


@media screen and (min-width:0px) and (max-width:700px)
{
    .S_Pager_Sep_Mobile
    {
        display: block;
    }
}
@media screen and (min-width:0px) and (max-width:500px)
{
    .S_Pager_Body
    {
        padding: 5px;
    }
    .S_Pager_Keys_Main
    {
        margin: 3px 1px 3px 1px;
    }
    .S_Pager_Keys, .S_Pager_Keys_Sel, .S_Pager_Keys_Sign, .S_Pager_Keys_Dis, .S_Pager_Keys_Sign_Dis
    {
        padding: 2px 4px 2px 4px;
    }
}