.container {
    max-width: 100%;
}
.no-show {
    display: none;
}

.ui-dialog-titlebar-close:after {
   content: 'X' !important;
   position: absolute;
   top: -2px;
   right: 3px;
}

.text-area {
    white-space: pre-wrap;
}

.width-33 {
    width: 33%;
}

.inactiv {
    background-color: #f6c0c0 !important;
}

tr.finalizata, tr.finalizata:hover {
    color: #0d9709 !important;
}

tr.neprezentare, tr.neprezentare:hover {
    color: #d23535 !important;
}

/*.data-table td:nth-of-type(5) {
  color:red;
}*/