/* Minimizzazione non riuscita. Verrà restituito il contenuto non minimizzato.
(1385,1): run-time error CSS1019: Unexpected token, found '}'
(1403,1): run-time error CSS1019: Unexpected token, found ','
 */
.agent-container:empty {
    background-image: url('../../../images/loader_32.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 100%;
}


#agent_list tbody tr{
    cursor: pointer;
}

    #agent_list tbody tr:hover {
        text-decoration:underline;
    }

    
@font-face {
    font-family: 'ApercuPro';
    src: url('../../../fonts/ApercuPro-Regular.otf');
}

@font-face {
    font-family: 'ApercuPro Bold';
    src: url('../../../fonts/ApercuPro-Bold.otf');
}

#closedorders tr.odd {
    background-color: #d0d0d0;
}

.go-to-home {
    background: transparent;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

#closedorders th {
    text-transform: uppercase;
}

body {
    font-family: "ApercuPro",sans-serif;
    overflow: hidden;
}

.closed-order-action {
    width: 122px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

    .closed-order-action button {
        float: left;
        background-color: transparent;
        border: none;
    }

.table-assortimenti {
    margin-bottom: 25px;
}

    .table-assortimenti thead tr th:first-child {
        width: 150px;
    }


    .table-assortimenti tbody td {
        width: 100px;
    }

    .table-assortimenti th, .table-assortimenti td {
        padding: 5px;
    }

/*** LOGIN ****/
.login-form {
    background: #fff;
    height: calc(100vh - 65px);
}

.login-form-field {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    padding: 15px 30px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #888;
    background: #fff;
    width: 280px;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
}

.login-form input[type="submit"] {
    display: block;
    line-height: 30px;
    height: 50px;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-family: 'ApercuPro';
}

    .login-form input[type="submit"]:hover {
        background: #333;
    }

    .login-form input[type="submit"] a {
        text-decoration: none;
        color: #fff;
    }



.login-form .login-title {
    color: #333;
    font-size: 24px;
    font-family: 'ApercuPro';
}

.login-form-field .form-group {
    margin-bottom: 15px;
}

/*** END LOGIN ***/

/*** SELECT BRAND ****/

/****END SELECT BRAND****/
#tab-catalogue {
    font-size: 12px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}

#list_2.grid-type {
    margin-left: 15px;
    margin-right: 15px;
}

#list_2.list-type {
    margin: 0 auto;
    width: 80%;
}

#list_2 .grid_element {
    padding-top: 20px;
}

    #list_2 .grid_element .grid-image-wrapper > a {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

.grid-image-wrapper {
    height: 250px;
    position: relative;
}

.list-image-container a img {
    max-width: 100%;
    max-height: 250px;
}

.details .title {
    color: #000;
    font-family: 'ApercuPro';
}

.details {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 74px;
}

.text-item-description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 200px;
    word-break: break-all;
    display: inline-block;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
}

.product-page-container .product-left {
    /*
        display: inline-block;
        width: 49%;
    */
    vertical-align: top;
    padding-left: 50px;
}

.product-page-container .product-slide-right {
    /*
        display: inline-block;
        width: 49%;
        */
    vertical-align: top;
    text-align: center;
    height: calc(100vh - 300px);
    overflow-y: auto;
}

    .product-page-container .product-slide-right img {
        max-width: 100%;
        max-height: calc(100vh - 300px);
    }

.product-header {
    margin-bottom: 20px;
}

.product-title {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.5;
    color: #333;
    position: relative;
    font-weight: 600;
}

.product-code {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.5;
    color: #473130;
}

.products-tabs {
    font-family: "ApercuPro";
    font-size: 14px;
    color: #f39f0a;
    text-transform: uppercase;
}

    .products-tabs.nav-tabs {
        border-bottom: none;
    }

.tab-content > .tab-panel {
    position: relative;
}

.backToGridContainer {
    position: absolute;
    right: 65px;
    z-index: 10;
}

.backToGrid {
    color: #666;
    font-size: 12px;
    text-decoration: underline
}

.colors-container {
    margin-top: 11px;
}

.product-slide-right #image_model {
    margin-top: 50px;
}

.products-tabs.nav-tabs > li {
    width: 20%;
    height: 80px;
}

    .products-tabs.nav-tabs > li > a,
    .products-tabs.nav-tabs > li.active > a {
        border-radius: 0;
        border: none;
        text-align: center;
        height: 80px;
        line-height: 62px;
        font-weight: 600;
    }

        .products-tabs.nav-tabs > li.active > a span {
            border-bottom: 2px solid #aaa;
        }

    /*.products-tabs.nav-tabs > li:not(.active) > a {
                color: #aaa;
            }*/

    .products-tabs.nav-tabs > li.disabled > a {
        color: #aaa;
    }

    .products-tabs.nav-tabs > li > a:hover {
        background: #fff;
    }


.tab-content > .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
}

.color-container {
    min-width: 250px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 15px;
}

    .color-container > img {
        width: 250px;
    }

img.img-responsive.is-reorders {
    max-width: 300px;
}

.product-video-container {
    text-align: center;
}

    .product-video-container video::-webkit-media-controls-fullscreen-button {
        display: none !important;
    }

    .product-video-container video {
        height: calc(100vh - 260px);
    }

.product-audio-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


/****LANDING PAGE****/
.home-collection-image-container-banner {
    padding-left: 15px;
    padding-right: 15px;
}

    .home-collection-image-container-banner .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

        .home-collection-image-container-banner .col-sm-12 img {
            width: 100%;
        }

.home-collection-image-container-merchandising {
    padding: 20px 15px;
}

    .home-collection-image-container-merchandising .channel-block img {
        width: 100%;
    }

.home-collection-image-container-banner video {
    width: 100%;
}

.home-collection-image-container-merchandising a,
.home-collection-image-container-merchandising a img {
    width: 100%;
}

.home-collection-image-container {
    padding: 20px 15px;
}

    .home-collection-image-container .col-sm-3,
    .home-collection-image-container .col-sm-4,
    .home-collection-image-container .col-sm-6 {
        text-align: center;
    }

    .home-collection-image-container .col-sm-4 {
        margin-bottom: 120px;
    }

        .home-collection-image-container .col-sm-3 img,
        .home-collection-image-container .col-sm-4 img {
            width: 100%;
        }



    .home-collection-image-container .gender-block {
        cursor: pointer;
    }

    .home-collection-image-container .new-block,
    .home-collection-image-container .must-have,
    .home-collection-image-container .collection-block {
        cursor: pointer;
    }

#home-carousel {
    margin-left: 15px;
    margin-right: 15px;
}

    #home-carousel a.carousel-control {
        background: transparent;
    }

.carousel-inner img {
    width: 100%;
}

.segmenti-title {
    color: #777;
    font-size: 46px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.title-nested .segmenti-title {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.segmenti-block {
    color: #777;
    font-size: 28px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 4px solid #777;
    height: 300px;
    line-height: 300px;
    cursor: pointer;
}

.pdf-block {
    display: inline-flex;
}

.pdf-container-block {
    flex-wrap: wrap;
    display: flex;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
}

/*****END LANDING PAGE******/
body > .navbar {
    background: #000;
    border-bottom: 0;
}

.product-details .pGriglia1 {
    /*max-width: 960px;*/
    margin-left: auto;
    margin-right: auto;
}

body table[data-target='avtab'] div[data-target='taglie'],
body table[data-target='avtab'] div[data-target='sconti'],
body table[data-target='avtab'] div[data-target='delivery'] {
    overflow-x: auto;
}

table[data-target='avtab'] .col-notaglie {
    width: 30px;
}

table[data-target='avtab'] .div-colore {
    width: 130px;
}

    table[data-target='avtab'] .div-colore > img {
        max-width: 130px;
    }

table[data-target='avtab'] .div-taglie {
}

table[data-target='avtab'] .div-notaglie {
    width: 30px;
    margin: 0 auto;
}

table[data-target='avtab'] div-sconti {
    width: 150px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

table[data-target='avtab'] .div-prezzo {
    width: 80px;
}

table[data-target='avtab'] .div-tot {
    width: 80px;
}

table[data-target='avtab'] .div-sel {
    width: 30px;
}

table[data-target='avtab'] .div-delivery {
    width: 120px;
}

    table[data-target='avtab'] .div-delivery li,
    table[data-target='avtab'] .div-delivery li select {
        width: 100%;
    }

/****TOOLSHEADERS***/
#toolsHeaders {
    background: #a7b8c4;
}

    #toolsHeaders .info-text,
    #toolsHeaders .totals {
        display: inline-block;
    }

    #toolsHeaders .totals {
        padding-left: 20px;
    }

    #toolsHeaders .ordineInfo-inline {
        display: inline-block;
        padding-left: 20px;
    }

    #toolsHeaders #search_panel {
        padding-right: 20px;
        padding-top: 9px;
    }

