html,
body {
    height: 100%;
    width: 100%;
}

radio-button-list > div > div > x-button.selected {
    background-color: #4285f4;
    color: white;
    font-weight: normal !important;
}
div.hide-error > .input-error {
    display: none;
}

.expand {
    width: 100%;
    height: 100%;
}

*:not(input, textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/Copy of UIWebView */
}

.selectable {
    user-select: text;
    -webkit-user-select: text;
}

* {
    -webkit-tap-highlight-color: transparent;
}
div.badge {
    background-color: #333;
    padding: 4px;
    border-radius: 4px;
    color: white;
    margin-top: -2px;
    margin-right: 3px;
    display: inline-block;
    font-size: 0.8em;
    /*min-width: 1em;*/
    height: 1.2em;
    text-align: center;
}
div.voce {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}
textarea {
    font-family: "Roboto", sans-serif;
    outline: none;
    resize: none;
    border: none;
    width: 100%;
    margin-bottom: -6px;
    /* border-bottom: 1px solid #737373; */
}

.menu-item > x-icon {
    padding-right: 8px;
}

div.invalid label,
div.invalid > .floating-label-container > label,
div.input-container.invalid label {
    color: #ff0000 !important;
}
div.invalid > .underline-input-container > .underline {
    background: #ff0000 !important;
}
div.campo.invalid {
    color: #ff0000 !important;
}

div.campo.invalid > span {
    color: #ff0000 !important;
    font-weight: 400;
}

div.radio {
    clear: both;
}

div.radio.invalid > .input-error {
    visibility: visible;
    font-weight: 400;
    color: #ff0000 !important;
    font-size: 12px;
    margin-bottom: 2px;
}

div.invalid > .input-error {
    visibility: visible;
    font-weight: 400;
    color: #ff0000 !important;
    font-size: 12px;
}

div.radio.invalid > div > label {
    font-weight: 400;
    color: #ff0000 !important;
}

div.radio.invalid > div.layout {
    border-bottom: solid 2px #ff0000 !important;
}

@media (max-width: 639px) {
    div.invalid label,
    div.invalid > .floating-label-container > label,
    div.input-container.invalid label {
        color: #ff0000 !important;
    }
    div.invalid > .underline-input-container > .underline {
        background: #ff0000 !important;
    }
    div.campo.invalid {
        color: #ff0000 !important;
    }

    div.campo.invalid > span {
        color: #ff0000 !important;
        font-weight: 400;
    }

    div.radio.invalid > .input-error {
        visibility: visible;
        font-weight: 400;
        color: #ff0000 !important;
        font-size: 12px;
        margin-bottom: 2px;
    }

    div.invalid > .input-error {
        visibility: visible !important;
        font-weight: 400;
        color: #ff0000;
        font-size: 12px;
    }

    div.radio.invalid > div > label {
        font-weight: 400;
        color: #ff0000 !important;
    }

    div.radio.invalid > div.layout {
        border-bottom: solid 2px #ff0000 !important;
    }
}

.sezioneIntervento {
    background-color: #2196f3;
    min-height: 40px;
    color: #ffffff;
    padding-left: 8px;
    font-size: 0.9em;
    font-weight: 300;
}

radio-button-list > div > x-button {
    font-weight: normal !important;
    padding: 0em !important;
}

