
/**
 * Login
 */

#login {
    width: 50%;

    margin: 50px auto 0 auto;
}

#login .profile-form input[type="submit"] {
    margin-top: 30px;
    float: none;
}

#login .profile-form .button-row {
    text-align: center;
}

/**
 * Content
 */

#content {
    width: 75%;

    margin: 0 auto 0 auto;
}

h1 {
    position: relative;
    text-align: center;

    font-size: 16px;
    line-height: 30px;

    margin: 15px 0 24px 0;
    width: 100%;

    border-radius: 2px;

    color: #383838;
    background-color: #E9E9E9;
}

/**
 * Profile form
 */

.profile-form-wrapper p {
    margin: 10px 0 0 0;
    padding: 5px 20px 0 20px;
    font-weight: 900;
    font-size: 0.75rem;
    color: #383838;
}

.profile-form-wrapper p.error {
    color: #F12222;
}

.profile-form {
    position: relative;
    padding: 0;
    margin: 0 0 30px 0;

    list-style: none;
    box-sizing: border-box;

    font-size: 14px;
    line-height: 24px;
}

.profile-form legend,
.profile-form .legend {
    position: relative;
    text-align: center;

    font-size: 12px;
    font-weight: 600;
    line-height: 30px;

    margin: 5px 0 10px 0;
    width: 100%;

    border-radius: 2px;

    color: #383838;
    background-color: #EEEEEE;
}

.profile-form fieldset,
.profile-form div.fieldset {
    border: none;

    margin: 20px 40px 0 40px;
    padding: 2px 0 10px 0;
}

.profile-form .form-row {
    float: left;
    padding: 4px 0;
    width: 100%;
}

.profile-form .field {
    position: relative;
    width: 100%;

    margin: 0;
    padding: 0;

    background-color: #ffffff;
}

.profile-form .field.disabled {
    background-color: #eeeeee;
}

.profile-form .field label,
.profile-form .field .label {
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 0 0 0 25px;
    width: 175px;
    height: 100%;

    background-color: #26348B;
    color: #FFFFFF;

    text-align: left;
    font-weight: bold;

    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-form .field.disabled label,
.profile-form .field.disabled .label {
    background-color: #AAAAAA;
}

.profile-form fieldset.wide_labels .field label,
.profile-form fieldset.wide_labels .field .label {
    width: 275px;
}

.profile-form .field .error-labels {
    position: relative;
    width: 100%;

    box-sizing: border-box;

    padding: 0 0 0 200px;
    margin: 0;
}

.profile-form .field .error-labels p {
    font-size: 14px;
    line-height: 18px;

    padding: 0 5px 0 5px;
    margin: 2px 0 0 0;

    font-weight: 900;
    font-size: 0.75rem;

    color: #F12222;
}

.profile-form fieldset.wide_labels .field .error-labels {
    padding: 0 0 0 300px;
}

.profile-form .field .value {
    display: block;

    box-sizing: border-box;

    margin: 0;
    padding-left: 210px;
    padding-right: 10px;

    border-radius: 2px;

    color: #383838;
}

.profile-form fieldset.wide_labels .field .value {
    padding-left: 310px;
}

.profile-form .field .value {
    border: 1px solid #e5e5e5;
}

.profile-form .field .value.error {
    border: 1px solid #ED9393;
}

.profile-form .field select {
    height: 26px;
    line-height: 26px;
}

.profile-form input[type="reset"] {
    float: left;
}

.profile-form input[type="submit"] {
    float: right;
}

.profile-form p.info-label {
    text-align: center;
}

.profile-form p.error {
    background-color: #EFBFBF;
}

.profile-form .value input,
.profile-form .value p.input,
.profile-form .value select {
    display: inline-block;
    box-sizing: border-box;
    width:100%;

    padding: 0;
    margin: 0;

    font-weight: normal;
    font-size: 12px;
    color: #383838;

    border: 0;
    line-height: 22px;
    background-color: transparent;
    text-decoration: none;
}

.profile-form .field.disabled p.input {
    color: #666666;
}

.profile-form .button-row {
    margin-top: 25px;

    width: 100%;
}
