/**
 * Popup for sharing learningchapters with users
 * https://trello.com/b/NMGofoar/ 
 **/

.share_users {
    max-width: 1000px;
    margin: auto;
    margin-top: 25px;
    width: 75vw;

}
.share_users h2{
    margin-top: 0;
    text-align: left;
}


/*list table header*/
.share_users .header_row{
    padding-right: 19px;
    margin-right: -10px;
}
.share_users .header_row .text-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.share_users .header_row .text-right h4{
    order:1
}
.share_users .header_row .text-right input{
    order:2;
    margin-left: 15%;
}

/*share list*/
.share_users .share_list{
    max-height: 50vh;
    overflow-y: scroll;
    padding-right: 10px;
    margin-right: -10px;
    margin-bottom: 25px;
    min-height: 140px;
}
.share_users .share_employee .list_row{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    padding: 8px 0;
}
.share_users .share_employee .list_row > div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto 0;
}
.share_users .share_employee .list_row .text-right{
    justify-content: flex-end;
}

    /*user column*/
    .share_users .share_employee .list_row .person_image_wrapper{
        margin-right: 10px;
    }

    /*share column*/
    .share_users .share_employee .list_row .text-right .share_checkbox{
        margin-left: 15%;
    }
    .share_users .share_employee .list_row .text-right .share_with_person i{
        margin-right: 5px;
    }
    .share_users .share_employee .list_row .text-right .share_with_person{
        color: #005680;
    }
    .share_users .share_employee .list_row .text-right .share_with_person:hover,
    .share_users .share_employee .list_row .text-right .share_with_person:focus,
    .share_users .share_employee .list_row .text-right .share_with_person:active,
    .share_users .share_employee .list_row .text-right .share_with_person:active:hover,
    .share_users .share_employee .list_row .text-right .share_with_person:active:focus{
        opacity: 0.5;
        background:none;
    }
 
    .share_form .bottom_row{
        margin-bottom: 20px;
    } 

    .share_list .share_employee small.font_yellow {
        width: 100%;
    }

    #overlay.iframe.increase_seats {
        width: 1000px;
        height: 430px  !important;
    }
    #overlay.iframe.increase_seats iframe {
        width: 100%;
    }
    #increase_seats .seats {
        display: inline-block;
        width: 100px;
    }