x-dropdown,
x-dropdown > div > x-icon-button {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

pager {
    width: 100%;
    height: 100%;
    z-index: 10000;
    color: black;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    overflow-y: hidden;
    font-family: "Roboto";
    background-color: #263238 !important;
}

.myToolbar {
    background-color: #263238 !important;
    color: white;
}

.readToolbar {
    background-color: #263238 !important;
    color: white;
    height: auto;
    padding: 12px;
}

.dialog-container.fullScreen > * {
    padding: 0px !important;
}

.fullScreen {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    position: absolute;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    transform: none !important;
    display: block !important;
}

.titoloSezione {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 8px;
    border-bottom: solid 1px #eceff1;
    margin-left: -0.5em;
    margin-right: -0.5em;
    padding-left: 0.6em;
    padding-bottom: 0.3em;
    color: #000000;
}
.titoloSezione.contratti {
    font-size: inherit;
    font-weight: unset;
    margin-bottom: 0;
    padding-bottom: 0.6em;
    margin-left: -0.8em;
    margin-right: -0.8em;
}

.dettaglio-sottocontratto {
    border-left: 4px solid green;
}

.addBorderBottomDotted {
    border-bottom: dashed 1px #cfd8dc;
}

.elencoDotted {
    font-size: 0.9em;
    font-weight: 300;
    border-bottom: dashed 1px #cfd8dc;
    margin-left: -0.8em;
    margin-right: -0.8em;
    padding-left: 1.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    color: #000000;
    padding-right: 1.2em;
}

.noBorderBottom {
    border-bottom: 0px !important;
}

.pullIcoTitolo {
    margin-right: 0.4em;
}

.sottotitoloSezione {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 8px;
    margin-top: 12px;
    margin-left: -0.5em;
    margin-right: -0.5em;
    padding-left: 0.6em;
    padding-bottom: 0.3em;
}

.valore {
    color: #212121;
    font-size: 1em;
    font-weight: 300;
}

.campo {
    color: #757575;
    font-size: 1em;
    font-weight: 300;
}

.testataInstallato {
    font-size: 1.2em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2em;
}

.testataInstallatoBlack {
    font-size: 1.2em;
    font-weight: 400;
    color: #000000;
    line-height: 1.2em;
}

.datiApparecchio {
    background-color: #fafafa;
    margin-left: -0.6em;
    margin-right: -0.6em;
    padding: 0.6em;
    margin-top: 0.6em;
    margin-bottom: -0.8em;
    border-top: solid 1px #e5e5e5;
}

.pianoManutenzione {
    font-size: 0.8em;
    font-weight: 300;
}

.card {
    background-color: white;
    padding: 0.8em;
    margin: 0.6em;
}

div.row {
    height: 100px;
    background-color: #aaa;
}

div.row:nth-child(odd) {
    background: #e0e0e0;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    display: block;
    font-weight: 300;
    margin-bottom: 0.2em;
}

div.campo {
    word-wrap: break-word;
    /*padding-left: 1em;*/
}

field {
    color: #757575;
    font-size: 1em;
    font-weight: 300;
}

.spaceListElement {
    margin-top: 0.8em !important;
    margin-bottom: 0.8em !important;
}
/*
.collapsible {
    height: 0px;
    overflow-y: hidden;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;

.tall {
            min-height: 120px;
            display: block;
            visibility: visible;
            opacity: 1;
            transition-delay: 0s;
        }

.smaller {
            font-size: 15px;
            margin-top: -20px;
        }
}*/
/*
########################################################################
################### LOADER #############################################
########################################################################
*/

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.loading {
    font-size: 0.85em;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ccc;
    text-align: center;
}

.offline {
    -webkit-animation: pulse2 2s;
}

.loader {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.6em solid rgba(255, 255, 255, 0.2);
    border-right: 0.6em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
    border-left: 0.6em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

@-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);
    }
}

.splash {
    text-align: center;
    /*background-color: #0091EA;*/

    background-color: #263238;
    height: 100%;
    margin: 0;
    padding-top: 70%;
}

.loadingMessage {
    margin-top: 2em;
    color: white;
    font-size: 1.5em;
    font-weight: 100;
}
/*
########################################################################
################### FINE LOADER ########################################
########################################################################
*/
/*
########################################################################
################### PADDING | MARGIN ###################################
########################################################################
*/

.mt {
    margin-top: 8px;
}

.mt-s {
    margin-top: 4px;
}

.mt-l {
    margin-top: 12px;
}

.ml-s {
    margin-left: 4px;
}

.ml-m {
    margin-left: 8px;
}

.ml-b {
    margin-left: 12px;
}
/*PADDING ORIZZONTALE*/

