/* Consent CSS */

#consentbkg {opacity:0; visibility: hidden; width:0; height:0; position: fixed; left:0; top:0; overflow: hidden; background:url("../im/bkg/consent_bkg.png") repeat;}
#consent {opacity:0; background-color:#FFF; margin:100px auto 0px auto; padding:0 0px 20px 0; min-width:600px;}

.consentheader {width:100%; overflow: hidden; text-align:center; color:#FFF; background-color:#1b5cbe;}
.consentheader h1 {padding:15px 50px 0 50px;}
.consentheader p {padding:0 50px 10px 50px; margin:-5px 0 0 0;}
.consentsection {text-align:center; padding:10px; margin:0 50px;}
.consentsection h3 {float:left; display:block; width:60%; text-align:left; border-bottom:1px solid #ccc;}
.consentsetting {float:right; padding:0 19px 0 0;}
.consentdetails {visibility:hidden;}
.consentdetails_description {visibility:visible; font-size:10px; text-align:left; clear:both; color:#999;}
.consentoption_on {float:right; width:150px; height:40px; background:url("../im/bkg/consent_bool.png"); background-repeat: no-repeat; cursor:pointer;}
.consentoption_off {float:right; width:150px; height:40px; background:url("../im/bkg/consent_bool.png"); background-repeat: no-repeat; background-position:0 -41px; cursor:pointer;}
.consentinfotoggle {}
.consentDNSMPI {font-size:11px; color:#565656;}
.consentlegal {font-size:9px; color:#999; padding:15px 50px 0px 50px;}
.consentcontinue {width:450px; height:30px; margin:5px auto; padding:8px 10px; text-align:center; box-shadow:3px 3px 3px #333; border:1px solid #000; font-size:18px; cursor:pointer; background-color:#003874; color:#FFF;}
.consentcontinue:hover {background-color:#1b5cbe;}

#consentessential {}
#consentessentialdetails {}
#consentanalytics {}
#consentanalyticsdetails {visibility: hidden;}