/* Minification failed. Returning unminified contents.
(1352,1): run-time error CSS1019: Unexpected token, found '}'
(1370,1): run-time error CSS1019: Unexpected token, found ','
 */
@font-face {
    font-family: 'ApercuPro';
    src: url('../../../fonts/ApercuPro-Regular.otf');
}

@font-face {
    font-family: 'ApercuPro Bold';
    src: url('../../../fonts/ApercuPro-Bold.otf');
}
.btn-default {
    background-color: #000;
}
#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;
}

#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 a {
    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: #fff;
}

.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;
}

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% - 105px);
    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 {
    height:250px;
}

    .grid_element img.img-responsive.canadian-img {
        height: 350px;
    }

.size-description {
    height: 30px;
    word-break: break-word;
}

table[data-linea="10"] .size-description {
    height: 64px;
}

/***** BRAND PAGE *****/
.brand-block-container {
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
    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;
}
