html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    padding-bottom: 105px;
    overflow: hidden;
}

#btnChangePassword {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
    margin-bottom: 0px;
}

.password {
    font-family: text-security-disc;
}

.hiddenColumn {
    display: none;
    visibility: hidden;
}

.objektum-image {
    height: 35px;
}

.objektum-image-outer-div {
    width: 100%;
    text-align: center;
}


/* bootstrap-table detail view stílus */
.bootstrap-table .table .table thead > tr > th {
    padding: 8px;
}


tr.detail-view > td:first-child {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

/* selectpicker option elemeinek a sortörése */
.bootstrap-select .dropdown-item {
    white-space: normal;
}
/* selectpicker dropdown menü */
.dropdown-menu.show {
    width: auto;
    z-index: 9999;
}

.tesztKornyezetHeader {
    background-color: #ebd8c9 !important;
}

.elesKornyezetHeader {
    background-color: #caddee !important;
}

.navbar .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: #808080 !important;
}
.navbar .navbar-nav .nav-link.active {
    border-radius: .2rem;
    background-color: rgba(0, 0, 0, .125) !important;
}

.tableHeader {
    font-size: .875em;
    font-weight: bold;
    padding-top: 8px;
    text-align: center;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.nowrap {
    white-space: nowrap;
}
.last-child {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

/** --------------- tom-select --------------- **/

.multiSelect ::placeholder {
    color: var(--bs-body-color);
    font-size: 1rem;
    font-weight: 400;
}

.ts-control, .ts-control input {
    cursor: default !important;
}

.ts-dropdown .active {
    background-color: #1967d2 !important;
    color: white !important;
}

.ts-control {
    border-radius: 3px !important;
}