body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}
.bg-white{background-color: #fff;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  fill: #fff;
  background-color: #0d6efd;
}
.nav-flush .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.dropzone {
  border: 2px dashed #ccc
}
.dropzone .dz-preview {
  margin:0
}
.dropzone .dz-preview .dz-details {
  position: relative;
  width:100%;
  padding:0;
}
.dropzone .dz-preview .dz-progress {
  position: relative;
  width:100%;
  margin:0;
  left:unset;
  top:unset
}
.apilink {
    position: relative;
}
.apilink span.loader {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
.page-link{
  padding:.175rem .65rem
}
ul.pagination{margin-bottom: 0}
.table tr>th{
  background-color: #fff;
  box-shadow: none;
  border-bottom-color:#000
}
.text-warning {
  color: #db6700 !important;
}
.btn-group-xs > .btn, .btn-xs {
  line-height: .9rem;
  padding: .2rem .3rem;
  border-radius: .3rem;
  font-size: .75em
}
.btn-outline-muted {
  color: #6c757d;
  border-color: #ced4da;
}

.gornjadonja-tablica-wrap{
  height:calc( 100vh - 210px );
}
/* gornja */
.gornja-tablica{
  position: relative;
  height:50%;
  padding-bottom:40px
}
.gornja-tablica #search-container{
  overflow:auto;
  height:100%;
}

.gornja-tablica .count-container{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#eee;
  padding:5px;
  min-height:42px
}

/* donja */
.donja-tablica{
  position: relative;
  height:50%;
  padding-bottom:40px
}
.donja-tablica #search-container2{
  overflow:auto;
  height:100%;
}
.donja-tablica .count-container{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#eee;
  padding:5px;
  min-height:42px
}


#search-container table,
#search-container2 table{
  font-size: .9em;
}
