.top-content-db
{
    border-top:1px solid lightgrey;
    padding-top: 5px;
    margin-top: 25px;
}

.card_db {
    display: inline-block;
    width: 80%;
    margin: 25px 0px 0px 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    color: white;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
}
.cardNoIssues{
        border-bottom: 3px solid green;
}
.cardIssues{
        border-bottom: 3px solid red;
}
.card-content_db {
    text-align:right;
    margin-bottom: 0;
    color:#FFF;
}

.card-header_db {
    float: left;
    text-align: center;
    padding: 15px 10px 0px 10px;
    z-index: 3;
    background: #14937D;
    /*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);*/
    margin: -25px 0px 0px 10px;
    border-radius: 3px;
    height:65px;
    width:65px;
}

.circle-db
{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: red;
}
.circleDbIssues{
    background: red;
}
.list-device-btn{
    float:right;
}
.circleDbNoIssues{
    background: green;
}
.inline-db
{
    display: inline-block;
}

.inline-arrow-db
{
    color:#14937D;
    float: right;
}
a
{
    text-decoration: none;
}
.content-position-db
{
    position: relative;
    top: 60px;
}