/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Document */
/* COOKIE SETTINGS*/

/*** checkbox ***/
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
background:rgba(255,255,255,.4); border:2px solid #000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
  background:rgba(255,255,255,.4); 
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookie_wrap{ /*background:rgba(255,255,255,.95);*/ width:270px; text-align:center; position:fixed;  bottom:40px; right:0px; z-index:99999999999999 !important;  font-size:12px; display:none; font-family:Arial;}
.box_cookie{display:inline-block; padding:25px; max-width:450px; border:1px solid #ccc; background:white; margin-top:5vh; text-align:left; border-radius:12px; font-family:Arial;}
.box_cookie_title{font-size:15px;}
.box_cookie_btn{background:#fff; border-radius: 2px; display:inline-block; border:2px solid black; width:100px; text-align:center; text-decoration:none; color:#000; padding:5px; font-size:12px; transition:.5s; opacity:1; cursor:pointer; font-family:Arial;}
.box_cookie_btn:hover{background:#ccc; color:#000; opacity:.8;}

.btn_close{position:absolute; top:10px; right:10px; text-align:right; width:100%; padding:20px; font-size:12px; font-weight:bold; }
.privacy_wrap{ background:rgba(255,255,255,.95);height:100vh; width:100%; text-align:center; position:fixed;  top:0px; left:0px; z-index:9999 !important;  font-size:12px; display:none; }
.box_privacy{display:inline-block; padding:25px; max-width:450px; border:1px solid #ccc; background:white; margin-top:10vh; text-align:left; border-radius:15px; max-height:80vh; overflow-y:scroll;}
.policy-title{font-size:12px; font-weight:bold;}
.policy-sub-title{font-size:12px; font-weight:bold;}
