/*
==========================================
 * Last mod: 2026. január 27
 * Version: 1.3.0
==========================================
*/

/* MINDEGYIK DOBOZRA VONATKOZIK */

div.notice-box h4 {
   font-size: 20px;
	margin:0 0 20px 0;
	font-size: 25px;
	font-weight:bold;
	/*font-family:oswald;*/
}
div.notice-box p {
	font-size: 16px;
	line-height: 24px;
	margin:0;
}

/* EGYEDI DOBOZOK */

div.notice-box {
    border: 1px solid #7686C9;
	border-left-width: 15px;
	padding: 10px 15px;
	margin: 30px 0;
}

div.notice-box.notice-success {
	border: 1px solid #298B2E;
	border-left-width: 15px;
	padding: 10px 15px;
	margin: 30px 0;
}

/* 
==================================================
SAJÁT IKONOS FIGYELEM DOBOZ
==================================================
*/ 
div.notice-box.notice-danger{
	background: #E0E1D1 url(../../themes/katilla-blokkos/alapdesign/figyelem.png) no-repeat 0px 0px;
	border: 1px solid #cccccc;
	padding: 15px 5px 15px 50px;
	margin: 30px 0;
}

/* 
==================================================
MEGJEGYZÉS DOBOZ TARTALOM KÖZÉPEN
==================================================
*/ 
div.notice-box.notice-megjegyzes{
	background: #f1f1f1;
	border: 1px solid #cccccc;
	padding: 20px 10px 20px 10px;
	margin: 30px 0;
	text-align:center;
}


/* 
==================================================
PIROS FONTOS FIGYU DOBOZ
==================================================
*/  
div.notice-box.notice-figyublokk {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 15px 5px 15px 5px;
    background: #c70133;
    border: 4px solid white;
	    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

div.notice-box.notice-figyublokk h4 {
    color: white;
    background-color: black;
    padding: 15px;
    margin: -15px -5px 10px;
    border-bottom: 1px solid #B4B4B4;
}

/* 
==================================================
Zöld FONTOS MEGJEGYZÉS DOBOZ IKONNAL  #70BE4A
==================================================
*/   
div.notice-box.notice-fontosblokk {
    margin: 1em 0;
    padding: 1em;
    background: #FBFBFB;
    border: 1px solid #70be4a66;
    border-left: 12px solid #70be4a;
    margin-bottom: 25px;
    font-size: 100%;
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
    min-height: 90px;

}

div.notice-box.notice-fontosblokk::before {
    display: block;
    color: #70be4a;
    font-size: 55px;
    position: absolute;
    left: 30px;
    top: 12px;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f12a"; /* f12a  -  f15c - f4ff - f164*/
}

/*
==================================================
GÖRGETHETŐ TARTALMÚ DOBOZ
==================================================
*/  
div.notice-box.notice-scrolldoboz {
    border: 1px solid #cccccc;
	padding: 10px 15px 30px 15px;
	margin: 30px 0;
	max-height: 200px;
	overflow-y: scroll;
} 
div.notice-box.notice-scrolldoboz::-webkit-scrollbar {
    width: 9px;
	background-color:transparent;
	background:transparent;
}
div.notice-box.notice-scrolldoboz::-webkit-scrollbar-track {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;*/
    background-color:#F1F1F1;
	/*background:transparent; /*transparent*/

}
div.notice-box.notice-scrolldoboz::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/*
==================================================
ÁRNYÉKOS KEREKÍTETT DOBOZ 
==================================================
*/ 
div.notice-box.notice-kerekitett{
	background: #f1f1f1;
	border: 3px solid #fff;
	padding: 20px 20px 20px 20px;
	margin: 30px 0;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}


/*
==================================================
KIEMELT DOBOZ 
==================================================
*/ 
div.notice-box.notice-kiemelt{
	background: #FCF8E3;
	border: 1px solid #FAEBCC;
	padding: 20px 20px 20px 20px;
	margin: 40px 0;
	border-radius: 5px;
}

div.notice-box.notice-kiemelt h4 {
    color: #8A6D3B;
}
div.notice-box.notice-kiemelt {
    color: #8A6D3B;
}

/*
==========================================
ALAP EREDETI CSS
==========================================
div.notice-box {
	border: 1px solid #7686C9;
	border-left-width: 15px;
	padding: 10px 15px;
	margin: 30px 0;
}
*/
