﻿.cookiesPopup
{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10000;
	background-color:rgba(0, 0, 0, 0.8);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none;
}

.cookiesPopupContent
{
    position:absolute;
	top:50%;
	left:50%;
    width:75%;
	max-width:480px;
	min-width:300px;
	transform:translate(-50%, -50%);
    z-index:10000;
    background-color:#fff;
    color:#666;
    padding:2% 3%;
    text-align:center;
	font-size:14px;
	line-height:1.6;
}

.cookiesCheck input
{
	-webkit-appearance: checkbox;
	margin-left:24px;
}

.cookiesCheck2
{
	margin-top:16px;
	padding:16px;
	overflow-y:scroll;
	max-height:200px;
	background-color:#eee;
	color:#343434;
}

.cookiesCheck2 input
{
	-webkit-appearance: checkbox;
	margin-bottom:12px;
	margin-right:8px;
}

.chkCookie
{
	font-size:15px;
/*	font-family: NotoSansBold;*/
	font-weight:bold;
	color:#e70;
}

.cookiesButton
{
    background-color:#fff;
    color:#343434;
    border:1px solid #343434;
    border-radius:24px;
    padding:8px 24px;
    margin:16px 8px;
    font-size:14px;
    cursor:pointer;
}

.cookiesButton2
{
	background-color:#fff;
    color:#343434;
    border:1px solid #343434;
    border-radius:24px;
    padding:8px 40px;
    margin:8px;
    font-size:14px;
    cursor:pointer;
}

.pnlSettings
{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:10000;
	transition:all 0.5s;
	display:none;
}

.cookieSettings a, .cookiesPopupContent a
{
	color:#e70;
}

.cookieSettings > span
{
	display:block;
	text-align:center;
}

.cookieSettingsTitle
{
	position:absolute;
	top:30%;
	left:-72px;
	background-color:#000;
	opacity:0.8;
	transform:rotate(90deg);
	height:22px;
	width:200px;
	text-align:center;
	font-size:14px;
	padding:8px 1px;
	cursor:pointer;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none;
}

.cookieSettings
{
	font-size:12px;
	position:absolute;
	max-width:480px;
	min-width:300px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#fff;
	padding:2%;
}

.cookieAbout
{
	/*padding-bottom:16px;*/
	border-bottom:1px solid #ddd;
	margin-bottom:16px;
	height:0;
	overflow:hidden;
	transition:all 1s;
}
.cookieAbout h5
{
	padding-top:8px;
	padding-bottom:4px;
	font-size:12px;
}
.cookieAbout ul
{
	padding:4px 0
}
.cookieAbout ul li
{
	list-style:inside;
	list-style-type: disc;
	padding-left-12px;
}

.cookieArrow
{
	transition:all 0.5s;
	cursor:pointer;
}

.cookie2Buttons, .cookieButtons
{
	margin-top:16px;
	text-align:center;
}

.cookieButtons
{
	/*padding-bottom:16px;*/
}

.orangeButton
{
	background-color:#e70;
	color:#fff;
	border-color:#e70;
	font-weight:bold;
}