:root {
    --licolor: white;
}

html {
    font-size: 14px;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    g1 min-height: 100%;
}

.break-row {
    flex: 0 0 100%;
    max-width: 100%;
}

.lores-container {
    background-image: /* tint image */
    linear-gradient(to right, rgba(230, 230, 230, 0.95), rgba(230, 230, 230, 0.95)),
    /* checkered effect */
    linear-gradient(to right, black 50%, white 50%), linear-gradient(to bottom, black 50%, white 50%);
    background-blend-mode: normal, difference, normal;
    background-size: 4em 4em;
    text-align: center;
}

.highlight {
    background-color: #E9967A !important;
}

#merge-box .highlight {
    background-color: #89b5a1 !important;
}

.validation-box-50 {
    min-height: 50px;
    font-size: 1.2em;
}

    .validation-box-50 li {
        list-style: none;
    }

    .validation-box-50 ul {
        padding-left: 10px;
    }

.validation-box-25 {
    min-height: 25px;
}

    .validation-box-25 li {
        list-style: none;
    }

    .validation-box-25 ul {
        padding-left: 10px;
    }

.alert-succes,
.alert-danger {
    border-radius: 10px;
}

.form-control {
    border-radius: 0px;
}

.alert-box-35 {
    min-height: 10px;
    z-index: 9000;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
    width: 700px;
    font-size: 22px;
}

    .alert-box-35 div {
        z-index: 9000;
    }

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(Monserrat/Monserrat_latin_ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(Monserrat/Monserrat_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Montserrat';
    font-size: 12px;
    overflow: hidden;
    background-color: rgb(236,236,236);
    min-width: 1520px;
    overflow-x: auto;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.dataTable thead {
    background-color: rgb(239,227,159);
    position: sticky;
    top: 24px;
}

.dataTables_scrollHead {
    background: rgb(239, 227, 159);
}

th {
    z-index: 1;
}

#prs-table-column-selector {
    z-index: 1110;
}

.scrolled-table .dataTable thead {
    position: sticky;
    top: 38px;
}

.scrolled-table {
    max-height: calc(100vh - 450px);
    overflow-y: auto;
    max-width: 5700px;
}

    .scrolled-table thead {
        top: 38px !important;
    }

div.dataTables_processing {
    top: 80px !important;
    z-index: 19999;
}

/*.dataTables_scrollBody {
    resize: vertical;
}*/

.dataTable td {
    vertical-align: middle;
}

td .bi {
    font-size: 1.3em;
    padding-right: 2px;
}

    td .bi:hover {
        opacity: 0.7;
    }

table:focus {
    outline: none;
}

.filtered-table {
    width: calc(100% - 350px);
    display: inline-block;
}

.filtered-table-no-filter {
    width: 100%;
    display: inline-block;
}

.sorter-table {
    width: calc(100% - 100px);
    display: inline-block;
}

.dataTables_length {
    top: -14px;
    position: sticky;
}

.scrolled-table .dataTables_length {
    position: sticky;
    top: 0px;
}



.dataTables_wrapper > .dataTables_length,
.dataTables_wrapper > .dataTables_info {
    display: inline-block;
    background-color: white;
    padding-right: 10px;
    padding: 5px;
    width: 100%;
}

.dataTables_length .labels {
    display: none;
}

.dataTables_filter {
    float: right;
}


.dropdown-menu {
    z-index: 9999999;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 5%) !important;
}


.page-link {
    color: #6c757d;
}

.dataTables_paginate {
    background: white;
    margin-bottom: 2px !important;
}

.always-block {
    display: block !important;
}

span.paginate_button {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    cursor: pointer;
    font-weight: 900;
}

    span.paginate_button:hover {
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background: white;
        cursor: pointer;
        color: #0d6efd;
        font-weight: 900;
    }

.paginate_button a {
    border: none;
}

.paginate_button .page-item {
    color: white !important;
}

    .paginate_button .page-item .active {
        background: #3662A3 !important;
        color: white !important;
    }

.paginate_input {
    width: 50px;
}

.dataTables_paginate {
    display: inline-block;
    float: right;
}

.pageinfo_table {
    display: inline-block;
    padding-top: 3px;
    margin-right: 10px;
    color: #0d6efd;
}

.sub-header {
    background: linear-gradient(90deg, rgba(205, 205, 205, 1) 0%, rgb(236,236,236,1) 90%);
    padding: .5em;
    margin-bottom: 1em;
    color: #3662A3;
    font-weight: 400;
}

