.custom-checkbox .custom-control-input:checked~.custom-control-label:before,.custom-control-input:active~.custom-control-label:before
{
	background-color: #0a7cad;
	border-color: #0a7cad
}
.switch-field
{
	display: flex;
	margin-bottom: 36px;
	overflow: hidden
}
.switch-field input
{
	clip: rect(0,0,0,0);
	border: 0;
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px
}
.switch-field input.radio-enable+label:hover
{
	background-color: #155d3b
}
.switch-field input.radio-enable:checked+label
{
	background-color: #2dce89
}
.switch-field input:checked+label
{
	background-color: #0a7cad;
	box-shadow: none;
	color: #fff
}
.switch-field input:checked+label#tax-rate
{
	background-color: #2dce89
}
.switch-field label
{
	background-color: hsla(0,0%,100%,.4);
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3),0 1px hsla(0,0%,100%,.1);
	color: #000;
	font-size: 14px;
	line-height: 1;
	margin-right: -1px;
	padding: 8px 16px;
	text-align: center;
	transition: all .1s ease-in-out
}
.switch-field label:hover
{
	background-color: #7d3944;
	color: #fff;
	cursor: pointer
}
.switch-field label#tax-rate:hover
{
	background-color: #155d3b
}
.switch-field label:first-of-type
{
	border-radius: 4px 0 0 4px
}
.switch-field label:last-of-type
{
	border-radius: 0 4px 4px 0
}
.select2-container--default .select2-selection--single
{
	background-clip: padding-box;
	background-color: #fff;
	border: 0;
	border-radius: .375rem;
	box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
	color: #8898aa;
	display: block;
	font-size: .875rem;
	height: calc(2.75rem + 2px);
	line-height: 1.5;
	padding: .625rem .75rem;
	transition: box-shadow .15s ease;
	width: 100%
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	top: 10px
}
.select2-container--default .select2-results__option--selectable
{
	padding: .625rem .75rem
}
.select2-container--default .select2-results__option--selected
{
	color: #000
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
	background-color: #0a7cad
}
.select2-dropdown
{
	background-clip: padding-box;
	background-color: #fff;
	border: 0;
	border-radius: .375rem;
	box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
	color: #8898aa;
	font-size: .875rem;
	line-height: 1.5;
	padding: .625rem .75rem;
	transition: box-shadow .15s ease
}
.btn-primary,.btn-primary:hover,.btn-primary:not(:disabled)
:not(.disabled).active,.btn-primary:not(:disabled)
:not(.disabled):active,.show>.btn-primary.dropdown-toggle
{
	background-color: #0a7cad;
	border-color: #0a7cad
}
.btn-outline-primary,.btn-outline-primary:hover,.btn-outline-primary:not(:disabled)
:not(.disabled).active,.btn-outline-primary:not(:disabled)
:not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle
{
	background-color: #fff;
	border-color: #0a7cad;
	color: #0a7cad
}
::-webkit-scrollbar
{
	width: 5px
}
::-webkit-scrollbar-track
{
	background: #f1f1f1
}
::-webkit-scrollbar-thumb
{
	background: #888
}
::-webkit-scrollbar-thumb:hover
{
	background: #555
}
.bg-primary
{
	background: #189ad8!important
}

.main-brand-color {
  color:#E40D2C;
}

.secondary-brand-color {
  color: #000;
}

/* IMMAGINE HEADER */
/* 2023-10-10 SOSTITUITO COLORE ROSSO MAGENTO e40d2c CON BLU CIANO 0a7cad */
.bg-gradient-primary {
  background: linear-gradient(87deg, #0a7cad, #4ab3f9) !important;
  position: relative;
  opacity: 0.99;
}

.bg-gradient-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/img/theme/hero-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  opacity: 1;
  z-index: -1!important; /* Assicurati che sia dietro il contenuto */
}

/* Per schermi di larghezza maggiore di 768px e minore di 992px */
@media (min-width: 768px) and (max-width: 991px) {
  .bg-gradient-primary::before {
    background-size: cover;  /* Adatta l'immagine mantenendo le proporzioni */
    background-position: center center;  /* Posizione iniziale */
  }
}

/* Per schermi di larghezza maggiore di 992px */
/*
@media (min-width: 992px) {
  .bg-gradient-primary::before {
    background-size: 100% calc(100% + 20 * 3%);
    background-position: center 70%;
  }
}
  */


/* Per schermi di larghezza minore di 768px */
@media (max-width: 767px) {
  .bg-gradient-primary::before {
    background-size: 100% auto;  /* Adatta la larghezza, altezza automatica */
    background-position: center center;  /* Posizione iniziale */
  }
}

