html {
	height:100%;
}
a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
a:visited {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
a:hover {
    color: #A23429;
}
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:100%;
    background: #FFFFFF;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 0.875rem;
    position: relative;
}
header {
	margin:0 0 0 0;
	padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    z-index: 2;
    position: relative;
    background: #2A5B95;
}
main {
    max-width: 100%;
}
section {
    max-width: 1000px;
    min-height: 50vh;
    margin: 0 auto;
    margin-top: 1rem;
	padding:0 1rem 1rem 1rem;
    position: relative;
    background-color: #FFFFFF;
}
aside {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#head a#logo {
    background: url(https://storage.googleapis.com/forum_odcecpc/static/logo.svg) no-repeat center left;
    min-height: 5rem;
    display: block;
    margin: 1rem;
    margin-bottom: 1rem;
}
/*#logo img {*/
/*    margin: 1rem 1rem 1rem 1rem;*/
/*}*/
.messages {
	list-style-type: none;
	margin: 0;
	padding: 0;
    margin-bottom: 10px;
}
#footer {
    margin-top: 100px!important;
    padding: 1rem;
    width: 100%;
    min-height: 100px;
    text-align: left;
    position: relative;
    background: #393F4D !important;
    bottom: 0!important;
    color: #FFFFFF;
}
#footer li {
  /*display: inline-block;*/
    line-height: 2;
  position: relative;
  margin: auto;
}
#footer a:visited {
    color: #000000;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: none!important;
}
li.warning, div.warning {
	padding: 20px;
	background-color: #E30022;
    font-size: 1rem;
    color: #000000;
    border-radius: 10px;
    border: 2px solid #C70039;
}
li.success, div.success {
	padding: 20px;
	background-color: #90EE90;
    font-size: 1rem;
    color: #212121;
    border-radius: 10px;
    border: 2px solid #00a900;
}

ul.lista-orizzontale li {
    display: inline;
    position: relative;
    margin: 0 auto;
}
ul.percorso li {
    color: #888!important;
    font-weight: bold!important;
    text-align: center;
}
ul.percorso li a, ul.percorso li a:hover {
    color: #888!important;
}
ul.percorso li a:hover {
    color: #2A5B95!important;
}
.nascondi {
	display: none !important;
}
.loader-panel {
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    display: block;
    position: absolute;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #CD4D52; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
    z-index: 100;
	margin: 200px auto;
}
.left {
    float: left!important;
}
.right {
    float: right!important;
}
ul.paginazione, ul#links {
	list-style: none;
}
ul.paginazione li, ul#links li {
    display: inline;
}
a.page-link {
    font-size: 16px;
}
.elenco-contatti {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    list-style-type: none;
    list-style-position: outside;
}
.elenco-contatti li {
    margin: 0.25rem 0;
    padding: 0.25rem 0;
    width: 100%;
}
.elenco-contatti li:nth-child(odd) {
    background: #EEEEEE;
}
.elenco-contatti li:nth-child(even) {
    background: #f5f5f5;
}
.elenco-contatti li.list-header {
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #464F5E;
}
.paginazione li a {
    margin: 0 0.1rem;
    display: inline-block;
    padding: 0.3125rem 0;
    border: 1px solid #ddd;
    border-radius: .625rem;
    color: #FFFFFF;
    background: #464F5E;
    text-decoration: none;
    text-align: center;
    min-width: 2rem;
}
.paginazione li a:hover {
    background: #CD4D52;
}
.paginazione li.selected a {
    color: #464F5E;
    background: #FFFFFF;
}
.paginazione li.forward a, .paginazione li.back a  {
    border: 0;
}

.elenco-contatti li a, .elenco-contatti li a:visited {
    color: #CD4E52;
    font-weight: bold;
}
ul.gestione-liste {
    margin-top: 2rem;
}
.mt {
    margin-top: 0.5rem;
}
.mb {
    margin-bottom: 0.5rem;
}
float-left {
    float: left;
}
float-right {
    float: right;
}
.centra {
    text-align: center;
}
.destra {
    text-align: right;
}
.sinistra {
    text-align: left;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.avatar {
    border-radius: 50%!important;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 auto;
}
.info {
    background-color: #2A5B95;
    color: #FFFFFF;
}
.fas {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
a.logout {
    color: #FFFFFF;
    margin-left: 1rem;
}
#infouser {
    color: #FFFFFF;
}
button, input[type=submit] {
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    background: #244E80;
    text-transform: uppercase;
    padding: 0.7rem;
    margin: 0.25rem 0;
    font-size: 0.875rem;
}

.tooltiptext {
  visibility: hidden;
  width: 125px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
    font-size: 12px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptextdownleft {
  visibility: hidden;
  width: 125px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
    font-size: 12px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 125%;
  right: 50%;
  margin-righ: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .tooltip:hover .tooltiptextdownleft {
  visibility: visible;
  opacity: 1;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media only screen and (max-width : 600px) {
    
}
@media only screen and (min-width : 601px) and (max-width : 900px)  {
    
}
@media only screen and (min-width : 901px) and (max-width : 1200px) {
    
}
@media only screen and (min-width : 1201px) {
/*main {*/
/*    width: 900px;*/
/*    float: right;*/
/*	padding:0.625rem 2rem 0.625rem 0;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*}*/
}