@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --color0: #ffffff;
    --color1: #f58025;
    --color2: #00264c;
    --color3: #79103f;
    --color4: #d3d3d3;
    --color5: #eeeae5;
}

/*@font-face {
    font-family: "Noto Serif";
    src: url("open-iconic/font/fonts/NotoSerif-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Noto Serif";
    src: url("open-iconic/font/fonts/NotoSerif-Italic.otf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Noto Serif";
    src: url("open-iconic/font/fonts/NotoSerif-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Noto Serif";
    src: url("open-iconic/font/fonts/NotoSerif-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}*/
@font-face {
    font-family: "DINOT";
    src: url('font/DINOT/DINOT.otf') format("truetype");
}

@font-face {
    font-family: DINOT;
    src: url("font/DINOT/DINOT.otf") format("opentype");
}

@font-face {
    font-family: DINOT;
    font-weight: bold;
    src: url("font/DINOT/DINOT-Bold.otf") format("opentype");
}

body {
    font-family: 'dinregular', 'Arial', sans-serif;
    display:flex;
    flex-flow:column;
    height:100%;
    font-size:0.8rem!important
}



body::-webkit-scrollbar {
    width: 15px;
}
div.rz-data-grid-data::-webkit-scrollbar {
    width: 12px;
}
.rz-data-grid {
    border: 0px !important;
}
div.rz-data-grid-data {
    /*padding: 0 5px;
    direction: rtl;*/
}
div.rz-data-grid-data > table {
    /*direction: ltr;*/
}

.btn-primary.rz-button > i.rz-button-icon-left.rzi {
    color: white;
}


a {
    text-decoration: none !important;
    cursor: pointer !important;
}

a.nav-link{
    font-weight: bold !important;
    text-transform: uppercase;
}

a.nav-link:active{
    color: #1b6ec2;
}

a, .btn-link {
    color: #0366d6;
}

#LoginContainerPage .btn-primary,
.btn-primary {
    color: #fff;
    background-color: #F58025 !important;
    /*   border-color: #1861ac;*/
}


.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }




.rz-accordion-header,
.rz-accordion-content {
    background-color: transparent !important;
}

.rz-state-active a[role='tab'] {
    color: inherit !important;
}
.rz-col-icon {
    width: 36px;
}
.rz-col-icon > .rz-column-title{
    display:none;
}
.rz-expanded-row-template{
    padding: 0px !important;
}
.rz-expanded-row-template > div {
    padding: 10px !important;
}
.rz-expanded-row-template > .rz-nopadding {
    padding: 0px !important;
}

.rz-expanded-row-content > td{
    padding: 4px 0px !important;
}

.rz-grid-filter-buttons .rz-button.btn-secondary {
    color: black;
    background-color: var(--color2) !important;
    order: 2;
    width: 40%;
    text-align: center;
    padding-left: 7%;
}

.rz-grid-filter-buttons .rz-button.btn-primary {
    background-color: var(--color1) !important;
    order: 1;
    width: 40%;
    text-align: center;
    padding-left: 7%;
}

.rz-button {
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0px 16px;
    height: 33px;
}

    .rz-button.btn-primary {
        background-color: var(--color1) !important;
    }
    .rz-button.btn-secondary {
        background-color: var(--color2) !important;
        color: white !important;
    }

.rz-datatable-thead th, .rz-grid-table thead th {
    padding-top: 3px;
}

