/* Some reset stuff */
#id01 h1, #id01 h2, #id01 h3, #id01 h4, #id01 hr, #id01 p, #id01 label {
	background: transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	font-style: normal;
}
#id01 .clearfix:before {
	box-sizing: border-box;
	display: table;
	content: " ";
}
#id01 .clearfix::after {
	content: "";
	clear: both;
	display: table;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* The Main CSS starts here */
#id01 {
color:#999;
}
#id01 a {
color:LinkText;
}
/* Float cancel and delete buttons and add an equal width */
#id01 .cancelbtn, #id01 .deletebtn {
  float: left;
  width: 50%;
}

/* Add a color to the cancel button */
#id01 .cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
#id01 .deletebtn {
  background-color: #f44336;
}

/* Add padding and center-align text to the incontain */
#id01 .incontain {
  padding: 16px;
  text-align: center;
  font:16px/1.3 'Open Sans', sans-serif;
}

/* The Modal (background) */
#id01.modalCook {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background:url(/img/bgCF.gif) 50% 0 repeat #474e5d;*/
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
#id01 .modalCook-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
/* With of inner modal */
/* The Modal Close Button (x) */
#id01 .incontain {
max-width:970px;
}

/* Style the horizontal ruler */
#id01 hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
#id01 .close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

#id01 .close:hover,
#id01 .close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
#id01 .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  #id01 .cancelbtn, #id01 .deletebtn {
    width: 100%;
  }
}


/* GTAG CSS */

div#cookie {
max-width:980;
margin:0 auto;
}
div#cookie input[type=submit] {
/*display:none;*/
		width:35px;
		height:35px;
		border:none;
		background:url(/img/cookie.png) no-repeat;
		background-size:cover;
		text-indent:-9999px;
		left:0;
		bottom:0;
		position:absolute;
		cursor: pointer;
		z-index:9;

	-webkit-appearance:none;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}

#id01 h1 {
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	text-transform:capitalize;
	text-align:left;
}
#id01 p {
	text-align:left;
	margin:0;
	font-size:16px;
}
#id01 h1, #id01 p {
	line-height:1.2;
}
#id01 .closeTxt {
	font-weight: bold;
	text-align:center;
	cursor:pointer;
	color: #f1f1f1;
}
#id01 .closeTxt:hover,
#id01 .closeTxt:focus {
	color: #f44336;
	cursor: pointer;
}

/*********************************************/
/*Simple css to style it like a toggle switch*/
/*********************************************/
.theme-switch-wrapper {
	display: flex;
	align-items: center;
	float:right;
	margin:15px 10px 15px 0;
	margin-top:15px;
	margin-right:10px;
}
  em {
    margin-right: 10px;
    font-size: 1em;
    padding: 0 0 0 4px;
    background: transparent;
  }

.theme-switch {
	display: inline-block;
	height: 30px;
	position: relative;
	width: 54px;
}

.theme-switch input {
	display:none;
}

.slider {
	background-color: #ccc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.slider:before {
	background-color: #ffffff;
	bottom: 2px;
	content: "";
	height: 26px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 26px;
}

input:checked + .slider {
	background-color: #66bb6a;
}

input:checked + .slider:before {
	transform: translateX(24px);
}

.slider.round {
	border-radius: 30px;
}

.slider.round:before {
	border-radius: 50%;
}

/*
			<div class='theme-switch-wrapper' id='theme-switch-wrapper'>
			  <em>Off</em>
				<label class='theme-switch' for='switch1'>
					<input type='checkbox' id='switch1' name='switch1' />
					<div class='slider round'></div>
			  </label>
			  <em>On</em>
			</div>
*/
/* ++++++ Simple css to style it like a toggle switch ++++++  */

#switchSS {
		cursor: not-allowed;
}

