
/* PT_APPLICATIONS_ACTION_STYLE_V2 */
.pt-archive-soft{
  background:#f4efe6 !important;
  color:#4f3b19 !important;
  border:1px solid #d7c29a !important;
}
.pt-danger-soft{
  background:#fff2f0 !important;
  color:#8a1f12 !important;
  border:1px solid #efb4aa !important;
}
.pt-passive-soft{
  background:#f7efe8 !important;
  color:#6b3a14 !important;
  border:1px solid #e1bd99 !important;
}
table td form.inline,
table td .inline{
  margin:3px 4px 3px 0;
  display:inline-block;
  vertical-align:middle;
}
table td .btn,
table td .btn2,
table td button{
  margin:3px 4px 3px 0;
  white-space:nowrap;
}

/* PT_APPLICATIONS_CLEAN_ACTIONS_STYLE_V3 */
body .card table td[data-label="İşlem"],
body .card table td:last-child{
  white-space:normal;
}
body .card table td form.inline{
  display:inline-block;
  margin:4px 4px 4px 0;
}
body .card table td a.btn,
body .card table td a.btn2,
body .card table td button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  margin:4px 4px 4px 0;
  border-radius:10px;
  white-space:nowrap;
}

/* PT_SAFE_APPLICATIONS_UI_STYLE_V4 */
body .card table td:last-child{
  white-space:normal;
  min-width:420px;
}
body .card table td form.inline{
  display:inline-block;
  margin:4px 4px 4px 0;
}
body .card table td a.btn,
body .card table td a.btn2,
body .card table td button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  margin:4px 4px 4px 0;
  border-radius:10px;
  white-space:nowrap;
}
body .card table td button.btn2,
body .card table td .btn2{
  background:#c39a4a;
  color:#fff;
}
