
/**
 * cookie choices
 * 
 * @author    Timo Paul <mail@timopaul.biz>
 * @copyright (c) 2016, Timo Paul Dienstleistungen
 * @license   GNU General Public License 
 *            http://www.gnu.de/documents/gpl-2.0.de.html
 */

#cookieChoiceInfo {
  background-color: #fff;
  padding: 5px;
  z-index: 10000;
  text-align: center;
  border-style: solid;
  border-color: #FF4D4D;
  border-width: 2px;
  border-radius:3px;
  position: fixed;
  width: 270px;
  min-width: 270px;
  max-width: 90%;
  right: 17px;
  bottom: 37px;
  overflow: auto;
  font-size:11px;font-weight:bold;color:#333
  opacity:0.8;
}
#cookieChoiceInfo .button {
  display: block;
  border: solid #333 1px;
  border-radius:4px;
  color: #fff;
  padding: 5px;
  margin-bottom: 4px;
  background: #666;

background-image:-webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
background-image:-o-linear-gradient(#484e55, #3a3f44 60%, #313539);
background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
background-image:linear-gradient(#484e55, #3a3f44 60%, #313539);
background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
-webkit-filter:none;filter:none;border:1px solid rgba(0,0,0,0.6);
text-shadow:1px 1px 1px rgba(0,0,0,0.3)





/* Old browsers */
  /* background: -moz-linear-gradient(top, #333 0, #333 1px, #666 1.1px ,#999 100%); */ /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #333 0, #333 1px, #666 1.1px ,#999 100%); */ /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #333 0, #333 1px, #666 1.1px ,#999 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#333',GradientType=0 ); */ /* IE6-9 */
}
#cookieChoiceInfo .button:hover {
  text-decoration: none;
  
  background-image:-webkit-linear-gradient(#484e55, #3a3f44 40%, #141618);
background-image:-o-linear-gradient(#484e55, #3a3f44 40%, #141618);
background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(40%,  #3a3f4), to(#141618));
background-image:linear-gradient(#484e55, #3a3f44 40%, #141618);
background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
-webkit-filter:none;filter:none;border:1px solid rgba(0,0,0,0.6)
}
