﻿#pnProfile {
    float: left;
}

.profile-form__label {
    float: left;
    width: 100%;
    height: 25px;
    margin: 10px 0 10px 0;
    font-size: 16px;
    color: #555;
    font-weight: 200;
    text-align: left;
    text-shadow: none;
}

.profile-form {
    float: left;
    display: inline-block;
    width: fit-content;
}

.profile-form__item--selected {
    float: left;
    width: fit-content;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #7bceed;
}
    .profile-form__item--selected:focus {
        float: left;
        outline: none;
        border: none;
        background-color: #7bceed;
    }


.form-field--search {
    color: #555000;
    border-style: none;
    background-color: transparent;
    margin-left: 1px;
    text-align: center;
    font-family: Arial, Tahoma;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #555;
    width: 197px;
}


.profile-form__count {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #9a0b7d;
    border: #9a0b7d 1px solid;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: none;
    float: right;
}

.profile-form__profession-panel {
    float: left;
    position: absolute;
    margin: -12px 0px 5px 35px;
    padding-left: 5px;
    width: 250px;
    text-indent: 5px;
    background-color: #7bceed;
    color: #ffffff;
    z-index: 100;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 5px 5px 15px #555;
    -moz-box-shadow: 5px 5px 15px #555;
    box-shadow: 5px 5px 15px #555;
}

.profile-form__interest-panel {
    float: left;
    position: absolute;
    margin: -12px 0px 5px 35px;
    padding-left: 5px;
    width: 250px;
    text-indent: 5px;
    background-color: #7bceed;
    color: #ffffff;
    z-index: 100;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 5px 5px 15px #555;
    -moz-box-shadow: 5px 5px 15px #555;
    box-shadow: 5px 5px 15px #555;
}

.removable-list__remove {
    float: left;
    margin-top: 4px;
    background: url(/images/ctnl/list_remove_btn_white.png) no-repeat;
}

.dialog-form__input {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    height: 40px;
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-indent: 15px;
    -moz-box-shadow: inset 0px 5px #c9c9c9;
    -webkit-box-shadow: inset 0px 5px #c9c9c9;
    box-shadow: inset 0px 5px #c9c9c9;
    color: #555;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-indent: 10px;
    padding: 5px 5px 0 0;
    line-height: 1;
}

.surface--muted {
    float:left ;
    color: #555000;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 15px 0 5px 0;
    width: 100px;
}

.rounded {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.userbar-form__value-cell {
    color: #555;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
    width: 400px;
}

.form-validation__message {
    float: right;
    position: absolute;
    z-index: 998;
}

.form-field--idle {
    border-style: dotted;
    background-color: #eee;
    text-align: center;
    width: 100%;
    text-align: center;
    font-family: 'proxima-nova', sans-serif, Arial, Tahoma;
    font-style: italic;
}

.form-field--search {
    background-color: #eee;
    text-align: left;
    width: 100%;
    font-family: 'proxima-nova', sans-serif, Arial, Tahoma;
}

#upload {
    float:left;
    height: 40px;
    width: 140px;
    background: transparent;
}

    #upload:hover {
        background: transparent;
        color: #e6d755;
    }

.mark {
    margin: 0 15px 0 30px;
}



.ui-widget-content .table {
    border-spacing: 0;
    border: none;
}

.ui-widget-content {
    background: #ffffff;
}

.ui-dialog {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #C4C4C4;
    box-shadow: 0 0 2px 1px #bbb;
    z-index: 900;
}

    .ui-dialog .ui-dialog-titlebar {
        padding-top: 12px;

    }

.ui-dialog-titlebar, .ui-widget-header {
    height: 50px;
    background: none;
    border: none;
    border-bottom: #e8e8e8 inset 1px;
    font-weight: 400;
    font-size: 18px;
}

    .ui-dialog-titlebar:after {
        background-color: #ffffff;
        content: "\00a0";
        display: block;
        height: 20px;
        left: 40px;
        position: absolute;
        top: -15px;
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        width: 20px;
        border-right: #bbb solid 1px;
        border-bottom: #aaa solid 1px;
    }

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
    border: none;
    background-image: url(/images/ctnl/list_remove_btn.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ui-widget-overlay {
    position: fixed;
}

/* New styles moved from inline */
#divProfessionSelected {
    color: #555;
    float: left;
    font-size: 10px;
    height: 30px;
    margin: 15px;
    width: 100px;
}

.profile-form__photo-upload {
    float: left;
    width: 300px;
    height: auto;
    margin-left: 15px;
}

#pnUploadedUserPhoto {
    float: left;
    margin: 10px 0 0 10px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: #e8e8e8 solid 1px;
    text-align: center;
}

.profile-form__upload-action {
    float: left;
    width:140px;
    height:50px;
    color: #fff;
    margin: 10px 0 0 15px;
    background-image: url("/images/ctnl/ctnl_upload_button.png");
    background-repeat:no-repeat;
    cursor:pointer;
}

.profile-form__upload-label {
    float: left;
    font-size:14px;
    color: #fff;
    margin: 12px 0 0 15px;
}


#status {
    color: #555;
    float: left;
    font-size: 10px;
    margin: 10px auto;
    vertical-align: bottom;
    width: 100%;
    text-align: center;
}


#divInterestSelected {
    color: #555;
    float: left;
    font-size: 10px;
    height: 30px;
    margin: 15px;
    width: 100px;
}

.profile-form__interest-arrow {
    margin-left: 35px;
}

.profile-form__interest-remove,
.profile-form__profession-remove {
    float:left;
    margin: 1px 10px 1px 1px;
    height: 36px;
    background-color: #7bceed;
    color: #fff;
}
    .profile-form__interest-remove:hover,
    .profile-form__profession-remove:hover {
        float: left;
        margin: 1px 10px 1px 1px;
        height: 36px;
        background-color: #7bceed;
        color: #fff;
    }
