.add-new-button {
  transition: all .1s linear;
  line-height: 240px;
}
.talep .entry.panel tr th {
  width: 110px;
}
.talep .entry.panel .table {
  margin: 0;
}
.talep.draft.editing .entry.panel {
  cursor: pointer;
  transition: all .1s linear;
}
.talep.draft.editing .entry.panel:hover {
  border-color: #337ab7;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.talep.avans table th {
  white-space: nowrap;
}
ul.file-list {
  list-style: none;
  padding: 0;
}
ul.file-list li {
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.nowrap {
  white-space: nowrap;
}
.prewrap {
  white-space: pre-wrap;
}
.panel-black {
  border-color: #333;
}
.panel-black .panel-heading {
  border-color: #555;
  color: #fff;
  background-color: #555;
}
.panel-black a {
  color: #d9534f;
}
.panel-black a:hover {
  color: #b52b27;
}
.efatura .status {
  color: #000;
  background: #FFF;
}
.efatura.new .status {
  background: #d9edf7;
}
.efatura.assigned .status {
  background: #f2dede;
}
.efatura.sent .status {
  background: #fcf8e3;
}
.efatura.approved .status {
  background: #dff0d8;
}
.efatura.done .status {
  color: #333;
}
