/* CSS Document */
.tooltip_wrapper {
	width: fit-content;
}

.tooltip-inner {
    background-color: #5f6d8a;
    color: #FFF
}

.card-step-wf {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px;
}
.profile-image-cropper .cropper-crop-box,
.profile-image-cropper .cropper-view-box {
    border-radius: 50%;
}

.profile-image-cropper .cropper-view-box {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 1000px rgba(0, 0, 0, 0.5) !important;
}

.dropdown-menu.show {
    z-index: 1000;
}

@keyframes loading-dots {
  0%,
  20% {
    color: transparent;
    text-shadow: none;
  }
  40% {
    color: #555;
    text-shadow: none;
  }
  60% {
    text-shadow: 0 0 4px #555;
  }
  80%,
  100% {
    text-shadow: none;
  }
}

.loading-dots {
  display: inline-block;
}

.icon-1_5x {
    font-size: 1.5rem;
}
.dot-1,
.dot-2,
.dot-3 {
  animation: loading-dots 1.4s infinite ease-in-out;
}

.dot-2 {
  animation-delay: 0.2s;
}

.dot-3 {
  animation-delay: 0.4s;
}

.foto-profilo-user {
    width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    height: auto;
    border-radius: 50%;
    padding: 0.10rem;
    background-color: #727478;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    max-width: 100%;
}

.foto-profilo-edit-wf {
    width: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
    height: auto;
    border-radius: 50%;
    padding: 0.10rem;
    background-color: #727478;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
    max-width: 100%;
}

.foto-profilo-wf {
    width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    height: auto;
    border-radius: 50%;
    padding: 0.10rem;
    background-color: #727478;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    text-align: center;
}


.foto-profilo-header_user {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding: 0.10rem;
    background-color: #727478;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    text-align: center;
}

.foto-profilo-select {
    width: 2rem;
    min-height: 2rem;
    min-width: 2rem;
    height: auto;
    border-radius: 50%;
    padding: 0.10rem;
    background-color: #727478;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    text-align: center;
}

.step-number-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foto-profilo-wf-text {
    width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    height: auto;
    border-radius: 50%;
    padding: 0.10rem;
    background-color: #727478;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.img-crop-container {
    max-height: 40rem;
    min-height: 25rem;
}

#imageToCrop {
    width: 100;
    height: auto;
}

.timeline-wf {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}


.step-container:last-child::before {
  content: none;
}

.workflow-steps2 {
  display: flex;
  flex-direction: column;
}

.progress-container-workflow {
    background-color: #f3f3f3;
    width: 70%;
    height: .6rem;
    position: relative;
    border-radius: 1rem;
    border: 1px solid #d3d3d3;
}

.progress-bar-workflow {
    background-color: #4CAF50;
    height: 100%;
    position: absolute;
    border-radius: 1rem;
    transition: width .3s;
}

.progress-container-workflow-funnel {
    background-color: #f3f3f3;
    width: 80%;
    height: .4rem;
    position: relative;
    border-radius: 1rem;
    border: 1px solid #d3d3d3;
}

.progress-bar-workflow-funnel {
    background-color: #4CAF50;
    height: 100%;
    position: absolute;
    border-radius: 1rem;
    transition: width .3s;
}

.workflow-steps:nth-child(odd) .workflow-step:not(.placeholder) {
  /* styles for odd elements */
    display: flex;
  padding: .5rem;
  background-color: #2a4055;
  border: 1px solid #595959;
  justify-content: space-between;
}

.workflow-steps:nth-child(even) .workflow-step:not(.placeholder) {
  /* styles for even elements */
    display: flex;
  padding: .5rem;
  background-color: #34485c;
  border: 1px solid #595959;
  justify-content: space-between;
}

.workflow-steps:nth-child(odd) .workflow-step-edit:not(.placeholder) {
  /* styles for odd elements */
  display: flex;
  padding: .5rem;
  background-color: #2a4055;
  border: 1px solid #595959;
  justify-content: space-between;
}

.button-content {
     display: flex;
    gap: 0.2rem
}

.btn-xxs {
    padding: 0.3125rem 0.5rem;
    font-size: .45rem;
    line-height: 1.6667;
    border-radius: 0.125rem;
}

.workflow-steps:nth-child(even) .workflow-step-edit:not(.placeholder) {
  /* styles for even elements */
  display: flex;
  padding: .5rem;
  background-color: #34485c;
  border: 1px solid #595959;
  justify-content: space-between;
}

    
.left-side {
  display: flex;
  align-items: center;

}   

.right-side {
  display: flex;
  align-items: center;

}
    

.workflow-info {
    padding: .7rem;
    background-color: #4d5a75;
    width: 100%;
}

.wf-collapsed {
  display: none;
}

.placeholder {
  display: flex;
  padding: 1rem;
  justify-content: center;
  background-color: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.15);
}

.step-number-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: lightslategrey;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.step-locked-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  margin-right: .3rem;
  background-color: lightslategrey;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.step-operat-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #2a8d84;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}


.step-reparto-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #2b6e68;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.step-riservato-old {
   color: transparent !important;
   text-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
}