.cursor-pointer,
.toggle-header,
.item-state-handler {
    cursor: pointer;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active {
    background-color: #3662A3;
}

.form-check-input[type=checkbox] {
    border-radius: 0em;
    margin-top: 0.20em;
    margin-right: 0.1em;
    cursor: pointer;
}

.input-group-text {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #3662A3;
    border-color: #3662A3;
}


.clob-input {
    border: 2px solid green;
}

.dmsone input,
.dmsone select,
.dmsone textarea {
    border: 2px solid #3662A3;
}

.form-row {
    max-width: 1700px;
}

.form-floating-calender .form-floating {
    width: calc(100% - 42px);
}

.form-floating-calender .input-group-text {
    width: 42px;
}

.multiselect-list .ul-box {
    max-height: 180px;
    overflow-y: auto;
}

.multiselect-list li {
    background-color: rgb(236,236,236)
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.2em);
    line-height: 1.2;
}

.form-floating > .form-select {
    padding-top: 1.4em;
    padding-bottom: 0.325em;
}

.ld-over-inverse:before {
    border-radius: 10px;
}

.over-modal {
    z-index: 2000;
    background-color: rgb(0, 0, 0, 0.6);
}

.modal-tab-box {
    background-color: #958843;
}

.modal-active-tab {
    background-color: #F5D006;
}

.modal-body {
    overflow-y: auto;
    max-height: 90vh;
}

.modal-content {
    background-color: rgb(236,236,236);
    border: none;
}

.modal-header {
    border: none;
    background-color: #F5D006;
}

.modal-title {
    display: inline-block;
}

.modal {
    overflow-y: hidden;
}

.btn {
    font-size: 1em;
}

.btn-noborder:hover {
    opacity: .7;
}

.form-floating label {
    color: #999;
}


.noradius {
    border-radius: 0.2em !important;
    box-shadow: none !important;
}


.btn-secondary,
.btn-danger,
.btn-primary,
.btn-success {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.btn-outline-secondary,
.btn-outline-danger,
.btn-outline-primary,
.btn-outline-success {
    border-radius: 10px;
}

.btn-primary {
    background-color: #3662A3 !important;
}

    .btn-primary:hover {
        opacity: .9;
        background-color: #3662A3 !important;
    }

.btn-danger {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .btn-danger:hover {
        opacity: .9;
    }

.btn-secondary {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.navbar-brand {
    font-weight: 900;
    color: black !important;
    font-size: 2em;
    padding-right: .5em !important;
    padding-left: .5em !important;
}

.nav-item .nav-link {
    font-weight: 900;
    color: black !important;
    font-size: 1.1em;
    padding-right: 1em !important;
    padding-left: 1em !important;
}

    .navbar-brand:hover,
    .nav-item .nav-link:hover {
        opacity: .5;
    }


#menu-header {
    background-color: #F5D006;
}

    #menu-header .dropdown-menu.show {
        margin-top: 5px;
        border-radius: 0px;
    }

        #menu-header .dropdown-menu.show .dropdown-item:hover {
            background-color: #3662A3;
            color: white;
        }



.submenu-item:focus {
    border: none !important;
    outline: none !important;
}

#side-footer {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

#sidebar-wrapper {
    height: calc(100vh - 50px);
    position: relative;
    min-width: 200px;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.6em 0.2em;
        font-size: 1.2em;
        font-weight: 600;
        color: #3662A3;
    }

    #sidebar-wrapper .list-group-item.selected,
    .even.selected,
    .odd.selected,
    .rowselected {
        background-color: #c0c1c3 !important;
        opacity: 1 !important;
    }

.anonselected {
    background-color: #3662A3 !important;
    opacity: 1 !important;
}

.opened {
    font-weight: 900;
    color: #3662A3 !important;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: none !important;
}

.tree-table .rowselected {
    background-color: #CCC !important;
    color: white !important;
    opacity: 1;
}

.tree-table td {
    padding: 0px;
    padding-left: 7px;
    vertical-align: middle;
}

#page-content-wrapper-old {
    width: calc(100vw - 300px);
}

#page-content-wrapper {
    width: 1px;
}

#main-page {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 50px);
}

.main-page-with-footer {
    height: calc(100vh - 120px) !important;
}



.gray-color {
    color: rgb(236,236,236);
}

