#__cookieWrapper .__cookieNotice .__cookieNoticeBody {background: #FFF;}
#__cookieWrapper.custom-cookie p {color: #6c6e6b; font-size:1rem;}
#__cookieWrapper.custom-cookie a { color:#86b9ce;}
#__cookieWrapper.custom-cookie a:hover  {text-decoration:underline}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
    border: 0;
    background: #86b9ce;
    background-color: rgb(6, 21, 86);
    cursor: pointer;
    transition: all .5s ease;
    margin: 0;
    color: #fff;
    position: relative;
    padding: 0px 0px 0px 37px;
    background-color: #86b9ce;
    margin-bottom: 15px;
	min-width:250px;
	border-radius:0;
	font-size:1rem;
	height:25px;
}
#__cookieWrapper .ccBtn {box-shadow: none;}

.custom-cookie-modal .modal-footer button { margin: 0 15px; padding:0; min-width:210px; height:24px;}

#__cookieWrapper.custom-cookie .ccBtn:before, .custom-cookie-modal .modal-footer button:before {
    width: 31px;
    height: 25px;
    left: 7px;
    top: 0px;
    background-image: url(~/media/Images/K/Kenon-Holdings/css/kenon-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    position: absolute;
}

.switch input[type=checkbox]+label { height:calc(1.8rem * .8);}
.switch input[type=checkbox]:checked+label:before { background-color:#86b9ce; border: 2px solid #86b9ce}

.custom-cookie-modal .modal-body h4 {
    color: #86b9ce !important;
}

h4.modal-title { color:#01746c !important;}