.step-riservato {
    filter: blur(4px);
    user-select: none;
    transition: filter 0.3s ease;
}

.step-riservato:hover {
  filter: blur(0);
}

.step-number {
  display: flex;
  justify-content: center;
  align-items: center;
text-align: center;
  min-width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: lightslategrey;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.step-operat {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #2a8d84;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.step-reparto {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #2a8d84;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.step-number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-number-timeline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-operat::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}
.step-reparto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-locked::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-number-edit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-operat-edit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-reparto-edit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-locked-edit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.step-number.flip {
  transform: rotateY(180deg);
}

.step-content {
  gap: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}



.step-content-opp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.step-container {
    margin-bottom: 1rem;    
    z-index: 2;
    position: inherit;
}
.step-label {
  color: #fff;
  font-size: .9rem
}
    
    
.step-sublabel {
  color: #fff;
        font-size: 0.7rem;
}

.hidden-item {
    opacity: 0 !important;
    pointer-events: none !important;
}



.hidden-item-md {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* CSS for desktop screens */
@media (max-width: 1600px) {
  /* Styles for desktop */
     .input-group-prepend {
      /*display: none*/
    }
}

/* CSS for mobile screens */
@media (max-width: 767px) {
  /* Styles for mobile */
  .hidden-item-md {
    display: none;
  }
    

}

span:has(> input.error) {
  /* CSS rules for the targeted input element */
    border: 0.125rem solid #ef5350;
}
    
/* placeholder */ 
.ph-item{
    background-color: #353f53 !important;
    border-width: 0 !important;
    border-radius:2px;
    direction:ltr;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:30px;
    overflow:hidden;
    padding:30px 15px 15px;
    position:relative
}
.ph-item,.ph-item *,.ph-item :after,.ph-item :before{
    box-sizing:border-box
}
.ph-item:before{
    -webkit-animation: ph-animation 2.5s linear infinite !important;
    animation: ph-animation 2.5s linear infinite !important;
    background: linear-gradient(90deg, transparent, rgba(5,40,69, .9), transparent) !important;
    bottom:0;
    content:" ";
    left:50%;
    margin-left:-250%;
    pointer-events:none;
    position:absolute;
    right:0;
    top:0;
    width:500%;
    z-index:1
}
.ph-item>*{
    display:flex;
    flex:1 1 auto;
    flex-flow:column;
    margin-bottom:15px;
    padding-left:15px;
    padding-right:15px
}
.ph-row{
    display:flex;
    flex-wrap:wrap;
    margin-top:-7.5px
}
.ph-row div{
    background-color: #3e485c !important;
    height:10px;
    margin-top:7.5px
}
.ph-row .big,.ph-row.big div{
    height:20px
}
.ph-row .empty{
    background-color: hsla(0,0%,100%,0) !important;
}
.ph-col-2{
    flex:0 0 16.6666666667%
}
.ph-col-4{
    flex:0 0 33.3333333333%
}
.ph-col-6{
    flex:0 0 50%
}
.ph-col-8{
    flex:0 0 66.6666666667%
}
.ph-col-10{
    flex:0 0 83.3333333333%
}
.ph-col-12{
    flex:0 0 100%
}
[class*=ph-col]{
    direction:ltr
}
[class*=ph-col]>*+.ph-row{
    margin-top:0
}
[class*=ph-col]>*+*{
    margin-top:7.5px
}
.ph-avatar{
    background-color:#ced4da;
    border-radius:50%;
    min-width:60px;
    overflow:hidden;
    position:relative;
    width:100%
}
.ph-avatar:before{
    content:" ";
    display:block;
    padding-top:100%
}
.ph-picture{
    background-color:#ced4da;
    height:120px;
    width:100%
}
@-webkit-keyframes ph-animation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}
@keyframes ph-animation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}

/* fine placeholder */ 
.modal-content {
	background-color:#262D3C ;
}
.dropdown-menu-sottomenu.show {
    display: block;
}

.dropdown-menu-sottomenu:hover {
    display: block;
}
.dropdown-menu-sottomenu {
    position: absolute;
	top: 0%;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .8125rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #353f53;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.dropdown-menu-sottomenu-container {
	position: relative;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

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

.mr-1rem{
	margin-right: 1rem;
}
.h10rem {
	min-height: 10rem !important;
	max-height: 10rem !important;
}

.h20rem {
	min-height: 20rem !important;
	max-height: 20rem !important;
}

.h30rem {
	min-height: 30rem !important;
	max-height: 30rem !important;
}

.h5rem {
	min-height: 5rem !important;
	max-height: 5rem !important;
}

.h15rem {
	min-height: 15rem !important;
	max-height: 15rem !important;
}

.h25rem {
	min-height: 25rem !important;
	max-height: 25rem !important;
}

.h4rem {
	min-height: 4rem !important;
	max-height: 4rem !important;
}

.h3rem {
	min-height: 3rem !important;
	max-height: 3rem !important;
}

.h2rem {
	min-height: 2rem !important;
	max-height: 2rem !important;
}

.h1rem {
	min-height: 1rem !important;
	max-height: 1rem !important;
}

.h6rem {
	min-height: 6rem !important;
	max-height: 6rem !important;
}

.h1_5rem {
	min-height: 1.5rem !important;
	max-height: 1.5rem !important;
}

.h2_5rem {
	min-height: 2.5rem !important;
	max-height: 2.5rem !important;
}

.h3_5rem {
	min-height: 3.5rem !important;
	max-height: 3.5rem !important;
}

.h4_5rem {
	min-height: 4.5rem !important;
	max-height: 4.5rem !important;
}

/*CUSTOM */
.container-funnel-qualif{
	overflow: auto;
	display: flex;
}

.colonna-funnel-qualif{
	max-width: calc(100%/6) !important;
	padding: 0;
}

.colonna-funnel-qualif-scheda_cli{
	max-width: calc(100%/4) !important;
	padding: 0;
}

.colonna-funnel-challengeMail{
	max-width: calc(100%/3) !important;
	padding: 0;
}

.colonna-funnel-qualif-anag{
	max-width: calc(100%/5) !important;
	padding: 0;
}

@media (max-width: 1300px) {
	.colonna-funnel-qualif{
		max-width: calc(100%/6) !important;
		min-width: 19rem;
		padding: 0;
	}

	.colonna-funnel-qualif-scheda_cli{
		max-width: calc(100%/4) !important;
		min-width: 19rem;
		padding: 0;
	}
    
    .colonna-funnel-challengeMail{
		max-width: calc(100%/3) !important;
		min-width: 19rem;
		padding: 0;
	}
	.colonna-funnel-qualif-anag{
		max-width: calc(100%/5) !important;
		min-width: 19rem;
		padding: 0;
	}
}

/*
RADIO

*/
.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field input + label {
	background-color: #e4e4e4;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}


.form-check-switchery .switchery {
  left: 10px;
}

.form-check-switchery .form-check-label {
  padding-left: 10px;
}

/*
FINE RADIO
*/
.colonna-funnel-qualif>div{
	padding: 0.5rem !important;
}

.colonna-funnel-qualif-anag>div{
	padding: 0.5rem !important;
}
.container-funnel-qualif .colonna-funnel-qualif-anag:not(:last-child) {
	padding: 0px 0.5rem 0px 0px;
}

.container-funnel-qualif .colonna-funnel-qualif:not(:last-child) {
	padding: 0px 0.5rem 0px 0px;
}

/* quill editor */
.ql-editor a {
    text-decoration: underline;
}

.NOql-editor{
    color: black;
}

#preview_corpo_mail {
	background-color: #dddddd;
}

.ql-editor.ql-blank::before{
    color: white;
}
/* fine quill editor */

.picker {
	/*position:relative;*/
	max-width: 20rem;
	min-width: 18rem;
}
.picker__holder {
	
}

.star {
  font-size: 1.6rem;
  color: gray;
}

.star.highlighted {
  color: #ffe100;
}

/* Make the badge float in the top right corner of the button */
.notification_corner_badge {
	background-color: #fa3e3e !important;
	border-radius: 50% !important;
	color: white !important;
	border: 1px solid white;
	padding: 0px 5px;
	font-size: 10px;
	position: absolute; /* Position the badge within the relatively positioned button */
	z-index: 99;
	top: 0px;
	left: -27px;
	width: 20px;
	height: 20px;
}

.ruota_schermo {
	display: none;
}
.notification_corner_badge-double {
	background-color: #fa3e3e !important;
	border-radius: 50% !important;
	color: white !important;
	border: 1px solid white;
	padding: 0px 4px;
	font-size: 10px;
	position: absolute; /* Position the badge within the relatively positioned button */
	z-index: 99;
	top: 0px;
	left: -27px;
	width: 20px;
	height: 20px;
}

.linea_divisore {
	min-height: 0.3rem;
}

.quick-view-alert-items:hover {
	border: 1px solid lightblue;
}
.quick-view-alert-items {
	border: 1px solid transparent;
}
.notification_corner_badge-more {
	background-color: #fa3e3e !important;
	border-radius: 50% !important;
	color: white !important;
	border: 1px solid white;
	padding: 0px 4px;
	font-size: 10px;
	position: absolute; /* Position the badge within the relatively positioned button */
	z-index: 99;
	top: 0px;
	left: -27px;
	width: 20px;
	height: 20px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-domande-chiamate {
	width: 100%; 
	height: 10rem; 
	overflow-y: auto;
	overflow-x:hidden;
}
.bg-darkcyan {
    background-color: darkcyan !important;
}

.bg-violetto {
    background-color: #D0C0F0 !important;
}

.bg-brown {
    background-color: brown !important;
}

.bg-cadetblue {
    background-color: cadetblue !important;
}

.bg-chocolate {
    background-color: chocolate !important;
}

.bg-crimson {
    background-color: crimson !important;
}

.bg-darkolivegreen {
    background-color: darkolivegreen !important;
}

.bg-darkorchid {
    background-color: darkorchid !important;
}

.bg-darkslateblue {
    background-color: darkslateblue !important;
}

.bg-darkslategray {
    background-color: darkslategray !important;
}

.badge-darkcyan {
    color: '#FFF';
    background-color: darkcyan !important;
}

.badge-violetto {
    color: '#FFF';
    background-color: #D0C0F0 !important;
}

.badge-brown {
    color: '#FFF';
    background-color: brown !important;
}

.badge-cadetblue {
    color: '#FFF';
    background-color: cadetblue !important;
}

.badge-chocolate {
    color: '#FFF';
    background-color: chocolate !important;
}

.badge-crimson {
    color: '#FFF';
    background-color: crimson !important;
}

.badge-darkolivegreen {
    color: '#FFF';
    background-color: darkolivegreen !important;
}

.badge-darkorchid {
    color: '#FFF';
    background-color: darkorchid !important;
}

.badge-darkslateblue {
    color: '#FFF';
    background-color: darkslateblue !important;
}

.badge-darkslategray {
    color: '#FFF';
    background-color: darkslategray !important;
}

.badge-darkcyan {
    color: #fff;
    background-color: darkcyan;
}

.badge-orange {
    color: #fff;
    background-color: #DB7D00;
}

.rule-header {
	margin-bottom: .3125rem !important;
}

.text-weight-normal{
	font-weight: normal;
}

.text-weight-bold{
	font-weight: bold;
}

.text-weight-bolder{
	font-weight: bolder;
}

.text-weight-lighter{
	font-weight: lighter;
}

.text-weight-100{
	font-weight: 100;
}

.text-weight-200{
	font-weight: 200;
}

.text-weight-300{
	font-weight: 300;
}

.text-weight-400{
	font-weight: 400;
}

.text-weight-500{
	font-weight: 500;
}

.text-weight-600{
	font-weight: 600;
}

.text-weight-700{
	font-weight: 700;
}

.text-weight-800{
	font-weight: 800;
}

.text-weight-900{
	font-weight: 900;
}

.text-size-12px {
	font-size: 12px;
}

.text-size-13px {
	font-size: 13px;
}

.text-size-14px {
	font-size: 14px;
}

.text-size-15px {
	font-size: 15px;
}
table.dataTable tbody tr:hover {
   background-color:#505e7a !important;
}

table.onhover tbody tr:hover {
   background-color:#505e7a !important;
}

.onhover tr:hover{
	background-color:#505e7a !important;
}
.bg-yellow {
	background-color: yellow !important;
}

.bg-red {
	background-color: red !important;
}

.bg-green {
	background-color: green !important;
}

.bg-blue {
	background-color: blue !important;
}

.bg-white {
	background-color: white !important;
}


.bg-yellow {
	background-color: yellow !important;
}

.bg-darkmagenta {
	background-color: darkmagenta !important;
}

.text-red {
	color: red !important;
}

.text-yellow {
	color: yellow !important;
}


.text-lighpink {
	color: #f0a2bd !important;
}

.text-pinkmuted {
	color: #89606e !important;
}


.text-gray {
	color: darkgray!important;
}

.text-lightgreen {
	color: #66bb6a !important;
}

.text-blue {
	color: blue !important;
}

.text-white {
	color: white !important;
}

.btn-outline-yellow {
	color: yellow;
    background-color: transparent;
    background-image: none;
    border-color: yellow;
}

.btn-outline-yellow:hover {
	color: darkcyan;
    background-color: yellow;
    background-image: none;
    border-color: white;
}

.btn-orange {
	color: white;
    background-color: orange;
    background-image: none;
    border-color: orange;
}

.btn-outline-orange {
	color: white;
    background-color: transparent;
    background-image: none;
    border-color: orange;
}

.btn-outline-orange:hover {
	color: white;
    background-color: orange;
    background-image: none;
    border-color: black;
}

/* pulsantoni home page */
.pulsantone-outline-orange {
	color: #6D727C;
    background-color: transparent;
    background-image: none;
    border-color: #6D727C;
}

.pulsantone-outline-orange:hover {
	color: white;
    background-color: orange;
    background-image: none;
    border-color: black;
}
/* fine pulsantoni home page*/



.btn-outline-darkcyan {
	color: darkcyan;
    background-color: transparent;
    background-image: none;
    border-color: darkcyan;
}

.btn-outline-darkcyan:hover {
	color: darkcyan;
    background-color: darkcyan;
    background-image: none;
    border-color: darkcyan;
}

.btn-outline-white {
	color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
}

.btn-outline-white:hover {
	color: black;
    background-color: white;
    background-image: none;
    border-color: white;
}

.btn-outline-orange {
	color: orange;
    background-color: transparent;
    background-image: none;
    border-color: orange;
}

.btn-outline-orange:hover {
	color: white;
    background-color: orange;
    background-image: none;
    border-color: orange;
}

.btn-outline-darkorange {
	color: darkorange;
    background-color: transparent;
    background-image: none;
    border-color: darkorange;
}

.btn-outline-darkorange:hover {
	color: white;
    background-color: darkorange;
    background-image: none;
    border-color: darkorange;
}

.btn-outline-red {
	color: crimson;
    background-color: transparent;
    background-image: none;
    border-color: crimson;
}

.btn-outline-red:hover {
	color: crimson;
    background-color: crimson;
    background-image: none;
    border-color: crimson;
}

.btn-chiamate-uscita {
	background-color: #b6a2de;
	color: #FFF;	
}

.btn-chiamate-entrata {
	background-color: #2EC7C9;
	color: #FFF;	
}
.border-sx-none {
	border-left: none !important;
}

.border-dx-none {
	border-right: none !important;
}

.border-top-none {
	border-top: none !important;
}

.border-bottom-none {
	border-bottom: none !important;
}

.border-2 {
    border-width:2px !important;
}

.border-3 {
    border-width:3px !important;
}

.border-4 {
    border-width:4px !important;
}

.border-5 {
    border-width:5px !important;
}

.border-6 {
    border-width:6px !important;
}


.border-red {
	border-color:red !important;
}


.border-blue {
	border-color:blue !important;
}

.border-green {
	border-color:green !important;
}

.border-yellow {
	border-color:yellow !important;
}

.border-white {
	border-color:white !important;
}

.border-darkmagenta {
	border-color: darkmagenta !important;
}

.radius-10px {
	border-radius: 10px;
}

.btn:active {
	position:relative;
	top:1px;
}

.btn-darkmagenta {
	background-color: darkmagenta;
}
/* FINE CUSTOM */
@media (min-width: 768px) {
	.col-md-0 {
	  flex: 0 0 0;
	}
}

@media (min-width: 768px) {
	.text-md-right {
	  text-align: end
	}
}

@media (min-width: 576px) {
	.text-sm-right {
	  text-align: end
	}
}

@media (min-width: 768px) {
	.text-md-left {
	  text-align: start
	}
}

@media (min-width: 576px) {
	.text-sm-left {
	  text-align: start
	}
}

.card-body {
  padding: 1rem !important;
}

.tabella_legenda td, .tabella_legenda th {
	padding:2px;
}

.tabella_legenda .icon-2x {
    font-size: 22px;
}

.page-title {
    padding: 0 !important;
}

.testo_infowindow {
	color:#666;
}

.nascosto {
	display:none !important;
}

a.badge-primary {
    cursor:pointer;
}

.rv-bordo-card {
    border:2px solid #fff !important;
}

.anno-1{
    color: #FFB97F;
}

.anno-2{
    color: #4DB6AC;
}

.bordo-anno-1{
    border: 2px solid #FFB97F !important;
}

.bordo-anno-2{
    border: 2px solid #4DB6AC !important;
}

select option {
	background-color:#353F53;
}


/***** Validazione *****/
label.error {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
    color: #ef5350;
}

input.error {
   border: 2px solid #ef5350;
}

select.error + span{
   border: 2px solid #ef5350;
}


/* Input */
.select-item {
    background-color: #2A3242;
}

/* Datatables */
.dataTable tbody td, .dataTable tbody th{
    padding-top:0px;
    padding-bottom:0px;
}

.dataTable.no-edit tbody td, .dataTable.no-edit tbody th{
    padding-top:6px;
    padding-bottom:6px;
}

/* icone per spostare record */
.table .sposta_su, .dataTable .sposta_giu{
    cursor: pointer;
}

.table .sposta_su i, .dataTable .sposta_giu i{
    font-size: 18px;
}


/*nascondo th e td */
.table th.nascosto {
    display:none;
}

.table td.nascosto {
    display:none;
}

/* tabella generica */
.table tr {
    height:40px;
}

/* notifiche */
.noty_bar {
	background-color:#F93 !important;
}



/***** Tabella task dahsboard operatore *****/
.table-task td, .table-task th {
    padding:5px;
}


/***** iFrame fancybox *****/
.fancybox-slide--iframe .fancybox-content {
    height : 95% !important;
}

.fancybox-slide {
	padding:0px;
	padding-top:25px;
}


/***** Calendario Operatore *****/
/*
.calendar-inner .calendar-table {
    font-size: 15px;
}


tr.calendar-body .calendar-day .day {
    padding: 10px;
    height: 50px;
    width: 50px;
}
*/

.event-indicator > .type-bullet {
    padding: 0px;
}


.calendar-sidebar > .month-list > .calendar-months > li {
    font-size: 13px;
}

.calendar-events > .event-header > p {
    font-size: 26px;
}


.event-container > .event-info > p.event-title {
    font-size: 14px;
}

.calendar-sidebar > .calendar-year > p {
    font-size: 26px;
}

.midnight-blue th[colspan="7"] {
    font-size: 26px;
}

.sidebar-hide .calendar-inner {
    max-width: calc(100% - 250px);
}

.calendar-inner {
    max-width: calc(100% - 450px);
}

.calendar-events {
    width: 250px;
}

/******* UPLOAD *******/
.kv-file-download i.icon-upload {
    color:#fff;
}

/****** INFO ANAGRAFICA */
.rv-card-crediti {
    border: 5px solid #ef5350 !important;
}

.rv-card-partite_aperte {
	border:2px solid #ef5350 !important;
}
.rv-card-crediti td.valore-credito {
    font-weight: bold;
    color: #ef5350;
}

.rv-card-crediti .table-sm td, .rv-card-crediti .table-sm th {
    padding: 0.2rem 0.75rem;
}

.card-servizi-attivi {
	 border:2px solid #006400 !important;
}

/* dashboard */
.andamento {
	font-size:14px;
	position:absolute;
	right:10px;
	top:27px;
	text-align:center;
}

/* budget */
.colonna_anno_1 {
	background-color:#207257;
}

.colonna_anno_2 {
	background-color:#096;
}

.tabledit-edit-mode {
	padding: 5px !important;
}

.card_selezionata {
	background-color: darkcyan;
}


#data_table_budget .first-col {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  left: 0px;
  z-index: 1;
}

#data_table_budget .second-col {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  left: 120px;
  z-index: 1;
}

#data_table_budget .first-col-agente {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  left: 0px;
  z-index: 1;
}


