﻿@import url('../font-awesome/css/all.min.css');
@import url('../bootstrap/css/bootstrap.min.css');
@import url('../css/DataGrid.css');
@import url('../css/SidebarMenu.css');
@import url('../css/Message.css');
@import url('../css/Cookie.css');
@import url('../select2/css/select2.min.css');

.accordion-item {
    position: relative;
    background-color: transparent;
}
.accordion-body{
    padding:2px;
}
.accordion-button {
    background-color: lightgray;
    cursor:pointer;
    text-decoration:none
}
.accordion-header .accordion-button {
    padding: 2px 5px;
}
.accordion-button:disabled {
    cursor: not-allowed;
}
.accordion-button:focus{
    box-shadow:none;
}
.accordion-header-no-title:hover{
    opacity: 1;
}
h2.accordion-header.accordion-header-no-title .accordion-button, h2.accordion-header.accordion-header-no-title .accordion-button.collapsed {
    border-radius: 0px 5px 5px 0px;
    left: -2px;
    top: 5px;
}
.accordion-header-no-title {
    margin-bottom: 0;
    width: fit-content;
    float:left;
    right: 0;
}
.form-control {
    font-size: 13px;
    height: auto;
    line-height: normal;
    margin: auto;
    max-width: 230px;
    min-height: 23px;
    margin-left: 0;
    padding: 3px 6px;
    border: 1px solid silver;
}

.f-multiple-select-options{
    display:flex;
    padding:2px;
    line-height:0;
}
.f-multiple-select-body {
    max-height: 300px;
    width: max-content;
    overflow: auto;
}
.f-multiple-select-options label {
    margin: auto;
}
.f-multiple-select-options input[type=checkbox] {
    margin-top: 0;
}
.f-collapse-body.dropdown-menu:not(.collapse) {
        display: block;
        width: max-content;
        z-index:99;
        box-shadow: 0px 4px 10px silver
}
span.filter-counter {
    background: red;
    width: 20px;
}
.filter-inline {
    display: inline-flex;
    gap: 5px;
}

.filter-item {
    display: grid;
    margin-top: 4px;
}
.filter-inline div {
    width: min-content;
}

.dropdown.filter label {
    padding: 4px 2px;
    margin: 0;
}
.filter-button {
    background: transparent;
    border: none;
    font-size: 19px;
    line-height:normal;
}
.dropdown-menu {
    font-size: 1rem;
}
.f-form-clear {
    background: #cecece;
    color: rgba(0,0,0,.54);
}
.f-form-clear, .f-form-password-show {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: center;
    width: 25px
}

.spinner-logo {
    background-size: contain;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat
}

.formfailed {
    width: 100%;
    background-color: #fff;
    text-align: center;
}


.f-input {
    border: 1px solid silver;
    border-radius: 3px;
    padding: 0;
    position: relative;
    max-width: 230px
}

    .f-input input {
        border: none
    }
.f-floating-col-left {
    background-color: transparent;
    position: fixed;
    top: 32px;
    left: auto;
    right: 0;
    gap: 1px;
    max-width: 400px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.f-collapse-body {
    background: #fff;
    border: 1px solid silver;
    border-radius: 5px;
    height: auto;
    padding: 8px;
    width: auto;
    z-index: 100
}
.f-collapse {
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    outline: 0;
    margin-left: auto;
    width: 30px;
    padding: 6px;
    right: 0;
    z-index: 100;
}
.e-popup, .loader {
    margin: auto
}

.loader {
    animation: purse .5s linear infinite;
    border-radius: 50%;
    height: 120px;
    padding: 10px 0;
    text-align: center;
    width: 120px
}

.img.spinner-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto
}

.loadingio-spinner-rolling-g4urndt83r h1 {
    font-size: 20px;
    text-align: center
}

.loadingio-spinner-rolling-g4urndt83r {
    background-color: transparent;
    color: #fff;
    height: 300px;
    margin: auto;
    text-align: center;
    width: 250px
}

.loadingio-spinner-rolling-g4urndt83r-fade {
    background-color: rgba(0,0,0,40%);
    display: flex;
    height: 100%;
    padding: 10%0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999
}
.control_wrapper {
    margin-top: 2px;
    column-gap: 5px;
    width: fit-content;
}

