﻿.teamcard {
    border-width: 0;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(19, 24, 44, 0.125);
    border-radius: 0.25rem;
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

    .list-item.block .media {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.userinfo {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -5px;
    width: 80% !important;
    font-style: italic;
}

.list-row .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.dropzone-teams {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

.list-row .list-item > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.grid-trash {
    width: auto;
    background-color: #f5f2f2;
    color: #999;
    height: auto;
    width: 800px;
    border: 2px dashed #999;
    text-align: center;
    font-size: 80px;
}

.grid-trash-hover {
    background-color: #f34541;
    color: #fff;
    border: 2px dashed #fff;
}

.drag-location {
    border: 2px dashed #999;
    background: #ede8e8;
}

.fa-user-cog:hover {
    color: #000;
}

.addgroup, .adddivider {
    cursor: pointer;
}

    .addgroup:hover {
        color: #198754;
    }

.team-handle {
    cursor: all-scroll;
}
