.tbl {
    border: solid 1px #02195f;
    padding: 2px;
    line-height: normal;
    background-color: #FFFFFF;
    color: #02195f;
    vertical-align: middle;
    text-align: center;
}


.tblWhite {
    background-color: White;
    margin-left: 100px;
    margin-right: 100px;
}

.tdNomeModulo {
    text-align: left;
    font: 12px Tahoma;
    color: #000099;
    font-weight: bold;
    padding-left: 30px;
}

.ajax__calendar {
    z-index: 999999999 !important;
}

.tblCont {
    height: 100%;
}

.Ddl {
    height: 19px;
    font: 10px Tahoma;
    color: #032488;
}

.trRptHead {
    font: bold 10px Tahoma;
    color: #FFF;
    background-color: #6979aa;
}

.trRptItem {
    font: 11px Tahoma, Arial;
    font-weight: bold;
    color: #575757;
    background-color: #E7E7E7;
}

.tdRptItem {
    font: 11px Tahoma, Arial;
    font-weight: bold;
    color: #AAA;
    background-color: #FFF;
}

.trIndicazione {
    font-size: 7.5pt;
    color: #030f4d;
    font-family: Tahoma, Tahoma;
}

.tdRptHead {
    text-align: center;
}

.trRptList {
    font: bold 10px Tahoma;
    color: #B22222;
    background-color: #FFF;
}

