input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#buttSelect{
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF) !important;
    background-color: #FFFFFF!important;
    border-color: #FFFFFF!important;
    color: #333333 !important;
}
#buttUnSelect{
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF) !important;
    background-color: #FFFFFF!important;
    border-color: #FFFFFF!important;
    color: #333333 !important;
}
.dataTables_filter label{
    font-size:12px!important;
}

#a
#buttonSearch
{
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF) !important;
    background-color: #FFFFFF!important;
    border-color: #FFFFFF!important;
    color: #333333 !important;
}
.dt-button{
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF) !important;
    background-color: #FFFFFF!important;
    border-color: #FFFFFF!important;
    color: #333333 !important;
}

.buttonExport,
.buttons-html5,
.buttons-print {
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF) !important;
    background-color: #FFFFFF!important;
    border-color: #FFFFFF!important;
    color: #333333 !important;
}
.buttons-colvis,
.buttons-columnVisibility{
    background-image: linear-gradient(to right, #01dbdf, #016d6f) !important;
    background-color: #00bcd4!important;
    border-color: #00bcd4!important;
    color: #FFFFFF !important;
    font-size:12px!important;
}
#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2DCEE3;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 20%;
    margin-top: 50%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Thumbnail */

.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    margin: 5px;
}

.size {
    font-size: 12px;
}

.box-delete-img {
    width: 150px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    height: auto;
}

.box-delete-img-right {
    float: right;
    width: auto;
    padding: .25rem;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-right-radius: .25rem .25rem;
    border-top-right-radius: .25rem .25rem;
    transition: all .2s ease-in-out;
    height: 150px;
}

#to-top {
    position: fixed;
    right: 0px;
    bottom: 15px;
    width: 60px;
    height: 90px;
    cursor: pointer;
    padding: 10px 15px;
    background-image: url(../images/mouse-top.png);
    font-weight: bold;
    color: #ffffff;
    size: 20px;
    display: none;
    -webkit-animation: gopuls .7s ease-out infinite alternate running;
    animation: gopuls .7s ease-out infinite alternate running;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /* background-color: #00bcd4;
    background-repeat: no-repeat;
    background-position: center;*/
}

.gallery li {
    position: relative;
    display: inline;
    list-style: none;
    width: auto;
    min-height: 175px;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
}

.ck-empty {
    position: absolute;
    z-index: 10000;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(../images/checkbox-empty-white.png);
}

.ck-flag {
    position: absolute;
    z-index: 10000;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(../images/checkbox-flag-white.png);
}

.nav-pills li {
    padding-right: 5px;
    text-align: center;
}

.barra {
    border-radius: 5px;
    border: none;
    padding: 20px;
    min-width: auto;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    position: fixed;
    z-index: 9;
}

body.scrolled .barra {
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.5);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.5);
    transition: all .6s ease-out;
}

.barra2 {
    border: none;
    position: fixed;
    z-index: 9;
}

body.scrolled .barra2 {
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.5);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.5);
    transition: all .6s ease-out;
}

.btn-default {
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7;
}

bg-primary {
    background-color: #4285f4 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #1266f1 !important;
}

.border-primary {
    border-color: #4285f4 !important;
}

.bg-danger {
    background-color: #ff3547 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ff0219 !important;
}

.border-danger {
    border-color: #ff3547 !important;
}

.bg-warning {
    background-color: #ffbb33 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ffaa00 !important;
}

.border-warning {
    border-color: #ffbb33 !important;
}

.bg-success {
    background-color: #00c851 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #00953c !important;
}

.border-success {
    border-color: #00c851 !important;
}

.bg-info {
    background-color: #33b5e5 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #1a9bcb !important;
}

.border-info {
    border-color: #33b5e5 !important;
}

.bg-default {
    background-color: #2bbbad !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
    background-color: #219287 !important;
}

.border-default {
    border-color: #2bbbad !important;
}

.bg-secondary {
    background-color: #aa66cc !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #9540bf !important;
}

.border-secondary {
    border-color: #aa66cc !important;
}

.bg-dark {
    background-color: #212121 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #080808 !important;
}

.border-dark {
    border-color: #212121 !important;
}

