﻿:root {
    /*PremiumGast*/
    --primary-text: #5584AC;
    --primary-bg: #22577E;
    --secondary-bg: #2b70a1;
    --transition-speed: 300ms;
    /*PolgarTarsak*/
   /* --primary-text: #5584AC;
    --primary-bg: #4557a1;
    --secondary-bg: #2b70a1;
    --transition-speed: 300ms;*/
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.searchSection{
    height: 50px;
}
.bg-custom{
    background: var(--primary-bg);
}
.bg-custom2{
    background: var(--secondary-bg);
}
.bg-gradient-custom {
    background: linear-gradient(135deg, var(--primary-bg) var(--secondary-bg), white ) ;
}
/*Navbar*/
.column-list {
    columns: 5;
    list-style: none;
    color: white;
    padding-left: 10px;
}

.column-list li{
    color: white;
}

.column-list li a{
    text-decoration: none;
    color: white;
    transition: all 0.2s;
}

.column-list li a:hover{
    padding-left: 10px;
    transition: all 0.2s;
}

header {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 10px 10px;
    background: var(--primary-bg);
}

.nav-links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    margin: auto;
}

.nav-links li {
    display: inline-block;
    padding: 0 20px;
}

.nav-input{
    height: 37px;
    border: 1px solid white;
    text-align: center;
    overflow: hidden;
}

.input-container{
    display: flex;
    width: 350px;
    border: 1px solid black;
    justify-content: space-between;
}

.input-container .nav-input:focus, .input-container nav-input:active{
    outline: none;
}

.input-container .nav-input{
    border: none;   
}

@media scren and (mind-width: 60em){
    header{
        
    }
    .nav-input{
        max-width: 80%;
    }
}

/*Login*/
.loginPage-form{
    display: flex;
    flex-direction: column;
    min-height: 50vh;
    border-radius: 30px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--primary-bg), var(--secondary-bg), white);
    border: 1px solid var(--primary-bg);
    width: 100%;
    align-items: center;
    box-shadow: var(--secondary-bg) 0 0 5px 5px;
}
.login-header{
    color: white;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid white;
}
.login-adatok{
    min-height: 40vh;
    width: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.login-text{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
}

.login-cred{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    justify-content: center;
    align-items: center;
    color: white;
}

.login-input{
    color: black;
    width: 300px;
    height: 40px;
    text-align: center;
    border-radius: 35px;
    outline: none;
    border: none;
}

.login-input:focus, .login-input:hover{
    width: 350px;
    border: 1px solid black;
    transition: all var(--transition-speed);
}

@media screen and (min-width: 40em) {
    .loginPage-form{
        min-height: 100vh;
        border: none;
        width: 100%;
    }
    .login-adatok{
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 60em) {
    .loginPage-form{
        width: 50%;
        min-height: 50vh;
    }

    .login-adatok{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        min-height: 50vh;
    }
}

/*Default*/
.megrendelesekDiv{
    text-align: center;
}

.MegrendelesekCheckBox tbody tr td input{
    color: var(--primary-bg);
}

.MegrendelesekCheckBox tbody tr td label{
    margin-left: 5px;
}

/*Navbar*/
.nav-item{
    list-style-type: none;
    color: black;
    text-decoration: none;
}

.nav-item li{
    color: black;
}
.nav-item:hover{
    border-bottom: 1px solid white !important;
}

.nav-link{
    color: black;
}

.termek-input{
    width: 30% !important;
}

.termek-box{
    background-color: white;
    text-align: center;
    border-radius: 15px;
    transition: all 0.2s;
}

.termek-box:hover{
    border-radius: 15px;
    box-shadow: 3px 1px 1px gray;
    transition: all 0.2s;
}

.megrendVanPanel{
    text-align: center;
}

.megrendNincsPanel{
    text-align: center;
}

.btn-custom {
    /*background-color: #3297CD;
    color: white;*/
    background: var(--primary-bg);
    color: white;
    transition: all 0.2s;
}

.btn-custom:hover {
    color: white;
    background-color: var(--secondary-bg);
    transition: all 0.2s;
}

.btn-custom-outline{
    background: var(--primary-bg);
    color: white;
    border: 1px solid white;
}

.btn-custom-outline:hover{
    background: white;
    color: var(--primary-bg);
}

.partnerDiv {
    /*background: url('../Images/partner_icon.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50px;*/
    min-height: 250px;
}
.telepDiv {
    /*background: url('../Images/telep_icon.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50px;*/
    min-height: 250px;
}

.turaDiv {
    /*background: url('../Images/tura_icon.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50px;*/
    min-height: 250px;
}

#KeresoMezo{
    width: 350px;
}
.autoCompleteList{
    z-index: 2000 !important;
    background: white;
    list-style-type: none;
    text-decoration: none;
    padding: 0;
    max-height: 350px;
    overflow-y: scroll;
    min-width: 450px;
}
/*scrollbar */
.autoCompleteList::-webkit-scrollbar{
    width: 5px;
    background: var(--primary-bg);
}
/*handle*/
.autoCompleteList::-webkit-scrollbar-thumb{
    background: var(--primary-text);
}
.autoCompleteListItem{
    font-size: 17px;
    width: auto;
    border-bottom: 1px solid black;
}

.autoCompleteListItemHiglight{
    font-size: 19px;
    color: var(--primary-bg);
    font-weight: 700;
    text-align:center;
}

/*Telephely*/
.TelephelylistItem {
    text-align: center;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin: 0;
    width: 100%;
    border-radius: 6px !important;
}
.TelephelylistItem label{
    padding-left: 3px !important;
}
/*Túra*/
.TuraRadioList{
    display: flex;
    flex-wrap: wrap;
}
.TuralistItem {
    text-align: center;
    padding: 3px;
    margin: 0;
    flex: 1 1 70px;
    border: 1px solid var(--primary-bg);
    
}
.TuralistItem:hover {
    background: var(--secondary-bg);
}
.TuralistItem label{
    padding-left: 3px !important;    
}

.active {
    background: #3297CD !important;
    color: white !important;
}

.table-custom{
    background: var(--primary-bg) !important;
    color: white;
}

.table-day-header-custom{
    background: var(--primary-bg) !important;
    color: white;
    text-align: center;
}

.table-day-custom{
    border: 1px solid var(--primary-bg);
}

.table-selected-day-custom {
    background: var(--primary-bg) !important;
    color: white;
}

.table-other-month-custom {
    background: #b6bfb8 !important;
    color: gray;
    border: 1px solid white;
}

.table-today-day-cutom {
    background: green !important;
    color: white !important;
}

/*Kosár*/
.KosarHeader{
    border: 1px solid var(--primary-bg);
    background: var(--primary-bg);
    color: white;
    text-align: center;
}

.KosarRow{
    border: 1px solid var(--primary-bg) !important;
    text-align: center;
    transition: all 0.2s;
}

.KosarRow:hover{
    background: var(--secondary-bg);
    transition: all 0.2s;
}

.figyelmeztetes-felirat{
    font-size: 18px;
}

/*Termekek*/
.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.5);
}

.cardImg:hover {
    transform: scale(110%);
}

.card:hover .image-overlay {
    opacity: 1;
}

@media (max-width: 576px) {
    .card-img-top {
        width: 100% !important;
        height: 50vw !important;
        object-fit: contain;
    }
}

@media (min-width: 768px) {
    .card-img-top {
        width: 100% !important;
        height: 15vw !important;
        object-fit: contain;
    }
}

a.fa-2x{
    text-decoration: none !important;
}
