/* Styles for the CoverCookies.js plugin */
body {
    position: relative;
}
#CoverCookies-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	
    z-index: 99999999999;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
	background: rgba(110,110,110,0.62);
}
#CoverCookies-cover input[type="checkbox"] {
    display:none;
}
.CoverCookies-content .col-lg-10 {background: #fff;}
#CoverCookies-cover form label {
	line-height:25px;
	float:left;
	margin-right:20px;
	margin-top:5px;
	cursor:pointer;
	position:relative;
	margin-bottom: 25px;
}
input[type="checkbox"] + label::before {
    width: 60px;
    height: 30px;
    background-color: #868686;
    display: block;
    content: "";
    float: left;
    margin-right: 10px;
    border-radius: 30px;
    background-size: 100%;
}
input[type="checkbox"] + label::after {
    background-color: #fff;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
	transition:all ease-in-out 0.2s;
}
input[type="checkbox"]:checked+label::before {
    background-color:#44a332;/* CD /CI Color */
}
input[type="checkbox"]:checked+label::after {
    left: 35px;
	transition:all ease-in-out 0.2s;
}
#CoverCookies-cover span {
    font-size: 13px;
}
#CoverCookies-cover span#viewdetails {
	cursor:pointer;
}
#CoverCookies-cover span#viewselection {
	cursor:pointer;
	margin-left: 10px;
}
#CoverCookies-cover span.CoverCookies-close {
    color: #000;
    text-decoration: none;
    background:#bfbfbf;/* CD /CI Color */
    display: inline-block;
    padding: 4px 10px;
    margin: 4px 0 4px 0px;
    text-decoration: none;
	cursor:pointer;
}
#CoverCookies-cover p {
    line-height: 24px;
    margin: 10px 0;
    display: block;
}
.CoverCookies-content {
    padding-top: 10px;
    padding-bottom: 10px;
	margin-top: 185px;
}
.CoverCookies-open #CoverCookies-cover {
	display: block;
}

@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

@media handheld, only screen and (max-width:820px) {

#CoverCookies-cover p {
    line-height: 23px;
    margin: 0;
    float: left;
    font-size: 12px;
     margin: 0 10px;
}
.CoverCookies-content {
	margin-top: 0px;
}
#CoverCookies-cover a {
    font-size: 12px;
    color: #1a598c;
    background: none;
    text-decoration: underline;
    margin-right: 20px;
    margin-left: 0;
    text-align: center;
    margin: 0;
    display: block;
}
#CoverCookies-cover p.cookieminitext a {display:inline}
#CoverCookies-cover span {
	float:left!important;
}
#CoverCookies-cover form label {
    display: block;
    width: 100%;
    margin: 10px 0;
	cursor:pointer;
}
#CoverCookies-cover a.CoverCookies-close {
    padding: 6px 20px;
    display: block;
    margin: 5px 0;
    box-sizing: border-box;
}
#CoverCookies-cover a:last-child {
    text-transform: none;
    color: #000;
    background: none;
    border: 0;
    text-decoration: underline;
}
#viewdetails {
    background: none;
    color: #000;
    border: 0;
    display: block;
    margin: 0;
    box-sizing: border-box;
    padding: 7px 10px;
}
#CoverCookies-cover span {
    float: left!important;
    display: block!important;
    width: 100%;
    margin: 10px 0!important;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0!important;
    line-height: 15px!important;
}

}