.en-cms-profile-form {
    background: #FFF;
    margin: 0 auto;
    padding-left: 15%;
    display: flex;
    flex-direction: column;
    max-width: 750px;
}
.en_profile_flex{
    display: flex;
}
.en_profile_left_div{
    width: 20%;
    font-weight: bold;
    margin-right: 3%;
    margin-bottom: 3%;
}
.en-profile-create_acc_btn{
    margin-left: 100px ;
}
.en_profile_community_div{
    width: 100%;
    padding-left: 15%;
}
.en_profile_row {
    width: 100%;
    margin-bottom: 10px;
}
.en_profile_right_div{
    width: 80%;
}
.en-cms-profile-form .dd {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 70%;
}
.en-cms-profile-form .dd {
    line-height: 28px;
}

.en-cms-profile-form #community-fields { /*behavior: url(/apps/shared/PIE.htc);*/
    zoom: 1;
    position: relative;
}

.en-cms-profile-form .dd .option {
    margin: 0 0 3px 0;
    position: relative;
}
.en-cms-profile-form .dd .option label * {
    vertical-align: middle
}
.en-cms-profile-form .dd .option label {
    display: inline-block;
    padding: 8px 0;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    font-style: italic;
    color: #666;
    font-family: Arial;
    *display: inline;
    *zoom: 1;
}
.en-cms-profile-form .dd .option .checkbox {
    margin: 0 3px 2px 0 !important;
}

.en-cms-profile-form .dd .option .year {
}
.en-cms-profile-form .dd .option .options {
    display: inline-block;
    position: absolute;
    left: 10px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.en-cms-profile-form .dd .option .visible-options {
    position: relative;
    visibility: visible;
}
#studentID {
    margin: 8px 0 0 0;
}
.en-cms-profile-form .dd .disabled-option {
    color: #AAA;
    opacity: .5;
}

.en-cms-profile-form .dd .readonly-option {
    display: none;
}
.en-cms-profile-form em.error-msg {
    display: none;
    font-size: 13px;
    margin: 0 0 0 9px;
    padding: 4px 6px;
    position: absolute;
}
.en-cms-profile-form em.error-msg.v2 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ff0000;
    position: relative;
    margin: 0 0 0 9px;
    font-size: 13px;
}
.en-cms-profile-form em.error-msg.v2.center.error {
    display: inline-block;
    margin: 0 auto !important;
}
.en-cms-profile-form em.error-msg.v2.error {
    display: block !important;
}

.en-cms-profile-form em.error-msg.v2.abs {
    position: absolute;
    top: -3px;
    right: -239px;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#error-iAm.error {
    /*width: 376px !important;*/
}

.en-cms-profile-form #community-fields {
    padding: 0 15px 0 8px;
}

.en-cms-profile-form .focus-prompt {
    background: #fdffc1;
    margin: -15px 0;
    padding: 15px 0;
}

.en-cms-profile-form .hr {
    display: block;
    height: 1px;
    font-size: 0;
    background: #e6e6e6;
    margin: 15px 15px 15px 15px;
}

#asi-img {
    display: block;
    margin: 0 0 10px 0;
}

#community-description {
    /*width: 366px;*/
    font-size: 14px;
    line-height: 18px;
    margin: 6px 0 8px !important;
}

.option label {
    font-size: 15px !important;
    color: #333 !important;
}
#delete-account-btn {
    background-color: #fb6b5b;
    cursor: pointer; /*color: #FFF!important;*/
    border-radius: 4px;
    float: right;
    margin-right: 15px;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#account-submit-btn {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
#oldPassword-prompt {
    display: none;
}
.en-cms-profile-form.edit #password1-prompt,
.en-cms-profile-form.edit #password2-prompt {
    display: none;
}
#change-password-lnk {
    display: block;
    margin: 5px 0;
    font-size: 13px;
}

.en-cms-profile-form.change-password #oldPassword-prompt,
.en-cms-profile-form.change-password #password1-prompt,
.en-cms-profile-form.change-password #password2-prompt {
    display: block;
}
.en-cms-profile-form.change-email #oldPassword-prompt {
    display: block;
}
.en-cms-profile-form.change-email #change-password-lnk {
    display: none;
}
.en-cms-profile-form.change-password #change-password-lnk {
    display: none;
}
.placeholder {
    color: #ADADAD !important;
}
span.placeholder {
    position: absolute;
    font-style: italic;
    font-family: Arial;
    font-size: 13px;
    margin: 0 0 0 8px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ADADAD !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*     color:    #ADADAD!important; */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*     color:    #ADADAD!important; */
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ADADAD !important;
}
::-ms-reveal {
    display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Google Chrome only - fix margins */
    button span {
        margin-top: -1px;
    }
}
.greenbg {
    background-color: yellow;
    background-image: url(/apps/pics/pretty_button/button_green.png);
}
.greenbg span {
    background-image: url(/apps/pics/pretty_button/button_green.png);
}
.pretty-button:active, .pretty-button-active { /* the redundant class is used to apply the hover state with a script */
    background-position: right -29px;
    outline: 0;
}
.pretty-button-active {
    background-position: right -29px !important; /* if class is applied should take priority */
}
.pretty-button:active span, .pretty-button-active span {
    background-position: left -29px;
}
@media (max-width: 576px) {
    .en_profile_flex{
        display: flex;
        flex-direction: column;
    }
    .en-cms-profile-form{
        padding: 2%;
    }
    .en_profile_left_div{
        width: 100%;
        margin-bottom: 1%;
    }
    .en_profile_right_div{
        width: 100%;
    }
    .en-profile-create_acc_btn{
        margin-left: 0;
    }
    .en_profile_community_div{
        padding-left: 0;
    }
    .en-cms-profile-form .hr{
        display: none;
    }
    .en-cms-profile-form .en_profile_right_div input ,
    .en-cms-profile-form .en_profile_right_div select{
        width: 80%;
    }
    #password2-prompt .en_profile_right_div{
        margin-top: -10px;
    }

}

