﻿
MyPanel {
    display: none;
    position: fixed;
    top: 10%;
    left: 60%;
}

.MyPanel1 {
}


#login_frm {
    /*position: absolute;
    top: 20%;
    right: 0;
    left: 0;*/
    margin: auto;
    width: 70%;    
}

#table_border {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.MyCheck {
    cursor: pointer;
}


.myButton {
    background-color: #DDEAFB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 10px;
    text-decoration: none;
}

    .myButton:hover {
        background-color: #f0c352;
        cursor: pointer;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

    .myButton:disabled {
        opacity: 0.35;
        cursor: not-allowed;
    }

/*.grid {
    margin: 0 auto;
}*/


.MyGrid {
    font-family: Tahoma;
    font-size: 10pt;
    border: solid 1px #BED6F6;
    display: inline-table;
    width: 100%;
}

    .MyGrid tr td, .MyGrid tr th {
        font-family: Tahoma;
        font-size: 10pt;
        border: solid 1px #BED6F6;
    }

.MyGrid_Header a:link {
    text-decoration: none;
    font-weight: normal;
}



.MyGrid_Header {
    background: #DDEAFB;
    height: 25px;
}


.DivTopLeft {
    float: left;
}

.DivTopRight {
    float: right;
}

.MyTextBox {
    border: solid 1px #BED6F6;
    height: 20px;
}

.MyDropDown {
    font-family: Tahoma;
    font-size: 10pt;
    border: solid 1px #BED6F6;
    cursor: pointer;
    height: 25px;
}

.PagerImage {
    margin-top: 1px;
}

.PagerCombo {
    background-color: White;
}

.BorderNone tr td {
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-color: gray;
    border-collapse: separate;
    -moz-border-radius: 0px 0px 0px 0px;
}

.PagerCenter {
    width: 100%;
}

.Container {
    align-content: center;
    margin: 0 auto;
}

/* GRID 

.MyGrid
{
	font-family : Tahoma;
	font-size:10pt;
}
.MyGrid_RowStyle
{
	border-top-color: #BED6F6;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-color: #BED6F6;
	border-left-style: solid;
	border-left-width: 1px;

	border-right-color: #BED6F6;
	border-right-style: solid;
	border-right-width: 1px;
	
	border-bottom-color: #BED6F6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}

*/
/* DEFAULTS
----------------------------------------------------------*/


a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    width: 310px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.header {
    /*position: relative;*/
    margin: 0px auto 0px auto;
    padding: 0;
    background: #5180c8;
    width: 100%;
    height: 60px;
    /*border-radius: 5px;*/
    /*box-shadow: 2px 2px 20px 5px rgba(193,190,190,1);*/
    display: flex;
    /*flex-direction: row;*/
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    /*background-color: royalblue;*/
}

    .header h1 {
        font-weight: 600;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

html, body {
    /*background-image: url(../images/logo-AM.png);*/
    /*background: url(../images/background.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    min-width: 360px;
    overflow: hidden;
    height: 100%;
    /*color: #484848;*/
    color: White;
    background: #2e2e2e;
}

.bg {
    /* The image used */
    background-image: url("../Images/background.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

@media only screen and (min-width: 900px) and (min-height: 600px) {
    .bg-overlay {
        position: fixed;
        height: 40%;
        width: 40%;
        bottom: 10px;
        right: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .app-text-box {
        position: absolute;
        width: 480px;
        bottom: 200px;
        right: 12%;
    }

    .app-text {
        font-size: 42px;
        font-weight: lighter;
        color: #383838;
        width: 100%;
    }

    .app-box {
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 300px;
        /*width: 100%;*/
        height: 220px;
        bottom: 0;
        right: 18%;
        /*margin-top: 250px;
    margin-left: 70%;*/
    }

    .app-box-android {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .app-box-ios {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .app_qr {
        width: 80px;
    }

    .app_btn {
        margin-top: 4px;
        width: 120px;
    }

    .app_comingsoon {
        width: 160px;
        position: absolute;
    }
}

.navbar {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background: Whitesmoke;
    align-items: center;
    border: 1px solid gainsboro;
}

.main {
    margin: 0 auto;
    width: 100%;
}

.pageTitle {
    /*float: left;*/
    padding: 2px 10px 2px 10px;
    width: 100%;
    background: #2e2e2e;
    text-align: left;
}

.login-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.footer {
    width: 100%;
    height: 40px;
    line-height: 15px;
    position: absolute;
    bottom: 0;
    background-color: #2e2e2e;
    font-size: 10px;
}

.logo-small {
    max-height: 28px;
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    padding: 0px;
    margin-left: 6px;
    margin-right: 6px;
}

.footer-logo {
    width: 28px;
    min-width: 16px;
    height: 28px;
    min-height: 16px;
    margin: 0px 12px 0px 3px;
    border-radius: 14%;
    padding: 0px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/*div DELLE GRIDVIEW*/
.maindiv {
    margin: 0 auto;
    width: 100%;
    background: Whitesmoke;
}

.maindiv-prodotti {
    margin: 0 auto;
    height: 70%;
    width: 100%;
    background: Whitesmoke;
}

.resizableContainer {
    width: 100%;
    /*height: 70vh;*/
    /*margin: 20px auto;*/
    background: Whitesmoke;
    /*border-radius: 5px;*/
    /*padding: 20px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    overflow:scroll;
    /*min-height: 70vh;*/
}

.resizableContainerRecovery {
    width: 100%;
    /*height: 70vh;*/
    /*margin: 20px auto;*/
    background: Whitesmoke;
    /*border-radius: 5px;*/
    /*padding: 20px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    /*min-height: 70vh;*/
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
    background-color: white;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited {
    background-color: #DDEAFB;
    border: 1px #BED6F6 solid;
    color: #000000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin: 2px;
}

div.menu ul li a:hover {
    background-color: #f0c352;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear2 {
    clear: both;
}

.title {
    /*display: block;
    float: left;
    text-align: left;
    width: auto;
    font-size: 14px;
    background: transparent;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    vertical-align: middle;
    font-size: 12px;
    background: transparent;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

select option {
    font-family: Monospace;
    font-size: small;
}

select {
    font-family: Monospace;
    width: 400px;
    font-size: small;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.dxrd-right-panel-collapse {
    height: 100px !important;
}

.dxrd-right-panel.ui-resizable {
    margin-top: 40px;
}

.dxrd-right-tabs {
    margin-top: 40px;
}

.dx-designer
.dx-texteditor:not(.dx-multiline):not(.dx-textarea)
.dx-texteditor-input {
    font-size: 14px;
}

.dxrd-designer-wrapper
.dxrd-right-panel
.dxrd-right-panel-header {
    font-size: 14px;
}

.dx-editors .dx-fieldset .dx-field .dx-field-label {
    font-size: 14px;
}

.dxrd-preview.dxrd-designer-wrapper
.dxrd-preview-parameters-wrapper
.dxrd-preview-parameter-action {
    font-size: 12px;
}

.logo-container {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
    background: white;
    /*border-radius: 5px;*/
    padding: 0;
    width: 100%;
    min-height: 75vh;
}

.logo {
    opacity: 0.9;
    margin: 0 auto;
    /*box-shadow: 0px 20px 20px 0px #c1bebe;*/
    border-radius: 5px;
    max-width: 400px;
    width: 60%;
}

/*.dxBB dxucBrowseButton_Sinapsi .ASPxUploadControl1_FI0 {
    border-radius: 5px;    
}*/

.dxucBrowseButton_Sinapsi {
    border-radius: 2px;
    padding: 8px 18px 6px;
    font: 14px 'Roboto Medium',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
    font-weight: bold;
}

.dxgvFocusedRow_Sinapsi .dxWeb_edtCheckBoxChecked_Sinapsi {
    background-color: #484848;
    border-radius: 3px;
}

.dxgvFocusedRow_Sinapsi {
    background: gainsboro !important;
    color: #2e2e2e !important;
    font-weight: bold;
}

.dxgvDetailRow_Sinapsi {
    background-color: dimgray;
}


/* LOGIN E SITE MASTER
----------------------------------------------------------*/

.login-container {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    /*height: calc(100% - 40px);
    min-height: calc(100% - 40px);*/
    margin: 0 auto;
}

.login-form {
    /*margin: 0 auto;*/
    /*margin: 2% auto 15% auto;*/ /* 5% from the top, 15% from the bottom and centered */
    /*border: 1px solid #888;*/
    width: 100%;
    min-height: 100%;
    /*max-width: 800px;*/
    /*height: calc(100% - 40px);
    min-height: calc(100% - 40px);*/
    /*position: relative;*/
    /*margin-bottom: -40px;*/ /* Put negative height of the footer here */
    /*padding-bottom: 40px;*/ /* Put height of the footer here. Needed for higher than screen height pages */
}

/* Center the avatar image inside this container */
.imgcontainer {
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    /*position: absolute;*/
    z-index: 99 !important;
}

.login-panel {
    margin: 0 auto;
    /*position: absolute;*/    
    width: 100%;
    max-width: 700px;
    height: auto;
    background-color: transparent;
    top: 130px;
}

.login-logo {
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    /*position: absolute;*/
    /*z-index: 10;*/
}

/* Avatar image */
img.avatar {
    width: 35%;
    max-width: 180px;
    border-radius: 50%;
    z-index: 99 !important;
}

.login-language {
    width: 30%;
    max-width: 100px;
    margin: 0px auto 4px auto;
    padding-left: 0px;
    /*z-index: 11;*/
}

.layout {
    width: 30%;
    max-width: 100px;
    margin: 0px auto 4px auto;
    padding-left: 0px;
}

/*#ASPxRoundPanel1_Lingua_DDD_PW-1 {
    z-index: 99999 !important;*/
    /*position: absolute;*/
/*}

.dxpcDropDown_Sinapsi {
    z-index: 99999 !important;*/
    /*position: absolute;*/
/*}
.dxpclW {
    z-index: 99999 !important;*/
    /*position: absolute;*/
/*}
.dxpc-ddSys {
    z-index: 99999 !important;*/
    /*position: absolute;*/
/*}

.dxpc-contentWrapper {
    z-index: 99999 !important;*/
    /*position: absolute;*/
/*}

.dxmodalTableSys {
    z-index: 99999 !important;*/
    /*position: absolute;*/
/*}*/

.login-item {
    width: 80%;
    margin: auto;
}

.label {
    font-size: medium;
    font-weight: bold;
}

.textBox {
    font-size: medium;
    width: 100%;
    margin: 5px 0px 8px 0px;
    padding: 1px 3px;
    /*display: inline-block;*/
    box-sizing: border-box;
}

.textBox-password {
    font-size: medium;
    width: 100%;
    margin: 5px 0px -10px 0px;
    padding: 1px 3px;
    /*display: inline-block;*/
    box-sizing: border-box;
}

.error-text {
    color: red;
    width: 100%;
    height: 18px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.button-login {
    padding: 10px 10px 6px 10px !important;
    width: 100% !important;
    margin: 8px auto 0 auto !important;
    align-content: center !important;
}

.dxbButton_Sinapsi div.dxb {
    font-size: small;
    text-transform: none;
}

.help-button {
    /*border-radius: 50%;*/
}

/*NAV BAR*/
.dxmLite_Sinapsi {
    width: 99%;
    margin: auto;
    /*box-shadow: 0px 3px 14px 6px rgba(193,190,190,0.8);
    -webkit-box-shadow: 0px 3px 14px 6px rgba(193,190,190,0.8);*/
    /*background-color: gainsboro;*/
}

.dxmLite_Sinapsi .dxm-selected {
    /*opacity: 0.9;*/
}

.flex-parent {
    display: flex;
}

.jc-center {
    justify-content: center;
}

.right-margin {
    margin-right: 10px;
}

.oPdcRow {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}


/* XTRAReport - Mobile */
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons {
    display: normal !important;
    width: 100% !important;
    padding: 0px 40px !important;
    left: 0 !important;
    bottom: 10px;
    background-color: #2e2e2e;
    z-index: 10000 !important;
}

.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile {
    /*height: 90%;*/
}

    .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset {
        /*margin: 10px;*/
        margin-top: 30%;
    }

    .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons {
        /*bottom: 30%;*/
    }

.dxrd-preview.dxrd-designer-wrapper {
    height: 97%;
}

.dxrdp-mobile-paginator {
    bottom: 100px;
}

.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-preview-wrapper.dxrdp-fullscreen {
    height: 100%;
}

.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-progress.dxrd-align-default, .dx-ltr .dxrd-preview-progress.dxrd-align-default {
    bottom: 70px;
}

.dx-overlay-content .dx-toast-error .dx-toast-content .dx-resizable .dx-toast-error {
    margin: -45px;
}

.dxbButton_Sinapsi[class~="dxgvCommandColumnItem_Sinapsi"] .dxb {
    padding: 4px;
}

.dx-overlay-wrapper {
    z-index: 9999 !important;
}





/*GRIDVIEW*/
.dxgvSearchPanel_Sinapsi .dxeButtonEdit_Sinapsi td.dxic {
    padding: 7px 8px 8px 12px;
}

.dxgvControl_Sinapsi, .dxgvDisabled_Sinapsi {
    background: transparent;
}
/*FLOATING ACTION BUTTON*/
.dxfabControl_Sinapsi .dx-fab-text > span {
    font-size: 18px;
}

.dx-fab-action {
    background-color: #2e2e2e;
    opacity: 0.98;
}


/*ALTRI REPORT*/
.dateEdit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;     
}

    .dateEdit > div {
        /*flex: 1 1 auto;*/
        text-align: center;
        margin: 0px 10px 0px 10px; /* and that, will result in a 10px gap */
        padding: 4px;
    }

.reportBtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .reportBtn > div {
        /*flex: 1 1 auto;*/
        text-align: center;
        margin: 0px 0px 0px 0px; /* and that, will result in a 10px gap */
        padding: 2px 20px 0px 0px;
    }

.dateEditContainer {    
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 3%;
}

    .dateEditContainer > div {
        padding: 5px;
    }

/* HELP ONLINE */
.help-block {
    display: inline-block;
    overflow: auto;
    height: 500%
}

.help-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    text-align: center;
    overflow: auto;
}

    .help-title > span{
        margin-right: 20px;
    }

.help-body {
        display: inline-block;
        text-align: left;
        overflow: auto;
    }

/* CARD */
.card {
    position: relative;
    min-height: 85px !important;
    height: 85px !important;
    width: 140px !important;
    min-width: 85px !important;
    max-width: 140px !important;
}

    .card img {
        display: block;
        margin: auto;
        padding: 2px 0 0 0;
    }

    .card .info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        background-color: black;
        opacity: 0;
        text-align: center;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 0;
    }

    .card:hover .info {
        opacity: 0.9;
    }

    .card .info p,
    .card .info span {
        font-size: 9pt;
        color: white;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .card .info .address span {
        font-size: 3pt;
    }

    .card:hover .info p,
    .card:hover .info span {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }




/* CARD GAUGES */
.cardGauges {
    position: relative;
    /*min-height: 200px !important;
    height: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;*/
}

    .cardGauges img {
        display: block;
        margin: auto;
        padding: 2px 0 0 0;
    }

    .cardGauges .info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        background-color: black;
        opacity: 0;
        text-align: center;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 0;
    }

    .cardGauges:hover .info {
        opacity: 0.9;
    }

    .cardGauges .info p,
    .cardGauges .info span {
        font-size: 9pt;
        color: white;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .cardGauges .info .address span {
        font-size: 3pt;
    }

    .cardGauges:hover .info p,
    .cardGauges:hover .info span {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }







/* CARD (MOBILE)*/
.card-mobile {
    position: relative;
    min-height: 85px !important;
    height: 100px !important;
    width: 140px !important;
    min-width: 85px !important;
    max-width: 140px !important;
}

    .card-mobile img {
        display: block;
        margin: auto;
        padding: 2px 0 0 0;
    }

    .card-mobile .info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        background-color: black;
        opacity: 0;
        text-align: center;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 0;
    }

    .card-mobile:hover .info {
        opacity: 0.9;
    }

    .card-mobile .info p,
    .card-mobile .info span {
        font-size: 9pt;
        color: white;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .card-mobile .info .address span {
        font-size: 3pt;
    }

    .card-mobile:hover .info p,
    .card-mobile:hover .info span {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.card-button-mobile {
    visibility: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

    /*/*/
    .dot {
        height: 20px;
        width: 20px;
        /*background-color: red;*/
        border-radius: 50%;
        display: inline-block;
        white-space: nowrap;
        opacity: 0.8;
        text-align: center;
        margin-top: 2px;
    }

.dotConf {
    height: 20px;
    width: 20px;
    /*background-color: red;*/
    border-radius: 50%;
    display: inline-block;
    white-space: nowrap;
    opacity: 0.8;
    text-align: center;
}

.info .data {
    padding-top: 2px;
}

.info p {
    margin-top: 10px;
}

.dxcvTitlePanel_Sinapsi {
    background-color: whitesmoke;
    font-family: Tahoma;
    font-size: 16px;
    padding: 0px 0px 4px 0px !important;
}

.hiddenSplitter {
    display: none !important;
}


/* BROWSER NON SUPPORTATO */
div.unsupported {
    background: #f2f2f3;
    width: 100%;
}

.unsupported .container {
    width: 100%;
    min-width: 300px;
}

.unsupported-browser {
    background: #fff;
    margin: 35px auto;
    width: 100%;
    box-shadow: 0 0 5px #cacace;
    position: relative;
    padding: 20px 30px;
    text-align: left;
}

    .unsupported-browser h1 {
        font-size: 2em;
        font-weight: 0;
    }

    .unsupported-browser h2 {
        border: 0;
    }

    .unsupported-browser li {
        margin-bottom: 5px;
    }

        .unsupported-browser li a {
            color: inherit;
        }

            .unsupported-browser li a:hover {
                color: #007bc3;
            }

.unsupported hr {
    margin-top: 50px;
}

.unsupported-message {
    font-size: 0.9em;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .unsupported-message li {
        margin-bottom: 5px;
    }


#bot-launch-button {
    font-size: 20px;
}

.myGridRepartiRow {
    height: 40px;
}

.myGridGruppiRow {
    height: 50px;
}

.cbMaxClass {
    font-weight: bold;
    color: black;
    border: solid;
    border-color: dimgray;
    border-width: 1px;
}

.limitiCell {
    border-color: dimgray;
    border-style: solid;
    border-width: 1px;
}

    .limitiCell:hover {
        background-color: gainsboro;
    }

.ProdottigruppoImage {
    max-width: 160px;
    margin-left: -20px;
}

tr.groupRowClass td {
    padding-top: 2px !important;
    padding-bottom: 0 !important;    
}

.ArmadiGroupFlex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: solid 1px !important;
    border-bottom: solid 4px !important;
    border-left: solid 8px !important;
    border-right: solid 1px !important;
    border-color: dimgray !important;
    background-color: lightgray;
    height: 40px;
    /*color: white;*/
    /*border-width: 4px !important;*/
}

.ProdottiGroupFlex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: solid 1px !important;
    border-bottom: solid 4px !important;
    border-left: solid 8px !important;
    border-right: solid 1px !important;
    border-color: dimgray !important;
    background-color: lightgray;
    /*color: white;*/
    /*border-width: 4px !important;*/
}

.ProdottiGroupFlexBigger {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: solid 1px !important;
    border-bottom: solid 4px !important;
    border-left: solid 8px !important;
    border-right: solid 1px !important;
    border-color: dimgray !important;
    background-color: lightgray;
    /*color: white;*/
    /*border-width: 4px !important;*/
}

.ProdottiItemFlex {
    display: table;
    margin: 5px 10px 0 20px;
}

.ProdottiItemFlexBigger {
    display: table;
    /*margin: 10px 10px 0 20px;*/
    padding: 10px;
}

.ProdottiGroupText {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
}

.dxgvGroupRow_Sinapsi, .dxgvBatchEditChangesPreviewGroupRow_Sinapsi {
    font-style: italic !important;
    color: #383838;
    font-weight: bolder;
}

.dxgvFocusedGroupRow_Sinapsi{
    /*color: white;*/
}

.focusedCell {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.pointerCursor{
    cursor: pointer !important;
}

.notAllowedCursor {
    cursor: not-allowed !important;
}

.MyHeaderStyle {
    text-overflow: ellipsis;
}

.dxeListBoxItem_Sinapsi {
    padding: 0;
}

.btnRepartiSecondariStyle .dxb {
    padding: 1px !important;
}

.newDistributoriView {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    overflow:auto;
}

#distributoriList {
    flex: 1 1 55%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    height: 100vh;
}

#distributoriInfo {
    flex: 1 1 40%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
}

.callbackPanelDispenser {
    padding: 0;
    margin-left: 0 0 0 5px;
    overflow: hidden;
}

@media screen and (max-width: 1599px) {
    .dispenserImageClass {
        margin-left: 20px;
        max-width: 240px;
        max-height: 260px;
    }
}

@media screen and (min-width: 1600px) {
    .dispenserImageClass {
        /*min-width: 200px;*/
        /*min-height: 200px;*/
        /*max-width: 300px;*/
        /*max-height: 300px;*/
        margin-left: 20px;
        max-height: 50%;
    }
}

.spContent{
    overflow: hidden !important;
}

.fabItemInvisible{
    visibility:hidden;
}

.space {
    white-space: pre !important;
}

.dxpcLite_Sinapsi .dxpc-content, .dxdpLite_Sinapsi .dxpc-content{
    padding: 2px !important;
}

.dxsplControl_Sinapsi .dxsplLCC {
    padding: 1px !important;
}

.dxgvControl_Sinapsi, .dxgvDisabled_Sinapsi{
    font-size: 13px;
}

.btnAggiornaDaCatalogo{
    font-size:smaller !important;
}

.fabclass{
    opacity: 1;
}

.fabEliminaSelClass {
    opacity: 1;
}