.blue-color {
    color: #3662A3;
}

#main-footer {
    height: 70px;
}

.account-menu-label {
    font-size: 1.3em !important;
}

.page-item.active .page-link {
    background-color: #3662A3
}


.table-control-btn {
    cursor: pointer;
    padding: 0.2em;
}

.combo-box .input-group-text {
    border-bottom-right-radius: 0;
}

.combo-box {
    position: relative;
}

    .combo-box select {
        border-top: 0px;
        position: absolute;
        top: 3.3em;
        width: 100%;
        z-index: 5000;
        padding: 0px;
        border-radius: 0px;
        height: 400px;
    }

    .combo-box option:hover {
        background-color: #eee;
    }


#szemely-table tbody tr:not(.tr-details):hover {
    background: rgba(205, 205, 205, 1);
    color: white;
    cursor: pointer;
    user-select: none;
}

.tr-details {
    background-color: white !important;
}
/*.list-group-item:has(.form-check-input:disabled),
.list-group-item:has(.form-check-input[disabled]) {
    background: #e9ecef !important;
}*/
#tipus-ul li {
    background: var(--licolor);
}

.form-check-input:disabled ~ .list-group-item
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 1 !important;
    background: #e9ecef !important;
}

.filled-submenu {
    display: list-item;
    list-style-position: inside;
    font-style: italic;
    font-weight: bold;
    color: green !important;
}

    .filled-submenu.selected {
        display: list-item;
        list-style-position: inside;
        font-style: italic;
        font-weight: bold;
    }


.resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #777;
    opacity: .1;
    width: 2px;
    cursor: w-resize;
}


.dataTables_wrapper th {
    border-right: 2px solid #77777721 !important;
}

table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting::after {
    font-size: 1.5em;
}

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 202
}

div.DTCR_pointer {
    width: 1px;
    background-color: #777;
    z-index: 201
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: #3662A3;
    opacity: 1;
}

@media screen and (min-width: 1100px) {

    .w-fit {
        flex: 0 0 auto;
        display: flex;
        width: fit-content;
    }

    .w-20 {
        flex: 0 0 auto;
        display: flex;
        width: 20%;
    }

    .w-5 {
        flex: 0 0 auto;
        display: flex;
        width: 5%;
    }

    .w-10 {
        flex: 0 0 auto;
        display: flex;
        width: 10%;
    }

    .w-30 {
        flex: 0 0 auto;
        display: flex;
        width: 30%;
    }

    .w-40 {
        flex: 0 0 auto;
        display: flex;
        width: 40%;
    }

    .w-15 {
        flex: 0 0 auto;
        display: flex;
        width: 15%;
    }

    .w-50 {
        flex: 0 0 auto;
        display: flex;
        width: 50%;
    }

    .w-25 {
        flex: 0 0 auto;
        display: flex;
        width: 25%;
    }

    .w-60 {
        flex: 0 0 auto;
        display: flex;
        width: 60%;
    }

    .w-70 {
        flex: 0 0 auto;
        display: flex;
        width: 70%;
    }

    .w-80 {
        flex: 0 0 auto;
        display: flex;
        width: 80%;
    }
}

.search-row {
    max-width: 1500px;
}

.tree-level {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

span.abtltree-arc {
    color: red;
    font-weight: 800;
}

span.abtltree-fndmg {
    color: darkblue;
    font-weight: 800;
}

span.abtltree-fndg {
    color: #ccb430;
    font-weight: 800;
}

span.abtltree-item,
span.abtltree-sitem,
span.abtltree-ssitem {
    color: blue;
    font-weight: 800;
}

span.abtltree-fnd {
    color: rgb(130,61,70);
    font-weight: 800;
}

span.abtltree-sbs {
    color: purple;
    font-weight: 800;
}

span.abtltree-srs {
    color: lightseagreen;
    font-weight: 800;
}

span.abtltree-subs {
    color: lightseagreen;
    font-weight: 800;
}


span.abtltree-fld,
span.abtltree-flep {
    color: green;
    font-weight: 800;
}


.tree-level-2 {
    margin-left: 1.6em;
}

.tree-level-3 {
    margin-left: 3.2em;
}

.tree-level-4 {
    margin-left: 4.8em;
}

.tree-level-5 {
    margin-left: 6.4em;
}

.tree-level-6 {
    margin-left: 8.0em;
}

.tree-level-7 {
    margin-left: 9.6em;
}

.tree-level-8 {
    margin-left: 11.2em;
}

.tree-level-9 {
    margin-left: 12.8em;
}

.tree-level-10 {
    margin-left: 13.4em;
}

.tree-level-11 {
    margin-left: 15.0em;
}





.select-info .select-item:nth-of-type(2),
.select-info .select-item:nth-of-type(3) {
    display: none;
}

div:focus {
    outline: none;
}









.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #3662A3;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.context-menu {
    position: absolute;
    z-index: 1000;
    font-size: 12px;
}