/****END TOOLSHEADERS***/

/****  TARGET  ****/

select[name="statusSelect"] {
    width: 100% !important;
}

#targetNavigationContainerDiv {
    display: flex;
}

    #targetNavigationContainerDiv > div {
        width: 50%;
        padding-bottom: 10px;
    }

body.target-body .alert.alert-danger {
    margin-left: 15px;
    margin-right: 15px;
}

body.target-body #display_orderPanel {
    display: none;
}

.modal {
    z-index: 2000;
}

.target-body .dataTables_wrapper .dt-buttons > button.btn[type="button"] {
    padding: 7px 10px;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 0px;
    border-radius: 4px;
    float: none;
    height: 32px;
    line-height: 17px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.target-body div.dataTables_wrapper div.dataTables_filter label {
    margin-left: 15px;
}

    .target-body div.dataTables_wrapper div.dataTables_filter label select {
        margin-left: 5px;
    }

#AppointmentTable_filter [name="filterContainer"] label:first-of-type,
#TargetManageTable_filter > label:first-of-type {
    text-transform: uppercase;
}

.target-body .modal button {
    width: 150px;
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.target-body .bootstrap-dialog-footer-buttons {
    display: block;
}

.target-body .modal button {
    padding: 7px 10px;
    vertical-align: middle;
}

.target-body .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
}

.target-body #chatroom-button {
    z-index: 10;
}

.target-body .bootstrap-datetimepicker-widget .datepicker,
.target-body .bootstrap-datetimepicker-widget .timepicker {
    width: 100%;
}

.bootstrap-datetimepicker-widget > li.picker-switch.accordion-toggle {
    text-align: center;
}

    .bootstrap-datetimepicker-widget > li.picker-switch.accordion-toggle table.table-condensed {
        width: 100%;
    }

.bootstrap-datetimepicker-widget,
table.dataTable tbody tr.selected .bootstrap-datetimepicker-widget a {
    color: #000;
}

    .bootstrap-datetimepicker-widget .timepicker .timepicker-picker {
        text-align: center;
    }

        .bootstrap-datetimepicker-widget .timepicker .timepicker-picker > .table-condensed {
            width: 100%;
        }

        .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td {
            text-align: center;
        }


.target-page-title {
    line-height: 38px;
    font-weight: bold;
    font-size: 24px;
}

.target-body #body-block {
    /*height: auto;*/
    height: 100%;
}

.TargetDetailsPage {
    height: 100%;
}

#TargetSummaryTable_wrapper {
    height: 100%;
}

.TargetWidgetWrapper {
    height: calc(100vh - 135px);
    position: relative;
}

#TargetSummaryInternalContainer {
    height: calc(100% - 55px);
    position: relative;
}

.TargetDetailsPage .select-status-container [name="statusSelect"] {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}


.TargetDetailsPage .customer-field {
    display: block;
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

.TargetDetailsPage .city-field {
    display: block;
    width: 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

#AppointmentInternalContainer {
    height: calc(100% - 55px);
    position: relative;
}

.green-column {
    background-color: #26f126;
}

/**** END TARGET *****/

#chatroom-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 100%;
    border: 5px solid #fff;
    background-color: rgba(70,107,174,1);
    border-color: rgba(70,107,174,1);
}

    #chatroom-button span {
        color: #fff;
    }

.typeahead {
    background-color: #fff;
}

.typeahead, .tt-query, .tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.bootstrap-tagsinput {
    width: 100%;
}

.room-active {
    margin: 0 auto;
    border-radius: 100%;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes play {

    0% {
        transform: scale(1);
    }

    15% {
        box-shadow: 0 0 0 5px rgba(70,107,174, 0.4);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(70,107,174, 0.4), 0 0 0 20px rgba(70,107,174, 0.2);
    }

    25% {
        box-shadow: 0 0 0 15px rgba(70,107,174, 0.4), 0 0 0 30px rgba(70,107,174, 0.2);
    }
}

#body-block {
    width: 100%;
    margin-top: 105px;
    overflow-y: auto;
    height: calc(100% - 104px);
    position: relative;
    padding: 30px 0;
}

    #body-block > section.container {
        margin-bottom: 30px;
    }

.modal.bootstrap-dialog {
    z-index: 3000 !important;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #ddd;
    border-color: #bbb;
}

    .bootstrap-dialog.type-primary .modal-header .bootstrap-dialog-title {
        color: #333333;
    }

body .navbar > .container .navbar-brand {
    padding: 0;
}

    body .navbar > .container .navbar-brand img {
        height: 50px;
    }

.rendering-btn-container {
    display: inline-block;
}

.technical-sheet-btn-container {
    display: inline-block;
}

.product-left > .product-title {
    display: inline-block;
}

.container-segmenti {
    position: absolute;
    top: 0px;
    right: 100px;
}

.segmenti {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
}

/* dialog con report embed */

.embed-dashboard-dialog .modal-dialog {
    width: 80%;
    height: calc(100% - 60px);
}

.embed-dashboard-dialog .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.embed-dashboard-dialog .modal-body {
    flex: 1;
}

.bootstrap-dialog-body,
.bootstrap-dialog-message,
#dashboardContainer {
    height: 100%;
}

.container-segmenti ul.multiselect-container li.disabled.active a {
    background-color: #FFF;
}

    .container-segmenti ul.multiselect-container li.disabled.active a label {
        cursor: default;
    }

.header_discount_container,
.row_discount_container {
    display: flex;
    flex-direction: row;
}

    .header_discount_container > div,
    .row_discount_container > div {
        flex: 1;
        position: relative;
    }

        .header_discount_container > div input,
        .row_discount_container > div input {
            text-align: right;
        }

.cell-loader {
    margin-top: 5px;
    position: absolute;
    left: 10px;
    top: 0;
}

#detTabContainer {
    position: relative;
}

.with-overlay {
    opacity: 0.3;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.header_discount_container span.plus,
.row_discount_container span.plus {
    line-height: 34px;
}

#notesOrderModal form div.form-group {
    width: 100%;
}

#notesOrderModal form textarea.testo-nota {
    width: 100%;
    resize: none;
    height: 300px;
}

#order_creating_options button[name='notes_order_collapse'] {
    width: 100%;
    color: #333333;
    background-color: #a7b8c4;
    border-color: #ddd;
}

#order_creating_options textarea[name='notes_order'] {
    margin-top: 5px;
    resize: none;
    height: 200px;
}

div.orderDetails.container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 1200px;
}

.orderDetailsTools .checkbox {
    background-color: #000;
    color: #FFF;
    padding: 8px 10px;
    border-radius: 3px;
    border-color: #ccc;
    border: 1px solid transparent;
}

    .orderDetailsTools .checkbox input {
        margin-top: 0;
        margin-right: 10px;
    }

    .orderDetailsTools .checkbox label {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: initial;
    }

.GrigliaContainerLista {
    padding: 20px 0;
}

.back-to {
    text-align: right;
    margin-bottom: 20px;
    padding-right: 5%;
}

    .back-to a {
        text-decoration: underline;
        color: #000;
        font-size: 13px !important;
    }

.filter-bar-container {
    position: relative;
}

.no-events {
    pointer-events: none;
}

.new-customer-container {
    text-align: center;
}

    .new-customer-container form {
        text-align: left;
    }

.tab-content {
    padding: 20px 0;
}

.new-customer-container span.multiselect-native-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

    .new-customer-container span.multiselect-native-select > .btn-group {
        margin-top: -6px;
        width: 100%;
    }

.new-customer-container button.btn-multiselect {
    color: #755b5a;
    font-weight: normal;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    text-align: left;
    position: relative;
}

    .new-customer-container button.btn-multiselect:hover,
    .new-customer-container button.btn-multiselect:focus {
        text-decoration: none;
    }

