
/*
table.fixed + table thead tr th > span {
  display: inline-block;
}
table.fixed + table tbody tr:first-child td {
  border-top: none;
}
*/

.go-to-users button{
    color: white !important;
}

.card-groups-management{
    position: fixed;
    top: 60px;
    bottom: 0px !important;
    left: 0px;
    right: 0px;
}

.search-group-input {
    margin-top: 40px;
}

.group-tools{
    position: absolute;
    right: 8px;
}

.group-tools-selected{
    position: absolute;
    right: 8px;
}

.group-tools-grey {
    color: grey !important;
}

.group-tools-white {
    color: white !important;
}

.group-tools button:hover{
    /* font-size: large; */
    color: rgba(128, 128, 128, 0.5) !important;
}

.group-tools-selected button{
    /* font-size: large; */
    color: white !important;
}

.group-tools-selected button:hover{
    /* font-size: large; */
    color: rgba(241, 241, 241, 0.5) !important;
    background-color: rgba(64, 174, 238, 0.603) !important;
}

.group-tools-selected {
    /* font-size: large; */
    color: white !important;
}

.group-table-container{
    height: 100%;
}

.card-groups-management md-chips-wrap:focus {
    outline: 0;
}

.dialog-confirm-delete {
    margin: 40px 25px 25px;
}

.edit-group-row {
    margin: 10px;
    margin-bottom: 0px;
}

.dialog-content-edit md-list {
    margin-top: 0px;
    margin-bottom: 10px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-margin-top {
    margin-top: 0px;
}