#data_table_budget .sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background: #353F53;
}

#data_table_budget thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #FFF;
  z-index: 2;
}

#data_table_budget .fisso1 {
  left: 0px;
  z-index: 5;  
}

#data_table_budget .fisso2 {
  left: 120px;
  z-index: 5;
}


.bg-grigio {
	background-color:#4A5365;
}

.bg-scuro {
	background-color:#353F53;
}


/* info anagrafica TABS */
.table thead {
	text-transform:uppercase;
	background-color:#4A5365;
}


.th{
	text-transform: uppercase;
    background-color: #4A5365;
}

.capitalize{
	text-transform: capitalize;
}

.th-dark{
   /* background-color: gray;*/
    background-color: #3b424f;
}



/* visite */
.tabella_attivita td {
	padding-bottom:4px;
	padding-top:4px;
}


/* CALENDARIO SELECT**********/
.fc-day-grid-event > .fc-content {
    font-size: smaller;
}



/************DRAGGABILE****************/
.card-draggabile .card-body {
	padding:2px;
	box-shadow:none !important;
}

.card-draggabile .dropdown-item {
	padding:10px;
	margin-bottom:2px;
}


.card-draggabile .dropdown-menu {
	background-color: transparent !important;
}



.elemento_drag {
	padding:4px;
	/*border-bottom:6px solid #262D3C;*/
	font-size:11px;
	margin-bottom:6px;
	background-color: #353F53;
	cursor:move;
}

