.form-title {
    background: #DDE2FA;
    padding: 10px;
}

.breadcrumb-item a {
    text-decoration: underline !important;
    text-decoration-color: #f1b44c !important;
    text-decoration-thickness: 5px !important;
}

.pulsantiera {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.required:before {
    content:"";
    border-left: 5px solid #2A3041;
    margin-right: 5px;
}

.btn-round-table {
    font-size: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.menu_res {
    padding: 5px;
    margin: 0;
}

.menu_res .head {
    margin: 0;
    padding: 5px;
    background-color: #333;
    color: #f1f1f1;
}

.menu_res li {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 5px;
    border-bottom: 1px solid #d1cece;
}

.menu_res li {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 5px;
    border-bottom: 1px solid #d1cece;
}

.modal-body {
    overflow-y: auto; 
}

.line-through {
    text-decoration: line-through;
    border-left: 5px solid #f46a6a;
}


.select2 {
    width: 100% !important;
}

.h-40 {
    line-height: 40px;
}

.h-90 {
    line-height: 90px;
}

.maxo {
    width:100%;
    max-width:800px
}

.fake-btn {
display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.47rem 0.75rem;
    font-size: .8125rem;
    border-radius: 0.25rem;

}

.btn.very-sm{
    padding: 0px 5px;
}

.table.smallina>:not(caption)>*>* {
    padding: 0.60rem 0.60rem;
}

b, strong {
    font-weight: 600;
}

.form-labelina {
    display: block;
    font-size: 12px;
    margin-top: -5px;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: .2px;
}

input.required, .select2.required + .select2-container,select.required {
    border-left: 5px solid #2A3042;
}

input.inError, .select2.inError + .select2-container,select.inError {
    border-left: 5px solid #f46a6a;
}

    .form-control,  .select2,.select2-container .select2-selection--single,select {
        background-color: #f9f9f9 !important;
    }
    
    .form-control:focus,  .select2:focus,.select2-container .select2-selection--single:focus,select:focus {
        background-color: #fff !important;
    }    
 span.list {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;    
 }
 
 .mc-n-group {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
 }
 .mc-n-group button{ 
    width:85px;
 }
 
 .mc-n-group .select2 {
    width: calc(100% - 85px) !important;
}

.limita-form .form-control,.limita-form .form-check,.limita-form .form-select,.limita-form .mc-n-group,.limita-form .select2,.limita-form .form-select,.limita-form .input-group,.limita-form .maxa {
    max-width: 450px;
}

.limita-form .maxa {
    padding-right: 0;
}


.card-body .app-search {
    padding:0;
    
}

.card-body .app-search .form-control {
    border: 1px solid #d1cece;
}

.jqtree-element, .jqtree-element span, .jqtree-element a {
    line-height: 32px !important;
    height: 32px !important;
}

#containerTreeViewOrganigramma{
    overflow: auto;
    width: 100%;
    max-height: 55vh;
    white-space: nowrap;
}

h1.modal-title {
    font-size: 18px;
}

.btn-green {
    background-color: #05B090;
    border-color: #05B090;
    color:#fff;
    transition:.3s ease all;
}
.btn-green:hover {
    background-color: #04977b;
    color:#fff;
    transition:.3s ease all;
}

.cardo {
    max-width: 400px;
    min-width: 400px;
    display: flex;
    width: auto;    
}

.cardo-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.cardo-img {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 3px solid #f1f1f1;
    border-radius: 50%;    
    background-size: cover;
}

.card-cardo {
    border-radius:20px;
    cursor: pointer;
}

.card-cardo > input[type='checkbox'] {
    display: none;
}

.card-cardo {
    transition: .3s ease all;
    border:2px solid #ffffff;
    min-height: 105px;
    width:100%;
}

.card-cardo:hover {
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.08);
    transition: .3s ease all;
}

.card-cardo.selected {
    border:2px solid #34c38f;
}

.cardo-right {
    padding-left:20px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(0px) !important;
  }

  .dz-details {
    display:none !important;
  }


  .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fff;
    background: #577EA7;
    padding: 0px 5px;
    border-radius: 5px;
}

.bootstrap-tagsinput {
    max-width: 450px !important;
    display: block !important;
    width: 100% !important;
    padding: 0.47rem 0.75rem !important;
    font-size: .8125rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #f9f9f9 !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
}

@media only screen and (min-width: 64.063em) {
    .pulsantiera {
        left: 250px;
    }    
}