/* #cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;} */
#cookie-bar {background:transparent; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; right:0; width:300px;padding:1px;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;color:#505050;line-height:20px;}
#cookie-bar p a{color:blue;margin:0;padding:0;}
#cookie-bar p a:hover{color:blue;text-decoration:underline;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#6CCD00;}
#cookie-bar .cb-enable:hover {background:#6CCD00;border:1px solid #5bb700;box-shadow: inset 0 0 0 2px #8ac75b;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#cookie-bar .modal-dialog{width:auto;margin:0px;}
#cookie-bar .modal-header{background:#F0942B; border:1px solid #F0942B; color:#ffffff;border-radius:6px 6px 0px 0px;padding:5px;}
#cookie-bar .modal-header h5{color:#ffffff;}
#cookie-bar .modal-body{color:#ccc; border-left:2px solid #F0942B; border-right:2px solid #F0942B;padding-bottom: 9px;}
#cookie-bar .modal-footer{color:#ccc; border-left:2px solid #F0942B; border-right:2px solid #F0942B;border-bottom:2px solid #F0942B;border-top:0px;padding:5px;padding-bottom: 10px;text-align:center;}