.elemento_drag.no_cursore {
	cursor:auto;
}

.elemento_drag.funnel_challengeMail {
    cursor:auto;
}
.icone_drag {
	text-align:right;
	padding-top:3px;
}


.titolo_anagrafica_drag{
	font-size:12px;
	font-weight:600;
}

.icona_drag {
	margin-bottom:7px;
	cursor:pointer;
}

.titolo_card_drag {
	text-transform:uppercase;
	line-height:3em;
	font-weight:600;
	font-size:14px !important;
}

.titolo_card_drag_opportunita {
	text-transform:uppercase;
	line-height:1.5em;
	font-weight:600;
	font-size:14px !important;
	margin-top:3px;
}

.tot_opportunita{
	color:#fff;
	font-weight:300;
}

.subel_drag {
	padding-bottom:4px;
	font-size:12px;
}

#pointer {
  display: inline-block;
  /*font-size: 20pt;*/
  width: calc(100% - 2em) !important;
  height: 4em;
  position: relative;
  background: darkcyan;
  text-align: center;
  vertical-align: middle;
  margin: 0.6em;
}
#pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 1.25em solid #353F53;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
}

#pointer:before {
  content: "";
  position: absolute;
  right: -1.25em;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 1.25em solid darkcyan;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
}


#pointer_prospect {
  display: inline-block;
  /*font-size: 20pt;*/
  width: calc(100% - 2em) !important;
  height: 4em;
  position: relative;
  background: #03a9f4;
  text-align: center;
  vertical-align: middle;
  margin: 0.6em;
}
#pointer_prospect:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 1.25em solid #353F53;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
}

