.navbar-custom{
  @extend .grey, .lighten-3;
}

.rvStatusButtons, .row{
            padding-left: 1em;
            padding-right: 1em;
        }
        .roomStatusLabel {
            padding-top: 0;
            margin-bottom: 0;
        }
        .roomStatus{
            position: fixed;
            width: 100%;
            z-index: 2;
            border-bottom: 1px solid #eeeeee;
        }
        .statusButtons{
            margin-top: 180px;
            z-index: 1;
        }
        .collection .col {
            padding: 0;
        }
        .collection .row {
            padding: 0;
        }
        .collectionTitles{
            color: #9E9E9E;
        }
        .pendingRequest{
            /*background: #ff0000;*/
        }
        .notPendingRequest{
            background-color: #DFF8FF !important;
        }