body{
    zoom:0.9 !important;
}


.btn-delete-filters:hover{
    color: #AEAEAE;
    background-color: #F0F0F0;
}

.btn-detail:hover{
    color: #AEAEAE;
    background-color: #F0F0F0;
}

.btn-add-to-cart:hover{
    color:white;
}

.yellow-btn:hover{
    color: #FF8300;
    background-color: #F0F0F0;
}

.gray-btn:hover{
    color: #656565;
    background-color: #F0F0F0;
}

.btn-circle:hover{
    background-color: #F0F0F0;
}

.color-btn-orange:hover {
    color:white;
}

.color-btn-purple:hover {
    color: white;
}


.padding-btn-a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert h2 {
    font-weight: 600 !important;
}

.background-promo-header {
    background-image: url("../images/sfondo_banner_promo.png");
    background-repeat: no-repeat;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-20 {
    font-size: 20px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-color-orange {
    background-color: #FF8300;
}

.circle {
    border-radius: 50%;
}

.padding-left-right-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.border-white {
    border: solid white 2px;
}

.nav > li > a:hover {
    background-color: transparent !important;
}

.loginscreen.middle-box {
    width: 500px !important;
}

.middle-box {
    max-width: 500px;
    z-index: 100;
    margin: 0 auto;
}

.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px;
    background-color: #ffffff;
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.min-width-780 {
    min-width: 780px;
}

.min-width-400 {
    min-width: 400px;
}

.min-width-700 {
    min-width: 700px;
}

.min-width-600 {
    min-width: 600px;
}


.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.md-skin.fixed-sidebar.mini-navbar .navbar-static-side{
    width: 220px !important;
}



.menu-item {

    margin-left: 10px;

}



.user-status-new {

    background-color: var(--yellow-dark);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}


.user-status-active {

    background-color: var(--green);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}



.user-status-delete {

    background-color: var(--red);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}




.order-status-verify {

    background-color: var(--light-grey);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}




.order-status-approved {

    background-color: var(--grey);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}



.order-status-preparing {

    background-color: var(--yellow-dark);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}





.order-status-shipped {

    background-color: var(--project-base-color);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}





.order-status-invoiced {

    background-color: var(--green);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}




.order-status-canceled {

    background-color: var(--red);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}



.carrier-status-active {

    background-color: var(--green);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}



.carrier-status-delete {

    background-color: var(--red);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;

}






body.fixed-sidebar.mini-navbar.navbar-static-side{
    width: 220px !important;
}

@media (max-width: 768px) {

}

@media (min-width: 488px) {

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-left {
        display: none;
    }

    .align-right-xs {
        float: right;
    }

    .align-left-xs {
        float: left;
    }

    .hide-xs {
        display: none !important;
    }

    .show-xs {
        display: block !important;
    }
}

@media (min-width: 769px) {

    .navbar-left {
        display: inline;
        float: left !important;
    }

    .align-right-sm {
        float: right;
    }

    .align-left-sm {
        float: left;
    }

    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: block !important;
    }

    #page-wrapper {
        margin-left: 80px !important;
        min-height: 100vh !important;
    }

}
@media (min-width: 992px) {

    .align-right-md {
        float: right;
    }

    .align-left-md {
        float: left;
    }

    .hide-md {
        display: none !important;
    }

    .show-md {
        display: block !important;
    }

}
@media (min-width: 1200px) {

    .align-right-lg {
        float: right;
    }

    .align-left-lg {
        float: left;
    }

    .hide-lg {
        display: none !important;
    }

    .show-lg {
        display: block !important;
    }
}

@media (min-width: 1500px) {

    .align-right-lg {
        float: right;
    }

    .align-left-lg {
        float: left;
    }

    .hide-lg {
        display: none !important;
    }

    .show-lg {
        display: block !important;
    }
}

@media (max-height: 700px) {

    .overflox-y-700 {
        overflow-y: scroll;
    }
}


@media (min-width: 768px) {
    .modal-dialog-big {
        width: 550px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-dialog-big {
        width: 800px;
        margin: 30px auto;
    }
}

@media (min-width: 1300px) {
    .modal-dialog-big {
        width: 1000px;
        margin: 30px auto;
    }
}


@media (min-width: 1600px) {
    .modal-dialog-big {
        width: 1300px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 1400px){
    #page-wrapper{
        margin-left: 180px !important;
    }
}
/*
.md-skin.fixed-sidebar.mini-navbar #page-wrapper{
    margin: unset !important;
}

body.fixed-sidebar.mini-navbar #page-wrapper{
    margin: unset !important;
}

body.mini-navbar #page-wrapper{
    margin: unset !important;
}*/