#pointer_prospect:before {
  content: "";
  position: absolute;
  right: -1.25em;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 1.25em solid #03a9f4;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
}

#pointer_finale {
  display: inline-block;
  /*font-size: 20pt;*/
  /*width: calc(100% - 2em) !important;*/
  height: 4em;
  position: relative;
  background: #65BB6A;
  text-align: center;
  vertical-align: middle;
  margin: 0.6em;
}
#pointer_finale:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 1.25em solid #353F53;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
}

#pointer_dead {
  display: inline-block;
  height: 4em;
  position: relative;
  background: #262D3C;
  text-align: center;
  vertical-align: middle;
  margin: 0.6em;
}

.cnt {
  position: relative;
  top: 0.25em;
  left: 1em;
  color: white;
}

.poly {
  width: 100%;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
  display: block;
}


.content {
    flex-grow: 0 !important;
    margin-left: .625rem;
    margin-right: .625rem;
}


/* ckeditor */
.cke_contents {
  background-color: #fff !important;
}
/* fine ckeditor */




/***************** FINE DRAGGABLE*******************/

@media (max-width:374.98px) {
 .wizard>.steps>ul {
  margin-bottom:1.25rem
 }
 .wizard>.steps>ul>li {
  display:block;
  float:left;
  width:33%
 }
 .wizard>.steps>ul>li>a {
  margin-bottom:0
 }
 .wizard>.steps>ul>li:first-child:before,
 .wizard>.steps>ul>li:last-child:after {
  content:''
 }
 .wizard>.steps>ul>li:last-child:after {
  background-color:#00bcd4
 }
 
 
}

