.grey {
  color: #ccc;
}

.navbar-brand > img {
    margin-top: 2px;
    height: 40px;
}

.navbar-brand {
    float: left;
    padding: 2px 20px;
    font-size: 14px;
    line-height: 20px;
    height: 46px;
}

label.error{
    color: red;
}

.error label{
    color: red;
}

select[readonly] option, select[readonly] optgroup {
    display: none;
}

div.dt-buttons {
    float: right !important;
    margin: 0 20px 20px 20px;
}