﻿body, html {
    padding: 0px;
    margin: 0px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000;
}

.loginBody{
    background-image:none;
}

.navbar-logo{
    margin-top: -5px;
}

@media screen and (max-width: 1400px) {
    .ui-grid-row{
        height: 40px !important;
    }
    .ui-grid-row > div .ui-grid-cell {
        height: 40px !important;
    }
    .ui-grid-cell-contents {
        font-size: 12px;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: unset;
    }
}

.redText{
    color: red;
}

.ui-grid .ui-grid-disable-selection {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text !important;
    cursor: auto !important;
}

.ui-grid-filter-input{
    color:black;
    display: none;
}

#gridRicercaFilter > input {
    display: block !important;
}

.ui-grid-icon-cancel {
    display: none;
}

.navbar .nav-header-utente {
    color: #fff;
    padding: 15px;
}

.customersMessage {
    position: absolute;
    left: 300px;
    top: -7px;
    font-size: 18px;
    color: red;
}

.navbar .navbar-toggle {
    background-color: transparent !important;
    border-color: transparent;
}

@media (max-width: 810px) {
    .navbar-header {
        float: none;
    }

    .navbar .nav-header-utente {
        float: left !important;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

textarea {
    width: 100%;
}

button {
    background-color: #B3B3B3 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.btn {
    min-width: 100px;
}

button.btn-default {
    background-color: #b9b8b7 !important;
}

button.btn-primary {
    background-color: #912f21 !important;
    border-color: #912f21 !important;
}

button.btn-warning {
    background-color: darkred !important;
    border-color: darkred !important;
}

abbr {
    border-bottom: none !important;
    text-decoration: none !important;
}

.form-control {
    border-radius: 0px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

    .row a {
        cursor: pointer;
        text-decoration: none;
    }

.titoli {
    font-size: 2.0em;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: 1.0;
    margin-bottom: 10px;
}

.sotto-titoli {
    color: #bc3722;
    font-family: Roboto-Bold;
    margin: 5px 0 20px 0;
}


.menu-interno {
    margin: 10px 0 30px 0;
}

    .menu-interno > ul {
        margin: 0px;
        padding: 0px;
        color: #fff;
    }

        .menu-interno > ul li {
            padding: 10px;
            background-color: #bc3722;
            display: inline;
            cursor: pointer;
            margin-right: 5px;
        }

            .menu-interno > ul li.disabled {
                background-color: #e4e4e4;
                cursor: default;
            }

            .menu-interno > ul li li {
                background-color: transparent;
            }

    .menu-interno .dropdown-toggle {
        font-style: normal;
    }

.breadcrumbs {
    border-top: 1px #bc3722 solid;
    border-bottom: 1px #bc3722 solid;
    font-size: 0.9em;
    margin: 10px 0;
    padding: 3px 0;
}

    .breadcrumbs span {
        color: #bc3722;
    }

        .breadcrumbs span.breadcrumbs-selected {
            font-family: Roboto-Bold;
            color: #bc3722;
        }

    .breadcrumbs a,
    .breadcrumbs a:hover,
    .breadcrumbs a:visited {
        color: #bc3722;
        text-decoration: none;
    }

.filtri-ricerca {
    border-bottom: 1px #45536F solid;
    margin-bottom: 5px;
    position: relative;
}

    .filtri-ricerca ul {
        padding: 0px;
        margin: 0px;
    }

    .filtri-ricerca > ul {
        margin-bottom: 5px;
    }

    .filtri-ricerca ul li {
        display: inline-block;
        list-style: none;
        vertical-align: middle;
    }

        .filtri-ricerca ul li span.label-filtro {
            color: #bc3722;
            padding-left: 10px;
            font-family: Roboto-Bold;
        }

        .filtri-ricerca ul li .btn {
            padding: 3px 16px;
            background-color: #bc3722 !important;
        }

        .filtri-ricerca ul li .selectDirective {
            width: 100% !important;
        }

    .filtri-ricerca .filtri-ricerca-dataPicker ul li {
        display: list-item;
    }

    .filtri-ricerca .filtri-ricerca-dataPicker input {
        padding-left: 10px;
        width: 100px;
    }

    .filtri-ricerca input{
        height:29px;
    }

    .filtri-ricerca-legenda {
        font-size: 1.1em;
        margin-top: 5px;
        float: right;
        margin-left: 10px;
    }

    .filtri-ricerca li[class^='col-']{
        padding:0px 10px;
    }


.ui-grid-top-panel {
    background: none;
    background-color: #922f20;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
}


.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #eee;
}

.ui-grid .ui-grid-cell-focus {
    background-color: #c7756a;
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #bb8f89;
}

.ui-grid {
    height: auto;
    border: none;
}
/*.ui-grid-viewport {
     height: 100% !important;
   }*/

.ui-grid-row-dirty .ui-grid-cell {
    color: #32b612;
}

.ui-grid .prontuario {
    border-left: 5px solid transparent;
}

.ui-grid .fuoriprontuario {
    border-left: 5px solid #ffd800;
}


.ui-grid .nondisponibileOrdine {
    border-left: 5px solid #bc3722 !important;
}

i.disponibilegrossista {
    /*color: #bd9b3e;*/
    color: #2ca036;
}

i.disponibile {
    color: #2ca036;
}

i.nondisponibile {
    color: darkred;
}

disponibile .ui-grid .quantitaErrata {
    border-left: 5px solid darkred;
}

.ui-grid .quantitaErrataDestra {
    border-right: 5px solid darkred;
}

.ui-grid .bordoTrasparente {
    border-left: 5px solid;
    border-left-color: transparent;
}

.ui-grid .allineaDestraPadding {
    text-align: right;
    padding-right: 20px;
}

.ui-grid .allineaDestra {
    text-align: right;
}

.ui-grid-viewport {
    overflow-anchor: none;
}

.ui-grid .ui-grid-cell-link {
    padding: 0px;
}

    .ui-grid .ui-grid-cell-link div {
        background-color: #bc3722;
        color: #fff;
        /* text-align: center; */
        height: 100%;
        margin: 2px;
        /* vertical-align: middle; */
        padding: 5px 10px;
        cursor: pointer;
    }

        .ui-grid .ui-grid-cell-link div.linkInattivo {
            opacity:0.5;
        }


.tabs.nav-tabs > li.active > a, .tabs.nav-tabs > li.active > a:focus, .tabs.nav-tabs > li.active > a:hover {
    border: 1px solid #45536F;
    border-bottom-color: #fff;
}


.tabs.nav-tabs {
    border-bottom: 1px solid #45536F;
}

.tabs.nav > li > a {
    padding: 5px 30px;
    border: 1px solid #808080;
}

.tab-content .tab-pane {
    padding: 10px 0px;
    /*overflow: auto;*/
}

.tabs.nav > li.active {
    background-color: transparent;
}



    .tabs.nav > li > a:focus, .tabs.nav > li > a:hover,
    .tabs.nav > li.active > a, .tabs.nav > li.active.tab-ricerca > a,
    .tabs.nav > li.tab-ricerca > a:hover {
        background-color: #922f20;
        color: #fff;
    }


.selectize-input {
    padding: 5px 8px !important;
}

.tabs.nav > li.tab-ricerca > a {
    color: #fff;
    background-color: #b9675b;
}


.cg-notify-message {
    max-width: 600px;
}

.notify-warning {
    background-color: #ffd800;
    color: #333;
}

.notify-error {
    background-color: #ba3131;
    color: #fff;
}

.ui-select-multiple span {
    color: #fff;
    opacity: 1;
}

    .ui-select-multiple span.btn {
        background-color: #45536F;
        padding: 3px 5px;
    }

.ui-select-multiple ul.ui-select-choices span {
    color: #333;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
  
    background-color: #8b2c1e;
  
}

.uib-datepicker-popup.dropdown-menu {
    padding: 10px;
}

    .uib-datepicker-popup.dropdown-menu .btn {
        border-color: #fff;
    }

    .uib-datepicker-popup.dropdown-menu .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        border-color: #ff0000;
    }

    .uib-datepicker-popup.dropdown-menu .text-info {
        color: #fff;
    }

.static-page {
    padding-top: 30px;
}

    .static-page .content {
        font-size: 2.0em;
        color: #45536F;
        border-top: 1px solid #45536F;
        border-bottom: 1px solid #45536F;
        margin-top: 10px;
    }

.multiSelect > button {
    background-color: #45536F !important;
    background-image: none;
    min-height: 32px !important;
    border: none;
    font-family: Roboto-Thin;
    min-width: 100px;
    max-width: 100px;
}



.multiSelect .helperButton {
    background-color: #45536F !important;
    background-image: none;
    border: none;
}

.multiSelect > button:hover {
    background-image: none;
}

.multiSelect .caret {
    border-top-color: #fff;
}

.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background-image: none;
    border: none;
}