.tdLabel {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.Label {
    font-size: 10px;
    color: #032488;
    text-align: left;
}

.tdTitle {
    font-size: 10px;
    color: #f15c30;
    text-align: center;
}

.tdSubTitle {
    font: verdana;
    font-weight: bold;
    font-size: 10px;
    color: #0000FF;
}

.trWhite {
    background-color: White;
    margin-left: 0;
    padding-right: 0;
}

.lPad10 {
    padding-left: 10px;
}

.Cap1 {
    font-weight: bold;
    font-size: 12pt;
    color: #DC143C;
    font-family: Tahoma, Arial, Verdana;
}

.Cap2 {
    font-weight: bold;
    font-size: 10pt;
    color: #DC143C;
    font-family: Tahoma, Arial, Verdana;
}

.pad10 {
    padding-left: 10px;
    padding-right: 10px;
}

.tdIstruzioni {
    font-size: 11px;
    font-weight: bold;
    color: blue;
}

.FooterNew {
    font-size: 11px;
    font-weight: bold;
    color: Silver;
}

    .FooterNew a {
        font-size: 11px;
        font-weight: bold;
        color: #fff;
    }

        .FooterNew a:hover {
            text-decoration: none;
        }

.LogOff {
    color: black;
}

    .LogOff a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

        .LogOff a:hover {
            font-weight: bold;
            color: #aaa;
            text-decoration: none;
        }


.LogOut {
    font-weight: bold;
    color: Silver;
}

.TdParagrafo {
    border: solid 2px rgb(0,128,192);
    background-color: white;
    color: White;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
}

.TabParagrafo {
    background-color: rgb(114,190,216);
    padding: 13px;
    color: White;
    font-weight: bold;
    font-size: 10px;
    margin: 0px;
}

A.TabParagrafo {
    padding: 13px;
    background-color: White;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

    A.TabParagrafo:hover {
        padding: 13px;
        background-color: White;
        color: rgb(205,31,30);
        text-decoration: underline;
        font-weight: bold;
        font-size: 10px;
    }

.AvvisoBackground {
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../images/pxSfondo.png');
    position: fixed;
    z-index: 5000;
}

.AvvisoContenuto {
    margin-left: -200px;
    margin-top: -100px;
    width: 400px;
    height: 200px;
    left: 50%;
    top: 50%;
    background-color: White;
    border: solid 2px #989afa;
    position: fixed;
    padding: 10px;
    z-index: 5001;
}

.AvvisoTestoMessaggio {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.BlueMessage {
    font-weight: bold;
    color: #00008B;
}

.MultiPageSNC {
    background-color: White;
    border-bottom: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabSNC {
    background-image: url(../Images/bg.gif);
}

.infoSNC {
    overflow: auto;
    text-align: justify;
    border: solid 1px blue;
    padding: 5px;
    margin: 10px;
}

.BackgroundOpacity10 {
    background-color: Black;
    animation: fadeIn10 0.2s forwards ease-out;
}

@keyframes fadeIn10 {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
}

.BackgroundOpacity30 {
    background-color: Black;
    animation: fadeIn30 0.2s forwards ease-out;
}

@keyframes fadeIn30 {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
}

.BackgroundOpacity50 {
    background-color: Black;
    animation: fadeIn50 0.2s forwards ease-out;
}

@keyframes fadeIn50 {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}

.BackgroundOpacity70 {
    background-color: Black;
    animation: fadeIn70 0.2s forwards ease-out;
}

@keyframes fadeIn70 {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
}

.BackgroundOpacity90 {
    background-color: Black;
    animation: fadeIn90 0.2s forwards ease-out;
}

@keyframes fadeIn90 {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
}

.versione {
    font-size: 11px;
    font-weight: bold;
    color: #777;
}

.LogLink, .LogLink:visited, .LogLink:hover {
    font-size: 10px;
    font-weight: bold;
    color: Silver;
}

.BackDownloadFile_OK {
    background-color: Red;
}

.BackDownloadFile_KO {
    background-color: Green;
}

.ModalPopupCss {
    min-width: 200px;
    min-height: 100px;
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
}

    .ModalPopupCss a {
        font-weight: bold;
        margin: 2px;
    }


/********************************* UTENTI FINALI *************************************/


.Uftbl {
    border: solid 1px #02195f;
    padding: 2px;
    line-height: normal;
    background-color: #FFFFFF;
    color: #02195f;
    vertical-align: middle;
    text-align: center;
}

.UftblWhite {
    background-color: White;
    margin-left: 100px;
    margin-right: 100px;
}

.UftdNomeModulo {
    text-align: left;
    font: 12px Tahoma;
    color: #000099;
    font-weight: bold;
}

.UfDdl {
    height: 19px;
    font: 10px Tahoma;
    color: #032488;
}

.UftrRptHead {
    font: bold 10px Tahoma;
    color: #FFF;
    background-color: #6979aa;
}

    .UftrRptHead A:link {
        font: bold 10px Tahoma;
        color: #FFF;
        background-color: #6979aa;
    }

    .UftrRptHead A:hover {
        font: bold 10px Tahoma;
        color: Blue;
        background-color: #6979aa;
    }

    .UftrRptHead A:visited {
        font: bold 10px Tahoma;
        color: #FFF;
        background-color: #6979aa;
    }

.UftrRptItem {
    font: 11px Tahoma, Arial;
    font-weight: bold;
    color: #575757;
    background-color: #d9e2fc;
}

.UftdRptItem {
    font: 11px Tahoma, Arial;
    font-weight: bold;
    color: #AAA;
    background-color: #FFF;
}

.UftrRptList {
    font: bold 10px Tahoma;
    color: #B22222;
    background-color: #FFF;
}

.UftrIndicazione {
    font-size: 7.5pt;
    color: #030f4d;
    font-family: Tahoma, Tahoma;
}

.UftdRptHead {
    text-align: center;
}

.UftdLabel {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.UftdLabelBig {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.UfLabel {
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000;
}


.UftdSubTitle {
    font: verdana;
    font-weight: bold;
    font-size: 14px;
    color: #000099;
}

.UfmessageError {
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Tahoma, Arial, Tahoma;
}


.div_Flusso_cell {
    display: table-cell;
    width: 150px;
}

.div_Flusso_Panel {
    display: inline;
}

.div_Flusso_row {
    display: table-row;
    margin: 100px;
    line-height: 20px;
}

.div_Flusso_table {
    display: table;
}


.mydatagrid {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}



.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        /*background-color: #ff8000;*/
        font-family: Arial;
        color: #fff;
        text-align: left;
    }

.prodottoFormat {
    white-space: nowrap;
}

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}

.tablecell {
    display: inline-block;
    width: 70px;
    height: 15px;
    margin: 10px;
}

.tablerow {
    display: table-row;
}

.td403 {
    color: #ff0000;
    text-align: center;
    font-size: 3em;
    height: 10em;
    font-weight: bold;
}

.color1 {
    color: #264653;
}


.color2 {
    color: #2a9d8f;
}


.color3 {
    color: #e9c46a;
}


.color4 {
    color: #f4a261;
}

.color5 {
    color: #e76f51;
}

.colorFilter {
    color: #555;
    font-weight: bold !important;
    font-size: 14px;
    text-transform: uppercase;
}

.upperRow {
    font: 11px Tahoma, Arial;
    color: #575757;
    background-color: #E7E7E7;
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
}

.livello1 { /*Stile delle voci principali del menu*/
    margin: 0px;
    font-size: 10px;
    text-align: left;
    font-weight: bold !important; /*Decorazioni del testo delle voci principali*/
    text-decoration: none !important; /*Decorazioni del testo delle voci principali*/
    text-transform: none !important;
}

table.livello1 {
    padding: 4px 10px 4px 11px;
    text-transform: none !important;
}

.livello1:hover {
    cursor: default;
    background-color: #EDF0FA; /*Colore evidenziato nelle voci principali dei menu*/
    text-transform: none !important;
}

table.livello2 {
    text-transform: lowercase;
    padding: 2px 2px 2px 3px;
    margin: 0px;
    font-size: 10px;
    text-align: left;
    background: #B9C4E6; /*Sfondo dei sottomenu*/
    font-weight: bold !important;
    text-transform: none !important;
}

a.livello2 {
    /*color: #003E01 !important;*/
    font-size: 10px;
    text-transform: none !important;
}

span.livello2 {
    display: inline-block;
    width: 100%;
    height: 20px;
    padding: 0 4px 0 3px;
    text-transform: none !important;
}

table.livello2:hover {
    cursor: default;
    background-color: #EDF0FA !important; /*Colore di sfondo della voce evidenziata*/
}

span.level2withchild {
    /*border-left: 5px solid #020242 !important;/*Bordo laterale per voci con figli*/
}

span.level2withoutchild {
    margin-left: 5px; /*Margine per compensare il bordo laterale per voci senza figli*/
}

span.level2withchild:hover {
    cursor: default; /*Cursore in caso di link non evidenziato*/
}

span.level2withoutchild:hover {
    cursor: default;
}

.font-nouppercare {
    color: #555;
    font-weight: bold !important;
    font-size: 16px;
    margin-left: 15px;
}

.prestazioniHeader {
    color: #555 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.asddd {
    width: 20%;
}

.msgErroriTracciato {
    text-decoration: dotted;
    line-height: 1.6;
}

.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        /*background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);*/
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    height: 30px;
}

    .file-upload, .file-upload span {
        width: 90px;
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
        }


.navbar-nav .dropdown-menu .dropdown-menu {
    top: -5px;
    left: 100%;
}

.navbar-nav .dropdown-menu .caret {
    transform: rotate(-90deg);
}

.navbar-nav img.icon, .altlogoff {
    height: 20px;
    opacity: 0.4;
}

.imd_downloadGrid {
    width: 20px;
    opacity: 0.4;
}

.imd_toolTip {
    width: 20px;
}

.center-div-loader {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    z-index: 999;
}

.ComboBoxStyle {
    display: block !important;
}


.PanelComboBoxStyle { /* Questa è una classe temporanea che emula il css di bootstrap per le combo; andrà eliminata una volta che le combo saranno smart*/
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.ComboBoxStyle .ajax__combobox_textboxcontainer input {
    height: 34px;
    border-radius: 4px 0px 0px 4px;
    border: solid #ccc 1px;
    padding: 15px;
    border-right: 0px;
    width: 180px;
}

.ComboBoxStyle .ajax__combobox_textboxcontainer table {
    border-width: 0px;
    border-style: None;
    border-collapse: collapse;
    width: 180px;
    margin-top: 5px;
    display: block !important;
}

.ComboBoxStyle .ajax__combobox_buttoncontainer button {
    visibility: visible;
    height: 34px;
    width: 20px !important;
    margin: 0px;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    background-color: #fff;
    border-left: 0px;
}

/*.loader,
.loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid #e4b395;
    border-right: 0.5em solid #e4b395;
    border-bottom: 0.5em solid #e4b395;
    border-left: 0.5em solid #e97328;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.7s infinite linear;
    animation: load8 0.7s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/

.loader {
    /*$primary: map-get($app-theme, primary);*/
    position: fixed;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border: 3px solid #e4b395;
    border-radius: 80px;
    border-top-color: #e97328;
    animation: spinnerLoading 0.7s ease-in-out infinite;
    transition: 160ms ease-in;
}

@-webkit-keyframes spinnerLoading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinnerLoading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.table > tbody > tr[valign = "middle"] > td {
    vertical-align: middle;
}

.table > tbody > tr[valign = "top"] > td {
    vertical-align: top;
}

.table > tbody > tr[valign = "bottom"] > td {
    vertical-align: bottom;
}


/*Boostrap */

.navbar-inverse {
    background-color: #ffffff;
    border-color: #080808;
}

.panel-info {
    border-color: white;
}

.navbar-default {
    height: 60px;
}

.form-control, input[type="text"], .customdl {
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    margin-top: 5px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}


.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

@media (min-width: 1200px) {
    .container {
        width: auto;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px;
}


.btn-grid-row {
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #eee;
    border-radius: 3px;
    color: #575757;
    background-color: #f8f8f8;
    border-color: #ccc;
    font: 11px Tahoma, Arial;
}

    .btn-grid-row:hover {
        color: #333;
        background-color: #d2e2e0;
    }

    .btn-grid-row:disabled {
        background-color: #d2e2e0;
        opacity: .65;
    }


.templateselectorpanel {
    padding-left: 0px !important;
}

.templateSelectordll {
    width: 300px !important;
}

.filter-labelstye {
    color: #555;
    font-weight: bold !important;
    font-size: 14px;
    text-transform: uppercase;
}

.filter-codutility {
    padding-left: 15px;
    padding-right: 15px;
}

    .filter-codutility label {
        margin-right: 5px;
    }

#searchConsumi input {
    margin-top: 25px;
    margin-left: 25px;
}

.pnlAIDTicket {
    display: inherit;
    background-color: whitesmoke;
    padding: 0px 10px 10px 10px;
    vertical-align: middle;
    width: 1200px;
    max-height: 800px;
    overflow-x: hidden;
    min-height: 800px;
    top:20px !important;
    /*overflow-y: hidden !important;*/
}


.pnlEditPopup {
    display: grid;
    background-color: whitesmoke;
    padding: 10px;
    grid-column-align: center;
    vertical-align: middle;
    width: 500px;
}

.header {
    background-color: #646464;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 14px;
    text-align: center;
    font-size: 14px;
}

.headerContainer {
    display: table;
    width: 94%;
    margin: 0 auto;
}

    .headerContainer #row {
        display: table-row;
    }

    .headerContainer #headerLogo {
        display: table-cell;
        width: 66%;
    }

    .headerContainer #headerLogoCustom {
        display: table-cell;
        width: 80%;
    }


    .headerContainer #headerLogOff {
        display: table-cell;
        width: 37%;
    }

