﻿/* CSS Standard per Admin  */
/* CSS cliente per Admin  */

.p-0 {
    padding: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../style/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('../style/fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url("../style/fonts/HelveticaNeue-CondensedBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.navbar {
    background: #212f67;
    background: -moz-linear-gradient(top, #212f67 0%, #178bca 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212f67), color-stop(100%,#178bca));
    background: -webkit-linear-gradient(top, #212f67 0%,#178bca 100%);
    background: -o-linear-gradient(top, #212f67 0%,#178bca 100%);
    background: -ms-linear-gradient(top, #212f67 0%,#178bca 100%);
    background: linear-gradient(to bottom, #212f67 0%,#178bca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212f67', endColorstr='#178bca',GradientType=0 );
    border: 0px !important;
    color: #ffffff;
}



.dash-navbar-top .navbar-nav > li > a {
    text-transform: uppercase;
    color: #ffffff !important;
}

    .dash-navbar-top .navbar-nav > li > a:hover,
    .dash-navbar-top .navbar-nav > li > a:focus {
        background: rgb(250,165,26);
        background: -moz-linear-gradient(top, rgba(250,165,26,1) 0%, rgba(255,209,5,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,165,26,1)), color-stop(100%,rgba(255,209,5,1)));
        background: -webkit-linear-gradient(top, rgba(250,165,26,1) 0%,rgba(255,209,5,1) 100%);
        background: -o-linear-gradient(top, rgba(250,165,26,1) 0%,rgba(255,209,5,1) 100%);
        background: -ms-linear-gradient(top, rgba(250,165,26,1) 0%,rgba(255,209,5,1) 100%);
        background: linear-gradient(to bottom, rgba(250,165,26,1) 0%,rgba(255,209,5,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa51a', endColorstr='#ffd105',GradientType=0 );
        color: #00386c !important;
    }

/*
.dash-navbar-top .dnt-avatar {
    -webkit-box-shadow: 0 0 0 2px #1c5e9a, 0 0 0 4px #ffffff;
    box-shadow: 0 0 0 2px #1c5e9a, 0 0 0 4px #ffffff;
}
*/

.dash-navbar-top .dnt-avatar {
    display: block;
    background-image: url(images/avatar.png);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    cursor: pointer;
}


/* le due classi sottostanti vanno tolte se è presente il menu a sinistra */
/*.dash-navbar-top .dnl-btn-toggle {
    display: none;
}

.dash-navbar-top.dnl-hidden .navbar-brand {
    margin-left: 0px;
}*/

/*  Gestione Logo Azienda */
.navbar-brand {
    display: block;
    position: absolute;
    margin-top: 8px;
    overflow: hidden;
    /*background-image: url(images/id-logo.png);*/
    width: 170px;
    height: 45px;
    margin-left: 20px;
    background-size: 170px 90px;
    background-position: 0px 0px;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

    .navbar-brand:hover {
        background-position: 0px -45px;
    }





.cntHeaderTitolo {
    position: absolute;
    left: 0;
    text-align: center;
    padding-top: 20px;
    width: 100%;
}

#headerTitolo {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*# 00 - Navbar / 01 - lg #*/
@media all and (min-width: 1200px) {
    #headerTitolo {
        white-space: nowrap;
        font-size: 15px;
        width: 500px;
    }
}

/*# 00 - Navbar / 02 - md #*/
@media all and (min-width: 992px) and (max-width: 1199px) {
    #headerTitolo {
        white-space: nowrap;
        font-size: 15px;
        width: 500px;
    }
}

/*# 00 - Navbar / 03 - sm #*/
@media all and (min-width: 768px) and (max-width: 991px) {
    #headerTitolo {
        display: block;
        font-size: 13px;
        width: 300px;
        margin: -8px auto;
    }
}

/*# 00 - Navbar / 04 - xs Plus #*/
@media all and (min-width: 411px) and (max-width: 767px) {
    #headerTitolo {
        display: none;
    }
}

/*# 00 - Navbar / 05 - xs Standard #*/
@media all and (min-width: 371px) and (max-width: 410px) {
    #headerTitolo {
        display: none;
    }
}

/*# 00 - Navbar / 06 - xs Small #*/
@media all and (min-width: 1px) and (max-width: 370px) {
    #headerTitolo {
        display: none;
    }
}

.nomeUtenteHeader {
    position: absolute;
    color: #ffffff !important;
    right: 16px;
    width: 600px;
    margin-top: 17px;
    text-align: right;
}

.spinnerLoading {
    position: fixed;
    background-color: #181818;
    opacity: 0.4;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

    .spinnerLoading img {
        position: relative;
        width: 100px;
        left: calc(50% - 50px);
        top: calc(50% - 50px);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

/*.cntItem {
    display: grid;
    grid-template-columns: 50% 50%
}*/

@media (min-width: 768px) {
    .form-inline .form-group {
        display: grid;
        grid-template-columns: 14% 86%;
        align-items: center;
        margin-bottom: unset
    }

        .form-inline .form-group.data-text-large {
            grid-template-columns: 20% 80% !important;
        }
}

.btnGrigliaDocumento {
    min-width: unset !important;
    width: 40px
}

    .btnGrigliaDocumento .k-icon {
        margin-left: unset !important;
        margin-right: unset !important
    }

.mapping-order-result {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #f5f5f5;
    width: fit-content;
}

.cntRicercaElencoProdotti, .cntRicercaElencoUtenti {
    display: inline-block;
    float: left;
    width: calc(100% - 250px);
}

.btnAggiungiSelezionati, .btnRimuoviSelezionati {
    min-width: inherit !important;
    width: 30px;
    height: 28px;
    font-size: 17px;
    float: right;
    padding: 0px;
    background-color: #f35800;
    border-color: #f85a00;
    color: #ffffff;
}

.inputRicercaClienti, .inputRicercaProdotti, .inputRicercaUtenti {
    padding: 6px;
    width: calc(100% - 110px);
    margin-top: -1px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.selectAllCheck {
    float: right;
    margin-right: 23px;
    display: flex;
    align-items: center;
    height: 30px;
}

.btnAzzeraFiltri {
    float: left;
}

.selectAllCheck input.checkSelezionaTutti {
    margin: 0 0 0 10px;
}

.modal-xl {
    width: 1200px;
}

.k-widget.k-dropdown.k-header.form-control {
    border: none;
}