﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Calibri;
    font-size: 14px;
    /*border: solid 1px*/
}

body {
    min-width: 600px;
    min-height: 500px;
    background-color: #b18b5e;
}
.oszlop{
    width:25vw;
}

.fejlec {
    display: flex;
    justify-content: space-between;
    height: 4rem;
    background-color: white;
}

.fejlec-logo {
    margin: .5rem;
    height: 80%;
}

.fejlec-user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.fejlec-verzio {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 2px;
    margin-right: auto;
}

.navbar-oldalt {
    width: 10rem;
    background: #8f714c;
    position: fixed;
    margin-top: 3rem;
    height: 100%;
}

.navbar-felul {
    display: flex;
    width: 100%;

    background: #8f714c;
    height: 3rem;
    padding-left: 10rem;
   
}

.navbar-kiosk {
    display: flex;
    width: 100%;
    background: #8f714c;
    height: 3rem;
    justify-content: center;
    align-items: center;
}

.navbar-kiosk-item {
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.nav-item {
    display: flex;
    color: white;
    width: 10rem;
    height: 3rem;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}


    .nav-item:hover {
        color: white;
    }
    .nav-item:hover {
        color: white;
    }

.selected-nav {
    background-color: #b18b5e;
}

.cimsor {
    margin: 1rem;
    text-align: center;
    font-weight: bold;
}

.alsogombsor {
    margin: 1rem;
    text-align: center;
    font-weight: bold;
    display:flex;
    justify-content:center;
}

.alsoblokk {
    margin: 1rem;
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}

.apmms-btn {
    width: 20rem;
    
}

.apmms-btn-2 {
    width: 25vw;
}

.halfbtn {
    width: 10rem;
    height: 2rem;
}

.logOutbtn {
    width: 10ch;
    height: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.txb {

    min-width: 40ch;
    height: 2rem;
}

.lbx {
    width: 40ch;
    height: 14rem;
    overflow:auto;
}

.ddx {
    width: 40ch;
    height: 2rem;
}

.lbl {
    display: flex;
    width: 20rem;
    height: 2rem;
    align-items: center;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 2rem;
    vertical-align: top;
}

.tartalom {
    margin: 0rem 0rem 0rem 10rem;
    padding: 1rem;
    min-width: 48rem;
}

.tartalomkiosk {
    margin: 0rem;
    padding: 1rem;
}

.oszlopok {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2rem;
    justify-content: center;
    padding: 1rem;
}

.boxArnyekkal {
    background: #8f714c;
    border: none;    
    box-shadow: 0px 10px 30px -20px rgba(33,44,56,1);
    border-radius: 10px;
}

.tbl, .tbltd, .tblth {
    border: 1px solid;
    padding: .5rem;
}

.tbl{
    border-collapse: collapse;
    border:none;
}
.flex-center{
    display:flex;
    justify-content:center;
}

/*Általános formázások*/

/*Innetől lefelé a speciális formázások*/

.Landing-TeljesOldal {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Landing-BalOszlop {
    text-align: center;
    color: white;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 1rem 1rem;
    overflow: hidden;
}

.Landing-JobbOszlop {
    text-align: center;
    color: white;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 1rem 1rem;
    overflow: hidden;
}

.Landing-Kozepso {
    margin: 5rem;
    width: 1rem;
    height: 22rem;
    background-color: aqua;
}



/* Ensure all the flags are the same size, and centered */
.flag {
    width: 2rem;
    height: 1.5rem;
    margin: auto;
}

.quickGridStyle {
    width: 60ch;
    overflow-x: auto;
    height: 40ch;
    overflow-y: auto;
    background-color: white;
    cursor: pointer
}




