.editable tbody tr {
  cursor: pointer;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

table th, td {
  word-break: break-word;
}

table th {
  font-size: 15px;
}



@media screen and (max-width: 900px) {
  .responsible {
    border: 0;
  }

  .responsible caption {
    font-size: 1.3em;
  }

  .responsible td, th:first-child {
    width: auto;
  }

  .responsible td, th:nth-child(2) {
    width: auto;
  }

  .responsible td, th:nth-child(3) {
    width: auto;
  }

  .responsible thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsible tfoot {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsible tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .responsible td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
  }

  .responsible td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .responsible td:last-child {
    border-bottom: 0;
  }
}

.preview_img {
  width:100%;
  border:1px solid rgb(179, 179, 179);
  border-radius: 10px;
}

div.dom_wrapper {
  position: sticky;  /* Fix to the top */
  top: 200;
  padding: 5px;
  z-index: 100;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #1964a1;
	color: #fff;
}

table tr {
  cursor: pointer;
}
.table-hover tbody tr:hover td {
  background:#75a2c6;
  color:white;
}

.table>tbody>tr.active>td {
  background: #1964a1;
  color: #fff;
}


tr.selected {   
  background-color: #1964a1;
  color:white;
}

.table tbody tr.highlight td {
  background-color: #1964a1;
  color:white;
}

mark {
  padding: 5px;
  border-radius:5px;
  color:#fff;
  background: #0c3250 !important;
}


/* For mobile phones: */
.control-sidebar, .control-sidebar::before {
  right:-250px;
  width: 250px;
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .control-sidebar, .control-sidebar::before {
    right:-600px;
    width: 600px;
  }
}

.control-sidebar-content {
  overflow-y: scroll;
}


.callout.callout-primary {
	border-left-color: #1964a1;
}

.card-primary.card-outline {
	border-top: 3px solid #1964a1;
}



.btn-primary {
	color: #fff;
	background-color: #1964a1;
	border-color: #1964a1;
	box-shadow: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: #114670;
	border-color: #114670;
	box-shadow: none;
}
.clickable {
  cursor:pointer;
}

.mb-3, .my-3 {
	margin-bottom: 0.5rem !important;
}

.centered {
  text-align:center;
}
.mediumtext {
  font-size:20px;
}
.smalltext {
  font-size:13px;
  font-weight: bold;
}

.callout {
	margin-bottom: 0.5rem;
	padding: 0.7rem;
}

.left {
  float:left;
}

.right {
  float:right;
}

.dt-buttons {
  margin-bottom:-70px;
}

.scrollable-medium {
  height:300px;
  overflow-y:auto;
  overflow-x:hidden;
  padding:15px;
}
.scrollable-small {
  height:180px;
  overflow-y:auto;
  padding:15px;
  overflow-x:hidden;
}

.centered-content {
  height: 100%;
}

.icon-anagr-red {
  font-size:22px;
  
}
.icon-anagr-green {
  font-size:22px;
}

.icon-anagr-red i {
  color:#dc3545;
}
.icon-anagr-green i {
  color:#28a745;
}

.elements {
  height:100px;
  display: table-cell;
  vertical-align: middle;
}

.grid {
  border:1px solid #cacaca;
  border-radius: 10px;
  padding:10px;
}

.deletable {
    position: absolute;
    top: -30px;
    right: -10px;
}

#tree > svg {
  background-color: #cacaca !important;
}

.img-anag {
  border-radius: 50%;
  width:100%;
  max-width:110px;
}

.table-avatar {
  border-radius: 50%;
  display: inline;
  width: 2.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
  width: 100% !important;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0d79c5;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
  width: 100px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 40px  !important;
}