.new-customer-container span.multiselect-native-select > .btn-group ul.dropdown-menu {
    width: initial;
    left: -14px;
}

.new-customer-container button.btn-multiselect .caret {
    position: absolute;
    top: 15px;
    right: 0;
}

.new-customer-container button.btn-default.multiselect-clear-filter {
    border-radius: 0px 4px 4px 0px;
    height: 34px;
}

.new-customer-container .btn-default {
    padding: 7px;
}

.new-customer-container label.error {
    color: #9b2222;
}

.new-customer-container span.multiselect-native-select label.error {
    position: absolute;
    z-index: 10;
    background: rgb(255, 255, 255);
}

.button-loader {
    width: 16px;
    margin-left: 5px;
}

.new-label,
.must-have-label {
    font-weight: bold;
}

.grid_element img.img-responsive {
    max-height: 250px;
}

.size-description {
    height: 30px;
    word-break: break-word;
}

/***** BRAND PAGE *****/
.brand-block-container {
    margin-left: auto;
    margin-right: auto;
    width: 838px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.brand-block {
    display: inline-block;
    width: 270px;
    height: 200px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 3px;
    margin-right: 3px;
}

@media only screen and (max-width: 960px) {

    .brand-block-container {
        width: 433px;
    }

    .brand-block {
        width: 135px;
        height: 100px;
    }

        .brand-block img {
            width: 100%;
            height: 100%;
        }
}


/***** END BRAND PAGE *****/

@media only screen and (max-width: 1440px) {

    #toolsHeaders .totals {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    #toolsHeaders .ordineInfo-specs {
        width: 600px;
    }
}

/*.bootstrap-dialog-footer-buttons {
    display: flex;
    flex-direction: column;
}

.modal-footer .bootstrap-dialog-footer-buttons > .btn + .btn {
    margin-left: 0;
}*/

@media (max-width: 1440px) {

    .color-container {
        min-width: 150px;
    }

        .color-container > img {
            width: 150px;
        }
}

button.btn-icon[name="stampa"] > i {
    width: 20px;
}

button.btn-icon[name="excel"] > img {
    width: 20px;
}

button.btn-icon[name="eliminaOrdine"] > i,
button.btn-icon[name="mail"] > i {
    width: 20px;
    vertical-align: inherit;
}

span.info-assortimento {
    font-size: 12px;
    cursor: pointer;
}

.table-assortimenti th {
    width: auto;
    white-space: nowrap;
    min-width: 80px;
}

    .table-assortimenti th:first-child {
        min-width: 200px;
    }

.sizes-kit-container li,
.sizes-kit-container li input {
    text-align: center;
}

.pGrigliaAss1 {
    overflow-x: auto;
    max-height: 340px;
    margin-bottom: 20px;
}

#customer_list .ask-info {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.badge-index {
    color: #fff;
    font-size: 18px;
    border-radius: 28px;
    height: 28px;
    line-height: 28px;
    border: 0;
    cursor: pointer;
    text-align: center;
}

    .badge-index.perfect-index {
        border-color: grey;
        background-color: grey;
    }

    .badge-index.good-index {
        border-color: green;
        background-color: green;
    }

    .badge-index.medium-index {
        border-color: #ebea22;
        background-color: #ebea22;
    }

    .badge-index.bad-index {
        border-color: red;
        background-color: red;
    }

    .badge-index.n-index {
        border-color: cornflowerblue;
        background-color: cornflowerblue;
    }

    .badge-index.x-index {
        border-color: aquamarine;
        background-color: aquamarine;
    }

    .badge-index.lowest-index {
        border-color: black;
        background-color: black;
    }


.rating-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.star-container {
    font-size: 24px;
}

    .star-container > span {
        color: #466bae;
    }

.rating-info-container {
    display: flex;
}

    .rating-info-container > div.rating-box {
        flex-grow: 1;
    }

    .rating-info-container .badge-index {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

.rating-box {
    text-align: center;
}

.barcode-page-row-tools {
    text-align: center;
}

    .barcode-page-row-tools #search_panel {
        position: absolute;
        z-index: 3;
    }

.searchmode-page-container {
    padding-left: 15px;
    padding-right: 15px;
}

    .searchmode-page-container #ResultSearch {
        position: absolute;
    }

.searchmode-list-container {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.searchmode-list-wrapper {
    overflow-y: auto;
    height: calc(100vh - 226px);
}

#order-compose-filters #search_panel {
    display: inline-table;
    width: 300px;
}

    #order-compose-filters #search_panel #barcodeResultSearch {
        position: absolute;
        z-index: 3;
        width: 300px;
    }

}

#import_order.col-xs-6 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#sales_list_btn.col-xs-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#donwload-salelist {
    padding-top: 8px;
    padding-bottom: 7px;
    margin-top: -1px;
}

, #order_button_continue {
    padding-top: 8px;
    padding-bottom: 9px;
    margin-top: -1px;
}

tr[data-ordercontainer] td .btn-icon {
    background-color: inherit;
}

tr[data-ordercontainer] td a.btn-link {
    padding: 1px 6px;
    margin-top: -3px;
}

    tr[data-ordercontainer] td a.btn-link img {
        width: 24px;
    }

tr[data-ordercontainer] td div.dropdown-icon {
    display: inline-block;
}

.grid1-actions {
    margin: 0 auto;
}

    .grid1-actions .function_table {
        font-size: 16px;
        cursor: pointer;
    }

        .grid1-actions .function_table:not(:last-child) {
            margin-bottom: 10px;
        }

.button-copy {
    background: none;
}

#current-orders tr[data-ordercontainer] td [name="stampa"] {
    font-size: 20px;
    padding-right: 0;
}

.color-image {
    width: 60px;
}

.product-details .img-container {
    height: calc(100vh - 220px);
}

    .product-details .img-container .product-image-wrapper {
        height: 100%;
    }

        .product-details .img-container .product-image-wrapper #productImage {
            height: 100%;
        }

            .product-details .img-container .product-image-wrapper #productImage .carousel-inner {
                height: 100%;
            }

                .product-details .img-container .product-image-wrapper #productImage .carousel-inner .item {
                    height: 100%;
                }

                    .product-details .img-container .product-image-wrapper #productImage .carousel-inner .item img {
                        max-height: 100%;
                        width: auto;
                        max-width: 70%;
                        margin-left: auto;
                        margin-right: auto;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translateX(-50%) translateY(-50%);
                    }

#productImage .carousel-control {
    background: transparent;
    color: #e0e0e0;
}

.icon-liked {
    background: #fff;
    border-radius: 40px;
    height: 44px;
    width: 44px;
    padding: 7.5px;
    cursor: pointer;
    border: 2px solid #000;
}

    .icon-liked img {
        width: 25px;
        height: 25px;
    }

.is-in-look {
    background: #fff;
    border-radius: 40px;
    height: 44px;
    width: 44px;
    padding: 7.5px;
    border: 2px solid #000;
}

    .is-in-look img {
        width: 25px;
        height: 25px;
    }

.icon-liked.is-like-blocked {
    cursor: not-allowed;
    pointer-events: none;
}

.grid-image-container .icon-liked {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
}

.grid-image-container .is-in-look {
    position: absolute;
    right: 5px;
    top: 70px;
}

.list-image-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 15px;
}

.list-image-container .is-in-look {
    position: absolute;
    top: 70px;
    right: 15px;
}

.btn-compose-filter[data-codice="wishlist"] > img {
    width: 30px;
    height: 30px;
}

.look-element-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 0px;
    cursor: pointer;
    z-index: 10;
}

.look-model-item-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    z-index: 1000;
}

.look-detail-image-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 40px;
}

.look-element-container {
    position: relative;
}

.look-hover-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .look-hover-video-container .look-hover-video {
        width: 100%;
    }

.grid_element .colors-swatches-container {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.colors-swatches-container .color-swatch-container {
    display: inline-block;
    padding-right: 6px;
}

#orderSummary tr {
    padding: 8px;
    height: 40px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#orderSummary td {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
    color: #fff;
    font-weight: bold;
}

.color-swatch-container {
    height: 50px;
}

.grid-image-container {
    height: 350px;
}



ul.ulsconti {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}


    ul.ulsconti li {
        float: left;
        margin-right: 4px;
    }

