/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2022. júl. 18., 14:59:30
    Author     : csinab
*/

.separator{
    width: auto;
    height: 10px;
}

.ui-separator.ui-state-default.menüSeparátor, .ui-separator.ui-state-default.menüSeparátor_jobb, .ui-separator.ui-state-default.dobozMenü_separátor, .ui-separator.ui-state-default.dobozMenü_separátor_jobb{
    height: 90px;
    width: 1px;
    clear: inherit;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid var(--szürke);
    color: var(--háttérszínű);
}

.ui-separator.ui-state-default.menüSeparátor, .ui-separator.ui-state-default.dobozMenü_separátor{
    float: left;
}
.ui-separator.ui-state-default.menüSeparátor_jobb, .ui-separator.ui-state-default.dobozMenü_separátor_jobb{
    float: right;
}

.lastFloatRight li:last-child, .last2FloatRight li:nth-last-child(2), .last3FloatRight li:nth-last-child(3),
.last4FloatRight li:nth-last-child(4), .last5FloatRight li:nth-last-child(5), .last6FloatRight li:nth-last-child(6),
.last7FloatRight li:nth-last-child(7), .last8FloatRight li:nth-last-child(8), .last9FloatRight li:nth-last-child(9),
.last10FloatRight li:nth-last-child(10){
    float: right;
}

/******************************** gomb *********************************/

.ovirgomb{
    text-decoration: none;
}

.ovirgomb .ui-icon{
    width: 50px;
    height: 50px;
}

.ovirgomb .ui-icon{
    margin-left: calc(50% - 42px);
    margin-bottom: 10px;
    background-size: cover;
}

.ovirgombikon .ui-icon{
    width: 20px;
    height: 20px;
}

.ovirgombNagy {
    width: 200px !important;
    height: 200px !important;
}

.ovirgombNagy .ui-icon {
    margin-top: 30px !important;
    width: 80px;
    height: 80px;
    margin-left: calc(50% - 40px);
    margin-bottom: 32px;
    background-size: cover;
}
.ovirgombNagy .ui-menuitem-text {
    font-size: 3rem;
}

.dobozKeret {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    border-radius: 5px;
}

.hover_link:hover{
    border: 1px solid rgb(34, 147, 247);
    background: #fff url(/resources/images/jquery/ui-bg_diamond_100_f9f9f9_10x8.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #a46313;
}

.cegnevDoboz{
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e0cfc2;
    color: #1e1b1d;
    text-align: center;
    position: absolute;
    top: 0;
    background: #f4f0ec url(/OVIR/faces/javax.faces.resource/images/ui-bg_inset-soft_100_f4f0ec_1x100.png) 50% bottom repeat-x;
    font-size: var(--betűNagy);
}
