html,
body {
    height: 100%;
}
.md-drawer {
    width: 300px;
}

.button-menu {
    margin: 0;
    height: 50px;
}

.button-menu .md-button-content {
    width: 100%;
}
.button-menu.active {
    background-color: #8dd6ff;
}

.button-menu .md-list-item-content>.md-icon:first-child {
    margin-right: 19px;
}

.loading-overlay {
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff73;
}
.loading-overlay .md-progress-spinner {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

.md-app-scroller {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.md-list.list-button .md-list-item-content {
    padding: 0;
}

.md-list.list-button button {
    height: auto;
    width: 100%;
}

.text-center {
    text-align: center;
}
.color-black {
    color: black;
}