#status {
    height: 20px;
    font-size: small;
    text-align: right;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: solid thin #ddd;
    z-index: 9999999;
    background-color: #fff;
    padding-right: 10px;
}

.small-button {
    font-size: 18px;
}

.app-button {
    width: 50px;
    height: 50px;
    color: #36B9CC;
}

h6.icon {
    font-size: 10px;
    word-break: keep-all;
    margin-top: 5px;
}

.user-button {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.user-button img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.user-modal img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-top: 20px;
}

.user-modal span{
    margin-top: 5px;
    font-size: 16px;
}

.user-modal p {
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    color: #3c3c3c;
}

.user-modal .badge {
    font-size: 14px;
}

#search-bar {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 25px;
}

#search-button {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: right;
}

.disabled {
    color: #ddd;
}