/* @import "/media/templates/site/cassiopeia/css/user.css"; */
.container-header {
  background-color: #0066ff;
  background-image: none;
}

.collapsible {
  background-color: #EF3C3C;
  color: white;
  cursor: pointer;
  padding: 14px;
  width: 10%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #EF3C3C;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* colore menu  */
.menu1 > li > span {
  display: inline-block;
  float: left;
  padding: 0 4px;
  line-height: 23px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  color: #FF0000;
  margin: 0;
  border-radius: 2px;
  margin-top: 10px;
  font-weight: 400 !important;
}

/* pulsante e nota  */
.nota {
  height: auto;
  padding: 10px;
  color: #000000;
  word-wrap: normal;
  background-color: #e6e6e6;
  border: solid #1E90FF;
  border-width: thin medium thick;
  background-clip: border-box;
  flex-direction: column;
  min-width: auto;
  display: flex;
  position: relative;
}

.bnota {
	font-weight: bold;
	background-color: #e6e6e6;
 }

/* pulsante e nota commento */
.nota1 {
  height: auto;
  padding: 10px;
  color: #000000;
  word-wrap: normal;
  background-color: #D2E6F0;
  border: solid #FF0000;
  border-width: thin medium thick;
  background-clip: border-box;
  flex-direction: column;
  min-width: auto;
  display: flex;
  position: relative;
}

.anota1 {font-weight: bold;
	background-color: #D2E6F0;
 }

h1, h2, h3, h4, h5, h6 {
  color: #1415C8;
}


h1, h2, h3, h4, h5, h6 {
  color: #1415C8;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1415C8;
}

.container-topbar {
  max-width: 1320px;
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.container-header .mod-menu {
  flex: 1 0 100%;
  padding: 0;
  margin: 0;
  color: #FFCCAA;
  list-style: none;
}

.container-header .metismenu > li > a::after .container-header .metismenu > li > button::before {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 4px;
    margin: auto;
    content: "";
    background: transparent;
    opacity: 1;
    transition: all 0.2s ease, background-color 0.2s ease;
  }
  
 /* background - linea sotto */ 
  .container-header .metismenu > li > a:hover::after, .metismenu > li > button:hover::before, .container-header .metismenu > li.active > a::after, .container-header .metismenu > li.active > button::before {
  right: 0;
  left: 0;
  background: #FF0000;
    background-color: rgb(255, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;}
  
  @media (min-width: 992px) {
  .container-header .metismenu > li > a::after,
.container-header .metismenu > li > button::before {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 4px;
    margin: auto;
    content: "";
    background: transparent;
    background-color: #BFBFBF;
    opacity: 0.8;
    transition: all 0.2s ease, background-color 0.2s ease;
  }
}
.left {
  float: left;
}

.footer {
  margin-top: 0.2em;
  color: white;
  background-color: var(--cassiopeia-color-primary);
  background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);
}
.footer .grid-child {
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.5em;
}
.footer a {
  color: currentColor;
}
[dir=rtl] .footer {
  background-image: linear-gradient(135deg, var(--cassiopeia-color-hover) 0%, var(--cassiopeia-color-primary) 100%);
}
.footer .mod-menu {
  position: relative;
}
.footer .metismenu.mod-menu .mm-collapse {
  background: var(--cassiopeia-color-primary);
}
@media (max-width: 991.98px) {
  .footer .grid-child {
    flex-direction: column;
  }
  .footer .grid-child .mod-footer {
    margin: 0.375rem 0;
  }
}
