@charset "utf-8";
/* CSS Document */
/* aggiornato al 07-01-2023 */

.immagine_lista {
  object-fit: cover;
  object-position: 100% 0;
  height: 1em;
}
.lista_col_1perc {
  width: 1%;
}
.immagine_modulo {
  max-width: 100%;
  max-height: 100%;
}
.file_modulo {
  max-height: 2em;
}
.immagine_tooltip {
  max-width: 300px;
}
.UploadImgDiv_TC {
  height: 24px;
}
div.custom-control-right {
  padding-right: 24px;
  padding-left: 0;
  margin-right: 0;
}
div.custom-control-right .custom-control-label::before,
div.custom-control-right .custom-control-label::after{
  right: -1.5rem;
  left: initial;
}
.crono-control {
  width: auto !important;
}
.cursor-pointer{
  cursor: pointer;
}
.upload_progress {
  height: 100%;
  min-width: 80px;
}
.bandiera_etichetta {
  max-height: 20px;
  margin-left: 3px;
}
.TabCorrelata {
}
.TabCorrelata td {
}
.TabCorrelata .bandiera_etichetta {
  min-width: 20px !important;
  max-height: 20px !important;
}
td.dragHandle {
  min-width: 20px;
  padding:2px;
  background: url("../img/dd.png");
  background-clip: content-box;
  cursor: move;
}
.bottone_lista {
  margin-left: 5px !important;
}
.lista_radio {
  margin: 0;
  padding: 0;
}
.responsive-txt {
}

ul.albero, ul.albero ul {
list-style: none;
 margin: 0;
 padding: 0;
} 
ul.albero ul {
 margin-left: 10px;
}
ul.albero li {
 margin: 0;
 padding: 0 7px;
 border-left:1px dotted rgb(100,100,100);

}
ul.albero li:last-child {
   border-left:none;
}
ul.albero li:before {
  position:relative;
  top:-0.3em;
  height:1em;
  width:12px;
  color:white;
  border-bottom:1px dotted rgb(100,100,100);
  content:"";
  display:inline-block;
  left:-7px;
}
ul.albero li:last-child:before {
  border-left:1px dotted rgb(100,100,100);   
}
ul.albero li.has-treeview.menu-open > a.nav-link:before {
  content: '-';
}
ul.albero li.has-treeview:not(.menu-open) > a.nav-link:before {
  content: '+';
}
ul.albero .nav-link {
  padding: 0;
  padding-right: 0.8rem;
}

div.dt-button-collection {
  padding: 5px;
  border: 1px solid #3A3A3A;
  background: #ccc;
}

.input-group .row {
  width: 105%;
}
.input-group .row .form-control.is-valid {
  background-position: right calc(1.9em + .1875rem) center !important;
}

.btn-small-responsive {
  font-size: .600em !important;
}

.icona-bandiera {
  height: 16px;
}

.btn-crono-start, .btn-crono-stop {
  width:5em;
}

.fa {
  line-height: inherit !important;
}
select.form-control {
  border-right: 1px solid #ced4da !important;
}
.is-warning .input-group-text {
  border: 1px solid #ffc107 !important;
}
select.form-control.is-warning {
  border-right: 1px solid #ced4da !important;
}
@media (max-width: 575.98px) {
  .btn-small-responsive {
    font-size: .875em !important;
  }
}
.modal-dialog.modal-fullscreen {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120vh !important;
    display: flex;
    position: fixed;
    z-index: 100000;
}
