﻿ul {
    list-style: none;

    li {
        span {
            i.fa {
                position: relative;
                left: -22px;
                cursor: pointer;
                top: 31px;
            }
        }
    }
}

.dropdown {
    margin-top: 17px;
    margin-left: 10px;
}

.md-icon-button.md-accent {
    font-size: 20px;
    width: 54px;
    height: 54px;
}

.hasChildren {
    top: 14px;
    position: relative;
}

.collapsed {
    display: inline-block;
    overflow: hidden;
    height: 0;
    transition: height 1s;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
}

.collapsed.showMe {
}

.LobbyList {
    width: 90%;
    margin-left: 30px;
}

.k-grid{
    width: 97%;
}
 .md-chips .md-chip {
    cursor: default;
    border-radius: 10px;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 8px 8px 0 0;
    padding: 0 12px 0 12px;
    float: left;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    }


 md-backdrop.md-opaque.md-default-theme, md-backdrop.md-opaque {
    background-color: rgba(255, 255, 255, 0.43)!important;
}


 .row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
