/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */




.gestnumero
{
  text-align: right;
      width: 100px;
}
.numero
{
  text-align: right
}

.fa
{
  color:white;
}


.messagearea
{
padding-top:60px;
}

.acquatoolbar
{   
  
}     

 
  .selezionariga
  {
    cursor: pointer;  
  }

  i {
    color: #ffa500;
    text-decoration: none;
    background-color: transparent;
}

 
.breadcrumb-ITEM
{
  padding-right: 10px;
}

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #e9ecef; 
  
}

.footer > .container {

  padding-top: 80px;
 
}

code {
  font-size: 80%;
}


 .serchCheck{
            position: absolute; 
            right: 300px; 
            top: 64px;
            z-index: 10000;
            }



.bd-placeholder-img 
  {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

@media (min-width: 768px) 
      {
      .bd-placeholder-img-lg 
          {
          font-size: 3.5rem;
          }
      

      }


@media (max-width: 768px) 
              {
              
              .serchCheck
                  {
                  position: relative; 
                  right: 0px; 
                  top: 0px;
                  text-align: center;
                  }

              }


.card-header 
    {
    color: inherit;
    background-color: #212529;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

.breadcrumb 
    {
    background-color: #adb5bd;           
    }

    .bg-primary {
      background-color: #1d4f81 !important;
  }



/* toglie gli spin al numero in input */
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}


.ng-invalid {
	border-color: red!important;
	color: red!important;
}
 

