.test {
    background-color: #26285d;
    padding: 20px;
    border-radius: 10px !important;
    align-items:center;
    display:flex;
}

.heading {
    background-color:#004c87;
    border-radius:10px; 
    padding:10px; 
    width:450px
}

.actions-title {
  	color: white;
    font-stretch: condensed;
    font-size: 18px;
  	margin-right: 2px;
}

.cf-cplace-wf-state {
    border-radius: 12px;
    height: 45px;
    line-height: 45px;
}

.nav-tabs,
.nav-tabs li {
    border-bottom: none !important;
}

.nav-tabs li a {
    border-radius: 4px !important;
}

.nav-tabs li.active a {
    background: #b8d4fa !important;
    border-bottom: none !important;
    color: #343c4c !important;
} 

.heading .cplace-heading-widget h1 {
  border-bottom: none;
  color: white;
}

.heading .cplace-heading-widget h4 {
  color: white;
}

.heading .cplace-heading-widget h3 {
  color: white;
}

.heading .cplace-heading-widget h5 {
  color: #D3D3D3;
}

.cf-cplace-workflow-transition-button .cf-cplace-workflow-transition-label {
  color: white;
}

.heading .cplace-single-attribute a {
  color: white;
}
/*e2e rootpage widget */
.tricia-default-table {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 18px;   /* Rundung nach Wunsch */
    overflow: hidden;      /* wichtig für sichtbare Rundung */
}

/*e2e rechtsakt workflow widget*/ 
.risk-page-workflow .ck-table-resized {
    border-collapse: separate; /* Wichtig, damit border-radius wirkt */
    border-spacing: 0; /* Verhindert Zwischenräume */
    border: 2px solid rgb(0, 120, 189);
    border-radius: 12px; /* Abrundung der Tabelle */
    overflow: hidden; /* sorgt dafür, dass Zellen nicht über die abgerundeten Ecken hinausragen */
}

.risk-page-workflow .ck-table-resized td {
    border: none; /* Optionale Anpassung */
    border-radius: 0; /* einzelne Zellen nicht abrunden, nur die Tabelle */
}

/* Optional: Wenn du nur die äußersten Ecken der Tabelle abrunden willst */
.risk-page-workflow .ck-table-resized tr:first-child td:first-child {
    border-top-left-radius: 12px;
}

.risk-page-workflow .ck-table-resized tr:first-child td:last-child {
    border-top-right-radius: 12px;
}

.risk-page-workflow .ck-table-resized tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.risk-page-workflow .ck-table-resized tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.jarviswidget > header h2 {
color: #dbdbdb !important; 
  background: #dbdbdb;
    
}

.jarviswidget>header {
  background: #dbdbdb; 
}

/* Anpassung des Mouse Overs (Hover) im Widget Header */
.jarviswidget > header:hover {
  background-color: #dbdbdb;
}

/* Anpassung der Schaltflächen im Header eines Widgets rechts */
.jarviswidget > header .jarviswidget-ctrls a {
  background-color: #dbdbdb;
  color: #545454 !important;
  }

/* Anpassung des Mouse Overs (Hover) im Widget Header rechts bei Schaltflächen*/
.jarviswidget-ctrls a:hover {
  background-color: #b5b3b3 !important;
}