@media (max-width:991.98px) {
 .wizard>.steps>ul {
  margin-bottom:1.25rem
 }
 .wizard>.steps>ul>li {
  display:block;
  float:left;
  width:33%
 }
 .wizard>.steps>ul>li>a {
  margin-bottom:0
 }
 .wizard>.steps>ul>li:first-child:before,
 .wizard>.steps>ul>li:last-child:after {
  content:''
 }
 .wizard>.steps>ul>li:last-child:after {
  background-color:#00bcd4
 }
 
 .file-drop-zone-title {
    padding: 1rem;
 }
  
}


/* If the screen size is 600px wide or less, hide the element */
@media screen and (max-width: 600px) {
	 #servizi_attivi_big{
		display: none;
	}
	
	.login-form {
		widht:200rem
	}
}


/* If the screen size is 600px wide or less, hide the element */
@media screen and (max-width: 900px) {
	
	#headerAreaClientib2b_big{
		display: none;
	}
	
	
	
}

@media screen and (min-width: 901px) {

	#headerAreaClientib2b_small{
		display: none;
	}
	
	#AreaClientib2b_small_label{
		display: none;
	}
}

@media screen and (min-width: 601px) {

	#servizi_attivi_small{
		display: none;
	}
	
	
}

.comunicazioneImportante {
	border-style: none; 
	border-width: medium; 
	background-color:#FF6E00;
	padding-left: 20px;
	padding-right: 20px;
	
}