.control_wrapper select, .fselect-list {
    border: 1px solid silver;
    border-radius: 4px;
    color: #000;
    outline: 0;
    padding: 2px
}
.fselect-list::-ms-expand{
   color:red;
}
.login-form {
    /* padding:10px 20px;
    min-width:200px;
    max-width:360px;*/
    display: grid;
    gap: 10px;
    justify-content:center;
    margin: auto;
}
.login-form, .editorform {
    background-color: white;
    border-radius: 5px;
    margin:auto;
}
.alert-success {
    color: #0a2510;
    background-color: #89eca1;
}
.alert-warning {
    color: #5d4604;
    background-color: #ffdb68;
}
/*Input step gombok */
.number-input { 
    display: inline-flex;
    border-radius: 8px;
    background: black;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 25px;
            height: auto;
            cursor: pointer;
            margin: 0;
            position: relative;
            color: white;
        }

        .number-input input[type=number] {
            font-family: sans-serif;
            max-width: 45px;
            width:100%;
            min-width: 40px;
            padding: 0;
            border: solid #ddd;
            border-width: 0 2px;
            text-align: center;
        }

/*Input step gombok end*/

		.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border: 1px solid silver;
    border-bottom-color: transparent;
    color: #000;
    cursor: default
}
.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}
.nav-tabs > li > a {
    border: 1px solid silver;
    border-radius: 4px 4px 0 0;
    color: #000;
    line-height: .6;
    padding-left: 5px;
    padding-right: 0
}
.nav-tabs {
    background-color: #f5f5f5;
    text-align: center
}



/*táblázat szerkesztés gombok*/

.plus {
    width: 32px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    height: 32px;
    border-radius: 10%;
    display: flex;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-right: auto;
    position: relative;
    background-color: #0a203d;
    color:white;
}

.plus__line {
    width: 6px;
    background-color:silver;
    border:1px solid black;
    border-radius: 10px;
    background-repeat:no-repeat;
    position: absolute;
}

.plus__line--v {
    display: flex;
    opacity: 0;
    flex-wrap: wrap;
    padding: 0;
    height:0;
    visibility: hidden;
    align-items: center;
    top: calc(-100% + 25px);
    left: calc(50% + 20px);
    justify-content: space-around;
    width: max-content;
    max-width: 200px;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

.plus__link {
    color: #fff;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease 0s;
    transform: scale(0.5);
    width: max-content;
    max-width:250px;
    align-items: center;
    justify-content: center;
}



    .plus--active .plus__line--v {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    align-items: center;
    height:auto;
    padding:5px;
    justify-content: center;
    display: flex;
    transition-delay: 0.05s;
    flex-wrap: wrap;
       
    }

    .plus--active .plus__link {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        transition-delay: 0.05s;
    }
.dropdown-menu.filter-menu-body.show {
    max-width: 300px;
    min-width: 150px;
    height: auto;
    overflow: auto;
    right:0;
    top:29px;
    z-index:99;
    max-height:300px;
}

button.filter-button {
    background: silver;
    padding: 2px 5px;
    border-radius: 4px;
    height:26px;
}
    /*end*/
    .mySlides {
        display: none
    }

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: calc(100vh - 10.5rem);
}
    .slideshow-container img {
        display: block;
        margin: auto;
        width: auto;
        max-width: 100%;
        max-height: calc(100vh - 10.5rem);
    }

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    /* position: absolute;*/
    position:relative;
    top: 50%;
    width: auto;
    padding: 23px 5px;
   /* padding: 16px;*/
    margin: auto;
    /*margin-top: -22px;*/
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: #1212126e;
}

