﻿/*-------------------------- KEY BOX ---------------*/
.SBox_KeyFA_Yellow
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #FF8C00;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Yellow
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #FF8C00;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Gold
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #E6B400;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Gold
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #E6B400;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Green
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #00A59B;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Green
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #00A59B;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Blue
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #0078FF;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Blue
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #0078FF;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Blue2
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #00AAA0;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Blue2
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #00AAA0;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Pink
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #AA0096;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Pink
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #AA0096;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Red
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #C80000;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Red
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #C80000;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SBox_KeyFA_Gray
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #E0E0E0;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: black;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SBox_KeyEN_Gray
{
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #E0E0E0;
    border-radius: 2px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: black;
    text-align: center;
    cursor: pointer;
}
/*-------------------------- KEY BOX ---------------*/


/*---------------------- KEY ROUND ---------------*/
.SRound_KeyFA_Yellow
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #FF8C00;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Yellow
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #FF8C00;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Green
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #00A59B;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Green
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #00A59B;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Blue
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #0078FF;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Blue
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #0078FF;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Blue2
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #00AAA0;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Blue2
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #00AAA0;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Red
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #C80000;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: White;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Red
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #C80000;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Gray
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #E0E0E0;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    color: black;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.SRound_KeyEN_Gray
{
    width: 100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: #E0E0E0;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    color: black;
    text-align: center;
    cursor: pointer;
}
/*---------------------- KEY ROUND ---------------*/


/*---------------------- KEY ROUND INFO ---------------*/
.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: 1.0em;
    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: 1.0em;
    color: #999999;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_Info span::after
{
    margin-right: 5px;
    font-family: 'AtrinReserveSign1';
    font-size: 20px;
    color: #00A550;
    content: '\E80D';
}
.SRound_KeyEN_Info span::after
{
    margin-left: 5px;
    font-family: 'AtrinReserveSign1';
    font-size: 20px;
    color: #00A550;
    content: '\E80D';
}
.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: 1.0em;
    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: 1.0em;
    color: White;
    text-align: center;
    cursor: pointer;
}
.SRound_KeyFA_InfoSel span::after
{
    margin-right: 5px;
    font-family: 'AtrinReserveSign1';
    font-size: 20px;
    color: White;
    content: '\E80D';
}
.SRound_KeyEN_InfoSel span::after
{
    margin-left: 5px;
    font-family: 'AtrinReserveSign1';
    font-size: 20px;
    color: White;
    content: '\E80D';
}
/*---------------------- KEY ROUND INFO ---------------*/



.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: 1.0em;
    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;
}
.KeyDownload_Link
{
    background-image: url('ImagesFA/Sign-Download.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    width: 117px;
    height: 26px;
    padding: 6px 0px 0px 33px;
    background-color: #006600;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    direction: rtl;
    text-decoration: none;
    color: White;
    cursor: pointer;
    border-radius: 3px;
    -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_Link: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;
    }
}