.international-sizegrid-container {
    display: none;
    float: right;
}

.total-price-not-discounted {
    text-decoration: line-through;
}

.total-price-discounted {
    font-weight: bold;
}

ul.consegne-container {
    display: flex;
    list-style: none;
    padding-left: 0;
    overflow-x: auto;
}

    ul.consegne-container li {
        margin-right: 4px;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

@media only screen and (max-width: 1700px) {
    .product-details #col__1 {
        width: 35%;
    }

    .product-details .col__2 {
        width: 65%;
    }
}

@media only screen and (max-width: 1400px) {

    .product-details #col__1 {
        width: 100%;
    }

    .product-details .col__2 {
        width: 100%;
    }
}

#order-compose-filters {
    display: inline-block;
}

#order-compose-filters button.btn-compose-filter {
    color: #755b5a;
    font-weight: bold;
}

#order-compose-filters button.btn-compose-filter.has-value {
    color: #ffbe00;
}

#order-compose-filters .btn-default {
    padding: 7px;
}

#order-compose-filters button.btn-default.multiselect-clear-filter {
    border-radius: 0px 4px 4px 0px;
    height: 34px;
}

#order-compose-filters .opt-compose-filter {
    background-image: linear-gradient(to bottom, #755b5aba 0%, #755b5a 100%);
    background-color: #ffffff;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    text-decoration: none;
}

#order-compose-filters .btn-link:hover {
    outline: none;
    text-decoration: none;
}
.custom-context-menu {
    z-index: 1000;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid black;
    padding: 2px;
}

/*html {
    height: 100%;
}

body {
    height: 100%;
}

#detTabContainer.readOnly i[data-target='savechangeblock'] {
    display: none;
}

#sales_list_btn {
    display: none;
}

#nuovaDestinazione input[type=text], #nuovaDestinazione input[type=email] {
    width: 100%
}

#StatisticContainer {
    display: none;
}

.details_res {
    display: block;
}

.labeldate {
    display: none;
}

#Note {
    background-color: #fff;
    padding: 10px;
    border: thin solid #000;
    width: 500px;
}

.datePanel b {
    font-size: 18px;
}

.datePanel.wsws {
    border-bottom: thin solid #000;
    padding-top: 5px;
    margin-bottom: 5px;
}

    .datePanel .wsws label {
        font-size: 15px;
    }

        .datePanel .wsws label input[type=radio] {
        }


.ClienteFatturante {
    display: none;
}

.ordineInCorso-currency {
    display: none
}*/

/********** ORDER DETAIL **********/

   .pGriglia1 table[data-target="avtab"] .noQta {
        display: none;
    }

/*.pGriglia1 {
    margin: 10px auto 0 auto;
}

    .pGriglia1.showAllColors table[data-target="avtab"] .noQta {
        display: table-row;
    }

    .pGriglia1 table[data-target="avtab"] tbody {
    }

    .pGriglia1 table[data-target="avtab"] .separator {
        border: none;
        max-height: 5px;
    }

        .pGriglia1 table[data-target="avtab"] .separator > td {
            max-height: 2px;
            height: 2px;
            border: 0px;
        }

 


    .pGriglia1 table[data-target="avtab"] th.col-data {
        font-size: 11px;
    }

    .pGriglia1 table[data-target="avtab"] .last td:nth-child(-n+4) {
        border: none;
    }

    .pGriglia1 table[data-target="avtab"] .col-data {
        display: none;
    }

    .pGriglia1.showDeliveryDate table[data-target="avtab"] .col-data {
        display: table-cell;
    }

.status-container.is-status-updated select {
    background-color: rgba(0, 123, 255, 0.25);
}

.reason-container.is-reason-updated select {
    background-color: rgba(0, 123, 255, 0.25);
}

.is-datetime-updated .input-group.date {
    background-color: rgba(0, 123, 255, 0.25);
}

.icon-liked {
    background: #fff;
    border-radius: 40px;
    height: 44px;
    width: 44px;
    padding: 7.5px;
    cursor: pointer;
    border: 2px solid #000;
}

    .icon-liked img {
        width: 25px;
        height: 25px;
    }

.is-in-look {
    background: #fff;
    border-radius: 40px;
    height: 44px;
    width: 44px;
    padding: 7.5px;
    border: 2px solid #000;
}

    .is-in-look img {
        width: 25px;
        height: 25px;
    }

.icon-liked.is-like-blocked {
    cursor: not-allowed;
    pointer-events:none;
}

.grid-image-container .icon-liked {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
}

.grid-image-container .is-in-look {
    position: absolute;
    right: 5px;
    top: 70px;
}

.list-image-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 15px;
}

.list-image-container .is-in-look {
    position: absolute;
    top: 70px;
    right: 15px;
}

.btn-compose-filter[data-codice="wishlist"] > img {
    width: 30px;
    height: 30px;
}

.look-element-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 0px;
    cursor: pointer;
    z-index: 10;
}

.look-model-item-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    z-index: 1000;
}

.look-detail-image-container .icon-liked {
    position: absolute;
    top: 15px;
    right: 40px;
}

.look-element-container {
    position: relative;
}

.look-hover-video-container {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.look-hover-video-container .look-hover-video {
    width: 100%;
}

#order-compose-filters > .dropdown,
#order-compose-filters > .dropdown.open {
    display: inline-block;
}

.user-wishlist {
    cursor: pointer; 
    padding-left:15px;
}

.look-model-item-container {
    position: relative;
}

.look-detail-image-container {
    position: relative;
    height: calc(100vh - 200px);
}

.look-detail-image-container > img {
    height: 100%;
}

.look-model-item-container img {
    width: 100%;
}

.grid_element .colors-swatches-container {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.colors-swatches-container .color-swatch-container {
    display: inline-block;
    padding-right: 6px;
}

.product-details  div.img-container {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    display: table;
    width: 100%;
}

    .product-details  div.img-container > div {
        display: table-cell;
        vertical-align: middle;
    }

#productImage .carousel-inner > .item > img {
    margin-left: auto;
    margin-right: auto;
}


#productImage .item video {
    margin-left: auto;
    margin-right: auto;
}

#productImage .carousel-control {
    background: transparent;
    color: #e0e0e0;
}

.product-details #pp{
    height: calc(100vh - 300px);
}

.product-details  .img-container:empty {
    background-image: url("/images/loader_120.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.product-details .product-container {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

#productImage {
    text-align: center;
}

.product-image-container {
    text-align: center;
}

.col-colore img.color-image {
    width: 80px;
    display: inline-block;
}

.col-colore .color-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.pGriglia1 table[data-target='avtab'] tbody td.col-colore {
    width: 260px;
}

#suggeritiContainer .grid_element img.img-responsive {
    margin-left:auto;
    margin-right: auto;
}

#r_Grid .grid_element > .grid-image-container > a {
    min-height: 250px;
}

body.compose-body {
    padding-top: 135px;
}

    body.compose-body #body-block {
        margin-top: 0px;
    }

.miniature-container {
    text-align: center;
}

.play-btn {
    font-size: 72px;
    color: #fff;
    top: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    left: 50%;
    cursor:pointer;
}

.close-video-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 20;
}

.look-detail-video-container {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.look-detail-video-container video  {
    height:100%;
}

.local-signature-iframe {
    border: none;
    width: 100%;
    height: 68vh;
}
.total-price-not-discounted {
    text-decoration: line-through;
}

.total-price-discounted {
    font-weight: bold;
}

.spese-trasporto-banner {
    font-weight: bold;
    color: #111; 
    text-align: center;
}

.discount-banner {
    text-align:center;
    font-weight: bold;
    animation: blinker 4s linear infinite;
    color: #111;
}

.text-item.max-exceeded {
    color: red;
}

@media (max-width: 1366px) {
    .spese-trasporto-banner {
        max-width: 250px;
    }

}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/
.customer-container:empty {
    background-image: url('../../../images/loader_32.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 100%;
}


#customer_list tbody tr {
    cursor: pointer;
    font-weight: 800;
}

    #customer_list tbody tr:hover {
        text-decoration: underline;
    }
.home-addon-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .home-addon-container ul > li {
        width: 50px;
        font-size: 18px;
        font-weight: 800;
        border-bottom: thin solid #333;
    }

        .home-addon-container ul > li > a {
            color: #777;
        }

        .home-addon-container ul > li > a:hover {
            color: #333;
        }

.home-addon-dialog .widget-container:empty {
    min-height: 150px;
    background-image: url('/images/loader_120.gif');
    background-position: center;
    background-repeat: no-repeat;
}

/**** Statistiche *** */
.home-addon-dialog.statistics .modal-dialog {
    width: 85%;
}
#orderList
{

}
@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: 700;
    src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url("https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYhKUK2vxztsQZZBkxIuj92o.woff2") format("woff2");
}

