.menu-left{
    flex-direction: column;
}

.card-deck .card{
    flex: 0 0 22%;
}

.dummy{
    display: none!important;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.title-container{
    margin-bottom: 10px;
}

.searchbox input{
    height: 100%;
    padding: 5px;
    float: right;
}

#status.ok span{
    color: green;
}
#status.error span{
    color: darkred;
}
#status.warning span{
    color: darkgoldenrod;
}

.custom-select{
    float: right;
    margin-right: 20px;
    max-width: 250px;
    height: 40px;
}