.ph-s {
    padding-left: 4px;
    padding-right: 4px;
}

.ph-m {
    padding-left: 8px;
    padding-right: 8px;
}

.ph-b {
    padding-left: 8px;
    padding-right: 8px;
}
/* FINE PADDING ORIZZONTALE*/

.paddingMain {
    padding: 0.5em;
}

x-material {
    /* padding: 13px !important; */
    display: block;
    position: relative;
}

.pull-t {
    margin-top: -4px;
}

.pull-t-m {
    margin-top: -8px;
}

.pull-t-b {
    margin-top: -12px;
}

.pull-b {
    margin-bottom: -4px;
}

.pull-b-m {
    margin-bottom: -8px;
}

.pull-b-b {
    margin-bottom: -12px;
}

.pull-l {
    margin-left: -4px;
}

.pull-l-m {
    margin-left: -8px;
}

.pull-l-b {
    margin-left: -12px;
}

.pull-r {
    margin-right: -4px;
}

.pull-r-m {
    margin-right: -8px;
}

.pull-r-b {
    margin-right: -12px;
}
/*
########################################################################
################### FINE PADDING | MARGIN ##############################
########################################################################
*/

a,
a:visited {
    text-decoration: none;
    color: #212121;
    margin-top: 0em;
    margin-bottom: 0em;
}

select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
}

.splash {
    text-align: center;
    margin: 10% 0 0 0;
    box-sizing: border-box;
}

.splash .message {
    font-size: 72px;
    line-height: 72px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 72px;
    margin-top: 50px;
}

.page-host {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    /* overflow-x: hidden;
    overflow-y: auto; */
}

section {
    margin: 0 0px;
    clear: both;
}

.navbar-nav li.loader {
    margin: 12px 24px 0 6px;
}

.pictureDetail {
    max-width: 425px;
}
/* animate page transitions */

section.au-enter-active {
    -webkit-animation: fadeInRight 1s;
    animation: fadeInRight 1s;
}
/* animate flickr image entry */

div.au-stagger {
    /* 50ms will be applied between each successive enter operation */

    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

.flickr-img.au-enter {
    opacity: 0 !important;
}

.flickr-img.au-enter-active {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.flickr-img > a > img {
    width: 260px;
    height: 180px;
}
/* animation definitions */

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

input,
textarea {
    /* font-size: 1.2em !important; */
    font-size: 19px !important;
    font-weight: 400;
}
input::placeholder {
    font-size: 15px !important;
}
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px !important;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px !important;
}
input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px !important;
}
input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px !important;
}

x-collapser {
    margin-top: 1em;
    margin-bottom: 1em;
}

.collapsible {
    height: 0px;
    overflow-y: hidden;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
.tall {
    min-height: 120px;
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
/*
########################################################################
######################### STILE CHECKBOX ###############################
########################################################################
*/

checkbox {
    display: inline-block;
    /* white-space: nowrap; */
}

checkbox:focus {
    outline: none;
}

.float > span {
    display: inline !important;
}

.md-checkbox {
    position: relative;

    top: 0rem;

    margin: 0 1rem 0 0;
    cursor: pointer;

    margin-bottom: 0.375em;
    margin-top: 0.375em;
}

input[type="checkbox"].md-checkbox:focus {
    outline: 0;
}

.md-checkbox:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    content: "";
    position: absolute;
    top: -0.2rem;
    left: -0.1rem;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f2f2f2;
}

.md-checkbox:checked:before,
.md-checkbox.checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 0.5rem;
    border-color: #009688;
    border-top-style: none;
    border-right-style: none;
}
.md-checkbox:after {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
}

.hidden.checkbox {
    display: none;
}

#checkboxContainer.checkbox {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
}

checkbox #ink.checkbox {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    opacity: 0.6;
}

checkbox #checkbox.checkbox {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    border: solid 1px;
    border-radius: 2px;
    pointer-events: none;
    -webkit-transition: background-color 140ms, border-color 140ms;
    transition: background-color 140ms, border-color 140ms;
}

