 


.debug-block {
    overflow-y: auto;
    max-height: 200px;
    border: 2px solid grey;
    border-radius: 8px;
    background: #F5F5F5;
    color: #333;
    padding: 10px;
    overflow-wrap: break-word; 
 }
  
 .login-box img,
  .footer-logo img,
  .sidebar-logo img,
  .the_logo img{  width:100%!important; }

  .footer-logo img{
    max-width: 100px;
  }
  .sidebar-logo img{
      filter: invert(1);
  }

  .sidebar-logo img{
      filter: invert(1);
  }
[data-bs-theme="dark"]  .footer-logo,
[data-bs-theme="dark"]  .login-box img{
  filter: invert(1);
}

.profile{
  border-color: #333;
  border-radius: 50%;
  text-align: center;
  background-color: #333;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

[data-bs-theme="dark"]  .profile{
  background-color: #e6e6e6;
  color: #333333;
}



  .login-form{
    background-color: #e9ecef;
  }
  .form-check-input[type=radio] {
    border-color: #333;
}

  /* calll */
@media screen and (max-width:500px) {
    #atable tfoot,
    #atable thead {
      display:none;
     } 
     #atable tbody td{
      /* width: 100%; */
      max-width: 100%;
      display: block;
    }
    #atable tbody td .mdi{ zoom: 1.8;}
    div.mailme .text-truncate,
    div.callme .text-truncate{
      width: 210px;
      display: inline-block;
    }
}
  /* calll */
  /* calll */

  div.mailme,
  div.callme{
    position:relative;
  }
  
  div.mailme:hover>ul,
  div.callme:hover>ul{
    display:block;
    z-index: 2;
  }
  
  
  div.callme ul{
    /* transform: translateX(-50%); */
    display:none;
      background: #4caf50;
      border-radius: 8px;
      color: white;
      position: fixed;
     padding:10px 0;
     list-style:none;
  }
  
  div.callme ul a{
    text-decoration: none;
    color:inherit;
    padding: 10px;
  }
  div.callme ul li{
    padding:5px;
    padding:5px;
    width: max-content;
   }

  div.callme ul li:hover{ 
    background-color: #cddc39;
   
    color:black
  }


  /* calll */
  /* mailme */

  
  div.mailme ul{
    /* transform: translateX(-50%); */
    display:none;
      background: #4caf50;
      border-radius: 8px;
      color: white;
      position: fixed;
     padding:10px 0;
     list-style:none;
  }
  
  div.mailme ul a{
    text-decoration: none;
    color:inherit;
    padding: 10px;
  }
  div.mailme ul li{
    padding:5px;
    padding:5px;
    width: max-content;
   }
   
  div.mailme ul li:hover{ 
    background-color: #cddc39;
    color:black
  }

  @media screen and (max-width:700px) {
    div.mailme ul,
    div.callme ul{
      transform: none;
    }
  div.mailme>i:before,
  div.callme>i:before{
    border: 1px solid rgb(212, 212, 212);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
  }
}
  /* mailme */




 
 .nomouse,
input[type='checkbox'].readonly{
  pointer-events: none;
  accent-color: #666666;
  text-align: center;
}


input[type=text].nomouse
{
  background-color: #c4c1c1;
}

  label.readonly{
  margin-left: 10px;
  margin-right: 30px;
}

 


.ui-autocomplete{
  z-index: 99999;
}
.hidden{
  display: none;
}

.ui-dialog-titlebar-close::after{
  content: "X";
}

/* .join-table  .row:nth-child(odd) {
  background: #cccccc;
}

.join-table  .row:nth-child(even) {
  background: #e9e8e8;
} */

 
.join-table .join-header{
  background: #9e9d9d;
   text-transform: uppercase;
}

.join-table div div{
  padding:10px;
}
 
.join-table  .row:hover {
  background: #c4c1c1;
}


 
#atable_filter{
  margin-bottom: 10px;
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after ,
table.dataTable thead .sorting_asc:after 
{
     opacity: 0!important; 
} 
a.legal{
  color:  #929292
  }
a:hover.legal{
  color:  #616161
  }
 


.manager{
  color: #c3ff52;
}



 /* thead tr th,
 tfoot tr th{ background-color: #03a9f4!important} */

#profile-img{ max-width: 80px!important; margin: 10px;}

 
.blink  {
  animation: blinker 1s linear infinite;
}

.overrow:hover{ 
  background-color: #333333;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

 

select[name="contatti_length"],
input[type="search"]
{
    padding:10px!important;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    font-size: 12px!important;
   /* height: 25px!important;*/
}

form label{
  font-weight: bolder;
}

.toggle-column input  {
  /* screen reader only */
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  }

  .label-with {
  -webkit-user-select: none;
  user-select: none;
  }

  .toggle-column label {
      display: inline-block;
      padding: 2px 0px;
     
       
      cursor: pointer;
  }

  .toggle-column label::before {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  font-size: 1.4em;

  /* toggle-on icon, but flipped to be "off" */
  content: '\f205';
  transform: scale(-1);
  }

  .toggle-column input:checked + label::before {
    transform: none; /* undo flip */
    color:green;
  }
@media screen and (min-width:1024px) {
  .columnsx3
  {
    column-count: 3;
  }
}

 




ul.checkbox-img {
    list-style-type: none;
    padding:0
  }
  
  .checkbox-img li {
    display: inline-block;
  }
  
  .checkbox-img input[type="checkbox"][id^="myCheckbox"] {
    /*display: none;*/

    opacity: 0;
    position: relative;
    top: 55px;
    left: 45px;
  }
  
  .checkbox-img label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
  }
  
  .checkbox-img label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .checkbox-img label img {
    height: 50px;
    width: 50px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  .checkbox-img    :checked + label {
      border-color: #ddd;
      border-radius: 20px;
      }
  
      .checkbox-img    :checked + label:before {
      content: "✓";
      background-color: grey;
      transform: scale(1);
      }
  
      .checkbox-img   :checked + label img {
      transform: scale(0.9);
      /* box-shadow: 0 0 5px #333; */
      z-index: -1;
      }
  
  .notify-user  { color: #616161;}
  .notify-user .ok{ color: #c3ff52;}


/* 

FILE MANAGER 

*/
  .ciapasumanager  {

    margin:auto;
   }
   .ciapasumanager .list div,
   .ciapasumanager .tools div
    {
     padding:10px;
   
   } 
   .ciapasumanager .tools,
   .ciapasumanager .tools a      
   {
     background-color: #f5f5f5;
     color: rgb(31, 31, 31);
   }
   
   .ciapasumanager .list div:nth-child(even) {background: rgb(224, 224, 224)}
   .ciapasumanager .list div:nth-child(odd) {background: #c9c9c9}
   .ciapasumanager .list div:hover {background: #ffffff}

   /* 

FILE MANAGER 

*/



/* Stile switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
}


.switch input:checked + .slider {
  background-color: #2afa00;
}


.switch input:checked + .slider:before {
  transform: translateX(26px);
}

 #code div {
    padding: 6px 12px;
    font-size: 16px;
    background-color: #f3f3f3;
    border-radius: 6px;
     
}
#copyButton {
    float: right;
    
    border: 0;
    bottom: 30px;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;  
}