/* Position the "next button" to the right */
.next {
    right: -10px;
    margin-left:-11px;
    border-radius: 3px 0 0 3px;
}
.prev{
    left: -10px;
    margin-right:-11px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    height: fit-content;
    padding: 4px 12px;
    position: absolute;
    left: -10px;
    top: -16px;
    width: fit-content;
    background: #999999;
    /* color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    left: -10px;
    top: -10px;
    width: fit-content;
    background: #00000085;*/
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
.form-warnings {
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    z-index: 10;
    background: #100c0c29;
    backdrop-filter: blur(2px);
    border: 2px solid white;
    max-height: 100px;
    overflow: auto;
}
.form-warnings .alert {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 5px;
    margin:2px;
}

.form-warnings .alert i {
    font-size: 30px;
}

button.accordion-button, button.accordion-button:focus {
    border: 0;
    outline: 0
}

button.accordion-button {
    background-color: transparent;
    padding: 0 5px
}

button.accordion-button i {
    font-size: 18px
}

.slideshow-container .print_pdf {
    max-height: calc(100vh - 10.5rem);
}
div[id^="bootstrap-tooltip-"] {
    display: inline-block;
}
.search-div input {
    padding:5px;
}

/*Fix form-control and col using */

@media (min-width: 576px) 
{
    .form-control.col-sm-1 {
        width: 8.33333333%;
    }
    .form-control.col-sm-2 {
        width: 16.66666667%;
    } 
    .form-control.col-sm-3 {
        width: 25%;
    } 
    .form-control.col-sm-4 {
        width: 33.33333333%;
    }
    .form-control.col-sm-5 {
        width: 41.66666667%;
    }
    .form-control.col-sm-6 {
        width: 50%;
    }
    .form-control.col-sm-7 {
        width: 58.33333333%;
    }
    .form-control.col-sm-8 {
        width: 66.66666667%;
    }
    .form-control.col-sm-9 {
        width: 75%;
    }
    .form-control.col-sm-10 {
        width: 83.33333333%;
    }
    .form-control.col-sm-11 {
        width: 91.66666667%;
    }
    .form-control.col-sm-12 {
        width: 100%;
    }

}
.form-control.col-1 {
    width: 8.33333333%;
}

.form-control.col-2 {
    width: 16.66666667%;
}

.form-control.col-3 {
    width: 25%;
}

.form-control.col-4 {
    width: 33.33333333%;
}

.form-control.col-5 {
    width: 41.66666667%;
}

.form-control.col-6 {
    width: 50%;
}

.form-control.col-7 {
    width: 58.33333333%;
}

.form-control.col-8 {
    width: 66.66666667%;
}

.form-control.col-9 {
    width: 75%;
}

.form-control.col-10 {
    width: 83.33333333%;
}

.form-control.col-11 {
    width: 91.66666667%;
}

.form-control.col-12 {
    width: 100%;
}
.row {
    row-gap: 4px;
}

/* Nyomtatás megjelenés */
.print_image {
    max-width: 350px;
    width:100%;
    padding:15px;
    margin:auto;
    
}
.modal-body:has(.print_image) {
    width:fit-content
}

/* Collapse accordion mod body megjelenítés */
.accordion-content .f-input, .accordion-content input, .accordion-content select, .accordion-content textarea {
    margin: auto;
    max-width: 100%
}
.accordion-content .row{
  margin:auto; 
}
.accordion-content .row span[class^="col"], .accordion-content .row div[class^="col"], .accordion-content .row label[class^="col"]{
    padding-left:0;
}
.accordion-content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid silver;
    margin: 0 0 auto;
    padding: 8px;
    display:grid;
    gap: 5px;
    width:100%;
    min-width:150px;
}

i.file-clear-btn.fa-solid.fa-delete-left {
    font-size: 20px;
    margin: auto;
    padding: 3px;
}
.f-file::file-selector-button, .file-clear-btn {
    background-color: silver;
    color: #000;
    padding: 0 4px;
    border: 0px;
    border-radius: inherit;
    padding: 0px 5px;
    outline: none;
    border: none;
    cursor: pointer
}
input.f-file {
    font-weight: normal;
    padding: inherit;
    margin: auto;
    margin-left: 0;
    line-height: inherit;
    width: 100%;
}


.f-file::file-selector-button:hover, .file-clear-btn:hover {
    background-color: darkgray;
    
}
.validation-message, .validation-message-warning {
    border-radius: 4px;
    padding: 3px 6px;
    margin-top: 3px
}

.validation-message {
    color: red;
    background: antiquewhite;
}

.validation-message-warning {
    color: black;
    background-color: #ffdb68;
    display: flex;
    gap: 5px;
}

    .validation-message-warning i {
        font-size: 20px;
        align-self:center;
    }
    .validation-message-warning span{
        white-space:pre-line;
    }
    .warning {
        outline:3px solid orange;
    }
.editor_nav.toolbar ~ .form-warnings {
    top:75px;
}
.f-checkbox-list {
    margin-top: 2px;
    overflow: auto;
    max-height: 250px;
    box-shadow: inset 0 10px 10px -10px #cbc7c7;
}
.f-checkbox-list-item {
    border-bottom: 2px solid #c5c2c2;
    display: flex;
    align-items: baseline;
    cursor: pointer;
    padding: 5px 2px;
    border-radius: 3px;
}
.f-checkbox-list-item:hover {
    background-color: #f1f1f1;
}
.f-checkbox-list-item input[type=checkbox]{
    min-width:15px;
    min-height:15px;
    cursor:pointer;
}
.btn.btn-form-cache-clear {
    background: green;
    color: white;
}


.fox-update-progress-bar {
    width: 100%;
    max-width: 400px;
    background-color: lightgray;
    border-radius: 5px;
    overflow: hidden;
    height: 20px;
}

.fox-update-progress-fill {
    height: 100%;
    width: 0%;
    background-color: green;
    transition: width 0.3s ease;
}