#checkbox.checked.checkbox #checkmark.checkbox {
    -webkit-animation: checkmark-expand 140ms ease-out forwards;
    animation: checkmark-expand 140ms ease-out forwards;
}

@-webkit-keyframes checkmark-expand {
    0% {
        top: 9px;
        left: 6px;
        width: 0px;
        height: 0px;
    }
    100% {
        top: 0px;
        left: 5px;
        width: 5px;
        height: 10px;
    }
}

@keyframes checkmark-expand {
    0% {
        top: 9px;
        left: 6px;
        width: 0px;
        height: 0px;
    }
    100% {
        top: 0px;
        left: 5px;
        width: 5px;
        height: 10px;
    }
}

checkbox #checkmark.checkbox {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-color: white;
}

#checkboxLabel.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    white-space: normal;
    pointer-events: none;
    font-weight: 300 !important;
}

#checkboxLabel[hidden].checkbox {
    display: none;
}

checkbox[disabled] {
    pointer-events: none;
}

checkbox[disabled] #checkbox.checkbox {
    opacity: 0.5;
}

checkbox[disabled][checked] #checkbox.checkbox {
    opacity: 0.5;
}

checkbox[disabled] #checkboxLabel.checkbox {
    opacity: 0.65;
}

.checkbox #checkboxLabel.checkbox {
    color: #212121 !important;
    font-weight: 300 !important;
}

checkbox.checkbox[checked] #checkboxLabel.checkbox {
    font-weight: 400;
}
/*
########################################################################
################### FINE STILE CHECKBOX ################################
########################################################################
*/
/*
########################################################################
################### COLORI #############################################
########################################################################
*/

.green {
    background-color: #689f38;
    color: white;
}

.orange {
    background-color: #ff9800;
    color: white;
}

.red {
    background-color: #ff1744;
    color: white;
}
/*
########################################################################
################### FINE COLORI ########################################
########################################################################
*/

.left-indent-10 {
    padding-left: 2em;
}

.subtitle {
    color: #757575;
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0.3em;
}

