html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.hide{
    display: none !important;
}


.tableSmall {
    max-height: 425px;
}

.wertpapiericon {
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
}


.fullscreenIcon{
    background-image: url('/images/fullscreen.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:16px;
    height:16px;
}

.pencilIcon {
    background-image: url('/images/pencil.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}
.trashIcon {
    background-image: url('/images/trash.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 32px;
}

.chart-container {
    position: relative;
    /*height: 35vh;*/
    min-height: 300px
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 8px
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
