.leftpanel h4 {
    background: url(../images/blue-banner_280_36.png) no-repeat left;
    color: #fff;
    padding: 0 0 0 10px;
    height: 35px;
    margin: 0 0 0 -19px;/*0 0 0 -25px;*/
	font-weight: 400;
}

.leftpanel {
	/*background-color: #fffde7;*/
	background: rgba(255, 240, 184, 0.27);
	border-left: 1px solid #f2e8d2;
	border-right: 1px solid #f2e8d2;
	
}

.background_page {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #dbf3ff;
    border-radius: 10px;
}

/* =========================== cookie-banner ================================*/

.cookie-banner {

background: #e0e0e0; /*#cfdce0;#6ec0d8; #efefef;*/ /*#343c66;*/ /*#502B45;*/
/*top: 100%;*/
bottom: 0;
left: 0;
right: 0;
min-height: 26px;
padding: 10px 15px 10px;
color: #fff;
z-index: 9999 !important;
/*display: none;*/
position: fixed;
border-top: 1px solid #ccc;
/*font-weight: bold;*/
}

.cookie-banner a{

text-decoration: none; 

}

.cookie-banner a:hover{

text-decoration: none; 
color: #fff; /*#B61D18;*/
}

.cookie-content p {
color: #404040; /*#cfcfe8;*/
font-size: inherit;
/*line-height: 26px;*/
}

.cookie-cp {
/*width:70%;*/
float: left;
}


.btncookie {
 float: right;
 display: inline-block;
 background: #2484da; /*#ECE380;*/
 border-radius: 5px;
 padding: 10px;
 border: 1px solid #2484da;
}
a.btncookie {
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none; 

}
.btncookie a:hover{
color: #fff !important;


}