/*#region Table 2*/
.sh-date {
    margin-right: 5px;
}

table[data-target='avtab'] {
    width: 100%;
    font-size: 11px;
}

table[data-target=avtab][data-lotti=true] tbody tr.selected-lotto {
    background-color: #d5e2d6;
    font-size: 13px;
}

table[data-target=avtab][data-lotti=true] tbody input[type=text] {
    background-color: #f1f1f1;
}

table[data-target='avtab'] tr.blocco-totale {
    display: none;
}

table[data-target='avtab'] tr.blocco-parziale input {
    background-color: #EEFE56 !important;
}


table[data-target='avtab'] tbody td {
    border: thin solid #000;
    padding: 2px 4px 2px 4px;
    text-align: center;
}

    table[data-target='avtab'] tbody td:first-child {
        text-align: left;
    }

table[data-target='avtab'] input[type=text] {
    height: 30px;
    width: 30px;
}

.col-num {
    width: 44px;
}

    .col-num span:hover {
        text-decoration: underline;
    }

    .col-num span {
        cursor: pointer;
    }

table[data-target='avtab'] td.col-taglie input[type=text]:focus,
table[data-target='avtab'] td.col-sconti input[type=text]:focus {
    background-color: #ccc;
}

table[data-target='avtab'] td.col-taglie div.row_size_description {
    height: 15px;
    display: inline-block;
}

    table[data-target='avtab'] td.col-taglie div.row_size_description div.description_size {
        width: 30px;
        float: left;
        margin-right: 3px;
    }

table[data-target='avtab'] td.col-taglie div.row_disp {
    height: 15px;
    display: inline-block;
}

    table[data-target='avtab'] td.col-taglie div.row_disp div.disp_contenitor {
        width: 30px;
        height: 15px;
        float: left;
        margin-right: 3px;
    }

table[data-target='avtab'] td.col-colore {
    width: 150px;
}

table[data-target='avtab'] td.col-sconti {
    width: 140px;
}

table[data-target='avtab'] td.col-sel {
    width: 70px;
}

table[data-target='avtab'] td.col-prezzo {
    width: 130px;
}

table[data-target='avtab'] td.col-tot {
    width: 130px;
}

table[data-target='avtab'] td.col-taglie,
table[data-target='avtab'] td.col-sconti,
table[data-target='avtab'] td.col-delivery {
    padding: 5px;
}

    table[data-target='avtab'] td.col-taglie div.row_size div.row_size_contenitor {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 0 4px 0;
    }

        table[data-target='avtab'] td.col-taglie div.row_size div.row_size_contenitor div.size_contenitor {
            width: 30px;
            height: 30px;
            float: left;
            margin-right: 3px;
        }

.bg-disp-1 {
    background-color: #79b57a;
    font-weight: 800;
}

.bg-disp-2 {
    background-color: #6a8fe2;
}

.bg-disp-3 {
    background-color: #ffd800;
}

.bg-disp-4 {
    background-color: #000000;
}

.bg-disp-5 {
    background-color: #ff0000;
}

.label-disp-1 {
    color: #79b57a;
    font-weight: 800;
}

.label-disp-2 {
    color: #6a8fe2;
    font-weight: 800;
}

.label-disp-3 {
    color: #ffd800;
    font-weight: 800;
}

.label-disp-4 {
    color: #000000;
    font-weight: 800;
}

.label-disp-5 {
    color: #ff0000;
    font-weight: 800;
}

ul.ultaglie,
ul.ulsconti,
ul.uldelivery {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.uldelivery {
    width: 100% !important;
}

    ul.ultaglie li,
    ul.ulsconti li,
    ul.uldelivery li {
        float: left;
        margin-right: 4px;
    }



table[data-target='avtab'] th {
    text-align: center;
}

table[data-target='avtab'] tbody input[type=text] {
    text-align: center;
}

/*#endregion */


.OrderTable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-family: "PT Sans Narrow";
    font-size: 10px;
}

    .OrderTable input[type='text'] {
        border: thin solid #000;
        text-align: center;
        width: 30px;
        height: 25px;
    }

    .OrderTable td, .OrderTable th {
        vertical-align: middle;
        text-align: center;
        font-size: 10px;
        height: 42px;
    }

    .OrderTable th {
        height: 20px;
    }

    .OrderTable td {
        padding-top: 10px;
        border: thin solid #ccc;
    }

.outer {
    position: relative;
}

.inner {
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 50%;
    margin-left: 18%;
    min-width: 250px;
}

div.innerExchange {
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 60% !important;
    margin-left: 16% !important;
    min-width: 250px;
}

.OrderTable td.td_colore {
    padding: 0;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 109% auto;
}

.OrderTable td.reorderClass0 {
    margin-top: 15px;
}

.OrderTable th.th_colore, .OrderTable td.td_colore {
    position: absolute;
    left: 0px;
    width: 8%;
}

.OrderTable th.th_variante, .OrderTable td.td_variante {
    position: absolute;
    left: 8%;
    width: 9.5%;
}

.OrderTable th.th_gruppo, .OrderTable td.td_gruppo {
    position: absolute;
    left: 15.5%;
    width: 7.5%;
}

.OrderTable th.th_prezzo, .OrderTable td.td_prezzo {
    position: absolute;
    left: 73%;
    width: 11%;
}

.OrderTable th.th_NoTaglie, .OrderTable td.td_NoTaglie {
    position: absolute;
    left: 68%;
    width: 5%;
}

.OrderTable td.td_NoTaglie {
    padding-left: 10px;
}

.OrderTable th.th_totale, .OrderTable td.td_totale {
    position: absolute;
    left: 84%;
    width: 11.5%;
}

.OrderTable td.td_totale {
    padding: 0;
}

.OrderTable th.th_sel, .OrderTable td.td_sel {
    position: absolute;
    left: 95.5%;
    width: 4.5%;
    padding-top: 5px;
}

.OrderTable .td_Colore_1 {
    color: #ffffff;
    height: 24px;
    background-color: #123E6C;
    font-size: 10px;
    display: inline-block;
    padding: 2px;
    opacity: 0.5;
}

.OrderTable th.th_taglia, .OrderTable td.td_taglia {
    vertical-align: middle;
    padding-left: 5px;
    width: 40px;
    padding-right: 5px;
    min-width: 40px;
    border: none;
    text-align: center;
}

#carrello_tab img {
    width: 75px;
    height: 125px;
}


ul#Deliverylist {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul#Deliverylist li {
        padding: 0;
        margin: 0;
    }

td.td_gruppo {
    left: 14.5% !important;
    width: 9.5% !important;
}


@media screen and (max-width: 1030px) {
    .outer input[type=text] {
        width: 32px !important;
        height: 32px !important;
    }

    .outer input[type=checkbox] {
        width: 32px !important;
        height: 32px !important;
    }

    .OrderTable td.td_NoTaglie {
        padding-left: 4px;
        padding-top: 4px !important;
        width: auto !important;
        display: inline-block;
        white-space: nowrap;
    }

    .OrderTable th.th_prezzo, .OrderTable td.td_prezzo {
        left: 75.2% !important;
    }

    .OrderTable th.th_totale, .OrderTable td.td_totale {
        position: absolute;
        left: 86%;
        width: 13.5%;
    }

    .OrderTable th.th_sel, .OrderTable td.td_sel {
        position: absolute;
        left: 98.5%;
        width: 7.5%;
        padding-top: 5px;
    }
}

/*@import 'widgets/toolsHeaders.css';
@import 'widgets/salesListsDownload.css';*/

#version-section {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cart-container {
    width: 1490px !important;
}
#list_2:empty {
    background-image: url('../../../images/loader_200.gif');
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#bar-container:empty {
    background-image: url('../../../images/loader_32.gif');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
}

