#profile-wrapper input[type="text"],
#profile-wrapper input[type="password"],
#profile-wrapper textarea,
.reset-password-form input[type="password"] {
    font-family: 'Dinar', Arial, sans-serif;
    border: 2px solid #dddddd;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), white);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.6), white);
    padding: 10px;
    color: #888;
    border-radius: 3px;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 white, rgba(0, 0, 0, .35) 0 4px 5px -5px inset;
    -moz-box-shadow: 0 1px 0 white, rgba(0, 0, 0, .35) 0 4px 5px -5px inset;
    box-shadow: 0px 1px 0 white, rgba(0, 0, 0, .35) 0 4px 5px -5px inset;
}

#profile-wrapper label input[type="radio"] {
    margin-right: 8px;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

#profile-wrapper input[type="checkbox"] {
    position: relative;
    top: 4px;
}

#profile-wrapper select {
    font-family: 'Dinar', Arial, sans-serif;
    margin: 0 5px;
}

#profile-wrapper label:first-child input[type="radio"] {
    margin-right: 0;

}

#profile-wrapper input:focus, #profile-wrapper textarea:focus {
    outline: none;
    color: #333;
}

#profile-wrapper button[type="submit"],
#profile-wrapper input[type="submit"],
#profile-wrapper input[type="reset"],
#profile-wrapper input[type="button"],
.reset-password-form button {
    background-color: #88c7c5;
    float: right;
    height: 28px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    border: none;
    padding: 2px 20px;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Dinar', Arial, sans-serif;
}

#profile-wrapper button[type="submit"]:hover,
#profile-wrapper input[type="submit"]:hover,
#profile-wrapper input[type="reset"]:hover,
#profile-wrapper input[type="button"]:hover,
.reset-password-form button:hover {
    background-image: url('../img/profile/nav-gradient.png');
}

#profile-wrapper button[type="submit"]:disabled,
#profile-wrapper input[type="submit"]:disabled,
#profile-wrapper input[type="reset"]:disabled,
#profile-wrapper input[type="button"]:disabled,
.reset-password-form button:disabled {
    cursor: default;
    color: #666;
    background-color: #B9B9B9;
    background-image: url('../img/profile/nav-gradient.png') !important;
}
#notifications button {
    border: none;
    cursor: pointer;
    background: url("../img/profile/notification-email-icon.png") no-repeat right;
    font-family: 'Dinar', Tahoma, sans-serif;
    font-size: 12px;
    color: #66667D;
    text-align: right;
    margin-top: 5px;
    padding: 5px 35px 5px 5px !important;
}
#profile-wrapper {
    font-family: 'Dinar', Tahoma, sans-serif;
    direction: rtl;
}

#profile-wrapper form .error,
.reset-password-form form .error {
    color: #ec5d5d;
    margin: 0;
    font-size: 11px;
    font-family: 'Dinar',Arial, sans-serif;
}

#profile-wrapper form .success,
.reset-password-form form .success {
    color: #73AF59 !important;
    margin: 0;
    font-size: 11px;
    font-family: 'Dinar',Arial, sans-serif;
}

#profile-wrapper form .error, #profile-wrapper form .success {
    margin-right: 185px;
    line-height: 16px;
}

#profile-wrapper .mobile .success {
    background: none;
}
.profile-heading {
    margin: 5px 0 0 0;
}

.profile-tabs #tabs-nav {
    text-align: right;
    position: relative;
    float: right;
    display: inline;
    width: 100px;
    margin-top: 90px;
}

.profile-tabs #tabs-nav li {
    list-style: none;
    padding-right: 5px;
    margin-bottom: 5px;
    line-height: 0;
}

.profile-tabs #tabs-nav li.active a {
    line-height: 290%;
    background: #C4122F;
    width: 110px;
    height: 40px;
}

