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;
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.calendar-table{
    font-size:14px!important;
}
#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{
    font-size:12px!important; 
}
#TabellaLayout_filter label{
    font-size:12px!important;
}
#preventivi_filter label{
    font-size:12px!important;
}
#anagrafiche_filter label{
    font-size:12px!important;
}
#disdette_filter label{
    font-size:12px!important;
}
#annullate_filter label{
    font-size:12px!important;
}
#cestino_filter label{
    font-size:12px!important;
}
#archivio_filter label{
    font-size:12px!important;
}
#voucher_filter label{
    font-size:12px!important;
}
#conferme_filter label{
    font-size:12px!important;
}
#profila_filter label{
    font-size:12px!important;
}
#esterne_filter label{
    font-size:12px!important;
}
#operatori_filter label{
    font-size:12px!important;
}
#logs_filter label{
    font-size:12px!important;
}
#comunicazioni_filter label{
    font-size:12px!important;
}
#fonti_filter label{
    font-size:12px!important;
}
#target_filter label{
    font-size:12px!important;
}
#configurazioni_filter label{
    font-size:12px!important;
}
#policy_filter label{
    font-size:12px!important;
}
#condizioni_filter label{
    font-size:12px!important;
}
#add_condizioni_filter label{
    font-size:12px!important;
}
#motivazioni_filter label{
    font-size:12px!important;
}
#add_motivazioni_filter label{
    font-size:12px!important;
}
#tariffe_filter label{
    font-size:12px!important;
}
#add_tariffe_filter label{
    font-size:12px!important;
}
#pacchetti_filter label{
    font-size:12px!important;
}
#add_pacchetti_filter label{
    font-size:12px!important;
}
#info_box_filter label{
    font-size:12px!important;
}
#add_info_box_filter label{
    font-size:12px!important;
}
#info_hotel_filter label{
    font-size:12px!important;
}
#add_info_hotel_filter label{
    font-size:12px!important;
}
#banner_info_filter label{
    font-size:12px!important;
}
#add_banner_info_filter label{
    font-size:12px!important;
}
#sconti_filter label{
    font-size:12px!important;
}
#simplebooking_filter label{
    font-size:12px!important;
}
#ericsoft_filter label{
    font-size:12px!important;
}
#imap_filter label{
    font-size:12px!important;
}
#domande_filter label{
    font-size:12px!important;
}
#add_domande_filter label{
    font-size:12px!important;
}
#PanelExt_filter label{
    font-size:12px!important;
}
#Dizionario_filter label{
    font-size:12px!important;
}
#add_dizionario_filter label{
    font-size:12px!important;
}
#questionario_filter label{
    font-size:12px!important;
}
#precheckin_content_filter label{
    font-size:12px!important;
}
#DizionarioForm_filter label{
    font-size:12px!important;
}
#add_dizionario_form_filter label{
    font-size:12px!important;
}
#servizi_filter label{
    font-size:12px!important;
}
#schedine_filter label{
    font-size:12px!important;
}
#eventi_filter label{
    font-size:12px!important;
}
#pdi_filter label{
    font-size:12px!important;
}
#azioniPrev .dropdown-toggle::after {
    display: none !important;
}
#a
#archivia_all,
#assegna_ol_op,
#delete_all,
#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, #999999, #000000) !important;
    background-color: #000000!important;
    border-color: #999999!important;
    color: #FFFFFF !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(https://www.quotocrm.it/img/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(https://www.suiteweb3.it/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(https://www.suiteweb3.it/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-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-white,
.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 {
    border-radius: 50%;
}
#exp_ana {
    color: #919aa3;
}

.nowrap {
    white-space: nowrap !important;
}
.modal-big {
    max-width: 1000px;
}
#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;
}

select.id_stato {
    height: 18px !important;
    width: 78% !important;
    font-size: 12px!important;
    text-align: center!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);
}

.link{
    color:#dcdcdc!important;
    padding-left:53px;
    line-height:30px;
}

