/* ----------------------*/
/* ---- SPECIAL CSS ---- */
/* ----------------------*/

*[red]{color: red;}
*[bold]{font-weight: bold;}

/* ----------------------*//* ----------------------*/






/* ----------------------*/
/* --- SPECIAL INPUT --- */
/* ----------------------*/

.dnts-input-field{position: relative;margin-top: 1rem;margin-bottom: 1rem;}
.dnts-input-field label{display: block; color: #3f51b5; font-size: 13px}
.dnts-input-field input{float: left; cursor: pointer; user-select: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dnts-input-field i{position: absolute; top: 30px; right: 10px; cursor: pointer}
.dnts-input-field .input{padding: 5px 0; height: 30px; overflow: hidden;}

/* SPECIAL INPUT - LIST MODE */
#dnts-list-items tr td{cursor: pointer !important;}




