body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.table-tecajnica {
  box-sizing: border-box;
  width: 100%;
}

.tecajnica-date {
  margin: 0 0 40px 0;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}

.table-tecajnica table {
  border-spacing: 0;
  width: 100%;
}

.table-tecajnica .group-type td {
  background-color: #D0D8E8;
  color: #000000;
  padding: 8px 10px 6px 10px;
  box-sizing: border-box;
  text-transform: none !important;
}

.table-tecajnica tr {
  text-align: left;
  font-size: 13px;
  position: relative;
}

.table-tecajnica tr:not(.group-type):hover {
  /* z-index: 10; */
}

.table-tecajnica tr:not(.group-type):hover td {
  background-color: rgba(59,60,62,0.1);
}

.table-tecajnica tr:first-child {
  border-bottom: 0;
}

.table-tecajnica tr th {
  background-color: #008040;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 10px 8px 10px;
  box-sizing: border-box;
}

.table-tecajnica tr td {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E9E9E9;
  color: #333333;
  font-size: 14px;
  padding: 14px 10px 12px 10px;
  box-sizing: border-box;
  position: relative;
}

.table-tecajnica tr td a {
  color: #333333;
  text-decoration: none;
}

.table-tecajnica tr td a:hover {
  text-decoration: underline;
}

.table-tecajnica tr td:first-child {
  font-weight: 700;
  text-transform: uppercase;
  width: 160px;
}

.table-tecajnica tr td {
  width: 160px;
}

.table-tecajnica tr td:nth-child(2) {
  width: 100px;
}

.table-tecajnica tr td.plus {
  padding-left: 24px;
  background-image: url('../images/up.png');
  background-size: 10px 10.5px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.table-tecajnica tr td.minus {
  padding-left: 24px;
  background-image: url('../images/down.png');
  background-size: 10px 10.5px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.table-wrapper {
  width: 100%;
  overflow: auto hidden;
}

.database {
  cursor: pointer;
  padding: 6px 8px 4px 8px;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #FAFAFA;
  border-radius: 5px;
  margin-right: 5px;
}

.database:hover .entrydata {
  opacity: 1;
  visibility: visible;
}

.database .fa.fa-database {
  pointer-events: none;
}

.database .entrydata {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  border-radius: 6px;
  color: #FFFFFF;
  min-width: 272px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;

  transition: opacity .2s ease-in-out,
              visible .2s ease-in-out;
}

.database .entrydata span {
  display: block;
  margin-bottom: 4px;
}

.icon.file {
  position: relative;
  cursor: pointer;
  padding: 6px 8px 4px 8px;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #FAFAFA;
  border-radius: 5px;
}

.icon.file:hover .filedata {
  opacity: 1;
  visibility: visible;
}

.icon.file .filedata {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 11;
  top: 100%;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  border-radius: 6px;
  color: #FFFFFF;
  min-width: 160px;
  padding: 8px;
  box-sizing: border-box;

  transition: opacity .2s ease-in-out,
              visible .2s ease-in-out;
}

.fa.fa-database::before {
  font-size: 16px;
}

.far.fa-file-alt::before {
  font-size: 16px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .table-tecajnica tr td {
    min-width: 96px;
  }

  .table-tecajnica tr td:first-child {
    width: 160px;
    padding-right: 16px;
  }
}
.sr-only {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  clip-path: inset(100%);
  overflow: hidden;
  white-space: nowrap;
}