#order-row-loader {
    height: 50px;
    background-image: url('../../../images/loader_32.gif');
    background-position: center;
    background-repeat: no-repeat;
}


.firma-status-cont {
    display: none;
}

.btn-icon {
    border: none;
    background-color: #fff;
}


#pdfJsContainer {
    width: 100%;
    height: 1000px;
}
 

#exchange-details-order {

}

#exchange-details {
    text-transform: uppercase;
}


    #exchange-details #exchange-details-order {
        position: relative;
        bottom: auto;
    }

        #exchange-details #exchange-details-order .link-details-exchange {
            display: none;
        }

#closedorders tr th {
    text-align: center;
    border: thin solid #000;
    padding: 3px;
    font-size: 12px;
}

.scrolly {
    max-height: 500px;
    overflow-y: scroll;
}

#closedorders tbody tr {
    cursor: pointer;
}

    #closedorders tbody tr:hover {
        text-decoration: underline;
    }

#closedorders tr td {
    text-align: center;
    border: thin solid #000;
    font-size: 12px;
}

/********** SALES LISTS DOWNLOAD **********/
#salesListsDownloadModal {
    padding: 25px;
}

    #salesListsDownloadModal:empty {
        min-height: 200px;
        text-align: center;
        background-image: url("/images/ajax-loader2.gif");
        background-position: center;
        background-repeat: no-repeat;
    }

/*#region FONT */
@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: 700;
    src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url("https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYhKUK2vxztsQZZBkxIuj92o.woff2") format("woff2");
}

@font-face {
    font-family: "PT Sans Regular";
    font-style: normal;
    font-weight: normal;
    src: url("'https://www.high-everydaycouture.com/skin/frontend/high/default/fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("'https://www.high-everydaycouture.com/skin/frontend/high/default/fonts/PTS55F-webfont.woff") format("woff"), url("'https://www.high-everydaycouture.com/skin/frontend/high/default/fonts/PTS55F-webfont.ttf") format("truetype"), url("'https://www.high-everydaycouture.com/skin/frontend/high/default/fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
}

@font-face {
    font-family: 'Abel-Regular';
    src: url('../../fonts/Abel-Regular.ttf') format('truetype');
}


/*#endregion */

.text-white {
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.lottiSel {
    position: absolute;
    border: thin solid #000;
    background-color: #ccc;
    margin-left: 50px;
    width: 360px;
    height: 140px;
    z-index: 5;
    margin-top: 25px;
}

    .lottiSel i {
        position: absolute;
        margin-left: -105px;
        margin-top: -22px;
        font-size: 29px;
        color: #68af68;
    }

.lotti td {
    border: thin solid #ccc;
}
/*#region HTML*/
.firma-status-cont {
    margin-top: 4px;
}

    .firma-status-cont i {
        font-size: 14px;
    }

body {
    /*font-family: 'Trebuchet MS';*/
    color: #000 !important;
    letter-spacing: 1px !important;
    background-color: #fff !important;
}

span {
    text-transform: uppercase;
}

a {
    color: #000;
}

label {
    font-weight: normal !important;
}

table {
    font-size: 14px;
}
/*#endregion HTML*/
/*#region HEADER*/
#nav-collapse2 a {
    text-transform: uppercase !important;
}

.new_1 {
    background-color: #fff;
}

#nav-collapse2 a:hover {
    text-decoration: underline;
}

#nav-collapse2 a {
    color: #666 !important;
    font-size: 14px !important;
}

#seasonal_sub, #other_sub {
    border: none !important;
    box-shadow: none !important;
    display: none;
    font-family: 'Abel-Regular',sans-serif !important;
    z-index: 999;
    background-color: #fff;
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}

#seasonal_b, #other_b, #cart, #logoff {
    color: #000 !important;
}

#seasonal_sub li, #other_sub li {
    z-index: 999;
    background-color: #fff;
    text-align: center;
    border-bottom: thin solid rgb(204, 204, 204) !important;
}

    #seasonal_sub li a, #other_sub li a {
        line-height: 14px !important;
        border: none !important;
        z-index: 999;
        background-color: #fff;
        color: #000 !important;
        font-size: 16px;
        margin-top: 9px;
    }

        #seasonal_sub li a:hover, #other_sub li a:hover {
            color: #ccc;
        }

#r_testata .col-md-2 a:hover {
    background-color: transparent !important;
}


#loader:empty {
    background-image: url('../../../images/ajax-loader2.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}
/*#endregion HEADER*/

/*#region NOTE COMMRCIALI*/

#note-filtri {
    background-color: #fff;
    margin: 15px;
    padding: 10px;
}

    #note-filtri select, #note-filtri input[type=text] {
        width: auto;
    }

#wrap-container {
    position: relative;
    padding: 0 15px 15px 15px;
}

    #wrap-container #loader {
        position: absolute;
        left: 49%;
        top: 50%;
        margin: 0 auto;
    }

#note-container {
    background-color: #fff;
    OVERFLOW-Y: SCROLL;
    HEIGHT: 512px;
    padding: 15px;
    position: relative;
    width: 100%;
}

    #note-container table {
    }

/*#endregion NOTE COMMRCIALI*/


/*#region PANEL HEADER */

#ExcelParShow:hover {
    text-decoration: underline;
}

#PanelHeader {
    height: 320px;
    background-color: #fff;
    width: 100%;
    padding-bottom: 15px;
    position: absolute;
    z-index: 100;
    border-bottom: thin solid #30BA37;
    display: none;
    top: 70px;
    z-index: 99999999999;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: #fff;
    font-size: 11px;
}


#wrapperCarrello {
    margin: 0 auto;
    width: 70%;
}

#dettCarrello {
    position: relative;
    width: 100%;
}


    #dettCarrello tbody td {
        border-bottom: thin solid #000;
        padding-bottom: 5px;
        padding-top: 5px;
    }

#containerdettcarrello {
    overflow-y: scroll;
    width: 100%;
    height: 280px;
    color: #000;
    font-size: 16px;
}

/*#endregion PANEL HEADER */

/*#region BULK */
#BulkOrders2 {
    font-size: 14px;
    text-transform: uppercase;
}

    #BulkOrders2 th {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
    }

    #BulkOrders2 input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 10px;
    }

/*#endregion BULK */
/*#region CARRELLO */
.loadCart, .loadCartb {
    height: 155px;
    width: 251px;
    position: absolute;
    z-index: 10;
    margin-left: 45%;
    margin-top: 7%;
    background-color: #fff;
    text-align: center;
    border: thin solid #000;
}

#Ordini1, #Ordini0 {
    font-size: 12px;
    text-transform: uppercase;
}

    #Ordini1 th, #Ordini0 th {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
    }

    #Ordini1 input[type=checkbox], #Ordini0 input[type=checkbox], #BulkOrders0 input[type=checkbox], #BulkOrders1 input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 10px;
    }

.button-copy {
    font-size: 20px;
    border: none !important;
    color: #000 !important;
    background-color: #fff;
    padding: 0 3px 0 0;
}

div[data-func=creaSessione]:hover {
    cursor: pointer;
    text-decoration: underline;
}

.panel-wrapper {
    padding-top: 10px;
}

.panel-button {
    margin-bottom: 10px;
}

.closeSession1 {
    color: red;
}

    .closeSession1:hover {
        cursor: pointer;
        text-decoration: underline;
    }

/*#endregion CARRELLO*/

/*#region BUTTON */

.P-btn2 {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    vertical-align: baseline;
    font-size: 12px;
    padding: 7px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #123e6c;
}


/*#endregion BUTTON */

/*#region table */

/*tabelle pagina Order/new/1/grid*/

#ViesBtn {
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
}

    #ViesBtn:hover {
        text-decoration: underline;
    }


#AgentTable tbody tr:hover, #ClientiTable tbody tr:hover {
    text-decoration: underline !important;
}

#AgentTable tbody tr, #ClientiTable tbody tr {
    cursor: pointer;
}


.ClienteOrdinante {
    font-size: 16px;
    padding-bottom: 8px;
}

.ClienteFatturante {
    padding-left: 10px;
    padding-bottom: 5px;
}

.ClienteDestinazione {
    padding-left: 10px;
}

#ClientiTable {
    font-size: 13px;
}

/*end tabelle pagina Order/new/1/grid*/

/*#endregion table */

/*#region other */

