﻿
/*********Start Cookie Message Div********************/

 .cookieMsgDiv 
 { 
    position:fixed; 
    width: 90%;
    left: 0;
    top: 0; 
    padding: 0.3em 5%; 
    background: #565656; 
    background: rgba(86,86,86,0.95); 
    color: #fff; 
    font-size: 10.5px; 
    font-weight: 700; 
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
    z-index: 99999; 
    text-align: center; 
    color: #fff; 
    line-height: 1.8em;
    font-family: Arial
  }
                    
  .cookieMsgDiv a
  { 
    color: #fff; text-decoration: underline;
  }

  .cookieMsgDiv a:hover
   {
    text-decoration: none;
  }

 .cookieMsgDiv a.cookie-accept
  {
    display: inline-block; 
    color: #fff; 
    text-decoration: none; 
    background: #7DAF3B; 
    padding: 0em 0.25em; 
    border-radius: 3px; 
    height: 20px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25); 
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
    -o-transition: background 0.5s ease-in; 
    -webkit-transition: background 0.25s ease-in; 
    -moz-transition: background 0.25s ease-in;
  }
            
 .cookieMsgDiv a:hover.cookie-accept
  {
   background : #000; 
   -o-transition: background 0.5s ease-in; 
   -webkit-transition: background 0.25s ease-in; 
   -moz-transition: background 0.25s ease-in;
  }

/********End Cookie Message**************************************/            