.row-select-group {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px;
}
.row-select-group .box-title {
    width: 100%;
}
.list-groups {
    margin: 0;
    padding: 0;
    height: 100%;
}
.list-groups li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.list-groups li .card-group {
    text-decoration: none;
    margin: 8px 10px 8px 10px; /* up left down right */
    padding: 0px 0px 0px 0px; /* up left down right */
    background-color: transparent;
    height: 110px;
    border-radius: 2px;
    position: relative;
}
.list-groups li .card-group .card-body span {
    width: 100%;
    top: 30px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    color: black;
}
.list-groups li .card-group .card-folded-edge {
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background: transparent;
    position: absolute;
}
.triangle-topleft {
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
}
.card-folded-edge.admin .triangle-topleft{
    border-top: 60px solid #3C8DBC;
}
.card-folded-edge.normal .triangle-topleft{
    border-top: 60px solid rgb(166, 166, 167);
}
.card-folded-edge.normal .triangle-text{left: 0;}
.card-folded-edge span {
    color: white;
    top: 14px;
    left: 4px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    transform: rotate(-45deg);
}
.list-groups li .card-group .card-body {
    border: 1px solid rgba(0,0,0,0.1);
    height: 80px;
    background-color: #F3EFEF;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: black;
    transition-duration: 0.3s;
}
.list-groups li .card-group .card-footer {
    color: black;
    height: 30px;
    background: #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.list-groups li .card-group .card-footer .card-footer-sections span {
    color: black;
    display: inline-block;
    margin: 8px 3px 0px 3px;
}
.list-groups li .card-group .owner-group {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
}
.list-groups .card-group .card-body:hover {
    font-size: 110%;
}
.flag-select-group {
    position: absolute;
    right: 5px;
    top: 5px;
}

.table .card-footer .card-footer-sections span {
    padding:3px;
}

.table .card-footer .card-footer-sections #admin_label{
    background:#00a29a;
    color: white;
    border-radius:3px;
    padding:0px 8px;
    display:inline-block;
    margin-left: 10px;
}





@media (max-width: 550px) {
    .list-groups li {
        width: 100%;
    }
}
@media (min-width: 551px) and (max-width: 800px) {
    .list-groups li {
        width: 50%;
    }
}
@media (min-width: 800px) and (max-width: 1050px) {
    .list-groups li {
        width: 33.3333333%;
    }
}
@media (min-width: 1200px) {
    .list-groups li {
        width: 20%;
    }
}