.multiSelect .multiSelectItem:hover, .multiSelect .multiSelectGroup:hover, .multiSelect .multiSelectFocus {
    background-image: none !important;
    color: #333 !important;
    border: none;
}

.multiSelect .tickMark {
    font-size: 1.2em;
}

.highcharts-title > tspan,
.highcharts-legend tspan {
    font-size: 1.2em;
}

.highcharts-subtitle > tspan {
    font-size: 0.9em;
}



@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../../fonts/Roboto-Thin.eot') format('embedded-opentype'), url('../../fonts/Roboto-Thin.ttf') format('truetype');
}

.btn-red {
    background-color: #bc3722 !important;
}


.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #bc3722 !important;
    box-shadow: none;
}

.xdsoft_datetimepicker {
    font-family:Roboto-Regular !important;

}

    .xdsoft_datetimepicker .xdsoft_calendar th {
     
        color: #fff;
        
    }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        background: #922f20;
    }


#cdnSearch {
    width: 350px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(194,192,194,1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(194,192,194,1);
    box-shadow: 2px 2px 2px 0px rgba(194,192,194,1);
}
.cdnHide {
    display: none;
}
.cndHasProduct{
    font-weight: bold;
}

#cdnSearch:empty {
    border: none;
}

    #cdnSearch div:hover {
        background-color: #b9675b;
    }

    #cdnSearch div {
        padding-left: 2px;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
    }

        #cdnSearch div:nth-child(even) {
            background-color: #EEEEEE;
        }

            #cdnSearch div:nth-child(even):hover {
                background-color: #b9675b;
            }

    #cdnSearch div:last-child{
        border-bottom: 1px solid gray;
    }