.ofy {
    height: 400px;
    overflow-y: scroll;
}

.img_logo {
    margin: 25px 10px 10px 10px;
    height: 28px;
}

.headerMenu {
    display: table;
    width: 94%;
    margin: 0 auto;
}

.content {
    min-height: 880px;
    width: 94%;
    margin: 0 auto;
    background-color: white;
}

.footer {
    height: 50px;
    margin-top: -10px;
    text-align: center;
}

body {
    margin: 0;
    background-color: #f8f8f8;
}

.LoggedUser {
    display: flex;
    flex-flow: column wrap;
    height: 60px;
}

    .LoggedUser #CellUser {
        padding: 10px;
        padding-left: 10px;
        color: #777;
    }

.ImgLogOff {
    margin-top: 20px;
    height: 20px;
    opacity: 0.4;
}

.LoggedUser .cellUtente {
    height: 50%;
    padding: 10px;
    color: #777;
    font-weight: bold !important;
}

.LoggedUser .cellValue {
    width: 400px;
    height: 50%;
}

.LoggedUser .CellLogOff {
    width: 50px;
    height: 100%;
    padding: 20px;
}

.LoggedUser #CellReseller div {
    padding-left: 0px !important;
}

    .LoggedUser #CellReseller div select {
        width: 380px;
        margin-left: 20px;
    }

