﻿#cookiemodule {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: none;
  z-index: 9999;
  border-radius: 5px;
}

#privacymodule {
  position: fixed;
  bottom: 176px;
  left: 10px;
  display: none;
  z-index: 9999;
  border-radius: 5px;
}

.modouter {
  position: relative;
  z-index: 1;
  background-color: #055264;
  border-radius: 5px;
  box-shadow: 2px 3px 5px rgba(72, 72, 72, 0.8);
  width: 225px;
  padding: 1px;
  opacity: .9;
  filter: alpha(opacity=90);
}

.modinner {
  background-color: #1d2122;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.modcontent {
  padding: 5px;
}

.modouter .modinner h5 {
  color: #faa61a;
  font-size: .9em;
  font-weight: bold;
  margin: 0;
  padding: 3px;
  text-align: center;
  padding-top: 10px;
}

.modouter .modinner p {
  font-size: 12px;
  margin: 5px;
  padding: 0;
  line-height: normal;
  color: #fff;
}

.modinner div.intro {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}

.modinner div.modopen {
  margin: 20px 0 10px 0;
  padding-left: 5px;
  display: none;
}

.modinner a,
.modinner a:visited,
.modinner a:link {
  color: #faa61a;
  text-decoration: none;
  border-bottom: none;
}

.modinner p a,
.modinner p a:visited {
  color: #faa61a;
  text-decoration: none;
  border-bottom: none;
}

.modinner a:hover,
.modinner a:active {
  color: #6ff;
}

.modinner button {
  background-color: #faa61a;
  border: 1px solid #666;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset;
  color: #2d093a;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: normal;
  cursor: pointer;
}

button.close {
  background: url(/images/site/cookie_close.png) no-repeat left top transparent;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: none;
  box-shadow: none;
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -999em;
}

button.close:hover {
  background: url(/images/site/cookie_close.png) no-repeat left bottom transparent;
}

.modinner p {
    text-align: center;
}

.modinner a.change-settings {
  color: #faa61a;
  font-size: 12px;
}

.modinner button.readmore {
  background: none;
  border: none;
  border-radius: none;
  color: #faa61a;
  z-index: 1;
  box-shadow: none;
  margin: 5px 0;
  font-weight: normal;
  font-size: 12px;
  padding-left: 10px;
}

.modinner button.readmore:hover {
  color: #6ff;
}

.modinner button {
  background-color: #faa61a;
  color: #2d093a;
  margin: 5px auto;
  border-radius: 5px;
  padding: 5px;
  width: 95%;
  font: 12px arial, helvetica, sans-serif;
  font-weight: bold;
}

.modinner button:hover {
  color: #ffe5c1;
}
