﻿select {
    height: 30px !important;
}
.RGform fieldset {
    width:95%;
    border:#ccc solid 1px;
}
.RGform input,
.RGform select {
    height: 20px;
    padding: 2px;
    background-color:white;
}
.RGform .EnName {
    direction:ltr;
}
.RGform .EnName td {
    text-align:left;
}

.RGform .mandatory{
    color:red;
}
.RGform .teamLeader {
    float:left;
    display:inline-block;
    position:relative;
    top: 0px;
}
    .RGform .teamLeader label {
    position:relative;
    top:-5px;
    }
.RGform .birthDate,
.RGform .ID,
.RGform .Phone,
.RGform .School,
.RGform .parent,
.RGform .mentorJob,
.RGform .mentorCont,
.RGform .mentorID {
    width:50%;
    float:right;
}
.RGform .Gender {
    width: 20%;
    float: right;
    display: block;
}
.RGform .genderTable table,
.RGform .projectTable table
{
    padding:0px !important;
    margin:0px !important;
    border:none !important;
    top: -7px;
    position: relative;
}
.RGform .genderTable table label,
.RGform .projectTable table label{
     top: -7px;
    position: relative;
}
.RGform .EnName table,
.RGform .ArName table {
    padding:0px !important;
    margin:0px !important;
    border:none !important;
    position: relative;
}
    .RGform .genderTable table td {
    width:100px;
    }
.RGform legend {
margin-bottom:10px;
}

.login {
display:block;
border:1px #ccc solid;
width:300px;
margin-left:auto;
margin-right:auto;
padding:20px;
}
.RGform .loginLabel {
    display:block;
    width:100px;
    float:left;
    text-align:right;
}
.RGform .login input {
    width:220px;
    height:25px;
    color:gray;
    padding-left:5px;
}
.RGform .Button,
.sideMenu .Button {
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 15px;
    line-height: 1px;
    width:120px;
    color:black;
    background-color:#ffffcc
}
.RGform .ButtonSubmission {
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 15px;
    line-height: 1px;
    width:150px;
    color:black;
    height:50px;
    background-color:#ffd800;

}
.RGform h4 {
    margin:7px 7px 10px ;
    display:block;
    padding:5px;
}
    .RGform .DeleteUser
    {
      display:block;
      float:left;
      border:none !important;
      margin-left:5px;
      margin-top:5px;
    }
    .RGform .DeleteUser span {
    display:inline-block;
    position:relative;
    top:-4px;
    right:10px;
    font-weight: bold;
    }
.RGform .AddUser img{
    border:none !important;
}
.RGform .form {
    background-color:#ffd;
    padding:5px;
    border:1px solid gray;
    margin-top:20px;
    transition: visibility 0s, opacity 0.5s linear;
}
.RGform .upload input {
    border:none;
    background:none;
    width:auto;
    height:auto;
    vertical-align:middle;
}
#MRG table {
    line-height:0px;
}
#MRG ul li a:link,
#MRG ul li a:visited,
#MRG ul li.active {
    color: #666666;
    font-weight: bold;
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    height: 10px;
    padding-top: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #F3F3F3;
}
#MRG ul li a:hover {
    border-left: 5px solid #FFCC00;
}
#MRG ul li.active {
    color:#ccc;
}
.fixed {
    position:fixed;
    top:20px;

}
.textArea {
    resize:vertical;
}





