.isLink {
    cursor: pointer;
}

.color-w {
    color: rgb(0, 108, 114) !important;
}

.bg-w {
    background-color: rgb(0, 108, 114) !important;
}
.border-w {
    border-color: rgb(0, 108, 114) !important;
  }

.border-r {
    border-color: rgb(226, 114, 8) !important;
  }

.status-work,
.status-work > a {
    color: rgb(226, 114, 8) !important;
}
.status-release,
.status-release > a {
    color: #198754 !important;
}
.status-archive,
.status-archive > a {
	color: #999;
}
.status-waste,
.status-waste > a {
	text-decoration: line-through;
	color: rgb(236, 132, 132);
}

.status-archive.wkn,
.status-archive.wkn > a {
	/*text-decoration: line-through;*/
    color: #96CB33;
}

/*********************************** ACCORDION ********************************/

.accordion-button {
    font-size: 1.5rem;
}

.accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #5c636a;
    font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*************************************** MODAL ********************************/
.mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.mymodal-dialog {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}
/************************************** END MODAL ****************************/