/*!
 *   localizzazioni applicativo alimenta
 *   Author: Dauvea
 *   Website: 
 *   License: 
 */
 
 body {font-size: 12px !important;}
.login-page, .register-page {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-box, .register-box {
  width: 360px;
  min-height: 432.033px;
}

.login-logo, .register-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;
}

.img-circle {
  border-radius: 50%;
}

.login-logo, .register-logo {
  font-size: 2.1rem;
  font-weight: 300;
  text-align: center;
}

.elevation-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23) !important;
}

.stats-small {
  min-height: 112px !important;
}

.tableFeed  thead th {
	font-size: 11px;
}

.tableFeed  tbody td {
	font-size: 11px;
}

th.dt-center, td.dt-center { text-align: center; }

.bg-green-light{
	background-color :#91f086;
}

.card-post--aside {
	min-height: 410px;
}

.cookie-disclaimer {
  background: #9F5A5D;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}
.linkCookie{
	color: #D2D4BF;
    text-decoration: underline; 
}