.pull-left {
    margin-left: -1em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.small-select {
    color: white;
    font-size: 16px;
    font-weight: 300;
    height: 25px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
}

x-button.select-button {
    background-color: transparent;
    color: white;
    position: relative;
    /*min-width: 12.5em;*/
    width: 100%;
    text-align: left;
}
x-button.select-button > .x-material-0 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
x-button.no-border {
    border: none;
    box-shadow: none;
}

x-material .x-material-0 {
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
x-material[z*="1"],
x-material .x-material-0[z*="1"] {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
x-material[z*="2"],
x-material .x-material-0[z*="2"] {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
x-material[z*="3"],
x-material .x-material-0[z*="3"] {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
x-material[z*="4"],
x-material .x-material-0[z*="4"] {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12),
        0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
x-material[z*="5"],
x-material .x-material-0[z*="5"] {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
        0 8px 10px -5px rgba(0, 0, 0, 0.4);
}
.col-fixed-width {
    width: 55px;
}
.col-fixed-width-large {
    width: 150px;
}
.set-both-margin {
    margin-left: 10px;
    margin-right: 10px;
}
.border-top-light {
    border-top: 1px solid #dedede;
    margin-top: -0.1em !important;
    margin-left: -0.7em;
    margin-right: -0.7em;
    padding: 0.4em 0.7em 6px 0.7em;
}

.red-text,
.red-text > .campo,
.red-text > .campo > .valore {
    color: red !important;
}

.space-left {
    margin-left: 0.2em;
}
.float-left {
    float: left;
}

.auto-center {
    margin: 0 auto !important;
}
.relative-pos {
    position: relative;
    height: 50px;
}
.relative-pos > .absolute-right {
    position: absolute;
    right: 0;
}
.relative-pos .absolute-right:nth-child(1) {
    position: absolute;
    right: 3.5em;
}

div.dettaglio-nascosto {
    background-color: #dedede !important;
    color: #333 !important;
}
.dirty-white-background {
    background: #eceff1 !important;
}
.white-background {
    background: #ffffff;
    height: 100%;
    overflow: auto;
    display: block;
}
.height-100 {
    height: 100%;
}

.menu-item {
    align-items: center;
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 16px;
    min-height: 48px;
    display: flex;
}
.sidebar-menu-item {
    color: #ffffff;
    border-bottom: solid 1px #37474f;
    margin-left: -0.4em;
    margin-right: -0.4em;
    min-height: 48px;
}

.toolbar,
.toolbar-tall {
    display: block;
    background-color: #37474f;
    color: #ffffff;
    position: relative;
    box-sizing: border-box;
    height: 64px;
}
.toolbar {
    background-color: #263238;
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.toolbar-tall {
    height: 192px;
}
.page-content {
    position: relative;
    padding-top: 64px !important;
}
@media (max-width: 639px) {
    .toolbar {
        height: 56px;
    }
    .toolbar-tall {
        height: 168px;
    }
    .page-content {
        padding-top: 56px !important;
    }
}

.toolbar-content-container {
    height: 100%;
    padding: 0 16px 0 6px;
}
.toolbar-content-container x-icon-button {
    margin-top: 0.2em;
    margin-left: 0.6em;
}
.input-error {
    display: inline-block;
    float: left;
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    letter-spacing: 0.011em;
    line-height: 20px;
}

.input-container {
    display: block;
    padding: 8px 0;
    clear: both;
    position: relative;
}
.input-container.area-container {
    padding: 0;
}
.input-container.login-input {
    padding: 0;
}
.input-container .label-container {
    height: 20px;
}
.input-container .input-label-container {
    position: relative;
}
.input-container .input-label-container label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #757575;
}
.login-input .input-label-container label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}
.input-container .input-label-container label.active {
    -webkit-transform: translate3d(0, -90%, 0) scale(0.75);
    transform: translate3d(0, -90%, 0) scale(0.75);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
}
.input-label-container.active label.active,
.floating-label-container.active label {
    color: #3f51b5;
}

.input-container .underline-input-container {
    position: relative;
}
.input-container .underline-input-container .underline {
    background: #757575;
    height: 1px;
}
.underline-input-container.active .underline {
    background: #3f51b5;
    height: 2px;
}
.input-container .underline.black-background {
    background: #ffffff;
}
.underline-input-container.active .underline.black-background {
    background: #ffffff;
    height: 2px;
}
.input-container label {
    color: #757575;
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    letter-spacing: 0.011em;
    line-height: 24px;
    /* font-size: 16px; */
}
.input-container .floating-label-container {
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-transform: translate3d(0, 0, 0) scale(0.75);
    transform: translate3d(0, 0, 0) scale(0.75);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    margin-bottom: -7px;
    text-align: left;
}
.input-container .floating-label-container.area-label {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    margin-bottom: -5px;
}
.input-container .floating-label-container.area-label > label {
    color: #424242;
    letter-spacing: 0em;
}

.input-container select,
.input-container input {
    color: #212121;
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    position: relative;
    outline: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    background: transparent;
    border: none;
    text-decoration: none;
}

.login-input input {
    height: inherit !important;
    padding-bottom: 2px;
    text-decoration: none;
}
.input-container input.login::placeholder {
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.4px !important;
}

/* .input-container .select-input-field{
    height: 3rem;
} */

.input-container .input-text-field {
    cursor: text;
    min-width: 0;
}

input.login.au-target::placeholder {
    color: white;
}
.absolute-center-dialog-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 50;
}
.dialog-container {
    outline: none;
    box-sizing: border-box;
    max-height: 719px;
    max-width: 75%;
    /* display: inline-block; */
    display: table;
    margin: 0 auto;
}
.dialog-container x-button {
    margin: 2px;
}
.dialog-container x-button a,
x-page x-button a {
    padding-left: 16px;
    padding-right: 16px;
}

.dialog-container > element > .no-padding {
    padding: 0;
}

.dialog-container > element > *:first-child {
    margin-top: 24px;
}

.dialog-container > element > *:last-child {
    margin-bottom: 24px;
}

.dialog-container > h2 {
    position: relative;
    margin: 0;
}

.dialog-container > .buttons {
    position: relative;
    padding: 8px 8px 8px 24px;
    margin: 0;
}

.dialog-0 {
    background: #ffffff;
    color: #212121;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
        0 8px 10px -5px rgba(0, 0, 0, 0.4);
    z-index: 500;
}

#background-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 50;
}

.title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0;
}
#spinner {
    display: inline-block;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
        0 8px 10px -5px rgba(0, 0, 0, 0.4);
}
#spinner > div {
    text-align: center;
}