.LoggedUser span {
    margin-left: 10px;
}

.ResellerName {
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
}

.CellUtente {
    color: #777;
    font-weight: bold !important;
}

#headerRight img {
    width: 31%;
    margin-top: 10px;
    vertical-align: unset;
}

.HeaderLogin {
    position: fixed;
    height: 10%;
    margin-left: 5%;
    margin-top: 10px;
}

    .HeaderLogin img {
        width: 70%;
    }

.squareLogin {
    background-color: #f8f8f8;
    position: fixed;
    left: 37%;
    margin-top: 10%;
    width: 26%;
}

.imgFooterLogo {
    width: 7%;
    margin-top: 19px;
}

.logo_login input {
    width: 88% !important;
}

.baserowLeft {
    width: 3%;
}

.baserowMiddle {
    width: 94%;
}

.baserowRight {
    width: 3%;
}

.ddlResellerCss {
    font-weight: bold !important;
    font-size: 14px;
    float: left;
    margin-top: 12px;
    font-weight: bold;
    color: #777;
}

.traderHeader {
    width: 420px;
    text-align: left;
}


/* Configuratore Prodotti*/
div#smarttextbox_container_txtNoteProdotti {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#smarttextbox_container_txtNoteProdotti textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.pnlEditModal {
    display: inherit;
    background-color: whitesmoke;
    padding: 1em;
    width: 530px;
    border-radius: 4px;
    margin: 0 auto;
    z-index: 1000 !important;
}

