/* here you can put your own css to customize and override the theme */

/* Aktiver Datensatz in Tabellen */
.curr_record {
    background-color: #EA9552; 
    color: #000;
}

/* Bootstrap   */

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { 
  background-color: #EA9552;
  color: white;
}

.dashboard-stat.grey { 
  background-color: #ddd;
}
.dashboard-stat.grey .more { 
  background-color: #aaa;
} 

.dashboard-stat.dark {
  background-color: #777;
}

.dashboard-stat.dark .more { 
  background-color: #222;
} 

/* Dashboard Aktenfarbe Holger Dahl grau */
.dashboard-stat.HD {
  background-color: #BBB7AD;
}
.dashboard-stat.HD .more { 
  background-color: #918E87;
} 

/* Dashboard Aktenfarbe K. Mückenberger blau */
.dashboard-stat.KM {
  background-color: #5599CE; 
}
.dashboard-stat.KM .more { 
  background-color: #4177A1;
} 

/* Dashboard Aktenfarbe R. Lukas beige */
.dashboard-stat.RL {
  background-color: #D7BC77;
}
.dashboard-stat.RL .more { 
  background-color: #AB965F;
} 

.badge-purple,
.label-purple  {
  background-color: #9030A3 !important;
}

/* Verhindern von überlappen bei kleinen Fenstern   */
.portlet-body {
  overflow:hidden;
}

.task-done {
  text-decoration:line-through;
  background:#f6f6f6;
}

.text-danger {
  color: red;
}

.text-danger:hover {
  color: orange;
}

/* TOP und Sidebar Menü in Corporate ID */

.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active > a,
.header .hor-menu ul.nav li.active > a:hover {
  background: #EA9552 !important;   /*  onyx 225  */
}

ul.page-sidebar-menu > li.active > a {
  background: #EA9552 !important;   /*  onyx 225  */
}

.fa-1x {
  font-size: 1em !important; 
}
.fa-2x {
  font-size: 2em !important; 
}


.icon-default {
  color: #ccc;
}

.icon-success {
  color: #468847;
}

.icon-info {
  color: #27a9e3; 
}

.icon-warning {
  color: #dbc056;
}

.icon-danger {
  color: #B94A48;
}


.modal-dialog {
  z-index: 10050;
}

/* Silbentrennung */
.hyphen {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

