.context-dark .rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck, .bg-gray-700 .rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck, .bg-gray-800 .rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck, .bg-primary .rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck, .bg-primary-darker .rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck, .custom-background-color {	
   
    border-bottom-color: #151515;
}


.img-rel {
    max-width: 150px;
    margin: 0 auto;
}


.mio-menu-item {
    color: black;
}

.custom-background {
    background-color: rgb(244,146,11);
}

@media screen and (min-width: 1280px) {
    .jumbo-ridotto{
      min-height: 100%; 
      height: 30vh;
      width: 100vw;
      padding:0;
      margin: 0;
      background-color: gray;
      position: relative;
  }
  }  
  
  
  
  
  #myInput {
    background-image: url('searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: none;
    border-radius:5px;
    margin-bottom: 12px;
    
  }
  
  #myUL {
    list-style-type: none;
    
    
  }
  
  #myUL li {
   
    padding: 10px;
   
  }
  
  /* #myUL li:hover:not(.header) {
    background-color: rgb(27, 27, 27);
  }
   */
  input[type=search]::-webkit-search-cancel-button {
      -webkit-appearance: searchfield-cancel-button;
  }
  
  .loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
  }
  
  @-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .loader {
    color: rgb(0, 145, 170);
    position: relative;
    left: auto;
    top: auto;
    width: 80px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-center;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
  }
  
  #form_login {
      left      : 50%;
      top       : 50%;
      position  : absolute;
      transform : translate(-50%, -50%);
  }
  
 
  
  @keyframes gradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }


    /* toast/snakbar */
    #snackbar {
      z-index: 9999999999;
      visibility: hidden;
      min-width: 200px;
      margin-left: -100px;
      background-color: #333;
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      left: 50%;
      bottom: 30px;
      font-size: 17px;
    }
    
    #snackbar.show {
      z-index: 9999999999;
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
    
    @-webkit-keyframes fadein {
      from {bottom: 0; opacity: 0;} 
      to {bottom: 30px; opacity: 1;}
    }
    
    @keyframes fadein {
      from {bottom: 0; opacity: 0;}
      to {bottom: 30px; opacity: 1;}
    }
    
    @-webkit-keyframes fadeout {
      from {bottom: 30px; opacity: 1;} 
      to {bottom: 0; opacity: 0;}
    }
    
    @keyframes fadeout {
      from {bottom: 30px; opacity: 1;}
      to {bottom: 0; opacity: 0;}
    }
  
  .m-dia {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  .m-cont {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
  
  
  
  .rate-area {
      float:left;
      border-style: none;
  }
  
  .rate-area:not(:checked) > input {
      position:absolute;
      top:-9999px;
      clip:rect(0,0,0,0);
  }
  
  .rate-area:not(:checked) > label {
      float:right;
      width:1em;
      padding:0 .1em;
      overflow:hidden;
      white-space:nowrap;
      cursor:pointer;
      font-size:40px;
      line-height:1.2;
      color:lightgrey;
      /* text-shadow:1px 1px #bbb; */
  }
  
  .rate-area:not(:checked) > label:before {
      content: '★ ';
  }
  
  .rate-area > input:checked ~ label {
      color: gold;
      /* text-shadow:1px 1px #c60; */
      /* font-size:450% !important; */
  }
  
  .rate-area:not(:checked) > label:hover,
  .rate-area:not(:checked) > label:hover ~ label {
      color: gold;
      
  }
  
  .rate-area > input:checked + label:hover,
  .rate-area > input:checked + label:hover ~ label,
  .rate-area > input:checked ~ label:hover,
  .rate-area > input:checked ~ label:hover ~ label,
  .rate-area > label:hover ~ input:checked ~ label {
      color: gold;
      /* text-shadow: 1px 1px goldenrod;    */
      
  }
  
  .rate-area > label:active {
      position:relative;
      top:2px;
      left:2px;
  }