:root {
    --primary-color: #202124;
  }

.albero {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sidebar-dark {
    background-color: #42772f;
    --active-border-offset-right: 1px;
}

.sidebar-dark .nav-item-caption {
    color: #ffffff !important;
}

.sidebar-dark .nav > .nav-item > .nav-link {
    color: #fff !important;
    font-weight: 600 !important;
}

.sidebar-dark .nav > .nav-item > .nav-link > .nav-icon {
    color: #fff !important;
}

.sidebar-dark .nav > .nav-item.active > .nav-link {
    color: #fff;
    background-color: rgba(151, 186, 247, 0.09)!important;
}

.sidebar-dark .nav.has-active-border .nav-item.active > .nav-link::before {
    content: "";
    border-color: rgb(255 255 255) !important;
}

.sidebar-section-item.pt-2.fadeable-left.fadeable-top {
    border-bottom: 2px solid #c6c6c6;
}

.brc-primary-m2, .brc-h-primary-m2:hover {
    border-color: #c6c6c6 !important;
}

.navbar-sm {
    height: 5rem !important;
}

.text-white{

    color: #fff;
}

.button-site{
    background-color: #70b42d !important;
    border: 2px solid #70b42d !important;
    color:#202124 !important;
}

.button-site-neg{
    background-color: #70b42d !important;
    border: 2px solid #70b42d!important;
    color:var(--primary-color) !important;
}

.button-site:hover{
    background-color: #fff !important;
    border: 2px solid #70b42d!important;
    color:#202124 !important;
}

.button-logout{
    background-color: #202124 !important;
    border: 2px solid #202124 !important;
    color:#fff !important;
}

.status-ordine {
    margin-top: 10px;
    margin-bottom: 20px;
}

.button-burger{
    color:#42772f !important;
}

.background-site{
    background-color: var(--primary-color) !important;
}

.color-site{
    background-color: var(--primary-color) !important;
}

.text-2{
    color:#fff;
}

.size-text{
    font-size: 17px !important;
}

.label-filter {
    font-size: 14px;
    font-weight: 600;
}

td {
    padding: 0.75rem !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

th {
    color:var(--primary-color) !important;
    font-size: 14px;
    text-align: center;
}


.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:	#FF0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color:	#00FF00;
}

input:focus + .slider {
    box-shadow: 0 0 1px	#00FF00;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch{
    margin-bottom: 0px !important;
}

.sezione1 {
    padding-bottom: 15px;
}

.card-toolbar a {
    color: #fff !important;
}

.card-toolbar a:hover {
    color: #fff !important;
}

.page-item.active .page-link {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.page-link {
    color: var(--primary-color) !important;
}

.fixed-table-toolbar {
    padding: 0px;
}

.order {
    float: right;
    margin-top: 5px;
}

.order:hover {
    cursor: pointer;
}

.position{
    padding: 0rem 0.25rem;
    font-size: 0.6rem;
}

.order-down{
    margin-top: 0px;
    margin-bottom: 5px;
}

.albero {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*DATE MODAL*/
.dp {
    border-top: 0.25rem solid var(--primary-color) !important;
}

.dp-selected:hover, .dp-selected:focus, .dp-selected, .dp-current:focus, .dp-current, .dp-day:focus, .dp-month:focus, .dp-year:focus {
    background: var(--primary-color) !important;
}

.dp-close:hover, .dp-close:focus, .dp-clear:hover, .dp-clear:focus, .dp-today:hover, .dp-today:focus {
    background: var(--primary-color) !important;
}

.dp-next:hover, .dp-next:focus, .dp-prev:hover, .dp-prev:focus {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
/*FINE DATE MODAL*/

.dx-detcart{
    float: right;
}

.sx-detcart{
    float: left;
    padding-left: 0px !important;
}

.val-dx{
    float:right;
}

.label-dx{
    float:right;
}

span.val-dx {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    font-weight: 600;
    
}

span.label-dx {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    font-weight: 600;
}


a.return{
    padding: 8px;
    float: left;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

a.return:hover{
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.form-control[disabled] {
    color: #000;
    background-color: #fff;
}

.btn-a-yellow:not(:disabled):not(.disabled):active, .btn-a-yellow:not(:disabled):not(.disabled).active, .show > .btn.btn-a-yellow.dropdown-toggle {
    color: #ffffff;
    background-color: var(--primary-color);
}

.btn-a-green:not(:disabled):not(.disabled):active, .btn-a-green:not(:disabled):not(.disabled).active, .show > .btn.btn-a-green.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color);
}

.btn-h-light-green[class*="btn-light-"]:hover {
    background-color: #91162e45;
}

.btn-h-yellow:hover {
    background-color: #91162e45;
}

.page-content {
    padding: 0;
}

.torna {
    margin: 5px;
}

.container {
    max-width: 1550px;
}

@media (min-width: 1200px)
{
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width:  calc(100% - 1rem);
}
}


.nonvisibile{
    display:none;
}

.visibile
{
    display:flex;
}

div#detOrder .float-right.pagination {
    display: block !important;
}

.float-left.pagination-detail {
    display: none;
}

div#detcarrello .float-right.pagination {
    display: block !important;
}

div#detordine .float-right.pagination {
    display: block !important;
}


.colore-sito{
    color: var(--primary-color);
    background-color: transparent;
    border: none;
}


.powered {
    background: #ecf4fcd1;
    padding: 10px;
    font-weight: 600;
}

.colore-giallo{
    color: #70b42d;
}

.button-login{
    background-color: #fff !important;
    border: 2px solid #70b42d !important;
    color:#333 !important;
}

.button-login:hover{
    background-color: #70b42d!important;
    border: 2px solid #70b42d !important;
    color:#333 !important;
}

.brc-blue-m2, .brc-h-blue-m2:hover {
    border-color: #333333cc !important;
}
.text-blue {
    color: #333 !important;
}

.form-control:focus {
    box-shadow: 0 0 0 2px rgb(217 191 167 / 20%) !important;
    border-color: #212529 !important;
}

.navbar-sm {
    height: 7rem !important;
}

.nascondi{

    display: none;
}

.mostra{
    display: flex;
}

i.upload-icon.fas.fa-cloud-upload-alt.text-blue-m1.fa-3x.mt-4 {
    color: #70b42d !important;
}

.myclass td {
    white-space: nowrap;
    min-width: 120px;
    /*max-width: 400px;*/
}

div.custom-class {
    min-width: 120px !important;
    max-width: 200px;
    white-space: normal;
}

.bg-richiamo {
    background-color: #70b42d4d !important;
}

.title-p{
    font-size: 21px;
    /* color: #000000; */
    font-weight: 700;
    border-bottom: 1px solid #70b42d;
} 

@media (max-width: 600px){
	.title-p{
    font-size: 16px;
	} 

    .m-mobile{
            margin-top: 20px;
            margin-left: 1px;
    }

}

.alert {
    margin-bottom: 0rem !important;
}


button.btn-sm.button-site:disabled {
    background-color: #70b42d6b !important;
    border: 2px solid #70b42d6b !important;
    color: #0000006e !important;
}