.popUpAnim {
    animation: popUp 0.2s forwards ease-in-out;
}

@keyframes popUp {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

#rpm_backgroundElement {
    z-index: 999 !important;
}

.pnlEditRPM h1 {
    text-align: center;
}

.pnlEditRPM *[smart="smarttextbox-container"] {
    width: 100%;
}

    .pnlEditRPM *[smart="smarttextbox-container"] input[disabled] {
        background-color: #f0f0f0;
    }

.pnlEditRPM *[smart="smarttextbox-caption"] {
}

.pnlEditRPM *[smart="smarttextbox-textbox"] {
}

/* Input Valido Dal -  Valido Al */
.pnlEditRPM *[smart="smartcalendar-container"] {
    width: auto;
}

/* Pulsanti della dialog */
.pnlEditRPM input[type=submit] {
    margin: 0 1em;
}

#rpm_backgroundElement .hidden {
    display: none;
    visibility: hidden;
}

.pnlEditModal .validation-field {
    margin: 0 20px;
    font-size: 0.8em;
    color: red;
    float: left;
    z-index: 999;
}

.pnlGridViewProduct {
    display: inherit;
    padding: 1em;
    border-radius: 4px;
    z-index: 1000 !important;
}

    .pnlGridViewProduct h1 {
        text-align: center;
    }

    .pnlGridViewProduct *[smart="smarttextbox-container"] {
        width: 100%;
    }

        .pnlGridViewProduct *[smart="smarttextbox-container"] input[disabled] {
            background-color: #f0f0f0;
        }

    .pnlGridViewProduct *[smart="smarttextbox-caption"] {
    }

    .pnlGridViewProduct *[smart="smarttextbox-textbox"] {
    }

    /* Input Valido Dal -  Valido Al */
    .pnlGridViewProduct *[smart="smartcalendar-container"] {
        width: auto;
    }


    .pnlGridViewProduct .validation-field {
        margin: 0 20px;
        font-size: 0.8em;
        color: red;
        line-height: 18px;
        float: left;
    }

#rpm_backgroundElement,
#cprd_backgroundElement {
    z-index: 999 !important;
}

    #rpm_backgroundElement .hidden,
    #cprd_backgroundElement .hidden {
        display: none;
        visibility: hidden;
    }


.grdProdotti td {
    line-height: 4px;
    padding: 6px;
}

.logo_loginWSAUTH .img_logo {
    width: 70%;
}

.pnlAID *[smart="smarttextbox-container"] {
    float: none;
}

.pnlAID *[smart="smartdropdownlist-container"] {
    float: none;
}

.pnlAID *[smart="smarttextbox-container"] {
    width: 100%;
}

.pnlAID *[smart="smartdropdownlist-container"] {
    width: 100%;
}

.pnlAID *[smart="smartcalendar-container"] {
    width: 100%;
}

.pnlAID {
    Width: 50%;
    Height: 90%;
}

.aid_panel {
    margin-top: 25px;
}

.pnlEditProductModal {
    display: inherit;
    background-color: whitesmoke;
    padding: 1em;
    width: 650px;
    border-radius: 4px;
    z-index: 100 !important;
}

    /*.pnlEditProductModal *[smart="smartdropdownlist-container"] {
        width: 100%;
    }*/

    .pnlEditProductModal *[smart="smartcalendar-caption"] {
        white-space: nowrap;
    }


    .pnlEditProductModal .validation-field {
        margin: 0 20px;
        font-size: 0.8em;
        color: red;
        float: left;
        z-index: 10001 !important;
    }

/* #######  Navigation Styles - START  ####### */

.caret {
    display: none;
}