@media screen and (min-width: 800px) {

	.comunicazioneImportante {
		margin: auto;
		max-width: 800px;

	}
	
}

#servizi_attivi_small td {
	padding: 0.5rem 1rem;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		height: 100%;
		-webkit-transform: translate3d(20%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: 0;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: 0%;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

/*
#label_cell_destinatario_risposta {
	visibility: hidden;
}

#cell_destinatario_risposta {
	visibility: hidden;
}*/

.centra-tutto {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


/* If the screen size is 600px wide or less, hide the element */
@media screen and (max-width: 768px) {
	
	#page-header{
		display: none;
	}
	

}

@media screen and (min-width: 901px) {

	#headerAreaClientib2b_small{
		display: none;
	}
}
.addtohomev2bg {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0);
	transition:0.5s;
	-webkit-user-select: none;
	outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.addtohomev2 * {
	-webkit-user-select: none;
	outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.addtohomev2 {
	background:#fff;
	transition:0.5s;
	position:fixed;
	left:50%;
	bottom:-350px;
	width:100%;
	max-width:400px;
	transform:translateX(-50%);
	height:100%;
	-webkit-user-select: none;
	border-radius:20px 20px 0px 0px;
	overflow:hidden;
}
.addtohomev2 .addtohomev2title {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background:#f59304;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:20px;
	border-bottom:1px #e3e3e3 solid;
	-webkit-user-select: none;
}
.addtohomev2 .addtohomev2title .addtohomev2close {
	position:absolute;
	top:50%;
	right:15px;
	transform:translateY(-50%);
	color:#888;
}
.addtohomev2 .addtohomev2arrow {
	background: url("https://erichsia7.github.io/addtohome.js/down-arrow.svg");
	background-repeat: no-repeat;
	width:2rem;
	height:2rem;
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	-webkit-user-select: none;
	animation: move 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes move {
  0% {
    bottom:20px;
  }
  25% {
    bottom:5px;
  }
  50% {
    bottom:18px;
  }
  75% {
    bottom:10px;
  }
  100% {
    bottom:20px;
  }
}

.addtohomev2 .addtohomev2expimage {
width:100%;
max-width:385px;
height:calc(100%);
  position:absolute;
  top:0%;
  /*left:50%;
  transform:translateX(-50%);*/
  -webkit-user-select: none; 
  background:#fff;
  background-size:cover;
  background-position:center;
  box-shadow: none;
  transition:0.5s;
}
@media screen and (min-width: 600px) {
 /*in caso di schermi grandi*/
  .addtohomev2 {
    top:10px;
    bottom:auto;
    left:auto;
    right:10px;
    transform:none;
    border-radius:15px;
    height:190px;
    width:300px;
  }
  .addtohomev2 .addtohomev2expimage {
    height:calc(100%);
    top:0px;
  }
  .addtohomev2arrow {
    display:none;
  }
  .addtohomev2 .addtohomev2title {
    top:auto;
    bottom: 0px;
    border-top:1px #e3e3e3 solid;
    border-bottom:none;
  }
}

.loading-gif-arancione {
	position: fixed;
	width: 78px;
	height:78px;
	margin:auto;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.hide4loading {
	content: ''; 
	position: absolute;
	width: 100%; 
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5); 
	opacity: 1;
}
.loading-gif-arancione .loading-ball {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}

.loading-gif-arancione .loading-ball .loading-inner-ball{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #FEAB4B;
	left:0px;
	top:0px;
	border-radius: 10px;
}

.loading-gif-arancione #loading-ball_1 {
	animation-delay: 1.52s;
		-o-animation-delay: 1.52s;
		-ms-animation-delay: 1.52s;
		-webkit-animation-delay: 1.52s;
		-moz-animation-delay: 1.52s;
}

.loading-gif-arancione #loading-ball_2 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}

.loading-gif-arancione #loading-ball_3 {
	animation-delay: 0.61s;
		-o-animation-delay: 0.61s;
		-ms-animation-delay: 0.61s;
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
}