.mirrored {
  -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.badge-primary {
	background-color:  #1964a1;
}

.img-circle {
  border-radius: 7px;
}

.brand-link .brand-image {
  float: left;
	line-height: .8;
	margin-left: .5rem;
	margin-right: .5rem;
	margin-top: -3px;
	max-height: 33px;
	width: 100%;
  max-width: 40px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.imageoverlay:hover .overlay {
  opacity: 0.6;
}

.form-control.is-copied {
	border-color: #ffc107;
	padding-right: 2.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input[type="number"] {
  /* enlarge by 16/12 = 133.33% */
  border-radius: 6.666666667px !important;
  font-size: 16px !important;
  line-height: 26.666666667px !important;
  padding: 6.666666667px !important;
  width: 133.333333333%;

  /* scale down by 12/16 = 75% */
  transform: scale(0.75);
  transform-origin: left top;

  /* remove extra white space */
  margin-bottom: -10px;
  margin-right: -33.333333333%;
}


.inputprice {
  /* enlarge by 16/12 = 133.33% */
  border-radius: 6.666666667px !important;
  font-size: 16px !important;
  line-height: 26.666666667px !important;
  padding: 6.666666667px !important;
  width: 133.333333333%;

  /* scale down by 12/16 = 75% */
  transform: scale(0.75);
  transform-origin: left top;

  /* remove extra white space */
  margin-bottom: -10px;
  margin-right: -33.333333333%;
}


.progress-bar {
	font-weight: bold;
}


.legend-item {
  margin-left: 20px;
}

.navbar {
  display:grid;
}

.countryFlag {
  border-radius: 50%;
}

.goUpBtn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  opacity: 0.5;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #75a2c6;
	border-color: #75a2c6;
}

.rightborder {
	border-right: 1px solid #cacaca;
	width: 100%;
}

.colored {
  color: #1964a1;
}


.text-courier {
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
}


.customcontainer {
  border: 1px solid #1964a1;
  border-radius: 7px;
  padding:10px;
}


.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 12px #1964a1;
  text-align: center;
  padding: 0;
}
.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFC107;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.bg-primary {
	background-color: #1964a1 !important;
}


.rotate {
  writing-mode: vertical-lr;
  margin:5px;

}

.extend{
  height: calc(100vh - 100px);
  overflow-y: auto;
}


/*regola per taglio automatico in base al div*/
.customevent {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
}

.allegato-img {
	height: 100px;
	width: 100%;
	object-fit: cover;
}

input:is(:-webkit-autofill, :autofill) {
  background-color: #65d9ff !important;
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px #72d9fca6 inset !important;
}

.reader-container {
  display: flex;
  flex-direction: column; /* impila verticalmente */
  align-items: center;    /* centra orizzontalmente */
}

.led-green{
   width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: rgb(24, 196, 24, 0.8);
}

.led-red{
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: rgb(212, 45, 45, 0.9);
}

@keyframes blink-animation {
    0% { opacity: 0.00; }
    1% { opacity: 0.02; }
    2% { opacity: 0.04; }
    3% { opacity: 0.06; }
    4% { opacity: 0.08; }
    5% { opacity: 0.10; }
    6% { opacity: 0.12; }
    7% { opacity: 0.14; }
    8% { opacity: 0.16; }
    9% { opacity: 0.18; }
    10% { opacity: 0.20; }
    11% { opacity: 0.22; }
    12% { opacity: 0.24; }
    13% { opacity: 0.26; }
    14% { opacity: 0.28; }
    15% { opacity: 0.30; }
    16% { opacity: 0.32; }
    17% { opacity: 0.34; }
    18% { opacity: 0.36; }
    19% { opacity: 0.38; }
    20% { opacity: 0.40; }
    21% { opacity: 0.42; }
    22% { opacity: 0.44; }
    23% { opacity: 0.46; }
    24% { opacity: 0.48; }
    25% { opacity: 0.50; }
    26% { opacity: 0.52; }
    27% { opacity: 0.54; }
    28% { opacity: 0.56; }
    29% { opacity: 0.58; }
    30% { opacity: 0.60; }
    31% { opacity: 0.62; }
    32% { opacity: 0.64; }
    33% { opacity: 0.66; }
    34% { opacity: 0.68; }
    35% { opacity: 0.70; }
    36% { opacity: 0.72; }
    37% { opacity: 0.74; }
    38% { opacity: 0.76; }
    39% { opacity: 0.78; }
    40% { opacity: 0.80; }
    41% { opacity: 0.82; }
    42% { opacity: 0.84; }
    43% { opacity: 0.86; }
    44% { opacity: 0.88; }
    45% { opacity: 0.90; }
    46% { opacity: 0.92; }
    47% { opacity: 0.94; }
    48% { opacity: 0.96; }
    49% { opacity: 0.98; }
    50% { opacity: 1.00; }
    51% { opacity: 0.98; }
    52% { opacity: 0.96; }
    53% { opacity: 0.94; }
    54% { opacity: 0.92; }
    55% { opacity: 0.90; }
    56% { opacity: 0.88; }
    57% { opacity: 0.86; }
    58% { opacity: 0.84; }
    59% { opacity: 0.82; }
    60% { opacity: 0.80; }
    61% { opacity: 0.78; }
    62% { opacity: 0.76; }
    63% { opacity: 0.74; }
    64% { opacity: 0.72; }
    65% { opacity: 0.70; }
    66% { opacity: 0.68; }
    67% { opacity: 0.66; }
    68% { opacity: 0.64; }
    69% { opacity: 0.62; }
    70% { opacity: 0.60; }
    71% { opacity: 0.58; }
    72% { opacity: 0.56; }
    73% { opacity: 0.54; }
    74% { opacity: 0.52; }
    75% { opacity: 0.50; }
    76% { opacity: 0.48; }
    77% { opacity: 0.46; }
    78% { opacity: 0.44; }
    79% { opacity: 0.42; }
    80% { opacity: 0.40; }
    81% { opacity: 0.38; }
    82% { opacity: 0.36; }
    83% { opacity: 0.34; }
    84% { opacity: 0.32; }
    85% { opacity: 0.30; }
    86% { opacity: 0.28; }
    87% { opacity: 0.26; }
    88% { opacity: 0.24; }
    89% { opacity: 0.22; }
    90% { opacity: 0.20; }
    91% { opacity: 0.18; }
    92% { opacity: 0.16; }
    93% { opacity: 0.14; }
    94% { opacity: 0.12; }
    95% { opacity: 0.10; }
    96% { opacity: 0.08; }
    97% { opacity: 0.06; }
    98% { opacity: 0.04; }
    99% { opacity: 0.02; }
    100% { opacity: 0.00; }
  
}

.blink {
  animation: blink-animation 1s steps(2, start) infinite;
}

.img-bg {
  width: 29%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.1;
}

.text-logo{
  color: rgba(0, 0, 0, 0.1);
  font-size: 358%;
}
