
/**************** adding teams styles *******************/

#ldmv2refresher_teams_container::after, #ldmv2refresher_teams_container::before {
    content: '';
    display: table;
    clear: both;
}

#ldmv2refresher_teams_container li{
    display: block;
    width: 31.3%;
    float: left;
    margin: 0 1% 20px;
    background-color: #23282d;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px;
}

#ldmv2refresher_teams_container li .delete_team {
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #ccc;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    line-height: normal;
    margin-top: 3px;
}

.entry-content #ldmv2refresher_teams_container{
    padding-top:50px;
    padding-left:0px;
}

#ldr_team_form_sec{
    min-height:750px;
}

#ldmv2refresher_teams_submit, #add_team, #ldmv2refresher_assign_teams_submit{
    background-color: #729530;
    padding: 4px 15px;
    color: #000;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
}

#ldmv2refresher_assign_teams_submit{
    margin-top:50px;
}


#ms-teams-select div > ul{
    list-style-type: none!important;
    padding: 0px;
}

#ldmv2ref_div_assign_teams, #rf_teams_sel{
    margin-top: 15px;
}

#ms-teams-select{
    float:left
}

#tms_msgs{
    margin-left:405px;
    border: 1px solid #bbb;
    width: fit-content;
}

#tms_msgs ul{
    list-style-type: none!important;
    padding: 7px!important;
    color:grey;
}