.profile-tabs #tabs-nav li a {
    text-decoration: none;
    color: #fff;
    line-height: 250%;
    background: url('../img/profile/nav-gradient.png') #666;
    width: 35px;
    height: 35px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.profile-tabs #tabs-nav li a span {
    width: 100%;
    height: 100%;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.profile-tabs #tabs-nav li.personal-info a > span {
    background: url('../img/profile/personal-icon.png') no-repeat 9px 8px transparent;
}

.profile-tabs #tabs-nav li.account-info a > span {
    background: url('../img/profile/account-icon.png') no-repeat 9px 8px transparent;
}

.profile-tabs #tabs-nav li.personal-info.active a > span {
    background: url('../img/profile/personal-active-icon.png') no-repeat 82px 8px transparent;
}

.profile-tabs #tabs-nav li.account-info.active a > span {
    background: url('../img/profile/account-active-icon.png') no-repeat 82px 8px transparent;
}

.profile-tabs #tabs-nav li a span span {
    visibility: hidden;
    display: none;
}

.profile-tabs #tabs-nav li.active a span span {
    padding-right: 35px;
    visibility: visible;
    display: block;
}

#tabs-nav .active a {
    background-position: 100% 0;
    color: #484848;
    z-index: 20;
}



#tabs-body li {
    /*margin: 10px 15px;*/

}

#tabs-body h2 {
    background: url('../img/profile/profile-h2.png') center repeat-x;
}

#tabs-body span {

}

#tabs-body li input[type="text"], #tabs-body input[type="password"], #tabs-body textarea {
    width: 478px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#tabs-body li input[disabled] {
    color: black;
    cursor: default;
    background: #f4f6f6;
    border: 2px solid #d5dbdb;
    line-height: 25px;
}

#tabs-body .control-group {
    padding-bottom: 15px;
}

#tabs-body .username input {
    text-align: left;
    font-family: Helvetica, Tahoma, sans-serif;
    font-size: 13px;
}

#tabs-body .controls {
    display: inline;
}

#tabs-body li label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 15px;
    width: 170px;
    padding-left: 10px;
}

#tabs-body li.active {
    display: block;
    padding-top: 10px;
    background-position: 100% 0;
    color: #222222;
    z-index: 20;
    opacity: 1;

}

#tabs-body .form-actions {
    margin-top: 20px;
    padding-bottom: 30px;
}

#tabs-body .status {
    margin-right: 184px;
    height: 22px;
    direction: rtl !important;
    text-align: right;
}

.hide {
    display: none;
}

.control-check-box {
    direction: ltr;
    text-align: right;
}
.gender {
    margin-bottom: 30px;
}
/* ------------------ */
#tabs-body fieldset {
    border: none;

}

#tabs-body fieldset .ltr {
    direction: ltr;
}

#tabs-body .teaser li {
    display: block !important;
}

#tabs-body .gender .controls label {
    width: auto !important;
    font-size: 14px;

}

#tabs-body .help-block {
    margin-right: 190px;
    color: #646f7c;
    font-family: Tahoma;
    font-size: 10px;
    font-style: italic;
}

#tabs-body .personal-info-content form .form-actions {
    display: none;
}

/*----------------------------------------
Reset Password Page
-----------------------------------------*/
.reset-password-form {
    width: 265px;
    margin: 30px auto 0 auto;
    font-family: 'Dinar', Arial, sans-serif;
    font-size: 15px;
    color: #666;

}
.reset-password-form h2 {
    margin-bottom: 15px;
    color: #333
}

.reset-password-form .status {
    height: 16px;
}

.reset-password-form input[type="password"] {
    margin: 10px 0 10px 0;
    padding: 10px;
    width: 227px;
    direction: ltr;
}
.reset-password-form .reset-password-inner {
    width: 100%;
    padding-top: 120px;
    background: url("../img/key-icon.png") no-repeat center;
}
.reset-password-form button {
    width: 249px;
    margin-top: 10px;
}