.label-filtro {
    color: #bc3722;
    font-family: Roboto-Bold;
}

.btn-search{
    min-width:10px;
}

.switch-ricerca {
    width: 110px;
}

.switch-ricerca:focus{
    border-color: none;
}

.switch-ricerca .selectize-input{
    height:28px;
    border-radius: 0px;
    padding-top: 3px !important;
}

.cdn-list tr:nth-child(even) {
    background-color: #EEEEEE;
}

.cdn-list .cdn-item:hover {
    background-color: #bb8f89;
}

.cdn-list .cdn-item {
    height: 22px;
    padding-left: 5px;
    user-select: none;
}

.cdl-list tr{
    height: 22px;
    padding-left: 5px;
}

.cdn-item-selected {
    background-color: #8B0000 !important;
    color:white;
}
    .cdn-item-selected:hover {
        background-color: #8B0000 !important;
    }

.cdn-item-right{
    padding-right: 5px;
}

.cdn-item-left {
    padding-left: 5px;
}

.btn.btn-default.filtroAzienda {
    margin-left:2.5%;
    margin-right:auto;
    margin-bottom:5px;
    width:95%;
    /*background-color: white;
    height: 20px;
    color:gray;
    padding-left:2px;
    padding-top:2px;*/
    background-color: #B9675B !important;
    border: none;
}

.filtroAzienda .options{
    width: 100%;
    border: 1px solid black;
}

.popupAzienda{
    max-height: 300px;
    overflow-y: auto;
}

.greenBox{
    background-color:green;
}

.redBox{
    background-color:red;
}