﻿.NavHolder
{
    height: 30px;
    width: 100%;
    position: relative;
    border-bottom:1px solid #89bbdb;
    
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.NavHolder div
{
    height: 30px;
}
.NavHolder div span,.NavHolder div a
{
    display: block;
    margin-top: 7px;
}
.NavHolder .FistNav span,.NavHolder .FistNav a
{
    margin-right: 30px;
}
.NavHolder .FistNav
{
    position: relative;
    float:right;
    margin-left:25px;
    right: 0px;
    background-image: url(/Images/MasterPage/NavigBack.png);
    background-position:right;
    background-repeat:no-repeat;
}
.Waiting
{
    background-position: left center;
}
.Currnet
{
    background-position: left bottom;
    font-weight: bold;
    color: White;
}
.Past
{
    background-position: left top;
    color: darkgreen;
}


.InputHolder
{
    position: relative;
    overflow: hidden;
    background-color: #89bbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px;
}
.InputHolder div, .InputHolder input, .InputHolder span
{
    position: inherit;
    overflow: hidden;
    height: 13pt;
}
.InputHolder div
{
    height: auto;
    overflow: hidden;
}
.InputHolder input, .InputHolder textarea
{
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    outline: 0px none;
    background-color: transparent;
    position: relative;
    font-family: Tahoma;
    font-size: 9pt;
    line-height: 10pt;
}
.InputHolder textarea
{
    min-height: 150px !important;
    max-height: 300px !important;
    resize: vertical;
}
.InputHolder > div
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: White;
    padding: 2pt;
}

.InputHolder.HaveValidation > div
{
    margin-left: 13pt;
}

.InputHolder > div > input, .InputHolder > div > textarea
{
    width: 100%;
}

.InputHolder.HaveValidation > .Validation
{
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    outline: 0px none;
    background-color: #89bbdb;
    position: absolute;
    height: auto !important;
    width: 12pt;
    left: 2px;
    top: 2px;
    bottom: 2px !important;
    color: Red;
    font-weight: bold;
    text-align: center;
    line-height: 10pt;
    font-size: 11pt;
    padding-top: 4pt;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.InputHolder > div.SelectHolder
{
    height: 14pt !important;
}
.InputHolder > div > select
{
    font-family: Tahoma;
    font-size: 9pt;
    padding: 0;
    margin: 0 2px;
    border: 0px none;
    outline: 0px none;
    height: 14pt !important;
    direction: rtl;
    text-align: right;
}
.SelectValidation
{
    position: absolute;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    outline: 0px none;
    position: absolute !important;
    height: auto !important;
    width: 12pt;
    left: 22px;
    top: 2px;
    bottom: 2px !important;
    color: Red;
    font-weight: bold;
    text-align: center;
    line-height: 10pt;
    font-size: 11pt;
    padding-top: 4pt;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}





.SimaBtn
{
    height: 25px;
    position: relative;
    text-align: center;
    font-size: 8pt;
    max-width: 150px !important;
}
.SimaBtn2
{
    height: 25px;
    position: relative;
    text-align: center;
    font-size: 8pt;
    max-width: 300px !important;
}

.SimaBtn.Active
{
    color: #323232;
}
.SimaBtn.Deactive
{
    color: #AAA;
}
.SimaBtn > div
{
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 25px;
    top: 0px;
    background-image: url('/Images/MasterPage/SimaBtnBack.png');
}
.SimaBtn > div
{
    right: 0px;
}
.SimaBtn > div + div
{
    right: auto;
    left: 0px;
}
.SimaBtn div + div + div
{
    width: 100%;
    background: none;
    color: inherit;
}
.SimaBtn.Active > div
{
    background-position: right 50%;
}

.SimaBtn.Active div + div
{
    background-position: center left;
}
.SimaBtn.Active:hover > div
{
    background-position: top right;
}
.SimaBtn.Active:hover > div + div
{
    background-position: top left;
}

.SimaBtn.Deactive div
{
    background-position: bottom right;
}

.SimaBtn.Deactive div + div
{
    background-position: bottom left;
}

.SimaBtn div + div + div input
{
    position: absolute;
    height: 25px;
    width: 100%;
    top: 0px;
    right: 0px;
    background-color: transparent;
    border: 0px none;
    outline: 0px none;
    font-family: Tahoma;
    font-size: 8pt;
    color: inherit;
}
.SimaBtn.Active div + div + div input
{
    cursor: pointer;
    color: inherit;
}
.SimaBtn.Deactive div + div + div input
{
    cursor: default;
    color: inherit;
}



.Line
{
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}
.Line > div
{
    float: right;
    margin-left: 10px;
}
.Line .Title
{
    padding: 5px 0px;
}
.Line .Info
{
    padding: 5px 0;
    display: block;
    float: right;
    margin-left: 10px;
    
}

.Line .InfoDate
{
    padding: 5px 0;
    display: block;
    float: right;
    margin-left: 10px;
    direction:ltr;  
}


.PageTitr
{
    margin: 30px 0 30px 0;
}

.EngTextBox
{
    direction: ltr;
    text-align: left;
}






.Intro_lblMessage
{
    display: block;
    text-align: right;
    color: Red;
    margin: 5px 0;
}


.SelectSch_SchoolRow
{
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.SelectSch_RefahLogo
{
    position: relative;
    float: right;
    width: 22px;
    height: 22px;
    background-image: url(/Images/MasterPage/RefahLogoSmall.jpg);
}
.SelectSch_SchoolName
{
    margin-right: 30px;
    padding-top: 1px;
    font-size: 9pt;
    text-align: right;
}


#Step2_PersonalInfo
{
    margin-bottom: 20px;
}

#Step2_PersonalInfo .Line .Title, #Step3_FamilyInfo .Title
{
    width: 85px;
}
#Step2_PersonalInfo .Line .Value, #Step3_FamilyInfo .Value
{
    width: 250px;
}
#Step6_Approval .Line .Title
{
    width: 95px;
}
.Step6_InfoPart
{
    margin-bottom: 20px;
}
.Step6_InfoTitle
{
    color: Red;
    margin-bottom: 10px;
}

.text-fa
{
    font-family:tahoma;
    font-size:12px;
}
.text-en-title {
    font-family: 'Times New Roman';
    font-size: 18px;
}

.form_textbox {

}
.form_textbox2 {
    width:350px;
    direction:ltr;
    text-align:left;
}