.loadCart-1 {
    z-index: 10;
    background-color: #fff;
    text-align: center;
}

.bar_slide {
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0px 10px 2px;
    border-top: 1px solid #CCC;
    cursor: pointer;
}


#slideOrder {
    text-transform: uppercase;
    font-size: 11px;
}
/*#endregion other */

/*#region layout */
section.default-bg {
    position: relative !important;
    height: 100% !important;
    min-height: 500px !important;
    margin: 0 auto !important;
}
/*#endregion layout */

/*#region GRIDBAR*/
#listVis {
    list-style: none;
    padding: 5PX;
    border: THIN SOLID #000;
    margin: 0;
    display: block !important;
}

    #listVis li {
        white-space: nowrap;
        text-transform: uppercase;
        color: #000;
        border-bottom: thin solid #fff;
    }

        #listVis li:hover {
            border-bottom: thin solid #ccc;
        }

ul#bar_compose {
    min-width: 700px !important;
    display: inline-block;
    list-style: none;
    padding: 0px;
}

    ul#bar_compose li {
        height: auto;
        font-size: 12px;
        padding-bottom: 5px;
        float: left;
        width: 130px;
        position: relative;
    }

        ul#bar_compose li.bg ul {
            padding: 25px 5px 5px 5px;
            display: none;
            top: -4px;
            z-index: 800;
            text-align: center;
            max-height: 300px;
            overflow-y: auto;
            width: 150px;
            left: -17px;
            background-color: #fff;
        }

        ul#bar_compose li ul.bg li {
            float: left !important;
        }

            ul#bar_compose li ul.bg li label {
                width: 100%;
                text-align: left;
            }
/*#endregion GRIDBAR*/

/*#region PRODUCT*/

@media screen and (max-width: 1210px) {

    .col-screen1, .col-screen2 {
        width: 100%;
        margin: 0 auto;
    }

    .col-screen2 {
        width: 55%;
    }

    .order-summary {
        position: initial !important;
        width: 100% !important;
    }

    .summary-container {
        width: 98%;
    }

    #orderSummary tbody tr td:nth-child(1) {
        width: 20%;
    }

    .details_res0 {
        display: none;
    }



    .title_product {
        float: none !important;
        margin-left: 20px;
    }

    .col__2, #col__1 {
        width: 100% !important;
        max-width: none !important;
    }

    .col__2 {
        margin-bottom: 20px;
    }

    #seasonal_sub li a {
        font-size: 20px !important;
    }

    #seasonal_sub li {
        height: 28px;
        margin-bottom: 5px;
    }
}
/*#endregion PRODUCT*/

/*#region NUMERATE*/

ul.dettNumerata {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.dettNumerata li {
        float: left;
        margin-right: 15px
    }

        ul.dettNumerata li div {
            text-align: center
        }
/*#endregion NUMERATE*/

/*statistiche*/

.padding-10 {
    padding: 10px;
}

.bg-white {
    background-color: #fff;
}

.border-top {
    border-top: thin solid #333333;
}
/*#region Statistic block*/

section#StatisticContainer {
    background-color: #d4d4d4;
    border: thin solid #000;
    position: fixed;
    top: 8%;
    z-index: 9999999999;
    height: 85vh;
    width: 80vw;
    right: -1170px;
    overflow-y: scroll;
}

    section#StatisticContainer #Statistic2 {
        overflow: hidden;
        width: 100%;
    }

section#StatisticList {
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 999999;
}

    section#StatisticList ul#List {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        section#StatisticList ul#List li {
            font-size: 18px;
            font-weight: 800;
            border-bottom: thin solid #000;
            width: 50px;
            cursor: pointer;
        }

/*#endregion Statistic block*/

/*#region Statistic0*/
#Statistic0 #TopContainer0, #CenterContainer0, #BottomContainer0 {
    padding: 10px 10px 0 10px;
    color: #000;
    font-size: 15px;
}

#TopContainer0 #left {
    width: 40%;
    float: left;
    padding: 0 10px 0 0;
}

#TopContainer0 #right {
    width: 60%;
    float: left;
}
/*#endregion Statistic0*/

/*#region Statistic1*/
#Statistic1 #TopContainer1, #CenterContainer1, #BottomContainer1 {
    padding: 10px 10px 0 10px;
    color: #000;
    font-size: 15px;
}

#Statistic1 #Topcontent-blockContainer1 {
    height: 130px;
}

#CenterContainer1 #left {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}

#CenterContainer1 #right {
    width: 50%;
    float: left;
}
/*#endregion Statistic1*/

/*#region Statistic2*/


#Statistic2 .filter-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #Statistic2 .filter-bar ul li {
        float: left;
    }

#Statistic2 .widgets1Container {
    background-color: #fff;
    padding: 10px;
}

.widgets_p1 {
    float: left;
    text-align: right;
    width: 78%;
    font-size: 15px;
}

.widgets_p2 {
    font-size: 22px;
    font-weight: 800;
}


.widgets1 {
    background-color: #fff;
    padding: 10px;
    border-top: solid thin #ccc;
}

.widgets1_p0 {
    overflow: hidden;
    border-bottom: thin solid #ccc;
    padding-bottom: 12px;
}

.widgets1_p1 {
    overflow: hidden;
}

.widgets1_p1_1 {
    font-size: 25px;
}

.widgets1_p1_2 {
    float: right;
    color: #1C84C6;
}

#Statistic2 #TopContainer2 .widgets1Container {
    float: left;
    margin-right: 10px;
    width: 31%;
}

#Statistic2 #TopContainer2, #CenterContainer2 {
    padding: 10px 10px 0 10px;
    color: #000;
    font-size: 15px;
}

    #CenterContainer2 #left {
        width: 50%;
        float: left;
        padding: 0 10px 0 0;
    }

    #CenterContainer2 #right {
        width: 50%;
        float: left;
    }
/*#endregion Statistic2*/

/*#region Statistic3*/
#Statistic3 #TopContainer3, #CenterContainer3 {
    padding: 10px 10px 0 10px;
    color: #000;
    font-size: 15px;
}

#rank3 tbody td, #Color3 tbody td {
    border-bottom: thin solid #000;
    padding: 5px 0;
}

.topBlock3 {
    border-bottom: thin solid #ccc
}

    .topBlock3 .topBlock3_2 {
        font-weight: 600;
        font-size: 20px;
    }

    .topBlock3 .topBlock3_3 {
        color: forestgreen
    }

#TopContainer3 #left {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
    height: 325px;
}

#TopContainer3 #right {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
    height: 325px;
}

#CenterContainer3 #left {
    width: 50%;
    float: left;
    padding: 10px 10px 0 0;
    height: 325px;
}

#CenterContainer3 #right {
    width: 50%;
    float: left;
    padding: 10px 10px 0 0;
    height: 325px;
}

/*#endregion Statistic3*/

/*#region Statistic4*/
#Statistic4 #LeftContainer4, #RightContainer4 {
    padding: 10px 10px 0 10px;
    float: left;
    width: 50%;
    color: #000;
    font-size: 15px;
}

/*#endregion Statistic4*/


/*statistiche*/

#OrdineInCorso .noData {
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
    font-size: 17px;
}

.orderDetails .orderDetailsTools {
    margin-top: 20px;
}

.orderDetails .form-group:not(:last-child) {
    margin-right: 5px;
}

button.form-multiselect {
    background-color: white;
    background-image: none;
    color: #666;
    padding: 7px;
    min-height: 34px;
    border-radius: 4px;
}

    button.form-multiselect:hover {
        background-color: white;
    }

    button.form-multiselect .caret {
        float: right;
        margin-top: 6px;
    }

@font-face {
    font-family: 'maisfontes-perpetua-titling-mt-w01';
    src: url('../../fonts/font_h/maisfontes-perpetua-titling-mt-w01.ttf') format('truetype');
}

table[data-target='avtab'] {
    width: 100%;
    font-size: 11px;
}

    table[data-target='avtab'] tbody td {
        border: thin solid #000;
        padding: 2px 4px 2px 4px;
        text-align: center;
    }

        table[data-target='avtab'] tbody td:first-child {
            text-align: left;
        }

    table[data-target='avtab'] input[type=text] {
        height: 30px;
        width: 30px;
    }

    table[data-target='avtab'] input[type=checkbox] {
        /*-ms-transform: scale(2); 
        -moz-transform: scale(2);
        -webkit-transform: scale(2); 
        -o-transform: scale(2); 
        padding: 10px;*/
    }


