﻿/*
	Frammenti di Bootstrap 3
*/
.cf {
  clear: both;
}
.cf:before {
  content: " ";
  display: table;
}
.mv-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.alert {
  margin: 20px 0;
  padding: 15px;
  border: none;
}
.alert p {
  margin-bottom: 0;
}
.alert.alert-info {
  color: #1a4e68;
  background-color: #dfeaee;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.btn {
  display: inline-block;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
}
.btn-default {
  color: #666;
  background-color: #dfcca2;
  border-color: #ccc;
}
.btn-info {
  color: #666;
  background-color: #f3eddd;
  border-color: #ccc;
}
/* Privacy Cookie bar */
.PrivacyCookie {
  display: none;
  box-sizing: border-box;
  position: fixed;
  margin-left: -450px;
  width: 900px;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 1em;
  z-index: 1000;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.6);
}
.PrivacyCookie .alert {
  clear: both;
  height: 4em;
  padding: 8px 20px;
  margin: 0;
}
.PrivacyCookie .alert:before {
  content: " ";
  display: table;
}
.PrivacyCookie p {
  width: 650px;
  float: left;
}
.PrivacyCookie .btn-bar {
  float: right;
  width: 200px;
  text-align: right;
}
.PrivacyCookie .btn-close {
  display: inline-block;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  background-color: #dfcca2;
  border-color: #ccc;
}
.PrivacyCookie .btn-info {
  display: inline-block;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  background-color: #f3eddd;
  border-color: #ccc;
}