/* 
    Document   : sc_our_team_admin
    Created on : Jun 25, 2014, 10:07:44 PM
    Author     : Bilal
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.sc_team_member{
    width: 20%;
    float: left;
    overflow: hidden;
}
.sc_team_member img{
    width: 100%;
}

.sc_team_member_update_status .sc_team_member_updating,
.sc_team_member_update_status .sc_team_member_saved{
    display: none;
}

.sc_team_member_inner{
    height: 100%;
    width: 100%;
    position: relative;
}
.sc_team_member_overlay{
    position: absolute;
    height: 20px;
    color: #fff;
    width: 100%;
    bottom: -5px;
    left: 0;
    line-height: 20px;
    background: rgba(50,50,50,0.5);
}

#features {
    margin: auto;
    width: 460px;
    font-size: 0.9em;
}
.connected, .sc_sortable, .exclude, .handles {
    margin: auto;
    padding: 0;
    width: 450px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sc_sortable.grid {
    overflow: hidden;
}
.connected li, .sc_sortable li, .exclude li, .handles li {
    list-style: none;
    border: 1px solid #CCC;
    background: #F6F6F6;
    font-family: "Tahoma";
    color: #1C94C4;
    margin: 5px;
    padding: 5px;
    height: 22px;
}
.handles span {
    cursor: move;
}
li.disabled {
    opacity: 0.5;
}
.sc_sortable.grid li {
    line-height: 80px;
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
}
li.highlight {
    background: #FEE25F;
}
#connected {
    width: 440px;
    overflow: hidden;
    margin: auto;
}
.connected {
    float: left;
    width: 200px;
}
.connected.no2 {
    float: right;
}
li.sc_sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}
.sc_options_table{
    float: left;
    width: 45%;
    
}
.sc_options_table a.button{
    /*margin-bottom: 5px;*/
}
#smartcat_team_member_info_box .sc_options_table h2{
    margin: 0;
}