/*Row styles*/
.menu-row {
    background: white;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.icon {
    filter: invert(50%);
}

/*Setting the text uppercase*/
.menu-row .navigation .nav-custom .static {
    text-transform: uppercase;
}

/*adding style to the level1*/
.menu-row .navigation .nav-custom .level1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    /*level 1 list item*/
    .menu-row .navigation .nav-custom .level1 .dropdown {
        color: gray;
    }

        /*level 1 links(a)*/
        .menu-row .navigation .nav-custom .level1 .dropdown > a {
            font-weight: bold;
            color: gray;
            padding: 10px;
        }

    .menu-row .navigation .nav-custom .level1 .level2withchild {
        margin-left: 7px;
    }


    .menu-row .navigation .nav-custom .level1 .dropdown > a:hover {
        background-color: #F8F8F8;
    }
    /*level 1 links of items*/
    .menu-row .navigation .nav-custom .level1 .dropdown > ul li a {
        padding: 5px;
        font-weight: 100;
        color: black;
    }

/*logo Trader*/
.logo_trader {
    width: auto;
    height: 60px;
    margin-top: 15px;
}

.utente {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .utente .logo_trader {
        margin: 0;
        display: none;
    }
/*logoff style*/
.menu-row .logOff {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: column;
    height: auto;
    text-align: start;
}

    /*Utente, resseler section*/
    .menu-row .logOff .info {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        margin-right: 10px;
    }

.infoTrader {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    margin-right: 10px;
}
/*Reseller name*/
/*.menu-row .logOff .info .child1 .ResellerName {
    font-size: 1.5rem;
}*/

.CellUser {
    width: auto;
    font-size: 1.3rem;
    color: #777;
    font-weight: bold !important;
    margin-left: 22px;
}

.CellUserTrader {
    margin: 0;
}

.menu-row .logOff .info .child2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.child2Trader {
    margin-left: 20px;
}

.menu-row .logOff .info .resseler .ddlResellerCss {
    margin-top: 9px;
}

.menu-row .logOff .info .child2 .buttons {
    margin: 0;
    padding: 0;
    filter: grayscale(100%);
}

    .menu-row .logOff .info .child2 .buttons .ImgLogOff {
        padding: 0;
        margin: 0 auto;
        filter: grayscale(100%);
    }

.ifTrader .ImgLogOff {
    margin: 5px 0 0 30px !important;
}

> > > > > > > origin/support/ALPERIA .menu-row .logOff .info .child2 .buttons input {
    filter: grayscale(100%);
}

/*style smart dropdown*/
.menu-row .logOff .info .child2 div[smart] select {
    height: 30px;
    margin-bottom: 5px;
}

.group {
    display: flex;
    flex-flow: column;
    width: 40%;
    margin: 0 auto;
}

.groupLevel1 {
    display: flex;
    justify-content: space-around;
}

.pnlViewModal {
}

.pnlViewTicket {
    background-color: whitesmoke;
    padding: 0px 10px 10px 10px;
    vertical-align: middle;
    width: 700px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: hidden !important;
}



.glyphicon {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 1.8rem;
    transition: 0.1s ease-in-out;
}

    .glyphicon:hover {
        transform: rotate(10deg);
    }

/* Crea Ticket */
.pnlTicketTest {
    display: flex;
    background-color: whitesmoke;
    padding: 0px 10px 10px 10px;
    vertical-align: middle;
    width: 600px;
    max-height: 1200px;
    overflow-x: hidden;
    overflow-y: hidden !important;
}



/*.group {
    display: flex;
    flex-flow: column;
    width: 40%;
    margin: 0 auto;
}

.groupLevel1 {
    display: flex;
    justify-content: space-around;
}

.pnlViewTicket {
    background-color: whitesmoke;
    padding: 0px 10px 10px 10px;
    vertical-align: middle;
    width: 750px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: hidden !important;
}*/



.chat {
    min-height: 400px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #808080;
}

.chatSection {
    overflow-y: scroll;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 300px;
}

.message {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    align-items: center;
}

    .message .senderName {
        font-size: 1.2rem;
        font-weight: bold;
        flex: 0.3;
    }

    .message .senderMessage {
        flex: 5;
        text-align: start;
        margin-left: 10px;
    }

    .message .dateSended {
        flex: 0.5;
        text-align: end;
    }

.sendMessage {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 10px;
}




.Header {
    background-color: White;
    color: Black;
    padding: 10px;
    font-weight: bold;
    border: 1px solid whitesmoke;
    cursor: pointer;
}

    .Header:hover {
        background-color: #E7E7E7;
    }

.SelectedHeader {
    background-color: #E7E7E7;
    color: black;
    padding: 10px;
    font-weight: bold;
}

.Contents {
    background-color: white;
    padding: 5px;
}


@media only screen and (max-width:1231px) {

    /*target the home icon*/
    .menu-row .navigation .nav-custom .level1 .static a {
        text-align: center;
    }

    .menu-row .navigation .nav-custom .level1 .static {
        margin-right: 0px;
        text-align: start;
    }

    .menu-row {
        flex-flow: column;
    }

        .menu-row .navigation {
            margin-bottom: 5px;
        }

            .menu-row .navigation::after {
                content: '';
                position: absolute;
                background: radial-gradient(circle, #d1d1d1 0%, rgba(255,255,255,1) 90%);
                width: 50%;
                left: 25%;
                height: 1px;
            }

    .logo_trader {
        display: none;
    }

    .utente .logo_trader {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .navbar-toggle {
        font-size: 2.5rem;
    }

    .btn {
        margin: 0 auto;
        width: 40%;
        margin-bottom: 5px;
    }

    .collapse {
        height: 390px;
    }

    .menu-row .navigation::after {
        background: none;
    }

    #templatesnet_templatedemo_body_ascx_Header_LogOff_ddlReseller {
    }
    /*basic style for nav*/
    .menu-row .navigation .nav-custom {
        width: 80vw !important;
        clear: left !important;
    }

    .collapse {
        overflow: hidden;
    }

    .menu-row .navigation .nav-custom .static {
        clear: left !important;
        width: 100% !important;
    }

    /*adding style to the level1*/
    .menu-row .navigation .nav-custom .level1 {
        flex-flow: column;
        margin: 0 auto;
        clear: left !important;
        text-align: center;
    }
        /*level 1 list item*/
        .menu-row .navigation .nav-custom .level1 .dropdown {
            width: 100%;
            /*text-align: center;*/
        }

        .menu-row .navigation .nav-custom .level1 .level2withchild {
            margin-left: 7px;
        }

        /*level 1 links(a)*/
        .menu-row .navigation .nav-custom .level1 .dropdown > a {
        }

            .menu-row .navigation .nav-custom .level1 .dropdown > a:hover {
            }
        /*level 1 links of items*/
        .menu-row .navigation .nav-custom .level1 .dropdown > ul li a {
        }

    .dropdown-menu {
        z-index: 99;
        clear: left !important;
        left: 48% !important;
    }

    /*logo Trader*/
    .logo_trader {
        width: 100%;
        height: 95%;
    }
}

@media only screen and (max-width:610px) {
    /*logo Trader*/
    .logo_trader {
        opacity: 0;
        pointer-events: none;
    }
}

/* #######  Navigation Styles - END  ####### */

/* #######  Anagrafica Styles - START  ####### */

/*handles the size of the modal*/
#templatesnet_templatedemo_body_ascx_Content_modules_creareseller_ascx_CreaReseller_pnlEditRSN {
    margin: 0 auto;
    width: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.rowCustom {
    display: flex;
    flex-flow: column;
}
    /*Buttons row*/
    .rowCustom[style] {
        display: flex;
        flex-flow: row;
        justify-content: space-around;
        align-items: center;
        width: 25%;
        margin: 0 auto;
        height: 40px;
    }

.contentCustom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.colCustom {
    display: flex;
    flex-flow: column wrap;
    width: auto;
    height: 90px;
}

    .colCustom div {
        width: auto !important;
    }

    .colCustom input[smart] {
        width: 140px;
    }

/*makes smaller the container for toponimo, nr.unit, cap*/
.small {
    margin-top: 6px;
    width: 100px;
}


/*Hadnles the size of the checkbox*/
.checkBox {
    width: auto;
}

/*makes small nr unit input*/
#smarttextbox_container_txtNrUnit input, #smarttextbox_container_txtNrUnitINV input {
    width: 70px;
}

/*makes small toponimo input*/
#smarttextbox_container_txtTop input, #smarttextbox_container_txtTopINV input {
    width: 70px;
}

/*makes small CAP toponimo input*/
#smarttextbox_container_txtCAP input, #smarttextbox_container_txtCAPINV input {
    width: 70px;
}