.loading-gif-arancione #loading-ball_4 {
	animation-delay: 0.91s;
		-o-animation-delay: 0.91s;
		-ms-animation-delay: 0.91s;
		-webkit-animation-delay: 0.91s;
		-moz-animation-delay: 0.91s;
}

.loading-gif-arancione #loading-ball_5 {
	animation-delay: 1.22s;
		-o-animation-delay: 1.22s;
		-ms-animation-delay: 1.22s;
		-webkit-animation-delay: 1.22s;
		-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

.container-desktop {
	display: flex;
	max-width: 100%;
}


.menu_drag {
	display: flex;
}

.menu_drag_item.menu_drag_schede {
	background: rgba(255, 125, 26, 0.8);
	border-radius: 0.5rem 0.5rem 0 0;
}

.item-drag-content.menu_drag_schede {
	padding: 0.1rem;
}

.item-drag-col-11{
	max-width: 91.66667%;
}

.item-drag-col-3{
	max-width: 25%;
}

#table_contatti_drag {
	max-height: 25rem;
	min-height: 5rem;
}

.contatti-drag {
	max-width: 35%
}

#table_servizi_attivi_drag {
	max-height: 25rem;
}

/* data-table */
.dataTables_length select {
	width:100px;
}

#selettore_tipo_ricerca2 {
	position:absolute;
	top:83px;
	left:310px;
	z-index:10;
}

.datatable-nosearch thead tr:nth-child(2) {
  display: none;
}

/* fine data-table */

.btnBackToTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(0,0,0,0); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
}

.btnBackToTop:hover {
  /*background-color: #555; /* Add a dark-grey background on hover */
}

.cell-breakword {
   word-wrap: break-word;
  
}

/* OTP OK*/

.container-otp{
	display: flex;
	flex-direction: column;
	align-items: center;

}

.userInputOtp{
	display: flex;
	justify-content: center;
}

/*.otp-field{
	margin: 0.2rem;
	height: 3rem;
	width: 2rem;
	border: none;
	border-radius: 5px;
	text-align: center;
	background: #eef2f3;

}*/

.otp_field {
    width: 2.7rem;
    font-size: 2rem;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 0.2rem;
    border: 2px solid #55525c;
    background: #21232d;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
}

.otp_field:focus {
    border: 2px solid #FF4500;
    box-shadow: 0 0 2px 2px #FF45006a;
}


/*query builder */
.group-conditions .active {
	box-shadow: 0 0 0 62.5rem rgba(255,255,255,0) inset !important;
	border:2px solid #FFF;
}

.query-builder .rules-list > ::after, .query-builder .rules-list > ::before {
  border-color: #e1e1e1 !important;
}

.query-builder .rules-group-container {
  border: 1px solid #e1e1e1 !important;
}



/* dimensioni max e min in altezza dei blocchi */
.max_h100 {
	max-height:100px;
}

.min_h100 {
	min-height:100px;
}

.max_h150 {
	max-height:150px;
}

.min_h150 {
	min-height:150px;
}

.max_h200 {
	max-height:230px;
}

.min_h200 {
	min-height:230px;
}

.max_h300 {
	max-height:300px;
}

.min_h300 {
	min-height:300px;
}

.max_h400 {
	max-height:400px;
}

.min_h400 {
	min-height:400px;
}

.min_h165 {
    min-height: 165px;
}

.max_h165 {
    max-height: 165px;
}


/* classi custom per campi categoria emrceologica */

.custom-rosso {
	background-color: #DB7D00;
}

.custom-rosso-lampeggiante {
	color: #DB7D00;
	animation: blinker 1s linear infinite;
}


/* fine classi custom */



/* smartphones, iPhone, portrait 480x320 phones */
@media (max-width:450px)  {  
	/* Per evitare lo zoom automatico su iphone*/
	select,   
	textarea,   
	input[type="text"],   
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"] { font-size: 16px !important; }
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
@media (max-width:641px)  { 

}

/* tablet, landscape iPad, lo-res laptops ands desktops */ 
@media (max-width:961px)  { 

}

/* big landscape tablets, laptops, and desktops */ 
@media (max-width:1025px) { 

}

/* hi-res laptops and desktops */ 
@media (max-width:1281px) { 

}
