﻿@font-face {
    font-family: HC39M;
    src: url(fonts/IDAutomationHC39M.woff);
    font-weight: normal;
    font-style: normal;
}

.navbar-nav > li > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    color: white;
}

.content-header {
    padding: 0px 15px 0 15px;
    overflow: auto;
    margin-bottom: 0px;
}

    .content-header .breadcrumb {
        float: none;
        left: 0;
        position: static;
        border-bottom: 1px solid #c0c0c0;
        margin-bottom: 0px;
    }

.content {
    /* padding-top: 0px;*/
    margin-top: 0px;
}

#divContent {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        /*position: relative;*/
        top: 0;
        right: 0;
        float: none;
        background: none !important;
        padding-left: 2px;
        margin-top: 0px;
    }

        .content-header > .breadcrumb li:before {
            color: #97a0b3;
        }
}

@media (max-width: 767px) {
    .content {
        padding-top: 5px;
    }

    .menulist {
        margin-top: 10px;
    }

    .navbar-brand {
        font-size: large;
    }

    .form-control-static {
        padding-top: 0px;
    }
}

@media (min-width: 991px) {
    /*Change the size here*/
    .img-tooltip + .tooltip > .tooltip-inner {
        max-width: 350px;
        width: 350px;
    }
}

.menuitem {
    text-transform: capitalize;
}

.menulist > .col-sm-12 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.navbar-custom-menu a {
    color: #3c8dbc !important;
}


/*#region info and errors */
.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.validation-summary-errors {
    color: red;
    list-style: none;
    width: 220px;
    font-size: .8em;
}

    .validation-summary-errors ul {
        padding: 0 !important;
        margin: 0 !important;
    }


/* TABLE */


table > tbody > tr.grid-total > td, .grid-total-general {
    background-color: rgba(86, 61, 124, 0.15) !important;
}

table > tbody > tr.grid-total-0 > td, table > tfoot > tr.grid-total-0 > td {
    background-color: rgba(86, 61, 124, 0.15) !important;
}

table > tbody > tr.grid-total-1 > td, table > tfoot > tr.grid-total-1 > td {
    background-color: rgba(86, 61, 124, 0.25) !important;
}

table > tbody > tr.grid-total-2 > td, table > tfoot > tr.grid-total-2 > td {
    background-color: rgba(86, 61, 124, 0.35) !important;
}

table > tbody > tr.grid-total-3 > td, table > tfoot > tr.grid-total-3 > td {
    background-color: rgba(86, 61, 124, 0.45) !important;
}

table > tbody > tr.grid-total-4 > td, table > tfoot > tr.grid-total-4 > td {
    background-color: rgba(86, 61, 124, 0.55) !important;
}

table > tbody > tr.grid-total-5 > td, table > tfoot > tr.grid-total-5 > td {
    background-color: rgba(86, 61, 124, 0.65) !important;
}

table > tbody > tr.grid-total-6 > td, table > tfoot > tr.grid-total-6 > td {
    background-color: rgba(86, 61, 124, 0.75) !important;
}

table > tbody > tr.grid-total-7 > td, table > tfoot > tr.grid-total-7 > td {
    background-color: rgba(86, 61, 124, 0.85) !important;
}

table > tbody > tr.grid-total-8 > td, table > tfoot > tr.grid-total-8 > td {
    background-color: rgba(86, 61, 124, 0.95) !important;
}

.table > thead > tr > th {
    background-color: #eeebf2 !important;
    border: 1px solid #d8d1e0 !important;
}

.bold {
    font-weight: bold;
}

.dataTables_empty {
    text-align: center;
}

.percent:after {
    content: " %";
}


div.dataTables_paginate {
    float: none !important;
    margin: 0;
    text-align: center;
}


.selectize-dropdown-content > .active {
    /*background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);*/
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    color: white !important;
}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2000000000;
    background-color: rgba(0,0,0,0.5);
}

    #loading > #spin {
        position: relative;
        top: 50%;
        left: 50%;
        background: rgba(255, 255, 255, 1);
        color: #333;
        width: 128px;
        height: 128px;
        margin-top: -64px;
        margin-left: -64px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #a9a9a9;
    }


#cnvSignature {
    height: 150px;
}

.show-grid {
    margin-bottom: 15px;
}

