#toast-container > div {
    opacity:1;
    border:0;
}

#toast-container {
  right: 3rem;
}

#toast-container > .toast:before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-left: -1.2em;
  margin-top:0.1em;
  color: #FFF;
  padding-right: 0.5em;
}  

#toast-container > .toast-warning:before {
  content: "\f12a";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f05a";
}
#toast-container > .toast-success:before {
  content: "\f00c";
}

#avvisiElaborazioni {
  margin: 1rem 0;
}

footer {
  margin-top: 3%;
}

.text-spacing {
  letter-spacing: 2px !important;
}

.custom-badge {
  font-size: 90%;
  line-height: 1.2;
  border-radius: .25rem;
}

.centerImg {
  display: block;
  margin: 2rem auto 0 auto;
}

.disable_sem {
  background-color: #e9ecef !important;
  opacity:1 !important;
}

.dropdown-menu {
  z-index: 1031 !important;
}

.dropdown.icon::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
}

.no-border {
  border: 0 !important;
}

.ui {
  min-height: 0px !important;
}

.ui.search.selection.dropdown {
  line-height: 2rem;
}

.ui.selection.dropdown {
  min-width: 0;
}

.ui.search.active{
  z-index:2000 !important;
}

.text {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width:100%;
  top:-10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campo {
  margin-bottom:0.5rem;
}

.popover {
  max-width:100%;
}
.form-row {
  margin-top:0.5rem;
}

.bg-stripe {
  background-color: rgba(0,0,0,.09);
}

.dropdown-menu.avvisi {
  width: 14rem;
}

.dropdown-item {
  font-weight: 100;
  white-space: normal;
  text-align: left;
}

.avvisi .dropdown-item {
  border-left: 3px solid red;
  margin-bottom: 0.5rem;
}

.avvisi {
  overflow-y: scroll;
  max-height: 30rem;
  width: 18rem !important;
}

.avvisi .dropdown-item:last-child {
  margin-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(0,0,0,.09);
}

a {
  text-decoration: none !important;
  color: inherit;
  } 

a:hover {
  color:black;
}

.alert {
  margin-bottom: 0;
}

#mySpin {
  z-index:101;
}

.capovolgi {
  transform: rotate(0.5turn);
}

.spinner {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.disabled.item, .optg {
  font-weight: bold !important;
}

.modulo_php {
  margin-bottom: 2%;
  padding: 0.5rem 1rem;
  background-color: #B3E5FC;
}

.testata {
  background-color: #4FC3F7;
  padding: 0 2%;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.sticky-me {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 3.5rem;
  z-index: 101;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@media only screen and (max-width: 800px) {
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  #no-more-tables tr { border: 1px solid #ccc; margin-bottom: 1rem; }

  #no-more-tables .header { font-weight: bold;}

  #no-more-tables thead,#no-more-tables td { text-align: center;}

  #no-more-tables td:first-child {font-weight: bold;}

  #no-more-tables .tab_data td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}

  #no-more-tables .tab_data td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
  
  #no-more-tables .tab_data td:before { content: attr(data-title); }

  #no-more-tables .tab_mat td:last-child { padding-left:1rem; }

  .togliMarg {
    margin:0 !important;
  }

  .avvisi {
    width: 100% !important;
  }

  .menu-icon {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .modulo_php {
    margin-bottom: 2rem;
  }

  .dropdown-menu.avvisi {
    width:100%;
  }
}