/*hides the invio fatture section when not cheked*/
.collapseFatture {
    display: none;
}

/*opens the Invio Fatture section*/
.showFatture {
    display: block;
    margin-top: 10px;
}

    .showFatture.with-animation {
        animation: fadeIn 0.3s forwards ease-out;
        transform-origin: top;
    }

/*Closes the Invio Fatture Sections*/
.disappearFatture {
}

    .disappearFatture.with-animation {
        animation: fadeOut 0.4s forwards;
    }

/*Handles the fadeIn animation*/
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    0% {
        transform: translateY(0);
    }

    99% {
        z-index: 1;
    }

    100% {
        transform: translateY(-30px);
        opacity: 0;
        display: none;
        position: fixed;
        z-index: -5;
    }
}

@media only screen and (max-width:800px) {
    /*handles the size of the modal*/
    #templatesnet_templatedemo_body_ascx_Content_modules_creareseller_ascx_CreaReseller_pnlEditRSN {
        width: 80vw;
        height: 80vh;
    }

    .rowCustom {
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        margin-bottom: 10px;
        height: auto;
    }

        /*Buttons row*/
        .rowCustom[style] {
            width: 100%;
        }

    .contentCustom {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .colCustom {
        margin: 0 auto;
    }

    /*makes smaller the container for toponimo, nr.unit, cap*/
    .small {
        width: 200px;
    }

    .collapseFatture {
        display: none;
    }

    .colCustom > div input {
        width: 150px;
    }

    /*arranges the buttons in the middle and space around*/
    .buttonsCustom {
        width: 100%;
    }
    /*makes small nr unit input*/
    #smarttextbox_container_txtNrUnit input, #smarttextbox_container_txtNrUnitINV input, #smarttextbox_container_txtTop input, #smarttextbox_container_txtTopINV input, #smarttextbox_container_txtCAP input, #smarttextbox_container_txtCAPINV input {
        width: 140px;
        margin: 0 auto;
    }


    /*Handles the fadeIn animation*/
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(-10px);
        }

        50% {
            transform: translateY(5px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeOut {
        0% {
            transform: translateY(0);
        }

        99% {
            z-index: 1;
        }

        100% {
            transform: translateY(-30px);
            opacity: 0;
            display: none;
            position: fixed;
            z-index: -5;
        }
    }
}

/* #######  Anagrafica Styles - END  ####### */


.ModalTitleLabel {
    font-size: 24px;
}

.ModalFieldLabel {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.ModalDiv {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}


div#smarttextbox_container_txtIndirizzo {
    padding-left: 0px !important;
}


div#smarttextbox_container_txtMatricola {
    padding-left: 0px !important;
}