.btn {
    word-wrap: break-word;
    white-space: normal;
}


.page-header {
    font-size: 28px;
    margin-top: -0.5em;
    margin-bottom: 0;
    padding-bottom: 0;
}


tr.fidelityRow:hover td, tr.fidelityRow:hover th {
    background-color: rgba(86, 61, 124, 0.15) !important;
    cursor: pointer;
}

span.control-label {
    font-weight: bold;
}

.has-error input {
    background-color: rgba(255, 0, 0, 0.05) !important;
}



.overlay {
    background-color: rgba(255, 255, 255, 0.0);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.highlight {
    background-color: #FFFF00;
}



.no-close .ui-dialog-titlebar-close {
    display: none;
}



@media (min-width: 978px) {


    .form-control {
        height: 30px;
        padding: 5px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .show-grid {
        margin-bottom: 10px;
    }

    #menu {
        margin-bottom: 0.5em;
    }

    .input-group > .form-control {
        height: 34px;
    }
}


#overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
}

#itemGrid > tbody > tr > td, #fidelityModalGrid > tbody > tr > td {
    cursor: pointer;
}

.box {
    margin-bottom: 10px;
}

.box-no-border {
    border: none;
}

.catalog-image {
    width: 100%;
    max-width: 350px;
    max-height: 450px;
    /*margin-bottom: 15px;*/
}

.catalog-title {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

.catalog-description {
    margin-top: 5px;
    margin-bottom: 25px;
}

#catalogGrid tr > td {
    border-top: none;
    padding: 0px;
}
/*
.catalog-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.75em
}*/

.catalog-content {
    margin-bottom: 0;
}

.classFilter {
    cursor: pointer;
}

.hiddenPrice {
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0);
    cursor: default;
}

    .hiddenPrice strong, .hiddenPrice span {
        background-color: #F2F5A9;
    }


.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-control-label {
    text-align: right;
    margin-bottom: 0;
}

.tag-input ul {
    padding-left: 0;
    display: inline;
    list-style-type: none;
}

.tag-input li {
    display: inline-block;
}

.tag-input .label {
    display: inline-block;
}

    .tag-input .label button {
        margin-top: -5px;
        margin-left: 5px;
    }

.modal-fullscreen > .modal-dialog {
    width: 90% !important;
    min-height: 100%;
    max-height: 100%;
    overflow: visible;
    overflow-y: auto; /*  or scroll? https://stackoverflow.com/questions/7508576/how-to-enable-scrolling-content-inside-a-bootstrap-modal */
}

.qtaDaAssortireRow {
    width: 100%;
}

.nuovaGiacenzaRow {
    width: 100%;
}

.scontoPercentageRow {
    width: 100%;
}

.prezzoFinaleRow {
    width: 100%;
}

.item-img {
    width: 75px;
    height: 75px;
}

/* SOLUZIONE TEMPORANEA! */
.table-responsive {
    overflow: auto !important;
}

th.rotate {
    /* Something you can count on */
    height: 120px;
    white-space: nowrap;
}

    th.rotate > div {
        transform: translate(5px, -5px) rotate(-90deg);
        width: 30px;
    }


#message {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
}

#inner-message {
    margin: 0 auto;
}

.block {
    display: block;
}

.login-logo {
    background-color: white;
}

.login-box {
    margin: 7% auto;
}

.logo {
    height: 150px;
    max-width: 100%;
}

#sendToEmailModalForm .helpBlock {
    margin-left: 15px;
}

.vettore_bartolini {
    color: red;
}

.vettore_dhl {
    color: #428bca;
}

.vettore_sda {
    color: blue;
}

.vettore_ups {
    color: brown;
}

.vettore_bartolini_000 {
    color: purple;
}

.label_vettore_bartolini {
    background-color: #dd4b39;
}

.label_vettore_dhl {
    background-color: #f0ad4e;
}

.label_vettore_sda {
    background-color: blue;
}

.label_vettore_ups {
    background-color: brown;
}