/* END: IMMAGINE HEADER */



/* SHIPMENTS BORDER*/
    <style>
        .border-thin {
            border-color: #2492db!important;
            border-top-style: solid!important;
            border-top-width: thin!important;
        }
 
        .border-medium {
            border-color: #2492db!important;
            border-top-style: solid!important;
            border-top-width: medium!important;
        }
 
        .border-thick {
            border-color: #2492db!important;
            border-top-style: solid!important;
            border-top-width: thick!important;
        }
 
        .border-length {
            border-color: #2492db!important;
            border-top-style: solid!important;
            border-top-width: 20px!important;
        }
 
        .border-initial {
            border-color: #2492db!important;
            border-top-style: solid!important;
            border-top-width: initial!important;
        }
    </style>
/* END: SHIPMENTS BORDER*/




.bg-image-primary
{
	background-image: url(/assets/img/theme/audes-building.jpg);
	background-position: 50%;
	background-size: cover
}






.bg-image-primary .bg-gradient-primary,.bg-image-primary .bg-primary
{
	opacity: .9
}
.text-primary
{
	color: #0a7cad!important
}
.page-item.active .page-link
{
	background-color: #0a7cad;
	border-color: #0a7cad
}
.copyright a,.copyright a:hover
{
	color: #0a7cad
}
.social-icon
{
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 0;
	padding-right: 0
}
.social-icon span
{
	color: transparent;
	display: block;
	text-indent: -99999px
}
.social-icon img
{
	width: 20px
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before
{
	border-left-color: #0a7cad
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active.collapsed:before
{
	border-left-color: transparent
}
.user-auth .navbar-search .form-control
{
	background-color: transparent;
	border: 0;
	transition: all .15s cubic-bezier(.68,-.55,.265,1.55);
	width: 250px
}
.user-auth .navbar-search .close
{
	display: none
}
.user-auth .navbar-search-light .input-group
{
	background-color: hsla(0,0%,100%,.9);
	border-color: rgba(0,0,0,.6);
	border-width: 0
}
.user-auth .navbar-top.border-bottom.navbar-dark
{
	border-bottom-width: 0!important
}
.user-auth .main-content .navbar-top
{
	left: unset;
	position: unset;
	top: unset;
	width: auto;
	z-index: auto
}
.user-auth .dropdown-item.active,.user-auth .dropdown-item:active,.user-auth .dropdown-item:focus,.user-auth .dropdown-item:hover
{
	background-color: #0a7cad;
	color: #fff
}
.table-list .list tr:nth-child(2n)
{
	background-color: #e1e1e1
}
.table-list .list .table-list .list tr:nth-child(odd)
{
	background-color: #b8d8f9
}
.table-list .list .table-list .list tr:nth-child(2n)
{
	background-color: #c5d7e9
}


/*SHIPMENTS PRINT ICONS*/
.circular-input {
	position: absolute !important;
	top: -20px !important;
    right: 10px !important;
    margin-right: 200px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 !important;
}
.print-icon {
    position: absolute !important;
    top: -20px !important;
    right: 10px !important;
    margin-right: 150px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #124a70 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    font-size: 16px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
    border: 2px solid #42d935 !important; /* Sfondo ciano scuro */
}

.order-icon {
    position: absolute !important;
    top: -20px !important;
    right: 10px !important;
    margin-right: 100px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #124a70 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    font-size: 16px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
    border: 2px solid #df3c2f !important; /* Sfondo ciano scuro */
}

.up-icon {
    position: absolute !important;
    top: -20px !important;
    right: 10px !important;
    margin-right: 50px !important; /*LA PRIMA ICONA A DESTRA VA A 0*/
    width: 40px !important;
    height: 40px !important;
    background-color: #124a70 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    font-size: 16px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
    border: 2px solid #d53987 !important; /* Sfondo ciano scuro */
}
.down-icon {
    position: absolute !important;
    top: -20px !important;
    right: 10px !important;
    margin-right: 0px !important; /*LA PRIMA ICONA A DESTRA VA A 0*/
    width: 40px !important;
    height: 40px !important;
    background-color: #124a70 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    font-size: 16px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
    border: 2px solid #55acb9 !important; /* Sfondo ciano scuro */
}

/*END: SHIPMENTS PRINT ICONS*/

.input-group {
  display: flex;
}

.input-group-append {
  display: flex;
}

.input-group-append button {
  border-left: none;
}

.form-control[disabled] {
  background-color: #f0f0f0;
  cursor: not-allowed;
}