div#smartcalendar_container_dtValidoDal {
    padding-left: 0px !important;
    width: 100% !important;
    margin-top: 20px;
}

div#smartcalendar_container_dtValidoAl {
    padding-left: 0px !important;
    width: 100% !important;
    margin-top: 20px;
}

.contatore *[smart="smartdropdownlist-container"] {
    padding-left: 0px !important;
}

div#smartcalendar_container_dtInizioVal {
    padding-left: 0px !important;
    width: 100% !important;
    margin-top: 20px;
}

div#smartcalendar_container_dtFineVal {
    padding-left: 0px !important;
    width: 100% !important;
    margin-top: 20px;
}

.distributore *[smart="smartdropdownlist-container"] {
    padding-left: 0px !important;
}

.mercatoDestinazione *[smart="smartdropdownlist-container"] {
    padding-left: 0px !important;
}

.prodotto *[smart="smartdropdownlist-container"] {
    padding-left: 0px !important;
}

.stato *[smart="smartdropdownlist-container"] {
    padding-left: 0px !important;
}

div#smartcalendar_container_dtStipula {
    padding-left: 0px !important;
    width: 100% !important;
    margin-top: 20px;
}

div#smartcalendar_container_dtDataInizio {
    padding-left: 0px !important;
    width: 100% !important;
    margin-top: 20px;
}

.buttonsSection::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #d3d3d3;
    margin-bottom: 10px;
    border-radius: 10px;
}

.buttonsSection {
    flex-flow: column;
    max-height: 150px;
}

.rowBut {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .rowBut p {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto 0;
    }

    .rowBut button {
        width: 70px;
        height: 30px;
        border: 1px solid #ada9a4;
        border-radius: 5px;
        transition: all 0.1s ease-in-out;
    }

        .rowBut button:hover {
            background-color: #e0dfde;
        }

    .rowBut span {
        font-size: 1.7rem;
        margin: auto;
    }

hr {
    width: 90%;
    margin: 5px;
}

#lg_items .list-group-item {
    padding: 5px 10px;
}

.aidRows {
    font: 11px Tahoma, Arial;
    font-weight: bold;
    color: #575757;
    background-color: #E7E7E7;
}

.panel-export {
    float: left;
    margin: 0 0 0 20px;
}


.panel-exportCustom {
    float: left;
    /*margin: 0 300px 0 50px;
    width: 200px;*/
}

.content-export-custom input.sdde-input {
    width: 45px !important;
}

.content-export-custom select[smart="smartdropdownlist-dropdownlist"] {
    margin: 0;
}

.panel-search {
    float: left;
    margin: 0 10px 0 0;
}