/********************************************
        CSS FROM POLYMER ELEMENTS FILE
*********************************************/

/*******************************
            Flex Layout
  *******************************/

html .layout.horizontal,
html .layout.horizontal-reverse,
html .layout.vertical,
html .layout.vertical-reverse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

html .layout.inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

html .layout.horizontal {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

html .layout.horizontal-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

html .layout.vertical {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

html .layout.vertical-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

html .layout.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

html .layout.wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

html .flex-auto {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

html .flex-none {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
}

html .flex,
html .flex-1 {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

html .flex-2 {
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

html .flex-3 {
    -ms-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

html .flex-4 {
    -ms-flex: 4;
    -webkit-flex: 4;
    flex: 4;
}

html .flex-5 {
    -ms-flex: 5;
    -webkit-flex: 5;
    flex: 5;
}

html .flex-6 {
    -ms-flex: 6;
    -webkit-flex: 6;
    flex: 6;
}

html .flex-7 {
    -ms-flex: 7;
    -webkit-flex: 7;
    flex: 7;
}

html .flex-8 {
    -ms-flex: 8;
    -webkit-flex: 8;
    flex: 8;
}

html .flex-9 {
    -ms-flex: 9;
    -webkit-flex: 9;
    flex: 9;
}

html .flex-10 {
    -ms-flex: 10;
    -webkit-flex: 10;
    flex: 10;
}

html .flex-11 {
    -ms-flex: 11;
    -webkit-flex: 11;
    flex: 11;
}

html .flex-12 {
    -ms-flex: 12;
    -webkit-flex: 12;
    flex: 12;
}

/* alignment in cross axis */

html .layout.start {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

html .layout.center,
html .layout.center-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

html .layout.end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/* alignment in main axis */

html .layout.start-justified {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

html .layout.center-justified,
html .layout.center-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

html .layout.end-justified {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

html .layout.around-justified {
    -ms-flex-pack: around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

html .layout.justified {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* self alignment */

html .self-start {
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

html .self-center {
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
}

html .self-end {
    -ms-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

html .self-stretch {
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}

/*******************************
            Other Layout
  *******************************/

html .block {
    display: block;
}

/* IE 10 support for HTML5 hidden attr */
html [hidden] {
    display: none !important;
}

html .invisible {
    visibility: hidden !important;
}

html .relative {
    position: relative;
}

html .fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body.fullbleed {
    margin: 0;
    height: 100vh;
}

html .scroll {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top {
    position: fixed;
}

html .fixed-top {
    top: 0;
    left: 0;
    right: 0;
}

html .fixed-right {
    top: 0;
    right: 0;
    bottom: 0;
}

html .fixed-bottom {
    right: 0;
    bottom: 0;
    left: 0;
}

html .fixed-left {
    top: 0;
    bottom: 0;
    left: 0;
}

.circle {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    line-height: 10px;
    text-align: center;
    background: #e91e63;
}

div.boxImpegno {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.8em;
    background-color: #fff;
    border-bottom: solid 1px #dedede;
    color: #212121 !important;
    width: auto !important;
    line-height: 1em;
}

.smallPadding {
    padding: 6px;
}

.smallPaddingOrizzontale {
    padding-left: 6px;
    padding-right: 6px;
}

.badge-carrello {
    display: block;
    position: absolute;
    outline: none;
    font-family: "Roboto", "Noto", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 22px;
    height: 22px;
    background-color: #ff4081;
    opacity: 1;
    color: white;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    right: -5px;
    top: -12px;
}

.dialog-buttons {
    text-align: right !important;
    width: 100%;
    float: left;
}

.right-12 {
    margin-right: 12px;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*
    SPECIFIC STYLE 
*/

#testataBruciatore {
    font-size: 1.2em;
    font-weight: 400;
    color: #212121;
    line-height: 1.2em;
}

/* div.myToolbar {
    background-color: #263238 !important;
    color: white;
    padding-top: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-bottom: 1em;
} */

.nominativoImpianto {
    font-size: 1.6em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1em;
    margin-top: 8px;
}

#nominativoImpianto {
    font-size: 1.4em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2em;
}

/* x-icon-button[icon="image:center-focus-strong"]{
    padding-top: 4px;
    padding-bottom: 4px;
} */

.toolbar.animate {
    transition: opacity 0.5s linear !important;
}

.label {
    padding: 0.5em;
    font-size: 0.5em;
    font-weight: 400;
    border-radius: 0.3em;
    margin-left: 8px;
    padding-bottom: 0.4em;
}

x-icon-button[icon="menu"] {
    margin-left: 10px;
}
.toolbar #topBar x-icon-button[icon="menu"] {
    margin-bottom: 5px;
}

div.titoloRubrica {
    background-color: #37474f;
    width: 110%;
    margin-left: -0.8em !important;
    margin-right: -1em !important;
    padding: 8px;
    font-size: 1em;
    font-weight: 300;
    padding-left: 18px;
}

/*
    CSS NOTE-PICKER
*/

.v-center-text {
    display: table-cell;
    vertical-align: middle;
    color: #3c3c3c;
}
.title-name {
    color: #ffffff;
    font-size: 20px;
    padding: 0.5em 1em;
}
.padding-lr {
    padding: 0 2em;
}
.colored-content {
    font-size: 16px;
}
.colored-content .md-checkbox {
    height: unset !important;
}
/* .colored-content .md-checkbox:after{
    top: -0.05rem;
    left: -0.1rem;
  }
  .colored-content .md-checkbox:before{
    top: -0.05rem;
    left: -0.1rem;
  } */

.checkbox-selected {
    font-weight: 600;
    text-decoration: underline;
}

.checkbox-title {
    display: table;
}
.checkbox-title,
.colored-content checkbox label {
    font-weight: 500;
}
.checkbox-testo {
    padding: 0 0 0 2.5em;
    font-size: 14px;
    text-align: justify;
}
.colored-content {
    padding: 0.5em 0;
}
.colored-content .layout.padding-lr > div {
    margin-bottom: 1em;
}
.colored-content text-area textarea {
    padding: 0.4em 1.5em 0 1.5em;
    margin-top: 0.5em;
}
/* COLORI CONTENUTI */
.green {
    background: #43a047;
}
.green-faded {
    background: rgba(63, 160, 71, 0.4);
}
.yellow {
    background: #ff9800;
}
.yellow-faded {
    background: rgba(255, 152, 0, 0.4);
}
.red {
    background: #ff1744;
}
.red-faded {
    background: rgba(255, 23, 68, 0.4);
}
/*********************/

/*
    FINE CSS NOTE-PICKER
  */

.shrink {
    max-height: 4em;
}

.clear {
    clear: both;
}

.no-shadow {
    box-shadow: none !important;
}

.text-left {
    text-align: left;
}

/*
F-GAS
*/

.fgas-input-text text-input {
    padding: 0 5px;
}

.fgas.titoloSezione {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.checkbox-container {
    background-color: #ddd;
    margin-bottom: 10px;
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
}