.tooltip_templates {
    display: none;
}

.col-num {
    width: 44px;
}

    .col-num span:hover {
        text-decoration: underline;
    }

    .col-num span {
        cursor: pointer;
    }

ul.ultaglie {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
}

.div-sconti {
    width: 130px;
}

@media (max-width: 1440px) {
    ul.ultaglie {
        max-width: 600px;
    }

    ul.consegne-container {
        max-width: 600px;
    }
}

ul.ultaglie li {
    float: left;
    margin-right: 4px;
}

table[data-target='avtab'] th {
    text-align: center;
}

table[data-target='avtab'] tbody input[type=text] {
    text-align: center;
}



table[data-target='avtab'] div[data-target='taglie'] {
    overflow: hidden;
    overflow-x: scroll;
}

.OrderTable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-family: "maisfontes-perpetua-titling-mt-w01";
}

    .OrderTable input[type='text'] {
        border: thin solid #000;
        text-align: center;
        width: 30px;
        height: 25px;
    }

    .OrderTable td, .OrderTable th {
        vertical-align: middle;
        text-align: center;
        height: 42px;
    }

    .OrderTable th {
        height: 20px;
    }

    .OrderTable td {
        padding-top: 10px;
        border: thin solid #ccc;
    }

.outer {
    position: relative;
}

.inner {
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 50%;
    margin-left: 18%;
    min-width: 250px;
}

#collapseTwo {
    float: none;
}

    #collapseTwo ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.innerTagliaUnica {
}

    .innerTagliaUnica .th_taglia, .innerTagliaUnica .td_taglia {
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        position: relative;
    }

    .innerTagliaUnica td {
        padding-top: 8px;
    }

    .innerTagliaUnica .td_taglia input {
        border: thin solid #000;
        text-align: center;
        width: 40px;
        height: 34px;
    }

    .innerTagliaUnica .th_NoTaglie, .innerTagliaUnica .td_NoTaglie {
        position: relative;
        width: auto;
        left: inherit;
    }

    .innerTagliaUnica .OrderTable th.th_prezzo, .innerTagliaUnica .OrderTable td.td_prezzo {
        position: relative;
        width: auto;
        left: inherit;
    }

    .innerTagliaUnica .OrderTable th.th_totale, .innerTagliaUnica .OrderTable td.td_totale {
        position: relative;
        width: auto;
        left: inherit;
    }

    .innerTagliaUnica .OrderTable th.th_sel, .innerTagliaUnica .OrderTable td.td_sel {
        position: relative;
        width: auto;
        left: inherit;
    }

div.innerExchange {
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 60% !important;
    margin-left: 16% !important;
    min-width: 250px;
}

.OrderTable td.td_colore {
    padding: 0;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 109% auto;
}

.OrderTable td.reorderClass0 {
    margin-top: 15px;
}

.OrderTable th.th_colore, .OrderTable td.td_colore {
    position: absolute;
    left: 0px;
    width: 20%;
}

.OrderTable th.th_variante, .OrderTable td.td_variante {
    position: absolute;
    left: 8%;
    width: 9.5%;
}

.OrderTable th.th_gruppo, .OrderTable td.td_gruppo {
    position: absolute;
    left: 15.5%;
    width: 7.5%;
}

.OrderTable th.th_prezzo, .OrderTable td.td_prezzo {
    position: absolute;
    left: 73%;
    width: 11%;
}

.OrderTable th.th_NoTaglie, .OrderTable td.td_NoTaglie {
    position: absolute;
    left: 68%;
    width: 5%;
}

.OrderTable td.td_NoTaglie {
    padding-left: 10px;
}

.OrderTable th.th_totale, .OrderTable td.td_totale {
    position: absolute;
    left: 84%;
    width: 11.5%;
}

.OrderTable td.td_totale {
    padding: 0;
}

.OrderTable th.th_sel, .OrderTable td.td_sel {
    position: absolute;
    left: 95.5%;
    width: 4.5%;
    padding-top: 5px;
}

.OrderTable .td_Colore_1 {
    color: #ffffff;
    height: 24px;
    background-color: #123E6C;
    display: inline-block;
    padding: 2px;
    opacity: 0.5;
}

.OrderTable th.th_taglia, .OrderTable td.td_taglia {
    vertical-align: middle;
    padding-left: 5px;
    width: 40px;
    padding-right: 5px;
    min-width: 40px;
    border: none;
    text-align: center;
}

#carrello_tab img {
    width: 75px;
    height: 125px;
}

#carrello_tab td {
}

ul#Deliverylist {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul#Deliverylist li {
        padding: 0;
        margin: 0;
    }

td.td_gruppo {
    left: 14.5% !important;
    width: 9.5% !important;
}


@media screen and (max-width: 1030px) {
    .outer input[type=text] {
        width: 32px !important;
        height: 32px !important;
    }

    .outer input[type=checkbox] {
        width: 32px !important;
        height: 32px !important;
    }

    .OrderTable td.td_NoTaglie {
        padding-left: 4px;
        padding-top: 4px !important;
        width: auto !important;
        display: inline-block;
        white-space: nowrap;
    }

    .OrderTable th.th_prezzo, .OrderTable td.td_prezzo {
        left: 75.2% !important;
    }

    .OrderTable th.th_totale, .OrderTable td.td_totale {
        position: absolute;
        left: 86%;
        width: 13.5%;
    }

    .OrderTable th.th_sel, .OrderTable td.td_sel {
        position: absolute;
        left: 98.5%;
        width: 7.5%;
        padding-top: 5px;
    }
}

/********** SALES LISTS DOWNLOAD **********/
#salesListsDownloadModal {
    padding: 25px;
}

#salesListsDownloadModal:empty {
    min-height: 200px;
    text-align: center;
    background-image: url("/images/ajax-loader2.gif");
    background-position: center;
    background-repeat: no-repeat;
}
#order_creating_options {

}

    #order_creating_options table td.col_label {
        width: 30%;
        vertical-align: middle;
    }

    #order_creating_options select[name=tipologia].alert_tipologia {
        background-color: #ffecec;
        border: thin solid #e48383;
    }



.order-summary:empty {
    background-image: url('../../../images/loader_32.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 100%;
}
/********** TOOLSHEADERS **********/
#toolsHeaders {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    top: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background: #fdd200;
}

    #toolsHeaders .info-text {
        line-height: 50px;
        vertical-align: middle;
        padding-left: 20px;
    }

    #toolsHeaders .ordineInfo-inline.noActiveOrder .order-number,
    #toolsHeaders .ordineInfo-inline.noActiveOrder .totals,
    #toolsHeaders .ordineInfo-inline.noActiveOrder button[name="show-order"] {
        display: none;
    }


        #toolsHeaders .ordineInfo-inline .info-text > .row > .col-xs-12 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    #toolsHeaders .ordineInfo-inline button[name="show-detail"] {
        color: #333;
        padding: 0px 12px;
    }

    #toolsHeaders .ordineInfo-inline button[name="show-order"] {
        color: #FFF;
        background-color: #000;
        padding: 7px 12px;
        border-radius: 4px;
    }

        #toolsHeaders .ordineInfo-inline button[name="show-order"] span {
            color: #fff;
        }

    #toolsHeaders .ordineInfo-inline button[name="show-home"] {
        color: #333;
        background-color: #eeeeee;
        padding: 7px 12px;
        border-radius: 4px 0px 0px 4px;
    }

    #toolsHeaders .ordineInfo-specs {
        position: absolute;
        display: block;
        width: 800px;
        background: #fff;
        right: 15px;
        top: 60px;
        z-index: 1000;
        border: 1px solid #000;
        display: block;
        height: 0px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
        padding: 20px;
    }

        #toolsHeaders .ordineInfo-specs.show {
            visibility: visible;
            opacity: 1;
            height: 470px;
            max-height: 600px;
        }

        #toolsHeaders .ordineInfo-specs .noData {
            text-align: center;
            margin-top: 100px;
            font-weight: bold;
            font-size: 17px;
        }

    #toolsHeaders #search_panel #ResultSearch {
        z-index: 1000;
        position: absolute;
        width: 280px;
        top: 40px;
    }

