#db-content-viewport{
    overflow: hidden;
}

.db-toolbar{
    background-color: white !important;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14), 0 0 2px 2px rgba(0, 0, 0, 0.098), 0 0 5px 1px rgba(0, 0, 0, 0.084);
    /*background-color: #5D9670;*/
    /*background-color: transparent !important;*/
    min-height: 40px;
    height: 40px;
    margin: 6px 0;
}

.db-toolbar-button {
    height: 100%;
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
}

.db-toolbar .md-nav-item .md-button{
    color: #009688 !important;
    /*background-color: white;*/
}

.db-toolbar  .md-nav-item .md-button._md-nav-button.md-unselected{
    color: rgba(0,0,0,0.54) !important;
    /*background-color: transparent;*/
}

.db-toolbar .pacient-info {
    margin-left: 12px;
    /*opacity: 0.54;*/
    color: gray;
}

.pacient-info .db-clickable{
    opacity: 1;
    color: rgb(0,150,136);
    cursor: pointer;
}

.pacient-info .db-clickable:hover{
    opacity: 0.54;
    text-decoration: underline;
}

.db-menu-button {
    text-align: left;
}

.db-search-percent-low {
    float: right;
}
.db-search-percent-med {
    float: right;
    color: orange;
}
.db-search-percent-high {
    float: right;
    color: lightgreen;
}