﻿
.KeyRound_Y
{
    display: table;
    width: auto;
    height: auto;
    min-width: 80px;
    padding: 7px 30px 7px 30px;
    border: solid 2px rgba(255,140,0,1);
    border-radius: 100px;
    background-color: #FFFFFF;
    font-family: 'IRANSans';
    font-size: 1.2em;
    color: #0078FF;
    text-align: center;
    direction: rtl;
    cursor: pointer;
    -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;
}
.KeyRound_Y:hover
{
    border: solid 2px rgba(255,140,0,0.5);
    background-color: rgba(255,140,0,1);
    color: #FFFFFF;
}
.SBox_KeyFA_Yellow
{
    width: 150px;
    height: auto;
    padding: 5px 0 5px 0;
    background-color: #FF8C00;
    border-radius: 5px;
    font-family: 'IRANSans';
    font-size: 16px;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Yellow
{
    width: 150px;
    height: auto;
    padding: 5px 0 5px 0;
    background-color: #FF8C00;
    border-radius: 5px;
    font-family: 'HelveticaLt';
    font-size: 17px;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Green
{
    width: 150px;
    height: auto;
    padding: 5px 0 5px 0;
    background-color: #00A550;
    border-radius: 5px;
    font-family: 'IRANSans';
    font-size: 16px;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Green
{
    width: 150px;
    height: auto;
    padding: 5px 0 5px 0;
    background-color: #00A550;
    border-radius: 5px;
    font-family: 'HelveticaLt';
    font-size: 17px;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Gray
{
    width: 150px;
    height: auto;
    padding: 5px 0 5px 0;
    background-color: #E0E0E0;
    border-radius: 5px;
    font-family: 'IRANSans';
    font-size: 16px;
    color: black;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Gray
{
    width: 150px;
    height: auto;
    padding: 5px 0 5px 0;
    background-color: #E0E0E0;
    border-radius: 5px;
    font-family: 'HelveticaLt';
    font-size: 17px;
    color: black;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Green
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #00A550;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 16px;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Green
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #00A550;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 16px;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Green span::after
{
    margin-right: 5px;
    font-family: 'AtrinSign';
    font-size: 25px;
    content: 'L';
}
.SRound_KeyEN_Green span::after
{
    margin-left: 5px;
    font-family: 'AtrinSign';
    font-size: 25px;
    content: 'L';
}


.SRound_KeyFA_Info
{
    width: auto;
    height: auto;
    padding: 4px 7px 4px 7px;
    background-color: White;
    border: solid 1px #00A550;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 15px;
    color: #999999;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Info
{
    width: 100px;
    height: auto;
    padding: 4px 7px 4px 7px;
    background-color: White;
    border: solid 1px #00A550;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 15px;
    color: #999999;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Info span::after
{
    margin-right: 5px;
    font-family: 'AtrinSign';
    font-size: 20px;
    color: #00A550;
    content: 'n';
}
.SRound_KeyEN_Info span::after
{
    margin-left: 5px;
    font-family: 'AtrinSign';
    font-size: 20px;
    color: #00A550;
    content: 'n';
}

.SRound_KeyFA_InfoSel
{
    
    width: auto;
    height: auto;
    padding: 4px 7px 4px 7px;
    background-color: #00A550;
    border: solid 1px #00A550;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 15px;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_InfoSel
{
    width: auto;
    height: auto;
    padding: 4px 7px 4px 7px;
    background-color: #00A550;
    border: solid 1px #00A550;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 15px;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_InfoSel span::after
{
    margin-right: 5px;
    font-family: 'AtrinSign';
    font-size: 20px;
    color: White;
    content: 'n';
}
.SRound_KeyEN_InfoSel span::after
{
    margin-left: 5px;
    font-family: 'AtrinSign';
    font-size: 20px;
    color: White;
    content: 'n';
}
.KeyDownload
{
    background-image: url('ImagesFA/Sign-Download.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 7px 0px 0px 33px;
    background-color: #006600;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: White;
    cursor: pointer;
    border-radius: 5px;
    -moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.KeyDownload:hover
{
    background-color: #469600;
}


.SPanel_OKCancel_Keys
{
    float: right;
    width: 250px;
    height: auto;
    margin-bottom:20px;
    text-align: center;
}
@media screen and (min-width:0px) and (max-width:600px)
{
    .SPanel_OKCancel_Keys
    {
        float: none;
        width: 100%;
        clear: both;
    }
}