.bg-light {
    background-color: #e0e0e0 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #c7c7c7 !important;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-whitea,
.bg-black {
    color: #f9f9f9 !important;
}

.bg-gray {
    background-color: #eaeaec !important;
}

.bg-black {
    background-color: #222 !important;
}

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

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

.bg-aqua {
    background-color: #00c0ef !important;
}

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

.bg-light-blue {
    background-color: #3c8dbc !important;
}

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

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}

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

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


/* Text colors */

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

.text-gray {
    color: #ccc !important;
}

.text-hotgray {
    color: #999 !important;
}

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

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

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #932ab6 !important;
}

.text-maroon {
    color: #85144b !important;
}

.text-black {
    color: #363636 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

.flag_ico_xs {
    width: 16px;
    height: 16px;
}

.flag_ico_sm {
    width: 24px;
    height: 24px;
}

.flag_ico_lg {
    width: 48px;
    height: 44px;
}

.flag_ico_md {
    width: 32px;
    height: 32px;
}

.btn {
    border: 1px solid #ddd;
    border-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.projects img.table-avatar,
.projects .table-avatar img {
    border-radius: 50%;
    display: inline;
    width: 2.5rem;
}

.no_permessi {
    color: #666666!important;
}

.scroll::-webkit-scrollbar {
    width: 6px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scroll_oriz::-webkit-scrollbar {
    height: 6px;
}

.scroll_oriz::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.scroll_oriz::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.img-circle-small {
    margin-top: 10px;
    border-radius: 50%;
    display: inline;
    width: 2.5rem;
}
.img-circle-medium {
    margin-top: 10px;
    border-radius: 50%;
    display: inline;
    width: 3.5rem;
}
#exp_ana {
    color: #919aa3;
}

.nowrap {
    white-space: nowrap;
}

#xcrud-modal-window .modal-dialog {
    max-width: 50%!important;
}

.card .card-block .dropdown-menu {
    padding: 10px !important;
}

select.order {
    height: 18px !important;
    width: 60% !important;
    background: transparent !important;
    border: 0px!important;
    font-size: 12px!important;
    text-align: center!important;
}

.colonne_attivita {
    columns: 200px 3 !important;
    text-align: left;
}

input.setting_input_date_attivita {
    height: 18px !important;
    width: 70% !important;
    background: transparent !important;
    border: 0px!important;
    font-size: 12px!important;
    text-align: center!important;
    position:relative;
}

select.id_stato {
    height: 18px !important;
    width: 78% !important;
    font-size: 12px!important;
   /*  text-align: center!important; */
    padding: 8px 6px!important;
}
select.id_priorita {
    height: 18px !important;
    width: 78% !important;
    font-size: 12px!important;
    /* text-align: center!important; */
    padding: 8px 6px!important;
}
select.tempo_impiegato {
    height: 18px !important;
    width: 78% !important;
    font-size: 12px!important;
/*     text-align: center!important; */
    padding: 8px 6px!important;
}
select.monte_ore {
    height: 18px !important;
    width: 78% !important;
    font-size: 12px!important;
/*     text-align: center!important; */
    padding: 8px 6px!important;
}
.scroll::-webkit-scrollbar {
    width: 6px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.bloccovideo video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.ui-tooltip,
.arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

#lista_lead a{
    font-size:12px!important;
}


pre {
    display: block!important;
    padding: 9.5px!important;
    margin: 0 0 10px!important;
    font-size: 13px!important;
    line-height: 1.428571429!important;
    color: #333!important;
    word-break: break-all!important;
    word-wrap: break-word!important;
    background-color: #f5f5f5!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}

/*  .row {
    overflow-x:hidden !important;
    overflow-y:hidden !important;
} */
 .rowNoRow {
    overflow-x:inherit !important;
    overflow-y:inherit !important;
}
.withOutOverflow{
    overflow-x: hidden!important;
    overflow-y:scroll !important;
    max-height:600px;

}
.withOutOverflow300{
    overflow-x: hidden!important;
    overflow-y:scroll !important;
    max-height:300px;

}
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.select2-container .select2-selection--single {
        height: 46px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #FFFFFF!important;
}
.f-12{
    font-size:12px!important;
}
.f-11{
    font-size:11px!important;
    font-weight: lighter!important;
}
.f-10{
    font-size:10px!important;
}
.f-lighter{
    font-weight: lighter!important;
}
.blink {
    animation: blink 3s steps(5, start) infinite;
    -webkit-animation: blink 2s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}
.ordinamento {
    display:none;
}
.preloader5 .circle-5 {
    background:#2DCEE3 !important;
}
.servizi_attivi {
    width: 100% !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
}
fieldset {
    margin-top: 12px;
    border: 1px solid #001f3f ;
    padding: 20px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
legend {
    color: #001f3f ;
    font-style: italic;
    font-size: 18px;
    padding-left: 2px;
    padding-right: 2px;
}
.modal-big {
    max-width: 1000px;
}
.cursore{
    cursor: pointer;
}
.insolventi {
    width: 100% !important;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #01a9ac !important;
    border: 1px solid #01a9ac !important;
    padding: 5px 15px;
    color: #fff
}
.btn-whatsapp, .wizard>.actions a, .sweet-alert button.confirm {
    background-color: #128C7E;
    border-color: #128C7E;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
button.add, div.add, a.add {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    cursor: pointer;
    line-height: 1.6em;
    background: transparent;
    user-select: none;
    text-decoration: none;
    outline: none;
}
.listaUtenti {
    width: 100% !important;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}
.listaUtentiinRiga {
    width: 100% !important;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
}
.titoloSottoAttivita{
    margin-bottom: 0;
    color: #505458;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
}
.image_flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.lower{
    text-transform: lowercase!important;
}
.box_note_commerciali{
    border:1px solid #CCCCCC;
    min-height:600px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.alertCustom{
    border:1px solid #CCCCCC;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.clearfix{
    clear:both !important;
}
.chat-inner-header {
    margin-bottom: 0px!important;
    padding: 10px!important;
}
.middle{
    vertical-align:middle !important;
}
#answer {
    display: flex;
    justify-content: center;
    margin: 1em 0;
    border: 1px solid #CCC;
    padding:20px;
    white-space: pre-wrap;


}
.custom-select.custom-select-sm.form-control.form-control-sm{
    border: 0px;
    font-weight:800;
}
.list {
    width:100%!important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

    -webkit-column-width: 50%;
        -moz-column-width: 50%;
            column-width: 50%;
}
.euro_input_trapsarent {
    background: transparent !important;
    border: 0px!important;
    font-size: 12px!important;
    text-align: right!important;
    width:50px!important;
}
.popupContainer{
    width:auto;
    height:auto;
    padding:10px 20px 20px 20px;
    background-color:#FFF;
    border-radius: 5px;
    position:absolute;
    margin-top:-20px;
    left:55px;
    overflow:auto;
    z-index:999;
    box-shadow: 3px 3px 2px 1px rgba(0,0, 0, .1);
}
.attivita_input_trapsarent {
    background: transparent !important;
    border: 0px!important;
    font-size: 12px!important;
    min-width:200px!important;
    max-width:250px!important;
    max-height:100px!important;
    min-height:60px!important;
    width:auto!important;
    height:auto!important;
}
.attivita_input_control {
    height:auto!important;
    width:auto!important;
    max-height:100px!important;
    min-height:60px!important;
    max-width:250px!important;
    min-width:200px!important;
    padding: .5rem .75rem;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-dashboard {
    display: block;
    width: 80%;
    height: 50%;
    padding: .5rem .75rem;
    font-size: 13px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-radius: 2px;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.setting_input_date{
    background:transparent !important;
    border: 0px!important;
    font-size:12px!important;
    text-align:center!important;
}
.cke_dialog.cke_browser_webkit{
    z-index:999999999999999!important;
}
.p-1{
    padding:1px!important;
}
.p-2{
    padding:2px!important;
}
.p-3{
    padding:3px!important;
}
.p-4{
    padding:4px!important;
}
/* animazione di rotazione */
@keyframes spin-360 {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.rotating {
  animation: spin-360 0.6s linear;
  transform-origin: center;
  /* opzionali per performance */
  will-change: transform;
}
