.inner, .puntatore{
    cursor: pointer;
}

ul.select2-choices {
    padding-right: 30px !important;
}

ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.drag-rimuovi{
    cursor: pointer; 
    float: right;
    position: absolute;
    right: 6px;
    top: 5px;
}

.js-sortable-copy-target {
    padding: 10px;
    min-height: 54px;
  }

.js-sortable-copy {
    padding-left: 0px;
}

.list-reset {
    list-style: none;
}

.border {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,.125);
  }

.item{
    border: 1px solid #3c8dbc;
    margin-bottom: 10px;
}
.item:last-child {
    margin-bottom: 0px;
}


.margin-bottom{
    margin-bottom: 1rem;
}

.pad{
    padding: 5px;
}

.placeholder{
    padding: 0px !important;
    margin-bottom: 10px;
    max-height: 32px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }

.sequenza-richiesta{
    border-color: red;
}

#map{ min-height: 250px; }

.placeholderMap{
    background-color: #eaeaea;
}

.center-btn{
    position: absolute;
    left: 50%;
}