/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2025. jan. 28., 14:28:53
    Author     : menesmark, vargapeter
*/

/*
Info-box beállítások
*/
.info-box-esedekes {
    border-color: #E58D25 !important;
}
.info-box-hatralekos {
    border-color: #FF6666 !important;
}
.info-box {
    padding-left: 8px;
    position: relative;
    height: var(--info-box-height);
}
.info-box-line {
    border-left: 8px solid #2A67BA;
    border-right: 8px solid #2A67BA;
    border-left: 8px solid;
    border-right: 8px solid;
    border-radius: 3px;
    position: absolute;
    height: 90%;
    top: 5%;
    left: 0;
}
.info-box-text {
    border: 1px solid #2A67BA;
    /*  padding: 32px;  */
    padding: 32px 32px 22px 32px;
    border-radius: 3px;
    box-shadow: 0px 4px 20px 0px rgba(114, 112, 112, 0.20);
}

/*
Akta fa megjelenítéshez
*/
.esedekes label.alias {
    color: #E58D25;
}

.hatralekos label.alias {
    color: #787878;
}