th.rz-unselectable-text > div {
    max-height: 45px !important;
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.rz-sortable-column-icon{
    margin: 5px 2px auto 2px;
}
.rz-grid-filter-icon{
    margin-left:auto;
    margin-right:2px;
}
.rz-grid-filter-icon{
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

i .rzi {
    /*margin-right: 4px !important;*/
}
.small {
    font-size: 16px !important;
}

.text-inline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-label {
    color: #324752 !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    white-space: nowrap;
    font-weight: bold;
}
@media(min-width: 600px){
    .text-label::after{
        margin-right: 0.5px;
        margin-left: auto;
        padding-left: 1px;
        content: ': ';
    }
}

.text-note {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
label,
.text-bold {
    font-weight: normal !important;
    margin: 0;
    font-size: 14px;
    white-space: normal;
}
.rz-column-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 2px 4px !important;
    font-weight: bold !important;
    width: 100%;
}
.subtitle {
    max-height: 20px !important;
    min-height: 20px !important;
    height: 20px !important;
}
.rz-cell-data {
    white-space: normal !important;
}
.rz-unselectable-text.fullTitle, .rz-unselectable-textdateBorderGridOrder > div > .rz-column-title {
    width: 100%;
    display: block;
}

.g-icon {
    font-family: 'Material Icons';
}

/* fallback */
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: normal;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v95/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.an-nav-link {
    font-weight: bold;
    line-height: 1.5 !important;
    font-size: 1rem !important;
    letter-spacing: .7px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    list-style: none !important;
    text-size-adjust: auto;
}

textarea::placeholder{
    font-size: 14px;
}

small.an-nav-link {
    font-weight: 100 !important;
}

.an-subtitle {
    font-family: 'Noto Serif',serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: rgb(46 45 45);
    font-size: 0.6rem !important;
    letter-spacing: .9px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    list-style: none !important;
}

.grid-text, .grid-number{
    font-weight: normal !important;
    font-size: 13px !important;
}
.grid-number{
    white-space:nowrap;
}
.grid-text{
    white-space:normal;
}

.horizontal-scroll {
    overflow-x: auto;
    white-space: nowrap;
}
rz-chkbox-box {
    background-color: #fff !important;
} 
label.rz-dropdown-label {
    background-color: #fff !important;
} 
input.rz-inputtext {
    padding: 0 2px !important;
    height: 24px !important;
    background-color: #fff !important;
}
input.form-control{
    height: 24px !important;
}
textarea.form-control {
    padding: 0px 2px !important;
    margin-top: 2px !important;
}
.rz-grid-table td, .rz-grid-table th {
    padding: 4px;
}
.rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
    height: auto !important;
}
.card-index{
    width: 15rem !important;
    height: 12rem !important
}
.card-icon{
    font-size: 6rem !important;
}
.rz-button-text {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
@media screen and (max-whidth: 600px) {
    .card-index {
        height: 50%;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .rz-button-text {
        /*display: none;*/
    }
}
@media screen and (min-width: 800px) {
    .top-header-view-order {
        padding-right: 31px;
    }
}
.grid-container{
    padding: 0px;
}
@media screen and (max-width: 1750px) {
    .grid-container {
        padding-right: 14px;
    }
}
.rz-dialog {
    min-height: 50px !important;
}
.rz-dialog-content {
    padding: 0 !important;
}
.card-image {
    width: 120px;    
}

.rz-datatable-even:hover{
    background-color : var(--color4);
    color:white
}

.rz-datatable-odd:hover {
    background-color: var(--color4);
    color: white
}
.rz-datatable-odd {
   
    color: white
}

    .rz-datatable-odd > td {
        background-color: var(--color5);
    }


.rz-grid-table tbody tr:nth-child(even){
    background-color: var(--color5)
}


.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data{
    color : var(--color2)
}

.rz-datatable-thead th, .rz-grid-table thead th {
    background-color: var(--color2);
    

}
.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
        color: white;
    }

.text-muted {
    color: white !important;
}

.filter-legend{
    border: var(--color2) 0.5px solid;
}

.legendHead{
    width:60px;
    color:var(--color2);
}

.filter > div > label {
    width: 100px;
    text-transform: none !important;
    display: contents !important;
}

.filter > div:last-child{
    width: 100%;
}
.filter > div:last-child > input{
    width:auto;
}
.filter + .filter{
    margin-right:5px
}

.filter{
    margin-right:5px;
}

.tilesInfo {
    background-color: var(--color4);
    min-height: 33px;
    align-items: center;
}

.productView {
    background-color: grey;
    width: 206px;
    margin-left: 8px;
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
}

th.rz-frozen-cell {
    background-color: var(--color2) !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

.an-nav-link {
    text-transform: none!important;

}

label{
    text-transform:none!important;
}

.bg{
    background-color: var(--color-0);
    background-image: url(/image/footer.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    background-attachment: fixed;
}

.numericSet > .rz-spinner input[type='number'], .rz-spinner input[type='text'] {
    height: 36px !important;
}

.numericSet .rz-button{
    height: 15px !important;
}

.componentContainer {
    /*margin-top: 10px;*/
}


legend {
    width: 134px;
    padding-left: 11px
}

.numericToText input[type=text] {
    border: 1px solid #dadfe2 !important;
    border-radius: 4px !important;
    box-shadow: inset 0 4px 3px 0 rgb(0 0 0 / 3%) !important;
    background-color: #ffffff !important;
    outline: 1px solid black;
}
.rz-paginator{
    padding:0px!important;
}

.file-input-zone {
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 14px !important;
    letter-spacing: 0.7px;
    padding: 0px 16px;
    height: 33px;
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: #ff6d41;
    color: #ffffff;
    border: none;
    outline: none;
    line-height: initial;
    justify-content: center !important;
    align-items:center
}


    .file-input-zone input[type=file] {
        position: absolute;
        width: 221px;
        height: 33px;
        opacity: 0;
        cursor: pointer;
    }

input[type='file'] {
    opacity: 0
}

.tilesDescItem {
    background-color: #002747 !important;
    color: white;
    margin-bottom: 6px;
}

.cardTilesProd {
    width: 240px;
    /*margin: 0 calc(-1 * var(--rz-card-padding));*/
    margin:-6px;
    padding: 2rem;
}

.addEuro > span:after {
    content: '\20AC';
}

.addKg > span:after {
    content: 'Kg';
}
.rz-sortable-column .rzi-sort {
    color:white!important
}

.rzi rz-grid-filter-icon{
    color:white;
}

.speseTrasporto{
    width:209px;
}

.imgStyle{
    width:180px;
    height:180px;
}

.paddingTiles{
    padding:8px!important;
}

.noPaddingTiles{
    padding:0px!important
}

.rz-button.circleButton {
    border-radius: 50% !important;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonCart {
    margin-right: 0.3rem;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:0px!important
}

.rz-button, .rz-paginator-element {
    border-radius: 0px !important
}


span.smallText{
    font-size: 10px !important;
}

.rz-dialog-wrapper{
    z-index: 1202;
}
.nav-btn{
    min-width:120px;
    width:150px;
    max-width:150px;
    margin-right:5px;
}

.labelConfirmProd{
    /*min-width:200px*/
}

@media(max-width:600px) {
    .nav-btn {
        width: 100%;
        max-width:100%
    }
}
