.member-invited {
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -17px -1px;
}

.member-invited>li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 20px 17px;
    margin: 0;
    border-bottom: 1px solid [main_bordcolor];
    border-right: 1px solid [main_bordcolor];
    position: relative;
}

.member-invited li:nth-child(3n+3) {
    border-right: none;
}

.member-cross {
    font-size: 0;
    text-indent: -100000px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url([member_cross_png]) 50% 50% no-repeat;
}

.member-invited li .options {
    margin: -23px 0 0 48px;
}

.member-invited li .options>li {
    font-size: 13px;
    color: #6f695f;
    line-height: normal;
    font-style: italic;
    font-weight: 300;
    border: none;
    width: auto;
    padding: 0;
    margin-right: 10px;
}

.member-invited li .options>li .status-select-dropdown {
    top: 74px;
}

.member-invited li .options>li .status-change {
    vertical-align: top;
    padding: 2px;
}

.member-invited li .options>li .status-change>i {
    font-size: 10px;
    color: #252525;
}

.user_ul i {
    display: none;
}

.member-invited li .options>li i {
    font-size: 13px;
    color: #dd013f;
    margin-right: 4px;
}

.member-invited li .options li:last-child {
    margin-right: 0;
}

.member-invited li .options li.selected {
    color: #6f695f;
}

.member-invited li .options li.selected i {
    color: #ffb3c8;
}

.member-invited li .options li.cursor {
    cursor: pointer;
}


/*------------------------------*/

.member-invitees {
    font-size: 0;
    letter-spacing: 0;
    /*margin:0 -17px;*/
}

.member-invitees li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 0 45px;
}

.member-invitees li div {
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    padding: 16px;
    margin-right: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.member-invitees li div:hover,
.member-invitees li div.selected {
    padding: 15px;
    border: 1px solid [main_bordcolor];
}

.member-invitees li div.disabled {
    cursor: default;
}

.member-invitees li div.disabled:hover {
    border: none;
    padding: 16px;
}

.member-invitees li img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
    height: 40px;
}

.member-invitees li label {
    font-size: 14px;
    color: #0076d4;
    font-style: italic;
    font-weight: 300;
    position: relative;
}

.member-invitees li label input {
    opacity: 0;
    position: absolute;
    left: -1000000px;
}

.member-invitees li div.selected label {
    color: #209900;
}

.member-invitees li div.disabled img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.2;
    /* Safari 1.x */
    -khtml-opacity: 0.2;
    /* Good browsers */
    opacity: 0.2;
}

.member-invitees li div.disabled label {
    color: #a3a3a3;
}

.add-personal-mssg {
    position: relative;
    margin-bottom: 10px;
}

.add-personal-mssg textarea {
    font-size: 14px;
    color: #868686;
    font-style: italic;
    font-weight: 300;
    border-color: [main_bordcolor];
    background-color: #fffdfa;
    height: 101px;
}

.add-personal-mssg i {
    font-size: 21px;
    color: #868686;
    position: absolute;
    top: 12px;
    right: 12px;
}

.rag {
    font-size: 11px;
    color: #362d20;
    line-height: 12px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.rag span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 3px;
}

.rag span.amber {
    background-color: #ffbf00;
}

.rag span.red {
    background-color: #ff3304;
}

.rag span.green {
    background-color: #57ff04;
}

.member-invited li .project-status,
.member-invited li .role-status {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.member-invited li .project-status .current {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 0 30px 0 0;
    background: url(../images/common/new-member-arrw.png) 100% 0 no-repeat;
}

.member-invited li .project-status .current.active {
    background-position: 100% 100%;
    padding-right: 50px;
}

i.purple {
    color: #dd013f;
}

i.semi-purple {
    color: #fbadc2;
}

i.remove {
    color: #6f695f;
}

.member-invited li .project-status ul {
    width: 106px;
    background-color: #f4f4f4;
    right: 0;
    left: inherit;
    top: 22px;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.member-invited li .project-status ul:after,
.member-invited li .project-status ul:before {
    display: none;
}

.member-invited li .project-status ul li {
    margin: 0;
    padding: 0 6px;
    line-height: 22px;
}

.member-invited li .project-status ul li:hover {
    background-color: #e9e9e9;
}

.member-invited li .role-status .options {
    margin: 0;
}

.member-invited li .role-status .options .status-select-dropdown {
    top: 29px;
    right: 0;
    left: inherit;
}

.member-invited li .role-status .options .status-select-dropdown:after,
.member-invited li .role-status .options .status-select-dropdown:before {
    left: 90%;
}