.link_istruzioni{
    color:#363636!important;
    background-color:transparent!important;
    font-size:14px!important;
}
.f-10{
    font-size:10px!important;
}
.f-11{
    font-size:11px!important;
}
.f-13{
    font-size:13px!important;
}
.f-28 {
    font-size: 28px!important;
}
.select2-selection__choice{
    background: linear-gradient(to right, #33b5e5 , #33b1e1 )!important;
}
.p-b-200{
   padding-bottom: 200px !important;
}
.cursore{
    cursor: pointer !important;
}
.selRow a:hover{
    color:#CCCCCC!important;
}
.colorArrow{
    color:#FFFFFF!important;
}
.transparent{
    background-color: transparent!important;
}
.text-quoto{
    color:#e85a31!important;
}
.bg-quoto{
    color:#e85a31!important;
}
.lineH30{
    line-height:30px!important;
}
.lineH25{
    line-height:25px!important;
}
.lineH20{
    line-height:20px!important;
}
.lineH10{
    line-height:10px!important;
}
.lineH5{
    line-height:5px!important;
}
.lineH1{
    line-height:1px!important;
}
.linkNumP {
  color: #FFFFFF!important;
}
/* visited link */
.linkNumP:visited {
  color: #FFFFFF!important;
}
/* mouse over link */
.linkNumP:hover {
  color: #5ad9e9!important;
}
/* selected link */
.linkNumP:active {
  color: #FFFFFF!important;
}

.check li {
    float: left!important;
    list-style: none!important;
    padding: 0 5px!important;
}

/**
################################### COLORI ARANCIO CHE RINOMINA IL PRIMARY ###################################
*/
.bg-c-cyan {
    background: -webkit-gradient(linear, left top, right top, from(#05c6e3), to(#b2f3fd));
    background: linear-gradient(to right, #05c6e3, #b2f3fd);
}
.bg-c-blue {
    background: -webkit-gradient(linear, left top, right top, from(#2c63ad), to(#14b2e7));
    background: linear-gradient(to right, #2c63ad, #14b2e7);
}
.bg-c-blue-gray {
    background: -webkit-gradient(linear, left top, right top, from(#5F7A85), to(#E1E7E9));
    background: linear-gradient(to right, #5F7A85, #E1E7E9);
}
.bg-c-brown {
    background: -webkit-gradient(linear, left top, right top, from(#513631), to(#EDE2E0));
    background: linear-gradient(to right, #513631, #EDE2E0);
}
.bg-c-deep-orange {
    background: -webkit-gradient(linear, left top, right top, from(#EC3305), to(#FDC8BB));
    background: linear-gradient(to right, #EC3305, #FDC8BB);
}
.bg-c-light-green {
    background: -webkit-gradient(linear, left top, right top, from(#1CC9A7), to(#B7F5E9));
    background: linear-gradient(to right, #1CC9A7, #B7F5E9);
}
.bg-c-lime {
    background: -webkit-gradient(linear, left top, right top, from(#BAF905), to(#F0FEC7));
    background: linear-gradient(to right, #BAF905, #F0FEC7);
}
.border-nav{
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    padding: 10px;
}
#header-nav {
    background-color: #14b2e7!important;
    color: #FFFFFF!important;
}#header-nav-logo {
    background-color: #14b2e7!important;
    color: #FFFFFF!important;
}
#GestioneQuoto,
#Administrator,
#Configurazioni,
#Cruscotto,
#Statistiche,
#UsoGiornaliero,
#Screenshots,
#Risorse,
#NetworkService{
    color:#14b2e7!important;
}
.pcoded-navigatio-lavel{
    white-space: nowrap !important;
    color:#14b2e7!important;
}
.bg-primary {
    background-color: #14b2e7 !important;
}

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

.border-primary {
    border-color: #14b2e7 !important;
}

.text-primary{
    color: #14b2e7 !important;
}
.bg-primary{
    background-color: #14b2e7 !important;
}
.nav-tabs .slide {
    background: #14b2e7 !important;
}
.nav-link{
    color: #000000 !important;
}
.nav-link .active{
    color: #14b2e7 !important;
}
.input-group-primary .input-group-addon {
    background-color: #14b2e7 !important;
}
.input-group-addon {
    background-color: #14b2e7 !important;
}
.input-group-primary .form-control {
    border-color: #14b2e7 !important;
}
.list-group-item.active {
    background-color: #14b2e7;
    border-color: #14b2e7;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #14b2e7 !important;
    color: #fff;
}
.show>.btn-primary.dropdown-toggle,
.wizard>.actions .show>a.dropdown-toggle,
.sweet-alert .show>button.dropdown-toggle.confirm {
    background-color: #14b2e7 !important;
    border-color: #14b2e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}
.btn-crea{
    margin-left:10px !important;
    margin-right:10px !important;
}
.btn-crea,
.wizard>.actions a,
.sweet-alert button.confirm {
    background-color: #14b2e7;
    border-color: #14b2e7;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s
}
.btn-crea:hover,
.wizard>.actions a:hover,
.sweet-alert button.confirm:hover {
    background-color: transparent;
    border-color: #2c63ad;
}

.btn-crea:active,
.wizard>.actions a:active,
.sweet-alert button.confirm:active {
    background-color: transparent!important;
    border-color: #14b2e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.btn-crea:focus,
.wizard>.actions a:focus,
.sweet-alert button.confirm:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: transparent
}



.btn-primary,
.wizard>.actions a,
.sweet-alert button.confirm {
    background-color: #14b2e7;
    border-color: #14b2e7;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s
}
.btn-primary:hover,
.wizard>.actions a:hover,
.sweet-alert button.confirm:hover {
    background-color: #2c63ad;
    border-color: #2c63ad
}

.btn-primary:active,
.wizard>.actions a:active,
.sweet-alert button.confirm:active {
    background-color: #14b2e7 !important;
    border-color: #14b2e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.btn-primary:focus,
.wizard>.actions a:focus,
.sweet-alert button.confirm:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #2c63ad
}

.btn-primary.disabled,
.wizard>.actions a.disabled,
.sweet-alert button.disabled.confirm {
    background-color: rgba(232, 90, 49, 0.5);
    border-color: rgba(232, 90, 49, 0.5)
}
.bg-c-orange {
    background: -webkit-gradient(linear,
    left top,
    right top,
    from(#14b2e7),
    to(#feb798));
    background: linear-gradient(to right,
    #14b2e7,
    #feb798);
}
.text-c-orange{
    color:#14b2e7;
}
.page-item.active .page-link {
    background-color: #14b2e7;
    border-color: #14b2e7;
}
.page-link:hover {
    color: #14b2e7;
}
input#demo::placeholder {
    opacity: .5;
    color:#14b2e7;
    font-size:13px;
}
.loader-primary {
    background-color: #14b2e7 !important
}
.loader-warning {
    background-color: #14b2e7 !important
}
.thStatistiche {
    background-color: #14b2e7 !important;
    border-right: 1px solid #ffffff;
    color: #fff !important;
}
.bg_proposta_yellow{
    background-color:#ffe2a2;
}

/**
################################### FINE ###################################
*/
.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }
.pr-1 { padding-right:.25rem!important; }
.pb-1 { padding-bottom:.25rem!important; }
.pl-1 { padding-left:.25rem!important; }
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }
.pr-2 { padding-right:.5rem!important; }
.pb-2 { padding-bottom:.5rem!important; }
.pl-2 { padding-left:.5rem!important; }
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }
.pr-3 { padding-right:1rem!important; }
.pb-3 { padding-bottom:1rem!important; }
.pl-3 { padding-left:1rem!important; }
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }
.pr-4 { padding-right:1.5rem!important; }
.pb-4 { padding-bottom:1.5rem!important; }
.pl-4 { padding-left:1.5rem!important; }
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }
.pr-5 { padding-right:3rem!important; }
.pb-5 { padding-bottom:3rem!important; }
.pl-5 { padding-left:3rem!important; }
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }

.bg-whatsapp {
    background:url("/img/bed-whatsapp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

table.dataTable tbody tr.highlight {
    font-weight: bold;
}

table.dataTable tbody tr.odd.highlight {
    background-color: #f9f9f9;
}

.pull-right {
    float: right!important;
}
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right!important;
}
.borderB{
    clear:both;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    height:8px;
    width:70%;
}
ul.menu_pagamenti li {
  display:inline;
  padding:15px;
  text-align:center;
  font-weight:bold;
}
ul#menu_template li {
  display:inline;
  padding:40px;
  text-align:center;
  font-weight:bold;
}
ul#menu_proposta li {
  display:inline;
  padding:10px;
  font-weight:bold;
}
ul#menu_icone li {
  display:inline;
   padding:2px;
}

.bg_blocchi_proposta{
    background-color:#EAEAEA !important;
}
.bg_blocchi_light_gray{
    background: linear-gradient(to bottom, #F1F1F1, #ffffff);
}
.bg_gradient_gray{
    background: linear-gradient(to bottom, #EAEAEA, #F1F1F1);
}
.bg_gradient_yellow{
    background: linear-gradient(to bottom, #ffe2a2, #fffaf0);
}
#content_proposte{
    padding-top:120px;
    z-index:0;
}
#content_modifica_proposte{
    padding-top:140px;
    z-index:0;
}
#content_proposte_ext{
    padding-top:140px;
    z-index:0;
}
#fixed_menu_proposte{
    width:100%;
    position:fixed;
    z-index:5;
}
div.error {
    display: none;
}
label.error {
    color: red !important;
}
input.error {
    border:2px dashed red !important;
}
select.error {
    border:2px dashed red !important;
}
span.select2-selection.error{
    border:2px dashed red !important;
}
.accordion-panel.card{
    margin-bottom:5px !important;
}
.modal-calculator{
    height:390px!important;
    width:250px!important;
}
.no-border-top{
    border-top:0px!important;
}
.no-border-bottom{
    border-bottom:0px!important;
}

.td40{
    width:40% !important;
}
.td35{
    width:35% !important;
}
.td30{
    width:30% !important;
}
.td25{
    width:25% !important;
}
.td20{
    width:20% !important;
}
.td10{
    width:10% !important;
}
.td9{
    width:9% !important;
}
.td6{
    width:6% !important;
}
.td5{
    width:5% !important;
}
.table td, .table th {
     padding: .25rem !important;
    vertical-align: top !important;
    border: 0px 0px 0px 0px !important;
}
.no-border-top{
    border-top: 0px !important;
    vertical-align:top !important;
}
.td25pdl0pdr0{
    width:25% !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.td25pdl0pdr10{
    width:25% !important;
    padding-left:0px !important;
    padding-right:10px !important;
}
.td30pdl0pdr10{
    width:25% !important;
    padding-left:0px !important;
    padding-right:10px !important;
}
.td25pdl10pdr10{
    width:25% !important;
    padding-left:10px !important;
    padding-right:10px !important;
}
.td9pdl0pdr10{
    width:9% !important;
    padding-left:0px !important;
    padding-right:10px !important;
}
.td6pdl0pdr10{
    width:6% !important;
    padding-left:0px !important;
    padding-right:10px !important;
}
.td20pdl0pdr10{
    width:20% !important;
    padding-left:0px !important;
    padding-right:10px !important;
}
.td35pdl0pdr10{
    width:35% !important;
    padding-left:0px !important;
    padding-right:10px !important;
}
.td5pdl0pdr0{
    width:5% !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }
 .padding2 {
    padding: 2px !important;
 }
 .iconaDimension {
    width:32px !important;
    height:32px !important;
 }
 .content_icona{
    width:auto !important;
    height:32px !important;
    padding:4px!important;
    margin: 4px!important;
    border:1px solid #ccc!important;
    border-radius: 4px 4px 4px 4px!important;
    -moz-border-radius: 4px 4px 4px 4px!important;
    -webkit-border-radius: 4px 4px 4px 4px!important;
    display: inherit !important;
 }
 .content_icona_empty{
    width:auto !important;
    height:32px !important;
    padding:4px!important;
    margin: 4px!important;
    display: inherit !important;
 }
.centoPercento{
    width:100% !important;
}
.posizione_spiegazione_prezzo{
    position:absolute;
    text-align: center;
    margin-top: -20px;
    margin-bottom:5px;
    padding-top:2px;
    padding-bottom:2px;

}
.resize_font{
    font-size:90% !important;
}
#tabellaServizi td {
    border: 2px solid #FFFFFF!important;
    padding:10px!important;
}
.transparent{
    background:transparent!important;
}
.bg_tdWhite{
    background:#FFFFFF!important;
}
.bg_light_yellow{
    border-radius: 5px;
    border: none;
    padding:10px;
    background:#fff0ce!important;
}
.btn{
 text-transform: none !important;
}
.bg_round_white{
    border-radius: 5px;
    border: none;
    padding:10px;
    background:#ffffff!important;
}
.boxCodiceSconto{
    float:right;
    background-color:#FF3333;
    color:#FFFFFF!important;
    padding:10px;
}
.boxCodiceScontoGreen{
    float:right;
    background-color:#00a65a;
    color:#FFFFFF!important;
    padding:10px;
}
.removeRigaProposta{
    position:relative;
    margin-top:-25px;
}
#CheckProposta1-error,
#CheckProposta2-error,
#CheckProposta3-error,
#CheckProposta4-error,
#CheckProposta5-error{
    visibility: hidden !important;
    content:" " !important;
}
#CheckProposta1-error:before,
#CheckProposta2-error:before,
#CheckProposta3-error:before,
#CheckProposta4-error:before,
#CheckProposta5-error:before{
    visibility: visible !important;
    content:" Campo obbligatorio! " !important;
}

#DataArrivo_1-error,
#DataArrivo_2-error,
#DataArrivo_3-error,
#DataArrivo_4-error,
#DataArrivo_5-error{
    visibility: hidden !important;
    content:" " !important;
}
#DataArrivo_1-error:before,
#DataArrivo_2-error:before,
#DataArrivo_3-error:before,
#DataArrivo_4-error:before,
#DataArrivo_5-error:before{
    visibility: visible !important;
    content:" Inserire un valore maggiore o uguale ad Oggi " !important;
}

#DataPartenza_1-error,
#DataPartenza_2-error,
#DataPartenza_3-error,
#DataPartenza_4-error,
#DataPartenza_5-error{
    visibility: hidden !important;
    content:" " !important;
}
#DataPartenza_1-error:before,
#DataPartenza_2-error:before,
#DataPartenza_3-error:before,
#DataPartenza_4-error:before,
#DataPartenza_5-error:before{
    visibility: visible !important;
    content:" Inserire un valore maggiore o uguale ad Oggi " !important;
}

.Blink {
     animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
 @keyframes blinker {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
    }
}


 .padLinkCreaPorposta{
    padding-left:6px!important
 }
 .btn-mini-mini{
    padding: 4px 8px;
    line-height: 12px;
    font-size: 10px;
 }
 .ordinamento {
    display:none;
}
select.ordina {
    border: 1px solid #fff;
    background-color: rgba(255,255,255,.5);
    padding: 5px;
}
.cerchio {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px dashed #363636;
    border-radius: 10px;
}
.lineHeigth{
    line-height: 1px!important;
}

.testoLegenda{
    color: #919aa3;
    font-size: 13px;
}
input.periodo::placeholder {
    opacity: .5;
    color:#363636 !important;
    font-size:13px;
}
.colonne_template {
    width:auto;
    padding:10px;
    white-space: nowrap;
    columns: 2 !important;
    text-align: left;
}
.image_flag {
    width:20px;
    height: 20px;
    border-radius: 50%;
}

.dark-bg {
    /*background-color: #333231;
    color: #fff; */
    background-color: #FFF;
    color: #333231;
}

.short-section {
    border: 1px solid #5D5D5F;
    padding-top: 20px;
    padding-bottom: 20px;
}

.counter-item h2 {
    color: #333231;
    font-size: 60px;
    font-weight: 900;
}

.counter-item h6 {
    color: #333231;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
.blinking {
    animation: blinkingText 1.2s infinite;
}
#screenshotVideo{
    position:fixed;
    display:none;
    z-index:999999;
    right:-100px;
    top:100px;
}
.inline {
    display: flex !important;
}
.custom-select.custom-select-sm.form-control.form-control-sm{
    border: 0px;
    font-weight:800;
}
fieldset {
    margin-top: 12px;
    border: 1px solid #14b2e7 ;
    padding: 20px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
legend {
    color: #14b2e7 ;
    font-style: italic;
    font-size: 18px;
    padding-left: 2px;
    padding-right: 2px;
}
.select2-container .select2-selection--single {
    height: 46px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
background-color: #FFFFFF!important;
}
/* .cke_dialog.cke_browser_webkit{
    z-index:999999999999999!important;
} */
.modal{
    z-index:1051!important;
}
.blink-label {
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
/* custom preloader 6 che sostituisce il default in /files/assets/css/style.css*/
.preloader6 {
    margin-top:100px;
    margin-bottom:50px;
  --d:42px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #14b2e7;
  box-shadow: 
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {transform: rotate(1turn)}
}