/* core-web specific css */

/* bs5 tooltip issue with fa-6 fa-lg */
.tooltip { pointer-events: none; }  /* quick fix for fontawesome-6 issue with tooltip hover over fa-lg icons */

/* object status highlight */

.state-active  {color: green;}
.state-disabled {color: red;}
.state-inactive {color: #ff8000;}
.state-deleted {color: grey;}

td.state {text-align: center; color: black; border-top-width: 0px !important;}

td.state-active {background: #97ff97;}
td.state-disabled {background: #FF9999;}
td.state-inactive {background: #ffac59;}
td.state-deleted {background: #B2ADA7;}

.manage-button-help {margin: 0px 10px 0px 0px;}
.btn-manage {min-width: 100px;}
.btn-deprecated, .btn-deprecated:hover {text-decoration: line-through;}