.menu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
    padding: 10px 0;
    list-style: none;
}


    .menu > li > a {
        font: inherit;
        border: 0;
        padding: 10px 30px 10px 15px;
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
        text-decoration: unset;
        color: #000;
        font-weight: 500;
    }

        .menu > li > a.disabled {
            opacity: .3;
        }


        .menu > li > a:hover {
            background: #777;
            color: white;
        }

        .menu > li > a > i {
            padding-right: 10px;
        }

    .menu > li.trash > a:hover {
        color: red;
    }


.konvajs-content canvas {
    background-color: white !important;
}


#konva-menu {
    display: none;
    position: absolute;
    width: 100px;
    background-color: white;
    box-shadow: 0 0 5px grey;
    border-radius: 3px;
}

    #konva-menu button {
        width: 100%;
        background-color: white;
        border: none;
        margin: 0;
        padding: 10px;
    }

        #konva-menu button:hover {
            background-color: lightgray;
        }

.abtl-card {
    float: left;
    margin: .2em;
}

.abtl-img {
    max-height: 240px;
    max-width: 300px;
    object-fit: contain;
    cursor: pointer;
}

.selected-img {
    background: #F5D006 !important;
}

.imgp-anon-added {
    border-right: 10px green solid !important;
}

.imgp-poly-added {
    border-left: 10px #F5D006 solid !important;
}

.anon-abtl-card {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.anon-check-input {
    font-size: 1.5em;
    border: 1px solid black;
}

.imgp-view-btn {
    font-size: 1.5em;
    margin-top: 6px;
    cursor: pointer;
}

.overdiv {
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto
}

th {
    vertical-align: middle;
}

.table-set-menu {
    list-style-type: none;
    background: white;
}


.dt-buttons {
    display: none;
}

#hier-settings {
    font-size: 12px !important;
    float: right;
}


.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a;
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 8000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    top: 1px;
    z-index: 8000;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}


.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 1
    }

.note-group-image-url {
    display: none;
}

#dashboard-welcome-mess img {
    max-width: 100%;
}


.ocr-box b {
    background-color: #E9967A !important;
}

#modal-prs-cim .modal-body {
    min-height: 550px;
}

.dataTables_wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ocr-selected-img,
.ocr-selected-imgp {
    background-color: #e18a9d;
}



#imgpshow-layout {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 100px);
}

/* bal + közép: flexes */
#imgpshow-left,
#imgpshow-middle {
    flex: 1 1 auto;
    min-width: 150px;
    overflow: auto;
}

/* jobb: fix */
#imgpshow-right {
    flex: 0 0 320px;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    overflow: auto;
}

/* resize handle */
.imgpshow-handle {
    flex: 0 0 8px;
    width: 8px;
    cursor: col-resize;
    background: #dee2e6;
}


/* jobb: fix */
#imgpshow-right {
    flex: 0 0 320px;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    overflow: auto;
}

.nullable-date {
    border: 1px red solid !important;
}

.btn-outline-abtl {
    color: #F5D006;
    border-color: #F5D006;
    background-color: #3662A3;
}

.btn-yellow,
.btn-primary.yellow-active {
    background-color: #F5D006 !important;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

    .btn-yellow:hover {
        background-color: #F6e007;
    }


.customred textarea {
    background-color: #e18a9d !important;
}

#img-full-ocr {
    height: calc(100vh - 275px);
    overflow-y: auto;
}

.ocr-page {
    white-space: pre-wrap;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

.ocr-page-header {
    font-size: 12px;
    font-weight: bold;
    color: #777;
    margin-bottom: 8px;
}

.ocr-page-text {
    white-space: pre-wrap;
    word-break: break-word;
}

.ocr-page.active {
    background-color: #fff6cc;
}


.ocr-content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 6px 8px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #e9ecef;
    font-family: monospace;
    font-size: 12px;
}
