/*Write your custom css in this file.*/
.sidebar-scroll{
  background-image: url(https://brand.roland-thunig.de/brand-bg-ops.jpg)!important;
}

.sidebar-brand {
  background-color: #fff !important;
  border-bottom-color: rgba(0, 0, 0, 0.1019607843) !important;
}

.nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
  color: #00538f !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #00538f !important;
  border-color: #00538f !important;
  color: #FFF;
}

table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #f1f1f5;
  background-color: #fff;
  color: #4e5e6a;
  vertical-align: top !important;
}

/* Shop*/

/*Produktübersicht*/

.text-wrap-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
}

/* Mailbox*/
a.list-group-item.active {
    background: #00538f !important;
    border-color: #00538f !important;
    color:#fff !important;
}

.bg-primary {
    background-color: #222 !important;
}