.label_vettore_bartolini_000 {
    background-color: purple;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-r-10 {
    margin-right: 10px;
}

.pdf-img {
    width: 30px;
}

.font-hc39m-wrapper {
    margin-top: 20px;
}


.font-hc39m {
    min-height: 50px;
    font-family: HC39M;
}

.checkbox-grid li {
    display: block;
    float: left;
    width: 50%;
}

#monitorGrid.table > tbody > tr.success > td,
#monitorGrid.table > tbody > tr.success > th,
#monitorGrid.table > tbody > tr > td.success,
#monitorGrid.table > tbody > tr > th.success,
#monitorGrid.table > tfoot > tr.success > td,
#monitorGrid.table > tfoot > tr.success > th,
#monitorGrid.table > tfoot > tr > td.success,
#monitorGrid.table > tfoot > tr > th.success,
#monitorGrid.table > thead > tr.success > td,
#monitorGrid.table > thead > tr.success > th,
#monitorGrid.table > thead > tr > td.success,
#monitorGrid.table > thead > tr > th.success {
    background-color: #99F276;
}


.font-weight-bold {
    font-weight: bold;
}


.receiptRow {
    display: flex;
    align-items: stretch;
    padding: 10px 0 10px 0;
    border-bottom: 3px solid #f4f4f4;
}

    .receiptRow:last-child {
        border-bottom: none;
    }

/* da togliere quando si passera` a bootstrap 4 e usare le sue classi */
.receiptRowDetails, .receiptRowSummary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.box-flex-container {
    display: flex;
    align-items: stretch;
    padding: 10px 0 10px 0;
    border-bottom: 3px solid #f4f4f4;
}

.box-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/* da togliere quando si passera` a bootstrap 4 */
.receiptRowDetailsBody, .ticketRowSummaryBody {
    margin-bottom: auto !important;
}

.receiptRowDescription {
    margin-top: 0;
}

.receiptRowSummary {
    font-size: 16px;
}

.receiptRowSummaryBottom {
    margin-bottom: -5px !important;
}

.strikethrough {
    text-decoration: line-through;
}

.btn-link-black, .btn-link-black:hover, .btn-link-black:focus {
    color: black;
}

.tableCell {
    display: table-cell;
}

.paymentListItem:not(:first-of-type) {
    margin-top: 5px;
}

.no-pad-left {
    padding-left: 0px !important;
}

.no-pad-right {
    padding-right: 0px !important;
}

table.table-align-middle > tbody > tr > td {
    vertical-align: middle;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border: 1px solid #c0c0c0;
}

    .navbar-nav > .user-menu > .dropdown-menu > li:not(:last-child) {
        border-bottom: 1px solid #c0c0c0;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-setting > a {
        vertical-align: middle;
        line-height: 40px;
        background-color: #f4f4f4;
    }

        .navbar-nav > .user-menu > .dropdown-menu > .user-setting > a:hover {
            background-color: rgba(208,208,208,0.75);
        }

@media (max-width: 767px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-setting > a:hover {
        background-color: rgba(208,208,208,0.75) !important;
    }
}

.h3-no-margin {
    margin: 0;
}

.defaultFontSize {
	font-size: initial;
}

.myFlex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.myFlex-wrap {
        -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}

.noty_totals {
    font-size: 20px !important;
}

.float-none {
    float: none !important;
}

.padding-0 {
    padding: 0;
}

.showCase-image {
    width: 100%;
    height: 100%;
    /*margin-bottom: 15px;*/
}

tr.showCaseDetailRow:hover td, tr.showCaseDetailRow:hover th {
    background-color: rgba(86, 61, 124, 0.15) !important;
    cursor: pointer;
}

tr.showCaseDetailRowSelected {
    background-color: #FFFF00 !important;
    cursor: pointer;
}

.inputTypeFileCustom {
    opacity: 0;
    position: absolute;
    z-index: -1;
    
}

.tooltip.in{opacity:1!important;}

.monitorGridFirstRow {
    border-top: 2px solid #c0c0c0;
}

.font-weight-bolder {
    font-weight:bolder !important;
}

#itemGridDetails.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}

.col_sticky {
    left: 0;
    z-index:2 !important;
}

.dt-left {
    text-align:left !important;
}


@media (max-width: 767px) {
    .tableFixHead {
        overflow: auto;
        max-height: 500px;
    }
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: -1px -1px rgb(216 209 224);
}

    .tableFixHead tbody th {
        position: sticky;
        left: 0;
        background-color: inherit !important;
    }